@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-red: #a11e1d;
  --333: #333;
  --white-smoke: #f5f5f5cc;
  --red: #de1814;
  --black: #201a17;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  max-width: 43rem;
  margin: 1.25rem auto .625rem;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.75rem;
}

h2 {
  max-width: 43rem;
  color: var(--dark-red);
  margin: 1.25rem auto 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.25rem;
}

h3 {
  max-width: 43rem;
  color: var(--dark-red);
  margin: 1.25rem auto 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875rem;
}

h4 {
  max-width: 43rem;
  color: var(--dark-red);
  margin: .625rem auto;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5rem;
}

h5 {
  width: auto;
  max-width: 43rem;
  margin: .625rem auto;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  max-width: 43rem;
  margin: .625rem auto;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  width: 100%;
  max-width: 43rem;
  margin-bottom: .625rem;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: var(--dark-red);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  max-width: 43rem;
  margin: 1.25rem auto;
  padding-left: 1.5rem;
  list-style: square;
}

img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

blockquote {
  color: var(--dark-red);
  border-left: 5px solid #e2e2e2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-size: 2rem;
  line-height: 1.5;
}

figcaption {
  text-align: center;
  margin-top: .5rem;
  margin-bottom: 4rem;
}

.bullet-list {
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  opacity: 1;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-6 {
  grid-template-rows: auto;
}

.colortheory-yellow {
  color: #111314;
  background-color: #ff0;
  padding: 1.25rem;
}

.faq-icon {
  opacity: .5;
  color: #0f42c3;
  background-color: #0000;
  border-radius: .3125rem;
  align-self: flex-start;
  width: 1.8rem;
  margin-left: 1.5rem;
  padding: .25rem;
}

.small-button-light {
  color: #2a2f31;
  text-align: center;
  background-color: #afb7bb;
  border-radius: .25rem;
  flex: none;
  margin-bottom: 1rem;
  padding: .375rem 1rem;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px .5rem #00000008;
}

.small-button-light:hover {
  color: #fff;
  background-color: #4c5458;
  box-shadow: 0 7px 1.25rem -.625rem #0003;
}

.small-button-light:active {
  background-color: #111314;
}

.small-button-outline {
  color: #2a2f31;
  text-align: center;
  background-color: #0000;
  border-radius: .25rem;
  flex: none;
  margin-bottom: 1rem;
  padding: .375rem 1rem;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, background-color .2s;
  box-shadow: inset 0 0 0 .125rem #4c5458;
}

.small-button-outline:hover {
  color: #fff;
  background-color: #4c5458;
  box-shadow: 0 7px 1.25rem -.625rem #2a2f3133;
}

.small-button-outline:active {
  background-color: #111314;
  box-shadow: 0 7px 1.25rem -.625rem #11131433;
}

.colortheory-red {
  color: #fff;
  background-color: #e91c2b;
  padding: 1.25rem;
}

.sg-label {
  color: #808c91;
  letter-spacing: .03125rem;
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2em;
}

.margin-bottom-140 {
  margin-bottom: 8.75rem;
}

.tabs-menu {
  justify-content: center;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
}

.sg-body {
  background-color: #fff;
  margin-left: 0;
}

.heading-xxlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.sg-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 15rem;
  display: flex;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 1.5rem;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  color: var(--333);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 1.2rem;
  line-height: 1em;
}

.social-icon.si-light {
  color: var(--white-smoke);
}

.sub-heading {
  margin-bottom: .375rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.text-info-wrapper {
  color: #2a2f31;
  background-color: #9ec5fa;
  border-radius: .1875rem;
  padding: .375rem .9375rem;
  font-size: .8rem;
}

.search-button {
  background-color: var(--dark-red);
  color: #fff;
  border-radius: 0;
  height: 2.75rem;
  margin-bottom: 0;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  font-size: 1rem;
  font-weight: 700;
  transition: background-color .3s;
}

.search-button:hover {
  color: var(--dark-red);
  background-color: #fff;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.divider-medium {
  background-color: #f0f2f3;
  height: .0625rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.form-select {
  color: #4c5458;
  background-color: #fff;
  border: .0625rem solid #e1e5e7;
  border-radius: .3125rem;
  width: 100%;
  height: 2.6875rem;
  margin-bottom: .625rem;
  padding: .5rem 1rem;
  font-size: .9375rem;
  position: relative;
}

.form-select:hover, .form-select:focus {
  color: #37474e;
}

.form-select::placeholder {
  color: #999;
  font-size: .9375rem;
}

.breadcrumb-wrapper {
  color: #808c91;
  background-color: #fff;
  align-items: center;
  padding: .625rem;
  display: flex;
}

.colortheory-blue {
  color: #fff;
  background-color: #00f;
  padding: 1.25rem;
}

.form-error {
  color: #444;
  background-color: #ece7e0;
  border-radius: .375rem;
  padding: 1rem;
}

.text-box-wrapper-2 {
  text-align: left;
}

.fa-icon-large {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-size: 3rem;
  line-height: 1;
}

.radio-button {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.5rem;
  margin-right: .625rem;
}

.radio-button.w--redirected-checked {
  border-width: .375rem;
  border-color: #2b95ff;
}

.divider-large {
  background-color: #a11e1d4d;
  height: .0625rem;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.div-block-2 {
  color: #529dff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: .875rem;
  padding-top: .25rem;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 1rem;
  display: block;
}

.margin-bottom-100 {
  margin-bottom: 6.25rem;
}

.margin-bottom {
  margin: 0;
}

.margin-bottom.margin-small {
  margin-bottom: 2.5rem;
}

.colortheory-white {
  outline-offset: 0rem;
  color: #2a2f31;
  background-color: #fff;
  border: .0625rem #000;
  outline: .1875rem #2a2f31;
  padding: 1.25rem;
  box-shadow: inset 0 0 .0625rem #000;
}

.pagination-link {
  color: #fff;
  background-color: #4c5458;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: .375rem;
  margin-right: .375rem;
  font-size: .8rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.pagination-link:hover {
  background-color: var(--red);
}

.pagination-link.w--current {
  background-color: #808c91;
  font-size: .8rem;
}

.selector-wrapper-2 {
  background-color: #e1e5e7;
  border-radius: .1875rem;
  margin-top: 2rem;
  margin-bottom: .625rem;
  padding: .25rem;
}

.selector-wrapper-2.light {
  background-color: #2a2f31;
}

.spacer-24 {
  background-color: #0000;
  width: 1.5rem;
  height: 1.5rem;
}

.container-small {
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-small {
  max-width: 24rem;
  line-height: 1.4;
}

.text-size-small {
  margin-bottom: .5625rem;
  font-size: .875rem;
  line-height: 1.5;
}

.div-block-7 {
  margin-top: 1.25rem;
}

.tabs-menu-left {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  margin-bottom: 3rem;
  margin-right: 1.875rem;
  padding-top: .9375rem;
  display: flex;
}

.text-color-red {
  color: #ee3737;
}

.button-light {
  color: #2a2f31;
  text-align: center;
  background-color: #afb7bb;
  border-radius: .375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 2.6875rem;
  margin-bottom: .5rem;
  padding: .5rem 2rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 2px .5rem #00000008;
}

.button-light:hover {
  color: #fff;
  background-color: #4c5458;
  box-shadow: 0 7px 1.25rem -.625rem #0003;
}

.button-light:active {
  color: #fff;
  background-color: #111314;
}

.num-list {
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  list-style-type: decimal;
}

.site-wrapper {
  background-color: var(--white-smoke);
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.text-align-center {
  text-align: center;
  margin-bottom: 0;
  font-style: normal;
}

.button-disabled {
  height: 2.6875rem;
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #e1e5e7;
  border-radius: .375rem;
  flex: none;
  margin-bottom: .5rem;
  padding: .5rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
}

.button-disabled:hover {
  color: #fff;
  background-color: #afb7bb;
  box-shadow: 0 7px 1.25rem -.625rem #0003;
}

.button-disabled:active {
  background-color: #808c91;
}

.class-name {
  color: #fff;
  border: .0625rem solid #fff;
  border-radius: .1875rem;
  margin-left: .3125rem;
  margin-right: .625rem;
  padding: .3125rem .5625rem;
  font-size: .875rem;
  display: inline-block;
}

.class-name.dark-sm {
  color: #808c91;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-color: #afb7bb;
  border-radius: .1875rem;
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: .3125rem;
  padding-left: .5625rem;
  padding-right: .5625rem;
  display: inline-block;
}

.class-name.dark-sm.mute {
  opacity: .5;
}

.spacer-48 {
  background-color: #0000;
  width: 3rem;
  height: 3rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
  min-height: 0;
}

.paragraph {
  margin-bottom: 1.25rem;
  line-height: 1.5em;
}

.paragraph.large {
  font-size: 1.3rem;
}

.class-icon-2 {
  color: #fff;
  background-color: #9f9f9f;
  border: .0625rem solid #fff;
  border-radius: .1875rem;
  margin-left: 0;
  margin-right: .3125rem;
  padding: .3125rem .5625rem;
  font-size: .875rem;
  display: inline-block;
}

.vertical-tab {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.tab-link {
  opacity: .5;
  color: #4c5458;
  text-align: center;
  background-color: #0000;
  border-bottom: .125rem solid #afb7bb;
  flex: 0 auto;
  width: 8.75rem;
  margin-left: 0;
  margin-right: 0;
  padding: .9375rem 1.25rem;
  font-size: 1rem;
  transition: border-color .2s, color .2s;
}

.tab-link:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.tab-link.w--current {
  opacity: 1;
  color: #4c5458;
  background-color: #0000;
  border-bottom-color: #808c91;
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

.scrollable-wrapper {
  text-align: left;
  background-color: #0000;
  border-radius: .375rem;
  margin-bottom: 0;
  overflow: scroll;
}

.sg-menu-brand {
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
  margin-left: 1.875rem;
  padding-left: 0;
}

.sg-menu-brand.w--current, .sg-block {
  margin-bottom: 2rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #4c5458;
  border-radius: .375rem;
  flex-direction: column;
  flex: none;
  height: 2.6875rem;
  margin-bottom: .5rem;
  padding: .6875rem 2rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
  box-shadow: 0 2px .5rem #00000008;
}

.button:hover {
  background-color: #2a2f31;
  box-shadow: 0 7px 1.25rem -.625rem #0003;
}

.button:active {
  background-color: #111314;
}

.button.margin-top-20 {
  margin-top: 20px;
}

.heading-large {
  font-size: 2rem;
  line-height: 1.2;
}

.sg-footer-section {
  z-index: 0;
  text-align: left;
  background-color: #fff;
  align-items: center;
  height: 37.5rem;
  padding: 3.75rem 5rem 3.75rem 3.75rem;
  display: flex;
  position: relative;
}

.scroll-titlesect-wrapper {
  width: 100%;
  margin-bottom: .9375rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.text-box-large {
  width: 100%;
  max-width: 37.5rem;
  display: block;
}

.text-box-large.visible {
  background-color: #d0e8ff;
  max-width: 46.25rem;
}

.image-2 {
  width: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: inline-block;
}

.sg-nav-container {
  background-color: #e1e5e7;
  width: 15rem;
  height: 100vh;
}

.colortheory-pink {
  color: #fff;
  background-color: #d90a91;
  padding: 1.25rem;
}

.text-size-large {
  -webkit-text-stroke-width: 0px;
  text-overflow: clip;
  font-size: 1.25rem;
  line-height: 1.7em;
  overflow: hidden;
}

.tagline {
  text-transform: uppercase;
  max-width: 43rem;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.5;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.svg-icons {
  color: #111314;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
}

.left-tab-link {
  opacity: .5;
  color: #4c5458;
  text-align: left;
  background-color: #0000;
  border-bottom: .0625rem dotted #afb7bb;
  flex: 0 auto;
  width: 8.75rem;
  margin-bottom: .9375rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1.25rem .9375rem 0;
  font-size: 1.125rem;
  transition: border-color .2s, color .2s;
}

.left-tab-link:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.left-tab-link.w--current {
  opacity: 1;
  color: #2a2f31;
  background-color: #0000;
  border-bottom-style: solid;
  border-bottom-color: #808c91;
  font-weight: 700;
}

.text-box-medium {
  max-width: 31.25rem;
  display: block;
}

.text-box-medium.visible {
  max-width: 31.25rem;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 1rem;
  display: inline-block;
}

.text-box-small {
  max-width: 25rem;
  display: block;
}

.text-box-small._600px {
  max-width: 37.5rem;
  min-height: 4rem;
}

.text-box-small._800px {
  max-width: 50rem;
  min-height: 4rem;
}

.faq-accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.intxt {
  color: #111314;
  text-decoration: underline;
}

.intxt:hover {
  color: #808c91;
  text-decoration: underline;
}

.italic-text-2 {
  margin-bottom: 0;
}

.breadcrumb-divider {
  opacity: .3;
  margin-left: .375rem;
  margin-right: .375rem;
}

.form-success {
  color: #444;
  background-color: #d4e9ff;
  border-radius: .375rem;
  padding: 2rem;
  font-size: 1rem;
  line-height: 1.4em;
}

.sg-section {
  z-index: 0;
  text-align: left;
  background-color: #f0f2f3;
  padding: 3.75rem 5rem 3.75rem 3.75rem;
  position: relative;
}

.sg-section.header {
  color: #fff;
  background-color: #4c5458;
  padding-top: .625rem;
  padding-bottom: 2.5rem;
}

.text-size-xsmall {
  font-size: .75rem;
  line-height: 1.5;
}

.breadcrumb-link {
  line-height: 1em;
}

.breadcrumb-link.bc-home {
  font-weight: 700;
}

.hidden {
  display: none;
}

.sg-nav {
  border-right: .0625rem solid #ced5db;
  width: 15rem;
  height: 0;
  position: fixed;
  top: 0%;
  bottom: 0;
  right: auto;
}

.checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.5625rem;
  display: flex;
}

.spacer-32 {
  background-color: #0000;
  width: 2rem;
  height: 2rem;
}

.data-table-container {
  background-color: #f3f3f3;
  width: 100%;
  padding-top: .125rem;
  overflow: hidden;
}

.text-strikethrough {
  text-decoration: line-through;
}

.spacer-128 {
  background-color: #0000;
  width: 8rem;
  height: 8rem;
}

.column-styleguide {
  background-color: #fff;
  border-radius: .375rem;
  width: 100%;
  height: 2.5rem;
}

.text-warning-wrapper {
  color: #2a2f31;
  background-color: #fee7c4;
  border-radius: .1875rem;
  padding: .375rem .9375rem;
  font-size: .8rem;
}

.l-align {
  text-align: left;
  margin-left: 0;
}

.colortheory-brown {
  color: #fff;
  background-color: #6d330d;
  padding: 1.25rem;
}

.colortheory-green {
  color: #fff;
  background-color: green;
  padding: 1.25rem;
}

.pager-link-pre {
  color: #fff;
  background-color: #4c5458;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.875rem;
  margin-left: .375rem;
  margin-right: .375rem;
  padding-left: .625rem;
  padding-right: .9375rem;
  font-size: .8rem;
  transition: background-color .3s;
  display: flex;
}

.pager-link-pre:hover {
  background-color: #111314;
}

.pager-link-pre.w--current {
  background-color: #356af0;
}

.heading-xlarge {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-warning {
  color: orange;
}

.sg-description {
  color: #929aa1;
  max-width: 25rem;
  margin-left: 0;
}

.ds-section-header {
  margin-bottom: 3.125rem;
}

.opacity-60 {
  opacity: .6;
}

.form-radio-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.5625rem;
  font-size: .9rem;
  display: flex;
}

.full {
  max-width: 100%;
}

.spacer-16, .spacer-16._16 {
  background-color: #0000;
  width: 1rem;
  height: 1rem;
}

.spacer-16._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 1.5rem;
  height: 1.5rem;
}

.spacer-16._48 {
  background-color: #0000;
  border-radius: .375rem;
  width: 3rem;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.horizontal-tab {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.spacer-64 {
  background-color: #0000;
  width: 4rem;
  height: 4rem;
}

.text-color-blue {
  color: #529dff;
  font-weight: 400;
}

.gs-header {
  background-color: #fff;
  padding: 1.25rem 3.75rem;
}

.text-danger {
  color: red;
}

.scroll-title {
  border-bottom: .0625rem dotted #0000004d;
  padding-bottom: .3125rem;
}

.form {
  margin-bottom: .5rem;
}

._2-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 1.25rem auto;
  display: grid;
  position: relative;
}

.para-large {
  margin-bottom: 1.25rem;
  font-size: 1.3rem;
  line-height: 1.5;
}

.colortheory-purple {
  color: #fff;
  background-color: purple;
  padding: 1.25rem;
}

.color-block {
  background-color: #111314;
  border-radius: .3125rem;
  width: 100%;
  height: 3.75rem;
  margin-bottom: .625rem;
  margin-left: 0;
  margin-right: 0;
}

.color-block.soft-blue {
  background-color: #9ec5fa;
}

.color-block.soft-grey {
  background-color: #afb7bb;
}

.color-block.white-blue {
  background-color: #fff;
  border: .0625rem solid #e9f3fd;
}

.color-block.grey {
  background-color: #4c5458;
}

.color-block.dark-grey {
  background-color: #2a2f31;
}

.color-block.back-grey {
  background-color: #f0f2f3;
  border: .0625rem solid #e1e5e7;
}

.color-block.silver {
  background-color: #e1e5e7;
}

.color-block.pale-blue {
  background-color: #d0e8ff;
}

.color-block.blue {
  background-color: #356af0;
}

.color-block.light-blue {
  background-color: #529dff;
  border-style: none;
}

.color-block.white {
  background-color: #fff;
  border: .0625rem solid #f0f2f3;
}

.color-block.dark-blue {
  background-color: #0f42c3;
}

.color-block.back-blue {
  background-color: #e9f3fd;
  border: .0625rem solid #e1e5e7;
}

.color-block.light-grey {
  background-color: #808c91;
}

.html-embed-3 {
  color: #111314;
}

.centre-screen {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-heading {
  font-size: 1rem;
  line-height: 1.2;
}

.heading-xsmall {
  margin-top: .625rem;
  margin-bottom: 1.25rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.fa-icon-normal {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.fa-icon-normal.ico-small {
  font-size: .8rem;
}

._4-grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.text-primary {
  color: #0f42c3;
}

.title-divider {
  background-color: #2a2f31;
  width: 2.5rem;
  height: .1875rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.ds-module {
  background-color: #d0e8ff;
  border-radius: .3125rem;
  flex-direction: column;
  min-width: 6.25rem;
  min-height: 6.25rem;
  display: flex;
  position: relative;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-1 {
  flex: 0 auto;
  width: 8.33%;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-3 {
  flex: none;
  width: 25%;
}

.column.desk-4 {
  width: 33.33%;
  margin-bottom: 0;
}

.column.desk-8 {
  width: 66.6667%;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-7 {
  width: 58.3333%;
}

.margin-bottom-10 {
  margin-bottom: .625rem;
}

.scroll-subsect-wrapper {
  border-bottom: .0625rem dotted #0000001a;
  width: 100%;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.text-size-regular {
  font-size: 1rem;
  font-weight: 400;
}

.scroll-segment-1 {
  width: 15.625rem;
  padding-left: 0;
  padding-right: .3125rem;
  position: sticky;
  left: 0;
}

.text-sucess {
  color: green;
}

._2-1-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.fa-icon-medium {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-size: 2rem;
  line-height: 1;
}

.faq-answer {
  border-bottom: .0625rem dashed #0255ad1a;
  overflow: hidden;
}

.opacity-20 {
  opacity: .4;
}

.sg-menu-link {
  color: #4c5458;
  border-left: .25rem solid #0000;
  width: 100%;
  margin-bottom: 0;
  padding-top: .375rem;
  padding-bottom: .375rem;
  padding-left: 1.6875rem;
  line-height: 1.4em;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: #111314;
}

.sg-menu-link.w--current {
  color: #0f42c3;
  background-color: #e1e5e7;
  padding-right: 0;
  font-weight: 600;
}

.sg-menu-link.unique {
  background-color: #0000;
  border-top: .0625rem dotted #e1e5e7;
  border-bottom: .0625rem dotted #e1e5e7;
  font-weight: 700;
}

.pagination-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 0;
  display: flex;
}

.form-input {
  background-color: #f1eae9;
  border: .0625rem solid #e1e5e7;
  border-radius: .3125rem;
  height: 2.6875rem;
  margin-bottom: .625rem;
  padding: 1.125rem 1rem;
  font-size: .9375rem;
  line-height: .0875rem;
  box-shadow: 0 0 .625rem #00000003;
}

.form-input:focus {
  border-color: #529dff;
}

.form-input::placeholder {
  color: #afb7bb;
}

.form-input.pick-date-multiple-human {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-multiple-human::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-range-human {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-range-human::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-multiple {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-multiple::placeholder {
  color: #2a2f31;
}

.form-input.pick-date {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date::placeholder {
  color: #2a2f31;
}

.form-input.form-comments {
  background-color: #f1eae9;
  min-height: 7.5rem;
  margin-bottom: .625rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.4em;
}

.form-input.pick-date-time {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-time::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-time-human {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-time-human::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-human {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-human::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-range {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-range::placeholder {
  color: #2a2f31;
}

.text-muted {
  color: #afb7bb;
}

.breadcrumb-active {
  line-height: 1em;
}

.heading-small {
  margin-top: .625rem;
  margin-bottom: 1.25rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.html-embed {
  background-color: #d0e8ff;
  margin-bottom: .625rem;
  padding: .9375rem;
}

.div-block-76 {
  text-align: left;
  border: .0625rem #0000001a;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  display: inline-block;
  overflow: hidden;
}

.color-blue {
  background-color: #0a3092;
  border-radius: .3125rem;
  width: 100%;
  height: 3.75rem;
  margin-bottom: .625rem;
  margin-left: 0;
  margin-right: 0;
}

.colour-only {
  background-color: #fff;
  border-radius: .3125rem;
  padding: 1.5625rem;
  display: block;
}

.colortheory-black {
  color: #fff;
  background-color: #2a2f31;
  padding: 1.25rem;
}

.tabs-content {
  flex: 1;
}

.faq-question {
  white-space: normal;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.small-button {
  color: #fff;
  text-align: center;
  background-color: #4c5458;
  border-radius: .25rem;
  flex: none;
  margin-bottom: 1rem;
  padding: .375rem 1rem;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px .5rem #00000008;
}

.small-button:hover {
  color: #fff;
  background-color: #808c91;
  box-shadow: 0 7px 1.25rem -.625rem #0003;
}

.small-button:active {
  background-color: #111314;
}

.sg-title {
  color: #3f3b35;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: 1.4em;
}

._1-2-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.opacity-80 {
  opacity: .8;
}

.margin-bottom-medium {
  margin-bottom: 3.75rem;
}

.scroll-segment-2 {
  width: 8.75rem;
  padding-left: .3125rem;
  padding-right: .3125rem;
  position: static;
}

.heading-medium {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3em;
}

.pager-link-nex {
  color: #fff;
  background-color: #4c5458;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.875rem;
  margin-left: .375rem;
  margin-right: .375rem;
  padding-left: .9375rem;
  padding-right: .625rem;
  font-size: .8rem;
  transition: background-color .3s;
  display: flex;
}

.pager-link-nex:hover {
  background-color: #111314;
}

.pager-link-nex.w--current {
  background-color: #356af0;
}

.button-clear-left {
  height: 2.6875rem;
  box-shadow: none;
  color: #2a2f31;
  text-align: left;
  background-color: #0000;
  border-radius: .375rem;
  flex: none;
  margin-bottom: .5rem;
  margin-left: 0;
  margin-right: .5rem;
  padding: .5rem 1rem .5rem 0;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-clear-left:hover {
  box-shadow: none;
  color: var(--dark-red);
}

.button-clear-left:active {
  color: #0a3092;
  background-color: #0a3092;
}

.tab-icon-small {
  color: #111314;
  margin-left: 0;
  margin-right: .625rem;
  font-size: .8rem;
  line-height: 1;
}

.button-grey {
  height: 2.6875rem;
  box-shadow: none;
  color: #4c5458;
  text-align: center;
  background-color: #e1e5e7;
  border-radius: .375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  padding: .5rem 2rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.button-grey:hover {
  color: #2a2f31;
  background-color: #afb7bb;
  box-shadow: 0 7px 1.25rem -.625rem #0003;
}

.button-grey:active {
  color: #111314;
  background-color: #808c91;
}

._3-grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 1.25rem auto;
  padding: 0;
  display: grid;
  position: relative;
}

.text-allcaps {
  text-transform: uppercase;
}

.text-info {
  color: #529dff;
}

.colortheory-orange {
  color: #fff;
  background-color: orange;
  padding: 1.25rem;
}

.opacity-40 {
  opacity: .2;
}

.fontawesome-icon-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.divider-small {
  background-color: #3333331a;
  height: .0625rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.grid-9 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.para-small {
  opacity: .75;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  line-height: 1.5;
}

.check-box {
  width: 100%;
  height: 1.25rem;
  margin: 0 0 .625rem;
}

.check-box.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 1rem;
  border-color: #2b95ff;
}

.button-clear {
  height: 2.6875rem;
  box-shadow: none;
  color: #2a2f31;
  text-align: center;
  background-color: #0000;
  border-radius: .375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.button-clear:hover {
  box-shadow: none;
  color: #0f42c3;
}

.button-clear:active {
  color: #0a3092;
  background-color: #0a3092;
}

.text-danger-wrapper {
  color: #2a2f31;
  background-color: #f9d5cf;
  border-radius: .1875rem;
  padding: .375rem .9375rem;
  font-size: .8rem;
}

.spacer-96 {
  background-color: #0000;
  width: 6rem;
  height: 6rem;
}

.visible-spacer {
  background-color: #d0e8ff;
  border-radius: .3125rem;
  display: inline-block;
}

.r-align {
  text-align: right;
}

.fa-icon-small {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-size: .8rem;
  line-height: 1;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 1.3;
}

.text-primary-wrapper {
  color: #fff;
  background-color: #529dff;
  border-radius: .1875rem;
  padding: .375rem .9375rem;
  font-size: .8rem;
}

.sg-menu {
  width: 100%;
}

.rich-text {
  text-align: left;
}

.text-block {
  color: #111314;
  text-transform: uppercase;
  border-left: .1875rem solid #808c91;
  padding-left: .375rem;
  font-size: 1.4375rem;
  font-weight: 700;
}

.faq-question-title {
  color: var(--dark-red);
  white-space: normal;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.6875rem;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
}

.note-text {
  color: #808c91;
  letter-spacing: .03125rem;
  margin-top: .625rem;
  margin-bottom: .625rem;
  padding-left: 0;
  font-size: .7rem;
  font-style: italic;
}

.button-outline {
  color: #2a2f31;
  text-align: center;
  background-color: #0000;
  border-radius: .375rem;
  flex: none;
  height: 2.6875rem;
  margin-bottom: .5rem;
  padding: .6875rem 2rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: inset 0 0 0 .125rem #2a2f31;
}

.button-outline:hover {
  color: #fff;
  background-color: #4c5458;
  box-shadow: inset 0 0 0 .125rem #4c5458;
}

.button-outline:active {
  background-color: #2a2f31;
  box-shadow: inset 0 0 0 .125rem #2a2f31;
}

.field-block {
  z-index: 1;
  border: .0625rem solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 3.125rem;
  min-height: 1.25rem;
  margin-bottom: .5rem;
  display: flex;
}

.text-success-wrapper {
  color: #2a2f31;
  background-color: #cbf3dd;
  border-radius: .1875rem;
  padding: .375rem .9375rem;
  font-size: .8rem;
}

.spacer-80 {
  background-color: #0000;
  width: 5rem;
  height: 5rem;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.container-medium {
  max-width: 67rem;
  margin-left: auto;
  margin-right: auto;
}

.section-top {
  background-color: #333;
  align-items: center;
  height: 2.75rem;
  padding: 0;
  font-size: .9rem;
  display: flex;
}

.section-hero {
  background-image: linear-gradient(#a11e1db3, #a11e1db3), url('../images/motor-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  padding: 2rem 1.25rem;
}

.section-intro {
  background-image: linear-gradient(to top, #f5f5f5, #fffffff0), url('../images/parts-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  padding: 4rem 1.25rem;
  font-family: Open Sans, sans-serif;
}

.div-block-77 {
  z-index: 999;
  background-color: #f5f5f5;
  border-bottom: 1px solid #a11e1d99;
  height: 6.25rem;
  padding: 1.25rem;
  position: static;
  top: 0;
}

.navbar {
  background-color: #0000;
}

.top-link {
  color: #9c9c9c;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  transition: color .3s;
}

.top-link:hover {
  color: #fffc;
}

.nav-link {
  border: .0625rem solid #f5f5f5;
  border-radius: .1875rem;
  margin-top: 0;
  margin-left: .375rem;
  margin-right: .375rem;
  padding: .625rem 12px;
  font-size: 1rem;
  font-weight: 600;
}

.nav-link:hover {
  color: var(--dark-red);
  border-style: dotted;
  border-color: #3333;
  border-radius: .1875rem;
}

.nav-link.w--current {
  color: var(--dark-red);
}

.nav-link.search {
  display: none;
}

.logo {
  width: 10rem;
}

.img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
}

.product-link-wrapper {
  height: 100%;
  box-shadow: none;
  color: var(--333);
  border: .0625rem #000;
  border-radius: .1875rem;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: .625rem;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.product-link-wrapper:hover {
  box-shadow: none;
  padding: .625rem;
  text-decoration: none;
  transform: translate(0, -.625rem);
}

.product-title {
  color: #333;
  min-height: 4.6rem;
  margin-bottom: .625rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.product-title:hover {
  color: var(--red);
}

.text-block-2 {
  text-transform: uppercase;
  margin-bottom: .625rem;
  font-size: .8rem;
  font-weight: 400;
}

.symbol {
  margin-right: .3125rem;
  display: inline-block;
}

.div-block-80 {
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.product-img-wrapper {
  border-radius: .1875rem;
  height: 15.625rem;
  margin-bottom: .625rem;
  overflow: hidden;
}

.product-promo-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 1.25rem;
  background-color: #fff;
  border-top-right-radius: .1875rem;
  border-bottom-right-radius: .1875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding-right: 0;
  box-shadow: 0 0 1.875rem -.625rem #0003;
}

.overlay {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  color: #fff;
  background-color: #3339;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5625rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay:hover {
  background-color: #333333e6;
}

.cat-list-wrapper {
  background-color: #fff;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-83 {
  padding: .625rem;
}

.cats-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-top-right-radius: .1875rem;
  border-bottom-right-radius: .1875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding-right: 0;
}

.grid-11 {
  grid-column-gap: 1.5625rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

.cat-list-title {
  max-width: 43rem;
  color: var(--black);
  margin-top: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.cat-link {
  color: var(--dark-red);
  margin-top: .625rem;
  font-size: .9rem;
  display: inline-block;
}

.cat-link-main {
  color: var(--333);
  margin-top: 0;
  font-size: .9rem;
  line-height: 1.7em;
  text-decoration: none;
  display: block;
}

.cat-link-main:hover {
  text-decoration: underline;
}

.cat-listitems-wrapper {
  background-color: #fff;
  border-radius: .1875rem;
  padding: .8rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 1.875rem #0003;
}

.nav-menu {
  align-items: center;
  margin-top: .375rem;
  display: flex;
}

.section-gen {
  background-color: #f5f5f5;
  padding: 2rem 1.25rem;
  font-family: Open Sans, sans-serif;
}

.section-gen.pop-cats {
  padding-top: 0;
}

.main-h1-title {
  color: var(--333);
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-family: Cormorant, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.section-footer {
  border-top: .1875rem solid var(--dark-red);
  border-bottom: .625rem solid var(--dark-red);
  background-color: var(--333);
  color: var(--white-smoke);
  background-image: linear-gradient(#333333fa, #333333fa), url('../images/parts-bg.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, 31.25rem;
  padding: 3.125rem 1.25rem 6.25rem;
}

.div-block-85 {
  justify-content: flex-end;
  margin-left: 1.25rem;
  display: flex;
}

.social-wrapper {
  opacity: .45;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: .875rem;
  padding-top: .25rem;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.social-wrapper:hover {
  opacity: 1;
}

.social-wrapper.infooter {
  width: auto;
  margin-left: 0;
  margin-right: .625rem;
  display: inline-block;
}

.ft-link {
  color: var(--white-smoke);
}

.ft-title {
  text-align: center;
}

.ft-title.margin-bottom-60 {
  color: #fff;
  margin-bottom: 3.75rem;
}

.text-color-white {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.div-block-86 {
  text-align: left;
}

.div-block-85-copy {
  color: #fffc;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  margin-left: 0;
  display: block;
}

.grid-12 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._250 {
  background-color: #857070;
  border-radius: .1875rem;
  height: 15.625rem;
  overflow: hidden;
}

.so-link-list {
  grid-column-gap: 1rem;
  opacity: 1;
  border-bottom: .0625rem #3333331a;
  grid-template-rows: auto;
  grid-template-columns: 18.75rem 1fr 1fr;
  max-width: 60rem;
  margin: 1.875rem auto;
}

.product-tags {
  color: var(--red);
  margin-right: .8125rem;
  font-size: .9375rem;
  font-style: normal;
  line-height: 2.25rem;
  text-decoration: none;
  display: inline-block;
}

.product-tags:hover {
  text-decoration: underline;
}

.div-block-13 {
  max-width: 18.75rem;
}

.so-nav-title {
  max-width: 60rem;
  color: var(--red);
  margin: 3.75rem auto 2.5rem;
  font-size: 1.625rem;
}

.cat-title {
  color: var(--333);
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}

.cat-title:hover {
  font-weight: 600;
  text-decoration: underline;
}

.heading-5 {
  display: inline;
}

.heading-6 {
  display: block;
}

.heading-7 {
  max-width: none;
  color: var(--red);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.7rem;
  transition: color .3s;
  display: block;
  position: static;
}

.heading-7:hover {
  color: var(--black);
}

.accord {
  width: auto;
  height: 3.125rem;
  overflow: hidden;
}

.accord.open {
  height: auto;
}

.accord-action {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.minus {
  max-width: none;
  color: var(--red);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.7rem;
  transition: color .3s;
  display: none;
  position: static;
}

.minus:hover {
  color: var(--black);
}

.plus {
  max-width: none;
  color: var(--red);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.7rem;
  transition: color .3s;
  display: block;
  position: static;
}

.plus:hover {
  color: var(--black);
}

.product-grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.section-hero-internal {
  background-image: linear-gradient(#a11e1ded, #a11e1ded), url('../images/motor-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  min-height: 12.5rem;
  padding: 2.5rem 1.25rem;
}

.product-link-wrapper-clean {
  height: 100%;
  box-shadow: none;
  color: var(--333);
  border: .0625rem #000;
  border-radius: .1875rem;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: .625rem;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.product-link-wrapper-clean:hover {
  box-shadow: none;
  padding: .625rem;
  text-decoration: none;
  transform: translate(0, -.625rem);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 16.25rem;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-2 {
  flex: 0 auto;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  background-color: var(--red);
  min-width: 14.375rem;
  height: 2.75rem;
  color: var(--white-smoke);
  border: .0625rem #000;
  border-left: .0625rem solid #7979794d;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.search-input:hover {
  background-color: var(--333);
}

.search-input:active {
  color: var(--dark-red);
  background-color: #fff;
  border-left-color: #7979794d;
}

.search-input:focus {
  background-color: var(--333);
  border-left-color: #7979794d;
}

.search-input:focus-visible, .search-input[data-wf-focus-visible] {
  color: var(--333);
  background-color: #fff;
  border-left-color: #7979794d;
}

.search-input.in-page {
  color: var(--333);
  background-color: #f5f5f5;
  border-style: none;
  border-color: #000;
  border-top-left-radius: .1875rem;
  border-bottom-left-radius: .1875rem;
  padding-left: 20px;
}

.search-input.in-page:hover {
  color: #fff;
  background-color: #fff;
  border-style: none;
}

.search-input.in-page:active {
  color: #fff;
  border-style: none;
}

.search-input.in-page:focus {
  background-color: var(--333);
  color: #fff;
  border-style: none;
}

.grid-14 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.pop-title {
  margin-top: 0;
  margin-bottom: 2rem;
}

.internal-h1 {
  color: #fff;
  max-width: none;
  text-shadow: 2px 2px 2px var(--333);
  margin-top: 0;
  font-family: Cormorant, sans-serif;
  font-size: 4rem;
  line-height: 1;
  display: inline-block;
}

.internal-h1.ani-in {
  display: inline-block;
}

.inner-tagline {
  color: #fff;
  text-transform: uppercase;
  max-width: none;
  margin: .5rem auto;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.5;
}

.sub-heading-2 {
  margin-bottom: 6px;
  font-size: 1.1rem;
  font-weight: 600;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #4c5458;
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  height: 43px;
  margin-bottom: 8px;
  padding: 11px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
  box-shadow: 0 2px 8px #00000008;
}

.button-2:hover {
  background-color: #2a2f31;
  box-shadow: 0 7px 20px -10px #0003;
}

.button-2:active {
  background-color: #111314;
}

.container-medium-2 {
  flex: 0 auto;
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.fa-icon {
  font-family: "Fa Solid 900", sans-serif;
}

.fa-icon.margin-bottom-10 {
  font-family: "Fa Solid 900", sans-serif;
  position: static;
}

.form-input-2 {
  background-color: #f0f2f3;
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  height: 43px;
  margin-bottom: 10px;
  padding: 18px 16px;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px #00000003;
}

.form-input-2:focus {
  border-color: #529dff;
}

.form-input-2::placeholder {
  color: #afb7bb;
}

.form-input-2.form-comments {
  background-color: #f0f2f3;
  min-height: 120px;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.form-input-2.search-field {
  border-color: var(--dark-red);
  background-color: #f5f5f5;
  border-radius: 3px 0 0 3px;
  height: 60px;
  margin-bottom: 0;
}

.form-input-2.search-field:hover {
  background-color: #fff;
}

.button-clear-left-2 {
  width: auto;
  height: auto;
  box-shadow: none;
  color: #2a2f31;
  text-align: left;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 8px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: block;
}

.button-clear-left-2:hover {
  box-shadow: none;
  color: #111314;
}

.button-clear-left-2:active {
  color: #0a3092;
  background-color: #0a3092;
}

.margin-bottom-40-2 {
  margin-bottom: 40px;
}

.check-box-2 {
  width: 100%;
  height: 20px;
  margin: 0 0 10px;
}

.check-box-2.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

.add-wrapper {
  text-align: right;
  margin-bottom: 20px;
}

.div-block-88 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-89 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
  margin-bottom: 30px;
  transition: transform .3s;
}

.blog-grid:hover {
  transform: scale(.98);
}

.link-block {
  width: 100%;
}

.link-block:hover {
  text-decoration: none;
}

.header-title {
  float: none;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5em;
  display: block;
}

.img-wrapper-1 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  padding: 3px;
  display: flex;
}

.div-block-91 {
  background-color: var(--dark-red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 9px;
  display: flex;
}

.text-block-3 {
  color: #fff;
}

.div-block-92 {
  max-width: 43rem;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.date {
  color: #fff;
  font-size: 1.4rem;
}

.paragraph-3, .blog-data-wrapper:hover {
  color: var(--333);
}

.blogpost1_category-link {
  color: #2a2f31;
  margin-right: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.blogpost1_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blogpost-content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-box-large-2 {
  width: 100%;
  max-width: 600px;
  display: block;
}

.text-size-small-3 {
  font-size: .875rem;
}

.blogpost-tag-item {
  background-color: #0000;
  margin-top: .5rem;
  margin-right: .5rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blogpost-tag-item.w--current {
  border-bottom: 2px solid #000;
}

.blogpost1_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blogpost1_tag-list-wrapper {
  width: 50%;
}

.breadcrumb-divider-2 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blogpost-tag-list {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.breadcrumb-link-2 {
  color: #2a2f31;
  text-decoration: none;
}

.breadcrumb-link-2.w--current {
  border-bottom: 2px solid #000;
}

.blogpost1_author-wrapper {
  align-items: center;
  display: flex;
}

.social-link-wrapper {
  text-align: center;
  padding: 13px;
  display: inline-block;
}

.social-link-wrapper:hover {
  text-decoration: none;
}

.align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blogpost-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blogpost1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blogpost-content-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blogpost-image-wrapper {
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.lightbox-link {
  width: 100%;
  height: 250px;
  position: relative;
}

.gal-overlay {
  background-color: var(--dark-red);
  opacity: 0;
  align-items: flex-end;
  padding: 20px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gal-overlay:hover {
  opacity: .96;
}

.gal-title {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.section-filter {
  background-color: #f5f5f5;
  padding: 2rem 1.25rem;
  font-family: Open Sans, sans-serif;
}

._3-product-grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

._1-2-grid-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.department-dropdown-list {
  z-index: 999;
}

.department-dropdown-list.w--open {
  background-color: #fff;
  border: 1px #0000001a;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-bottom: 0;
  box-shadow: 0 1px 13px #3333334d;
}

.dropdown-text {
  text-transform: uppercase;
  display: inline-block;
}

.dropdown-text.desktop {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
}

.category-toggle {
  width: 100%;
  height: 50px;
  color: var(--dark-red);
  background-color: #fff;
  border: 1px solid #2a2f3126;
  border-radius: .1875rem;
  align-items: center;
  padding: 12px 18px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.category-toggle:hover {
  background-color: var(--dark-red);
  color: #fff;
  overflow: hidden;
}

.category-toggle.w--open {
  background-color: var(--dark-red);
  color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.text-block-20:hover {
  color: #333;
}

.department-icon {
  font-size: 1rem;
}

.category-dd {
  color: #3339;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px dotted #3333330d;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.category-dd:hover {
  color: #0937aa;
  background-color: #adc3d973;
  border-bottom-color: #0000001a;
  font-weight: 900;
  text-decoration: none;
}

.category-dd.w--current {
  color: #000;
  background-color: #fff;
  border-bottom-color: #00000026;
}

.department-dropdown {
  z-index: 1;
  align-items: center;
  width: 100%;
  height: 100%;
}

.dropdown-toggle {
  color: #3339;
  background-color: #0000;
  padding: 9px 0 9px 20px;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #333;
  background-color: #fff0f0;
}

.dropdown-toggle:active {
  background-color: #fff0f0;
}

.dropdown-toggle:focus {
  color: var(--white-smoke);
  background-color: #fff0f0;
}

.dropdown-toggle:focus-visible, .dropdown-toggle[data-wf-focus-visible], .dropdown-toggle.w--open {
  background-color: #fff0f0;
}

.category-link {
  color: #3339;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px dotted #3333330d;
  flex: 0 auto;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
}

.category-link:hover {
  color: var(--red);
  background-color: #fff0f0;
  border-bottom-color: #0000001a;
  font-weight: 600;
  text-decoration: none;
}

.category-link.w--current {
  color: #000;
  background-color: #fff;
  border-bottom-color: #00000026;
}

.category-link.last-cat {
  border-bottom-style: none;
}

.dropdown-list-2 {
  z-index: 999;
  position: relative;
}

.dropdown-list-2.w--open {
  overflow: hidden;
}

.search-4 {
  background-color: var(--dark-red);
  border-radius: .1875rem;
  flex: 0 auto;
  margin-bottom: 2rem;
  padding: 2px;
  display: flex;
  overflow: hidden;
}

.search-button-3 {
  background-color: #797979;
  border-top-right-radius: .1875rem;
  border-bottom-right-radius: .1875rem;
  height: 2.75rem;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}

.search-button-3:hover {
  background-color: var(--dark-red);
  color: #fffc;
}

.doc-data-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.doc-data-wrapper:hover {
  color: var(--333);
}

._43rem {
  width: 100%;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

.img-wrapper-2 {
  color: #a11e1d66;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  padding: 25px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 3rem;
  display: flex;
}

.img-wrapper-2:hover {
  color: #a11e1d;
}

.text-block-21 {
  line-height: 1em;
}

.project-date {
  opacity: .7;
  text-align: left;
  margin-bottom: 17px;
  font-size: .8rem;
}

.project-subtitle {
  font-size: 1.4rem;
}

.social-link-wrapper-2 {
  padding: 13px;
  display: inline-block;
}

.social-link-wrapper-2:hover {
  text-decoration: none;
}

._1-2-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.divider-small-2 {
  background-color: #f0f2f3;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tag {
  background-color: #f0f2f3;
  border: 1px solid #808c91;
  border-radius: 3px;
  height: 43px;
  margin-bottom: 6px;
  padding: 11px 32px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
}

.pro-img-wrapper {
  height: 500px;
}

.team-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  margin-bottom: .8rem;
  padding: 3px;
  display: flex;
}

.team-title {
  margin-bottom: .5rem;
}

.profile-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 280px;
  margin-bottom: .8rem;
  padding: 3px;
  display: flex;
}

.register-block {
  border-top: 1px solid #f0f2f3;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.spacer-16-2 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.spacer-16-2._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer-16-2._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

._2-grid-2, ._2-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 20px auto;
  display: grid;
  position: relative;
}

.message-text {
  margin-bottom: 15px;
}

._404-pic {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-button-4 {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--dark-red);
  background-color: var(--dark-red);
  color: #fff;
  border-radius: 0 3px 3px 0;
  height: 60px;
  margin-bottom: 0;
  font-size: .8rem;
  transition: background-color .3s;
}

.search-button-4:hover {
  background-color: var(--333);
  color: #f0f2f3;
}

.pagination-link-2 {
  color: #fff;
  background-color: #4c5458;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: .8rem;
  transition: background-color .3s;
  display: flex;
}

.pagination-link-2:hover {
  background-color: #111314;
}

.pagination-link-2.w--current {
  background-color: #808c91;
  font-size: .8rem;
}

.form-2 {
  margin-bottom: 20px;
}

.form-2.margin-bottom-40 {
  margin-bottom: 40px;
}

.search-results-wrapper {
  border-bottom: 1px dotted #e1e5e7;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.search-results-note {
  width: 100%;
  max-width: none;
  color: var(--333);
  font-size: .9rem;
  font-style: italic;
}

.pagination-wrapper-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.search-tab-link {
  opacity: .5;
  width: auto;
  color: var(--333);
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #afb7bb;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 4px;
  padding: 15px 20px 15px 0;
  font-size: 1rem;
  transition: border-color .2s, color .2s;
}

.search-tab-link:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.search-tab-link.w--current {
  opacity: 1;
  color: var(--black);
  background-color: #0000;
  border-bottom-color: #808c91;
  padding-right: 30px;
  font-weight: 700;
}

.tab-menu {
  margin-bottom: 50px;
}

.dropdown {
  padding: .625rem 1.6rem .625rem .7rem;
  font-weight: 600;
}

.dropdown:hover {
  color: var(--dark-red);
}

.icon {
  margin-top: .9rem;
  margin-bottom: 0;
  margin-right: .3rem;
}

.dropdown-list-3 {
  background-color: #c99191;
}

.dropdown-list-3.w--open {
  background-color: #f5f5f5;
  border: 2px solid #a11e1d33;
  border-radius: .3rem;
  overflow: hidden;
}

.dropdown-link {
  border-bottom: 1px solid #3333331a;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--dark-red);
}

.dropdown-link.last-link {
  border-bottom-style: none;
}

.div-block-93 {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.copyright {
  font-size: .8rem;
  display: inline-block;
}

.emagine {
  color: #f5f5f540;
  font-size: .8rem;
}

.emagine:hover, .bold-text {
  color: var(--dark-red);
}

.back-to-top {
  background-color: var(--dark-red);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa Solid 900", sans-serif;
  text-decoration: none;
  display: flex;
}

.back-to-top:hover {
  background-color: var(--red);
  color: #fff;
  text-decoration: none;
}

.cookie-consent {
  z-index: 99998;
  background-color: var(--dark-red);
  border: 1px solid #fff;
  border-left-style: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 960px;
  max-width: 960px;
  padding: 15px 40px 15px 50px;
  font-family: Open Sans, sans-serif;
  display: none;
  position: fixed;
  inset: auto auto 40px 0%;
}

.pop-heading {
  color: #fff;
  max-width: none;
  margin-top: 0;
  font-size: 1.4rem;
  display: block;
}

.pop-para {
  color: #fff;
  max-width: 43rem;
  margin-left: 0;
}

.lite-link {
  color: var(--white-smoke);
}

._3-pop-grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .5fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  margin: 1.25rem auto;
  padding: 0;
  display: grid;
  position: relative;
}

.cookie-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 5rem;
  display: flex;
}

.div-block-95 {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.button-white {
  background-color: var(--white-smoke);
  width: 140px;
  height: 2.6875rem;
  color: var(--dark-red);
  text-align: center;
  border-radius: .375rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  padding: .6875rem 2rem;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 2px .5rem #00000008;
}

.button-white:hover {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 7px 1.25rem -.625rem #0003;
}

.button-white:active {
  background-color: #111314;
}

.button-outline-white {
  width: 140px;
  height: 2.1rem;
  box-shadow: inset 0 0 0 .125rem var(--white-smoke);
  opacity: .5;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: .375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  padding: .6875rem 2rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.button-outline-white:hover {
  box-shadow: inset 0 0 0 .125rem var(--white-smoke);
  color: #fff;
  background-color: #0000;
}

.button-outline-white:active {
  background-color: #2a2f31;
  box-shadow: inset 0 0 0 .125rem #2a2f31;
}

.alert-popup {
  z-index: 99998;
  background-color: var(--333);
  border: 1px solid #fff;
  border-left-style: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 960px;
  max-width: 960px;
  min-height: 67px;
  max-height: 67px;
  padding: 15px 0;
  font-family: Open Sans, sans-serif;
  display: none;
  position: fixed;
  inset: auto auto 40px 0%;
  overflow: hidden;
}

.alert-icon {
  font-size: 2rem;
}

.div-block-96 {
  color: #fff;
  align-items: center;
  display: flex;
}

.alert-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0 20px 0 40px;
  display: grid;
  position: relative;
}

.close-button-sq {
  opacity: .7;
  width: 35px;
  height: 35px;
  color: var(--dark-red);
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-family: "Fa Solid 900", sans-serif;
  transition: opacity .2s;
  display: flex;
}

.close-button-sq:hover {
  opacity: 1;
}

.info-popup {
  z-index: 99999;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #a11e1d33;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.info {
  z-index: 1;
  background-color: #fff;
  border-radius: 3px;
  max-width: 600px;
  padding: 50px 40px 40px;
  position: relative;
}

.close-button {
  background-color: var(--dark-red);
  opacity: .6;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa Solid 900", sans-serif;
  line-height: 1;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-button:hover {
  opacity: 1;
}

.close {
  position: absolute;
  inset: 0%;
}

.div-block-98 {
  padding-bottom: 0;
}

._60 {
  width: auto;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.column-report-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.internal-title {
  color: #5a8539;
  text-align: center;
  width: auto;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  position: static;
  bottom: 60px;
}

.site-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-63 {
  align-items: center;
  height: 110px;
  display: flex;
}

.site-link {
  color: #333333b3;
  border-bottom-color: #e1e5e7;
  border-radius: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.site-link:hover {
  color: var(--dark-red);
}

.main-wrapper {
  width: 100%;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
}

.highlight {
  color: #005e04;
  font-weight: 900;
}

.margin-bottom-40-3 {
  margin-bottom: 2.5rem;
}

._2-grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 20px auto;
  display: grid;
  position: relative;
}

._2-grid-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.form-elements {
  width: 100%;
}

.form-input-3 {
  background-color: #e4eae2;
  border: 1px solid #e1e5e7;
  border-radius: 3px;
  height: 45px;
  margin-bottom: .625rem;
  padding: 8px 12px;
  font-size: .9375rem;
  line-height: .0875rem;
  box-shadow: 0 0 .625rem #00000003;
}

.form-input-3:hover {
  background-color: #cfdccb;
}

.form-input-3:focus {
  background-color: #fff;
  border-color: #e4eae2;
}

.form-input-3::placeholder {
  color: #2a2f3166;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #005e04;
  border-radius: .1875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  padding: .6875rem 2rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 2px .5rem #00000008;
}

.button-3:hover {
  background-color: #2a2f31;
  box-shadow: 0 7px 1.25rem -.625rem #0003;
}

.button-3:active {
  background-color: #111314;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-top {
  margin: 40px 0 0;
}

.button-outline-2 {
  color: #2a2f31;
  text-align: center;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  height: 43px;
  margin-bottom: 8px;
  padding: 11px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: inset 0 0 0 2px #2a2f31;
}

.button-outline-2:hover {
  color: #fff;
  background-color: #4c5458;
  box-shadow: inset 0 0 0 2px #4c5458;
}

.button-outline-2:active {
  background-color: #2a2f31;
  box-shadow: inset 0 0 0 2px #2a2f31;
}

.margin-bottom-2 {
  margin: 0 0 0;
}

.margin-bottom-2.margin-small {
  margin-bottom: 40px;
}

.margin-bottom-2.margin-xsmall {
  margin-bottom: 10px;
}

.heading-medium-2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3em;
}

.faq11_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq2-accordion {
  opacity: .7;
  border: 1px solid #e1e5e7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: color .3s, opacity .3s, border .3s;
}

.faq2-accordion:hover {
  opacity: 1;
  border-color: #a11e1d4d;
  border-radius: 1px;
}

.faq2-component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.faq2-icon {
  align-self: flex-start;
  width: 2rem;
  margin-top: 27px;
  margin-bottom: 27px;
  margin-left: 1.5rem;
  padding-top: 5px;
}

.faq2-question {
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-height: 130px;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq-question-title-2 {
  color: #005e04;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6875rem;
}

.testimonial-wrapper {
  border: .0625rem solid #e1e5e7;
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 1.8125rem;
}

._1-2-grid-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.testimonial-name {
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 900;
}

.block-quote {
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.testimonial {
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.margin-bottom-40-4 {
  margin-bottom: 40px;
}

.divider-medium-2 {
  background-color: #e1e5e7;
  height: .0625rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.subscript {
  margin-top: 0;
  margin-right: 5px;
  font-size: 1.3rem;
  line-height: 1;
  display: inline-block;
}

._1-2-grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.price-wrapper {
  display: flex;
}

.overlay-2 {
  color: var(--dark-red);
  background-color: #f0f2f380;
  justify-content: center;
  align-items: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 2rem;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay-2:hover {
  opacity: .2;
}

.overlay-2.align-bottom-left {
  color: #2a2f31;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: block;
}

.lightbox-link-2 {
  border-style: none;
  width: 100%;
  height: auto;
  position: relative;
}

.lightbox-link-3 {
  border-style: none;
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.product-img {
  opacity: 1;
  text-align: center;
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-box-medium-2 {
  max-width: 500px;
  display: block;
}

.discouted-wrapper {
  opacity: .4;
  display: flex;
}

.fa-icon-normal-3 {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.2rem;
  line-height: 1;
}

.cost-strickthrough {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1em;
  text-decoration: line-through;
}

.tagline-4 {
  text-transform: uppercase;
  max-width: 43rem;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.cost-wrapper {
  margin-right: 20px;
  display: flex;
}

.cost {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1em;
}

.margin-bottom-20-2 {
  margin-bottom: 20px;
}

.product-detail-img-wrapper {
  border-radius: .1875rem;
  height: 25rem;
  margin-bottom: .625rem;
  position: relative;
  overflow: hidden;
}

.internal-h1-dash {
  color: #fff;
  max-width: none;
  text-shadow: 2px 2px 2px var(--333);
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 4rem;
  line-height: 1;
  display: inline-block;
}

.internal-h1-dash.ani-in {
  font-size: 3rem;
  display: inline-block;
}

.internal-h1-sub {
  color: #fff;
  max-width: none;
  text-shadow: 2px 2px 2px var(--333);
  margin-top: 0;
  font-family: Cormorant, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.internal-h1-sub.ani-in {
  font-size: 3rem;
  display: inline-block;
}

.num-wrap {
  height: auto;
  min-height: 100px;
}

.n-page-wrapper {
  width: auto;
  display: flex;
  position: relative;
}

.s-menu {
  z-index: 1001;
  background-color: var(--black);
  width: 300px;
  height: auto;
  color: var(--white-smoke);
  padding: 10px;
  position: relative;
  overflow: visible;
}

.page-wrapper {
  flex: 0 auto;
  width: 100%;
}

.menu-link-wrapper {
  color: var(--white-smoke);
}

.div-block-99 {
  margin-bottom: 40px;
}

.cat-wrapper {
  flex-flow: column;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.cat-title-lite {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
}

.cat-title-lite:hover {
  color: var(--red);
  font-weight: 600;
  text-decoration: none;
}

.div-block-100 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.plus-white {
  max-width: none;
  color: var(--white-smoke);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.7rem;
  transition: color .3s;
  display: block;
  position: static;
}

.plus-white:hover {
  color: var(--red);
}

.div-block-101 {
  width: 260px;
  height: 95vh;
  padding: 40px 10px 20px;
  position: sticky;
  top: 0;
  overflow: auto;
}

.text-block-22 {
  font-size: 1.6rem;
  text-decoration: none;
}

.text-block-22:hover {
  text-decoration: none;
}

.dropdown-3 {
  width: 100%;
}

.dropdown-toggle-2 {
  width: 100%;
  color: var(--white-smoke);
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.icon-2 {
  margin-right: 0;
}

.dl-parts {
  color: var(--white-smoke);
  padding: 5px 0 5px 10px;
  font-size: .9rem;
}

.dl-parts:hover, .dl-parts:active {
  color: var(--red);
}

.dl-parts:focus {
  color: var(--dark-red);
}

.dl-parts:visited {
  color: #fff;
}

.dropdown-list-4 {
  background-color: #dddddde6;
}

.dropdown-list-4.w--open {
  background-color: #ddd0;
}

.js-accordion-icon {
  filter: invert();
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  filter: invert();
  transform: rotate(90deg);
}

.question-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.1rem;
  line-height: 1.2;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  color: var(--white-smoke);
  cursor: pointer;
}

.accordion-body__contents {
  opacity: 1;
  color: #333;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.code-embed-4 {
  color: #0ca14a;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  background-color: #fff0;
  border: 1px #0ca14a;
  padding: 0;
}

.accordion__item.js-accordion-item.active {
  background-color: var(--black);
  box-shadow: none;
  cursor: default;
  border-style: none;
  padding: 0;
  transition-property: none;
}

.faq-button {
  background-color: #004f94;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  color: #004f94;
  background-color: #fff;
  border: 1px solid #004f94;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #333;
  padding-bottom: 20px;
  padding-left: 0;
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.div-block-102 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.product-tags-white {
  color: var(--white-smoke);
  margin-right: .8125rem;
  font-size: .9375rem;
  font-style: normal;
  line-height: 2.25rem;
  text-decoration: none;
  display: inline-block;
}

.product-tags-white:hover {
  color: #fff;
  text-decoration: underline;
}

.moving-forward {
  color: var(--red);
  letter-spacing: 1px;
  font-size: .9rem;
  font-style: italic;
}

.div-block-103 {
  height: 100%;
  position: relative;
  inset: 10px;
}

.div-block-104 {
  background-color: #cac6c6;
  height: 100%;
  min-height: 100vh;
  position: relative;
  top: auto;
}

.div-block-105 {
  background-color: var(--dark-red);
  width: 100%;
  height: 110px;
  position: sticky;
  top: 10px;
}

.div-block-106 {
  width: 100%;
  height: 135px;
  margin-bottom: 41px;
}

.div-block-107 {
  background-color: #e2e2e2;
  width: 100%;
  height: 150px;
  position: sticky;
  top: 25px;
}

._100 {
  position: sticky;
  top: 10px;
}

.paragraph-4 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--333);
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  overflow: hidden;
}

.code-embed-5 {
  width: 30px;
  margin-top: 10px;
  margin-left: -4px;
}

.s-menu-cover {
  background-color: var(--black);
  padding: 40px 10px;
  display: none;
  position: absolute;
  inset: 0%;
}

.menu-slideout-collapse {
  background-color: var(--dark-red);
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 40px;
  margin-top: 20px;
  margin-right: 15px;
  padding: 0;
  font-size: 1rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-23 {
  font-family: "Fa Solid 900", sans-serif;
}

.sticky-header-wrapper {
  z-index: 999;
  position: sticky;
  top: 0;
}

@media screen and (max-width: 991px) {
  ul {
    padding-left: 1.5rem;
  }

  .small-button-light, .small-button-outline {
    position: relative;
  }

  .margin-bottom-140 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-xxlarge {
    font-size: 3rem;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .fa-icon-large {
    color: #2a2f31;
  }

  .margin-bottom-100 {
    margin: 0 0 3.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu-left {
    justify-content: flex-start;
    align-items: center;
  }

  .button-light {
    font-size: 1.125rem;
    line-height: 1.4;
    position: relative;
  }

  .button-disabled {
    position: relative;
  }

  .sg-menu-brand {
    margin-top: .25rem;
    margin-bottom: 1rem;
  }

  .sg-menu-brand.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sg-block {
    margin-bottom: 2.5rem;
  }

  .button {
    position: relative;
  }

  .sg-nav-container {
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100%;
    display: flex;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .sg-nav {
    z-index: 10;
    background-color: #f0f2f3;
    border-right-style: none;
    width: 100%;
    height: 5rem;
    padding-top: 0;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sg-menu-button {
    margin-right: .75rem;
    padding: .9375rem;
  }

  .sg-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 2.5rem;
  }

  .sg-menu-icon {
    font-size: 2rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  ._2-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
    margin-left: 0;
  }

  ._4-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-left: 0;
  }

  .column, .column.desk-5 {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .column.desk-7.tab-8 {
    width: 66.6667%;
  }

  .scroll-segment-1 {
    overflow: visible;
  }

  ._2-1-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-left: 0;
  }

  .small-button {
    position: relative;
  }

  ._1-2-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-left: 0;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .button-clear-left, .button-grey {
    position: relative;
  }

  ._3-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-left: 0;
  }

  .button-clear {
    position: relative;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: .0625rem solid #e1e5e7;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: block;
    position: absolute;
    inset: 5rem auto auto 0%;
    box-shadow: 0 3px .3125rem #0000000d;
  }

  .note-text {
    color: #808c91;
  }

  .button-outline {
    position: relative;
  }

  .div-block-80 {
    font-size: 1.3rem;
  }

  .product-img-wrapper {
    height: 10rem;
  }

  .overlay {
    padding: .5rem;
  }

  .grid-11 {
    grid-column-gap: .625rem;
  }

  .nav-menu {
    background-color: #f5f5f5;
    border: 1px solid #3333331a;
    padding-bottom: .9375rem;
  }

  .so-link-list {
    grid-template-columns: 12.5rem 1fr 1fr;
  }

  .div-block-13 {
    max-width: 12.5rem;
  }

  .menu-button {
    background-color: var(--white-smoke);
  }

  .menu-button.w--open {
    color: var(--dark-red);
    background-color: #f5f5f5;
  }

  .accord-action {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .product-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
  }

  .button-2 {
    position: relative;
  }

  .container-medium-2 {
    max-width: 728px;
  }

  .button-clear-left-2 {
    position: relative;
  }

  .blogpost-image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .lightbox-link {
    height: 180px;
  }

  .gal-overlay {
    opacity: .9;
  }

  .gal-title {
    font-size: 1.1rem;
  }

  ._3-product-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
  }

  ._1-2-grid-copy {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-left: 0;
  }

  .category-toggle {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    display: flex;
  }

  .department-icon {
    margin-right: 10px;
  }

  .category-dd {
    border-bottom: 1px solid #0c4a7840;
  }

  .category-dd:hover {
    color: #d0c82a;
    border-bottom-color: #d0c82a26;
  }

  .category-dd.w--current {
    color: #d0c82a;
    background-color: #000;
    border-bottom-color: #d0c82a26;
  }

  .category-link {
    border-bottom: 1px solid #0c4a7840;
    padding-left: 35px;
  }

  .category-link:hover, .category-link.w--current {
    color: #d0c82a;
    background-color: #000;
    border-bottom-color: #d0c82a26;
  }

  ._1-2-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  ._2-grid-2, ._2-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .message-text {
    text-align: left;
    width: 100%;
  }

  .dropdown-list-3.w--open {
    border-style: none;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .cookie-consent {
    width: 90%;
    display: none;
  }

  ._3-pop-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-left: 0;
  }

  .button-white, .button-outline-white {
    position: relative;
  }

  .alert-popup {
    width: 90%;
    padding-left: 20px;
    display: none;
  }

  .alert-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-left: 0;
  }

  .dropdown-2 {
    width: 100%;
    padding-left: 10px;
  }

  ._60 {
    overflow: visible;
  }

  .site-map-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-63 {
    height: 110px;
  }

  ._2-grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  ._2-grid-5 {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .form-input-3 {
    border-radius: .1875rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-outline-2 {
    position: relative;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-medium-2 {
    font-size: 1.75rem;
  }

  .block-quote, .testimonial {
    font-size: 2rem;
    line-height: 1.2em;
  }

  ._1-2-grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .product-detail-img-wrapper {
    height: 18rem;
  }

  .s-menu {
    z-index: 9999;
    width: 50px;
    display: flex;
    position: fixed;
    inset: 0% auto 0% 0%;
    overflow: hidden;
  }

  .page-wrapper {
    padding-left: 50px;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-108, .s-menu-cover {
    display: block;
  }

  .menu-slideout-collapse {
    cursor: pointer;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  ul {
    padding-left: 1rem;
  }

  .faq-icon {
    width: 1.75rem;
  }

  .margin-bottom-140 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .sg-content {
    margin-left: 0;
  }

  .fa-icon-large {
    color: #2a2f31;
  }

  .margin-bottom-100, .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .pagination-link {
    width: 3.125rem;
    height: 3.125rem;
  }

  .tabs-menu-left {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 1.25rem;
  }

  .site-wrapper {
    background-color: #f5f5f5;
  }

  .paragraph {
    font-size: .9375rem;
  }

  .tab-link {
    border-bottom-width: 0;
    border-radius: .625rem;
    width: auto;
  }

  .tab-link.w--current {
    background-color: #d4e9ff;
  }

  .sg-footer-section {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .left-tab-link {
    border-bottom-width: 0;
    border-radius: .625rem;
    width: auto;
  }

  .ds-colour-block {
    width: 25%;
  }

  .sg-section {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .tab-title {
    display: none;
  }

  ._2-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 1fr;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    margin-left: 0;
  }

  .para-large {
    font-size: 1.4rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  ._4-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-4 {
    width: 100%;
  }

  .column.desk-7.tab-8.mob-6 {
    width: 50%;
  }

  ._2-1-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .faq-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  ._1-2-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .button-clear-left {
    color: var(--dark-red);
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
    font-weight: 600;
  }

  ._3-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .para-small {
    font-size: .9375rem;
  }

  .button-clear {
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .sg-menu {
    background-color: #fff;
  }

  .note-text {
    font-size: .8rem;
    line-height: 1.4em;
  }

  .field-block {
    min-height: auto;
  }

  .section-top {
    flex-flow: column;
    height: 8rem;
    display: flex;
  }

  .section-intro {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .nav-link.search {
    display: block;
  }

  .product-title {
    min-height: 0;
    margin-bottom: 1rem;
  }

  .product-img-wrapper {
    height: 300px;
  }

  .product-promo-wrapper {
    grid-template-columns: 1fr;
    height: auto;
  }

  .overlay {
    display: flex;
  }

  .cat-list-wrapper {
    height: 15.625rem;
  }

  .cats-wrapper {
    grid-template-columns: 1fr;
  }

  .section-gen {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  ._250 {
    height: 9.375rem;
  }

  .so-link-list {
    grid-row-gap: .8125rem;
    grid-template-columns: .75fr;
    margin-top: .8125rem;
    margin-bottom: 1.5625rem;
  }

  .product-tags {
    margin-right: 1.8125rem;
  }

  .so-nav-title {
    margin-top: 1.25rem;
    margin-bottom: .625rem;
  }

  .cat-title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }

  .heading-7 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .accord-action {
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .search-2 {
    width: 100%;
  }

  .search-input {
    min-width: 0;
    max-width: 100%;
  }

  .grid-14 {
    grid-row-gap: .05rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .internal-h1 {
    font-size: 3rem;
  }

  .button-clear-left-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .add-wrapper {
    text-align: left;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .img-wrapper-1 {
    height: 350px;
  }

  .blogpost-content-bottom {
    flex-direction: column;
  }

  .blogpost1_tag-list-wrapper {
    width: 100%;
  }

  .blogpost-tag-list {
    justify-content: flex-start;
    width: 100%;
  }

  .lightbox-link {
    height: 330px;
  }

  .gal-overlay {
    opacity: .8;
  }

  .gal-title {
    font-size: 1.3rem;
  }

  .section-filter {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  ._3-product-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  ._1-2-grid-copy {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .dropdown-text.desktop {
    font-size: 14px;
  }

  ._1-2-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .pro-img-wrapper {
    height: 300px;
  }

  ._2-grid-2, ._2-grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .pagination-link-2 {
    width: 50px;
    height: 50px;
  }

  .search-tab-link {
    border-bottom-width: 0;
    border-radius: 10px;
    width: auto;
  }

  .tab-menu {
    flex-wrap: wrap;
    display: flex;
  }

  ._3-pop-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .alert-popup {
    max-height: none;
    display: none;
  }

  .alert-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .dropdown-2 {
    flex: 0 auto;
    width: 100%;
    padding-left: 10px;
  }

  .div-block-97 {
    width: 100%;
  }

  ._60 {
    overflow: visible;
  }

  .column-report-wrapper {
    margin-bottom: 40px;
  }

  .site-map-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-63 {
    height: 60px;
  }

  ._2-grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  ._2-grid-5 {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .faq11_answer {
    padding: 1rem;
  }

  .faq2-accordion {
    opacity: 1;
  }

  .faq2-component {
    grid-template-columns: 1fr;
  }

  .faq2-icon {
    width: 28px;
  }

  .faq2-question, .testimonial-wrapper {
    padding: 1rem;
  }

  ._1-2-grid-3 {
    grid-template-columns: 2fr;
  }

  .block-quote, .testimonial {
    padding-left: 0;
  }

  ._1-2-grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .product-detail-img-wrapper {
    height: 21rem;
  }

  .internal-h1-dash, .internal-h1-sub {
    font-size: 3rem;
  }

  .cat-title-lite {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .product-tags-white {
    margin-right: 1.8125rem;
  }

  .div-block-109 {
    text-align: right;
  }

  .sticky-header-wrapper {
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom-140 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-xxlarge {
    font-size: 2.2rem;
  }

  .search-button {
    border-radius: 0;
  }

  .divider-medium {
    background-color: #a11e1d4d;
  }

  .fa-icon-large {
    color: #2a2f31;
  }

  .margin-bottom-100, .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-light, .button-disabled {
    width: 100%;
    font-size: 1rem;
  }

  .sg-menu-brand {
    margin-left: 1rem;
  }

  .button {
    width: auto;
    padding-top: .4875rem;
    padding-bottom: .4875rem;
    font-size: 1rem;
    display: inline-block;
  }

  .heading-large {
    font-size: 1.8rem;
  }

  .sg-footer-section, .sg-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sg-menu-button {
    margin-right: .25rem;
  }

  .heading-xlarge {
    font-size: 2rem;
  }

  .gs-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-title {
    display: none;
  }

  ._2-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-top: 2.5rem;
    margin-right: 0;
  }

  .color-block {
    margin-bottom: 1.25rem;
  }

  .heading-xsmall {
    font-size: 1.3rem;
  }

  ._4-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-1, .column.desk-2, .column.desk-5, .column.desk-9, .column.desk-11, .column.desk-3, .column.desk-8, .column.desk-10, .column.desk-7.tab-8.mob-6 {
    width: 100%;
  }

  ._2-1-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .form-input {
    width: 100%;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .color-blue {
    margin-bottom: 1.25rem;
  }

  ._1-2-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .heading-medium {
    font-size: 1.6rem;
  }

  .button-clear-left, .button-grey {
    width: 100%;
    font-size: 1rem;
  }

  ._3-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .fontawesome-icon-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .button-clear, .button-outline {
    width: 100%;
    font-size: 1rem;
  }

  .section-hero {
    padding: 1rem;
  }

  .section-intro {
    padding-left: 1rem;
  }

  .div-block-77 {
    position: relative;
  }

  .product-img-wrapper {
    height: 12rem;
  }

  .overlay {
    display: flex;
  }

  .cat-list-wrapper {
    height: auto;
  }

  .div-block-83 {
    padding: .025rem .425rem;
  }

  .section-gen {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-h1-title {
    margin-bottom: 1.25rem;
    font-size: 3rem;
    line-height: 1.4em;
  }

  .main-h1-title.ani-in {
    line-height: 1em;
  }

  .section-footer {
    padding-bottom: 3.125rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-85 {
    justify-content: flex-end;
    align-items: center;
  }

  .grid-12 {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
  }

  ._250 {
    height: 5.625rem;
  }

  .so-link-list {
    grid-template-columns: .75fr;
    margin-top: .625rem;
    margin-bottom: 1.25rem;
  }

  .product-tags {
    margin-bottom: .8125rem;
    margin-right: 0;
    line-height: 1.25rem;
    display: block;
  }

  .cat-title {
    margin-top: 0;
    line-height: 1.1875rem;
  }

  .product-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .section-hero-internal {
    padding: 2rem 1rem;
  }

  .grid-14 {
    padding-right: 10px;
  }

  .internal-h1 {
    font-size: 3rem;
  }

  .button-2 {
    width: 100%;
    font-size: 16px;
  }

  .container-medium-2 {
    max-width: none;
  }

  .form-input-2 {
    width: 100%;
  }

  .button-clear-left-2 {
    width: 100%;
    font-size: 16px;
  }

  .img-wrapper-1 {
    height: 250px;
  }

  .blogpost-content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost1_tag-list-wrapper {
    width: 100%;
  }

  .blogpost-tag-list {
    justify-content: flex-start;
  }

  .blogpost1_author-wrapper {
    margin-bottom: 1rem;
  }

  .blogpost-content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .lightbox-link {
    height: 200px;
  }

  .gal-title {
    font-size: 1.1rem;
  }

  .section-filter {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._3-product-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  ._1-2-grid-copy {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .category-toggle {
    border-style: solid;
    border-radius: 5px;
  }

  ._1-2-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pro-img-wrapper {
    height: 160px;
  }

  .register-block {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
  }

  ._2-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: start;
    margin-top: 40px;
    margin-right: 0;
  }

  ._2-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    margin-right: 0;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .search-button-4 {
    border-radius: 6px;
  }

  .tab-menu {
    flex-direction: column;
    justify-content: space-between;
  }

  .div-block-93 {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .cookie-consent {
    display: none;
  }

  ._3-pop-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .button-white, .button-outline-white {
    width: 100%;
    font-size: 1rem;
  }

  .alert-popup {
    width: 95%;
    max-height: none;
    display: none;
  }

  .alert-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    place-items: center start;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .info-popup {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .info {
    max-height: 80%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .internal-title {
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 40px;
  }

  .site-map-wrap {
    grid-template-columns: 1fr;
  }

  ._2-grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    margin-right: 0;
  }

  ._2-grid-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form-input-3 {
    width: 100%;
  }

  .button-3 {
    text-align: center;
    font-size: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-outline-2 {
    width: 100%;
    font-size: 16px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq2-component {
    grid-template-columns: 1fr;
  }

  .block-quote, .testimonial {
    font-size: 1.5rem;
  }

  .subscript {
    font-size: 1rem;
  }

  ._1-2-grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cost-strickthrough, .cost {
    font-size: 1.2rem;
  }

  .product-detail-img-wrapper {
    height: 15rem;
  }

  .internal-h1-dash, .internal-h1-sub {
    font-size: 3rem;
  }

  .s-menu {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cat-title-lite {
    margin-top: 0;
    line-height: 1.1875rem;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    padding-right: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-image {
    margin-top: 20px;
  }

  .product-tags-white {
    margin-bottom: .8125rem;
    margin-right: 0;
    line-height: 1.25rem;
    display: block;
  }

  .div-block-109 {
    flex-flow: column;
    display: flex;
  }
}

#w-node-_673648c3-cf9e-f3a2-2080-8bf53a38deae-429ce48e, #w-node-_673648c3-cf9e-f3a2-2080-8bf53a38deb4-429ce48e, #w-node-d882346e-8096-8869-fa49-4ecf6dd6bb27-429ce48e, #w-node-_8cfe0661-de62-bedc-84f0-924ec7dda1f9-429ce48e, #w-node-_1729ee5b-5580-ef63-f76f-5811f98c8984-429ce48e, #w-node-_1729ee5b-5580-ef63-f76f-5811f98c898e-429ce48e, #w-node-_1729ee5b-5580-ef63-f76f-5811f98c899b-429ce48e, #w-node-_1729ee5b-5580-ef63-f76f-5811f98c89a8-429ce48e, #w-node-_1729ee5b-5580-ef63-f76f-5811f98c89b6-429ce48e, #w-node-_1729ee5b-5580-ef63-f76f-5811f98c89c0-429ce48e, #w-node-_1729ee5b-5580-ef63-f76f-5811f98c89cd-429ce48e, #w-node-_1729ee5b-5580-ef63-f76f-5811f98c89da-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d37908-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d3790a-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d3790c-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d37919-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d3791b-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d3791d-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d3792a-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d3792c-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d3792e-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d3793b-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d3793d-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d3793f-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d3794c-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d3794e-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d37950-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d3795d-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d3795f-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d37961-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d3796e-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d37970-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d37972-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d3797f-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d37981-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d37983-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d37990-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d37992-429ce48e, #w-node-a2c3fe5c-1740-37df-5622-cd83e8d37994-429ce48e, #w-node-_9a31712c-2311-585f-4900-d9b8c2685e1b-c2685e16, #w-node-_9a31712c-2311-585f-4900-d9b8c2685e1e-c2685e16, #w-node-_0e102886-0666-f374-a951-74fbf2a7b3e5-f2a7b3e3, #w-node-_0e102886-0666-f374-a951-74fbf2a7b3e8-f2a7b3e3, #w-node-_0e102886-0666-f374-a951-74fbf2a7b3f3-f2a7b3e3, #w-node-_543b9949-2c50-7ffb-1bb7-0444cfec8446-cfec843e, #w-node-_543b9949-2c50-7ffb-1bb7-0444cfec8456-cfec843e, #w-node-c204ae4e-38d4-6d2b-4a0c-b59a0e943216-cfec843e, #w-node-_543b9949-2c50-7ffb-1bb7-0444cfec8466-cfec843e, #w-node-_68b03c7b-79de-8a1b-374c-eaadb6e57310-b6e5730e, #w-node-f99a6614-2e22-7746-8efa-f9651971cedd-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971ceea-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971cef7-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971cf04-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971cf11-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971cf1e-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971cf2b-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971cf38-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971cf45-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971cf52-00313bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f99a6614-2e22-7746-8efa-f9651971d0f6-00313bc2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f99a6614-2e22-7746-8efa-f9651971d0f7-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d0f8-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d0f9-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d0fa-00313bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f99a6614-2e22-7746-8efa-f9651971d105-00313bc2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f99a6614-2e22-7746-8efa-f9651971d106-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d107-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d108-00313bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f99a6614-2e22-7746-8efa-f9651971d112-00313bc2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f99a6614-2e22-7746-8efa-f9651971d113-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d114-00313bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f99a6614-2e22-7746-8efa-f9651971d11d-00313bc2 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-f99a6614-2e22-7746-8efa-f9651971d11e-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d11f-00313bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f99a6614-2e22-7746-8efa-f9651971d128-00313bc2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-f99a6614-2e22-7746-8efa-f9651971d129-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d12a-00313bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f99a6614-2e22-7746-8efa-f9651971d354-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d358-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d363-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d36d-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d377-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d381-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d38f-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d392-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d395-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d398-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d39b-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d39e-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3a1-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3a4-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3a7-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3aa-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3ad-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3b0-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3b3-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3b6-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3b9-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3bc-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3bf-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3c2-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3c5-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3c8-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3cb-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3ce-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3d1-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3d4-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3d7-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3da-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3dd-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3e0-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3e3-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3e6-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3e9-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3ec-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3ef-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3f2-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3f5-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3f8-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3fb-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d3fe-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d401-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d404-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d407-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d40a-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d40d-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d410-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d413-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d416-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d419-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d425-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d428-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d42b-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d42e-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d431-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d434-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d437-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d43a-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d43d-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d440-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d443-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d446-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d449-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d44c-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d44f-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d45b-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d45e-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d461-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d464-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d467-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d46a-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d46d-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d470-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d473-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d476-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d479-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d47c-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d47f-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d482-00313bc2, #w-node-f99a6614-2e22-7746-8efa-f9651971d485-00313bc2 {
  justify-self: auto;
}

#w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89c5c-c246c49a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89c5f-c246c49a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89c8d-c246c49a, #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89c90-c246c49a, #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89c96-c246c49a, #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89c99-c246c49a, #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89c9d-c246c49a, #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89ca0-c246c49a, #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89ca4-c246c49a, #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89ca7-c246c49a, #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89cab-c246c49a, #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89cae-c246c49a, #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89cb2-c246c49a, #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89cb5-c246c49a, #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89cb9-c246c49a, #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89cbc-c246c49a, #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89cc0-c246c49a, #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89cc3-c246c49a, #w-node-bfabfe3d-68ce-026c-c729-6d25d46de37e-f42277c2, #w-node-f0183531-b8b9-fe8c-5417-980c7d53bd64-f42277c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e412093a-011e-e0e1-d584-090fd7d19615-f42277c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e412093a-011e-e0e1-d584-090fd7d19616-f42277c2, #w-node-bc8b8ec2-d9dc-1951-30b8-be4d7593f070-f42277c2, #w-node-_50c6d645-f5f9-f9df-2be9-bb33f424ff56-f42277c2, #w-node-fcd15039-3940-3ff0-e92a-8f8a21dd46ac-21029795, #w-node-fe1c1b21-faff-d17f-79bb-0440689611ef-21029795, #w-node-bdba21d3-cc3b-e7e3-97b9-8e8a017b15f3-21029795, #w-node-bdba21d3-cc3b-e7e3-97b9-8e8a017b15f5-21029795, #w-node-_541d2475-b43c-0841-d2f9-590a2b7dca3c-21029795, #w-node-_541d2475-b43c-0841-d2f9-590a2b7dca3e-21029795, #w-node-_830c11e8-9e81-8c7d-aad6-fa0478a7f92a-21029795, #w-node-_830c11e8-9e81-8c7d-aad6-fa0478a7f92c-21029795, #w-node-_66f5eaef-19a8-c4ea-c79a-309a43612e15-21029795, #w-node-_66f5eaef-19a8-c4ea-c79a-309a43612e17-21029795, #w-node-_61c0f701-d9be-18c2-6e68-c350d4ac9bc8-21029795, #w-node-_61c0f701-d9be-18c2-6e68-c350d4ac9bca-21029795, #w-node-_95bd0974-92c0-01bc-f671-c409baac67e2-d10587c1, #w-node-bbedb0a8-795a-23de-8b8e-2f44c2270f84-d10587c1, #w-node-e667edf0-18d8-d0f2-9730-f66383b0bff4-d10587c1, #w-node-_26cba9c4-92df-18da-ae22-d8e3dad441bc-d10587c1, #w-node-e82988c8-7142-dce6-a2e0-d88fad2e7e6f-d10587c1, #w-node-_8e47fc85-a7b2-6ca4-938f-f7658656a675-d10587c1, #w-node-_95bd0974-92c0-01bc-f671-c409baac67e2-f40f2e5e, #w-node-bbedb0a8-795a-23de-8b8e-2f44c2270f84-f40f2e5e, #w-node-e667edf0-18d8-d0f2-9730-f66383b0bff4-f40f2e5e, #w-node-_26cba9c4-92df-18da-ae22-d8e3dad441bc-f40f2e5e, #w-node-e82988c8-7142-dce6-a2e0-d88fad2e7e6f-f40f2e5e, #w-node-_8e47fc85-a7b2-6ca4-938f-f7658656a675-f40f2e5e, #w-node-fcd15039-3940-3ff0-e92a-8f8a21dd46ac-6a0abe53, #w-node-fe1c1b21-faff-d17f-79bb-0440689611ef-6a0abe53, #w-node-_21b0b455-62ac-4d3c-b643-f9cadae39dd2-6a0abe53, #w-node-_21b0b455-62ac-4d3c-b643-f9cadae39dd4-6a0abe53, #w-node-_5777c070-b700-9188-5ad3-8d93c07fd200-6a0abe53, #w-node-_5777c070-b700-9188-5ad3-8d93c07fd202-6a0abe53, #w-node-_97d625f2-3e3e-0b0a-a0eb-ffc6ea80f5e5-6a0abe53, #w-node-_97d625f2-3e3e-0b0a-a0eb-ffc6ea80f5e7-6a0abe53, #w-node-_7247c94c-6c1e-aef7-0f73-0207de8edf9a-6a0abe53, #w-node-_7247c94c-6c1e-aef7-0f73-0207de8edf9c-6a0abe53, #w-node-_13957627-5396-cf56-0624-9987ea585a64-6a0abe53, #w-node-_13957627-5396-cf56-0624-9987ea585a66-6a0abe53, #w-node-fcd15039-3940-3ff0-e92a-8f8a21dd46ac-09c971da, #w-node-fe1c1b21-faff-d17f-79bb-0440689611ef-09c971da, #w-node-bdba21d3-cc3b-e7e3-97b9-8e8a017b15f3-09c971da, #w-node-bdba21d3-cc3b-e7e3-97b9-8e8a017b15f5-09c971da, #w-node-_541d2475-b43c-0841-d2f9-590a2b7dca3c-09c971da, #w-node-_541d2475-b43c-0841-d2f9-590a2b7dca3e-09c971da, #w-node-_830c11e8-9e81-8c7d-aad6-fa0478a7f92a-09c971da, #w-node-_830c11e8-9e81-8c7d-aad6-fa0478a7f92c-09c971da, #w-node-_66f5eaef-19a8-c4ea-c79a-309a43612e15-09c971da, #w-node-_66f5eaef-19a8-c4ea-c79a-309a43612e17-09c971da, #w-node-_61c0f701-d9be-18c2-6e68-c350d4ac9bc8-09c971da, #w-node-_61c0f701-d9be-18c2-6e68-c350d4ac9bca-09c971da, #w-node-b505d8b5-30b1-7d2c-5dbb-9c6bf645419a-790a08e1, #w-node-b505d8b5-30b1-7d2c-5dbb-9c6bf64541c0-790a08e1, #w-node-_24888355-2a28-ae22-a69d-1f55023febc0-790c078e, #w-node-_5eb60251-5564-5aeb-235f-6bf69ec46e04-790c078e, #w-node-dcbc2108-895f-1288-36be-df4ede700737-790c078e, #w-node-_4e16bb6b-8fdc-feb6-2407-5e5aae07b807-790c078e, #w-node-_66df54ef-2ffe-1afc-cf82-d414bdabd073-790c078e, #w-node-_370bfad7-ab4d-6a38-ef81-0f722442f60e-790c078e, #w-node-_2c50581c-e902-16b0-ced7-eeec68fa6a29-790c078e, #w-node-_69787f56-2244-84b7-9259-fef96cb97b0e-790c078e, #w-node-_1d89f91d-0e55-ee2d-621f-3eb665098023-16caa55d, #w-node-_1d89f91d-0e55-ee2d-621f-3eb665098042-16caa55d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b096fc0b-fa70-b8b8-f0fd-04ea8dd7d1b3-cafdd016 {
  justify-self: end;
}

#w-node-_69e1d591-ee13-83c8-405b-8e39e95465d1-6902baed, #w-node-_69e1d591-ee13-83c8-405b-8e39e95465d5-6902baed, #w-node-_69e1d591-ee13-83c8-405b-8e39e95465d9-6902baed, #w-node-_69e1d591-ee13-83c8-405b-8e39e95465dd-6902baed, #w-node-_69e1d591-ee13-83c8-405b-8e39e95465e1-6902baed, #w-node-_69e1d591-ee13-83c8-405b-8e39e95465e5-6902baed, #w-node-fcd15039-3940-3ff0-e92a-8f8a21dd46ac-a581405b, #w-node-fe1c1b21-faff-d17f-79bb-0440689611ef-a581405b, #w-node-ea712cf0-80c4-1d45-5dcd-f90f1efcc998-a581405b, #w-node-ea712cf0-80c4-1d45-5dcd-f90f1efcc99a-a581405b, #w-node-ac5c297a-4780-5ac9-7550-3cf45c225711-a581405b, #w-node-ac5c297a-4780-5ac9-7550-3cf45c225713-a581405b, #w-node-_6048af2b-be28-701e-d7d4-3f563ef1ea35-a581405b, #w-node-_6048af2b-be28-701e-d7d4-3f563ef1ea37-a581405b, #w-node-a0083473-ef49-b503-6c4a-663ce671496a-a581405b, #w-node-a0083473-ef49-b503-6c4a-663ce671496c-a581405b, #w-node-_4e714272-eb3c-3269-0a9a-b011a7e7c99a-89b7bd04, #w-node-_4e714272-eb3c-3269-0a9a-b011a7e7c99c-89b7bd04, #w-node-_7d0385b5-648b-6dd3-8b3f-9189d0e86d80-89b7bd04, #w-node-_7d0385b5-648b-6dd3-8b3f-9189d0e86d82-89b7bd04, #w-node-_1e853049-2f5c-d3ca-7ec0-0bac0e6b12df-89b7bd04, #w-node-_1e853049-2f5c-d3ca-7ec0-0bac0e6b12e1-89b7bd04, #w-node-bbc21945-e995-0344-7827-9d0de994f7d6-89b7bd04, #w-node-bbc21945-e995-0344-7827-9d0de994f7d8-89b7bd04, #w-node-_7882e691-9aeb-3c3f-53f3-d07fbbb64d94-89b7bd04, #w-node-_7882e691-9aeb-3c3f-53f3-d07fbbb64d99-89b7bd04, #w-node-_7882e691-9aeb-3c3f-53f3-d07fbbb64d9e-89b7bd04, #w-node-_7882e691-9aeb-3c3f-53f3-d07fbbb64da3-89b7bd04, #w-node-_7882e691-9aeb-3c3f-53f3-d07fbbb64da8-89b7bd04, #w-node-_7882e691-9aeb-3c3f-53f3-d07fbbb64dad-89b7bd04, #w-node-b8615345-c9e7-5c72-e24b-155e6c560b48-89b7bd04, #w-node-b8615345-c9e7-5c72-e24b-155e6c560b4f-89b7bd04, #w-node-b8615345-c9e7-5c72-e24b-155e6c560b56-89b7bd04, #w-node-b8615345-c9e7-5c72-e24b-155e6c560b5d-89b7bd04, #w-node-b8615345-c9e7-5c72-e24b-155e6c560b64-89b7bd04, #w-node-b8615345-c9e7-5c72-e24b-155e6c560b6b-89b7bd04, #w-node-b8615345-c9e7-5c72-e24b-155e6c560b72-89b7bd04, #w-node-b8615345-c9e7-5c72-e24b-155e6c560b79-89b7bd04, #w-node-b86173a3-d7b2-af5c-36ca-ec4836a2fb73-89b7bd04, #w-node-b86173a3-d7b2-af5c-36ca-ec4836a2fb76-89b7bd04, #w-node-_91f1403b-b249-5bc2-9a82-d418788daf3e-89b7bd04, #w-node-_91f1403b-b249-5bc2-9a82-d418788daf41-89b7bd04, #w-node-_5cdf241e-09b4-a093-c081-15c39df5bc34-89b7bd04, #w-node-_5cdf241e-09b4-a093-c081-15c39df5bc37-89b7bd04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_329072a9-d911-c42b-4ed7-29d73320af54-6ddc7da3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7427aad-ca50-d0dd-b928-76903af5ff71-5d003874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a7427aad-ca50-d0dd-b928-76903af5ff76-5d003874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eadb0d5a-3616-535b-bea7-e7e999cdf801-5d003874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-eadb0d5a-3616-535b-bea7-e7e999cdf806-5d003874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0252cc2c-40b1-7322-cbd3-80ee583c98b8-5d003874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0252cc2c-40b1-7322-cbd3-80ee583c98bd-5d003874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_649e8728-458c-64a8-b5a9-56bc168379ed-5d003874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_649e8728-458c-64a8-b5a9-56bc168379f2-5d003874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e23691d-596b-eca6-8fd4-0e8b8e9d16b3-5d003874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0e23691d-596b-eca6-8fd4-0e8b8e9d16b8-5d003874, #w-node-bfbccc57-7e79-dac8-3891-f4d3a8e5b652-d7ad4bd9, #w-node-bfbccc57-7e79-dac8-3891-f4d3a8e5b65a-d7ad4bd9, #w-node-_673648c3-cf9e-f3a2-2080-8bf53a38deae-ca8dd939, #w-node-_673648c3-cf9e-f3a2-2080-8bf53a38deb4-ca8dd939, #w-node-d882346e-8096-8869-fa49-4ecf6dd6bb27-ca8dd939, #w-node-_8cfe0661-de62-bedc-84f0-924ec7dda1f9-ca8dd939 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89c5c-c246c49a, #w-node-bfabfe3d-68ce-026c-c729-6d25d46de37e-f42277c2, #w-node-f0183531-b8b9-fe8c-5417-980c7d53bd64-f42277c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e412093a-011e-e0e1-d584-090fd7d19616-f42277c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b096fc0b-fa70-b8b8-f0fd-04ea8dd7d1b3-cafdd016 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ca6f2aa-de32-dcb6-b1fb-2cb2b6d89c5c-c246c49a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b096fc0b-fa70-b8b8-f0fd-04ea8dd7d1b3-cafdd016 {
    justify-self: start;
  }

  #w-node-_329072a9-d911-c42b-4ed7-29d73320af54-6ddc7da3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}