@charset "UTF-8";
@import url(./vendor/foundation/css/app.css);
@import url(./vendor/splide/splide.min.css);
@import url("https://use.typekit.net/gvx8spw.css");
html {
  scroll-behavior: smooth; }

body {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  color: #252525;
  line-height: 1.5;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  overflow-x: hidden;
  position: relative;
  font-family: "proxima-nova", sans-serif;
  z-index: 10; }
  body.modal-open {
    overflow-y: hidden; }
  @media only screen and (max-width: 900px) {
    body.menu-open {
      overflow-y: hidden; } }

.grid-container,
.page-width {
  max-width: 1550px; }

.grid-container {
  max-width: 1550px; }

.page-width {
  margin: 0 auto;
  padding-right: .9375rem;
  padding-left: .9375rem; }

a {
  color: inherit;
  text-decoration: none; }
  a:focus, a:hover {
    color: inherit; }
  a strong {
    border-bottom: 1px solid #252525; }

p a {
  color: #5193A7;
  border-bottom: 1px solid #5193A7; }

.btn {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 32px 12px;
  line-height: 1.2;
  letter-spacing: 0.8px;
  font-weight: 500;
  border: 1px solid;
  display: inline-block;
  transition: all 0.3s;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px; }
  .btn--primary {
    color: #FFFFFF;
    background: #252525;
    border-color: #252525; }
    .btn--primary:hover {
      background: #181818;
      border-color: #252525;
      color: #FFFFFF; }
    .btn--primary:focus, .btn--primary:active {
      background: #181818;
      border-color: #252525;
      color: #FFFFFF;
      outline: none; }
  .btn--secondary {
    color: #252525;
    background: none;
    border: none;
    border-color: #252525;
    padding: 0; }
    .btn--secondary:after {
      content: '';
      display: block;
      width: 60%;
      height: 1px;
      margin: 6px auto 0;
      background: #252525;
      transition: 0.2s all; }
    .btn--secondary:hover {
      background: none;
      border-color: #252525;
      color: #252525; }
      .btn--secondary:hover:after {
        width: 100%; }
    .btn--secondary:focus, .btn--secondary:active {
      background: #252525;
      border-color: #252525;
      color: #FFFFFF;
      outline: none; }
  .btn--tertiary {
    color: #252525;
    background: #F4F3E6;
    border: 1px solid #CDC2B1;
    padding: 8px 16px; }
    .btn--tertiary:focus, .btn--tertiary:active {
      background: #F4F3E6;
      border-color: #CDC2B1;
      color: #252525;
      outline: none; }
    .btn--tertiary:hover {
      background: #252525;
      border-color: #252525;
      color: #FFFFFF;
      outline: none; }
  .btn--text-link {
    color: #252525;
    border: none;
    padding: 12px 28px 12px 0;
    display: flex;
    align-items: center;
    width: fit-content;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2001_207' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='17'%3E%3Crect y='0.5' width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2001_207)'%3E%3Cpath d='M10.7837 9.16666H2.66699V7.83333H10.7837L7.05033 4.1L8.00033 3.16666L13.3337 8.5L8.00033 13.8333L7.05033 12.9L10.7837 9.16666Z' fill='%23b29255'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px; }
    .btn--text-link:hover {
      color: #b29255; }
    .btn--text-link:focus, .btn--text-link:active {
      color: #b29255;
      outline: none; }
  .btn--small {
    padding: 8px 32px 10px; }
  .btn--read-more {
    border: none;
    padding: 0;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    column-gap: 8px; }
    .btn--read-more:after {
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      background-image: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.0037 9.72671L7.39712 18.3333L5.98291 16.9191L14.5895 8.3125H7.00373V6.3125H18.0037V17.3125H16.0037V9.72671Z" fill="%23F2E921"/></svg>');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .btn--read-more:hover {
      color: #f2ea21; }
  .btn[target="_blank"] {
    display: flex !important;
    align-items: center;
    width: fit-content; }
    .btn[target="_blank"]:after {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      background: url("../images/icon.external-link.svg") center center no-repeat;
      background-size: contain; }

.brand-item__actions .btn[target="_blank"]:after {
  display: none; }

h1,
.h1 {
  font-family: heimat-mono, sans-serif;
  font-weight: 500;
  line-height: 110%; }
  h1,
  .h1 {
    font-size: 40px; }
    @media screen and (min-width: 320px) {
      h1,
      .h1 {
        font-size: calc( 40px + 24 * ( (100vw - 320px) / 1120 )); } }
    @media screen and (min-width: 1440px) {
      h1,
      .h1 {
        font-size: 64px; } }

h2,
.h2 {
  font-family: heimat-mono, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 24px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 8px; }
  h2,
  .h2 {
    font-size: 30px; }
    @media screen and (min-width: 320px) {
      h2,
      .h2 {
        font-size: calc( 30px + 18 * ( (100vw - 320px) / 1120 )); } }
    @media screen and (min-width: 1440px) {
      h2,
      .h2 {
        font-size: 48px; } }

h3,
.h3 {
  font-family: heimat-mono, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 8px; }
  h3,
  .h3 {
    font-size: 24px; }
    @media screen and (min-width: 320px) {
      h3,
      .h3 {
        font-size: calc( 24px + 4 * ( (100vw - 320px) / 1120 )); } }
    @media screen and (min-width: 1440px) {
      h3,
      .h3 {
        font-size: 28px; } }

h4,
.h4 {
  font-family: heimat-mono, sans-serif;
  font-weight: 400;
  letter-spacing: 0.42px;
  margin: 0; }
  h4,
  .h4 {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      h4,
      .h4 {
        font-size: calc( 20px + 12 * ( (100vw - 320px) / 1120 )); } }
    @media screen and (min-width: 1440px) {
      h4,
      .h4 {
        font-size: 32px; } }

.pre {
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 1.7px;
  text-transform: uppercase; }

.special-1 {
  font-size: 48px; }
  @media screen and (min-width: 320px) {
    .special-1 {
      font-size: calc( 48px + 8 * ( (100vw - 320px) / 1120 )); } }
  @media screen and (min-width: 1440px) {
    .special-1 {
      font-size: 56px; } }

.outline-text {
  -webkit-text-stroke: 1px #FFFFFF;
  color: #e2e2e2; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  text-transform: uppercase; }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a {
    color: #FFFFFF; }

a.pre {
  color: #FFFFFF; }

ol, ul {
  padding-inline-start: 14px; }

.section--top-border {
  border-top: 1px solid #FFFFFF; }

.section--bottom-border {
  border-bottom: 1px solid #FFFFFF; }

.section-text .cell {
  width: 100%; }

.section-text--align-center {
  text-align: center; }

.section-text--position-top .grid-x {
  align-items: flex-start; }

.section-text--position-middle .grid-x {
  align-items: center; }

.section-text--position-bottom .grid-x {
  align-items: flex-end; }

.section-text--style-row .section-text-text__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  .section-text--style-row .section-text-text__inner .pre-heading {
    width: 100%; }
  .section-text--style-row .section-text-text__inner .section-text-text-inner__heading > * {
    margin: 0; }

.section-text--style-row .section-richtext {
  width: 50%; }
  .section-text--style-row .section-richtext > p {
    margin: 0; }

.section-text--style-row .section-cta {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.section-image-carousel .splide__slide {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex !important; }

.section-blog-posts__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  .section-blog-posts__grid .section-blog-posts-grid__post {
    width: calc(50% - 12px); }
    @media only screen and (max-width: 768px) {
      .section-blog-posts__grid .section-blog-posts-grid__post {
        width: 100%; } }
    .section-blog-posts__grid .section-blog-posts-grid__post .section-blog-posts-grid-post__image {
      margin-bottom: 34px; }
      .section-blog-posts__grid .section-blog-posts-grid__post .section-blog-posts-grid-post__image > a {
        display: block; }
    .section-blog-posts__grid .section-blog-posts-grid__post h2 {
      margin-bottom: 34px; }

.section-recent-news {
  position: relative; }
  .section-recent-news h2 {
    margin-bottom: 80px; }
  .section-recent-news__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Large item on left takes 2x the space */
    grid-template-rows: auto;
    /* Automatically adjusts row height */
    gap: 24px;
    /* Adjust spacing between items */
    align-items: start;
    /* Aligns items to the start of the rows */
    height: 100%;
    /* Ensure grid stretches to full height */
    position: relative;
    z-index: 5; }
    @media only screen and (max-width: 900px) {
      .section-recent-news__grid {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr; } }
    .section-recent-news__grid .recent-post {
      display: flex;
      align-items: center;
      width: 100%;
      background: #1D1F23;
      align-self: stretch; }
      .section-recent-news__grid .recent-post .post-image {
        width: 50%;
        height: 100%;
        position: relative; }
        .section-recent-news__grid .recent-post .post-image img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .section-recent-news__grid .recent-post .post-content {
        padding: 24px;
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 900px) {
          .section-recent-news__grid .recent-post .post-content {
            padding: 16px; } }
        .section-recent-news__grid .recent-post .post-content h3 {
          font-size: 21px;
          text-transform: uppercase;
          margin: 0 0 24px;
          line-height: 1.2; }
        .section-recent-news__grid .recent-post .post-content .post-date {
          font-size: 14px;
          font-weight: 700;
          letter-spacing: 0.28px;
          text-transform: uppercase;
          margin: 0 0 8px; }
        .section-recent-news__grid .recent-post .post-content .btn {
          margin-top: 16px; }
    .section-recent-news__grid .recent-post--featured {
      grid-column: 1 / 2;
      /* Span the first column */
      grid-row: 1 / 4;
      /* Span the first three rows */
      flex-direction: column; }
      .section-recent-news__grid .recent-post--featured .post-image {
        width: 100%;
        min-height: 360px; }
      .section-recent-news__grid .recent-post--featured .post-content {
        padding: 48px;
        width: 100%; }
        @media only screen and (max-width: 900px) {
          .section-recent-news__grid .recent-post--featured .post-content {
            padding: 16px; } }
        .section-recent-news__grid .recent-post--featured .post-content h3 {
          font-size: 40px;
          text-transform: uppercase;
          margin: 0 0 16px;
          line-height: 1; }

.pre-heading {
  color: inherit;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  font-weight: 500;
  position: relative;
  letter-spacing: 1.28px;
  line-height: 1.4; }

.section-header {
  margin-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end; }
  @media only screen and (max-width: 640px) {
    .section-header {
      justify-content: center;
      margin-bottom: 32px; } }
  .section-header--no-margin {
    margin-bottom: 0; }
  .section-header h2 {
    position: relative; }
    @media only screen and (max-width: 640px) {
      .section-header h2 {
        margin-bottom: 12px; } }
    .section-header h2 span {
      position: relative;
      z-index: 2; }
    .section-header h2:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width='631' height='186' viewBox='0 0 631 186' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_84_51' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='631' height='186'%3E%3Crect width='631' height='186' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_84_51)'%3E%3Cpath d='M594.106 -314.989L-103.586 343.114' stroke='%23437247' stroke-width='76'/%3E%3Cpath d='M744.016 -309.775L46.3233 348.329' stroke='%23F2E921' stroke-width='76'/%3E%3Cpath d='M893.925 -304.561L196.233 353.543' stroke='%23CB2E2C' stroke-width='76'/%3E%3C/g%3E%3C/svg%3E");
      background-size: cover;
      /* Adjust to fit the element */
      background-position: center;
      background-repeat: no-repeat;
      width: 190px;
      height: 56px;
      z-index: 1;
      display: block;
      top: 0;
      left: 0;
      position: absolute;
      display: none; }
  .section-header__left {
    width: 50%; }
    @media only screen and (max-width: 640px) {
      .section-header__left {
        width: 100%; } }
  @media only screen and (max-width: 640px) {
    .section-header__right {
      margin-top: 16px;
      width: 100%; }
      .section-header__right .btn {
        width: 100%;
        text-align: center; } }

.section-upcoming-games .upcoming-game {
  display: flex;
  border: 1px solid #4F5154;
  width: 50%;
  flex-wrap: wrap;
  row-gap: 24px;
  padding: 40px; }
  @media only screen and (max-width: 768px) {
    .section-upcoming-games .upcoming-game {
      width: 100%; } }
  .section-upcoming-games .upcoming-game__top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center; }
    .section-upcoming-games .upcoming-game__top > span {
      width: calc(100% / 3);
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase; }
  .section-upcoming-games .upcoming-game__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 24px;
    width: 100%;
    text-align: center; }
    .section-upcoming-games .upcoming-game__bottom .game-team {
      width: 100%; }
  .section-upcoming-games .upcoming-game .vs {
    height: 7px;
    min-width: 14px;
    background: #437247; }

.section-upcoming-games .slash {
  font-family: Arial, Helvetica, sans-serif; }

.section-upcoming-games__grid {
  display: flex;
  gap: 24px; }

.section-upcoming-games .game-team {
  display: flex;
  align-items: center;
  column-gap: 24px; }
  .section-upcoming-games .game-team--home {
    justify-content: flex-end; }
  .section-upcoming-games .game-team--away {
    justify-content: flex-start; }
  .section-upcoming-games .game-team__logo img {
    max-height: 100px;
    height: 100%;
    width: auto; }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    .section-upcoming-games .game-team__logo {
      display: none; } }
  .section-upcoming-games .game-team__name {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%; }

body.wp-admin {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  color: #252525;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.4em;
  overflow-x: hidden;
  position: relative;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  z-index: 10; }
  body.wp-admin a {
    color: #2271b1;
    font-weight: normal; }
  body.wp-admin .wp-submenu.wp-submenu-wrap {
    margin-left: 0; }
  body.wp-admin .layout > .acfe-fc-placeholder .acfe-fc-overlay.-hover, body.wp-admin .layout > .acfe-fc-placeholder:hover .acfe-fc-overlay {
    background-color: rgba(0, 0, 0, 0.4); }
  body.wp-admin #poststuff .acfe-flexible-placeholder.-preview {
    font-size: 17px;
    font-size: 1.0625rem; }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview p {
      font-size: 17px;
      font-size: 1.0625rem; }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h1,
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h1 {
      font-family: heimat-mono, sans-serif;
      font-weight: 500;
      letter-spacing: 0.56px;
      line-height: 1.25; }
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h1,
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h1 {
        font-size: 42px; }
        @media screen and (min-width: 320px) {
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h1,
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h1 {
            font-size: calc( 42px + 14 * ( (100vw - 320px) / 1120 )); } }
        @media screen and (min-width: 1440px) {
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h1,
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h1 {
            font-size: 56px; } }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h2,
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h2 {
      font-family: heimat-mono, sans-serif;
      font-weight: 500;
      letter-spacing: 0.42px; }
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h2,
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h2 {
        font-size: 36px; }
        @media screen and (min-width: 320px) {
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h2,
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h2 {
            font-size: calc( 36px + 6 * ( (100vw - 320px) / 1120 )); } }
        @media screen and (min-width: 1440px) {
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h2,
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h2 {
            font-size: 42px; } }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h3,
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h3 {
      font-family: heimat-mono, sans-serif;
      font-weight: 500;
      letter-spacing: 0.42px; }
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h3,
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h3 {
        font-size: 28px; }
        @media screen and (min-width: 320px) {
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h3,
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h3 {
            font-size: calc( 28px + 8 * ( (100vw - 320px) / 1120 )); } }
        @media screen and (min-width: 1440px) {
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h3,
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h3 {
            font-size: 36px; } }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .pre {
      font-family: "proxima-nova", sans-serif;
      font-size: 17px;
      font-size: 1.0625rem;
      font-weight: 600;
      letter-spacing: 1.7px;
      text-transform: uppercase; }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .special-1 {
      font-family: "proxima-nova", sans-serif;
      color: #930E18;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 1; }
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .special-1 {
        font-size: 42px; }
        @media screen and (min-width: 320px) {
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .special-1 {
            font-size: calc( 42px + 14 * ( (100vw - 320px) / 1120 )); } }
        @media screen and (min-width: 1440px) {
          body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .special-1 {
            font-size: 56px; } }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .special-2 {
      border-bottom: 1px solid #930E18;
      padding-bottom: 5px;
      max-width: max-content; }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h1,
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h1,
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h2,
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h2,
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h3,
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h3 {
      padding: 0;
      margin-bottom: 34px; }
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h1 a,
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h1 a,
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h2 a,
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h2 a,
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview h3 a,
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .h3 a {
        color: #FFFFFF; }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview a.pre {
      color: #FFFFFF; }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview a {
      color: #FFFFFF;
      font-weight: 600; }
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview a:focus, body.wp-admin #poststuff .acfe-flexible-placeholder.-preview a:hover {
        color: #FFFFFF; }
    body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .btn {
      font-family: "proxima-nova", sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 12px 32px 12px;
      line-height: 1.2;
      letter-spacing: 0.8px;
      font-weight: 500;
      border: 1px solid;
      display: inline-block;
      transition: all 0.3s;
      text-decoration: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 12px; }
      body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .btn--primary {
        color: #FFFFFF;
        background: #252525;
        border-color: #252525; }
        body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .btn--primary:hover {
          background: #181818;
          border-color: #252525;
          color: #FFFFFF; }
        body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .btn--primary:focus, body.wp-admin #poststuff .acfe-flexible-placeholder.-preview .btn--primary:active {
          background: #181818;
          border-color: #252525;
          color: #FFFFFF;
          outline: none; }

.page-navigation {
  background: #0C0D0E; }
  .page-navigation .quick-links {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .page-navigation .quick-links__title span {
      font-size: 37px;
      text-transform: uppercase;
      font-weight: 600; }
    .page-navigation .quick-links__nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center; }
      .page-navigation .quick-links__nav ul li {
        border-left: 1px solid #4F5154;
        height: 100%;
        padding: 38px 40px; }
        .page-navigation .quick-links__nav ul li a {
          text-transform: uppercase;
          display: flex;
          align-items: center;
          gap: 12px; }
          .page-navigation .quick-links__nav ul li a:after {
            content: '';
            background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.36654 7.83414L0.591797 2.05941L2.24172 0.4095L9.66634 7.83414L2.24172 15.2587L0.591797 13.6088L6.36654 7.83414Z' fill='%23F2E921'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain;
            /* Additional styling options */
            background-position: center;
            display: block;
            width: 10px;
            height: 16px;
            position: relative;
            top: -2px; }

.section-current-teams__text {
  text-align: center; }
  .section-current-teams__text .section-header {
    justify-content: center;
    margin: 0 0 16px; }

.section-current-teams-text__inner {
  max-width: 800px;
  margin: 0 auto 80px; }

.current-team {
  display: flex;
  border-top: 1px solid #4F5154;
  border-bottom: 1px solid #4F5154; }
  .current-team__left {
    width: 50%;
    min-width: 50%;
    position: relative; }
    .current-team__left .team-image:before {
      content: '';
      display: block;
      padding-bottom: 80%; }
    .current-team__left .team-image img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .current-team__right {
    width: 100%;
    padding: 60px 80px;
    display: flex;
    align-items: center;
    max-width: 784px; }
    .current-team__right .team-content {
      width: 100%; }
    .current-team__right .upcoming-game-title {
      font-weight: 600;
      margin: 0 0 16px;
      display: block;
      text-transform: uppercase; }
    .current-team__right .upcoming-game {
      border: 1px solid #4F5154;
      padding: 38px 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 600; }
      .current-team__right .upcoming-game .game-team__logo {
        margin-right: 12px; }
        .current-team__right .upcoming-game .game-team__logo img {
          max-width: 44px; }
      .current-team__right .upcoming-game .game-team__name {
        font-size: 28px;
        font-weight: 600; }
      .current-team__right .upcoming-game .vs {
        color: #4F5154;
        font-size: 28px;
        font-weight: 600;
        margin-right: 16px; }

.section-accent--top-left,
.section-accent--bottom-left,
.section-accent--top-right,
.section-accent--bottom-right {
  position: relative; }
  .section-accent--top-left .grid-container,
  .section-accent--bottom-left .grid-container,
  .section-accent--top-right .grid-container,
  .section-accent--bottom-right .grid-container {
    z-index: 2;
    position: relative; }
  .section-accent--top-left:before,
  .section-accent--bottom-left:before,
  .section-accent--top-right:before,
  .section-accent--bottom-right:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='255' height='537' viewBox='0 0 255 537' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_98_60' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='255' height='537'%3E%3Crect width='255' height='537' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_98_60)'%3E%3Cpath d='M407.561 -62.4131L-376 499.974' stroke='%23437247' stroke-width='76'/%3E%3Cpath d='M555.576 -38.0904L-227.985 524.297' stroke='%23F2E921' stroke-width='76'/%3E%3Cpath d='M703.591 -13.7678L-79.9702 548.62' stroke='%23CB2E2C' stroke-width='76'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    width: 255px;
    height: 537px;
    position: absolute;
    z-index: 1; }

.section-accent--top-left:before {
  top: 0;
  left: 0; }

.section-accent--bottom-left:before {
  bottom: 0;
  left: 0; }

.section-accent--top-right:before {
  top: 0;
  right: 0; }

.section-accent--bottom-right:before {
  bottom: 0;
  right: 0; }

.image-style--icon {
  max-width: 40px;
  margin: 0 0 8px; }

.section-width--medium .grid-container {
  max-width: 950px; }

.section-width--narrow .grid-container {
  max-width: 800px; }

.breadcrumbs {
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 0; }
  .breadcrumbs a {
    color: #BDBEBF; }

.section-table table thead, .section-table table tbody, .section-table table tfoot {
  border: 1px solid #26282c;
  background-color: #1d1f23; }

.section-table table tbody th,
.section-table table tbody td {
  padding: 26px 24px;
  border: 1px solid #26282c; }

.section-table table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #1d1f23; }

.section-table table th {
  background: #0C0D0E;
  color: #FFFFFF;
  border: 1px solid #26282c;
  padding: 26px 24px;
  text-transform: uppercase; }

.acf-flexible-content .layout {
  background: #adb9c6 !important; }

.section-header__intro p:last-of-type {
  margin: 0; }

.section-testimonials:before {
  content: '';
  background: url("../images/icon.quote.svg") center center no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: block;
  opacity: 0.4; }

.section-testimonials .section-header {
  align-items: center;
  justify-content: center;
  margin: 0 0 24px; }

.section-testimonials__grid {
  max-width: 1200px;
  margin: auto; }
  .section-testimonials__grid .testimonials:not(.splide) .splide__list {
    display: block; }
  .section-testimonials__grid .splide__track {
    max-width: 1000px;
    margin: 0 auto; }
  .section-testimonials__grid .splide__list {
    transition: all 0.2s; }
  .section-testimonials__grid .splide__pagination {
    margin-top: 40px;
    position: static; }
  .section-testimonials__grid .splide__arrow {
    top: 20%; }
  @media only screen and (max-width: 1020px) {
    .section-testimonials__grid .splide__arrows {
      display: none; } }
  .section-testimonials__grid .testimonial__text {
    line-height: 1.4;
    margin: 0 0 32px; }
    .section-testimonials__grid .testimonial__text {
      font-size: 20px; }
      @media screen and (min-width: 320px) {
        .section-testimonials__grid .testimonial__text {
          font-size: calc( 20px + 4 * ( (100vw - 320px) / 1120 )); } }
      @media screen and (min-width: 1440px) {
        .section-testimonials__grid .testimonial__text {
          font-size: 24px; } }
    .section-testimonials__grid .testimonial__text:before {
      content: '“'; }
      .section-testimonials__grid .testimonial__text:before {
        font-size: 24px; }
        @media screen and (min-width: 320px) {
          .section-testimonials__grid .testimonial__text:before {
            font-size: calc( 24px + 6 * ( (100vw - 320px) / 1120 )); } }
        @media screen and (min-width: 1440px) {
          .section-testimonials__grid .testimonial__text:before {
            font-size: 30px; } }
    .section-testimonials__grid .testimonial__text:after {
      content: '“'; }
      .section-testimonials__grid .testimonial__text:after {
        font-size: 24px; }
        @media screen and (min-width: 320px) {
          .section-testimonials__grid .testimonial__text:after {
            font-size: calc( 24px + 6 * ( (100vw - 320px) / 1120 )); } }
        @media screen and (min-width: 1440px) {
          .section-testimonials__grid .testimonial__text:after {
            font-size: 30px; } }
  .section-testimonials__grid .testimonial__author {
    font-size: 20px; }

.splide__pagination__page {
  background: #CCCCCC; }
  .splide__pagination__page.is-active {
    background: #252525; }

.splide__arrow {
  transform: none;
  background: none;
  border: 1px solid #252525;
  width: 50px;
  height: 50px; }

.hours ul {
  list-style: none;
  margin: 0 0 12px;
  padding: 0; }

.footer .hours p {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 8px; }

.footer .hours ul li {
  color: #B0B0B0; }

.business-meta {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 0 0 8px; }

/* Modal Styles */
.form-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black with transparency */ }

/* Modal Content */
.form-modal-content {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  max-height: 90%;
  overflow-y: auto;
  color: #252525;
  /* Optional Styling for H2 */ }
  .form-modal-content h2,
  .form-modal-content p {
    color: #252525;
    /* Replace $color-black with a valid color value */ }
  @media only screen and (max-width: 900px) {
    .form-modal-content {
      max-width: calc(100% - 20px); } }

/* Close Button */
.form-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer; }

.form-modal-close:hover,
.form-modal-close:focus {
  color: black;
  text-decoration: none; }

div.wpforms-container-full input[type=submit],
div.wpforms-container-full button[type=submit],
div.wpforms-container-full .wpforms-page-button,
.wp-core-ui div.wpforms-container-full input[type=submit],
.wp-core-ui div.wpforms-container-full button[type=submit],
.wp-core-ui div.wpforms-container-full .wpforms-page-button {
  font-family: "Barlow", sans-serif !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  padding: 12px 32px 14px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.8px !important;
  font-weight: 600 !important;
  border: 1px solid !important;
  display: inline-block !important;
  transition: all 0.3s !important;
  text-decoration: none !important;
  cursor: pointer !important;
  color: #FFFFFF !important;
  background: #b29255 !important;
  border-color: #b29255 !important;
  border-radius: 0px !important;
  height: auto !important; }

div.wpforms-container-full input[type=submit]:focus:after, div.wpforms-container-full button[type=submit]:focus:after, div.wpforms-container-full .wpforms-page-button:focus:after, .wp-core-ui div.wpforms-container-full input[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full button[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after {
  display: none !important; }

div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
  color: #FFFFFF !important; }

.form-modal div.wpforms-container-full .wpforms-field-label, .form-modal .wp-core-ui div.wpforms-container-full .wpforms-field-label {
  color: #252525 !important; }

@media only screen and (max-width: 900px) {
  .section-location__map iframe {
    height: 400px; } }

.section-product-list .c7-h1 {
  display: none; }

.m-small {
  display: none !important; }
  @media only screen and (max-width: 640px) {
    .m-small {
      display: block !important; } }

.m-medium {
  display: none !important; }
  @media only screen and (max-width: 900px) {
    .m-medium {
      display: block !important; } }

.single-event .single-post .em-item-single {
  display: flex;
  align-items: flex-start;
  gap: 32px; }
  @media only screen and (max-width: 768px) {
    .single-event .single-post .em-item-single {
      flex-wrap: wrap; } }
  .single-event .single-post .em-item-single .single-event__image {
    width: 50%; }
    .single-event .single-post .em-item-single .single-event__image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    @media only screen and (max-width: 768px) {
      .single-event .single-post .em-item-single .single-event__image {
        width: 100%;
        margin: 0 0 32px; } }
  .single-event .single-post .em-item-single .single-event__details {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .single-event .single-post .em-item-single .single-event__details {
        width: 100%; } }
    .single-event .single-post .em-item-single .single-event__details .single-event-details__meta {
      list-style: none;
      margin: 0 0 32px;
      padding: 0; }
      .single-event .single-post .em-item-single .single-event__details .single-event-details__meta li {
        margin: 0 0 8px; }
      .single-event .single-post .em-item-single .single-event__details .single-event-details__meta .meta-address {
        display: flex;
        align-items: flex-start; }
        .single-event .single-post .em-item-single .single-event__details .single-event-details__meta .meta-address .location-address em {
          font-size: 14px; }
    .single-event .single-post .em-item-single .single-event__details .single-event-details__cta {
      margin: 0 0 32px; }

:root {
  --default-color: $color-black; }

.mobile-only {
  display: none !important; }
  @media only screen and (max-width: 900px) {
    .mobile-only {
      display: block !important; } }

.section-pages.section-text--align-center .section-header {
  justify-content: center; }

.section-pages__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px; }
  .section-pages__list .section-page-block__right {
    margin-top: 12px; }

.section-gallery .mosaic-gallery {
  column-count: 4;
  column-gap: 1rem;
  /* adjust space between columns */ }

.section-gallery .mosaic-gallery__item {
  break-inside: avoid;
  /* prevent image breaking across columns */
  margin-bottom: 1rem;
  width: 100%; }

.section-gallery .mosaic-gallery__item img {
  width: 100%;
  height: auto;
  display: block; }

.section-theme--dark {
  color: #FFFFFF; }
  .section-theme--dark .pre-heading {
    color: #FFFFFF; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  font-family: heimat-mono, sans-serif;
  font-size: 16px; }
  .contact-list li {
    display: flex;
    justify-content: space-between; }
    .contact-list li strong {
      text-transform: uppercase; }

.screenreader-text {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto; }
  .screenreader-text:focus {
    display: inline-block;
    height: auto;
    width: auto;
    position: static;
    margin: auto; }

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #F4F3E6;
  transition: background-color 0.3s ease-in-out; }
  @media only screen and (max-width: 1024px) {
    .header {
      transition: background-color 0s ease-in-out; } }
  .header__cart {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media only screen and (max-width: 900px) {
      .header__cart {
        order: 3;
        width: 30%; } }
    .header__cart .c7wp-wrap[data-c7-type="login"], .header__cart .c7wp-wrap[data-c7-type="cart"] {
      min-width: auto; }
    .header__cart .c7-user-nav__account > a, .header__cart .c7-user-nav__cart > button {
      padding: 0; }
    .header__cart .c7-user-nav__account > a {
      color: #FFFFFF; }
    .header__cart .c7-user-nav__cart__title svg {
      stroke: #FFFFFF; }
    .header__cart .c7-user-nav__cart__count {
      background: #b29255; }
    @media only screen and (max-width: 640px) {
      .header__cart .c7-user-nav__account {
        display: none; } }
  .header__wrapper {
    width: 100%;
    max-width: 1550px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    transition: 0.15s all ease; }
    @media only screen and (max-width: 1024px) {
      .header__wrapper {
        padding-top: 12px;
        padding-bottom: 12px; } }
    @media only screen and (max-width: 900px) {
      .header__wrapper {
        justify-content: center; } }
  .header__logo {
    width: 100%;
    max-width: 400px; }
    @media only screen and (max-width: 900px) {
      .header__logo {
        max-width: 100%;
        order: 2; } }
    .header__logo a {
      color: #FFFFFF;
      display: flex;
      align-items: center;
      gap: 10px; }
      @media only screen and (max-width: 900px) {
        .header__logo a {
          justify-content: center; } }
    .header__logo img {
      transform: scale(1);
      width: 100%;
      max-width: 400px;
      transition: 0.15s all ease; }
      @media only screen and (max-width: 900px) {
        .header__logo img {
          max-width: 300px; } }
    .header__logo .header-logo__text {
      margin-left: 10px;
      font-size: 24px;
      font-weight: 400;
      display: none; }

.main-navigation {
  display: flex;
  justify-content: flex-end; }
  .main-navigation__wrapper {
    display: flex; }
  .main-navigation__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 24px; }
    @media screen and (max-width: 1240px) {
      .main-navigation__menu {
        gap: 20px; } }
    .main-navigation__menu > li {
      display: flex;
      align-items: center;
      padding: 8px 0; }
      @media only screen and (max-width: 1024px) {
        .main-navigation__menu > li {
          width: 100%; } }
      .main-navigation__menu > li.no-hover a {
        line-height: normal !important; }
      .main-navigation__menu > li > a,
      .main-navigation__menu > li > span {
        display: flex; }
        @media only screen and (max-width: 1024px) {
          .main-navigation__menu > li > a,
          .main-navigation__menu > li > span {
            line-height: normal; } }
      .main-navigation__menu > li.menu-item-has-children {
        position: relative; }
      .main-navigation__menu > li.menu-item-has-children > a,
      .main-navigation__menu > li.menu-item-has-children > span, .main-navigation__menu > li.mega > a,
      .main-navigation__menu > li.mega > span {
        background: url("../images/icon.arrow_up.svg") center right no-repeat;
        padding-right: 24px; }
      .main-navigation__menu > li.menu-item-has-children.menu-hover > a, .main-navigation__menu > li.mega.menu-hover > a {
        background: url("../images/icon.arrow_down.svg") center right no-repeat; }
      @media only screen and (max-width: 1024px) {
        .main-navigation__menu > li.menu-item-has-children > a, .main-navigation__menu > li.mega > a {
          background: url("../images/icon.arrow_up.svg") center right no-repeat; }
        .main-navigation__menu > li.menu-item-has-children.active > a, .main-navigation__menu > li.mega.active > a {
          background: url("../images/icon.arrow_down.svg") center right no-repeat; } }
      .main-navigation__menu > li.menu-item-has-children > span, .main-navigation__menu > li.mega > span {
        cursor: pointer; }
      .main-navigation__menu > li a,
      .main-navigation__menu > li span {
        font-family: "proxima-nova", sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: 0.15s all ease; }
        @media only screen and (max-width: 1024px) {
          .main-navigation__menu > li a,
          .main-navigation__menu > li span {
            font-size: 16px;
            font-size: 1rem; } }
      .main-navigation__menu > li .sub-menu {
        display: block;
        position: absolute;
        top: calc(100%);
        left: 0;
        margin: 0;
        list-style: none;
        padding: 12px 12px;
        width: 200px;
        background: #F4F3E6;
        border-top: 6px solid #c3b6a1;
        opacity: 0;
        transition: opacity 80ms linear;
        transition-delay: 0s;
        height: 0;
        overflow: hidden; }
        @media only screen and (max-width: 1024px) {
          .main-navigation__menu > li .sub-menu {
            position: static;
            display: none;
            width: 100%;
            border-top: 0;
            background: none;
            border-left: 3px solid #252525;
            padding: 0px 12px; } }
        .main-navigation__menu > li .sub-menu li {
          padding: 0;
          margin: 0 0 4px; }
          .main-navigation__menu > li .sub-menu li a, .main-navigation__menu > li .sub-menu li span {
            text-transform: none;
            font-weight: 400;
            font-size: 16px; }
          .main-navigation__menu > li .sub-menu li:last-of-type {
            margin: 0; }
      .main-navigation__menu > li .mega-menu {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        position: absolute;
        width: 100%;
        flex-wrap: wrap;
        left: 0;
        top: 100%;
        background: #FFFFFF;
        z-index: 10; }
        @media only screen and (max-width: 1024px) {
          .main-navigation__menu > li .mega-menu {
            opacity: 1;
            visibility: visible; } }
        .main-navigation__menu > li .mega-menu__announcement {
          display: flex;
          flex-wrap: wrap;
          gap: 32px; }
          .main-navigation__menu > li .mega-menu__announcement-title {
            font-size: 18px; }
          .main-navigation__menu > li .mega-menu__announcement-image {
            width: 40%;
            position: relative; }
            @media only screen and (max-width: 1024px) {
              .main-navigation__menu > li .mega-menu__announcement-image {
                min-height: 180px;
                width: 100%; } }
            .main-navigation__menu > li .mega-menu__announcement-image img,
            .main-navigation__menu > li .mega-menu__announcement-image picture {
              position: absolute;
              object-fit: cover;
              width: 100%;
              height: 100%; }
          .main-navigation__menu > li .mega-menu__announcement-text {
            width: 50%;
            display: flex;
            align-items: center; }
            @media only screen and (max-width: 1024px) {
              .main-navigation__menu > li .mega-menu__announcement-text {
                width: 100%; } }
            .main-navigation__menu > li .mega-menu__announcement-text .btn {
              margin-top: 12px; }
          .main-navigation__menu > li .mega-menu__announcement-excerpt {
            font-size: 14px;
            text-transform: none; }
        .main-navigation__menu > li .mega-menu__inner {
          display: grid;
          grid-template-columns: 1fr 0.6fr;
          padding: 32px 18px;
          gap: 64px; }
          @media only screen and (max-width: 1024px) {
            .main-navigation__menu > li .mega-menu__inner {
              padding: 0;
              display: flex;
              flex-direction: column;
              gap: 18px; } }
          .main-navigation__menu > li .mega-menu__inner .mega-menu__quick .sub-menu {
            position: static;
            background: none;
            border-top: 0; }
            .main-navigation__menu > li .mega-menu__inner .mega-menu__quick .sub-menu li {
              margin: 0; }
              .main-navigation__menu > li .mega-menu__inner .mega-menu__quick .sub-menu li:not(:first-child) {
                margin-top: 18px; }
                @media only screen and (max-width: 1024px) {
                  .main-navigation__menu > li .mega-menu__inner .mega-menu__quick .sub-menu li:not(:first-child) {
                    margin-top: 12px; } }
        @media only screen and (max-width: 1024px) {
          .main-navigation__menu > li .mega-menu {
            position: static;
            background: none;
            border-top: 0; } }
        .main-navigation__menu > li .mega-menu ul.mega-menu__column {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr;
          gap: 64px; }
          @media only screen and (max-width: 1024px) {
            .main-navigation__menu > li .mega-menu ul.mega-menu__column {
              display: flex;
              flex-direction: column;
              gap: 12px;
              padding: 0; } }
          @media only screen and (max-width: 900px) {
            .main-navigation__menu > li .mega-menu ul.mega-menu__column li.menu-item-has-children > a,
            .main-navigation__menu > li .mega-menu ul.mega-menu__column .mega-menu-heading {
              display: block;
              cursor: pointer;
              background: url("../images/icon.arrow_up.svg") center right no-repeat; }
            .main-navigation__menu > li .mega-menu ul.mega-menu__column li.menu-item-has-children.active > a,
            .main-navigation__menu > li .mega-menu ul.mega-menu__column li.menu-item-has-children.active .mega-menu-heading {
              background: url("../images/icon.arrow_down.svg") center right no-repeat; } }
        .main-navigation__menu > li .mega-menu li.menu-item-has-children > a,
        .main-navigation__menu > li .mega-menu li.menu-item-has-children > span {
          color: #252525;
          width: 100%;
          border-bottom: 1px solid #e2e2e2; }
          .main-navigation__menu > li .mega-menu li.menu-item-has-children > a:after,
          .main-navigation__menu > li .mega-menu li.menu-item-has-children > span:after {
            content: '';
            width: 100%;
            height: 1px;
            display: block;
            border-bottom: 1px solid #e2e2e2;
            margin: 18px 0 32px; }
            @media only screen and (max-width: 1024px) {
              .main-navigation__menu > li .mega-menu li.menu-item-has-children > a:after,
              .main-navigation__menu > li .mega-menu li.menu-item-has-children > span:after {
                margin: 6px 0 12px; } }
            @media only screen and (max-width: 900px) {
              .main-navigation__menu > li .mega-menu li.menu-item-has-children > a:after,
              .main-navigation__menu > li .mega-menu li.menu-item-has-children > span:after {
                margin: 6px 0;
                display: none; } }
        .main-navigation__menu > li .mega-menu li.menu-item-has-children ul li a, .main-navigation__menu > li .mega-menu li.menu-item-has-children ul li span {
          font-weight: 400;
          font-size: 16px;
          text-transform: none; }
        .main-navigation__menu > li .mega-menu p {
          margin: 0 0 6px; }
          .main-navigation__menu > li .mega-menu p strong {
            text-transform: uppercase; }
        .main-navigation__menu > li .mega-menu ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          @media only screen and (max-width: 900px) {
            .main-navigation__menu > li .mega-menu ul {
              display: none;
              padding: 8px 0 16px; } }
          .main-navigation__menu > li .mega-menu ul li ul li:not(:first-child) {
            margin-top: 6px; }
            @media only screen and (max-width: 1024px) {
              .main-navigation__menu > li .mega-menu ul li ul li:not(:first-child) {
                margin-top: 12px; } }
      .main-navigation__menu > li.mega {
        position: static;
        display: block; }
        .main-navigation__menu > li.mega.menu-hover .mega-menu {
          opacity: 1;
          visibility: visible; }
        .main-navigation__menu > li.mega.active .mega-menu {
          display: block;
          opacity: 1;
          transition-delay: 150ms;
          pointer-events: auto;
          margin-top: 12px; }
    .main-navigation__menu > li.menu-hover .sub-menu {
      opacity: 1;
      transition-delay: 150ms;
      pointer-events: auto;
      height: auto;
      overflow: visible; }
    .main-navigation__menu > li.active .sub-menu {
      opacity: 1;
      transition-delay: 150ms;
      pointer-events: auto;
      height: auto;
      overflow: visible;
      display: block; }
    @media only screen and (max-width: 1024px) {
      .main-navigation__menu > li.no-hover a {
        display: flex;
        text-align: center;
        justify-content: center; } }
    @media only screen and (max-width: 1024px) {
      .main-navigation__menu {
        display: none;
        background: #F4F3E6;
        width: 100%;
        height: 100%;
        left: 0;
        top: 68px;
        z-index: 99;
        position: fixed;
        gap: 6px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 20px 20px 100px;
        overflow: auto;
        -webkit-overflow-scrolling: touch; }
        .main-navigation__menu.active {
          display: flex; }
        .main-navigation__menu li {
          display: block;
          padding: 0;
          font-size: 16px;
          font-size: 1rem; }
          .main-navigation__menu li:last-child {
            margin-top: auto; }
          .main-navigation__menu li a, .main-navigation__menu li span {
            padding: 12px 0; } }
    @media only screen and (max-width: 1024px) and (max-width: 900px) {
      .main-navigation__menu li.active .sub-menu {
        display: block; } }
  .main-navigation__mobile {
    position: fixed;
    background: #F4F3E6;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px;
    list-style: none;
    top: 86px;
    left: 0;
    z-index: 99999;
    display: none; }
    .main-navigation__mobile.active {
      display: block; }
      @media screen and (min-width: 1025px) {
        .main-navigation__mobile.active {
          display: none !important; } }

.btn-mobile-menu {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 9999;
  display: none; }
  @media only screen and (max-width: 1024px) {
    .btn-mobile-menu {
      display: block; } }

.section-instagram .section-header {
  margin-bottom: 48px;
  justify-content: center; }
  .section-instagram .section-header__heading {
    width: 100%; }
    .section-instagram .section-header__heading h2 {
      margin: 0;
      text-align: center; }
  .section-instagram .section-header__intro {
    margin-top: 8px; }

.section-instagram .instagram-gallery-item__media-mask {
  display: none; }

.section-instagram .instagram-gallery__actions {
  display: none; }

.instagram-gallery-modal__profile a,
.instagram-gallery-modal__media_description, f
.instagram-gallery-modal__counter, .instagram-gallery-modal__link {
  color: #252525 !important; }

#instagram-gallery-modal-0 .instagram-gallery-modal .instagram-gallery-modal__body .instagram-gallery-modal__media-sidebar .instagram-gallery-modal__media_description {
  font-size: 14px !important; }

.section-newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 100px 0 80px;
  background: #383838;
  color: #FFFFFF;
  position: relative;
  overflow: hidden; }
  .section-newsletter__inner #email_address_field_0 {
    margin: 0 0 12px; }
  .section-newsletter__inner .ctct-form-button {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 12px 32px 12px;
    line-height: 1.2;
    letter-spacing: 0.8px;
    font-weight: 500;
    border: 1px solid;
    display: inline-block;
    transition: all 0.3s;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFFFFF;
    background: #252525;
    border-color: #252525; }
    .section-newsletter__inner .ctct-form-button:hover {
      background: #181818;
      border-color: #252525;
      color: #FFFFFF; }
    .section-newsletter__inner .ctct-form-button:focus, .section-newsletter__inner .ctct-form-button:active {
      background: #181818;
      border-color: #252525;
      color: #FFFFFF;
      outline: none; }
  .section-newsletter__inner [data-qe-id="form-description"] {
    display: none; }
  .section-newsletter__inner div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    margin: 0; }
  @media only screen and (max-width: 640px) {
    .section-newsletter__inner {
      padding: 32px 16px; } }
  .section-newsletter__inner:before {
    content: '';
    position: absolute;
    top: -20px;
    right: -25px;
    width: 300px;
    height: 304px;
    background: url("../images/logo.sdv.svg") center center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 640px) {
      .section-newsletter__inner:before {
        top: -5px;
        right: -10px;
        max-width: 100%;
        width: 100px;
        height: 104px; } }
  .section-newsletter__inner h2 {
    font-size: 37px; }

.section-newsletter-inner__left {
  width: 100%;
  text-align: center; }
  @media only screen and (max-width: 900px) {
    .section-newsletter-inner__left {
      width: 100%;
      text-align: center; }
      .section-newsletter-inner__left h2 {
        font-size: 24px;
        margin: 0 0 8px; } }

.section-newsletter-inner__right {
  width: 100%;
  max-width: 500px; }
  @media only screen and (max-width: 900px) {
    .section-newsletter-inner__right {
      width: 100%;
      max-width: 100%;
      text-align: center; } }
  @media only screen and (max-width: 640px) {
    .section-newsletter-inner__right form {
      padding: 0 !important; } }

.footer {
  background: #252525;
  color: #FFFFFF;
  padding-top: 32px; }
  .footer-bottom {
    background: #252525; }
  .footer__inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between; }
    .footer__inner h5 {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500;
      margin: 0 0 6px; }
  .footer-inner__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    @media only screen and (max-width: 640px) {
      .footer-inner__top {
        flex-wrap: wrap; }
        .footer-inner__top .footer-columns {
          flex-wrap: wrap; }
          .footer-inner__top .footer-columns__column {
            width: 100%;
            display: flex;
            text-align: center;
            justify-content: center; } }
    .footer-inner__top .footer__logo {
      width: 100%;
      max-width: 120px; }
      @media only screen and (max-width: 640px) {
        .footer-inner__top .footer__logo {
          max-width: 100%; } }
      .footer-inner__top .footer__logo img {
        width: 100%;
        height: auto; }
        @media only screen and (max-width: 640px) {
          .footer-inner__top .footer__logo img {
            max-width: 50%; } }
    .footer-inner__top .footer__cta {
      display: flex;
      align-items: center;
      gap: 16px; }
      @media only screen and (max-width: 640px) {
        .footer-inner__top .footer__cta {
          width: 100%;
          flex-direction: column; }
          .footer-inner__top .footer__cta .btn {
            width: 100%;
            text-align: center; } }
  .footer-inner__bottom {
    padding: 32px 0;
    width: 100%; }
  @media only screen and (max-width: 768px) {
    .footer__logo {
      width: 100%;
      text-align: center;
      margin-bottom: 34px; } }
  .footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px; }
    .footer__menu--social {
      flex-direction: row;
      gap: 12px; }
    .footer__menu li {
      display: inline-block; }
      .footer__menu li a {
        font-family: "proxima-nova", sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 0.8px; }
    @media only screen and (max-width: 768px) {
      .footer__menu {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 10px; }
        .footer__menu--social {
          flex-direction: row;
          gap: 12px; } }
  .footer-columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%; }
    @media only screen and (max-width: 640px) {
      .footer-columns {
        gap: 16px; } }
    .footer-columns .footer-columns__column {
      color: #CDC2B1; }
      .footer-columns .footer-columns__column .h5 {
        font-family: heimat-mono, sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        margin: 0 0 10px;
        color: #FFFFFF; }
    .footer-columns .footer-column__links a {
      color: #CDC2B1; }
    .footer-columns__column {
      width: calc(15%); }
      .footer-columns__column--cta {
        width: 50%; }
      .footer-columns__column--newsletter {
        width: calc(100%);
        max-width: 375px; }
        .footer-columns__column--newsletter div.ctct-form-embed div.ctct-form-defaults {
          padding: 0; }
        .footer-columns__column--newsletter #email_address_field_0 {
          margin: 0 0 12px; }
        .footer-columns__column--newsletter .ctct-form-button {
          font-family: "proxima-nova", sans-serif;
          font-size: 14px;
          font-size: 0.875rem;
          padding: 12px 32px 12px;
          line-height: 1.2;
          letter-spacing: 0.8px;
          font-weight: 500;
          border: 1px solid;
          display: inline-block;
          transition: all 0.3s;
          text-decoration: none;
          cursor: pointer;
          display: flex;
          align-items: center;
          gap: 12px;
          color: #FFFFFF;
          background: #252525;
          border-color: #252525; }
          .footer-columns__column--newsletter .ctct-form-button:hover {
            background: #181818;
            border-color: #252525;
            color: #FFFFFF; }
          .footer-columns__column--newsletter .ctct-form-button:focus, .footer-columns__column--newsletter .ctct-form-button:active {
            background: #181818;
            border-color: #252525;
            color: #FFFFFF;
            outline: none; }
        .footer-columns__column--newsletter div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
          margin: 0; }
        @media only screen and (max-width: 640px) {
          .footer-columns__column--newsletter {
            max-width: 100%; } }
      .footer-columns__column--logo {
        width: 100%;
        max-width: 30%; }
        @media only screen and (max-width: 640px) {
          .footer-columns__column--logo {
            max-width: 100%; } }
      .footer-columns__column--cta {
        text-align: right; }
        .footer-columns__column--cta .btn--primary {
          color: #252525;
          background: #FFFFFF; }
      .footer-columns__column--meta {
        width: calc(100%);
        max-width: 400px; }
        @media only screen and (max-width: 640px) {
          .footer-columns__column--meta {
            max-width: 100%; } }
      .footer-columns__column--hours {
        width: 100%;
        max-width: 222px; }
        @media only screen and (max-width: 640px) {
          .footer-columns__column--hours {
            max-width: calc(50% - 8px); } }
      @media only screen and (max-width: 640px) {
        .footer-columns__column--links {
          width: calc(50% - 8px); } }
      @media only screen and (max-width: 640px) {
        .footer-columns__column--social {
          width: 100%; } }
  .footer__copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 14px;
    opacity: 0.5;
    color: #F4F3E6; }
    @media only screen and (max-width: 640px) {
      .footer__copy {
        flex-wrap: wrap;
        justify-content: center; } }
    .footer__copy ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      gap: 24px;
      width: 50%; }
      @media only screen and (max-width: 640px) {
        .footer__copy ul {
          width: 100%;
          justify-content: center;
          text-align: center; } }

.footer__menu--privacy {
  flex-direction: row;
  justify-content: flex-end; }
  .footer__menu--privacy li a {
    font-weight: normal; }

.aligncenter,
.alignleft,
.alignright {
  display: block;
  padding: 0; }

.aligncenter {
  float: none;
  margin: 0 auto 20px;
  text-align: center; }

.alignright {
  float: right;
  margin: 0 0 20px 20px; }

.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.wp-caption {
  padding: 0;
  background: #E5ECF2;
  text-align: center; }

.wp-caption img {
  display: inline; }

.wp-caption p.wp-caption-text {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.gallery-columns-3 {
  display: flex;
  flex-flow: row wrap; }
  .gallery-columns-3 > .gallery-item {
    width: calc(33.33333% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .gallery-columns-3 > .gallery-item {
        width: calc(100% - 1.25rem); }
        .gallery-columns-3 > .gallery-item img {
          width: 100%;
          height: auto; } }

@media only screen and (max-width: 480px) {
  figure.wp-caption {
    width: 100% !important; } }

.post {
  background: #1D1F23;
  width: calc(50% - 24px);
  margin: 0 0 72px; }
  .post .post__image,
  .post .post__content {
    width: 100%; }
  .post .post__content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .post--featured {
    display: flex;
    margin-bottom: 104px;
    width: 100%; }
    .post--featured .post__image,
    .post--featured .post__content {
      width: 50%; }
    .post--featured .post__image {
      position: relative; }
      .post--featured .post__image a:before {
        content: '';
        display: block;
        padding-bottom: 80%; }
      .post--featured .post__image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .post--featured .post__content {
      padding: 64px; }

.post-list {
  display: flex;
  gap: 48px; }

.single-post__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  text-align: left; }
  .single-post__heading h1 {
    max-width: 768px;
    margin: 0 0 16px; }

.single-post-heading__term {
  margin: 0 0 24px; }

.single-post-heading__intro {
  margin: 0 0 80px;
  width: 100%;
  max-width: 1000px; }

.single-post__body {
  max-width: 768px;
  margin: 0 auto; }

.single-post--blog {
  padding-bottom: 80px; }
  .single-post--blog .single-post__heading {
    min-height: auto; }
  .single-post--blog .single-post__image {
    width: 100%;
    position: relative; }
  .single-post--blog .single-post-image__wrapper {
    position: relative;
    height: 600px;
    z-index: 2; }
    .single-post--blog .single-post-image__wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .single-post--blog .single-post__body {
    padding-top: 80px; }

.single-post-heading__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 768px;
  margin: 0 0 80px; }

.single-post-share {
  display: flex;
  gap: 8px; }
  .single-post-share .share-link {
    cursor: pointer; }
  .single-post-share a,
  .single-post-share span {
    background: #232529;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }

@media only screen and (max-width: 768px) {
  .single-post--event .single-post__heading {
    padding-top: 100px; } }

.single-post--event .single-post__heading h1 {
  width: 100%;
  max-width: 1000px; }
  @media only screen and (max-width: 768px) {
    .single-post--event .single-post__heading h1 {
      margin: 0; } }

/* Brand Archive Styles */
.brand-archive__hero {
  background-color: #f8f9fa;
  padding: 5rem 60px;
  margin: 32px auto; }
  @media only screen and (max-width: 900px) {
    .brand-archive__hero {
      padding: 2rem 20px; } }

.brand-archive__logo {
  width: 100%;
  height: auto;
  min-width: 200px; }
  .brand-archive__logo img {
    width: 100%; }

.brand-archive__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px; }
  @media only screen and (max-width: 900px) {
    .brand-archive__header {
      flex-direction: column;
      gap: 16px; } }

.brand-archive-header__left {
  width: 20%; }
  @media only screen and (max-width: 900px) {
    .brand-archive-header__left {
      width: 100%;
      text-align: center;
      display: none; } }

.brand-archive-header__right {
  width: 80%; }
  @media only screen and (max-width: 900px) {
    .brand-archive-header__right {
      width: 100%;
      text-align: center; } }

.brand-archive__title {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem; }

.brand-archive__section {
  margin-bottom: 4rem; }
  .brand-archive__section:last-child {
    margin-bottom: 3rem; }

.brand-archive__section-header {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #CDC2B1;
  gap: 1rem; }
  .brand-archive__section-header-left {
    flex: 1; }
  .brand-archive__section-header-right {
    flex-shrink: 0; }

.brand-archive__section-title {
  color: #2c3e50;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin: 0; }
  @media only screen and (max-width: 900px) {
    .brand-archive__section-title {
      width: 100%;
      flex-direction: row !important;
      align-items: center !important; } }

.brand-archive__section-count {
  font-size: 16px;
  font-weight: 400;
  color: #6c757d; }

.brand-archive__section-select-all--deselect {
  background: #252525;
  color: white;
  border-color: #252525; }

.brand-archive__section-description {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 2rem;
  line-height: 1.6; }

.brand-archive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem; }

.brand-archive__empty {
  text-align: center;
  padding: 4rem 0; }
  .brand-archive__empty-content h2 {
    font-size: 1.5rem;
    color: #6c757d;
    margin-bottom: 0.5rem; }
  .brand-archive__empty-content p {
    color: #6c757d; }

.brand-archive__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
  min-height: 300px; }
  .brand-archive__loading p {
    margin-top: 1rem;
    color: #6c757d;
    font-size: 14px; }

.brand-archive__loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e9ecef;
  border-top: 3px solid #252525;
  border-radius: 50%;
  animation: spin 1s linear infinite; }

.brand-archive__search {
  background: #FFFFFF;
  padding: 1.5rem 0;
  border-bottom: 1px solid #CDC2B1; }

.brand-archive__filter {
  position: sticky;
  top: 82px;
  background: #FFFFFF;
  z-index: 10;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #CDC2B1;
  z-index: 8; }
  .brand-archive__filter .facetwp-checkbox {
    color: #252525;
    background: #F4F3E6;
    border: 1px solid #CDC2B1;
    padding: 8px 16px; }
    .brand-archive__filter .facetwp-checkbox:focus, .brand-archive__filter .facetwp-checkbox:active {
      background: #F4F3E6;
      border-color: #CDC2B1;
      color: #252525;
      outline: none; }
    .brand-archive__filter .facetwp-checkbox:hover {
      background: #252525;
      border-color: #252525;
      color: #FFFFFF;
      outline: none; }
    .brand-archive__filter .facetwp-checkbox .facetwp-display-value {
      font-weight: 500; }
    .brand-archive__filter .facetwp-checkbox.checked {
      background: #252525;
      color: #FFFFFF; }

.brand-archive-filter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px; }
  @media only screen and (max-width: 900px) {
    .brand-archive-filter__inner {
      flex-direction: column; } }

@media only screen and (max-width: 900px) {
  .brand-archive-filter__left {
    text-align: left;
    width: 100%; } }

.brand-archive-filter__right {
  max-width: 70%;
  display: flex;
  gap: 12px;
  flex-wrap: wrap; }
  @media only screen and (max-width: 900px) {
    .brand-archive-filter__right {
      max-width: 100%; } }
  .brand-archive-filter__right .facetwp-facet {
    margin: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap; }
  .brand-archive-filter__right:has(.facetwp-facet + .facetwp-facet) {
    display: flex;
    gap: 12px 0;
    flex-wrap: wrap; }
    .brand-archive-filter__right:has(.facetwp-facet + .facetwp-facet) .facetwp-facet {
      display: contents; }
      .brand-archive-filter__right:has(.facetwp-facet + .facetwp-facet) .facetwp-facet .facetwp-checkbox {
        margin-right: 12px;
        margin-bottom: 0; }

.brand-archive-search__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem; }

.brand-archive-search__left {
  flex-shrink: 0; }

.brand-archive-search__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-left: auto;
  max-width: 70%; }

.brand-archive .search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center; }

.brand-archive .search-input {
  width: 100%;
  padding: 12px 16px;
  padding-right: 42px;
  border: 2px solid #CDC2B1;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s ease;
  background: #fff; }
  .brand-archive .search-input:focus {
    outline: none;
    border-color: #8D917A; }
  .brand-archive .search-input::placeholder {
    color: #6c757d; }

.brand-archive .search-button,
.brand-archive .search-clear {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
  color: #6c757d;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center; }
  .brand-archive .search-button:hover,
  .brand-archive .search-clear:hover {
    color: #007cba;
    background: rgba(0, 124, 186, 0.1); }
  .brand-archive .search-button:focus,
  .brand-archive .search-clear:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px; }
  .brand-archive .search-button .search-icon,
  .brand-archive .search-button .clear-icon,
  .brand-archive .search-clear .search-icon,
  .brand-archive .search-clear .clear-icon {
    width: 18px;
    height: 18px; }

.brand-archive .search-clear {
  right: 48px; }

.brand-archive .search-loading {
  position: absolute;
  right: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px; }

.brand-archive .search-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #e9ecef;
  border-top: 2px solid #007cba;
  border-radius: 50%;
  animation: spin 1s linear infinite; }

.brand-archive .search-results-count {
  font-size: 14px;
  color: #6c757d;
  text-align: right;
  padding: 4px 0; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Load More Button Styles */
.brand-archive__load-more {
  display: flex;
  justify-content: center;
  padding: 2rem 0 1rem;
  margin-top: 1rem; }
  .brand-archive__load-more .btn {
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem; }
  .brand-archive__load-more .btn:disabled {
    opacity: 0.7;
    cursor: not-allowed; }

.brand-archive__load-more-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.75s linear infinite; }

/* Brand Item Styles */
.brand-item {
  background: #F4F3E6;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
  border: 4px solid transparent;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  gap: 16px; }
  .brand-item__top-actions {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .brand-item--selected {
    border-color: #CDC2B1; }
  .brand-item__checkbox {
    display: flex; }
  .brand-item__checkbox-input {
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    cursor: pointer;
    transition: all 0.2s ease; }
    .brand-item__checkbox-input:checked {
      background: #8D917A;
      border-color: #8D917A;
      accent-color: #8D917A; }
    .brand-item__checkbox-input:hover {
      transform: scale(1.1); }
  .brand-item__checkbox-label {
    cursor: pointer;
    display: block; }
  .brand-item__image {
    position: relative;
    height: 356px;
    overflow: hidden;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center; }
  .brand-item__thumbnail {
    width: auto;
    height: 100%;
    object-fit: contain; }
  .brand-item__placeholder {
    width: 80px;
    height: 80px;
    color: #6c757d; }
    .brand-item__placeholder-icon {
      width: 100%;
      height: 100%; }
  .brand-item__file-type {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase; }
  .brand-item__content {
    flex: 1;
    display: flex;
    flex-direction: column; }
  .brand-item__asset-type {
    font-size: 0.75rem;
    font-weight: 600;
    color: #007cba;
    background: rgba(0, 124, 186, 0.1);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    margin-bottom: 0.5rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.025em; }
  .brand-item__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2c3e50;
    line-height: 1.3;
    font-family: "proxima-nova", sans-serif;
    text-transform: none; }
  .brand-item__filename {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0.75rem;
    word-break: break-word; }
  .brand-item__excerpt {
    font-size: 0.9rem;
    color: #495057;
    margin-bottom: 1rem;
    line-height: 1.5; }
  .brand-item__meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.8rem;
    font-size: 0.875rem;
    color: #8D917A; }
  .brand-item__actions {
    margin-top: auto; }
  .brand-item__download {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease; }
    .brand-item__download-icon {
      width: 18px;
      height: 18px; }
  .brand-item__print-controls {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e9ecef; }
  .brand-item__print-select {
    display: flex;
    align-items: center;
    gap: 0.5rem; }
  .brand-item__print-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #8D917A;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease; }
    .brand-item__print-checkbox:checked {
      background: #8D917A;
      border-color: #8D917A;
      accent-color: #8D917A; }
    .brand-item__print-checkbox:hover {
      transform: scale(1.05); }
  .brand-item__print-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #8D917A;
    cursor: pointer;
    transition: color 0.2s ease; }
  .brand-item__print-icon {
    width: 16px;
    height: 16px; }
  .brand-item__print-quantity {
    display: flex;
    align-items: center;
    gap: 0.5rem; }
  .brand-item__qty-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #495057;
    margin: 0; }
  .brand-item__qty-input {
    width: 60px;
    padding: 0.25rem 0.5rem;
    border: 1px solid #8D917A;
    border-radius: 4px;
    font-size: 0.875rem;
    text-align: center; }
    .brand-item__qty-input:focus {
      outline: none;
      border-color: #8D917A;
      box-shadow: none; }
  .brand-item__bottle-downloads {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px; }
    .brand-item__bottle-downloads li {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .brand-item__bottle-downloads li .brand-item__meta {
        text-transform: uppercase;
        margin: 0; }
    .brand-item__bottle-downloads a {
      display: flex;
      align-items: center;
      gap: 6px; }
      .brand-item__bottle-downloads a svg {
        width: 18px;
        height: 18px; }
  .brand-item--wine .brand-item__image .brand-item__thumbnail {
    object-fit: contain;
    width: auto;
    height: 100%; }

/* Responsive Design */
@media (max-width: 768px) {
  .brand-archive__section {
    margin-bottom: 3rem; }
  .brand-archive__section-title {
    font-size: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem; }
  .brand-archive__section-count {
    font-size: 1rem;
    margin-left: 0; }
  .brand-archive__section-header {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem; }
    .brand-archive__section-header-right {
      align-self: flex-start; }
  .brand-archive__section-select-all {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem; }
  .brand-archive-search__inner {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch; }
  .brand-archive-search__right {
    max-width: none;
    margin-left: 0; }
  .brand-archive .search-input {
    font-size: 16px; }
  .brand-archive__section-description {
    font-size: 0.9rem;
    margin-bottom: 1.5rem; }
  .brand-archive__grid {
    gap: 1.5rem; }
  .brand-archive__title {
    font-size: 2rem; }
  .brand-item {
    /* Wine responsive adjustments */ }
    .brand-item__content {
      padding: 1rem; }
    .brand-item__meta {
      flex-direction: column;
      gap: 0.25rem; }
    .brand-item--wine .brand-item__bottle-downloads {
      padding: 0.75rem; }
      .brand-item--wine .brand-item__bottle-downloads li {
        margin-bottom: 0.75rem;
        padding: 0.75rem; }
    .brand-item--wine .wine-download-all {
      width: 100%;
      padding: 1rem; } }

/* Brand Selection Bar */
.brand-selection-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F4F3E6;
  border-top: 2px solid #CDC2B1;
  box-shadow: 0 0px 18px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 9; }
  .brand-selection-bar--visible {
    transform: translateY(0); }
  .brand-selection-bar__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .brand-selection-bar__info {
    display: flex;
    align-items: center;
    gap: 1.5rem; }
  .brand-selection-bar__count {
    font-weight: 600;
    color: #2c3e50;
    font-size: 1rem; }
  .brand-selection-bar__clear {
    background: none;
    border: 1px solid #6c757d;
    color: #6c757d;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.2s ease; }
    .brand-selection-bar__clear:hover {
      background: #6c757d;
      color: white; }
  .brand-selection-bar__actions {
    display: flex;
    align-items: center;
    gap: 1rem; }
    @media only screen and (max-width: 900px) {
      .brand-selection-bar__actions {
        justify-content: center; } }
  .brand-selection-bar__download {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease; }
    .brand-selection-bar__download:disabled {
      opacity: 0.6;
      cursor: not-allowed; }
  .brand-selection-bar__download-icon {
    width: 18px;
    height: 18px; }
  .brand-selection-bar__loading {
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center; }
  .brand-selection-bar__loading-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #6c757d; }
  .brand-selection-bar__spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #e9ecef;
    border-top: 2px solid #252525;
    border-radius: 50%;
    animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateX(100%); } }

/* Unified Selection Bar Layout Modes */
.brand-selection-bar {
  /* Responsive Design for Unified Bar */ }
  .brand-selection-bar--download-only .brand-selection-bar__print-section {
    display: none; }
  .brand-selection-bar--download-only .brand-selection-bar__download-section {
    width: 100%; }
  .brand-selection-bar--print-only .brand-selection-bar__download-section {
    display: none; }
  .brand-selection-bar--print-only .brand-selection-bar__print-section {
    width: 100%; }
  .brand-selection-bar--split .brand-selection-bar__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem; }
  .brand-selection-bar--split .brand-selection-bar__download-section,
  .brand-selection-bar--split .brand-selection-bar__print-section {
    width: 100%; }
  @media (max-width: 768px) {
    .brand-selection-bar__content {
      padding: 0.75rem 1rem; }
    .brand-selection-bar--split .brand-selection-bar__content {
      display: flex;
      flex-direction: column;
      gap: 1rem; }
    .brand-selection-bar--split .brand-selection-bar__download-section,
    .brand-selection-bar--split .brand-selection-bar__print-section {
      width: 100%; }
    .brand-selection-bar__info {
      gap: 1rem; }
    .brand-selection-bar__count {
      font-size: 0.9rem; }
    .brand-selection-bar__clear {
      padding: 0.4rem 0.8rem;
      font-size: 0.8rem; }
    .brand-selection-bar__actions {
      gap: 0.75rem; }
    .brand-selection-bar__download {
      padding: 0.6rem 1.2rem;
      font-size: 0.9rem; } }
  @media (max-width: 480px) {
    .brand-selection-bar__info {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.5rem; }
    .brand-selection-bar__actions {
      flex-direction: column;
      gap: 0.5rem; }
    .brand-selection-bar__download {
      justify-content: center; } }
  .brand-selection-bar__download-section, .brand-selection-bar__print-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0; }
  .brand-selection-bar__print-section {
    background: #D3D8C7;
    border-radius: 6px;
    padding: 1rem;
    border: 1px solid #8D917A; }
    .brand-selection-bar__print-section .brand-selection-bar__count {
      color: #252525; }
    .brand-selection-bar__print-section .brand-selection-bar__clear {
      border-color: #8D917A;
      color: #8D917A; }
    .brand-selection-bar__print-section .brand-selection-bar__submit-icon {
      width: 18px;
      height: 18px; }

/* Responsive Design for Unified Selection Bar */
@media (max-width: 768px) {
  .brand-selection-bar__content {
    padding: 1rem; }
  .brand-selection-bar--split .brand-selection-bar__content {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
  .brand-selection-bar__download-section, .brand-selection-bar__print-section {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch; }
  .brand-selection-bar__info {
    flex-direction: column;
    gap: 0.75rem;
    align-items: center; }
  .brand-selection-bar__count {
    font-size: 0.9rem; }
  .brand-selection-bar__clear {
    padding: 0.5rem 1rem;
    font-size: 0.8rem; }
  .brand-selection-bar__download, .brand-selection-bar__submit {
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem; }
  .brand-selection-bar__print-section {
    padding: 1rem 0.75rem; } }

/* Print Order Modal */
.print-order-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  overflow-y: auto; }
  .print-order-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem; }
  .print-order-modal__content {
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative; }
  .print-order-modal__header {
    padding: 2rem 2rem 1rem;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .print-order-modal__title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0; }
  .print-order-modal__close {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #6c757d;
    border-radius: 4px;
    transition: all 0.2s ease; }
    .print-order-modal__close:hover {
      background: #f8f9fa;
      color: #495057; }
    .print-order-modal__close svg {
      width: 20px;
      height: 20px; }
  .print-order-modal__body {
    padding: 2rem; }
  .print-order-modal__summary {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 6px; }
    .print-order-modal__summary h3 {
      font-size: 1.125rem;
      font-weight: 600;
      color: #2c3e50;
      margin: 0 0 1rem 0; }
  .print-order-modal__items {
    display: flex;
    flex-direction: column;
    gap: 0.75rem; }
  .print-order-modal__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: white;
    border-radius: 4px;
    border: 1px solid #dee2e6; }
    .print-order-modal__item-info {
      flex: 1; }
    .print-order-modal__item-name {
      font-weight: 500;
      color: #2c3e50;
      margin-bottom: 0.25rem; }
    .print-order-modal__item-filename {
      display: none;
      font-size: 0.875rem;
      color: #495057;
      font-family: 'Consolas', 'Monaco', monospace;
      background: #f8f9fa;
      padding: 0.125rem 0.375rem;
      border-radius: 3px;
      margin: 0.25rem 0;
      border: 1px solid #e9ecef; }
    .print-order-modal__item-type {
      font-size: 0.75rem;
      color: #6c757d;
      text-transform: uppercase; }
    .print-order-modal__item-quantity {
      font-weight: 600;
      color: #8D917A; }
  .print-order-modal__form .wpforms-container {
    margin: 0;
    font-family: inherit; }
  .print-order-modal__form .wpforms-field-label {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: block; }
  .print-order-modal__form .wpforms-field-label-inline {
    font-weight: 500;
    color: #495057;
    font-size: 0.875rem; }
  .print-order-modal__form .wpforms-field-container {
    margin-bottom: 1.5rem; }
    .print-order-modal__form .wpforms-field-container:last-child {
      margin-bottom: 0; }
  .print-order-modal__form input[type="text"],
  .print-order-modal__form input[type="email"],
  .print-order-modal__form input[type="tel"],
  .print-order-modal__form input[type="url"],
  .print-order-modal__form input[type="number"],
  .print-order-modal__form textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #CDC2B1;
    border-radius: 8px;
    font-size: 0.9rem;
    font-family: inherit;
    line-height: 1.5;
    color: #252525;
    background: #FFFFFF;
    transition: all 0.3s ease; }
    .print-order-modal__form input[type="text"]:focus,
    .print-order-modal__form input[type="email"]:focus,
    .print-order-modal__form input[type="tel"]:focus,
    .print-order-modal__form input[type="url"]:focus,
    .print-order-modal__form input[type="number"]:focus,
    .print-order-modal__form textarea:focus {
      outline: none;
      border-color: #8D917A;
      box-shadow: 0 0 0 3px rgba(141, 145, 122, 0.15); }
    .print-order-modal__form input[type="text"]::placeholder,
    .print-order-modal__form input[type="email"]::placeholder,
    .print-order-modal__form input[type="tel"]::placeholder,
    .print-order-modal__form input[type="url"]::placeholder,
    .print-order-modal__form input[type="number"]::placeholder,
    .print-order-modal__form textarea::placeholder {
      color: #6c757d;
      opacity: 1; }
    .print-order-modal__form input[type="text"].wpforms-error,
    .print-order-modal__form input[type="email"].wpforms-error,
    .print-order-modal__form input[type="tel"].wpforms-error,
    .print-order-modal__form input[type="url"].wpforms-error,
    .print-order-modal__form input[type="number"].wpforms-error,
    .print-order-modal__form textarea.wpforms-error {
      border-color: #930E18;
      box-shadow: 0 0 0 3px rgba(147, 14, 24, 0.1); }
  .print-order-modal__form textarea {
    min-height: 120px;
    resize: vertical; }
  .print-order-modal__form select {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #CDC2B1;
    border-radius: 8px;
    font-size: 0.9rem;
    font-family: inherit;
    color: #252525;
    background: #FFFFFF;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%238D917A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding-right: 2.5rem;
    appearance: none;
    transition: all 0.3s ease; }
    .print-order-modal__form select:focus {
      outline: none;
      border-color: #8D917A;
      box-shadow: 0 0 0 3px rgba(141, 145, 122, 0.15); }
    .print-order-modal__form select.wpforms-error {
      border-color: #930E18;
      box-shadow: 0 0 0 3px rgba(147, 14, 24, 0.1); }
  .print-order-modal__form .wpforms-field-checkbox .wpforms-field-label-inline,
  .print-order-modal__form .wpforms-field-radio .wpforms-field-label-inline {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    margin-bottom: 0.5rem; }
    .print-order-modal__form .wpforms-field-checkbox .wpforms-field-label-inline:last-child,
    .print-order-modal__form .wpforms-field-radio .wpforms-field-label-inline:last-child {
      margin-bottom: 0; }
  .print-order-modal__form .wpforms-field-checkbox input[type="checkbox"],
  .print-order-modal__form .wpforms-field-checkbox input[type="radio"],
  .print-order-modal__form .wpforms-field-radio input[type="checkbox"],
  .print-order-modal__form .wpforms-field-radio input[type="radio"] {
    width: 18px;
    height: 18px;
    border: 2px solid #8D917A;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease; }
    .print-order-modal__form .wpforms-field-checkbox input[type="checkbox"]:checked,
    .print-order-modal__form .wpforms-field-checkbox input[type="radio"]:checked,
    .print-order-modal__form .wpforms-field-radio input[type="checkbox"]:checked,
    .print-order-modal__form .wpforms-field-radio input[type="radio"]:checked {
      background: #8D917A;
      border-color: #8D917A;
      accent-color: #8D917A; }
    .print-order-modal__form .wpforms-field-checkbox input[type="checkbox"]:focus,
    .print-order-modal__form .wpforms-field-checkbox input[type="radio"]:focus,
    .print-order-modal__form .wpforms-field-radio input[type="checkbox"]:focus,
    .print-order-modal__form .wpforms-field-radio input[type="radio"]:focus {
      outline: 2px solid #8D917A;
      outline-offset: 2px; }
    .print-order-modal__form .wpforms-field-checkbox input[type="checkbox"]:hover,
    .print-order-modal__form .wpforms-field-checkbox input[type="radio"]:hover,
    .print-order-modal__form .wpforms-field-radio input[type="checkbox"]:hover,
    .print-order-modal__form .wpforms-field-radio input[type="radio"]:hover {
      transform: scale(1.05); }
  .print-order-modal__form .wpforms-field-checkbox input[type="radio"],
  .print-order-modal__form .wpforms-field-radio input[type="radio"] {
    border-radius: 50%; }
  .print-order-modal__form .wpforms-field-checkbox input[type="checkbox"],
  .print-order-modal__form .wpforms-field-radio input[type="checkbox"] {
    border-radius: 5px; }
  .print-order-modal__form .wpforms-submit-container {
    margin-top: 2rem;
    text-align: center; }
  .print-order-modal__form .wpforms-submit {
    background: #8D917A;
    color: #FFFFFF;
    border: none;
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px; }
    .print-order-modal__form .wpforms-submit:hover {
      background: #787c66;
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(141, 145, 122, 0.3); }
    .print-order-modal__form .wpforms-submit:focus {
      outline: none;
      box-shadow: 0 0 0 3px rgba(141, 145, 122, 0.3); }
    .print-order-modal__form .wpforms-submit:disabled {
      background: #6c757d;
      cursor: not-allowed;
      transform: none;
      box-shadow: none; }
  .print-order-modal__form .wpforms-error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block; }
  .print-order-modal__form .wpforms-field-container.wpforms-has-error .wpforms-field-label {
    color: #dc3545; }
  .print-order-modal__form .wpforms-confirmation-container {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 1rem 1.5rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    font-weight: 500;
    text-align: center; }
  .print-order-modal__form .success-message-controls {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .print-order-modal__form .wpforms-required-label {
    color: #dc3545;
    font-weight: 600; }
  .print-order-modal__form .wpforms-field-description {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
    line-height: 1.4; }
  .print-order-modal__form .wpforms-submit-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 0.5rem;
    filter: brightness(1.2); }
  .print-order-modal__form .wpforms-field-textarea {
    display: none; }
  @media (max-width: 768px) {
    .print-order-modal__form .wpforms-field-text,
    .print-order-modal__form .wpforms-field-email,
    .print-order-modal__form .wpforms-field-phone,
    .print-order-modal__form .wpforms-field-url,
    .print-order-modal__form .wpforms-field-number,
    .print-order-modal__form .wpforms-field-textarea,
    .print-order-modal__form .wpforms-field-select {
      font-size: 16px; }
    .print-order-modal__form .wpforms-submit {
      width: 100%;
      padding: 1rem 2rem; } }

/* Responsive Design for Print Modal */
@media (max-width: 768px) {
  .print-order-modal__overlay {
    padding: 1rem; }
  .print-order-modal__content {
    max-height: 95vh; }
  .print-order-modal__header, .print-order-modal__body {
    padding: 1.5rem; }
  .print-order-modal__title {
    font-size: 1.25rem; }
  .print-order-modal__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem; }
    .print-order-modal__item-quantity {
      align-self: flex-end; }
  .brand-print-bar {
    bottom: 0; }
    .brand-print-bar__content {
      flex-direction: column;
      gap: 1rem;
      padding: 1rem; }
    .brand-print-bar__info {
      flex-direction: column;
      gap: 0.75rem;
      align-items: center; }
    .brand-print-bar__count {
      font-size: 0.9rem; }
    .brand-print-bar__clear {
      padding: 0.5rem 1rem;
      font-size: 0.8rem; }
    .brand-print-bar__submit {
      padding: 0.75rem 1.25rem;
      font-size: 0.9rem; } }

.section-multicolumn__columns .grid-x {
  justify-content: center;
  gap: 16px; }

.section-multicolumn__columns hr {
  border-top: 1px solid #FFFFFF;
  width: 40px; }

.section-multicolumn__columns .section-multicolumn-columns__column {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  border-radius: 4px;
  gap: 12px; }

.section-multicolumn__columns .column-content ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.section-multicolumn .column-cta {
  margin-top: auto; }

.section-multicolumn--direction__heading {
  text-align: center;
  margin-bottom: 44px; }

.section-multicolumn--direction-horizontal .section-multicolumn__heading {
  margin-bottom: 44px; }
  .section-multicolumn--direction-horizontal .section-multicolumn__heading .section-multicolumn-heading__text {
    max-width: 800px;
    margin: 0 auto; }
    .section-multicolumn--direction-horizontal .section-multicolumn__heading .section-multicolumn-heading__text p:last-of-type {
      margin: 0; }

.section-multicolumn--direction-horizontal .section-multicolumn__columns .section-multicolumn-columns__column {
  padding: 0; }
  .section-multicolumn--direction-horizontal .section-multicolumn__columns .section-multicolumn-columns__column .column-image img {
    width: 100%;
    height: auto; }

@media only screen and (max-width: 768px) {
  .section-multicolumn--direction-horizontal .section-multicolumn__columns {
    padding-right: 1.475rem;
    padding-left: 1.475rem; } }

.section-multicolumn--direction-vertical {
  margin-left: auto;
  margin-right: auto; }
  .section-multicolumn--direction-vertical .section-multicolumn > .grid-x {
    flex-direction: row;
    gap: 40px; }
    @media only screen and (max-width: 768px) {
      .section-multicolumn--direction-vertical .section-multicolumn > .grid-x {
        flex-direction: column; } }
  .section-multicolumn--direction-vertical .section-multicolumn__heading {
    width: calc(45% - 80px);
    align-self: flex-start;
    margin-right: 80px; }
    @media only screen and (max-width: 768px) {
      .section-multicolumn--direction-vertical .section-multicolumn__heading {
        width: 100%;
        position: static;
        margin-bottom: 80px; } }
  .section-multicolumn--direction-vertical .section-multicolumn__columns {
    width: calc(55% - 10px); }
    @media only screen and (max-width: 768px) {
      .section-multicolumn--direction-vertical .section-multicolumn__columns {
        width: 100%;
        padding-right: 1.475rem;
        padding-left: 1.475rem; } }
  .section-multicolumn--direction-vertical .section-multicolumn-columns__column {
    width: 100%; }

.section-multicolumn--direction-rows .section-multicolumn__heading {
  align-self: center;
  justify-content: center;
  text-align: center; }
  .section-multicolumn--direction-rows .section-multicolumn__heading h2 {
    margin: 0 0 48px; }
  @media only screen and (max-width: 768px) {
    .section-multicolumn--direction-rows .section-multicolumn__heading {
      width: 100%;
      position: static;
      margin-bottom: 80px; } }

.section-multicolumn--direction-rows .section-multicolumn__columns > .grid-x {
  gap: 48px; }

@media only screen and (max-width: 768px) {
  .section-multicolumn--direction-rows .section-multicolumn__columns {
    width: 100%;
    padding-right: 1.475rem;
    padding-left: 1.475rem; } }

.section-multicolumn--direction-rows .section-multicolumn__columns .section-multicolumn-columns__column {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  padding: 0 !important; }
  .section-multicolumn--direction-rows .section-multicolumn__columns .section-multicolumn-columns__column .column-image {
    width: 30%;
    align-self: stretch; }
    .section-multicolumn--direction-rows .section-multicolumn__columns .section-multicolumn-columns__column .column-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .section-multicolumn--direction-rows .section-multicolumn__columns .section-multicolumn-columns__column .column-content {
    width: 70%; }

.section-multicolumn--direction-rows .section-multicolumn-columns__column {
  width: 100%; }

.section-multicolumn--direction-rows.section-text--align-center .column-content {
  margin: 0 auto; }

.section-multicolumn--direction-stagger .section-multicolumn__heading {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center; }

.section-multicolumn--direction-stagger .section-multicolumn__columns {
  max-width: 1360px;
  margin: 0 auto; }

.section-multicolumn--direction-stagger .section-multicolumn > .grid-x {
  display: flex;
  flex-direction: column;
  gap: 32px; }

.section-multicolumn--direction-stagger .section-multicolumn-columns__column {
  align-items: center;
  flex-direction: row;
  text-align: center;
  gap: 32px; }
  .section-multicolumn--direction-stagger .section-multicolumn-columns__column:nth-child(even) {
    flex-direction: row-reverse;
    margin-top: -60px;
    margin-bottom: -60px; }
  @media only screen and (max-width: 640px) {
    .section-multicolumn--direction-stagger .section-multicolumn-columns__column {
      flex-direction: column; }
      .section-multicolumn--direction-stagger .section-multicolumn-columns__column:nth-child(even) {
        flex-direction: column; } }
  .section-multicolumn--direction-stagger .section-multicolumn-columns__column .column-image {
    flex: 1;
    overflow: hidden; }
    .section-multicolumn--direction-stagger .section-multicolumn-columns__column .column-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    @media only screen and (max-width: 640px) {
      .section-multicolumn--direction-stagger .section-multicolumn-columns__column .column-image {
        overflow: visible; }
        .section-multicolumn--direction-stagger .section-multicolumn-columns__column .column-image img {
          width: 100%;
          height: auto;
          object-fit: none; } }
  .section-multicolumn--direction-stagger .section-multicolumn-columns__column .column-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.section-multicolumn--size-1 .section-multicolumn-columns__column {
  width: calc(100% - 20px); }
  @media only screen and (max-width: 768px) {
    .section-multicolumn--size-1 .section-multicolumn-columns__column {
      width: 100%; } }

.section-multicolumn--size-2 .section-multicolumn-columns__column {
  width: calc(50% - 20px);
  border-radius: 0; }
  @media only screen and (max-width: 768px) {
    .section-multicolumn--size-2 .section-multicolumn-columns__column {
      width: 100%; } }

.section-multicolumn--size-3 .section-multicolumn-columns__column {
  width: calc(33.33% - 26px);
  border-radius: 0; }
  @media only screen and (max-width: 768px) {
    .section-multicolumn--size-3 .section-multicolumn-columns__column {
      width: 100%; } }

.section-multicolumn--size-4 .section-multicolumn-columns__column {
  width: calc(25% - 20px);
  border-radius: 0; }
  @media only screen and (max-width: 900px) {
    .section-multicolumn--size-4 .section-multicolumn-columns__column {
      width: calc(50% - 20px); } }
  @media only screen and (max-width: 640px) {
    .section-multicolumn--size-4 .section-multicolumn-columns__column {
      width: 100%; } }

.section-multicolumn--intro-heading-bottom .section-multicolumn__heading {
  display: flex;
  flex-direction: column; }
  .section-multicolumn--intro-heading-bottom .section-multicolumn__heading h1, .section-multicolumn--intro-heading-bottom .section-multicolumn__heading h2, .section-multicolumn--intro-heading-bottom .section-multicolumn__heading h3, .section-multicolumn--intro-heading-bottom .section-multicolumn__heading h4, .section-multicolumn--intro-heading-bottom .section-multicolumn__heading h5, .section-multicolumn--intro-heading-bottom .section-multicolumn__heading h6 {
    order: 5; }
  .section-multicolumn--intro-heading-bottom .section-multicolumn__heading .section-multicolumn-heading__text {
    order: 1; }

.section-multicolumn__button {
  margin-top: 64px;
  text-align: center; }

.section-multicolumn-block-text--overtop .section-multicolumn-columns__column {
  padding: 0 !important;
  position: relative;
  border: 0;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .section-multicolumn-block-text--overtop .section-multicolumn-columns__column .column-image {
    position: absolute;
    width: 100%;
    height: 100%; }
    .section-multicolumn-block-text--overtop .section-multicolumn-columns__column .column-image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .section-multicolumn-block-text--overtop .section-multicolumn-columns__column .column-image:after {
      content: '';
      background: #252525;
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.6;
      top: 0;
      left: 0; }
  .section-multicolumn-block-text--overtop .section-multicolumn-columns__column .column-content {
    position: relative;
    z-index: 5;
    padding: 60px 0;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF; }
  .section-multicolumn-block-text--overtop .section-multicolumn-columns__column .column-cta {
    margin-top: 0;
    position: relative;
    z-index: 5; }

.section-multicolumn--direction-timeline .grid-container {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden; }
  @media only screen and (max-width: 640px) {
    .section-multicolumn--direction-timeline .grid-container {
      padding-right: .625rem; } }
  @media only screen and (min-width: 1530px) {
    .section-multicolumn--direction-timeline .grid-container {
      padding: 0;
      margin-left: calc((100% - 1520px) / 2); } }
  @media only screen and (max-width: 768px) {
    .section-multicolumn--direction-timeline .grid-container .grid-x {
      flex-direction: column; } }

.section-multicolumn--direction-timeline .section-multicolumn__heading {
  width: 100%;
  max-width: 30%; }
  @media only screen and (max-width: 768px) {
    .section-multicolumn--direction-timeline .section-multicolumn__heading {
      max-width: 100%; } }

.section-multicolumn--direction-timeline .section-multicolumn__columns {
  width: 100%;
  max-width: 70%; }
  @media only screen and (max-width: 768px) {
    .section-multicolumn--direction-timeline .section-multicolumn__columns {
      max-width: 100%; } }
  .section-multicolumn--direction-timeline .section-multicolumn__columns .section-multicolumn-columns__column {
    padding: 0;
    max-width: 300px; }

.section-multicolumn--direction-timeline .splide__slide.is-visible {
  display: flex !important; }

.section-multicolumn--direction-timeline .splide__arrows {
  display: flex;
  align-items: center;
  gap: 12px; }
  .section-multicolumn--direction-timeline .splide__arrows .splide__arrow {
    position: static; }

.section-multicolumn__columns--text-align-left .column-content {
  text-align: left; }

.section-multicolumn--direction-grid .section-multicolumn__columns .grid-x {
  display: grid; }
  .section-multicolumn--direction-grid .section-multicolumn__columns .grid-x .cell {
    width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem; }

.section-menu__heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 640px) {
    .section-menu__heading {
      justify-content: center; } }

.section-menu-heading__left {
  width: 100%;
  max-width: 50%; }
  @media only screen and (max-width: 640px) {
    .section-menu-heading__left {
      max-width: 100%; } }

.section-menu-heading__right {
  max-width: 40%; }
  @media only screen and (max-width: 640px) {
    .section-menu-heading__right {
      width: 100%;
      max-width: 100%; } }

.section-menu__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 140px; }
  @media only screen and (max-width: 640px) {
    .section-menu__columns {
      padding-top: 32px;
      gap: 16px; } }

.section-menu .section-menu-columns__column {
  width: calc(100% / 3 - 10px);
  position: relative; }
  @media only screen and (max-width: 640px) {
    .section-menu .section-menu-columns__column {
      width: 100%; } }
  .section-menu .section-menu-columns__column .column-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 10px; }
  .section-menu .section-menu-columns__column:nth-child(2) {
    top: -60px; }
    @media only screen and (max-width: 640px) {
      .section-menu .section-menu-columns__column:nth-child(2) {
        top: 0; } }

@media only screen and (max-width: 640px) {
  .section-menu--style-layout-1 .section-menu-heading__left .btn {
    display: none; } }

.section-menu--style-layout-1 .section-menu__cta--bottom {
  margin: 32px auto 0;
  display: none; }
  @media only screen and (max-width: 640px) {
    .section-menu--style-layout-1 .section-menu__cta--bottom {
      display: block; } }

.section-menu--style-layout-2 .section-menu__heading {
  justify-content: center;
  flex-wrap: wrap;
  text-align: center; }

.section-menu--style-layout-2 .section-menu-heading__left {
  max-width: 100%; }

.section-menu--style-layout-2 .section-menu-heading__right {
  max-width: 80%; }

.section-menu--style-layout-2 .section-menu__columns {
  padding-top: 80px; }

.section-menu--style-layout-2 .section-menu__cta {
  margin: 32px auto 0; }

.section-image-with-text .section-image-with-text__image {
  display: flex;
  justify-content: center; }
  .section-image-with-text .section-image-with-text__image--stacked {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 12px; }
    .section-image-with-text .section-image-with-text__image--stacked div {
      width: 100%; }
    .section-image-with-text .section-image-with-text__image--stacked img {
      width: 100% !important;
      height: auto; }
  .section-image-with-text .section-image-with-text__image img {
    width: auto; }
  .section-image-with-text .section-image-with-text__image--overlap {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr); }
    .section-image-with-text .section-image-with-text__image--overlap .section-image-with-text-image__img {
      grid-row: 1;
      grid-column: 2 / span 12;
      padding-top: 50%;
      z-index: 1; }
      @media only screen and (max-width: 1024px) {
        .section-image-with-text .section-image-with-text__image--overlap .section-image-with-text-image__img {
          padding-top: 60%; } }
    .section-image-with-text .section-image-with-text__image--overlap .section-image-with-text-image__img--second {
      grid-column: 1 / -2;
      grid-row: 1;
      padding: 0; }
  .section-image-with-text .section-image-with-text__image--side-stagger {
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
    .section-image-with-text .section-image-with-text__image--side-stagger .section-image-with-text-image__img {
      grid-row: 1;
      grid-column: 1 / 2;
      z-index: 1;
      padding-top: 10%; }
      .section-image-with-text .section-image-with-text__image--side-stagger .section-image-with-text-image__img img {
        width: 100%;
        height: auto; }
    .section-image-with-text .section-image-with-text__image--side-stagger .section-image-with-text-image__img--second {
      grid-column: 2 / 2;
      grid-row: 1;
      padding-top: 0; }
      .section-image-with-text .section-image-with-text__image--side-stagger .section-image-with-text-image__img--second img {
        width: 100%;
        height: auto; }

.section-image-with-text .section-image-with-text__text .pre,
.section-image-with-text .section-image-with-text__text .h1,
.section-image-with-text .section-image-with-text__text .h2 {
  margin-bottom: 16px; }

.section-image-with-text .section-image-with-text__text .btn {
  margin-top: 20px;
  display: inline-block; }
  .section-image-with-text .section-image-with-text__text .btn:first-of-type {
    margin-right: 20px; }

.section-image-with-text .grid-x {
  column-gap: 48px; }
  @media only screen and (max-width: 1024px) {
    .section-image-with-text .grid-x {
      column-gap: 24px; } }

.section-image-with-text--image-size-full .grid-container {
  max-width: max-content; }

.section-image-with-text--image-size-full .section-image-with-text__text {
  justify-content: center;
  display: flex; }

.section-image-with-text--image-size-full .section-image-with-text-text__inner {
  max-width: 600px; }

.section-image-with-text--image-size-large .section-image-with-text__text {
  width: 30%; }

.section-image-with-text--image-size-large .section-image-with-text__image {
  width: 70%; }

.section-image-with-text--image-size-small .section-image-with-text__text {
  width: calc(55% - 24px); }
  @media only screen and (max-width: 900px) {
    .section-image-with-text--image-size-small .section-image-with-text__text {
      width: calc(55% - 12px); } }

.section-image-with-text--image-size-small .section-image-with-text__image {
  width: calc(45% - 24px); }
  @media only screen and (max-width: 900px) {
    .section-image-with-text--image-size-small .section-image-with-text__image {
      width: calc(45% - 12px); } }

.section-image-with-text--image-size-cover .section-image-with-text__image {
  align-self: stretch; }
  .section-image-with-text--image-size-cover .section-image-with-text__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.section-image-with-text--image-first .section-image-with-text__text {
  order: 2; }
  .section-image-with-text--image-first .section-image-with-text__text .section-image-with-text-text__inner {
    padding-right: 50px; }
    @media only screen and (max-width: 1024px) {
      .section-image-with-text--image-first .section-image-with-text__text .section-image-with-text-text__inner {
        padding-right: 0; } }

.section-image-with-text--image-first .section-image-with-text__image {
  order: 1; }

.section-image-with-text--image-second .section-image-with-text__text {
  order: 1; }
  .section-image-with-text--image-second .section-image-with-text__text .section-image-with-text-text__inner {
    padding-left: 50px; }
    @media only screen and (max-width: 1024px) {
      .section-image-with-text--image-second .section-image-with-text__text .section-image-with-text-text__inner {
        padding-left: 0; } }

.section-image-with-text--image-second .section-image-with-text__image {
  order: 2; }

.section-image-with-text--image-second .section-image-with-text__image--side-stagger .section-image-with-text-image__img {
  padding-top: 0; }

.section-image-with-text--image-second .section-image-with-text__image--side-stagger .section-image-with-text-image__img--second {
  padding-top: 10%; }

@media only screen and (max-width: 768px) {
  .section-image-with-text.section-image-with-text--image-size-small .section-image-with-text__text,
  .section-image-with-text.section-image-with-text--image-size-small .section-image-with-text__image, .section-image-with-text.section-image-with-text--image-size-medium .section-image-with-text__text,
  .section-image-with-text.section-image-with-text--image-size-medium .section-image-with-text__image, .section-image-with-text.section-image-with-text--image-size-large .section-image-with-text__text,
  .section-image-with-text.section-image-with-text--image-size-large .section-image-with-text__image, .section-image-with-text.section-image-with-text--image-size-full .section-image-with-text__text,
  .section-image-with-text.section-image-with-text--image-size-full .section-image-with-text__image, .section-image-with-text.section-image-with-text--image-size-cover .section-image-with-text__text,
  .section-image-with-text.section-image-with-text--image-size-cover .section-image-with-text__image {
    width: 100%; }
  .section-image-with-text.section-image-with-text--image-size-small .section-image-with-text-text__inner, .section-image-with-text.section-image-with-text--image-size-medium .section-image-with-text-text__inner, .section-image-with-text.section-image-with-text--image-size-large .section-image-with-text-text__inner, .section-image-with-text.section-image-with-text--image-size-full .section-image-with-text-text__inner, .section-image-with-text.section-image-with-text--image-size-cover .section-image-with-text-text__inner {
    max-width: 100%; }
  .section-image-with-text.section-image-with-text--image-size-small .section-image-with-text__text, .section-image-with-text.section-image-with-text--image-size-medium .section-image-with-text__text, .section-image-with-text.section-image-with-text--image-size-large .section-image-with-text__text, .section-image-with-text.section-image-with-text--image-size-full .section-image-with-text__text, .section-image-with-text.section-image-with-text--image-size-cover .section-image-with-text__text {
    order: 2 !important;
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-image-with-text.section-image-with-text--image-size-small .section-image-with-text__image, .section-image-with-text.section-image-with-text--image-size-medium .section-image-with-text__image, .section-image-with-text.section-image-with-text--image-size-large .section-image-with-text__image, .section-image-with-text.section-image-with-text--image-size-full .section-image-with-text__image, .section-image-with-text.section-image-with-text--image-size-cover .section-image-with-text__image {
    order: 1 !important; }
  .section-image-with-text.section-image-with-text--image-size-full .section-image-with-text__image {
    height: 500px;
    max-height: 50vh;
    position: relative; }
    .section-image-with-text.section-image-with-text--image-size-full .section-image-with-text__image img,
    .section-image-with-text.section-image-with-text--image-size-full .section-image-with-text__image picture {
      object-fit: cover;
      height: 100%;
      width: 100%;
      position: absolute; } }

.section-image-with-text--position-top .grid-x {
  align-items: flex-start; }

.section-image-with-text--position-middle .grid-x {
  align-items: center; }

.section-image-with-text--position-bottom .grid-x {
  align-items: flex-end; }

.section-image-with-text__columns .cell {
  width: calc(50% - 24px); }
  @media only screen and (max-width: 1024px) {
    .section-image-with-text__columns .cell {
      width: calc(50% - 12px); } }

.section-image-with-text__columns--brand-grid-text-left {
  display: flex;
  gap: 60px; }
  @media only screen and (max-width: 1024px) {
    .section-image-with-text__columns--brand-grid-text-left {
      gap: 30px; } }
  @media only screen and (max-width: 640px) {
    .section-image-with-text__columns--brand-grid-text-left {
      flex-direction: column;
      gap: 10px; } }
  @media only screen and (max-width: 900px) {
    .section-image-with-text__columns--brand-grid-text-left .section-image-with-text__left .section-image-with-text-image__img {
      display: none; } }
  .section-image-with-text__columns--brand-grid-text-left .section-image-with-text-text__inner {
    padding-right: 0 !important; }
  .section-image-with-text__columns--brand-grid-text-left .section-image-with-text-image__img {
    width: 100%;
    height: auto; }
    .section-image-with-text__columns--brand-grid-text-left .section-image-with-text-image__img img {
      width: 100%;
      height: auto; }
  .section-image-with-text__columns--brand-grid-text-left .section-image-with-text__left {
    width: 100%;
    max-width: 40%; }
    @media only screen and (max-width: 640px) {
      .section-image-with-text__columns--brand-grid-text-left .section-image-with-text__left {
        max-width: 100%;
        order: 2; } }
    .section-image-with-text__columns--brand-grid-text-left .section-image-with-text__left .cell {
      width: 100% !important; }
      @media only screen and (max-width: 640px) {
        .section-image-with-text__columns--brand-grid-text-left .section-image-with-text__left .cell {
          padding: 0; } }
  .section-image-with-text__columns--brand-grid-text-left .section-image-with-text__right {
    width: 100%;
    max-width: 60%; }
    @media only screen and (max-width: 640px) {
      .section-image-with-text__columns--brand-grid-text-left .section-image-with-text__right {
        max-width: 100%;
        order: 1; } }
    .section-image-with-text__columns--brand-grid-text-left .section-image-with-text__right .cell {
      width: 100% !important; }
      @media only screen and (max-width: 640px) {
        .section-image-with-text__columns--brand-grid-text-left .section-image-with-text__right .cell {
          padding: 0; } }

.section-image-with-text__columns--brand-grid-text-right {
  display: flex;
  gap: 60px; }
  @media only screen and (max-width: 1024px) {
    .section-image-with-text__columns--brand-grid-text-right {
      gap: 30px; } }
  @media only screen and (max-width: 640px) {
    .section-image-with-text__columns--brand-grid-text-right {
      flex-direction: column;
      gap: 10px; } }
  @media only screen and (max-width: 900px) {
    .section-image-with-text__columns--brand-grid-text-right .section-image-with-text__right .section-image-with-text-image__img {
      display: none; } }
  .section-image-with-text__columns--brand-grid-text-right .section-image-with-text-text__inner {
    padding-right: 0 !important; }
  .section-image-with-text__columns--brand-grid-text-right .section-image-with-text-image__img {
    width: 100%;
    height: auto; }
    .section-image-with-text__columns--brand-grid-text-right .section-image-with-text-image__img img {
      width: 100%;
      height: auto; }
  .section-image-with-text__columns--brand-grid-text-right .section-image-with-text__left {
    width: 100%;
    max-width: 60%; }
    @media only screen and (max-width: 640px) {
      .section-image-with-text__columns--brand-grid-text-right .section-image-with-text__left {
        max-width: 100%;
        order: 1; } }
    .section-image-with-text__columns--brand-grid-text-right .section-image-with-text__left .cell {
      width: 100% !important; }
      @media only screen and (max-width: 640px) {
        .section-image-with-text__columns--brand-grid-text-right .section-image-with-text__left .cell {
          padding: 0; } }
  .section-image-with-text__columns--brand-grid-text-right .section-image-with-text__right {
    width: 100%;
    max-width: 40%; }
    @media only screen and (max-width: 640px) {
      .section-image-with-text__columns--brand-grid-text-right .section-image-with-text__right {
        max-width: 100%;
        order: 2; } }
    .section-image-with-text__columns--brand-grid-text-right .section-image-with-text__right .cell {
      width: 100% !important; }
      @media only screen and (max-width: 640px) {
        .section-image-with-text__columns--brand-grid-text-right .section-image-with-text__right .cell {
          padding: 0; } }

.section-image-banner {
  position: relative;
  display: flex; }
  .section-image-banner--size-small {
    min-height: 400px; }
  .section-image-banner--size-medium {
    min-height: 600px; }
  .section-image-banner--size-large {
    min-height: 800px; }
  @media only screen and (max-width: 768px) {
    .section-image-banner {
      min-height: auto;
      padding: 80px 0; } }
  @media only screen and (max-width: 768px) {
    .section-image-banner.section-image-banner--footer {
      text-align: center; } }
  .section-image-banner .page-width {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start; }
    @media only screen and (max-width: 768px) {
      .section-image-banner .page-width {
        justify-content: center; } }
  .section-image-banner--text-right .page-width {
    justify-content: flex-end; }
  .section-image-banner__image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    z-index: 5; }
    .section-image-banner__image img {
      object-fit: cover;
      object-position: center center;
      height: 100%;
      width: 100%;
      position: absolute; }
  .section-image-banner__text {
    z-index: 10;
    position: relative; }
  .section-image-banner-text__inner {
    padding: 32px;
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    max-width: 680px;
    border-radius: 4px;
    color: #FFFFFF; }
    .section-image-banner-text__inner .section-image-banner-text__heading {
      margin-bottom: 4px; }
    .section-image-banner-text__inner .btn {
      margin-top: 16px;
      display: inline-block;
      background: #FFFFFF;
      color: #252525; }
      .section-image-banner-text__inner .btn:first-of-type {
        margin-right: 40px; }
    @media only screen and (max-width: 768px) {
      .section-image-banner-text__inner {
        padding: 40px; } }
  .section-image-banner.section-image-banner--style-fade .section-image-banner-text__inner {
    background: none;
    padding: 0;
    max-width: 580px; }
  .section-image-banner.section-image-banner--style-fade .section-image-banner__image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(24, 26, 29, 0) 46.7%, #181A1D 100%), linear-gradient(270deg, rgba(24, 26, 29, 0) 38.99%, #181A1D 100%), linear-gradient(270deg, rgba(24, 26, 29, 0) 23.33%, #181A1D 100%), linear-gradient(270deg, rgba(24, 26, 29, 0) 23.33%, #181A1D 100%); }
  .section-image-banner--style-overlay .section-image-banner__image:before {
    content: '';
    position: absolute;
    background: #0E0E0E;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 5; }
  .section-image-banner--style-overlay .section-image-banner-text__inner {
    background: none;
    padding: 0; }
  .section-image-banner--text-center .section-image-banner__text {
    margin: 40px auto;
    text-align: center; }
  .section-image-banner--text-row {
    max-width: 1550px;
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin: 0 auto; }
    .section-image-banner--text-row .page-width {
      padding-left: 5%;
      padding-right: 5%;
      position: relative; }
    .section-image-banner--text-row .section-image-banner__text {
      width: 100%; }
    .section-image-banner--text-row .section-image-banner-text__inner {
      display: flex;
      width: 100%;
      max-width: 100%;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .section-image-banner--text-row .section-image-banner-text__inner {
          flex-direction: column;
          padding: 40px 0; } }
      .section-image-banner--text-row .section-image-banner-text__inner h2 {
        margin: 0; }
      @media only screen and (max-width: 768px) {
        .section-image-banner--text-row .section-image-banner-text__inner .section-header__heading {
          margin-bottom: 28px;
          text-align: center; } }
      .section-image-banner--text-row .section-image-banner-text__inner .btn {
        margin: 0; }
        .section-image-banner--text-row .section-image-banner-text__inner .btn[target="_blank"]:after {
          background: url("../images/icon.external-link.dark.svg") center center no-repeat; }

.section-form__form {
  display: flex; }

.section-form-form__inner {
  width: 100%;
  background: #CDC2B1;
  padding: 48px 56px; }
  @media only screen and (max-width: 900px) {
    .section-form-form__inner {
      padding: 24px 22px; } }
  .section-form-form__inner div.wpforms-container-full {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    .section-form-form__inner div.wpforms-container-full .wpforms-form .wpforms-head-container {
      padding: 0; }
      .section-form-form__inner div.wpforms-container-full .wpforms-form .wpforms-head-container .wpforms-title {
        color: #FFFFFF;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        display: none; }
    .section-form-form__inner div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
      color: #FFFFFF !important; }

.section-form__text .pre,
.section-form__text .h1,
.section-form__text .h2 {
  margin-bottom: 16px; }

.section-form__text em, .section-form__text i {
  color: #5193A7;
  font-style: normal; }

.section-form__text .btn {
  margin-top: 40px;
  display: inline-block; }
  .section-form__text .btn:first-of-type {
    margin-right: 40px; }

.section-form .grid-x {
  column-gap: 48px; }

.section-form .cell {
  width: calc(50% - 24px); }

@media only screen and (max-width: 900px) {
  .section-form .section-form__text,
  .section-form .section-form__form {
    width: 100%; }
  .section-form .section-form__form {
    order: 2 !important;
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-form .section-form__text {
    order: 1 !important; } }

.section-form--position-top .grid-x {
  align-items: flex-start; }

.section-form--position-middle .grid-x {
  align-items: center; }

.section-form--position-bottom .grid-x {
  align-items: flex-end; }

.hero {
  display: flex;
  position: relative;
  overflow: hidden; }
  .hero--height-small {
    height: 10vh;
    min-height: 200px; }
  .hero--height-medium {
    height: 30vh;
    min-height: 600px; }
    @media only screen and (max-width: 900px) {
      .hero--height-medium {
        min-height: 300px; } }
  .hero--height-large {
    height: 80vh;
    min-height: 900px; }
    .hero--height-large .hero__inner {
      padding-top: 0; }
    @media only screen and (max-width: 768px) {
      .hero--height-large {
        height: 90vh;
        min-height: auto; } }
  .hero.hero-accent--gallery {
    margin-top: 112px;
    height: calc(100vh - 112px);
    max-height: 840px; }
    @media only screen and (max-width: 768px) {
      .hero.hero-accent--gallery {
        height: 100%;
        max-height: 100%; } }
    .hero.hero-accent--gallery .hero__inner {
      padding-top: 0; }
      @media only screen and (max-width: 768px) {
        .hero.hero-accent--gallery .hero__inner {
          flex-wrap: wrap;
          gap: 64px; } }
    .hero.hero-accent--gallery .hero-inner__text {
      width: 45%;
      padding-bottom: 80px; }
      @media only screen and (max-width: 768px) {
        .hero.hero-accent--gallery .hero-inner__text {
          width: 100%;
          order: 1; } }
  .hero.hero--height-has-image {
    border-bottom: 0; }
    .hero.hero--height-has-image.hero-accent--stripes:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width='255' height='537' viewBox='0 0 255 537' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_98_60' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='255' height='537'%3E%3Crect width='255' height='537' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_98_60)'%3E%3Cpath d='M407.561 -62.4131L-376 499.974' stroke='%23437247' stroke-width='76'/%3E%3Cpath d='M555.576 -38.0904L-227.985 524.297' stroke='%23F2E921' stroke-width='76'/%3E%3Cpath d='M703.591 -13.7678L-79.9702 548.62' stroke='%23CB2E2C' stroke-width='76'/%3E%3C/g%3E%3C/svg%3E");
      background-size: cover;
      background-position: center;
      width: 255px;
      height: 537px;
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 1;
      transform: translateY(-50%); }
      @media only screen and (max-width: 768px) {
        .hero.hero--height-has-image.hero-accent--stripes:before {
          content: '';
          background-image: url("data:image/svg+xml,%3Csvg width='565' height='416' viewBox='0 0 565 416' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_108_1305)'%3E%3Cpath d='M185.439 592.413L969 30.0256' stroke='%23CB2E2C' stroke-width='76'/%3E%3Cpath d='M37.424 568.09L820.985 5.70294' stroke='%23F2E921' stroke-width='76'/%3E%3Cpath d='M-110.592 543.768L672.97 -18.6197' stroke='%23437247' stroke-width='76'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_108_1305'%3E%3Crect width='969' height='832' fill='white' transform='translate(969 703) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: cover;
          /* Or adjust as needed */
          background-position: center;
          width: 565px;
          height: 416px;
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 1; } }
  .hero__image {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 5; }
    .hero__image:before {
      content: '';
      position: absolute;
      background: #252525;
      width: 100%;
      height: 100%;
      opacity: 0.5; }
    .hero__image img {
      object-fit: cover;
      object-position: center center;
      width: 100%;
      height: 100%; }
  .hero__video {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 5; }
    .hero__video:before {
      content: '';
      position: absolute;
      background: #252525;
      width: 100%;
      height: 100%;
      opacity: 0.5; }
    .hero__video video {
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10; }
  .hero-inner__text {
    max-width: 80%;
    width: 100%;
    text-align: center;
    font-size: 18px; }
    .hero-inner__text .pre-heading {
      color: #FFFFFF; }
      .hero-inner__text .pre-heading:before {
        display: none; }
    .hero-inner__text h1 {
      margin: 0; }
    .hero-inner__text .h2 {
      font-family: heimat-mono, sans-serif;
      font-weight: 600;
      letter-spacing: 0.42px;
      line-height: 1.2;
      text-transform: uppercase; }
      .hero-inner__text .h2 {
        font-size: 50px; }
        @media screen and (min-width: 320px) {
          .hero-inner__text .h2 {
            font-size: calc( 50px + 17 * ( (100vw - 320px) / 1120 )); } }
        @media screen and (min-width: 1440px) {
          .hero-inner__text .h2 {
            font-size: 67px; } }
    .hero-inner__text p:first-of-type {
      margin-top: 16px; }
    .hero-inner__text p:last-of-type {
      margin-bottom: 0; }
    .hero-inner__text .btn {
      margin-top: 16px; }
      @media only screen and (max-width: 768px) {
        .hero-inner__text .btn {
          width: 100%;
          text-align: center; } }
  .hero-inner-text__intro {
    max-width: 80%;
    margin: 0 auto; }
    @media only screen and (max-width: 640px) {
      .hero-inner-text__intro {
        max-width: 100%; } }
  .hero--has-bg-image .hero-inner__text {
    color: #FFFFFF; }
  .hero--height-has-image .hero__inner {
    padding-bottom: 64px;
    gap: 80px; }
    @media only screen and (max-width: 900px) {
      .hero--height-has-image .hero__inner {
        gap: 40px;
        padding-top: 32px;
        padding-bottom: 32px; } }
  .hero--height-has-image .hero-inner__text .pre-heading {
    color: #252525; }
  .hero--height-has-image .hero-inner__image {
    width: 50%;
    min-width: 50%; }
    @media screen and (max-width: 780px) {
      .hero--height-has-image .hero-inner__image {
        width: 45%;
        min-width: 45%; } }
    @media only screen and (max-width: 768px) {
      .hero--height-has-image .hero-inner__image {
        display: none; } }
    .hero--height-has-image .hero-inner__image img {
      width: 100%; }
  .hero-text-align--left .hero-inner__text {
    text-align: left; }
  .hero-text-align--center .hero-inner__text {
    text-align: center; }
  .hero-text-align--right .hero-inner__text {
    text-align: right; }
  .hero-content-align--left .hero__inner {
    width: 100%;
    justify-content: flex-start; }
  .hero-content-align--center .hero__inner {
    width: 100%;
    justify-content: center; }
  .hero-content-align--right .hero__inner {
    width: 100%;
    justify-content: flex-end; }

.hero-scrolling-gallery {
  width: 50%;
  gap: 16px;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .hero-scrolling-gallery {
      order: 2;
      position: static;
      flex-wrap: wrap;
      margin-left: -.9375rem;
      margin-right: -.9375rem;
      width: calc(100% + 1.875rem);
      gap: 8px; } }
  .hero-scrolling-gallery__column {
    width: 50%;
    gap: 16px;
    flex-direction: column;
    display: flex;
    will-change: transform; }
    @media only screen and (max-width: 768px) {
      .hero-scrolling-gallery__column {
        flex-direction: row;
        width: 100%;
        position: relative;
        gap: 8px; } }
    .hero-scrolling-gallery__column .image-column {
      gap: 16px;
      flex-direction: column;
      display: flex; }
      @media only screen and (max-width: 768px) {
        .hero-scrolling-gallery__column .image-column {
          flex-direction: row;
          width: 100%;
          gap: 8px; } }
      .hero-scrolling-gallery__column .image-column img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        object-position: 50% 50%; }
        @media only screen and (max-width: 768px) {
          .hero-scrolling-gallery__column .image-column img {
            width: 270px;
            height: 140px; } }
      .hero-scrolling-gallery__column .image-column:last-of-type {
        display: none; }
    .hero-scrolling-gallery__column.scroll-up {
      justify-content: flex-start;
      align-self: flex-start; }
      @media only screen and (max-width: 768px) {
        .hero-scrolling-gallery__column.scroll-up {
          justify-content: center;
          align-self: center; } }
      .hero-scrolling-gallery__column.scroll-up .image-column {
        margin-top: auto; }
    .hero-scrolling-gallery__column.scroll-down {
      justify-content: flex-end;
      align-self: flex-start;
      transform: translateY(-54%); }
      @media only screen and (max-width: 768px) {
        .hero-scrolling-gallery__column.scroll-down {
          transform: translateY(0); } }
      .hero-scrolling-gallery__column.scroll-down .image-column {
        justify-content: flex-end; }

@keyframes scrolling-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

.hero-spacer {
  height: 92px; }

.hero-gallery .splide__slide img {
  height: 100%;
  width: auto; }

.hero-gallery .splide__list {
  height: 90vh;
  max-height: 800px; }

.hero-collage {
  display: flex;
  gap: 1rem;
  height: 100%; }
  .hero-collage__column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    flex: 1; }
    @media only screen and (max-width: 1240px) {
      .hero-collage__column:last-of-type {
        display: none; } }
    @media only screen and (max-width: 900px) {
      .hero-collage__column:nth-child(2) {
        display: none; }
      .hero-collage__column:nth-child(1) div:nth-child(2) {
        display: none; } }
    .hero-collage__column-image {
      width: 100%; }
      .hero-collage__column-image--vertical {
        aspect-ratio: 3 / 4; }
      .hero-collage__column-image--horizontal {
        aspect-ratio: 4 / 3; }
  .hero-collage__large {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 1rem; }

.hero--has-collage {
  padding: 64px 0; }
  .hero--has-collage .hero-inner__text {
    padding: 64px 0; }
  @media only screen and (max-width: 1024px) {
    .hero--has-collage {
      padding: 32px 0; } }
  @media only screen and (max-width: 900px) {
    .hero--has-collage {
      padding: 0; } }
  .hero--has-collage .page-width {
    max-width: 100%;
    justify-content: flex-end;
    padding-bottom: 0; }

/*# sourceMappingURL=maps/theme.css.map */
