﻿/* Box sizing rules */
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
p {
  margin-bottom: 1.15rem;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-weight: 400;
  line-height: 1.65;
  color: #333;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a {
  text-decoration: none;
  color: #a80000;
}
strong {
  font-weight: 500;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}
/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
hr {
  border: none;
  background-color: rgba(0, 0, 0, 0.075);
  height: 1px;
  margin: 1rem 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 2.75rem 0 1.05rem;
  font-weight: 600;
  line-height: 1.25;
}
h1 {
  font-size: 3.052rem;
}
h2 {
  font-size: 2.441rem;
}
h3 {
  font-size: 1.953rem;
}
h4 {
  font-size: 1.563rem;
}
h5 {
  font-size: 1.25rem;
}
small,
.text_small {
  font-size: 0.8rem;
}
.text-muted {
  color: #888;
}
.hidden {
  display: none;
}
.a11y-sr-only,
.a11y-kb-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.a11y-kb-only:active,
.a11y-kb-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.brand {
  position: relative;
  z-index: 1;
}
.brand .wordmark {
  position: relative;
  display: inline-block;
}
.brand .wordmark svg {
  width: 100%;
}
.brand .wordmark g {
  fill: currentColor;
}
.brand .wordmark .l {
  fill: none;
  stroke: currentColor;
  opacity: 0.1;
}
.brand .wordmark .t,
.brand .wordmark .l {
  display: none;
}
.quick-menu {
  display: flex;
  flex-direction: row;
  font-size: 1.25rem;
  padding: 0 1rem;
  line-height: 1;
}
.quick-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.quick-menu ul > li.sign-in svg {
  display: block;
  width: 1.5rem;
  margin-right: 0.5rem;
}
.quick-menu ul > li > a {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  padding: 0 1rem;
}
.quick-menu ul > li > a nwc-icon {
  margin-left: 0.5rem;
}
.quick-menu ul > li > a:before {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  height: calc(100% + 1rem);
  background: transparent;
  width: 0;
  opacity: 0;
  transition: 250ms width ease-in-out, 250ms opacity ease-in-out;
  transform: translateX(-50%);
  border-radius: 34px;
  z-index: -1;
}
.quick-menu ul > li > a:hover {
  color: #ffffff;
}
.quick-menu ul > li > a:hover:before {
  width: 100%;
  opacity: 1;
  background: #a80000;
}
.quick-menu ul > li.active > a {
  color: #a80000;
  position: relative;
}
.quick-menu ul > li.active > a:before {
  width: 100%;
  opacity: 1;
  background: #fff;
}
.quick-menu ul > li.active .submenu {
  display: flex;
}
.quick-menu ul > li .submenu {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(168, 0, 0, 0.85);
  padding: 1rem;
  font-size: 3rem;
  width: 100%;
  height: 100%;
  height: calc(100vh);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 0;
  color: #fff;
}
.quick-menu ul > li .submenu ul > li {
  padding: 1rem;
  border: 2px solid #fff;
  margin: 0 1rem;
  cursor: pointer;
}
.quick-menu ul > li .submenu ul > li:hover {
  background: rgba(120, 0, 0, 0.8);
}
.quick-menu ul > li .submenu ul > li > a {
  text-align: center;
  color: #fff;
  justify-content: center;
  font-weight: 600;
  flex-direction: column;
}
.quick-menu ul > li .submenu ul > li > a:hover:before {
  display: none;
}
.quick-menu ul > li .submenu ul > li span {
  display: block;
  text-align: center;
}
.quick-menu ul > li .submenu ul > li span + span {
  font-size: 1.5rem;
  max-width: 500px;
  margin-top: 1rem;
}
.quick-menu.submenu-open > ul > li:not(.active) {
  pointer-events: none;
  opacity: 0.5;
}
.quickmenu-open {
  overflow: hidden;
}
.search-menu {
  position: relative;
  z-index: 1;
}
.search-menu .search-toggle {
  display: block;
  color: #fff;
  width: 1.5rem;
  margin-bottom: 0.5rem;
}
.search-menu .search-toggle svg {
  display: block;
  max-width: 100%;
}
.search-menu .search-menu-form {
  display: none;
}
.sign-in > a {
  color: #fff;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.sign-in > a nwc-icon {
  font-size: 2rem;
  margin-right: 0.5rem;
}
.row {
  display: flex;
  margin: 0 calc((var(--gap)/2) * -1);
  flex-wrap: wrap;
  margin-top: var(--gap);
}
.row .row {
  margin-top: 0;
}
.row > [class*="col-"] {
  padding: 0 calc(var(--gap)/2) var(--gap) calc(var(--gap)/2);
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
@media (max-width: 767px) {
  .col-phone-1 {
    width: 8.33333333%;
  }
  .col-phone-2 {
    width: 16.66666667%;
  }
  .col-phone-3 {
    width: 25%;
  }
  .col-phone-4 {
    width: 33.33333333%;
  }
  .col-phone-5 {
    width: 41.66666667%;
  }
  .col-phone-6 {
    width: 50%;
  }
  .col-phone-7 {
    width: 58.33333333%;
  }
  .col-phone-8 {
    width: 66.66666667%;
  }
  .col-phone-9 {
    width: 75%;
  }
  .col-phone-10 {
    width: 83.33333333%;
  }
  .col-phone-11 {
    width: 91.66666667%;
  }
  .col-phone-12 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-tablet-1 {
    width: 8.33333333%;
  }
  .col-tablet-2 {
    width: 16.66666667%;
  }
  .col-tablet-3 {
    width: 25%;
  }
  .col-tablet-4 {
    width: 33.33333333%;
  }
  .col-tablet-5 {
    width: 41.66666667%;
  }
  .col-tablet-6 {
    width: 50%;
  }
  .col-tablet-7 {
    width: 58.33333333%;
  }
  .col-tablet-8 {
    width: 66.66666667%;
  }
  .col-tablet-9 {
    width: 75%;
  }
  .col-tablet-10 {
    width: 83.33333333%;
  }
  .col-tablet-11 {
    width: 91.66666667%;
  }
  .col-tablet-12 {
    width: 100%;
  }
}
.form {
  --input-border-color: rgba(0, 0, 0, 0.1);
  --input-border-color-active: rgba(0, 0, 0, 0.3);
  --input-max-width: 100%;
}
.form h1 {
  margin-top: 0;
}
.form form {
  margin-top: 2rem;
}
.form .alert {
  padding: 1rem;
  background: #f5f5f5;
  border-left: 2px solid #888;
}
.form .alert.error {
  border-left-color: #a80000;
  background: #fff0f0;
}
.form-field {
  line-height: 1.25;
}
.form-field.is\:required .form-label label:after {
  content: '';
  width: 0.35rem;
  height: 0.35rem;
  background: #bb0000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.35rem;
  border-radius: 100%;
}
.form-field .form-label {
  width: 190px;
  gap: 0.5rem;
}
.form-field .form-label label {
  display: block;
  font-weight: 600;
}
.form-field .form-control {
  flex: 1;
  gap: 0.5rem;
}
.form-field input,
.form-field select {
  display: block;
  appearance: none;
  border: 1px solid var(--input-border-color);
  border-radius: var(--radius);
  padding: 0.5rem 1rem;
  width: 100%;
  max-width: var(--input-max-width);
}
.form-field input:active,
.form-field select:active,
.form-field input:focus,
.form-field select:focus {
  outline: none;
  box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.075);
  border-color: var(--input-border-color-active);
}
.form-field input[invalid],
.form-field select[invalid] {
  border-bottom-color: #bb0000;
  border-bottom-style: dotted;
}
.form-field select {
  background-position-x: calc(100% - .5rem);
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
}
.form-field button {
  appearance: none;
  border: 0;
  background: #a80000;
  color: #fff;
  line-height: 1;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
.form-field .help {
  color: #888;
}
.form-field.is\:buttons {
  margin-top: 1rem;
}
.swiffy-slider {
  position: relative;
  display: block;
  width: 100%;
  --swiffy-slider-snap-align: center;
  --swiffy-slider-item-width: 100%;
  --swiffy-slider-item-gap: 1rem;
  --swiffy-slider-item-reveal: 0rem;
  --swiffy-slider-item-ratio: 2/1;
  --swiffy-slider-item-count: 1;
  --swiffy-slider-nav-light: #fff;
  --swiffy-slider-nav-dark: #333;
  --swiffy-slider-nav-zoom: 1;
  --swiffy-slider-track-opacity: 0.1;
  --swiffy-slider-track-height: 0;
  --swiffy-slider-nav-outside-size: 3.5rem;
  --swiffy-slider-indicator-outside-size: 1.5rem;
  --swiffy-slider-animation-duration: 0.75s;
  --swiffy-slider-animation-delay: 0s;
  --swiffy-slider-animation-timing: ease-in-out;
}
.swiffy-slider,
.swiffy-slider::after,
.swiffy-slider::before {
  box-sizing: border-box;
}
.swiffy-slider ::-webkit-scrollbar {
  height: var(--swiffy-slider-track-height);
}
.swiffy-slider ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, var(--swiffy-slider-track-opacity));
}
.swiffy-slider ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
}
.swiffy-slider ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}
.slider-container {
  --swiffy-slider-item-gap-totalwidth: calc(var(--swiffy-slider-item-gap) * (var(--swiffy-slider-item-count) - 1));
  --swiffy-slider-item-width: calc((100% - var(--swiffy-slider-item-reveal) - var(--swiffy-slider-item-gap-totalwidth)) / var(--swiffy-slider-item-count));
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  display: grid;
  align-items: center;
  height: 100%;
  grid: auto / auto-flow max-content;
  grid-auto-rows: 100%;
  grid-auto-columns: var(--swiffy-slider-item-width);
  grid-auto-flow: column;
  grid-gap: var(--swiffy-slider-item-gap);
  list-style: none;
  margin: 0;
  padding: 0;
  scrollbar-width: none;
  scrollbar-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, var(--swiffy-slider-track-opacity));
  background-clip: padding-box;
}
.slider-container > * {
  /*The slides*/
  scroll-snap-align: var(--swiffy-slider-snap-align);
  position: relative;
  width: 100%;
  height: 100%;
}
.slider-item-helper .slider-container > * {
  background-size: cover;
  background-color: #e1e1e1;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-item-helper:not(.slider-item-ratio) .slider-container > * {
  min-height: 20rem;
}
.slider-item-ratio .slider-container > * > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-item-ratio-contain .slider-container > * > * {
  object-fit: contain;
}
.slider-item-ratio .slider-container > *::after {
  display: block;
  padding-top: calc( 100% / (var(--swiffy-slider-item-ratio)));
  content: "";
}
.slider-item-ratio-32x9 {
  --swiffy-slider-item-ratio: 32/9;
}
.slider-item-ratio-21x9 {
  --swiffy-slider-item-ratio: 21/9;
}
.slider-item-ratio-16x9 {
  --swiffy-slider-item-ratio: 16/9;
}
.slider-item-ratio-4x3 {
  --swiffy-slider-item-ratio: 4/3;
}
.slider-item-ratio-2x1 {
  --swiffy-slider-item-ratio: 2/1;
}
.slider-item-ratio-1x1 {
  --swiffy-slider-item-ratio: 1/1;
}
.slider-item-ratio-3x4 {
  --swiffy-slider-item-ratio: 3/4;
}
.slider-nav-scrollbar {
  --swiffy-slider-track-height: 0.5rem;
}
.slider-nav-scrollbar .slider-container {
  scrollbar-width: thin;
}
.slider-nav-nodelay .slider-container {
  scroll-behavior: auto;
}
.slider-indicators {
  position: absolute;
  right: 2rem;
  bottom: 0;
  left: 2rem;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
}
.hide-prev .slider-nav:not(.slider-nav-next) {
  display: none;
  pointer-events: none;
}
.hide-next .slider-nav:is(.slider-nav-next) {
  display: none;
  pointer-events: none;
}
.slider-nav-scrollbar .slider-indicators {
  margin-bottom: calc(1rem + var(--swiffy-slider-track-height));
}
.slider-indicators > *.active {
  opacity: 1;
}
.swiffy-slider.slider-indicators-outside .slider-nav {
  margin-bottom: var(--swiffy-slider-indicator-outside-size);
}
.swiffy-slider.slider-indicators-outside {
  padding-bottom: var(--swiffy-slider-indicator-outside-size);
}
.swiffy-slider.slider-indicators-outside.slider-indicators,
.swiffy-slider.slider-indicators-outside .slider-indicators {
  margin-bottom: 0;
}
.slider-indicators > * {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 2rem;
  height: 0.2rem;
  padding: 0;
  border: 0.4rem solid transparent;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
.slider-indicators-square.slider-indicators > *,
.slider-indicators-square .slider-indicators > * {
  width: 0.5rem;
  height: 0.5rem;
  border: 0.4rem solid transparent;
}
.slider-indicators-round.slider-indicators > *,
.slider-indicators-round .slider-indicators > * {
  width: 0.5rem;
  height: 0.5rem;
  border: 0.4rem solid transparent;
  border-radius: 50%;
}
.slider-indicators-highlight.slider-indicators > *.active,
.slider-indicators-highlight .slider-indicators > *.active {
  border: 0.33rem solid transparent;
  padding: 0.07rem;
}
.slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  visibility: visible;
  opacity: 0.8;
  margin-bottom: var(--swiffy-slider-track-height);
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  filter: drop-shadow(0 0 .5rem rgba(0, 0, 0, .5));
  transform: scale(var(--swiffy-slider-nav-zoom));
}
.slider-nav::before {
  position: absolute;
  content: "";
  padding: 0.5rem;
  width: 3rem;
  height: 3rem;
}
.slider-nav ui-icon {
  font-size: 3rem;
  position: absolute;
  content: "";
  padding: 0.5rem;
  width: 3rem;
  height: 3rem;
}
.slider-nav1::after {
  content: "";
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");
  mask-size: cover;
  background-color: var(--swiffy-slider-nav-light);
  background-origin: content-box;
  width: 3rem;
  height: 3rem;
}
.slider-nav-arrow .slider-nav::after {
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'></path></svg>");
}
.slider-nav-chevron .slider-nav::after {
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M9.224 1.553a.5.5 0 0 1 .223.67L6.56 8l2.888 5.776a.5.5 0 1 1-.894.448l-3-6a.5.5 0 0 1 0-.448l3-6a.5.5 0 0 1 .67-.223z'></path></svg>");
}
.slider-nav-caret .slider-nav::after {
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path d='M10 12.796V3.204L4.519 8 10 12.796zm-.659.753-5.48-4.796a1 1 0 0 1 0-1.506l5.48-4.796A1 1 0 0 1 11 3.204v9.592a1 1 0 0 1-1.659.753z'></path></svg>");
}
.slider-nav-caretfill .slider-nav::after {
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path d='m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z'></path></svg>");
}
.swiffy-slider:hover .slider-nav {
  visibility: visible;
}
.swiffy-slider.slider-nav-autohide.slider-item-first-visible .slider-nav:not(.slider-nav-next) {
  visibility: hidden;
}
.swiffy-slider.slider-nav-autohide.slider-item-last-visible .slider-nav.slider-nav-next {
  visibility: hidden;
}
.slider-nav-outside .slider-container {
  margin: 0 var(--swiffy-slider-nav-outside-size);;
}
.slider-nav-outside .slider-nav {
  padding: 0;
}
.swiffy-slider .slider-nav:hover {
  opacity: 1;
}
.slider-nav-square .slider-nav {
  padding: 0;
}
.slider-nav-round .slider-nav::before,
.slider-nav-square .slider-nav::before {
  background-color: var(--swiffy-slider-nav-light);
}
.slider-nav-round .slider-nav::after,
.slider-nav-square .slider-nav::after {
  background-color: var(--swiffy-slider-nav-dark);
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
}
.slider-nav-round .slider-nav::before {
  border-radius: 50%;
}
.slider-nav-round .slider-nav::after {
  mask: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'%3E%3C/path%3E%3C/svg%3E);
}
.slider-nav-dark .slider-nav::after {
  background-color: var(--swiffy-slider-nav-dark);
}
.slider-nav-dark.slider-nav-round .slider-nav::before,
.slider-nav-dark.slider-nav-square .slider-nav::before {
  background-color: var(--swiffy-slider-nav-dark);
}
.slider-nav-dark.slider-nav-round .slider-nav::after,
.slider-nav-dark.slider-nav-square .slider-nav::after {
  background-color: var(--swiffy-slider-nav-light);
}
.slider-nav-sm {
  --swiffy-slider-nav-zoom: 0.75;
  --swiffy-slider-nav-outside-size: 2.5rem;
}
.slider-nav.slider-nav-next::after {
  transform: rotate(180deg);
}
.slider-nav.slider-nav-next {
  right: 0;
  left: unset;
}
.slider-nav-visible .slider-nav {
  visibility: visible;
}
.slider-nav-dark .slider-nav {
  opacity: 0.6;
}
.slider-indicators-dark.slider-indicators > *,
.slider-indicators-dark .slider-indicators > * {
  filter: invert(1);
}
.slider-item-snapstart {
  --swiffy-slider-snap-align: start;
}
.slider-item-nosnap {
  --swiffy-slider-snap-align: unset;
}
.slider-item-nogap {
  --swiffy-slider-item-gap: 0rem;
}
.slider-item-reveal {
  --swiffy-slider-item-reveal: 8rem;
}
.slider-item-snapstart.slider-item-reveal {
  --swiffy-slider-item-reveal: 4rem;
}
.slider-item-show2 {
  --swiffy-slider-item-count: 2;
}
.slider-item-show3 {
  --swiffy-slider-item-count: 3;
}
.slider-item-show4 {
  --swiffy-slider-item-count: 4;
}
.slider-item-show5 {
  --swiffy-slider-item-count: 5;
}
.slider-item-show6 {
  --swiffy-slider-item-count: 6;
}
.slider-nav-mousedrag .slider-container {
  cursor: grab;
}
.slider-nav-mousedrag.dragging .slider-container {
  scroll-snap-type: unset;
  scroll-behavior: unset;
  user-select: none;
}
@media (hover: hover) {
  .slider-nav-mousedrag .slider-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .slider-nav-animation.slider-nav-animation-fast {
    --swiffy-slider-animation-duration: 0.25s;
  }
  .slider-nav-animation.slider-nav-animation-slow {
    --swiffy-slider-animation-duration: 1.25s;
  }
  .slider-nav-animation .slider-container > * > * {
    transition: opacity var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing), transform var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing);
    transition-delay: var(--swiffy-slider-animation-delay);
  }
  .slider-nav-animation .slider-container .slide-visible > * {
    transition: opacity var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing), transform var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing);
    transition-delay: var(--swiffy-slider-animation-delay);
  }
  .slider-nav-animation.slider-nav-animation-fadein .slider-container > * > * {
    opacity: 0.5;
  }
  .slider-nav-animation.slider-nav-animation-scale .slider-container > * > * {
    transform: scale(0.9);
  }
  .slider-nav-animation.slider-nav-animation-appear .slider-container > * > * {
    opacity: 0.3;
    transform: scale(0.9);
  }
  .slider-nav-animation.slider-nav-animation-scaleup .slider-container > * > * {
    transform: scale(0.25);
  }
  .slider-nav-animation.slider-nav-animation-zoomout .slider-container > * {
    overflow: hidden;
  }
  .slider-nav-animation.slider-nav-animation-zoomout .slider-container > * > * {
    transform: scale(1.3);
  }
  .slider-nav-animation.slider-nav-animation-turn .slider-container > * > * {
    transform: rotateY(70deg);
  }
  .slider-nav-animation.slider-nav-animation-slideup .slider-container > * > * {
    transform: translateY(60%) scale(0.99);
  }
  .slider-nav-animation.slider-nav-animation-slideup .slider-container {
    overflow-y: hidden;
  }
  .slider-nav-animation .slider-container > *.slide-visible > * {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 62rem) {
  .slider-item-show6:not(.slider-item-snapstart) .slider-container > *,
  .slider-item-show4:not(.slider-item-snapstart) .slider-container > *,
  .slider-item-show2:not(.slider-item-snapstart) .slider-container > * {
    scroll-snap-align: unset;
  }
  .slider-item-show6:not(.slider-item-snapstart) .slider-container > *::before,
  .slider-item-show4:not(.slider-item-snapstart) .slider-container > *::before,
  .slider-item-show2:not(.slider-item-snapstart) .slider-container > *::before {
    content: " ";
    display: block;
    position: absolute;
    left: calc((var(--swiffy-slider-item-gap)/2)*-1);
    top: 0;
    /*FF fix setting w+h to 1 px - otherwise snap will not occur*/
    width: 1px;
    height: 1px;
    scroll-snap-align: var(--swiffy-slider-snap-align);
  }
  .slider-nav-outside-expand .slider-nav {
    margin-left: -4rem;
  }
  .slider-nav-outside-expand .slider-nav.slider-nav-next {
    margin-right: -4rem;
  }
  .slider-nav-sm.slider-nav-outside-expand .slider-nav {
    margin-left: -3.5rem;
  }
  .slider-nav-sm.slider-nav-outside-expand .slider-nav.slider-nav-next {
    margin-right: -3.5rem;
  }
  .slider-indicators-sm.slider-indicators {
    display: none;
  }
}
@media (max-width: 62rem) {
  .swiffy-slider {
    --swiffy-slider-track-height: 0rem;
    --swiffy-slider-item-reveal: 0rem;
    --swiffy-slider-item-count: 1;
    --swiffy-slider-nav-zoom: 0.875;
  }
  .swiffy-slider .slider-item-show2-sm {
    --swiffy-slider-item-count: 2;
  }
  .slider-item-reveal {
    --swiffy-slider-item-reveal: 4rem;
  }
  .slider-item-snapstart.slider-item-reveal {
    --swiffy-slider-item-reveal: 2rem;
  }
  .slider-item-show6 .slider-container {
    grid-auto-columns: calc(25% - (var(--swiffy-slider-item-gap)/4*3));
  }
  .slider-item-show6.slider-item-reveal .slider-container {
    grid-auto-columns: calc(25% - (var(--swiffy-slider-item-gap)/4*3) - 0.5rem);
  }
  .slider-item-show6.slider-item-reveal .slider-container > * {
    scroll-snap-align: unset;
  }
  .slider-item-show6.slider-item-reveal .slider-container > *::before {
    content: " ";
    display: block;
    position: absolute;
    left: calc((var(--swiffy-slider-item-gap)/2)*-1);
    top: 0;
    /*FF fix setting w+h to 1 px - otherwise snap will not occur*/
    width: 1px;
    height: 1px;
    scroll-snap-align: center;
  }
  .slider-nav::before,
  .slider-nav::after {
    width: 2rem;
    height: 2rem;
    padding: 0.3rem;
  }
  .slider-nav-round .slider-nav::after,
  .slider-nav-square .slider-nav::after {
    width: 1.75rem;
    height: 1.75rem;
    margin: 0.125rem;
  }
  .slider-nav-outside-expand .slider-container,
  .slider-nav-outside .slider-container {
    margin: 0 2rem;
  }
  .slider-nav-outside-expand .slider-container {
    margin: 0 var(--swiffy-slider-nav-outside-size);
  }
  .slider-nav-outside-expand .slider-nav {
    padding: 0;
  }
  .slider-indicators-square.slider-indicators > *,
  .slider-indicators-square .slider-indicators > *,
  .slider-indicators-round.slider-indicators > *,
  .slider-indicators-round .slider-indicators > * {
    width: 0.3rem;
    height: 0.3rem;
  }
  .slider-indicators {
    margin-bottom: 0.5rem;
    display: none;
  }
  .slider-nav-scrollbar .slider-indicators {
    margin-bottom: 0rem;
  }
  .slider-indicators > * {
    width: 1rem;
    height: 0.125rem;
    border-width: 0.25rem;
  }
  .slider-indicators-sm .slider-indicators,
  .slider-indicators-sm.slider-indicators {
    display: flex;
  }
}
@media (max-width: 48rem) {
  .slider-item-show6 .slider-container {
    grid-auto-columns: calc(50% - (var(--swiffy-slider-item-gap)/2));
  }
  .slider-item-show6.slider-item-reveal .slider-container {
    grid-auto-columns: calc(50% - (var(--swiffy-slider-item-gap)/2) - 1.5rem);
  }
}
@media (hover: none) {
  .swiffy-slider.slider-nav-touch .slider-nav {
    visibility: visible;
  }
  .swiffy-slider:not(.slider-nav-touch).slider-nav-outside-expand .slider-container,
  .swiffy-slider:not(.slider-nav-touch).slider-nav-outside .slider-container {
    margin: 0 0rem;
  }
  .slider-item-nosnap-touch {
    --swiffy-slider-snap-align: unset;
  }
}
@font-face {
  font-family: 'AvenirNext';
  src: url('/content/fonts/avenir-next/avenirnext-bold-webfont.woff2') format('woff2'), url('/content/fonts/avenir-next/avenirnext-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('/content/fonts/avenir-next/avenirnext-demibold-webfont.woff2') format('woff2'), url('/content/fonts/avenir-next/avenirnext-demibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('/content/fonts/avenir-next/avenirnext-heavy-webfont.woff2') format('woff2'), url('/content/fonts/avenir-next/avenirnext-heavy-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('/content/fonts/avenir-next/avenirnext-medium-webfont.woff2') format('woff2'), url('/content/fonts/avenir-next/avenirnext-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('/content/fonts/avenir-next/avenirnext-regular-webfont.woff2') format('woff2'), url('/content/fonts/avenir-next/avenirnext-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('/content/fonts/avenir-next/avenirnext-ultralight-webfont.woff2') format('woff2'), url('/content/fonts/avenir-next/avenirnext-ultralight-webfont.woff') format('woff');
  font-weight: lighter;
  font-weight: 300;
  font-style: normal;
}
html {
  font-family: 'AvenirNext', -apple-system, BlinkMacSystemFont, Helvetica Neue, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-size: clamp(14px, 1vmax, 1.2vmax);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --base-border-color: rgba(0, 0, 0, 0.1);
  --primary-color: #a80000;
  --primary-color-dark: #880000;
  --primary-text-color: #fff;
  --primary-color-light: #ee0000;
  --radius: 0.25rem;
  --gap: 1rem;
  --border-color: rgba(0, 0, 0, 0.1);
  --box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.075);
  --border-color-dark: rgba(0, 0, 0, 0.3);
  --border-color-active: rgba(0, 0, 0, 0.3);
}
ui-button {
  --font-weight: 600;
}
ui-select {
  --height: 2.5rem;
  --background-color: #fff;
  --offset-v: 0.25rem;
}
ui-select::part(menu) {
  padding-bottom: 0.25rem;
}
ui-select ui-menu {
  font-size: 0.9em;
}
ui-select ui-menu::part(base) {
  padding: 0;
}
ui-select ui-menu ui-menu-item {
  --padding: 0.5rem 1rem;
}
ui-select ui-menu ui-menu-divider {
  --margin: 0.25rem 0;
}
ui-select[multiple] ui-menu-item::part(base) {
  padding-left: 1.5rem;
}
body {
  overflow-x: hidden;
  background: #fff;
}
a {
  cursor: pointer;
}
strong {
  font-weight: 600;
}
.f\:row,
.f\:col {
  display: flex;
  gap: var(--gap);
}
.f\:row.a\:center,
.f\:col.a\:center {
  align-items: center;
}
.f\:row {
  flex-direction: row;
}
.f\:col {
  flex-direction: column;
}
.site-inner {
  position: relative;
  overscroll-behavior: contain;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 120%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 12%, rgba(0, 0, 0, 0));
}
.header-inner {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 40px rgba(0, 0, 0, 0.25);
}
.container {
  max-width: 1140px;
  margin: 0 auto;
}
.page .header {
  position: sticky;
  top: 0;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
}
.page .header:before {
  display: none;
}
.page .header-inner {
  background-color: #880000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%238e0000' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23950000' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%239b0000' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23a10000' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23a80000' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23ae0000' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23b50000' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23bb0000' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23c20000' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23c80000' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  box-shadow: none;
}
.page .brand {
  padding: 1rem;
}
.page .brand svg {
  max-width: 250px;
}
.page .brand .wordmark {
  position: relative;
}
.page .brand .wordmark .t {
  display: inline-block;
}
.page .brand .wordmark svg {
  position: relative;
}
.page .quick-menu {
  font-size: 1.1rem;
}
.page .quick-menu > a:hover {
  color: #a80000;
}
.page .quick-menu > a:hover:before {
  background: #fff;
}
.page-menu {
  line-height: 1;
  padding: 0 3rem;
  box-shadow: 0 -1px 0 #ddd inset;
  font-size: 0.9rem;
  background: #fff;
}
.page-menu > nav {
  display: flex;
  justify-content: space-between;
}
.page-menu > nav ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.page-menu > nav ul > li {
  margin: 0;
  font-weight: 500;
  color: #353535;
  display: flex;
  align-items: center;
  height: 3rem;
  border-bottom: 4px solid transparent;
  padding-top: 4px;
  padding: 4px 1rem 0 1rem;
}
.page-menu > nav ul > li.active {
  border-bottom-color: #a80000;
  font-weight: 600;
}
.page-menu > nav ul > li > a {
  color: #353535;
  display: flex;
  align-items: center;
  height: 100%;
}
.page-menu > nav ul > li > a:hover {
  color: #a80000;
}
.page-menu > nav ul > li > a ui-svg {
  width: 1rem;
  margin-right: 0.25rem;
}
body.mainmenu-open {
  overflow: hidden;
}
.brand {
  padding: 2rem;
  padding-bottom: 0;
  flex: 1 1 auto;
}
.brand a {
  display: block;
  color: #fff;
}
.brand svg {
  display: block;
  max-width: 300px;
}
.brand .wordmark {
  max-width: 20vw;
}
.main-menu {
  min-width: 5rem;
}
.main-menu.open .menu-toggle {
  color: #a80000;
}
.main-menu.open .menu-toggle:before,
.main-menu.open .menu-toggle:after {
  width: 100%;
  margin: -0.25rem 0 0 0;
}
.main-menu.open .menu-toggle:before {
  transform: rotate(-45deg);
}
.main-menu.open .menu-toggle:after {
  transform: rotate(45deg);
}
.main-menu.open .menu-panel {
  transform: translate(0, 0);
  pointer-events: all;
}
.main-menu .menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 25vw;
  background: #fff;
  display: none;
  height: 100%;
  transform: translate(100%, 0);
  transition: 250ms ease-in-out;
  pointer-events: none;
  min-height: 100vh;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  font-variation-settings: 'wdth' 75;
  z-index: 1;
  overflow: hidden;
}
.main-menu .menu-panel .menu-panel-header p {
  margin: 0;
  font-weight: 200;
  line-height: 1.2;
  padding: 1rem;
}
.main-menu .menu-panel .menu-panel-content {
  flex: 1 1 auto;
  overflow: auto;
  padding-top: 1rem;
}
.main-menu .menu-panel .menu-panel-title {
  display: flex;
  font-size: 1.2rem;
  align-items: center;
}
.main-menu .menu-panel .menu-panel-title .close a {
  cursor: pointer;
  display: block;
  background: #a80000;
  color: #fff;
  width: 3rem;
  text-align: center;
  padding: calc(1rem/2) 1rem;
}
.main-menu .menu-panel .menu-panel-title .close a svg {
  display: block;
}
.main-menu .menu-panel .menu-panel-title .title {
  margin-left: 1rem;
}
.main-menu .menu-toggle {
  position: relative;
  display: block;
  width: 3rem;
  height: 2rem;
  margin-left: 2rem;
  cursor: pointer;
  color: #fff;
  transition: 250ms all ease-in-out;
}
.main-menu .menu-toggle:before,
.main-menu .menu-toggle:after {
  content: '';
  position: absolute;
  height: 0.4rem;
  background: currentColor;
  border-radius: 2rem;
  width: 100%;
  top: 50%;
  left: 0;
  transition: 250ms all ease-in-out;
}
.main-menu .menu-toggle:before {
  margin-top: -0.8rem;
  width: 75%;
}
.main-menu .menu-toggle:hover:not(.open):before,
.main-menu .menu-toggle:hover:not(.open):after {
  width: 100%;
}
ul.site-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
  z-index: 1;
}
ul.site-menu li {
  margin: 0;
  padding: 0;
}
ul.site-menu li.active > a {
  border-bottom-color: transparent;
}
ul.site-menu li.active ul {
  display: flex;
  flex-direction: column;
}
ul.site-menu li.active ul a {
  padding: 0.5rem;
}
ul.site-menu li a {
  display: flex;
  align-items: center;
  padding: 1rem;
  color: #555;
  font-size: 1.25rem;
}
ul.site-menu li a:hover {
  color: #a80000;
}
ul.site-menu li a svg {
  display: block;
}
ul.site-menu li a .icon svg,
ul.site-menu li a .icon ui-icon {
  display: flex;
  align-items: center;
  width: 2rem;
  margin-right: 0.5rem;
  font-size: 2rem;
}
ul.site-menu li a .name {
  flex: 1 1 auto;
}
ul.site-menu li a .toggle {
  width: 2rem;
  text-align: center;
}
ul.site-menu li a .toggle svg {
  width: 1rem;
}
ul.site-menu li > a {
  border-bottom: 1px solid #eee;
}
ul.site-menu li ul {
  display: none;
  padding-left: 3rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}
ul.site-menu li ul li a {
  border-bottom: 0;
}
.button,
[appearance="button"] {
  --bg-color: #a80000;
  --text-color: #ffffff;
  display: inline-block;
  background: var(--bg-color);
  color: var(--text-color);
  line-height: 1;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 0.25rem;
}
.button[appearance="button"],
[appearance="button"][appearance="button"] {
  padding: 1rem 1.5rem;
}
.card {
  display: flex;
  flex-direction: column;
  position: relative;
  line-height: 1;
  font-size: 1rem;
  background: #fff;
}
.card .card-image img {
  max-width: 100%;
}
.card .card-caption {
  padding: 1rem;
}
.card.overlay .card-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, transparent, #000000);
  padding: 2rem;
  color: #fff;
}
.site-footer {
  background-position: bottom left;
  background-repeat: repeat-x;
  background-color: #333;
  position: relative;
  overflow: hidden;
  border-top: 8px solid #555;
  color: #ddd;
  --gap: 2rem;
  background-color: #444444;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23414141' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%233d3d3d' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%233a3a3a' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23363636' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23333333' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23303030' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%232c2c2c' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23292929' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23252525' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23222222' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
}
.site-footer .site-footer-inner {
  padding: 2rem 0;
}
.site-footer .row {
  margin-top: 0;
}
.site-footer .row > [class*="col-"] {
  padding-bottom: 0;
}
.site-footer a {
  color: #fff;
}
.site-footer svg path {
  fill: #fff;
}
.site-footer .logos {
  background: #333;
}
.site-footer .logos .row {
  align-items: center;
}
.site-footer .logos ui-svg {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  opacity: 0.75;
}
.site-footer .logos .col-3 {
  border-right: 1px solid #444;
}
.site-footer .logos .col-3:last-child {
  border-right: 0;
}
.site-footer .social {
  line-height: 1;
}
.site-footer .social ui-svg {
  display: block;
  height: 1rem;
}
.footer-links {
  line-height: 1;
  position: relative;
  padding: 1rem 2.5rem;
}
.footer-links .title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.footer-links nav {
  display: flex;
  flex-direction: column;
  font-size: 90%;
}
.footer-links nav > a {
  padding: 0.25rem 0;
  color: #ddd;
}
.embedded-iframe {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.embedded-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 991px) {
  .header:before {
    max-height: 150px;
  }
  .header-inner {
    flex-wrap: wrap;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  .header-inner .brand {
    height: 80px;
    order: 0;
    padding: 1rem;
  }
  .header-inner .brand .wordmark {
    max-width: 200px;
  }
  .header-inner .search-menu {
    order: 1;
  }
  .header-inner .main-menu {
    height: 80px;
    order: 2;
    margin-right: 1rem;
    display: flex;
    align-items: center;
  }
  .header-inner .spacer {
    order: 3;
  }
  .header-inner .quick-menu {
    order: 4;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .header-inner .quick-menu ::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
  }
  .header-inner .quick-menu ::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .header-inner .quick-menu > ul {
    white-space: nowrap;
    overflow: auto;
    margin: 0 auto;
  }
  .header-inner .quick-menu > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
  .header-inner .quick-menu > ul > li > a {
    padding: 0 0.5rem;
    justify-content: center;
  }
  .header-inner .quick-menu > ul > li > a ui-icon {
    margin-left: 0.25rem;
  }
  .header-inner .quick-menu > ul .submenu {
    position: fixed;
    white-space: normal;
    height: 100%;
    padding: 1rem;
    font-size: 2rem;
  }
  .header-inner .quick-menu > ul .submenu > ul {
    flex-direction: column;
  }
  .header-inner .quick-menu > ul .submenu > ul > li span {
    font-size: 1rem;
  }
  .header-inner .quick-menu > ul .submenu > ul > li + li {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .quick-menu {
    font-size: 1.1rem;
  }
  .main-menu .menu-panel {
    width: 80%;
  }
}
@media screen and (min-width:992px) and (max-width: 1999px) {
  html ::-webkit-scrollbar {
    width: 0.75rem;
  }
  html ::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: none;
  }
  html ::-webkit-scrollbar-thumb {
    background-color: #333;
    border: 0;
    box-shadow: none;
    border-radius: 4px;
  }
}
@keyframes grow {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.2) translateY(-5%);
  }
}
.footer-contact {
  background: #2c2c2c;
}
.footer-contact .d {
  display: inline-block;
  margin: 0 0.25rem;
}
.footer-contact .d:before {
  content: '|';
}
.footer-contact-inner {
  display: flex;
  padding: 0.5rem 0;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .site-footer .site-footer-inner {
    padding: 2rem 1rem;
    text-align: center;
  }
  .site-footer .logos .col-3 {
    border: 0;
  }
  .site-footer .logos nwc-svg {
    max-width: 130px;
    margin: 0 auto;
  }
  .site-footer .logos .logo {
    padding: 0.5rem;
  }
  .site-footer .footer-links {
    padding: 1rem;
  }
  .footer-contact-inner {
    padding: 1rem;
  }
  .footer-contact {
    text-align: center;
  }
  .footer-contact .copyright .d:last-child {
    display: none;
  }
  .footer-contact .address {
    display: block;
  }
  .footer-contact .address .d:last-child {
    display: none;
  }
  .footer-contact .links {
    display: block;
    border-top: 1px solid #444;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 2000px) {
  .container {
    max-width: 1500px;
  }
  html {
    background: #ececec;
    font-size: 20px;
  }
  .site {
    max-width: 1920px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
}
.gradient-text {
  color: #a80000;
}