/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div {
  display: block;
  position: relative; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

html {
  font-variant-ligatures: common-ligatures;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 20px; }

body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #231F20; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  line-height: 1.2;
  position: relative;
  margin: 1rem 0; }

h1 {
  font-size: 4rem;
  letter-spacing: -1.6px; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 3rem;
      letter-spacing: -1.2; } }

h2 {
  font-size: 3rem;
  letter-spacing: -1.2px;
  font-weight: 600; }
  @media (max-width: 1023px) {
    h2 {
      font-size: 2.5rem;
      letter-spacing: -1px; } }

h3 {
  font-size: 2rem;
  letter-spacing: -0.8px;
  font-weight: 600; }
  @media (max-width: 1023px) {
    h3 {
      font-size: 1.5rem;
      letter-spacing: -0.6px; } }

h4 {
  font-size: 1.25rem;
  letter-spacing: -0.5px;
  line-height: 1.4; }

p,
ul,
ol {
  margin: 1rem 0; }

.label {
  font-size: .9rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: #860107; }

a {
  position: relative;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }

.wc-block-components-checkout-place-order-button,
.button {
  background: none;
  display: inline-block;
  color: #860107;
  border: 1px solid #860107;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
  .wc-block-components-checkout-place-order-button:hover,
  .button:hover {
    background: #860107;
    color: #ffffff; }
  .wc-block-components-checkout-place-order-button-white,
  .button-white {
    border: 1px solid #ffffff;
    color: #ffffff; }
    .wc-block-components-checkout-place-order-button-white:hover,
    .button-white:hover {
      background: #ffffff;
      color: #860107; }

strong {
  font-weight: 600; }

::selection {
  background: rgba(134, 1, 7, 0.25); }

*,
*:after,
*:before {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

body, html {
  position: relative;
  height: 100%; }

body {
  overflow-x: hidden;
  padding: 5rem 0 0; }
  body.nav-open,
  body.loading,
  body.show-menu,
  body.show-gallery {
    overflow: hidden; }

#page-wrap {
  overflow-x: hidden;
  z-index: 5; }
  #page-wrap.single-blog {
    padding: 5rem 0; }
  @media (max-width: 767px) {
    #page-wrap.single-blog {
      padding: 2.5rem 0; } }

.container {
  width: 100%;
  padding: 0 2.5rem;
  margin: 0 auto; }
  .container.narrow {
    max-width: 1200px; }
  .container.medium {
    max-width: 1400px; }
  .container.wide {
    max-width: 1600px; }
  .container.flex {
    display: flex;
    justify-content: space-between; }
    .container.flex-column {
      flex-direction: column; }
    .container.flex-middle {
      align-items: center; }
    .container.flex-start {
      justify-content: flex-start; }
    .container.flex-wrap {
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .container {
      padding: 0 1.5rem; } }

/*
.container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 5rem;
	&.baseline {
		align-items: baseline;
	}
	&.middle {
		align-items: center;
	}
	&.flex-center {
		justify-content: center;
	}
	&.flex-column {
		flex-direction: column;
	}
	&.flex-end {
		justify-content: flex-end;
	}
	&.inner {
		max-width: calc(1200px + 10rem);
	}
	&.single {
		max-width: calc(1000px + 10rem);
	}
	@include breakpoint(tablet) {
		padding: 0 3rem;
	}
	@include breakpoint(mobile) {
		padding: 0 1.5rem;
	}
}
*/
.fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .fill svg,
  .fill img,
  .fill video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block; }

.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin: 2rem 0; }
  .responsive-container iframe,
  .responsive-container object,
  .responsive-container embed,
  .responsive-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wp-video {
  width: 100% !important;
  height: auto !important;
  margin: 2rem 0; }
  .wp-video .mejs-mediaelement {
    position: relative !important; }
  .wp-video .mejs-layers {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0; }

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }
  a.skip-main:focus,
  a.skip-main:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1rem;
    z-index: 999; }

.hide {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

.cookie-notice-container span {
  margin: 0 10px 0 0; }

.cookie-notice-container a {
  margin: 0 0 0 10px !important; }

.cookie-notice-container #cn-notice-text {
  display: inline;
  margin: 0; }

.cookie-notice-container #cn-accept-cookie {
  color: #ffffff; }

.cookie-notice-container .cn-close-icon {
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%); }

.hidemobile {
  display: block; }
  @media (max-width: 1023px) {
    .hidemobile {
      display: none !important; } }

.hidedesktop {
  display: none; }
  @media (max-width: 1023px) {
    .hidedesktop {
      display: block !important; } }

.blog {
  background: #f2f2f2; }
  .blog header {
    background: #f2f2f2; }
  .blog .section-blog-listing,
  .blog footer {
    background: #ffffff; }

.section-blog-heading {
  padding: 2.5rem 0;
  text-align: center; }
  .section-blog-heading strong {
    color: #860107; }

.section-blog-listing {
  padding: 2.5rem 0 5rem; }
  .section-blog-listing .blog-filter-bar {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: .5rem 0;
    display: flex;
    align-items: center; }
    .section-blog-listing .blog-filter-bar .filter-label {
      font-size: .9rem;
      text-transform: uppercase;
      color: #860107;
      font-weight: 600;
      margin: 0 1rem 0 0; }
    .section-blog-listing .blog-filter-bar .filter-categories a {
      font-size: .9rem;
      color: #231F20;
      margin: 0 0 0 1rem; }
      .section-blog-listing .blog-filter-bar .filter-categories a.active {
        color: #860107;
        font-weight: 600; }
    .section-blog-listing .blog-filter-bar .filter-categories .mobile-filter-dropdown {
      display: none; }
    .section-blog-listing .blog-filter-bar .search-container {
      margin: 0 0 0 auto; }
      .section-blog-listing .blog-filter-bar .search-container form {
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;
        display: flex;
        padding: .5rem 0;
        margin: 0; }
        .section-blog-listing .blog-filter-bar .search-container form .search-field {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border: none;
          border-radius: 0;
          width: 10rem; }
        .section-blog-listing .blog-filter-bar .search-container form .search-submit {
          background: none;
          border: none;
          padding: 0;
          margin: 0;
          cursor: pointer;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          line-height: 1;
          box-shadow: none;
          outline: none; }
          .section-blog-listing .blog-filter-bar .search-container form .search-submit svg {
            fill: #860107;
            width: 1rem;
            height: 1rem;
            transition: color 0.2s ease; }
        .section-blog-listing .blog-filter-bar .search-container form .screen-reader-text {
          border: 0;
          clip: rect(1px, 1px, 1px, 1px);
          clip-path: inset(50%);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px;
          word-wrap: normal !important; }
  .section-blog-listing article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 0 0; }
    .section-blog-listing article figure {
      width: 40%;
      padding-bottom: 40%;
      overflow: hidden; }
    .section-blog-listing article .blog-summary {
      width: 60%;
      padding: 0 5rem; }
      .section-blog-listing article .blog-summary .post-category a {
        font-size: .9rem;
        text-transform: uppercase;
        color: #860107;
        font-weight: 600; }

@media (max-width: 1023px) {
  .section-blog-listing .blog-filter-bar {
    padding: 0;
    border: none; }
    .section-blog-listing .blog-filter-bar .filter-label {
      display: none; }
    .section-blog-listing .blog-filter-bar .filter-categories {
      width: 100%; }
      .section-blog-listing .blog-filter-bar .filter-categories .mobile-filter-dropdown {
        display: block; }
        .section-blog-listing .blog-filter-bar .filter-categories .mobile-filter-dropdown summary {
          background: #f2f2f2;
          padding: 1rem;
          border: 1px solid #ddd;
          cursor: pointer;
          list-style: none;
          position: relative; }
          .section-blog-listing .blog-filter-bar .filter-categories .mobile-filter-dropdown summary::-webkit-details-marker {
            display: none; }
          .section-blog-listing .blog-filter-bar .filter-categories .mobile-filter-dropdown summary::after {
            content: "+";
            color: black;
            position: absolute;
            top: 50%;
            right: 1rem;
            transform: translateY(-50%);
            font-size: 1.75rem;
            line-height: 0;
            font-weight: 600;
            transform-origin: center;
            transition: 200ms linear; }
        .section-blog-listing .blog-filter-bar .filter-categories .mobile-filter-dropdown[open] summary::after {
          transform: rotate(45deg); }
        .section-blog-listing .blog-filter-bar .filter-categories .mobile-filter-dropdown .dropdown-content {
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          background: white;
          border: 1px solid #ddd;
          border-top: none;
          border-radius: 0 0 4px 4px;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          z-index: 1000;
          /* Transition properties */
          transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
          opacity: 0;
          pointer-events: none; }
          .section-blog-listing .blog-filter-bar .filter-categories .mobile-filter-dropdown .dropdown-content .filter-link {
            display: block;
            margin: 0;
            padding: 1rem;
            border-bottom: 1px solid #eee; }
            .section-blog-listing .blog-filter-bar .filter-categories .mobile-filter-dropdown .dropdown-content .filter-link:last-child {
              border-bottom: none; }
        .section-blog-listing .blog-filter-bar .filter-categories .mobile-filter-dropdown[open] .dropdown-content {
          opacity: 1;
          pointer-events: auto; }
      .section-blog-listing .blog-filter-bar .filter-categories .desktop-filter-links {
        display: none; }
    .section-blog-listing .blog-filter-bar .search-container {
      display: none; }
  .section-blog-listing article .blog-summary {
    padding: 0 0 0 2.5rem; } }

@media (max-width: 767px) {
  .section-blog-listing {
    padding: 2.5rem 0; }
    .section-blog-listing article {
      flex-direction: column; }
      .section-blog-listing article figure {
        width: 100%;
        padding-bottom: 75%; }
      .section-blog-listing article .blog-summary {
        width: 100%;
        padding: 1.5rem 0 0; } }

footer {
  border-top: 1px solid #aaa;
  padding: 5rem 0; }
  footer .logo svg {
    display: block;
    height: 3rem;
    width: auto;
    fill: #231F20; }
  footer .footer-item {
    flex: 1; }
    footer .footer-item p,
    footer .footer-item ul {
      margin: 2rem 0 0; }
    footer .footer-item .label {
      position: absolute;
      margin: 0;
      top: 0;
      transform: translateY(-75%); }
    footer .footer-item a {
      color: #231F20;
      font-weight: 600; }
      footer .footer-item a:hover {
        color: #860107; }
  @media (max-width: 1023px) {
    footer .footer-item {
      flex: none;
      width: calc(50% - 2.5rem); }
      footer .footer-item .label {
        transform: translateY(0); }
      footer .footer-item:nth-child(2) .label {
        display: none; }
      footer .footer-item:nth-child(3),
      footer .footer-item:nth-child(4) {
        margin: 2rem 0 0; } }
  @media (max-width: 767px) {
    footer {
      padding: 2.5rem 0; }
      footer .footer-item {
        width: 100%; } }

header {
  position: fixed;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 5rem;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.28, 0, 0.18, 1), background 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
  header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 90; }
    header .logo svg {
      display: block;
      width: auto;
      fill: #231F20;
      transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
      height: 4rem; }
      header .logo svg .red {
        fill: #860107; }
    header .logo .hide {
      left: -999px;
      position: absolute;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
      z-index: -999;
      color: #ffffff; }
  header .nav {
    display: flex; }
    header .nav li a {
      font-size: .9rem;
      color: #231F20; }
      header .nav li a:hover {
        color: #860107; }
    header .nav li.current-menu-item a,
    header .nav li.current_page_parent a {
      font-weight: 600;
      color: #860107; }
    header .nav-primary-left li {
      margin: 0 2rem 0 0; }
    header .nav-primary-right li {
      margin: 0 0 0 2rem; }
      header .nav-primary-right li.icon-cart a {
        background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 9H21V18C21 21 19 22 17 22H7C5 22 3 21 3 18V9Z"></path><path d="M7 9C7 8.5 7 6 7 6C7 4 8.00074 2 11.0007 2H13C16 2 17 4 17 6V9"></path></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 24px;
        width: 24px;
        height: 24px;
        display: inline-block;
        font-size: 0;
        line-height: 0;
        color: transparent;
        overflow: hidden; }
        header .nav-primary-right li.icon-cart a:hover {
          background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" stroke="%23860107" stroke-width="1" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 9H21V18C21 21 19 22 17 22H7C5 22 3 21 3 18V9Z"></path><path d="M7 9C7 8.5 7 6 7 6C7 4 8.00074 2 11.0007 2H13C16 2 17 4 17 6V9"></path></svg>'); }
  header .menu-toggle {
    display: none;
    position: relative;
    appearance: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    text-align: inherit;
    font: inherit;
    border-radius: 0;
    width: 2.5rem;
    height: 1rem;
    z-index: 100; }
    header .menu-toggle span {
      background: #231F20;
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      transition: top 0.4s cubic-bezier(0.28, 0, 0.18, 1) 0.2s, bottom 0.4s cubic-bezier(0.28, 0, 0.18, 1) 0.2s, transform 0.4s cubic-bezier(0.28, 0, 0.18, 1) 0.2s, transform 0.4s cubic-bezier(0.28, 0, 0.18, 1);
      transform-origin: center center; }
      header .menu-toggle span:nth-child(1) {
        top: 0; }
      header .menu-toggle span:nth-child(2) {
        bottom: 0; }
    header .menu-toggle.open span {
      transition: top 0.4s cubic-bezier(0.28, 0, 0.18, 1), bottom 0.4s cubic-bezier(0.28, 0, 0.18, 1), transform 0.4s cubic-bezier(0.28, 0, 0.18, 1), transform 0.4s cubic-bezier(0.28, 0, 0.18, 1) 0.2s; }
      header .menu-toggle.open span:nth-child(1) {
        top: 50%;
        transform: translate3d(0, -50%, 0) rotate(45deg); }
      header .menu-toggle.open span:nth-child(2) {
        bottom: 50%;
        transform: translate3d(0, 50%, 0) rotate(-45deg); }
  header .mobile-panel {
    display: none; }
  header.sticky {
    transform: translateY(0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25); }
  header.hidden {
    transform: translateY(-100%); }
  @media (max-width: 1023px) {
    header .logo {
      position: relative;
      left: auto;
      top: auto;
      transform: translate3d(0%, 0%, 0); }
    header .nav {
      display: none; }
      header .nav-mobile {
        display: block; }
    header .menu-toggle {
      display: block; }
    header .mobile-panel {
      display: block;
      position: fixed;
      width: 100%;
      height: 100vh;
      background: #ffffff;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 1.5rem;
      transform: translateY(-100%);
      transition: transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.3s; }
      header .mobile-panel .mobile-menu-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        text-align: center;
        transition: all 0.6s cubic-bezier(0.87, 0, 0.13, 1);
        margin: -1rem 0 0;
        opacity: 0; }
        header .mobile-panel .mobile-menu-container a {
          font-size: clamp(1.5rem, 8vw, 4rem); } }
  @media (max-width: 767px) {
    header .logo svg {
      height: 2.5rem; }
    header .menu-toggle {
      width: 1.75rem;
      height: .75rem; } }

.show-menu header .mobile-panel {
  transition: transform 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translateY(0); }
  .show-menu header .mobile-panel .mobile-menu-container {
    transition: all 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.3s;
    margin: 0;
    opacity: 1; }

.page-contact-us {
  background: #f2f2f2; }
  .page-contact-us header {
    background: #f2f2f2; }
  .page-contact-us .section-content {
    padding: 0 0 5rem; }
    .page-contact-us .section-content .gform_submission_error {
      font-size: .9rem;
      font-weight: normal;
      color: #860107;
      letter-spacing: normal;
      font-weight: 600; }
    .page-contact-us .section-content .validation_message {
      font-size: .75rem;
      color: #860107;
      margin: -0.5rem 0 1rem; }
    .page-contact-us .section-content .ginput_container {
      display: flex;
      gap: 1rem;
      margin: 0 0 1rem; }
      .page-contact-us .section-content .ginput_container input,
      .page-contact-us .section-content .ginput_container textarea {
        background: none;
        width: 100%;
        padding: .5rem 0;
        font-family: "neue-haas-grotesk-display", sans-serif;
        max-height: 5rem;
        border: 1px solid #231F20;
        border-width: 0 0 1px;
        color: #231F20; }
        .page-contact-us .section-content .ginput_container input::placeholder,
        .page-contact-us .section-content .ginput_container textarea::placeholder {
          color: #231F20; }
      .page-contact-us .section-content .ginput_container textarea {
        border-width: 1px;
        padding: .5rem; }
      .page-contact-us .section-content .ginput_container .gform-grid-col {
        width: 50%; }
    .page-contact-us .section-content .gfield--type-hidden,
    .page-contact-us .section-content legend,
    .page-contact-us .section-content label {
      left: -999px;
      position: absolute;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
      z-index: -999; }
    .page-contact-us .section-content .gform-footer {
      text-align: center; }
      .page-contact-us .section-content .gform-footer .button {
        margin: 0 auto; }
  .page-contact-us .section-hero-text .content {
    padding: 2.5rem 0; }
  .page-contact-us footer {
    background: #ffffff; }

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

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

.section-banner {
  padding: 5rem 0;
  text-align: center;
  color: #ffffff; }
  .section-banner .content h2 {
    font-size: clamp(1.5rem, 4vw, 4rem); }
  .section-banner .content p {
    font-size: 1.25rem;
    font-size: clamp(1rem, 2vw, 2.5rem);
    font-weight: 600; }
  .section-banner .content .button {
    border: 1px solid #ffffff;
    color: #ffffff; }
    .section-banner .content .button:hover {
      background: #ffffff;
      color: #860107; }
  .section-banner.bg-color-gray {
    background: #f2f2f2; }
    .section-banner.bg-color-gray h2,
    .section-banner.bg-color-gray p {
      color: #231F20; }
    .section-banner.bg-color-gray .button {
      border: 1px solid #231F20;
      color: #231F20; }
      .section-banner.bg-color-gray .button:hover {
        background: #231F20;
        color: #ffffff; }
  .section-banner.bg-color-black {
    background: #231F20; }
  .section-banner.bg-color-maroon {
    background: #860107; }
  .section-banner.bg-color-split {
    background: linear-gradient(to right, #860107 50%, #231F20 50%); }
    .section-banner.bg-color-split .content {
      width: calc(50% - 2.5rem); }
  @media (max-width: 767px) {
    .section-banner {
      padding: 2.5rem 0; }
      .section-banner.bg-color-split {
        background: none;
        margin: 0 -1.5rem;
        padding: 0; }
        .section-banner.bg-color-split .content {
          width: 100%;
          padding: 2.5rem 1.5rem; }
          .section-banner.bg-color-split .content:first-child {
            background: #860107; }
          .section-banner.bg-color-split .content:last-child {
            background: #231F20; } }

.section-c-arms {
  background: #f2f2f2;
  padding: 5rem 0; }
  .section-c-arms .headline {
    padding-bottom: 2.5rem; }
    .section-c-arms .headline h2 {
      margin: 0; }
  .section-c-arms .c-arm-grid {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    gap: 1rem; }
    @media (max-width: 1200px) {
      .section-c-arms .c-arm-grid {
        grid-template-columns: repeat(auto-fill, minmax(33.33333%, 1fr));
        gap: 1rem; } }
    @media (max-width: 768px) {
      .section-c-arms .c-arm-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1rem; } }
    @media (max-width: 480px) {
      .section-c-arms .c-arm-grid {
        grid-template-columns: 1fr;
        gap: 1rem; } }
    .section-c-arms .c-arm-grid-item {
      background: #ffffff;
      border-radius: 1rem;
      overflow: hidden; }
      .section-c-arms .c-arm-grid-item .thumbnail {
        border-bottom: 1px solid #f2f2f2; }
        .section-c-arms .c-arm-grid-item .thumbnail figure {
          width: 100%;
          padding-bottom: 56.25%;
          overflow: hidden; }
      .section-c-arms .c-arm-grid-item .title {
        padding: 1rem 1rem 1.5rem; }
        .section-c-arms .c-arm-grid-item .title h4 {
          font-weight: 600;
          margin: 0; }
        .section-c-arms .c-arm-grid-item .title a {
          font-size: 1rem;
          color: #860107;
          font-weight: 700;
          border-bottom: 1px solid #860107;
          padding: 0 0 3px; }
  .section-c-arms.view-all {
    background: #ffffff;
    padding: 0 0 5rem; }
    .section-c-arms.view-all .c-arm-featured-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #aaa;
      padding: 2.5rem 0; }
      .section-c-arms.view-all .c-arm-featured-item:first-child {
        border-top: 1px solid #aaa; }
      .section-c-arms.view-all .c-arm-featured-item figure {
        width: calc(50% - 2.5rem); }
        .section-c-arms.view-all .c-arm-featured-item figure img {
          display: block;
          width: 100%;
          height: auto; }
      .section-c-arms.view-all .c-arm-featured-item .title {
        width: calc(50% - 2.5rem); }
      .section-c-arms.view-all .c-arm-featured-item:nth-child(even) figure {
        order: 2; }
      .section-c-arms.view-all .c-arm-featured-item:nth-child(even) .title {
        order: 1; }
    .section-c-arms.view-all .c-arm-grid {
      border-bottom: 1px solid #aaa;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
      gap: 1px;
      overflow: hidden;
      /* Important! */ }
      @media (max-width: 768px) {
        .section-c-arms.view-all .c-arm-grid {
          grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
          gap: 0; } }
      @media (max-width: 480px) {
        .section-c-arms.view-all .c-arm-grid {
          grid-template-columns: 1fr;
          gap: 0; } }
      .section-c-arms.view-all .c-arm-grid-item {
        background: none;
        border-radius: unset;
        box-shadow: 1px 0 0 0 #aaa, 0 1px 0 0 #aaa;
        /* Bottom border */
        padding: 0 0 2rem 0; }
        .section-c-arms.view-all .c-arm-grid-item .thumbnail {
          border-bottom: none; }
        .section-c-arms.view-all .c-arm-grid-item .title {
          padding-bottom: 0; }
  @media (max-width: 1023px) {
    .section-c-arms.view-all .c-arm-featured-item {
      flex-direction: column; }
      .section-c-arms.view-all .c-arm-featured-item figure {
        width: 100%; }
      .section-c-arms.view-all .c-arm-featured-item .title {
        width: 100%; } }
  @media (max-width: 767px) {
    .section-c-arms {
      padding: 2.5rem 0; }
      .section-c-arms .headline {
        text-align: center;
        flex-direction: column; }
      .section-c-arms .c-arm-grid-item {
        flex: none;
        width: 100%; } }

.section-content {
  padding: 5rem 0; }
  .section-content .content {
    max-width: 580px;
    margin: 0 auto; }
    .section-content .content strong {
      color: #860107; }
  .section-content.solo .content {
    max-width: 100%; }
  @media (max-width: 767px) {
    .section-content {
      padding: 2.5rem 0; } }

.section-hero-image {
  height: calc(100vh - 5rem); }
  .section-hero-image figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .section-hero-image h1 {
    z-index: 5; }
    .section-hero-image h1 strong {
      color: #860107; }

.section-hero-image-overlay {
  height: calc(100vh - 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .section-hero-image-overlay figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .section-hero-image-overlay .content {
    width: 100%;
    max-width: 580px;
    color: #ffffff;
    text-shadow: #000 0 0 2rem;
    padding: 2.5rem 0;
    z-index: 5; }
    .section-hero-image-overlay .content h1 {
      font-size: 3rem; }
    .section-hero-image-overlay .content p {
      font-size: 1.5rem; }
    .section-hero-image-overlay .content a {
      font-size: 1rem;
      color: #ffffff;
      font-weight: 700;
      border-bottom: 1px solid #ffffff;
      padding: 0 0 3px; }

.section-hero-text .content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 2.5rem 0 5rem;
  text-align: center; }
  .section-hero-text .content h1 strong {
    color: #860107; }

.section-hero-text-above .content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 2.5rem 0 5rem;
  text-align: center; }
  .section-hero-text-above .content h1 strong {
    color: #860107; }
  .section-hero-text-above .content a {
    font-size: 1rem;
    color: #860107;
    font-weight: 700;
    border-bottom: 1px solid #860107;
    padding: 0 0 3px; }

.section-hero-text-above figure {
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  order: 2; }

@media (max-width: 767px) {
  .section-hero-image-overlay .content h1 {
    font-size: 2.2rem;
    margin: 0 0 2.5rem; }
  .section-hero-image-overlay .content p {
    font-size: 1.2rem; }
  .section-hero-text-above .content {
    padding: 1.5rem 0; }
  .section-hero-text-above figure {
    padding-bottom: 75%; } }

.section-image-feature.bg-color-gray {
  background: #f2f2f2; }

.section-image-feature .image-split figure {
  align-self: stretch;
  width: calc((50% + 2.5rem) + 1px);
  min-height: 100%;
  padding-bottom: 50%;
  overflow: hidden; }

.section-image-feature .image-split .content {
  width: calc(50% - 1px);
  max-width: calc(800px - 2.5rem); }

.section-image-feature .image-split-left {
  justify-content: flex-start; }
  .section-image-feature .image-split-left figure {
    margin: 0 0 0 -2.5rem;
    border-right: 1px solid #aaa;
    order: 1; }
  .section-image-feature .image-split-left .content {
    padding: 5rem 2.5rem 5rem 5rem;
    order: 2; }

.section-image-feature .image-split-right {
  justify-content: flex-end; }
  .section-image-feature .image-split-right figure {
    margin: 0 -2.5rem 0 0;
    border-left: 1px solid #aaa;
    order: 2; }
  .section-image-feature .image-split-right .content {
    padding: 5rem 5rem 5rem 0;
    order: 1; }

.section-image-feature .image-column .content {
  text-align: center;
  order: 1; }

.section-image-feature .image-column figure {
  margin: 2.5rem 0 0;
  order: 2; }
  .section-image-feature .image-column figure img {
    display: block;
    width: 100%;
    height: auto; }

@media (max-width: 1023px) {
  .section-image-feature .image-split figure {
    width: calc(50% + 2.5rem);
    padding-bottom: 56.25%; }
  .section-image-feature .image-split .content {
    width: 50%; }
  .section-image-feature .image-split-left .content {
    padding: 2.5rem 0 2.5rem 2.5rem; }
  .section-image-feature .image-split-right .content {
    padding: 2.5rem 2.5rem 2.5rem 0; } }

@media (max-width: 767px) {
  .section-image-feature .image-split figure {
    width: calc(100% + 3rem);
    padding-bottom: 75%;
    border: none; }
  .section-image-feature .image-split .content {
    width: 100%; }
  .section-image-feature .image-split-left figure {
    margin: 0 -1.5rem;
    order: 1; }
  .section-image-feature .image-split-left .content {
    padding: 1.5rem 0;
    order: 2; }
  .section-image-feature .image-split-right figure {
    margin: 0 -1.5rem;
    order: 1; }
  .section-image-feature .image-split-right .content {
    padding: 1.5rem 0;
    order: 2; } }

.section-list {
  background: #f2f2f2;
  padding: 5rem 0 10rem; }
  .section-list .list-heading h2,
  .section-list .list-heading .button {
    margin: 0 0 5rem; }
  .section-list .list-content {
    border: 1px solid #aaa;
    border-width: 1px 0;
    display: flex; }
    .section-list .list-content .list-items {
      flex: 1; }
      .section-list .list-content .list-items .list-item {
        padding: 2.5rem 2.5rem 2.5rem 0;
        border-bottom: 1px solid #aaa;
        opacity: 0.4;
        transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
        cursor: pointer; }
        .section-list .list-content .list-items .list-item:last-child {
          border: none; }
        .section-list .list-content .list-items .list-item-heading {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .section-list .list-content .list-items .list-item-heading h3 {
            color: #503233;
            margin: 0; }
          .section-list .list-content .list-items .list-item-heading a {
            color: #860107;
            font-weight: 700;
            border-bottom: 1px solid #860107;
            padding: 0 0 3px;
            margin: 0 0 0 2.5rem;
            white-space: nowrap; }
        .section-list .list-content .list-items .list-item:hover {
          opacity: 1; }
        .section-list .list-content .list-items .list-item-content {
          width: 75%;
          padding: 1rem 0 0; }
          .section-list .list-content .list-items .list-item-content p {
            margin: 0; }
        .section-list .list-content .list-items .list-item-link {
          display: none; }
        .section-list .list-content .list-items .list-item.active {
          opacity: 1; }
    .section-list .list-content .list-images {
      flex: 1; }
      .section-list .list-content .list-images figure {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
        opacity: 0;
        pointer-events: none; }
        .section-list .list-content .list-images figure.active {
          opacity: 1;
          pointer-events: auto; }
  .section-list:after {
    content: '';
    background: #aaa;
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    z-index: 5; }
  @media (max-width: 1023px) {
    .section-list .list-heading {
      flex-direction: column;
      text-align: center; }
      .section-list .list-heading h2 {
        margin: 0; }
      .section-list .list-heading .button {
        margin: 1rem 0 5rem; }
        .section-list .list-heading .button:after {
          content: '';
          background: #aaa;
          display: block;
          width: 1px;
          height: 5rem;
          position: absolute;
          bottom: -5rem;
          left: 50%;
          transform: translate3d(-50%, 0, 0);
          z-index: 5; }
    .section-list .list-content {
      flex-direction: column;
      padding: 2.5rem 0 0; }
      .section-list .list-content .list-items {
        width: 100%;
        order: 2; }
      .section-list .list-content .list-images {
        width: 100%;
        order: 1;
        padding-bottom: 56.25%; }
    .section-list:after {
      display: none; } }
  @media (max-width: 767px) {
    .section-list {
      padding: 2.5rem 0 5rem; }
      .section-list .list-heading .button {
        margin: 1rem 0 2.5rem; }
        .section-list .list-heading .button:after {
          height: 2.5rem;
          bottom: -2.5rem; }
      .section-list .list-content {
        padding: 1.5rem 0 0; }
        .section-list .list-content .list-items .list-item {
          padding: 1.5rem 0; }
          .section-list .list-content .list-items .list-item-heading a {
            display: none; }
          .section-list .list-content .list-items .list-item-content {
            width: 100%; }
          .section-list .list-content .list-items .list-item-link {
            display: inline-block !important;
            color: #860107;
            font-weight: 700;
            margin: 1rem 0 0;
            white-space: nowrap; }
        .section-list .list-content .list-images {
          padding-bottom: 75%; } }

.section-slideshow .heading {
  display: flex;
  justify-content: space-between;
  padding: 0 0 2.5rem; }

.section-slideshow .swiper-expo {
  overflow: visible;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: auto 0; }
  .section-slideshow .swiper-expo .swiper-wrapper {
    align-items: center; }
  .section-slideshow .swiper-expo .swiper-slide {
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
    height: calc(100% - 5rem); }
    .section-slideshow .swiper-expo .swiper-slide-active {
      height: 100%; }

.section-slideshow.bg-color-black {
  background: #231F20;
  padding: 5rem 0 7.5rem;
  color: #ffffff; }
  .section-slideshow.bg-color-black .heading {
    align-items: flex-start;
    gap: 5rem; }
    .section-slideshow.bg-color-black .heading .content {
      width: calc(50% - 2.5rem); }

.section-slideshow.bg-color-gray {
  background: #f2f2f2; }

.section-slideshow.bg-color-maroon {
  background: #860107;
  padding: 5rem 0 10rem;
  color: #ffffff; }
  .section-slideshow.bg-color-maroon .heading {
    align-items: center; }
  .section-slideshow.bg-color-maroon .slideshow {
    background: #860107;
    border: 1px solid #ffffff;
    border-width: 1px 0;
    padding: 2.5rem 0; }
  .section-slideshow.bg-color-maroon .content {
    max-width: 580px;
    padding: 2.5rem 0;
    margin: 0 auto; }
  .section-slideshow.bg-color-maroon:before {
    content: '';
    background: #ffffff;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%; }

@media (max-width: 1023px) {
  .section-slideshow .heading {
    flex-direction: column;
    padding: 0 0 5rem; }
    .section-slideshow .heading h2 {
      margin: 0 0 1rem; }
  .section-slideshow.bg-color-black {
    padding: 5rem 0; }
    .section-slideshow.bg-color-black .heading {
      gap: 0;
      padding: 0 0 2.5rem; }
      .section-slideshow.bg-color-black .heading .content {
        width: 100%; }
  .section-slideshow.bg-color-maroon {
    padding: 5rem 0 10rem; }
    .section-slideshow.bg-color-maroon .heading:before {
      content: '';
      background: #ffffff;
      position: absolute;
      width: 1px;
      height: 5rem;
      bottom: 0; }
    .section-slideshow.bg-color-maroon .slideshow {
      padding: 2.5rem 0 0; }
    .section-slideshow.bg-color-maroon .content {
      padding: 1.5rem 0 2.5rem; }
    .section-slideshow.bg-color-maroon:before {
      height: 10rem;
      top: auto;
      bottom: 0; } }

@media (max-width: 767px) {
  .section-slideshow .heading {
    padding: 0 0 2.5rem; }
  .section-slideshow .swiper-expo {
    aspect-ratio: 4 / 3; }
  .section-slideshow.bg-color-black {
    padding: 2.5rem 0; }
    .section-slideshow.bg-color-black .heading {
      padding: 0 0 1.5rem; }
  .section-slideshow.bg-color-maroon {
    padding: 2.5rem 0 5rem; }
    .section-slideshow.bg-color-maroon .heading {
      padding: 0 0 5rem; }
    .section-slideshow.bg-color-maroon:before {
      height: 5rem; }
  .section-slideshow.bg-color .heading:before {
    height: 2.5rem; } }

.section-states {
  padding: 10rem 0; }
  .section-states .columns {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 2.5rem 0;
    margin: 0 0 10rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5rem; }
    .section-states .columns:before,
    .section-states .columns:after {
      content: '';
      background: #aaa;
      position: absolute;
      display: block;
      width: 1px;
      height: 10rem; }
    .section-states .columns:before {
      top: 0;
      left: 50%;
      transform: translate3d(-50%, -100%, 0); }
    .section-states .columns:after {
      bottom: 0;
      left: 50%;
      transform: translate3d(-50%, 100%, 0); }
    .section-states .columns .column {
      width: calc(50% - 2.5rem); }
  .section-states .content {
    max-width: 580px;
    padding: 2.5rem 0;
    margin: 0 auto;
    text-align: center; }
    .section-states .content strong {
      color: #860107; }
  .section-states figure {
    width: 100%; }
    .section-states figure img {
      display: block;
      width: 100%;
      height: auto; }
  @media (max-width: 1023px) {
    .section-states {
      padding: 7.5rem 0 5rem; }
      .section-states .columns {
        margin: 0 0 7.5rem;
        gap: 0; }
        .section-states .columns:before,
        .section-states .columns:after {
          height: 7.5rem; }
        .section-states .columns .column {
          width: calc(50% - 1.5rem); } }
  @media (max-width: 767px) {
    .section-states {
      padding: 5rem 0 2.5rem; }
      .section-states .columns {
        flex-direction: column;
        margin: 0 0 5rem;
        padding: 1.5rem 0; }
        .section-states .columns:before,
        .section-states .columns:after {
          height: 5rem; }
        .section-states .columns .column {
          width: 100%; }
      .section-states .content {
        padding: 1.5rem 0; } }

.section-team-members {
  background: #f2f2f2;
  border-top: 1px solid #aaa;
  padding: 5rem 0 10rem;
  overflow: hidden; }
  .section-team-members h2 {
    margin: 0 0 5rem; }
  .section-team-members .profiles {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background: #f2f2f2;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    z-index: 10; }
    .section-team-members .profiles .profile {
      flex: 1;
      cursor: pointer; }
      .section-team-members .profiles .profile figure {
        width: 100%;
        padding-bottom: 125%;
        overflow: hidden; }
        .section-team-members .profiles .profile figure figcaption {
          font-size: 1.5rem;
          color: #ffffff;
          font-weight: 600;
          position: absolute;
          bottom: 1rem;
          left: 1rem; }
      .section-team-members .profiles .profile.inactive {
        opacity: 0.5;
        transition: opacity 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
    .section-team-members .profiles .profile-modal {
      order: 4;
      background-color: #860107;
      width: 100%;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
      z-index: 100;
      display: none;
      color: #ffffff; }
      .section-team-members .profiles .profile-modal .close-modal {
        position: absolute;
        top: 1rem;
        right: 1rem;
        font-size: 2rem;
        line-height: 1rem;
        cursor: pointer;
        z-index: 5; }
      .section-team-members .profiles .profile-modal .modal-content {
        padding: 1.5rem 2.5rem; }
  .section-team-members:after {
    content: '';
    background: #aaa;
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  @media (max-width: 1023px) {
    .section-team-members h2 {
      text-align: center; }
      .section-team-members h2:after {
        content: '';
        background: #aaa;
        display: block;
        width: 1px;
        height: 4rem;
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        bottom: -5rem; }
    .section-team-members .profiles .profile figure figcaption {
      font-size: 1.2rem; }
    .section-team-members:after {
      height: 10rem;
      top: auto;
      bottom: 0; } }
  @media (max-width: 767px) {
    .section-team-members .profiles {
      flex-direction: column;
      flex-wrap: nowrap; }
      .section-team-members .profiles .profile-modal {
        order: inherit; }
        .section-team-members .profiles .profile-modal .close-modal {
          top: .5rem;
          right: .5rem; }
        .section-team-members .profiles .profile-modal .modal-content {
          padding: 0.5rem 1.5rem; } }

.section-testimonial .testimonial-quote {
  padding: 10rem 0; }
  .section-testimonial .testimonial-quote:before {
    content: '';
    position: absolute;
    display: block;
    background: #aaa;
    width: 1px;
    height: 100%;
    top: 0;
    right: 33%;
    bottom: 0; }
  .section-testimonial .testimonial-quote figure {
    width: 34%;
    border: 1px solid #aaa;
    border-width: 1px 0; }
  .section-testimonial .testimonial-quote .content {
    width: 66%;
    background: #ffffff;
    border: 1px solid #aaa;
    border-width: 1px 0;
    padding: 1.5rem 5rem; }
    .section-testimonial .testimonial-quote .content .double-quote {
      position: absolute;
      display: block;
      fill: #666;
      height: 2.5rem;
      width: auto; }
      .section-testimonial .testimonial-quote .content .double-quote:first-child {
        transform: translate3d(-100%, -50%, 0);
        top: 0;
        left: 5rem; }
      .section-testimonial .testimonial-quote .content .double-quote:last-child {
        transform: translate3d(100%, 50%, 0) rotate(180deg);
        bottom: 0;
        right: 5rem; }
    .section-testimonial .testimonial-quote .content .quote {
      font-size: 1.5rem; }
    .section-testimonial .testimonial-quote .content .name {
      font-size: .9rem;
      font-weight: 600;
      text-transform: uppercase; }

.section-testimonial .testimonial-feature figure {
  align-self: stretch;
  width: calc(50% + 2.5rem);
  min-height: 100%;
  padding-bottom: 50%;
  overflow: hidden;
  margin: 0 0 0 -2.5rem;
  border-right: 1px solid #aaa; }

.section-testimonial .testimonial-feature .content {
  width: 50%;
  max-width: 700px;
  padding: 5rem 2.5rem 5rem 5rem; }
  .section-testimonial .testimonial-feature .content .quote {
    font-size: 1.5rem; }

@media (max-width: 1023px) {
  .section-testimonial .testimonial-quote {
    padding: 2.5rem 2.5rem 0; }
    .section-testimonial .testimonial-quote:before {
      display: none; }
    .section-testimonial .testimonial-quote figure {
      width: 100%;
      padding-bottom: 56.25%;
      margin: 0 0 5rem;
      border: none; }
      .section-testimonial .testimonial-quote figure:after {
        content: '';
        position: absolute;
        display: block;
        background: #aaa;
        width: 1px;
        height: 5rem;
        right: 50%;
        bottom: -5rem; }
    .section-testimonial .testimonial-quote .content {
      width: 100%;
      padding: 2.5rem 0;
      margin: 0 0 5rem; }
      .section-testimonial .testimonial-quote .content .double-quote:first-child {
        left: 2.5rem; }
      .section-testimonial .testimonial-quote .content .double-quote:last-child {
        right: 2.5rem; }
      .section-testimonial .testimonial-quote .content:after {
        content: '';
        position: absolute;
        display: block;
        background: #aaa;
        width: 1px;
        height: 5rem;
        right: 50%;
        bottom: -5rem; }
  .section-testimonial .testimonial-feature .content {
    padding: 2.5rem 0 2.5rem 2.5rem; }
    .section-testimonial .testimonial-feature .content .quote {
      font-size: 1.25rem; } }

@media (max-width: 767px) {
  .section-testimonial .testimonial-quote {
    padding: 1.5rem 1.5rem 0; }
  .section-testimonial .testimonial-feature figure {
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
    padding-bottom: 75%;
    border: none; }
  .section-testimonial .testimonial-feature .content {
    width: 100%;
    padding: 1.5rem 0 2.5rem; } }

.section-triptych {
  background: #f2f2f2;
  padding: 5rem 0;
  text-align: center; }
  .section-triptych .content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0 1.5rem; }
  .section-triptych .cards {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem; }
    .section-triptych .cards .card {
      text-align: left;
      flex: 1; }
      .section-triptych .cards .card figure {
        width: 100%;
        padding-bottom: 75%;
        overflow: hidden; }
      .section-triptych .cards .card strong {
        color: #860107; }
  .section-triptych .button {
    margin: 1rem auto 0 auto; }
  @media (max-width: 767px) {
    .section-triptych .cards {
      flex-direction: column;
      gap: .5rem; }
      .section-triptych .cards .card {
        flex: none; } }

.section-two-column {
  padding: 5rem 0; }
  .section-two-column .columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5rem; }
    .section-two-column .columns .column {
      width: calc(50% - 2.5rem); }
  .section-two-column figure {
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin: 1.5rem 0 0; }
  @media (max-width: 1023px) {
    .section-two-column .columns {
      gap: 2.5rem; }
      .section-two-column .columns .column {
        width: calc(50% - 1.25rem); } }
  @media (max-width: 767px) {
    .section-two-column {
      padding: 2.5rem 0; }
      .section-two-column .columns {
        flex-wrap: wrap;
        gap: 0; }
        .section-two-column .columns .column {
          width: 100%; }
      .section-two-column figure {
        padding-bottom: 75%; } }

.section-c-arm-hero {
  padding: 5rem 0 0; }
  .section-c-arm-hero .swiper-main {
    width: calc(50% - 2.5rem);
    padding: 0 0 0.5rem;
    overflow: hidden; }
    .section-c-arm-hero .swiper-main .swiper-slide {
      width: 100%;
      padding-bottom: 75%;
      overflow: hidden; }
  .section-c-arm-hero .swiper-thumbs {
    width: calc(50% - 2.5rem);
    padding: .5rem 0 0;
    border-top: 1px solid #ccc; }
    .section-c-arm-hero .swiper-thumbs .swiper-slide {
      cursor: pointer;
      transition: opacity 0.4s cubic-bezier(0.28, 0, 0.18, 1);
      opacity: .5; }
      .section-c-arm-hero .swiper-thumbs .swiper-slide-thumb-active {
        opacity: 1; }
      .section-c-arm-hero .swiper-thumbs .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%; }
    .section-c-arm-hero .swiper-thumbs .line {
      position: absolute;
      top: -1px;
      height: 1px;
      background-color: #666;
      /* Change to match your theme color */
      transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
  .section-c-arm-hero .single {
    width: calc(50% - 2.5rem); }
    .section-c-arm-hero .single img {
      display: block;
      width: 100%;
      height: auto; }
  .section-c-arm-hero .content {
    width: calc(50% - 2.5rem); }
    .section-c-arm-hero .content h1 {
      font-size: 3rem;
      font-weight: 600; }
    .section-c-arm-hero .content .excerpt {
      align-self: flex-start;
      border-top: 1px solid #ccc;
      padding: 1rem 0 0;
      margin: 2rem 0 0;
      font-size: .9rem; }
      .section-c-arm-hero .content .excerpt p {
        margin: 0; }

.section-c-arm-tabs {
  padding: 5rem 0 0; }
  .section-c-arm-tabs .tabs {
    position: relative; }
    .section-c-arm-tabs .tabs ul {
      display: flex;
      justify-content: center;
      margin: 0; }
      .section-c-arm-tabs .tabs ul li {
        margin: 0 1rem; }
        .section-c-arm-tabs .tabs ul li a {
          display: block;
          padding: 0 0 15px;
          font-size: .8rem;
          letter-spacing: 1.92px;
          text-transform: uppercase;
          font-weight: 600;
          color: #888; }
        .section-c-arm-tabs .tabs ul li.active a {
          color: #860107; }
  .section-c-arm-tabs .line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #860107; }
  .section-c-arm-tabs .tab-content {
    width: 100%;
    background-color: #f2f2f2;
    border-top: 1px solid #666;
    padding: 5rem 0; }
    .section-c-arm-tabs .tab-content .tab-pane {
      display: none; }
      .section-c-arm-tabs .tab-content .tab-pane.active {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
      .section-c-arm-tabs .tab-content .tab-pane h2 {
        width: 100%; }
      .section-c-arm-tabs .tab-content .tab-pane .content {
        width: calc(50% - 5rem); }
        .section-c-arm-tabs .tab-content .tab-pane .content ul {
          list-style-type: disc;
          margin: 1rem 0 1rem 1rem; }
          .section-c-arm-tabs .tab-content .tab-pane .content ul ul {
            margin: 0 0 0 1rem; }

@media (max-width: 1023px) {
  .section-c-arm-hero {
    padding: 0; }
    .section-c-arm-hero .swiper-main,
    .section-c-arm-hero .swiper-thumbs,
    .section-c-arm-hero .single,
    .section-c-arm-hero .content {
      width: 100%;
      margin: 2.5rem 0 0; }
  .section-c-arm-tabs .tab-content .tab-pane .content {
    width: 100%; } }

#gf-quote-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  #gf-quote-modal .gf-quote-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
  #gf-quote-modal .gf-quote-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: #ffffff;
    max-width: 500px;
    min-width: 360px;
    padding: 1.5rem;
    z-index: 10000;
    max-height: 80vh;
    overflow-y: auto; }
    #gf-quote-modal .gf-quote-content h3 {
      margin: 0; }
    #gf-quote-modal .gf-quote-content p {
      margin: 0 0 1rem; }
    #gf-quote-modal .gf-quote-content .ginput_container {
      display: flex;
      gap: .5rem;
      margin: 0 0 0.5rem; }
      #gf-quote-modal .gf-quote-content .ginput_container input,
      #gf-quote-modal .gf-quote-content .ginput_container textarea {
        width: 100%;
        padding: .5rem;
        font-family: "neue-haas-grotesk-display", sans-serif;
        max-height: 5rem; }
      #gf-quote-modal .gf-quote-content .ginput_container .gform-grid-col {
        width: 50%; }
    #gf-quote-modal .gf-quote-content .gfield--type-hidden,
    #gf-quote-modal .gf-quote-content legend,
    #gf-quote-modal .gf-quote-content label {
      left: -999px;
      position: absolute;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
      z-index: -999; }
    #gf-quote-modal .gf-quote-content .button {
      margin: 1rem 0 0; }
    #gf-quote-modal .gf-quote-content .gf-close-quote {
      position: absolute;
      top: .5rem;
      right: .75rem;
      font-size: 2rem;
      cursor: pointer;
      line-height: 1;
      transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
      #gf-quote-modal .gf-quote-content .gf-close-quote:hover {
        color: #860107; }

.page-contact-us {
  background: #f2f2f2; }
  .page-contact-us header {
    background: #f2f2f2; }
  .page-contact-us .section-content {
    padding: 0 0 5rem; }
    .page-contact-us .section-content .gform_submission_error {
      font-size: .9rem;
      font-weight: normal;
      color: #860107;
      letter-spacing: normal;
      font-weight: 600; }
    .page-contact-us .section-content .validation_message {
      font-size: .75rem;
      color: #860107;
      margin: -0.5rem 0 1rem; }
    .page-contact-us .section-content .ginput_container {
      display: flex;
      gap: 1rem;
      margin: 0 0 1rem; }
      .page-contact-us .section-content .ginput_container input,
      .page-contact-us .section-content .ginput_container textarea {
        background: none;
        width: 100%;
        padding: .5rem 0;
        font-family: "neue-haas-grotesk-display", sans-serif;
        max-height: 5rem;
        border: 1px solid #231F20;
        border-width: 0 0 1px;
        color: #231F20; }
        .page-contact-us .section-content .ginput_container input::placeholder,
        .page-contact-us .section-content .ginput_container textarea::placeholder {
          color: #231F20; }
      .page-contact-us .section-content .ginput_container textarea {
        border-width: 1px;
        padding: .5rem; }
      .page-contact-us .section-content .ginput_container .gform-grid-col {
        width: 50%; }
    .page-contact-us .section-content .gfield--type-hidden,
    .page-contact-us .section-content legend,
    .page-contact-us .section-content label {
      left: -999px;
      position: absolute;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
      z-index: -999; }
    .page-contact-us .section-content .gform-footer {
      text-align: center; }
      .page-contact-us .section-content .gform-footer .button {
        margin: 0 auto; }
  .page-contact-us .section-hero-text .content {
    padding: 2.5rem 0; }
  .page-contact-us footer {
    background: #ffffff; }

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

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

.section-banner {
  padding: 5rem 0;
  text-align: center;
  color: #ffffff; }
  .section-banner .content h2 {
    font-size: clamp(1.5rem, 4vw, 4rem); }
  .section-banner .content p {
    font-size: 1.25rem;
    font-size: clamp(1rem, 2vw, 2.5rem);
    font-weight: 600; }
  .section-banner .content .button {
    border: 1px solid #ffffff;
    color: #ffffff; }
    .section-banner .content .button:hover {
      background: #ffffff;
      color: #860107; }
  .section-banner.bg-color-gray {
    background: #f2f2f2; }
    .section-banner.bg-color-gray h2,
    .section-banner.bg-color-gray p {
      color: #231F20; }
    .section-banner.bg-color-gray .button {
      border: 1px solid #231F20;
      color: #231F20; }
      .section-banner.bg-color-gray .button:hover {
        background: #231F20;
        color: #ffffff; }
  .section-banner.bg-color-black {
    background: #231F20; }
  .section-banner.bg-color-maroon {
    background: #860107; }
  .section-banner.bg-color-split {
    background: linear-gradient(to right, #860107 50%, #231F20 50%); }
    .section-banner.bg-color-split .content {
      width: calc(50% - 2.5rem); }
  @media (max-width: 767px) {
    .section-banner {
      padding: 2.5rem 0; }
      .section-banner.bg-color-split {
        background: none;
        margin: 0 -1.5rem;
        padding: 0; }
        .section-banner.bg-color-split .content {
          width: 100%;
          padding: 2.5rem 1.5rem; }
          .section-banner.bg-color-split .content:first-child {
            background: #860107; }
          .section-banner.bg-color-split .content:last-child {
            background: #231F20; } }

.section-c-arms {
  background: #f2f2f2;
  padding: 5rem 0; }
  .section-c-arms .headline {
    padding-bottom: 2.5rem; }
    .section-c-arms .headline h2 {
      margin: 0; }
  .section-c-arms .c-arm-grid {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    gap: 1rem; }
    @media (max-width: 1200px) {
      .section-c-arms .c-arm-grid {
        grid-template-columns: repeat(auto-fill, minmax(33.33333%, 1fr));
        gap: 1rem; } }
    @media (max-width: 768px) {
      .section-c-arms .c-arm-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1rem; } }
    @media (max-width: 480px) {
      .section-c-arms .c-arm-grid {
        grid-template-columns: 1fr;
        gap: 1rem; } }
    .section-c-arms .c-arm-grid-item {
      background: #ffffff;
      border-radius: 1rem;
      overflow: hidden; }
      .section-c-arms .c-arm-grid-item .thumbnail {
        border-bottom: 1px solid #f2f2f2; }
        .section-c-arms .c-arm-grid-item .thumbnail figure {
          width: 100%;
          padding-bottom: 56.25%;
          overflow: hidden; }
      .section-c-arms .c-arm-grid-item .title {
        padding: 1rem 1rem 1.5rem; }
        .section-c-arms .c-arm-grid-item .title h4 {
          font-weight: 600;
          margin: 0; }
        .section-c-arms .c-arm-grid-item .title a {
          font-size: 1rem;
          color: #860107;
          font-weight: 700;
          border-bottom: 1px solid #860107;
          padding: 0 0 3px; }
  .section-c-arms.view-all {
    background: #ffffff;
    padding: 0 0 5rem; }
    .section-c-arms.view-all .c-arm-featured-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #aaa;
      padding: 2.5rem 0; }
      .section-c-arms.view-all .c-arm-featured-item:first-child {
        border-top: 1px solid #aaa; }
      .section-c-arms.view-all .c-arm-featured-item figure {
        width: calc(50% - 2.5rem); }
        .section-c-arms.view-all .c-arm-featured-item figure img {
          display: block;
          width: 100%;
          height: auto; }
      .section-c-arms.view-all .c-arm-featured-item .title {
        width: calc(50% - 2.5rem); }
      .section-c-arms.view-all .c-arm-featured-item:nth-child(even) figure {
        order: 2; }
      .section-c-arms.view-all .c-arm-featured-item:nth-child(even) .title {
        order: 1; }
    .section-c-arms.view-all .c-arm-grid {
      border-bottom: 1px solid #aaa;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
      gap: 1px;
      overflow: hidden;
      /* Important! */ }
      @media (max-width: 768px) {
        .section-c-arms.view-all .c-arm-grid {
          grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
          gap: 0; } }
      @media (max-width: 480px) {
        .section-c-arms.view-all .c-arm-grid {
          grid-template-columns: 1fr;
          gap: 0; } }
      .section-c-arms.view-all .c-arm-grid-item {
        background: none;
        border-radius: unset;
        box-shadow: 1px 0 0 0 #aaa, 0 1px 0 0 #aaa;
        /* Bottom border */
        padding: 0 0 2rem 0; }
        .section-c-arms.view-all .c-arm-grid-item .thumbnail {
          border-bottom: none; }
        .section-c-arms.view-all .c-arm-grid-item .title {
          padding-bottom: 0; }
  @media (max-width: 1023px) {
    .section-c-arms.view-all .c-arm-featured-item {
      flex-direction: column; }
      .section-c-arms.view-all .c-arm-featured-item figure {
        width: 100%; }
      .section-c-arms.view-all .c-arm-featured-item .title {
        width: 100%; } }
  @media (max-width: 767px) {
    .section-c-arms {
      padding: 2.5rem 0; }
      .section-c-arms .headline {
        text-align: center;
        flex-direction: column; }
      .section-c-arms .c-arm-grid-item {
        flex: none;
        width: 100%; } }

.section-content {
  padding: 5rem 0; }
  .section-content .content {
    max-width: 580px;
    margin: 0 auto; }
    .section-content .content strong {
      color: #860107; }
  .section-content.solo .content {
    max-width: 100%; }
  @media (max-width: 767px) {
    .section-content {
      padding: 2.5rem 0; } }

.section-hero-image {
  height: calc(100vh - 5rem); }
  .section-hero-image figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .section-hero-image h1 {
    z-index: 5; }
    .section-hero-image h1 strong {
      color: #860107; }

.section-hero-image-overlay {
  height: calc(100vh - 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .section-hero-image-overlay figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .section-hero-image-overlay .content {
    width: 100%;
    max-width: 580px;
    color: #ffffff;
    text-shadow: #000 0 0 2rem;
    padding: 2.5rem 0;
    z-index: 5; }
    .section-hero-image-overlay .content h1 {
      font-size: 3rem; }
    .section-hero-image-overlay .content p {
      font-size: 1.5rem; }
    .section-hero-image-overlay .content a {
      font-size: 1rem;
      color: #ffffff;
      font-weight: 700;
      border-bottom: 1px solid #ffffff;
      padding: 0 0 3px; }

.section-hero-text .content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 2.5rem 0 5rem;
  text-align: center; }
  .section-hero-text .content h1 strong {
    color: #860107; }

.section-hero-text-above .content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 2.5rem 0 5rem;
  text-align: center; }
  .section-hero-text-above .content h1 strong {
    color: #860107; }
  .section-hero-text-above .content a {
    font-size: 1rem;
    color: #860107;
    font-weight: 700;
    border-bottom: 1px solid #860107;
    padding: 0 0 3px; }

.section-hero-text-above figure {
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  order: 2; }

@media (max-width: 767px) {
  .section-hero-image-overlay .content h1 {
    font-size: 2.2rem;
    margin: 0 0 2.5rem; }
  .section-hero-image-overlay .content p {
    font-size: 1.2rem; }
  .section-hero-text-above .content {
    padding: 1.5rem 0; }
  .section-hero-text-above figure {
    padding-bottom: 75%; } }

.section-image-feature.bg-color-gray {
  background: #f2f2f2; }

.section-image-feature .image-split figure {
  align-self: stretch;
  width: calc((50% + 2.5rem) + 1px);
  min-height: 100%;
  padding-bottom: 50%;
  overflow: hidden; }

.section-image-feature .image-split .content {
  width: calc(50% - 1px);
  max-width: calc(800px - 2.5rem); }

.section-image-feature .image-split-left {
  justify-content: flex-start; }
  .section-image-feature .image-split-left figure {
    margin: 0 0 0 -2.5rem;
    border-right: 1px solid #aaa;
    order: 1; }
  .section-image-feature .image-split-left .content {
    padding: 5rem 2.5rem 5rem 5rem;
    order: 2; }

.section-image-feature .image-split-right {
  justify-content: flex-end; }
  .section-image-feature .image-split-right figure {
    margin: 0 -2.5rem 0 0;
    border-left: 1px solid #aaa;
    order: 2; }
  .section-image-feature .image-split-right .content {
    padding: 5rem 5rem 5rem 0;
    order: 1; }

.section-image-feature .image-column .content {
  text-align: center;
  order: 1; }

.section-image-feature .image-column figure {
  margin: 2.5rem 0 0;
  order: 2; }
  .section-image-feature .image-column figure img {
    display: block;
    width: 100%;
    height: auto; }

@media (max-width: 1023px) {
  .section-image-feature .image-split figure {
    width: calc(50% + 2.5rem);
    padding-bottom: 56.25%; }
  .section-image-feature .image-split .content {
    width: 50%; }
  .section-image-feature .image-split-left .content {
    padding: 2.5rem 0 2.5rem 2.5rem; }
  .section-image-feature .image-split-right .content {
    padding: 2.5rem 2.5rem 2.5rem 0; } }

@media (max-width: 767px) {
  .section-image-feature .image-split figure {
    width: calc(100% + 3rem);
    padding-bottom: 75%;
    border: none; }
  .section-image-feature .image-split .content {
    width: 100%; }
  .section-image-feature .image-split-left figure {
    margin: 0 -1.5rem;
    order: 1; }
  .section-image-feature .image-split-left .content {
    padding: 1.5rem 0;
    order: 2; }
  .section-image-feature .image-split-right figure {
    margin: 0 -1.5rem;
    order: 1; }
  .section-image-feature .image-split-right .content {
    padding: 1.5rem 0;
    order: 2; } }

.section-list {
  background: #f2f2f2;
  padding: 5rem 0 10rem; }
  .section-list .list-heading h2,
  .section-list .list-heading .button {
    margin: 0 0 5rem; }
  .section-list .list-content {
    border: 1px solid #aaa;
    border-width: 1px 0;
    display: flex; }
    .section-list .list-content .list-items {
      flex: 1; }
      .section-list .list-content .list-items .list-item {
        padding: 2.5rem 2.5rem 2.5rem 0;
        border-bottom: 1px solid #aaa;
        opacity: 0.4;
        transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
        cursor: pointer; }
        .section-list .list-content .list-items .list-item:last-child {
          border: none; }
        .section-list .list-content .list-items .list-item-heading {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .section-list .list-content .list-items .list-item-heading h3 {
            color: #503233;
            margin: 0; }
          .section-list .list-content .list-items .list-item-heading a {
            color: #860107;
            font-weight: 700;
            border-bottom: 1px solid #860107;
            padding: 0 0 3px;
            margin: 0 0 0 2.5rem;
            white-space: nowrap; }
        .section-list .list-content .list-items .list-item:hover {
          opacity: 1; }
        .section-list .list-content .list-items .list-item-content {
          width: 75%;
          padding: 1rem 0 0; }
          .section-list .list-content .list-items .list-item-content p {
            margin: 0; }
        .section-list .list-content .list-items .list-item-link {
          display: none; }
        .section-list .list-content .list-items .list-item.active {
          opacity: 1; }
    .section-list .list-content .list-images {
      flex: 1; }
      .section-list .list-content .list-images figure {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
        opacity: 0;
        pointer-events: none; }
        .section-list .list-content .list-images figure.active {
          opacity: 1;
          pointer-events: auto; }
  .section-list:after {
    content: '';
    background: #aaa;
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    z-index: 5; }
  @media (max-width: 1023px) {
    .section-list .list-heading {
      flex-direction: column;
      text-align: center; }
      .section-list .list-heading h2 {
        margin: 0; }
      .section-list .list-heading .button {
        margin: 1rem 0 5rem; }
        .section-list .list-heading .button:after {
          content: '';
          background: #aaa;
          display: block;
          width: 1px;
          height: 5rem;
          position: absolute;
          bottom: -5rem;
          left: 50%;
          transform: translate3d(-50%, 0, 0);
          z-index: 5; }
    .section-list .list-content {
      flex-direction: column;
      padding: 2.5rem 0 0; }
      .section-list .list-content .list-items {
        width: 100%;
        order: 2; }
      .section-list .list-content .list-images {
        width: 100%;
        order: 1;
        padding-bottom: 56.25%; }
    .section-list:after {
      display: none; } }
  @media (max-width: 767px) {
    .section-list {
      padding: 2.5rem 0 5rem; }
      .section-list .list-heading .button {
        margin: 1rem 0 2.5rem; }
        .section-list .list-heading .button:after {
          height: 2.5rem;
          bottom: -2.5rem; }
      .section-list .list-content {
        padding: 1.5rem 0 0; }
        .section-list .list-content .list-items .list-item {
          padding: 1.5rem 0; }
          .section-list .list-content .list-items .list-item-heading a {
            display: none; }
          .section-list .list-content .list-items .list-item-content {
            width: 100%; }
          .section-list .list-content .list-items .list-item-link {
            display: inline-block !important;
            color: #860107;
            font-weight: 700;
            margin: 1rem 0 0;
            white-space: nowrap; }
        .section-list .list-content .list-images {
          padding-bottom: 75%; } }

.section-slideshow .heading {
  display: flex;
  justify-content: space-between;
  padding: 0 0 2.5rem; }

.section-slideshow .swiper-expo {
  overflow: visible;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: auto 0; }
  .section-slideshow .swiper-expo .swiper-wrapper {
    align-items: center; }
  .section-slideshow .swiper-expo .swiper-slide {
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
    height: calc(100% - 5rem); }
    .section-slideshow .swiper-expo .swiper-slide-active {
      height: 100%; }

.section-slideshow.bg-color-black {
  background: #231F20;
  padding: 5rem 0 7.5rem;
  color: #ffffff; }
  .section-slideshow.bg-color-black .heading {
    align-items: flex-start;
    gap: 5rem; }
    .section-slideshow.bg-color-black .heading .content {
      width: calc(50% - 2.5rem); }

.section-slideshow.bg-color-gray {
  background: #f2f2f2; }

.section-slideshow.bg-color-maroon {
  background: #860107;
  padding: 5rem 0 10rem;
  color: #ffffff; }
  .section-slideshow.bg-color-maroon .heading {
    align-items: center; }
  .section-slideshow.bg-color-maroon .slideshow {
    background: #860107;
    border: 1px solid #ffffff;
    border-width: 1px 0;
    padding: 2.5rem 0; }
  .section-slideshow.bg-color-maroon .content {
    max-width: 580px;
    padding: 2.5rem 0;
    margin: 0 auto; }
  .section-slideshow.bg-color-maroon:before {
    content: '';
    background: #ffffff;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%; }

@media (max-width: 1023px) {
  .section-slideshow .heading {
    flex-direction: column;
    padding: 0 0 5rem; }
    .section-slideshow .heading h2 {
      margin: 0 0 1rem; }
  .section-slideshow.bg-color-black {
    padding: 5rem 0; }
    .section-slideshow.bg-color-black .heading {
      gap: 0;
      padding: 0 0 2.5rem; }
      .section-slideshow.bg-color-black .heading .content {
        width: 100%; }
  .section-slideshow.bg-color-maroon {
    padding: 5rem 0 10rem; }
    .section-slideshow.bg-color-maroon .heading:before {
      content: '';
      background: #ffffff;
      position: absolute;
      width: 1px;
      height: 5rem;
      bottom: 0; }
    .section-slideshow.bg-color-maroon .slideshow {
      padding: 2.5rem 0 0; }
    .section-slideshow.bg-color-maroon .content {
      padding: 1.5rem 0 2.5rem; }
    .section-slideshow.bg-color-maroon:before {
      height: 10rem;
      top: auto;
      bottom: 0; } }

@media (max-width: 767px) {
  .section-slideshow .heading {
    padding: 0 0 2.5rem; }
  .section-slideshow .swiper-expo {
    aspect-ratio: 4 / 3; }
  .section-slideshow.bg-color-black {
    padding: 2.5rem 0; }
    .section-slideshow.bg-color-black .heading {
      padding: 0 0 1.5rem; }
  .section-slideshow.bg-color-maroon {
    padding: 2.5rem 0 5rem; }
    .section-slideshow.bg-color-maroon .heading {
      padding: 0 0 5rem; }
    .section-slideshow.bg-color-maroon:before {
      height: 5rem; }
  .section-slideshow.bg-color .heading:before {
    height: 2.5rem; } }

.section-states {
  padding: 10rem 0; }
  .section-states .columns {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 2.5rem 0;
    margin: 0 0 10rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5rem; }
    .section-states .columns:before,
    .section-states .columns:after {
      content: '';
      background: #aaa;
      position: absolute;
      display: block;
      width: 1px;
      height: 10rem; }
    .section-states .columns:before {
      top: 0;
      left: 50%;
      transform: translate3d(-50%, -100%, 0); }
    .section-states .columns:after {
      bottom: 0;
      left: 50%;
      transform: translate3d(-50%, 100%, 0); }
    .section-states .columns .column {
      width: calc(50% - 2.5rem); }
  .section-states .content {
    max-width: 580px;
    padding: 2.5rem 0;
    margin: 0 auto;
    text-align: center; }
    .section-states .content strong {
      color: #860107; }
  .section-states figure {
    width: 100%; }
    .section-states figure img {
      display: block;
      width: 100%;
      height: auto; }
  @media (max-width: 1023px) {
    .section-states {
      padding: 7.5rem 0 5rem; }
      .section-states .columns {
        margin: 0 0 7.5rem;
        gap: 0; }
        .section-states .columns:before,
        .section-states .columns:after {
          height: 7.5rem; }
        .section-states .columns .column {
          width: calc(50% - 1.5rem); } }
  @media (max-width: 767px) {
    .section-states {
      padding: 5rem 0 2.5rem; }
      .section-states .columns {
        flex-direction: column;
        margin: 0 0 5rem;
        padding: 1.5rem 0; }
        .section-states .columns:before,
        .section-states .columns:after {
          height: 5rem; }
        .section-states .columns .column {
          width: 100%; }
      .section-states .content {
        padding: 1.5rem 0; } }

.section-team-members {
  background: #f2f2f2;
  border-top: 1px solid #aaa;
  padding: 5rem 0 10rem;
  overflow: hidden; }
  .section-team-members h2 {
    margin: 0 0 5rem; }
  .section-team-members .profiles {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background: #f2f2f2;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    z-index: 10; }
    .section-team-members .profiles .profile {
      flex: 1;
      cursor: pointer; }
      .section-team-members .profiles .profile figure {
        width: 100%;
        padding-bottom: 125%;
        overflow: hidden; }
        .section-team-members .profiles .profile figure figcaption {
          font-size: 1.5rem;
          color: #ffffff;
          font-weight: 600;
          position: absolute;
          bottom: 1rem;
          left: 1rem; }
      .section-team-members .profiles .profile.inactive {
        opacity: 0.5;
        transition: opacity 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
    .section-team-members .profiles .profile-modal {
      order: 4;
      background-color: #860107;
      width: 100%;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
      z-index: 100;
      display: none;
      color: #ffffff; }
      .section-team-members .profiles .profile-modal .close-modal {
        position: absolute;
        top: 1rem;
        right: 1rem;
        font-size: 2rem;
        line-height: 1rem;
        cursor: pointer;
        z-index: 5; }
      .section-team-members .profiles .profile-modal .modal-content {
        padding: 1.5rem 2.5rem; }
  .section-team-members:after {
    content: '';
    background: #aaa;
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  @media (max-width: 1023px) {
    .section-team-members h2 {
      text-align: center; }
      .section-team-members h2:after {
        content: '';
        background: #aaa;
        display: block;
        width: 1px;
        height: 4rem;
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        bottom: -5rem; }
    .section-team-members .profiles .profile figure figcaption {
      font-size: 1.2rem; }
    .section-team-members:after {
      height: 10rem;
      top: auto;
      bottom: 0; } }
  @media (max-width: 767px) {
    .section-team-members .profiles {
      flex-direction: column;
      flex-wrap: nowrap; }
      .section-team-members .profiles .profile-modal {
        order: inherit; }
        .section-team-members .profiles .profile-modal .close-modal {
          top: .5rem;
          right: .5rem; }
        .section-team-members .profiles .profile-modal .modal-content {
          padding: 0.5rem 1.5rem; } }

.section-testimonial .testimonial-quote {
  padding: 10rem 0; }
  .section-testimonial .testimonial-quote:before {
    content: '';
    position: absolute;
    display: block;
    background: #aaa;
    width: 1px;
    height: 100%;
    top: 0;
    right: 33%;
    bottom: 0; }
  .section-testimonial .testimonial-quote figure {
    width: 34%;
    border: 1px solid #aaa;
    border-width: 1px 0; }
  .section-testimonial .testimonial-quote .content {
    width: 66%;
    background: #ffffff;
    border: 1px solid #aaa;
    border-width: 1px 0;
    padding: 1.5rem 5rem; }
    .section-testimonial .testimonial-quote .content .double-quote {
      position: absolute;
      display: block;
      fill: #666;
      height: 2.5rem;
      width: auto; }
      .section-testimonial .testimonial-quote .content .double-quote:first-child {
        transform: translate3d(-100%, -50%, 0);
        top: 0;
        left: 5rem; }
      .section-testimonial .testimonial-quote .content .double-quote:last-child {
        transform: translate3d(100%, 50%, 0) rotate(180deg);
        bottom: 0;
        right: 5rem; }
    .section-testimonial .testimonial-quote .content .quote {
      font-size: 1.5rem; }
    .section-testimonial .testimonial-quote .content .name {
      font-size: .9rem;
      font-weight: 600;
      text-transform: uppercase; }

.section-testimonial .testimonial-feature figure {
  align-self: stretch;
  width: calc(50% + 2.5rem);
  min-height: 100%;
  padding-bottom: 50%;
  overflow: hidden;
  margin: 0 0 0 -2.5rem;
  border-right: 1px solid #aaa; }

.section-testimonial .testimonial-feature .content {
  width: 50%;
  max-width: 700px;
  padding: 5rem 2.5rem 5rem 5rem; }
  .section-testimonial .testimonial-feature .content .quote {
    font-size: 1.5rem; }

@media (max-width: 1023px) {
  .section-testimonial .testimonial-quote {
    padding: 2.5rem 2.5rem 0; }
    .section-testimonial .testimonial-quote:before {
      display: none; }
    .section-testimonial .testimonial-quote figure {
      width: 100%;
      padding-bottom: 56.25%;
      margin: 0 0 5rem;
      border: none; }
      .section-testimonial .testimonial-quote figure:after {
        content: '';
        position: absolute;
        display: block;
        background: #aaa;
        width: 1px;
        height: 5rem;
        right: 50%;
        bottom: -5rem; }
    .section-testimonial .testimonial-quote .content {
      width: 100%;
      padding: 2.5rem 0;
      margin: 0 0 5rem; }
      .section-testimonial .testimonial-quote .content .double-quote:first-child {
        left: 2.5rem; }
      .section-testimonial .testimonial-quote .content .double-quote:last-child {
        right: 2.5rem; }
      .section-testimonial .testimonial-quote .content:after {
        content: '';
        position: absolute;
        display: block;
        background: #aaa;
        width: 1px;
        height: 5rem;
        right: 50%;
        bottom: -5rem; }
  .section-testimonial .testimonial-feature .content {
    padding: 2.5rem 0 2.5rem 2.5rem; }
    .section-testimonial .testimonial-feature .content .quote {
      font-size: 1.25rem; } }

@media (max-width: 767px) {
  .section-testimonial .testimonial-quote {
    padding: 1.5rem 1.5rem 0; }
  .section-testimonial .testimonial-feature figure {
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
    padding-bottom: 75%;
    border: none; }
  .section-testimonial .testimonial-feature .content {
    width: 100%;
    padding: 1.5rem 0 2.5rem; } }

.section-triptych {
  background: #f2f2f2;
  padding: 5rem 0;
  text-align: center; }
  .section-triptych .content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0 1.5rem; }
  .section-triptych .cards {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem; }
    .section-triptych .cards .card {
      text-align: left;
      flex: 1; }
      .section-triptych .cards .card figure {
        width: 100%;
        padding-bottom: 75%;
        overflow: hidden; }
      .section-triptych .cards .card strong {
        color: #860107; }
  .section-triptych .button {
    margin: 1rem auto 0 auto; }
  @media (max-width: 767px) {
    .section-triptych .cards {
      flex-direction: column;
      gap: .5rem; }
      .section-triptych .cards .card {
        flex: none; } }

.section-two-column {
  padding: 5rem 0; }
  .section-two-column .columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5rem; }
    .section-two-column .columns .column {
      width: calc(50% - 2.5rem); }
  .section-two-column figure {
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin: 1.5rem 0 0; }
  @media (max-width: 1023px) {
    .section-two-column .columns {
      gap: 2.5rem; }
      .section-two-column .columns .column {
        width: calc(50% - 1.25rem); } }
  @media (max-width: 767px) {
    .section-two-column {
      padding: 2.5rem 0; }
      .section-two-column .columns {
        flex-wrap: wrap;
        gap: 0; }
        .section-two-column .columns .column {
          width: 100%; }
      .section-two-column figure {
        padding-bottom: 75%; } }

/*
$primary-color: #0073aa;
$secondary-color: #e74c3c;
$text-color: #333;
$text-muted: #666;
$border-color: #eee;
$background-light: #f8f9fa;
$success-colo: #27ae60;
$border-radius: 8px;
$transition: all 0.2s ease;
*/
.woocommerce:not(.single-product) {
  background: #f2f2f2; }
  .woocommerce:not(.single-product) header {
    background: #f2f2f2; }
  .woocommerce:not(.single-product) footer {
    background: #ffffff; }

.section-shop-featured {
  padding: 2.5rem 0;
  border-top: 1px solid #666; }
  .section-shop-featured .featured-products-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
    .section-shop-featured .featured-products-grid .custom-product-card {
      border: none;
      border-radius: 1rem; }

.section-shop-grid {
  background: #ffffff;
  padding: 2.5rem 0; }

.shop-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2.5rem;
  padding: 1rem;
  background: #f2f2f2;
  flex-wrap: wrap;
  gap: 1rem; }
  .shop-controls .shop-filters {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center; }
  .shop-controls .shop-search-sort {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap; }
  .shop-controls .shop-search .search-form {
    display: flex;
    align-items: center;
    gap: 1rem; }
  .shop-controls .shop-search .search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center; }
    .shop-controls .shop-search .search-input-wrapper input[type="text"] {
      padding: 0 0.5rem;
      border: 1px solid #666;
      background: white;
      font-size: .8rem;
      height: 2rem;
      min-width: 250px;
      transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
      .shop-controls .shop-search .search-input-wrapper input[type="text"]:focus {
        outline: none;
        border-color: #503233;
        box-shadow: 0 0 0 2px rgba(80, 50, 51, 0.2); }
      @media (max-width: 1023px) {
        .shop-controls .shop-search .search-input-wrapper input[type="text"] {
          min-width: 175px;
          width: 100%; } }
    .shop-controls .shop-search .search-input-wrapper .search-button {
      position: absolute;
      right: 8px;
      background: none;
      border: none;
      color: #666;
      cursor: pointer;
      padding: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
      .shop-controls .shop-search .search-input-wrapper .search-button:hover {
        color: #503233; }
      .shop-controls .shop-search .search-input-wrapper .search-button svg {
        width: 16px;
        height: 16px; }
  .shop-controls .shop-search .clear-search {
    background: #860107;
    color: white;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: .8rem;
    font-weight: bold;
    transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
    .shop-controls .shop-search .clear-search:hover {
      background: #530104;
      color: white; }
  .shop-controls .shop-sorting {
    display: flex;
    align-items: center;
    gap: 1rem; }
    .shop-controls .shop-sorting label {
      color: #231F20;
      font-weight: 500;
      white-space: nowrap; }
  .shop-controls select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1rem;
    padding: 0 2rem 0 1rem;
    border: 1px solid #666;
    font-size: .8rem;
    height: 2rem;
    min-width: 120px;
    transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1);
    cursor: pointer; }
    .shop-controls select:focus {
      outline: none;
      border-color: #503233;
      box-shadow: 0 0 0 2px rgba(80, 50, 51, 0.2); }
  .shop-controls .clear-filters {
    background: #860107;
    color: white;
    padding: 0.5rem 0.75rem;
    font-size: .8rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
    .shop-controls .clear-filters:hover {
      background: #530104;
      color: white; }
  @media (max-width: 767px) {
    .shop-controls {
      flex-direction: column;
      width: 100%; }
      .shop-controls .shop-filters {
        width: 100%; }
        .shop-controls .shop-filters form {
          width: 100%; }
          .shop-controls .shop-filters form select {
            width: 100%; }
      .shop-controls .shop-search-sort {
        width: 100%;
        flex-direction: column; }
        .shop-controls .shop-search-sort .shop-search,
        .shop-controls .shop-search-sort .shop-sorting {
          width: 100%; }
          .shop-controls .shop-search-sort .shop-search form,
          .shop-controls .shop-search-sort .shop-sorting form {
            width: 100%; }
            .shop-controls .shop-search-sort .shop-search form .search-input-wrapper,
            .shop-controls .shop-search-sort .shop-search form select,
            .shop-controls .shop-search-sort .shop-sorting form .search-input-wrapper,
            .shop-controls .shop-search-sort .shop-sorting form select {
              width: 100%; } }

.shop-results-info {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #eee; }
  .shop-results-info p {
    margin: 0;
    color: #666;
    font-size: 14px; }

.custom-shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 1rem; }
  @media (max-width: 768px) {
    .custom-shop-grid {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 1rem; } }
  @media (max-width: 480px) {
    .custom-shop-grid {
      grid-template-columns: 1fr;
      gap: 1rem; } }
  .custom-shop-grid .custom-product-card {
    border: 1px solid #aaa;
    padding: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
    position: relative; }
    .custom-shop-grid .custom-product-card .product-image {
      position: relative;
      overflow: hidden; }
      .custom-shop-grid .custom-product-card .product-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: transform 0.3s ease; }
      .custom-shop-grid .custom-product-card .product-image .sale-badge,
      .custom-shop-grid .custom-product-card .product-image .out-of-stock-badge {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 5px 10px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 15px;
        z-index: 2; }
      .custom-shop-grid .custom-product-card .product-image .sale-badge {
        background: #860107;
        color: white; }
      .custom-shop-grid .custom-product-card .product-image .out-of-stock-badge {
        background: #95a5a6;
        color: white; }
    .custom-shop-grid .custom-product-card:hover .product-image img {
      transform: scale(1.05); }
    .custom-shop-grid .custom-product-card .product-info {
      padding: 15px; }
      .custom-shop-grid .custom-product-card .product-info h3 {
        color: #503233;
        font-size: 1.25rem;
        letter-spacing: -0.5px;
        line-height: 1.25; }
        .custom-shop-grid .custom-product-card .product-info h3:hover {
          color: #503233; }
      .custom-shop-grid .custom-product-card .product-info .price {
        font-size: 18px;
        font-weight: bold;
        color: #2c3e50;
        margin-bottom: 10px; }
        .custom-shop-grid .custom-product-card .product-info .price del {
          color: #999;
          font-weight: normal;
          margin-right: 8px; }
        .custom-shop-grid .custom-product-card .product-info .price ins {
          text-decoration: none;
          color: #860107; }
      .custom-shop-grid .custom-product-card .product-info .rating {
        margin-top: 8px; }
        .custom-shop-grid .custom-product-card .product-info .rating .star-rating {
          font-size: 14px; }
    .custom-shop-grid .custom-product-card .product-actions {
      padding: 0 15px 15px; }
      .custom-shop-grid .custom-product-card .product-actions .button {
        border: none;
        padding: 0;
        color: #860107; }
        .custom-shop-grid .custom-product-card .product-actions .button:hover {
          background: none; }

.shop-pagination {
  margin: 40px 0 20px;
  text-align: center; }
  .shop-pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    background: white;
    border: 1px solid #aaa;
    color: #231F20;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
    .shop-pagination .page-numbers:hover,
    .shop-pagination .page-numbers.current {
      background: #503233;
      color: white;
      border-color: #503233; }
    .shop-pagination .page-numbers.prev,
    .shop-pagination .page-numbers.next {
      font-weight: bold; }

.no-products-found {
  text-align: center;
  padding: 60px 20px;
  background: #f2f2f2;
  border-radius: 1rem;
  margin: 30px 0; }
  .no-products-found p {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px; }
  .no-products-found a {
    background: #503233;
    color: white;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
    .no-products-found a:hover {
      background: #311e1f; }

.product-breadcrumbs {
  margin-bottom: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #eee; }
  .product-breadcrumbs .woocommerce-breadcrumb {
    color: #666;
    font-size: 14px; }
    .product-breadcrumbs .woocommerce-breadcrumb a {
      color: #503233;
      text-decoration: none; }
      .product-breadcrumbs .woocommerce-breadcrumb a:hover {
        text-decoration: underline; }

.product-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 5rem 0;
  align-items: start; }
  @media (max-width: 768px) {
    .product-main {
      grid-template-columns: 1fr;
      gap: 30px; } }

.product-images {
  position: relative; }
  .product-images .main-image {
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
    .product-images .main-image img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.3s ease; }
    .product-images .main-image:hover img {
      transform: scale(1.05); }
  .product-images .thumbnail-images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
    .product-images .thumbnail-images .thumbnail {
      width: 80px;
      height: 80px;
      border: 2px solid transparent;
      border-radius: 6px;
      overflow: hidden;
      cursor: pointer;
      transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
      .product-images .thumbnail-images .thumbnail:hover,
      .product-images .thumbnail-images .thumbnail.active {
        border-color: #503233;
        transform: scale(1.05); }
      .product-images .thumbnail-images .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.product-details {
  padding-left: 2.5rem; }
  @media (max-width: 768px) {
    .product-details {
      padding-left: 0; } }
  .product-details .meta-item {
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.192px;
    display: flex;
    align-items: center; }
    .product-details .meta-item .badge {
      padding: 0.25rem 0.75rem;
      border-radius: 1rem;
      background: #860107;
      color: #ffffff;
      font-size: .7rem;
      margin: 0 0.5rem 0 0; }
    .product-details .meta-item a {
      color: #860107; }
  .product-details .product-title {
    font-size: 3rem;
    letter-spacing: -1.2px;
    font-weight: 600;
    color: #231F20;
    margin: 0.5rem 0 1rem 0;
    line-height: 1; }
    @media (max-width: 768px) {
      .product-details .product-title {
        font-size: 24px; } }
  .product-details .product-price {
    font-size: 1.25rem;
    color: #2c3e50;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap; }
    @media (max-width: 480px) {
      .product-details .product-price {
        font-size: 20px; } }
    .product-details .product-price del {
      color: #999; }
    .product-details .product-price ins {
      text-decoration: none;
      color: #860107; }
    .product-details .product-price .sale-badge {
      background: #860107;
      color: white;
      padding: 4px 8px;
      font-size: 12px;
      border-radius: 12px;
      font-weight: normal; }
  .product-details .product-description {
    border-top: 1px solid #eee;
    margin: 2.5rem 0 0;
    font-size: 1rem; }

.product-meta {
  margin-bottom: 30px;
  padding: 20px;
  background: #f2f2f2;
  border-radius: 1rem; }
  .product-meta .meta-item {
    margin-bottom: 10px;
    font-size: 14px; }
    .product-meta .meta-item:last-child {
      margin-bottom: 0; }
    .product-meta .meta-item strong {
      display: inline-block;
      width: 100px;
      color: #231F20; }
      @media (max-width: 480px) {
        .product-meta .meta-item strong {
          width: auto;
          display: block;
          margin-bottom: 5px; } }
    .product-meta .meta-item a {
      color: #503233;
      text-decoration: none; }
      .product-meta .meta-item a:hover {
        text-decoration: underline; }
    .product-meta .meta-item .stock-status {
      font-weight: bold; }
      .product-meta .meta-item .stock-status.in-stock {
        color: #27ae60; }
      .product-meta .meta-item .stock-status.out-of-stock {
        color: #860107; }

.product-add-to-cart {
  margin-bottom: 25px; }
  .product-add-to-cart .cart {
    display: flex;
    align-items: center;
    gap: .25rem;
    flex-wrap: wrap; }
    .product-add-to-cart .cart .quantity input {
      width: 3.5rem;
      font-size: .9rem;
      padding: 0.75rem 0.5rem 0.75rem 0;
      border: 1px solid #bdbdbd;
      font-weight: bold;
      text-align: center; }
    .product-add-to-cart .cart .single_add_to_cart_button {
      background: none;
      border: 1px solid #860107;
      color: #860107;
      padding: 0.75rem 1.5rem;
      cursor: pointer;
      font-size: .9rem;
      letter-spacing: -0.72px;
      font-weight: bold;
      transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
      .product-add-to-cart .cart .single_add_to_cart_button:hover {
        background: #860107;
        color: #ffffff; }
      .product-add-to-cart .cart .single_add_to_cart_button:disabled {
        background: #ccc;
        cursor: not-allowed; }

.product-share {
  margin-bottom: 30px;
  padding: 15px;
  background: #f2f2f2;
  border-radius: 6px; }
  .product-share strong {
    display: block;
    margin-bottom: 10px;
    color: #231F20; }
  .product-share a {
    display: inline-block;
    margin-right: 15px;
    color: #503233;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
    .product-share a:hover {
      color: #211515;
      text-decoration: underline; }

.product-tabs {
  margin-bottom: 50px; }
  .product-tabs .tab-navigation {
    display: flex;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    gap: 0; }
    @media (max-width: 480px) {
      .product-tabs .tab-navigation {
        flex-direction: column;
        border-bottom: none; } }
    .product-tabs .tab-navigation .tab-button {
      background: none;
      border: none;
      padding: 15px 25px;
      cursor: pointer;
      font-size: 16px;
      font-weight: 500;
      color: #666;
      border-bottom: 2px solid transparent;
      transition: all 0.4s cubic-bezier(0.28, 0, 0.18, 1); }
      @media (max-width: 480px) {
        .product-tabs .tab-navigation .tab-button {
          border-bottom: 1px solid #eee;
          border-radius: 0;
          text-align: left; } }
      .product-tabs .tab-navigation .tab-button:hover {
        color: #503233; }
      .product-tabs .tab-navigation .tab-button.active {
        color: #503233;
        border-bottom-color: #503233; }
        @media (max-width: 480px) {
          .product-tabs .tab-navigation .tab-button.active {
            background: #f2f2f2; } }
  .product-tabs .tab-content .tab-panel {
    display: none;
    padding: 20px 0; }
    .product-tabs .tab-content .tab-panel.active {
      display: block; }
    .product-tabs .tab-content .tab-panel h1, .product-tabs .tab-content .tab-panel h2, .product-tabs .tab-content .tab-panel h3, .product-tabs .tab-content .tab-panel h4, .product-tabs .tab-content .tab-panel h5, .product-tabs .tab-content .tab-panel h6 {
      color: #231F20;
      margin-top: 0; }
    .product-tabs .tab-content .tab-panel p {
      line-height: 1.6;
      color: #666; }
    .product-tabs .tab-content .tab-panel table.woocommerce-product-attributes {
      width: 100%;
      border-collapse: collapse;
      margin: 20px 0; }
      .product-tabs .tab-content .tab-panel table.woocommerce-product-attributes tr {
        border-bottom: 1px solid #eee; }
        .product-tabs .tab-content .tab-panel table.woocommerce-product-attributes tr:last-child {
          border-bottom: none; }
        .product-tabs .tab-content .tab-panel table.woocommerce-product-attributes tr th {
          padding: 10px;
          text-align: left;
          background: #f2f2f2;
          font-weight: 600;
          width: 30%;
          color: #231F20; }
        .product-tabs .tab-content .tab-panel table.woocommerce-product-attributes tr td {
          padding: 10px;
          color: #666; }

.related-products {
  background: #f2f2f2;
  padding: 5rem 0; }
  .related-products .headline {
    padding-bottom: 2.5rem; }
    .related-products .headline h2 {
      margin: 0; }
  .related-products .related-products-grid {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    gap: 1rem; }
    @media (max-width: 1200px) {
      .related-products .related-products-grid {
        grid-template-columns: repeat(auto-fill, minmax(33.33333%, 1fr));
        gap: 1rem; } }
    @media (max-width: 768px) {
      .related-products .related-products-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1rem; } }
    @media (max-width: 480px) {
      .related-products .related-products-grid {
        grid-template-columns: 1fr;
        gap: 1rem; } }
    .related-products .related-products-grid .related-product {
      background: #ffffff;
      border-radius: 1rem;
      overflow: hidden; }
      .related-products .related-products-grid .related-product .thumbnail {
        border-bottom: 1px solid #f2f2f2; }
        .related-products .related-products-grid .related-product .thumbnail figure {
          width: 100%;
          padding-bottom: 56.25%;
          overflow: hidden; }
      .related-products .related-products-grid .related-product .title {
        padding: 1rem 1rem 1.5rem; }
        .related-products .related-products-grid .related-product .title h4 {
          font-weight: 600;
          margin: 0; }
        .related-products .related-products-grid .related-product .title a {
          font-size: 1rem;
          color: #860107;
          font-weight: 700;
          border-bottom: 1px solid #860107;
          padding: 0 0 3px; }

.woocommerce-wrap {
  padding: 2.5rem 0 5rem; }
  .woocommerce-wrap [class*="wc-block"] {
    --wp--preset--font-size--small: 1rem;
    line-height: 1.4; }
    .woocommerce-wrap [class*="wc-block"] h2 {
      font-size: 1.25rem;
      letter-spacing: -0.5px; }
  .woocommerce-wrap a {
    color: #860107;
    text-decoration: underline; }
    .woocommerce-wrap a.wc-block-cart__submit-button {
      border: 1px solid #860107;
      text-decoration: none; }
  .woocommerce-wrap .wc-block-cart {
    margin: 0; }

.woocommerce-order {
  background: #ffffff; }
  .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 2rem; }
  .woocommerce-order .woocommerce-order-overview {
    list-style: none;
    padding: 1.5rem;
    margin: 0 0 2rem;
    background: #f9f9f9;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem; }
    .woocommerce-order .woocommerce-order-overview li {
      margin: 0;
      font-size: 0.9rem; }
      .woocommerce-order .woocommerce-order-overview li strong {
        display: block;
        font-size: 1rem;
        margin-top: 0.25rem; }
  .woocommerce-order .woocommerce-order-details {
    margin-bottom: 2rem; }
    .woocommerce-order .woocommerce-order-details__title {
      font-size: 1.25rem;
      margin-bottom: 1rem; }
  .woocommerce-order .woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse; }
    .woocommerce-order .woocommerce-table--order-details thead th {
      text-align: left;
      padding: 0.75rem 0;
      border-bottom: 2px solid #ddd;
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
    .woocommerce-order .woocommerce-table--order-details tbody td {
      padding: 0.75rem 0;
      border-bottom: 1px solid #eee; }
      .woocommerce-order .woocommerce-table--order-details tbody td a {
        font-weight: 500; }
      .woocommerce-order .woocommerce-table--order-details tbody td .product-quantity {
        font-weight: 400;
        opacity: 0.7; }
    .woocommerce-order .woocommerce-table--order-details tfoot tr th, .woocommerce-order .woocommerce-table--order-details tfoot tr td {
      padding: 0.5rem 0;
      border-top: 1px solid #eee; }
    .woocommerce-order .woocommerce-table--order-details tfoot tr:last-child th, .woocommerce-order .woocommerce-table--order-details tfoot tr:last-child td {
      border-top: 2px solid #ddd;
      font-weight: 700;
      font-size: 1.1rem;
      padding-top: 0.75rem; }
    .woocommerce-order .woocommerce-table--order-details tfoot th {
      text-align: left; }
    .woocommerce-order .woocommerce-table--order-details tfoot td {
      text-align: right; }
    .woocommerce-order .woocommerce-table--order-details .product-total {
      text-align: right; }
  .woocommerce-order .woocommerce-customer-details {
    margin-top: 2rem; }
    .woocommerce-order .woocommerce-customer-details .col2-set {
      display: flex;
      gap: 2rem; }
      @media (max-width: 600px) {
        .woocommerce-order .woocommerce-customer-details .col2-set {
          flex-direction: column; } }
      .woocommerce-order .woocommerce-customer-details .col2-set .col-1, .woocommerce-order .woocommerce-customer-details .col2-set .col-2 {
        flex: 1; }
    .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
      font-size: 1rem;
      margin-bottom: 0.5rem; }
    .woocommerce-order .woocommerce-customer-details address {
      font-style: normal;
      line-height: 1.6;
      padding: 1rem;
      background: #f9f9f9;
      border-radius: 6px; }
      .woocommerce-order .woocommerce-customer-details address p {
        margin: 0.25rem 0 0; }

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/**
 * UI Initiative Expo Slider
 *
 * Parallax & scale effects slider
 *
 * https://uiinitiative.com
 *
 * Copyright 2025 UI Initiative
 *
 * Released under the UI Initiative Regular License
 *
 * February 26, 2025
 */
.swiper-expo {
  box-sizing: border-box; }

.swiper-expo.swiper-horizontal {
  padding-top: var(--expo-padding, 0px);
  padding-bottom: var(--expo-padding, 0px); }

.swiper-expo.swiper-vertical {
  padding-left: var(--expo-padding, 0px);
  padding-right: var(--expo-padding, 0px); }

.swiper-expo .expo-container {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  overflow: hidden; }

.swiper-expo .expo-content {
  position: relative;
  height: 100%; }

.swiper-expo .expo-image {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  position: absolute;
  object-fit: cover; }

.swiper-expo.swiper-horizontal .expo-image {
  left: calc((var(--expo-image-offset) * 100% - 100%) / -2);
  top: 0;
  width: calc(var(--expo-image-offset) * 100%);
  height: 100%; }

.swiper-expo.swiper-vertical .expo-image {
  top: calc((var(--expo-image-offset) * 100% - 100%) / -2);
  left: 0;
  height: calc(var(--expo-image-offset) * 100%);
  width: 100%; }
