/*!
Theme Name: crcasean
Theme URI: http://www.magnusson.co.nz
Author: Vaughan M
Author URI: http://www.magnusson.co.nz
Description: CRC Theme.
Version: 1
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.m-t-0 {
  margin-top: 00px !important;
}

.p-t-0 {
  padding-top: 00px !important;
}

.m-b-0 {
  margin-bottom: 00px !important;
}

.p-b-0 {
  padding-bottom: 00px !important;
}

.m-l-0 {
  margin-left: 00px !important;
}

.p-l-0 {
  padding-left: 00px !important;
}

.m-r-0 {
  margin-right: 00px !important;
}

.p-r-0 {
  padding-right: 00px !important;
}

.m-0 {
  margin: 00px !important;
}

.p-0 {
  padding: 00px !important;
}

.m-t-1 {
  margin-top: 10px !important;
}

.p-t-1 {
  padding-top: 10px !important;
}

.m-b-1 {
  margin-bottom: 10px !important;
}

.p-b-1 {
  padding-bottom: 10px !important;
}

.m-l-1 {
  margin-left: 10px !important;
}

.p-l-1 {
  padding-left: 10px !important;
}

.m-r-1 {
  margin-right: 10px !important;
}

.p-r-1 {
  padding-right: 10px !important;
}

.m-1 {
  margin: 10px !important;
}

.p-1 {
  padding: 10px !important;
}

.m-t-2 {
  margin-top: 20px !important;
}

.p-t-2 {
  padding-top: 20px !important;
}

.m-b-2 {
  margin-bottom: 20px !important;
}

.p-b-2 {
  padding-bottom: 20px !important;
}

.m-l-2 {
  margin-left: 20px !important;
}

.p-l-2 {
  padding-left: 20px !important;
}

.m-r-2 {
  margin-right: 20px !important;
}

.p-r-2 {
  padding-right: 20px !important;
}

.m-2 {
  margin: 20px !important;
}

.p-2 {
  padding: 20px !important;
}

.m-t-3 {
  margin-top: 30px !important;
}

.p-t-3 {
  padding-top: 30px !important;
}

.m-b-3 {
  margin-bottom: 30px !important;
}

.p-b-3 {
  padding-bottom: 30px !important;
}

.m-l-3 {
  margin-left: 30px !important;
}

.p-l-3 {
  padding-left: 30px !important;
}

.m-r-3 {
  margin-right: 30px !important;
}

.p-r-3 {
  padding-right: 30px !important;
}

.m-3 {
  margin: 30px !important;
}

.p-3 {
  padding: 30px !important;
}

.m-t-4 {
  margin-top: 40px !important;
}

.p-t-4 {
  padding-top: 40px !important;
}

.m-b-4 {
  margin-bottom: 40px !important;
}

.p-b-4 {
  padding-bottom: 40px !important;
}

.m-l-4 {
  margin-left: 40px !important;
}

.p-l-4 {
  padding-left: 40px !important;
}

.m-r-4 {
  margin-right: 40px !important;
}

.p-r-4 {
  padding-right: 40px !important;
}

.m-4 {
  margin: 40px !important;
}

.p-4 {
  padding: 40px !important;
}

.m-t-5 {
  margin-top: 50px !important;
}

.p-t-5 {
  padding-top: 50px !important;
}

.m-b-5 {
  margin-bottom: 50px !important;
}

.p-b-5 {
  padding-bottom: 50px !important;
}

.m-l-5 {
  margin-left: 50px !important;
}

.p-l-5 {
  padding-left: 50px !important;
}

.m-r-5 {
  margin-right: 50px !important;
}

.p-r-5 {
  padding-right: 50px !important;
}

.m-5 {
  margin: 50px !important;
}

.p-5 {
  padding: 50px !important;
}

.m-t-6 {
  margin-top: 60px !important;
}

.p-t-6 {
  padding-top: 60px !important;
}

.m-b-6 {
  margin-bottom: 60px !important;
}

.p-b-6 {
  padding-bottom: 60px !important;
}

.m-l-6 {
  margin-left: 60px !important;
}

.p-l-6 {
  padding-left: 60px !important;
}

.m-r-6 {
  margin-right: 60px !important;
}

.p-r-6 {
  padding-right: 60px !important;
}

.m-6 {
  margin: 60px !important;
}

.p-6 {
  padding: 60px !important;
}

.m-t-7 {
  margin-top: 70px !important;
}

.p-t-7 {
  padding-top: 70px !important;
}

.m-b-7 {
  margin-bottom: 70px !important;
}

.p-b-7 {
  padding-bottom: 70px !important;
}

.m-l-7 {
  margin-left: 70px !important;
}

.p-l-7 {
  padding-left: 70px !important;
}

.m-r-7 {
  margin-right: 70px !important;
}

.p-r-7 {
  padding-right: 70px !important;
}

.m-7 {
  margin: 70px !important;
}

.p-7 {
  padding: 70px !important;
}

.m-t-8 {
  margin-top: 80px !important;
}

.p-t-8 {
  padding-top: 80px !important;
}

.m-b-8 {
  margin-bottom: 80px !important;
}

.p-b-8 {
  padding-bottom: 80px !important;
}

.m-l-8 {
  margin-left: 80px !important;
}

.p-l-8 {
  padding-left: 80px !important;
}

.m-r-8 {
  margin-right: 80px !important;
}

.p-r-8 {
  padding-right: 80px !important;
}

.m-8 {
  margin: 80px !important;
}

.p-8 {
  padding: 80px !important;
}

.m-t-9 {
  margin-top: 90px !important;
}

.p-t-9 {
  padding-top: 90px !important;
}

.m-b-9 {
  margin-bottom: 90px !important;
}

.p-b-9 {
  padding-bottom: 90px !important;
}

.m-l-9 {
  margin-left: 90px !important;
}

.p-l-9 {
  padding-left: 90px !important;
}

.m-r-9 {
  margin-right: 90px !important;
}

.p-r-9 {
  padding-right: 90px !important;
}

.m-9 {
  margin: 90px !important;
}

.p-9 {
  padding: 90px !important;
}

.m-t-10 {
  margin-top: 100px !important;
}

.p-t-10 {
  padding-top: 100px !important;
}

.m-b-10 {
  margin-bottom: 100px !important;
}

.p-b-10 {
  padding-bottom: 100px !important;
}

.m-l-10 {
  margin-left: 100px !important;
}

.p-l-10 {
  padding-left: 100px !important;
}

.m-r-10 {
  margin-right: 100px !important;
}

.p-r-10 {
  padding-right: 100px !important;
}

.m-10 {
  margin: 100px !important;
}

.p-10 {
  padding: 100px !important;
}

.m-t-12 {
  margin-top: 120px !important;
}

.p-t-12 {
  padding-top: 120px !important;
}

.m-b-12 {
  margin-bottom: 120px !important;
}

.p-b-12 {
  padding-bottom: 120px !important;
}

.m-l-12 {
  margin-left: 120px !important;
}

.p-l-12 {
  padding-left: 120px !important;
}

.m-r-12 {
  margin-right: 120px !important;
}

.p-r-12 {
  padding-right: 120px !important;
}

.m-12 {
  margin: 120px !important;
}

.p-12 {
  padding: 120px !important;
}

.m-t-15 {
  margin-top: 150px !important;
}

.p-t-15 {
  padding-top: 150px !important;
}

.m-b-15 {
  margin-bottom: 150px !important;
}

.p-b-15 {
  padding-bottom: 150px !important;
}

.m-l-15 {
  margin-left: 150px !important;
}

.p-l-15 {
  padding-left: 150px !important;
}

.m-r-15 {
  margin-right: 150px !important;
}

.p-r-15 {
  padding-right: 150px !important;
}

.m-15 {
  margin: 150px !important;
}

.p-15 {
  padding: 150px !important;
}

.m-t-20 {
  margin-top: 200px !important;
}

.p-t-20 {
  padding-top: 200px !important;
}

.m-b-20 {
  margin-bottom: 200px !important;
}

.p-b-20 {
  padding-bottom: 200px !important;
}

.m-l-20 {
  margin-left: 200px !important;
}

.p-l-20 {
  padding-left: 200px !important;
}

.m-r-20 {
  margin-right: 200px !important;
}

.p-r-20 {
  padding-right: 200px !important;
}

.m-20 {
  margin: 200px !important;
}

.p-20 {
  padding: 200px !important;
}

@media only screen and (min-width: 1181px) {
  .pd-none {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .pd-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pd-s {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pd-m {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pd-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pd-xl {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .pds-none {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .pds-xs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pds-s {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .pds-m {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .pds-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .pds-xl {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}
@media only screen and (max-width: 1180px) {
  .pm-none {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .pm-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pm-s {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pm-m {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pm-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pm-xl {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .pms-none {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .pms-xs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pms-s {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .pms-m {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .pms-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .pms-xl {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media only screen and (max-width: 769px) {
  .p-t-20 {
    padding-top: 10rem !important;
  }
}
.m--block {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 769px) {
  .m--block {
    margin-bottom: 2rem;
  }
}

.t-c {
  text-align: center !important;
}

.t-l {
  text-align: left !important;
}

.t-r {
  text-align: right !important;
}

.f-s-xs {
  font-size: 10px !important;
}

.f-s-s {
  font-size: 12px !important;
}

.f-s-m {
  font-size: 13px !important;
}

.f-s-l {
  font-size: 14px !important;
}

.f-s-xl {
  font-size: 16px !important;
}

.hidden {
  display: none;
}

.hide {
  display: none;
}

@media only screen and (min-width: 601px) and (max-width: 769px) {
  .mobile-reverse-column {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 601px) and (max-width: 769px) {
  .mobile-reverse-row {
    flex-direction: row-reverse;
  }
}

.flex-start {
  justify-content: flex-start !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
}
p.p--narrow {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.narrow {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

strong {
  font-weight: 500;
}

h1 {
  font-family: "Barlow", Arial, sans-serif;
  font-size: 8rem;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  font-family: "Barlow", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

h3 {
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: -0.8px;
  color: #3f3f40;
}

h4 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.color-red {
  color: #CD163F !important;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
}

.button,
.wpcf7-submit {
  text-decoration: none;
  background: #CD163F;
  color: #fff;
  padding: 1rem 2rem;
  transition: all 0.3s;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  position: relative; /* Ensure :after is positioned correctly */
}
.button:visited,
.wpcf7-submit:visited {
  color: #fff;
}
.button:active,
.wpcf7-submit:active {
  color: #CD163F;
  text-decoration: none;
}
.button:hover,
.wpcf7-submit:hover {
  background: #000000;
  color: #fff;
}
.button:hover:after,
.wpcf7-submit:hover:after {
  left: 0.5rem;
}
.button:after,
.wpcf7-submit:after {
  content: "";
  width: 14px;
  height: 9px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxNCA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPkdyb3VwPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSI+CiAgICAgICAgPGcgaWQ9IkFCT1VULVVTIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjc5LCAtMjIzNikiIHN0cm9rZT0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjc5LCAyMjM3KSI+CiAgICAgICAgICAgICAgICA8bGluZSB4MT0iMC41IiB5MT0iMy41IiB4Mj0iMTIuNSIgeTI9IjMuNSIgaWQ9IkxpbmUtNCI+PC9saW5lPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjEyLjUiIHkxPSIzLjUiIHgyPSI5LjUiIHkyPSIwLjUiIGlkPSJMaW5lIj48L2xpbmU+CiAgICAgICAgICAgICAgICA8bGluZSB4MT0iMTIuNSIgeTE9IjMuNSIgeDI9IjkuNSIgeTI9IjYuNSIgaWQ9IkxpbmUtQ29weSI+PC9saW5lPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  left: 0;
  transition: left 0.3s;
}
.button--back,
.wpcf7-submit--back {
  flex-direction: row-reverse;
}
.button--back:after,
.wpcf7-submit--back:after {
  transform: rotate(180deg);
}
.button--back:hover:after,
.wpcf7-submit--back:hover:after {
  left: -0.5rem;
}

.wpcf7 form {
  padding: 0;
}
.wpcf7 form label {
  display: block;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #323940;
}
.wpcf7 form .textfield, .wpcf7 form textarea {
  padding: 1rem;
  font-size: 1.6rem;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  border: none;
  color: #323940;
  background: #fff;
  border: 0.1rem solid #fff;
}
@media only screen and (min-width: 601px) and (max-width: 769px) {
  .wpcf7 form .textfield, .wpcf7 form textarea {
    width: 100%;
  }
}
.wpcf7 form .textfield:focus, .wpcf7 form textarea:focus {
  outline: 0;
}
.wpcf7 form textarea {
  min-height: 12rem;
}
.wpcf7 form .row {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
.wpcf7 form .row .field {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .wpcf7 form .row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.site-header {
  background: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
.site-header .site-branding {
  margin-left: 2rem;
}
.site-header .site-branding .site-title {
  margin: 0;
  line-height: 0;
}
.site-header .site-branding .site-title a {
  line-height: 0;
  display: block;
}
.site-header .site-branding .site-title .site-logo {
  width: 16rem;
  max-width: 100%;
}
@media only screen and (max-width: 400px) {
  .site-header .site-branding .site-title .site-logo {
    max-width: 80%;
  }
}
.site-header__inner {
  min-height: 13rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.site-header.short .site-header__inner {
  min-height: 8rem;
}
.site-header.short .site-header__inner .site-logo {
  width: 10rem;
  max-width: 100%;
}
@media only screen and (max-width: 400px) {
  .site-header.short .site-header__inner .site-logo {
    max-width: 80%;
  }
}

body.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
.site-header ul#primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.site-header ul#primary-menu li {
  padding: 0 2.4rem;
  margin: 0;
}
.site-header ul#primary-menu a, .site-header ul#primary-menu a:active, .site-header ul#primary-menu a:visited {
  transition: all 0.3s;
  text-decoration: none;
  font-size: 2rem;
  color: #3f3f40;
  white-space: nowrap;
  font-weight: 600;
  display: inline-block;
  padding: 1rem 0;
  text-transform: uppercase;
  font-family: "Barlow", Arial, sans-serif;
  border-bottom: 4px solid transparent;
}
.site-header ul#primary-menu a:hover {
  border-bottom: 4px solid #CD163F;
}
.site-header ul#primary-menu .current-menu-item a {
  color: #CD163F;
  border-bottom: 4px solid #CD163F;
  font-weight: 600;
}

.mobile-navigation {
  margin: 2rem;
}
.mobile-navigation a {
  color: #000000;
  display: inline-block;
  width: 26px;
  height: 20px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  box-sizing: border-box;
  text-indent: -1000rem;
  position: relative;
  font-size: 12px;
  text-decoration: none;
  font-family: "Barlow", Arial, sans-serif;
}
.mobile-navigation a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  height: 2px;
  width: 26px;
  background-color: #000000;
  z-index: 2;
}

@media only screen and (max-width: 960px) {
  .mobile-navigation {
    display: block;
  }
  .site-navigation,
  .site-description {
    display: none;
  }
}
@media only screen and (min-width: 961px) {
  .mobile-navigation {
    display: none;
  }
  .site-navigation {
    display: block;
  }
}
#mobile-menu {
  font-size: 2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-menu a {
  padding: 0.5rem 1rem;
  display: block;
  text-align: left;
  font-size: 4rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -0.1rem;
  font-weight: 600;
  color: #fff;
  font-family: "Barlow", Arial, sans-serif;
}
#mobile-menu .sub-menu {
  list-style: none;
  padding: 2rem;
}
#mobile-menu .sub-menu a {
  text-transform: none;
  font-weight: 400;
  font-size: 3.2rem;
}
#mobile-menu .sub-menu li {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 1rem;
  flex-direction: row;
}
#mobile-menu .sub-menu li:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background: white;
}
#mobile-menu .nav-icon {
  display: inline-block;
  margin-top: 5rem;
}
#mobile-menu .nav-icon a {
  min-width: 5rem;
  display: inline-block;
  font-size: 3rem;
}

.page .featherlight .featherlight-close-icon, .single .featherlight .featherlight-close-icon {
  font-size: 3rem;
  color: #fff;
  background: #CD163F;
}
.page .featherlight:last-of-type, .single .featherlight:last-of-type {
  background: #CD163F;
}
.page .featherlight .featherlight-content, .single .featherlight .featherlight-content {
  background: #CD163F;
}
.page .featherlight-inner a, .single .featherlight-inner a {
  color: #fff !important;
}

.footer {
  background-color: #1C1A1A;
  font-size: 16px;
  padding: 6rem 2rem;
  font-weight: 300;
}
.footer a, .footer a:active, .footer a:visited {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.footer a:hover {
  color: #CD163F;
}
.footer__heading {
  font-size: 2rem;
  color: #fff;
  margin-top: 0;
  margin-right: 4rem;
}
.footer__strap {
  max-width: 60rem;
  line-height: 1.25;
  font-size: 1.6rem;
  color: #fff;
}
.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 60rem) {
  .footer__menu {
    font-size: 1.8rem;
    margin-top: 10rem;
  }
}
.footer__menu ul.sub-menu {
  padding: 1rem 0rem 0.5rem 1rem;
  list-style: none;
}
.footer__menu ul.sub-menu li {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 1rem;
  flex-direction: row-reverse;
  font-weight: 400;
  text-transform: none;
}
.footer__menu .menu-item {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 769px) {
  .footer__menu {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.footer__container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}
.footer__section {
  box-sizing: border-box;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .footer__section {
    flex: 0 0 100%;
  }
}
.footer__section p {
  margin: 0;
  max-width: 60rem;
}
.footer__section p strong {
  color: #fff;
  margin-right: 0.5rem;
}
.footer__section__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__section:nth-child(1) {
  flex: 0 0 calc(50% - 2rem);
}
.footer__section:nth-child(2) {
  flex: 0 0 calc(50% - 2rem);
}
.footer__logo {
  width: 16rem;
  max-width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 60rem) {
  .footer__logo {
    width: 13rem;
  }
}
.footer__contact {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.footer__copyright {
  display: flex;
  font-size: 1.6rem;
  color: #fff;
  gap: 1rem;
}
@media screen and (max-width: 60rem) {
  .footer__copyright {
    display: block;
  }
}
.footer .terms__menu {
  display: flex;
  list-style: none;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 60rem) {
  .footer .terms__menu {
    flex-direction: column;
    display: block;
  }
}
.footer .terms__menu li {
  padding: 0;
}
.footer .terms__menu a {
  text-decoration: underline;
  color: #CD163F;
}

.product__page-header {
  position: relative;
}
.product__page-header img {
  max-width: 100%;
  min-width: 100%;
}
.product__page-header .button--back {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
}
@media only screen and (min-width: 1400px) {
  .product__page-header {
    margin-top: 4rem;
  }
}
.product__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 8rem;
  margin-bottom: 8rem;
  margin-right: 2rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 600px) {
  .product__container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.product__container h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: -0.5px;
  color: #CD163F;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E8E8E8;
}
.product__images__main {
  max-height: 500px;
  max-width: 100%;
}
.product__images__stage {
  background: #F5F4F3;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  transition: all 0.2s;
}
.product__images__stage:hover {
  border-color: #e8e8e8;
}
.product__images__gallery {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  background: #E8E8E8;
  padding: 1rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
  justify-content: center;
}
.product__images__gallery__item {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border: 1px solid white;
  background-color: #F5F4F3;
}
.product__images__gallery__selected {
  border: 1px solid #c5c5c5;
}
.product__video {
  width: 100%;
  margin-bottom: 4rem;
}
.product__video__wrapper {
  max-height: 50rem;
}
.product__video__wrapper iframe {
  min-width: 100%;
  max-width: 100%;
}
.product__header {
  margin-bottom: 4rem;
}
.product__header .product__name {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
.product__header .product__code {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.2;
  color: #CD163F;
  text-transform: uppercase;
}
.product__table {
  width: 100%;
  border-collapse: collapse;
}
.product__table th, .product__table td {
  text-align: left;
  padding: 0.8rem 1rem;
  background: #F5F4F3;
  border-bottom: 2px solid white;
}
.product__table th {
  font-weight: 600;
}

.related_products {
  background: #F5F4F3;
  text-align: center;
  padding: 6rem 2rem;
}

.magnify-container {
  pointer-events: none; /* Disable interaction by default */
  position: relative;
  overflow: hidden; /* Keeps the zoomed image within the container */
}

@media (min-width: 600px) {
  .magnify-container {
    pointer-events: auto; /* Enable interaction for larger screens */
  }
}
.magnify-image {
  transition: transform 0.2s ease; /* Smooth zooming effect */
}

.box-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media only screen and (max-width: 769px) {
  .box-features {
    display: block;
  }
}

.box-feature {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .box-feature {
    flex-direction: column;
  }
}

.box-feature__image {
  flex: 0 0 50%;
  min-height: 40rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .box-feature__image {
    flex: 0 0 100%;
    min-height: 40rem;
  }
}

.box-feature__details {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 4rem 2rem;
}
@media only screen and (max-width: 769px) {
  .box-feature__details {
    flex: 0 0 100%;
  }
}

.box-feature__header {
  padding-bottom: 2rem;
}
.box-feature__header .feature-ci__kicker {
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}
.box-feature__header .feature-ci__kicker:before {
  content: "";
}
.box-feature__header .feature-ci__heading {
  text-transform: none;
  line-height: 1;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.cta-simple {
  background: #323940;
  padding: 6rem 2rem;
  margin: 0;
  text-align: center;
}
.cta-simple__heading {
  color: white;
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 700;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.cta-simple__content {
  color: white;
  margin-bottom: 4rem;
  font-size: 2.2rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 769px) {
  .cta-simple__content {
    font-size: 1.8rem;
  }
}
.cta-simple--bg {
  background-color: #000000;
  background-size: cover;
  background-position: 50% 90%;
}

.custom-group__inner-container {
  max-width: 140rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.custom-group--narrow .custom-group__inner-container {
  max-width: 100rem;
  margin: 0 auto;
}

.custom-group--boxed,
.group--boxed {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow: hidden;
}
.custom-group--boxed.custom-group--narrow,
.group--boxed.custom-group--narrow {
  max-width: 100rem;
}
@media only screen and (max-width: 769px) {
  .custom-group--boxed,
  .group--boxed {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.custom-group--text-color-default {
  color: inherit;
}
.custom-group--text-color-default h1, .custom-group--text-color-default h2, .custom-group--text-color-default h3, .custom-group--text-color-default h4 {
  color: inherit;
}

.custom-group--bg-color-default {
  background-color: inherit;
}

.custom-group--text-color-black {
  color: #1C1A1A;
}
.custom-group--text-color-black h1, .custom-group--text-color-black h2, .custom-group--text-color-black h3, .custom-group--text-color-black h4 {
  color: #1C1A1A;
}

.custom-group--bg-color-black {
  background-color: #1C1A1A;
}

.custom-group--text-color-grey-warm {
  color: #F5F4F3;
}
.custom-group--text-color-grey-warm h1, .custom-group--text-color-grey-warm h2, .custom-group--text-color-grey-warm h3, .custom-group--text-color-grey-warm h4 {
  color: #F5F4F3;
}

.custom-group--bg-color-grey-warm {
  background-color: #F5F4F3;
}

.custom-group--text-color-grey-cool {
  color: #E8E8E8;
}
.custom-group--text-color-grey-cool h1, .custom-group--text-color-grey-cool h2, .custom-group--text-color-grey-cool h3, .custom-group--text-color-grey-cool h4 {
  color: #E8E8E8;
}

.custom-group--bg-color-grey-cool {
  background-color: #E8E8E8;
}

.custom-group--text-color-red {
  color: #CD163F;
}
.custom-group--text-color-red h1, .custom-group--text-color-red h2, .custom-group--text-color-red h3, .custom-group--text-color-red h4 {
  color: #CD163F;
}

.custom-group--bg-color-red {
  background-color: #CD163F;
}

.custom-group--text-color-white {
  color: #fff;
}
.custom-group--text-color-white h1, .custom-group--text-color-white h2, .custom-group--text-color-white h3, .custom-group--text-color-white h4 {
  color: #fff;
}

.custom-group--bg-color-white {
  background-color: #fff;
}

.custom-group--bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.custom-group__anchor {
  position: relative;
  top: -10rem;
}

.hello-world {
  background: #111;
  padding: 6rem;
  color: white;
  margin: 4rem 0;
  font-size: 2rem;
  text-align: center;
}

.feature-content-image {
  display: flex;
}
@media only screen and (max-width: 1400px) {
  .feature-content-image {
    padding: 2rem;
  }
}
@media only screen and (max-width: 769px) {
  .feature-content-image {
    flex-direction: column;
  }
}

.feature-ci__block_image {
  flex: 0 0 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .feature-ci__block_image {
    flex: 0 0 100%;
    min-height: 40rem;
  }
}

.feature-content-image--bg-contain .feature-ci__block_image {
  background-size: contain;
}

.feature-content-image--bg-cover .feature-ci__block_image {
  background-size: cover;
}

.feature-ci__block_content {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 4rem;
  justify-content: center;
  min-height: 46rem;
}
@media only screen and (max-width: 769px) {
  .feature-ci__block_content {
    flex: 0 0 100%;
  }
}

.feature-ci__intro {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 769px) {
  .feature-ci__intro {
    margin-bottom: 2rem;
  }
}
.feature-ci__intro .feature-ci__content {
  margin-bottom: 4rem;
}

.feature-ci__header {
  padding-bottom: 2rem;
}
.feature-ci__header .feature-ci__kicker {
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}
.feature-ci__header .feature-ci__kicker:before {
  content: "";
}
.feature-ci__header .feature-ci__heading {
  text-transform: none;
  line-height: 1;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 770px) {
  .feature-content-image--image_last .feature-ci__block_content {
    order: -1;
  }
}
.feature-content-image--white_on_black .feature-ci__block_content .feature-ci__kicker,
.feature-content-image--white_on_black .feature-ci__block_content .feature-ci__block_content,
.feature-content-image--white_on_black .feature-ci__block_content .feature-ci__heading,
.feature-content-image--white_on_black .feature-ci__block_content .feature-ci__content strong,
.feature-content-image--white_on_black .feature-ci__block_content .feature-ci__content {
  color: white;
}
.feature-content-image--fixed .feature-ci__block_image {
  aspect-ratio: 16/9;
}

.feature-content-image-bullets {
  display: flex;
}
@media only screen and (max-width: 769px) {
  .feature-content-image-bullets {
    flex-direction: column;
  }
}

.feature-content-image-bullets .bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.feature-content-image-bullets .bullets .bullet {
  flex: 0 0 calc(50% - 2rem);
  padding-bottom: 2rem;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
@media only screen and (max-width: 769px) {
  .feature-content-image-bullets .bullets .bullet {
    flex: 0 0 calc(100% - 2rem);
    border-right: none;
  }
}
.feature-content-image-bullets .bullets .bullet:nth-child(2) {
  border-right: none;
}
.feature-content-image-bullets .bullets .bullet img {
  width: 4rem;
  height: 4rem;
}
.feature-content-image-bullets .bullets .bullet__heading {
  text-transform: none;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #323940;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.25;
  padding-right: 1rem;
}
.feature-content-image-bullets .bullets .bullet__content {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.25;
  padding-right: 1rem;
}

.feature-cib__block_image {
  flex: 0 0 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 769px) {
  .feature-cib__block_image {
    flex: 0 0 100%;
    min-height: 40rem;
  }
}

.feature-cib__block_content {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 4rem;
}
@media only screen and (max-width: 769px) {
  .feature-cib__block_content {
    flex: 0 0 100%;
  }
}

.feature-cib__intro {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 769px) {
  .feature-cib__intro {
    margin-bottom: 2rem;
  }
}

.feature-cib__header {
  padding-bottom: 2rem;
}
.feature-cib__header .feature-cib__kicker {
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}
.feature-cib__header .feature-cib__kicker:before {
  content: "";
}
.feature-cib__header .feature-cib__heading {
  letter-spacing: -4px;
  text-transform: none;
  line-height: 1;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 769px) {
  .feature-cib__header .feature-cib__heading {
    letter-spacing: -2px;
  }
}

@media only screen and (min-width: 770px) {
  .feature-content-image-bullets--image_last .feature-cib__block_content {
    order: -1;
  }
}
.feature-content-image-bullets--white_on_black .feature-cib__block_content .feature-cib__kicker,
.feature-content-image-bullets--white_on_black .feature-cib__block_content .feature-cib__block_content,
.feature-content-image-bullets--white_on_black .feature-cib__block_content .feature-cib__heading,
.feature-content-image-bullets--white_on_black .feature-cib__block_content .feature-cib__content strong,
.feature-content-image-bullets--white_on_black .feature-cib__block_content .feature-cib__content {
  color: white;
}
.feature-content-image-bullets--white_on_black .bullets .bullet__heading,
.feature-content-image-bullets--white_on_black .bullets .bullet__content {
  color: white;
}

.intro {
  font-size: 4rem;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1180px) {
  .intro {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 769px) {
  .intro {
    max-width: 100%;
  }
}
.intro strong {
  font-weight: 500;
}
.intro--small {
  font-size: 3rem;
}
.intro--small p:first-child:before {
  display: none;
}
@media only screen and (max-width: 1180px) {
  .intro--small {
    font-size: 2.4rem;
  }
}
.intro--nodash p:first-child:before {
  display: none;
}
.intro--smaller {
  font-size: 2.2rem;
}
.intro--80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 769px) {
  .intro--80 {
    max-width: 100%;
  }
}
.intro--padding-small {
  padding: 4rem;
}
@media only screen and (max-width: 769px) {
  .intro--padding-small {
    padding: 4rem 0;
  }
}
.intro--padding-large {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 1180px) {
  .intro--padding-large {
    padding: 4rem 2rem;
  }
}

.phc {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 1400px) {
  .phc {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.phc__inner {
  min-height: 80rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.phc__box {
  height: 40rem;
  width: 60rem;
  background: #fff;
  padding: 4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10rem;
}
@media only screen and (max-width: 940px) {
  .phc__box {
    margin-left: 2rem;
    margin-right: 2rem;
    height: auto;
    width: 100%;
    padding: 3rem;
  }
}
.phc__content {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.phc__slide {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
}
.phc__slide img {
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .phc__image__desktop {
    display: none;
  }
  .phc__image__mobile {
    display: block;
  }
}
@media screen and (min-width: 601px) {
  .phc__image__desktop {
    display: block;
  }
  .phc__image__mobile {
    display: none;
  }
}
.phc .slick-dots {
  text-align: center;
  bottom: -4rem;
}
.phc .slick-dotted.slick-slider {
  margin-bottom: auto;
}
.phc .slick-prev, .phc .slick-next {
  z-index: 1;
}
.phc .slick-prev:before, .phc .slick-next:before {
  color: black;
  opacity: 1;
}
.phc .slick-dots li button:before {
  color: black;
}
.phc .slick-dots li.slick-active button:before {
  color: #CD163F;
  opacity: 1;
}
.phc .slick-dots li button:before {
  font-size: 12px;
}
.phc .slick-prev {
  left: 0rem;
}
.phc .slick-next {
  right: 0rem;
}
.phc .slick-arrow {
  height: 100%;
  width: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.phc .slick-next:before {
  content: "";
  width: 6rem;
  height: 6rem;
  border: 2px solid black;
  display: block;
  transform-origin: center;
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
  position: relative;
  right: 2rem;
}
.phc .slick-prev:before {
  content: "";
  width: 6rem;
  height: 6rem;
  border: 2px solid black;
  display: block;
  transform-origin: center;
  transform: rotate(-135deg);
  border-left: none;
  border-bottom: none;
  position: relative;
  left: 2rem;
}
@media only screen and (max-width: 1560px) {
  .phc .slick-prev:before, .phc .slick-next:before {
    border-color: white;
  }
}
@media only screen and (min-width: 1561px) {
  .phc .slick-prev {
    left: -8rem;
  }
  .phc .slick-next {
    right: -8rem;
  }
}

.phm {
  margin: 0 auto;
  display: flex;
  background-color: #eee;
  background-size: cover;
  background-position: center center;
  min-height: 60rem;
}
.phm.wp-block-acf-page-header {
  min-height: 55rem;
}

.phm__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.phm__inner .container {
  width: 100%;
}
.phm__inner h1, .phm__inner h2, .phm__inner h3, .phm__inner h4, .phm__inner h5, .phm__inner p {
  margin-left: auto;
  margin-right: auto;
  color: #000;
}
@media only screen and (max-width: 760px) {
  .phm__inner h1, .phm__inner h2, .phm__inner h3, .phm__inner h4, .phm__inner h5, .phm__inner p {
    max-width: 100%;
    min-width: 100%;
  }
}
.phm__inner .phm__heading {
  color: #000;
  font-size: 7rem;
  font-weight: 800;
  position: relative;
  text-align: center;
  line-height: 1;
}
.phm__inner .phm__kicker {
  color: #000;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  font-weight: normal;
}
.phm__inner .phm__contents {
  color: #000;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  font-weight: normal;
  text-align: center;
  max-width: 80rem;
  margin: 0 auto;
}
.phm__inner h3, .phm__inner h4, .phm__inner h5 {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.phm__inner a {
  color: #000;
  text-decoration: underline;
}

.phs {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 1400px) {
  .phs {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.phs__inner .phs__image {
  max-width: 100%;
  min-width: 100%;
}

.logo-gallery {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem;
}
.logo-gallery__item {
  max-width: 16rem;
}
.logo-gallery__logo {
  display: block;
  max-width: 100%;
  filter: saturate(0);
  transition: all 0.5s;
}
.logo-gallery__link {
  display: block;
}
.logo-gallery__link:hover .logo-gallery__logo {
  filter: saturate(1);
}

.people {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 769px) {
  .people {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 770px) and (max-width: 1100px) {
  .people {
    grid-template-columns: 1fr 1fr;
  }
}
.people .person {
  background: transparent;
  display: flex;
  flex-direction: column;
}
.people .person__photo {
  aspect-ratio: 4/3;
  background-color: transparent;
  background-size: cover;
  background-position: center;
}
.people .person__details {
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #000000;
}
.people .person__details .person__name {
  margin-bottom: 0;
}
.people .person__details .person__role {
  margin-bottom: 1rem;
}
.people .person__details .person__email a,
.people .person__details .person__phone a {
  transition: all 0.3s;
  color: #CD163F;
}
.people .person__details .person__email a:hover,
.people .person__details .person__phone a:hover {
  color: #1C1A1A;
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.photo-gallery .photo {
  min-height: 30rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.photo-gallery .c-1 {
  grid-column: span 1;
}
.photo-gallery .c-2 {
  grid-column: span 2;
}
.photo-gallery .c-3 {
  grid-column: span 3;
}
.photo-gallery .c-4 {
  grid-column: span 4;
}
.photo-gallery .c-5 {
  grid-column: span 5;
}
.photo-gallery .c-6 {
  grid-column: span 6;
}
.photo-gallery .c-7 {
  grid-column: span 7;
}
.photo-gallery .c-8 {
  grid-column: span 8;
}
.photo-gallery .c-9 {
  grid-column: span 9;
}
.photo-gallery .c-10 {
  grid-column: span 10;
}
.photo-gallery .c-11 {
  grid-column: span 11;
}
.photo-gallery .c-12 {
  grid-column: span 12;
}
.photo-gallery .r-1 {
  grid-row: span 1;
}
.photo-gallery .r-2 {
  grid-row: span 2;
}
.photo-gallery .r-3 {
  grid-row: span 3;
}
.photo-gallery .r-4 {
  grid-row: span 4;
}
.photo-gallery .r-5 {
  grid-row: span 5;
}
.photo-gallery .r-6 {
  grid-row: span 6;
}
@media (max-width: 768px) {
  .photo-gallery .photo {
    min-height: 20rem;
  }
}
@media (max-width: 480px) {
  .photo-gallery .photo {
    min-height: 10rem;
  }
}

/* Lightbox container */
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#lightbox img {
  max-width: 90%;
  max-height: 80vh;
}
#lightbox__caption {
  color: white;
  margin: 1rem;
  text-align: center;
}
#lightbox button {
  background-color: white;
  border: none;
  padding: 1rem;
  cursor: pointer;
}
#lightbox #lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  background: none;
  color: white;
}

.lightbox__content {
  position: relative;
  text-align: center;
}
.lightbox__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 90%;
  margin: 1rem auto;
}

.product__layout {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 769px) {
  .product__layout {
    flex-direction: column;
  }
}
.product__details {
  flex: 0 0 60%;
  padding: 2rem 10rem 10rem 2rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 769px) {
  .product__details {
    padding: 2rem;
  }
}
.product__details li {
  margin-bottom: 1rem;
}
.product__description {
  margin-bottom: 4rem;
}
.product__features {
  margin-bottom: 4rem;
}
.product__applications {
  margin-bottom: 4rem;
}
.product__performance {
  margin-bottom: 4rem;
}
.product__pds {
  font-size: 2rem;
  padding: 2rem 0;
}
.product__heading {
  position: relative;
  margin-bottom: 6rem;
}
.product__cta {
  padding: 2rem;
}
.product__cta h4 {
  padding-top: 0;
  font-weight: 400;
}
.product__photos {
  flex: 0 0 40%;
}
.product__photos__inner {
  box-sizing: border-box;
  padding: 2rem;
  background: #eee;
}
.product__main_photo {
  height: 40rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.product-tiles {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  align-items: stretch;
}
.product-tiles__item {
  flex: 0 0 calc(20% - 3rem);
  max-width: 32rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: #E8E8E8;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .product-tiles__item {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  .product-tiles__item {
    flex: 0 0 33%;
  }
}
.product-tiles__image__block {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
}
.product-tiles__image {
  max-height: 20rem;
  max-width: 100%;
}
.product-tiles__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 100%;
  padding: 3rem 1rem;
  width: 100%;
  box-sizing: border-box;
}
.product-tiles__name {
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}
.product-tiles__name a, .product-tiles__name a:active, .product-tiles__name a:visited {
  text-decoration: none;
  color: inherit;
}
.product-tiles__code {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  color: #CD163F;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

@media screen and (max-width: 600px) {
  .product-tiles {
    gap: 2rem;
  }
  .product-tiles__item {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 900px) {
  .product-tiles {
    gap: 2rem;
  }
  .product-tiles__item {
    flex: 0 0 calc(50% - 2rem);
  }
}
@media screen and (min-width: 901px) and (max-width: 1540px) {
  .product-tiles {
    gap: 2rem;
  }
  .product-tiles__item {
    flex: 0 0 calc(25% - 2rem);
  }
}
@media screen and (min-width: 1541px) {
  .product-tiles {
    gap: 2rem;
  }
  .product-tiles__item {
    flex: 0 0 calc(20% - 3rem);
  }
}
.custom-group--bg-color-black .product-tiles__item {
  background: #3b3737;
}

.custom-group--bg-color-grey-cool .product-tiles__item {
  background: #F5F4F3;
}

.qr-code.aligncenter {
  text-align: center;
}

.quick-links {
  display: flex;
  flex-direction: row;
  gap: 4rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem;
}
@media screen and (max-width: 60rem) {
  .quick-links {
    gap: 2rem;
  }
}

.quick-link__item a, .quick-link__item a:visited, .quick-link__item a:active {
  color: #757575;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  padding: 2rem 0;
  transition: color 0.5s, border 0.5s;
}
@media screen and (max-width: 60rem) {
  .quick-link__item a, .quick-link__item a:visited, .quick-link__item a:active {
    padding: 0.5rem 0;
  }
}
.quick-link__item a:hover, .quick-link__item a:visited:hover, .quick-link__item a:active:hover {
  color: black;
  border-bottom-color: #CD163F;
}

.quick-link__heading {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #CD163F;
  text-transform: uppercase;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}
@media only screen and (min-width: 321px) and (max-width: 400px), only screen and (min-width: 401px) and (max-width: 600px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 769px) {
  html {
    font-size: 9px;
  }
}

body {
  font-family: "Barlow", Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  overflow-x: hidden;
  color: #323940;
  background-color: #fff;
}

.site {
  position: relative;
  padding-top: 13rem;
  background-color: #E8E8E8;
  background-color: #d3d2d2;
}

.site-main {
  background: linear-gradient(to bottom, #E8E8E8, white 540px, white 100%);
}

.single-product .site-main {
  background: #fff;
}

a, a:visited, a:active {
  color: #CD163F;
  text-decoration: underline;
}

a:hover {
  color: #1C1A1A;
}

section {
  scroll-snap-align: start;
  position: relative;
}

main {
  overflow-x: hidden;
  padding: 0;
}

figure {
  padding: 0;
  margin: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #fff;
}

.container {
  max-width: 140rem;
  margin: 0 auto;
}

.error-404 {
  padding: 20rem 0;
  text-align: center;
}

.intro--mini {
  font-size: 1.8rem;
  max-width: 96rem;
  margin: 2rem auto;
}/*# sourceMappingURL=style.css.map */