/* ==========================================================================
   Functions
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Burger Menu Mixin
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: "SignaWebPro-Black";
  src: url("../../fonts/signa-pro-black.woff2") format("woff2"), url("../../fonts/signa-pro-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   Keyframes
   ========================================================================== */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* ==========================================================================
   Typography
   ========================================================================== */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body,
input,
select,
textarea {
  color: #3c3b3b;
  font-size: 100%;
}

body {
  font-size: 16px;
  font-family: "montserrat", sans-serif;
  line-height: 1.5;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5091CD;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  margin: 1em 0 1em 0;
  line-height: 1.2;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 .color-white,
h2 .color-white,
h3 .color-white,
h4 .color-white,
h5 .color-white,
h6 .color-white {
  color: #fff;
}
h1 .color-base,
h2 .color-base,
h3 .color-base,
h4 .color-base,
h5 .color-base,
h6 .color-base {
  color: #3c3b3b;
}
h1 .color-brand,
h2 .color-brand,
h3 .color-brand,
h4 .color-brand,
h5 .color-brand,
h6 .color-brand {
  color: #5091CD;
}
h1 .color-brand-dark,
h2 .color-brand-dark,
h3 .color-brand-dark,
h4 .color-brand-dark,
h5 .color-brand-dark,
h6 .color-brand-dark {
  color: color-mix(in srgb, black 30%, #5091CD);
}
h1 .color-brand-medium,
h2 .color-brand-medium,
h3 .color-brand-medium,
h4 .color-brand-medium,
h5 .color-brand-medium,
h6 .color-brand-medium {
  color: #5091CD;
}

h1 {
  font-family: "SignaWebPro-Black", sans-serif;
  font-weight: 900;
  font-size: 3rem;
}
@media (width <= 90em) {
  h1 {
    font-size: 2.375rem;
  }
}
@media (width <= 46.25em) {
  h1 {
    font-size: 1.625rem;
  }
}

h2 {
  font-family: "SignaWebPro-Black", sans-serif;
  font-weight: 900;
  font-size: 2rem;
}
@media (width <= 46.25em) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media (width <= 46.25em) {
  h3 {
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media (width <= 46.25em) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 1.125rem;
}
@media (width <= 46.25em) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 1rem;
}

p,
ul,
ol {
  font-size: 1rem;
  margin: 0 0 1em 0;
}
p .color-white,
ul .color-white,
ol .color-white {
  color: #fff;
}
p .color-base,
ul .color-base,
ol .color-base {
  color: #3c3b3b;
}
p .color-brand,
ul .color-brand,
ol .color-brand {
  color: #5091CD;
}
p .color-brand-dark,
ul .color-brand-dark,
ol .color-brand-dark {
  color: color-mix(in srgb, black 30%, #5091CD);
}
p .color-brand-medium,
ul .color-brand-medium,
ol .color-brand-medium {
  color: #5091CD;
}

ul,
ol {
  margin-left: 20px;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}
li::marker {
  color: #5091CD;
}

a {
  color: #5091CD;
  text-decoration: underline;
  transition: color 0.1s linear;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
a:focus, a:hover {
  color: #3478b6;
}
a:hover {
  outline-width: 0;
}
a:active {
  color: #295e8e;
  outline-width: 0;
}
a:focus:not(:focus-visible) {
  outline: none;
}
a img {
  border: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dddddd;
  margin: 1em 0;
  padding: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}
img.image-left,
picture.image-left {
  float: left;
  margin: 0 1em 1em 0;
}
img.image-right,
picture.image-right {
  float: right;
  margin: 0 0 1em 1em;
}

blockquote {
  font-family: "montserrat", sans-serif;
  margin: 1.25em 0;
  padding: 0;
  font-style: italic;
  font-size: 1.75rem;
  text-align: center;
  font-weight: 500;
}
@media (width <= 64em) {
  blockquote {
    font-size: 1.25rem;
  }
}

strong,
b {
  font-weight: 600;
}

/* ==========================================================================
   Forms
   ========================================================================== */
fieldset {
  background: #fff;
  border: 1px solid #dddddd;
  margin: 0;
  margin-bottom: 16px;
  padding: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #3c3b3b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
}

.field-validation-error {
  color: #cc0000;
  display: block;
  font-size: 0.875rem;
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  font-size: 1rem;
  font-family: "montserrat", sans-serif;
  padding: 10px;
  line-height: auto;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #3c3b3b;
  width: 100%;
  border-radius: 0;
  transition: background 0.25s ease-in-out;
}
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=email]::placeholder,
input[type=file]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #858585;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
}
input[type=date]:disabled,
input[type=datetime-local]:disabled,
input[type=email]:disabled,
input[type=file]:disabled,
input[type=month]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
input[type=week]:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
  opacity: 0.35;
  user-select: none;
  pointer-events: none;
}
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
  background-color: rgba(255, 255, 255, 0.5);
  outline: none;
}

input {
  -webkit-appearance: none;
}

textarea {
  height: 200px;
  resize: vertical;
}

/* Customised Select Boxes */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:not([multiple]) {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0MCIgaGVpZ2h0PSI2NDAiIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48dGl0bGU+PC90aXRsZT48ZyBpZD0iaWNvbW9vbi1pZ25vcmUiPjwvZz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMjk3LjM3NiA0MTQuNGwyMi42MjQgMjIuNjI0IDE4MS4wMjQtMTgxLjAyNC00NS4yNDgtNDUuMjQ4LTEzNS43NzYgMTM1Ljc0NC0xMzUuNzc2LTEzNS43NDQtNDUuMjQ4IDQ1LjI0OHoiPjwvcGF0aD48L3N2Zz4=);
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-right: 2em;
  }
}

/* Custom checkboxes and Radios */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
  input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}
input[type=checkbox] ~ label,
input[type=radio] ~ label {
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 0.875rem;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 1.25em;
  height: 1.25em;
  padding: 0;
  margin: 0 10px 0 0;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  cursor: not-allowed;
  opacity: 0.35;
  user-select: none;
  pointer-events: none;
}

input[type=checkbox] {
  border: 1px solid #3c3b3b;
  background-color: #ffffff;
}
input[type=checkbox]:after {
  visibility: hidden;
  opacity: 0;
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PGcgaWQ9Imljb21vb24taWdub3JlIj48L2c+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQzMiw2NEwxOTIsMzA0TDgwLDE5MkwwLDI3MmwxOTIsMTkybDMyMC0zMjBMNDMyLDY0eiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.25s linear;
}
input[type=checkbox]:checked {
  background-color: #5091CD;
}
input[type=checkbox]:checked:after {
  visibility: visible;
  opacity: 1;
}
input[type=checkbox].checkbox--switch {
  width: 2.25em;
  border: 1px solid #3c3b3b;
  border-radius: 1em;
}
input[type=checkbox].checkbox--switch:after {
  content: "";
  visibility: visible;
  opacity: 1;
  display: block;
  border: 1px solid #3c3b3b;
  background-image: none;
  background-color: transparent;
  width: calc(1em - 6px);
  height: calc(1em - 6px);
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
}
input[type=checkbox].checkbox--switch:checked {
  background-color: #ffffff;
}
input[type=checkbox].checkbox--switch:checked:after {
  transform: translateX(1em);
  background-color: #5091CD;
}

input[type=radio] {
  border: 1px solid #3c3b3b;
  border-radius: 50%;
  background-color: #ffffff;
}
input[type=radio]:after {
  visibility: hidden;
  opacity: 0;
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  transition: all 0.25s linear;
  margin: auto;
}
input[type=radio]:checked {
  background-color: #5091CD;
}
input[type=radio]:checked:after {
  visibility: visible;
  opacity: 1;
}

.field-number {
  position: relative;
}
.field-number__btn {
  background: transparent;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  height: 1.25rem;
  left: 20px;
  line-height: 1;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  -webkit-appearance: none;
}
.field-number__btn:last-child {
  left: auto;
  right: 20px;
}

input[type=number].input-qty {
  /* Hide arrows: Chrome, Safari, Edge, Opera */
  /* Hide arrows: Firefox */
  -moz-appearance: textfield;
  font-family: "montserrat", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  text-decoration: none;
  padding: 1em 2.5em;
  background: color-mix(in srgb, white 70%, #858585);
  border: 1px solid color-mix(in srgb, white 70%, #858585);
  -webkit-appearance: none;
  border-radius: 3rem;
  width: 180px;
}
input[type=number].input-qty::-webkit-outer-spin-button, input[type=number].input-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (width <= 46.25em) {
  input[type=number].input-qty {
    display: flex;
    width: 100%;
  }
}
input[type=number].input-qty:hover, input[type=number].input-qty:focus {
  border-color: color-mix(in srgb, black 30%, #5091CD);
}
input[type=number].input-qty:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  filter: grayscale(100%);
}

/* ==========================================================================
   Tables
   ========================================================================== */
table {
  font-size: 1rem;
  width: 100%;
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
table thead tr {
  background-color: whitesmoke;
}
table tbody tr:nth-child(even) {
  background-color: #fff;
}
table th,
table td {
  border: 1px solid #dddddd;
  padding: 10px;
  text-align: left;
}
@media (width <= 48em) {
  table th {
    display: none;
  }
}
@media (width <= 48em) {
  table td {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px;
    position: relative;
  }
  table td:before {
    content: attr(data-th);
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
  }
  table td.actions:before {
    display: block;
    margin-bottom: 5px;
  }
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.button,
button {
  font-family: "montserrat", sans-serif;
}
.button:focus,
button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.button:hover,
button:hover {
  outline-width: 0 !important;
}
.button:active,
button:active {
  outline-width: 0 !important;
}
.button:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}
.button + .button, .button + button,
button + .button,
button + button {
  margin-left: 10px;
}
@media (width <= 46.25em) {
  .button + .button, .button + button,
  button + .button,
  button + button {
    margin-left: 0;
    margin-top: 10px;
  }
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: "montserrat", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075rem;
  text-align: center;
  text-decoration: none;
  padding: 1rem 3.125rem;
  background: #5091CD;
  border: 1px solid #5091CD;
  -webkit-appearance: none;
  border-radius: 3rem;
  transition: all 0.25s ease-in-out;
  position: relative;
  cursor: pointer;
}
@media (width <= 46.25em) {
  .button {
    display: flex;
    width: 100%;
  }
}
.button:hover, .button:focus {
  background: color-mix(in srgb, black 30%, #5091CD);
  border-color: color-mix(in srgb, black 30%, #5091CD);
  color: #ffffff;
}
.button:active {
  background: color-mix(in srgb, black 30%, #5091CD);
  border-color: color-mix(in srgb, black 30%, #5091CD);
  filter: brightness(90%);
}
.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  filter: grayscale(100%);
}
.button--small {
  font-size: 0.6875rem;
}
.button--ghost {
  color: #3c3b3b;
  background-color: transparent;
  border-color: #3c3b3b;
}
.button--ghost:hover, .button--ghost:focus {
  color: #ffffff;
  background-color: #3c3b3b;
}
.button--light {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #3c3b3b;
}
.button--light:hover, .button--light:focus {
  color: #3c3b3b;
  background-color: #ffffff;
  border-color: #ffffff;
  opacity: 0.75;
}
.button--secondary:hover, .button--secondary:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
  background-color: #ffffff;
  border-color: #ffffff;
}
.button--success {
  background-color: #008660;
  border-color: #008660;
}
.button--danger {
  background-color: #cc0000;
  border-color: #cc0000;
}
.button--warning {
  background-color: #e87300;
  border-color: #e87300;
}
.button--scroll {
  display: inline-block;
  font-size: 0.75rem !important;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button--scroll .icon {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
.button .icon {
  width: 1em;
  height: 1em;
}
.button .icon:first-child {
  margin-right: 10px;
}
.button .icon:last-child {
  margin-left: 10px;
}

.view-all-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #3c3b3b;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
}
.view-all-button:hover, .view-all-button:focus {
  color: #5091CD;
}
.view-all-button:hover .icon, .view-all-button:focus .icon {
  transform: translateX(2px);
}
.view-all-button .icon {
  font-size: 2em;
  margin-left: 2px;
  transition: transform 0.25s ease-in-out;
}

input[type=file]::file-selector-button {
  color: #ffffff;
  font-family: "SignaWebPro-Black", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 1em;
  background: #5091CD;
  border: 1px solid #5091CD;
  -webkit-appearance: none;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
  position: relative;
  cursor: pointer;
}

/* ==========================================================================
   Icons
   ========================================================================== */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================================================
   Ajax Spinner
   ========================================================================== */
.ajax-spinner {
  border: 0.1875rem solid rgba(0, 0, 0, 0.4);
  border-top-color: #000000;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  animation: spin 1s linear infinite;
}

.ajax-spinner-container-dark {
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  padding: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ajax-spinner-container-dark .ajax-spinner {
  border-color: rgba(255, 255, 255, 0.4);
  border-top-color: #ffffff;
}

.ajax-spinner-container-light {
  z-index: 999;
  background: rgba(255, 255, 255, 0.5);
  padding: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ajax-spinner-container-light .ajax-spinner {
  border-color: rgba(0, 0, 0, 0.4);
  border-top-color: #000000;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination {
  display: flex;
  justify-content: center;
}
.pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  font-size: 0.875rem;
}
.pagination__item {
  background-color: #f5f5f5;
}
.pagination__item:first-child {
  border-radius: 2em 0 0 2em;
}
.pagination__item:last-child {
  border-radius: 0 2em 2em 0;
}
.pagination__link {
  display: flex;
  padding: 1.25em;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #3c3b3b;
}
.pagination__link:hover, .pagination__link:focus {
  color: #5091CD;
}
.pagination__link .icon {
  font-size: 1rem;
  display: block;
}
.pagination__link--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.pagination__page {
  display: block;
  padding: 1.25em 3em;
  font-weight: 600;
  letter-spacing: 0.25em;
  line-height: 1;
}

/* ==========================================================================
   Tooltips
   ========================================================================== */
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.4;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  content: " ";
  position: absolute;
  bottom: calc(120% - 5px);
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: hsla(0, 0%, 20%, 0.9);
  border-width: 5px;
  margin-left: -5px;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* ==========================================================================
   Global styles
   ========================================================================== */
* {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
@media screen {
  .fade-in {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1.5s cubic-bezier(0.2, 1, 0.3, 1), transform 1.5s cubic-bezier(0.2, 1, 0.3, 1);
  }
  .fade-in.fade-in--is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}
[id] {
  scroll-margin-top: 100px;
}

body.lock-scroll {
  height: 100%;
  overflow: hidden;
}
body.no-intersection-observer .fade-in {
  opacity: 1;
  transform: translateY(0);
}

.article-detail .article-content img {
  margin-bottom: 1.25em;
}

/* ==========================================================================
   Grid Settings
   ========================================================================== */
.column-wrapper {
  /* Flexbox fallback styles for IE11 */
  width: calc(100% - 2.5rem * 2);
  max-width: 96rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@supports (display: grid) {
  .column-wrapper {
    width: calc(100% - 2.5rem * 2);
    max-width: 93.5rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 2.5rem;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-wrapper {
      width: calc(100% - 2.5rem);
      column-gap: 1.25rem;
    }
  }
}
.column-wrapper .column-wrapper {
  width: 100%;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@supports (display: grid) {
  .column-wrapper .column-wrapper {
    width: 100%;
    grid-column-end: span 12;
    margin-left: 0;
    margin-right: 0;
  }
}

.column-1of12 {
  width: calc(8.33% - 2.5rem);
  margin: 0 1.25rem;
}
@supports (display: grid) {
  .column-1of12 {
    width: auto;
    margin: 0;
    grid-column-end: span 1;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-1of12 {
      grid-column-end: span 12;
    }
  }
}

.column-2of12 {
  width: calc(16.66% - 2.5rem);
  margin: 0 1.25rem;
}
@supports (display: grid) {
  .column-2of12 {
    width: auto;
    margin: 0;
    grid-column-end: span 2;
  }
}
@media (width <= 46.25em) {
  @supports (display: grid) {
    .column-2of12 {
      grid-column-end: span 6;
    }
  }
}

.column-1of4,
.column-3of12 {
  width: calc(25% - 2.5rem);
  margin: 0 1.25rem;
}
@supports (display: grid) {
  .column-1of4,
  .column-3of12 {
    width: auto;
    margin: 0;
    grid-column-end: span 3;
  }
}
@media (width <= 46.25em) {
  @supports (display: grid) {
    .column-1of4,
    .column-3of12 {
      grid-column-end: span 12;
    }
  }
}

.column-1of3,
.column-4of12 {
  width: calc(33.3% - 2.5rem);
  margin: 0 1.25rem;
}
@media (width <= 48em) {
  .column-1of3,
  .column-4of12 {
    width: 100%;
  }
}
@supports (display: grid) {
  .column-1of3,
  .column-4of12 {
    width: auto;
    margin: 0;
    grid-column-end: span 4;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-1of3,
    .column-4of12 {
      grid-column-end: span 12;
    }
  }
}

.column-5of12 {
  width: calc(41.66% - 2.5rem);
  margin: 0 1.25rem;
}
@supports (display: grid) {
  .column-5of12 {
    width: auto;
    margin: 0;
    grid-column-end: span 5;
  }
}
@media (width <= 46.25em) {
  @supports (display: grid) {
    .column-5of12 {
      grid-column-end: span 12;
    }
  }
}

.column-1of2,
.column-2of4,
.column-6of12 {
  width: calc(50% - 2.5rem);
  margin: 0 1.25rem;
}
@supports (display: grid) {
  .column-1of2,
  .column-2of4,
  .column-6of12 {
    width: auto;
    margin: 0;
    grid-column-end: span 6;
  }
}
@media (width <= 46.25em) {
  @supports (display: grid) {
    .column-1of2,
    .column-2of4,
    .column-6of12 {
      grid-column-end: span 12;
    }
  }
}

.column-7of12 {
  width: calc(58.3% - 2.5rem);
  margin: 0 1.25rem;
}
@supports (display: grid) {
  .column-7of12 {
    width: auto;
    margin: 0;
    grid-column-end: span 7;
  }
}
@media (width <= 46.25em) {
  @supports (display: grid) {
    .column-7of12 {
      grid-column-end: span 12;
    }
  }
}

.column-2of3,
.column-8of12 {
  width: calc(66.6% - 2.5rem);
  margin: 0 1.25rem;
}
@media (width <= 48em) {
  .column-2of3,
  .column-8of12 {
    width: 100%;
  }
}
@supports (display: grid) {
  .column-2of3,
  .column-8of12 {
    width: auto;
    margin: 0;
    grid-column-end: span 8;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-2of3,
    .column-8of12 {
      grid-column-end: span 12;
    }
  }
}

.column-3of4,
.column-9of12 {
  width: calc(75% - 2.5rem);
  margin: 0 1.25rem;
}
@supports (display: grid) {
  .column-3of4,
  .column-9of12 {
    width: auto;
    margin: 0;
    grid-column-end: span 9;
  }
}
@media (width <= 46.25em) {
  @supports (display: grid) {
    .column-3of4,
    .column-9of12 {
      grid-column-end: span 12;
    }
  }
}

.column-10of12 {
  width: calc(91.63% - 2.5rem);
  margin: 0 1.25rem;
}
@supports (display: grid) {
  .column-10of12 {
    width: auto;
    margin: 0;
    grid-column-end: span 10;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-10of12 {
      grid-column-end: span 12;
    }
  }
}

.column-11of12 {
  width: calc(91.63% - 2.5rem);
  margin: 0 1.25rem;
}
@supports (display: grid) {
  .column-11of12 {
    width: auto;
    margin: 0;
    grid-column-end: span 11;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-11of12 {
      grid-column-end: span 12;
    }
  }
}

.column-1of1,
.column-12of12 {
  width: calc(100% - 2.5rem);
  margin: 0 1.25rem;
}
@supports (display: grid) {
  .column-1of1,
  .column-12of12 {
    width: auto;
    margin: 0;
    grid-column-end: span 12;
  }
}

/* ==========================================================================
   Grid Offset
   ========================================================================== */
.column-start-1 {
  margin-left: calc(0% + 1.25rem);
}
@supports (display: grid) {
  .column-start-1 {
    margin-left: unset;
    grid-column-start: 1;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-start-1 {
      grid-column-start: auto;
    }
  }
}

.column-start-2 {
  margin-left: calc(8.3333333333% + 1.25rem);
}
@supports (display: grid) {
  .column-start-2 {
    margin-left: unset;
    grid-column-start: 2;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-start-2 {
      grid-column-start: auto;
    }
  }
}

.column-start-3 {
  margin-left: calc(16.6666666667% + 1.25rem);
}
@supports (display: grid) {
  .column-start-3 {
    margin-left: unset;
    grid-column-start: 3;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-start-3 {
      grid-column-start: auto;
    }
  }
}

.column-start-4 {
  margin-left: calc(25% + 1.25rem);
}
@supports (display: grid) {
  .column-start-4 {
    margin-left: unset;
    grid-column-start: 4;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-start-4 {
      grid-column-start: auto;
    }
  }
}

.column-start-5 {
  margin-left: calc(33.3333333333% + 1.25rem);
}
@supports (display: grid) {
  .column-start-5 {
    margin-left: unset;
    grid-column-start: 5;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-start-5 {
      grid-column-start: auto;
    }
  }
}

.column-start-6 {
  margin-left: calc(41.6666666667% + 1.25rem);
}
@supports (display: grid) {
  .column-start-6 {
    margin-left: unset;
    grid-column-start: 6;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-start-6 {
      grid-column-start: auto;
    }
  }
}

.column-start-7 {
  margin-left: calc(50% + 1.25rem);
}
@supports (display: grid) {
  .column-start-7 {
    margin-left: unset;
    grid-column-start: 7;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-start-7 {
      grid-column-start: auto;
    }
  }
}

.column-start-8 {
  margin-left: calc(58.3333333333% + 1.25rem);
}
@supports (display: grid) {
  .column-start-8 {
    margin-left: unset;
    grid-column-start: 8;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-start-8 {
      grid-column-start: auto;
    }
  }
}

.column-start-9 {
  margin-left: calc(66.6666666667% + 1.25rem);
}
@supports (display: grid) {
  .column-start-9 {
    margin-left: unset;
    grid-column-start: 9;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-start-9 {
      grid-column-start: auto;
    }
  }
}

.column-start-10 {
  margin-left: calc(75% + 1.25rem);
}
@supports (display: grid) {
  .column-start-10 {
    margin-left: unset;
    grid-column-start: 10;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-start-10 {
      grid-column-start: auto;
    }
  }
}

.column-start-11 {
  margin-left: calc(83.3333333333% + 1.25rem);
}
@supports (display: grid) {
  .column-start-11 {
    margin-left: unset;
    grid-column-start: 11;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-start-11 {
      grid-column-start: auto;
    }
  }
}

.column-start-12 {
  margin-left: calc(91.6666666667% + 1.25rem);
}
@supports (display: grid) {
  .column-start-12 {
    margin-left: unset;
    grid-column-start: 12;
  }
}
@media (width <= 48em) {
  @supports (display: grid) {
    .column-start-12 {
      grid-column-start: auto;
    }
  }
}

/* ==========================================================================
   Header
   ========================================================================== */
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 997;
  padding: 22px 0;
}
header .column-1of1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-sentinal {
  position: absolute;
  top: 20px;
}

.logo {
  display: block;
  transform-origin: top center;
  transition: transform linear 0.25s;
  will-change: transform;
}
@media (width <= 64em) {
  .logo {
    width: 140px;
  }
}
.logo img {
  display: block;
}

.menu-button {
  display: none;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 40px;
}
@media (width <= 64em) {
  .menu-button {
    display: block;
    top: 10px;
  }
}
@media (width <= 48em) {
  .menu-button {
    right: 10px;
  }
}
.menu-button .burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  user-select: none;
}
.menu-button .burger-icon, .menu-button .burger-icon::before, .menu-button .burger-icon::after {
  display: block;
  width: 23px;
  height: 2px;
  background-color: color-mix(in srgb, black 30%, #5091CD);
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.menu-button .burger-icon::before, .menu-button .burger-icon::after {
  position: absolute;
  content: "";
}
.menu-button .burger-icon::before {
  top: -7px;
}
.menu-button .burger-icon::after {
  top: 7px;
}
.menu-button.is-active .burger-icon {
  background-color: transparent;
}
.menu-button.is-active .burger-icon::before {
  transform: translateY(7px) rotate(45deg);
}
.menu-button.is-active .burger-icon::after {
  transform: translateY(-7px) rotate(-45deg);
}

@media (width > 64em) {
  .main-nav {
    display: block !important;
  }
}
@media (width <= 64em) {
  .main-nav {
    /* Hide menu on smaller screens */
    display: none;
    width: 100%;
    text-align: left;
    overscroll-behavior: contain;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 0;
    background: #fff;
    height: calc(100vh - 60px);
    overflow-y: auto;
    padding: 16px 0 30px 0;
  }
}
.main-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
}
@media (width <= 64em) {
  .main-nav__list {
    display: block;
    font-size: 1.125rem;
  }
}
.main-nav__list-item {
  display: inline-block;
  margin-left: 60px;
}
@media (width <= 90em) {
  .main-nav__list-item {
    margin-left: 45px;
  }
}
@media (width <= 64em) {
  .main-nav__list-item {
    display: block;
    margin-left: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (width <= 64em) {
  .main-nav__list-item:not(:last-child) {
    border-bottom: 1px solid #dddddd;
  }
}
.main-nav__link {
  display: block;
  font-weight: normal;
  font-size: inherit;
  color: #5091CD;
  text-decoration: none;
  font-weight: 600;
}
@media (width <= 64em) {
  .main-nav__link {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.main-nav__link:hover, .main-nav__link:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
}
.main-nav__link .icon {
  font-size: 0.75rem;
  margin-left: 4px;
}
@media (width <= 64em) {
  .main-nav__link .icon {
    font-size: 1rem;
  }
}
.main-nav__link--sub-nav-active .icon {
  transform: rotate(-180deg);
}

.sub-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
@media (width <= 64em) {
  .sub-nav {
    position: static;
  }
}
.sub-nav__background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
}
@media (width <= 64em) {
  .sub-nav__background {
    display: none;
  }
}
.sub-nav__container {
  position: relative;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 130px;
}
@media (width <= 64em) {
  .sub-nav__container {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.sub-nav__footer {
  max-width: 1020px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (width <= 64em) {
  .sub-nav__footer {
    margin-top: 40px;
    max-width: 100%;
  }
}
.sub-nav__header, .sub-nav__grid {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.sub-nav__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 80px;
}
@media (width <= 64em) {
  .sub-nav__grid {
    display: block;
    max-width: 100%;
  }
}
.sub-nav__grid--blog {
  display: block;
}
@media (width <= 64em) {
  .sub-nav__grid-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.sub-nav__title {
  font-size: 0.75rem;
  margin-bottom: 1.25em;
  line-height: 1.3;
  font-weight: 600;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  color: #5091CD;
  display: flex;
  align-items: center;
}
.sub-nav__title .icon {
  font-size: 2em;
  margin-right: 8px;
}
.sub-nav__title-link {
  text-decoration: none;
  color: #5091CD;
  display: inline-flex;
  align-items: center;
}
.sub-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.125rem;
}
@media (width <= 64em) {
  .sub-nav__list {
    font-size: 1rem;
  }
}
.sub-nav__grid--blog .sub-nav__list {
  column-count: 3;
  column-gap: 40px;
}
@media (width <= 64em) {
  .sub-nav__grid--blog .sub-nav__list {
    column-count: 1;
  }
}
.sub-nav__list-item {
  display: block;
  position: relative;
  margin-bottom: 0.25em;
}
.sub-nav__link {
  display: block;
  font-weight: normal;
  font-size: inherit;
  color: #3c3b3b;
  text-decoration: none;
  text-transform: capitalize;
}
.sub-nav__link:hover, .sub-nav__link:focus {
  color: #5091CD;
}
.sub-nav__view-all {
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #3c3b3b;
  font-weight: 600;
}
@media (width <= 64em) {
  .sub-nav__view-all {
    font-size: 0.875rem;
  }
}
.sub-nav__view-all:hover, .sub-nav__view-all:focus {
  color: #5091CD;
}
.sub-nav__view-all .icon {
  margin-left: 5px;
  font-size: 1.5em;
}

.header-search-button {
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: none;
  color: #5091CD;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
  font-weight: 600;
}
@media (width <= 64em) {
  .header-search-button {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.header-search-button:hover, .header-search-button:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
}
.header-search-button .icon {
  font-size: 1.25rem;
  width: 1.25em;
  height: 1.25em;
}
@media (width <= 64em) {
  .header-search-button .icon {
    margin-right: 0.5em;
  }
}
.header-search-button__mobile-label {
  display: none;
}
@media (width <= 64em) {
  .header-search-button__mobile-label {
    display: inline-block;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media (width <= 48em) {
  footer .logo {
    margin-bottom: 40px;
  }
}
footer a {
  color: color-mix(in srgb, black 30%, #5091CD);
}
footer a:hover, footer a:focus {
  color: #5091CD;
}

.footer-menu-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2.5rem;
}
@media (width <= 48em) {
  .footer-menu-container {
    grid-column-end: span 12;
  }
}
@media (width <= 46.25em) {
  .footer-menu-container {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }
}

.footer-menu {
  margin-bottom: 40px;
}
@media (width <= 46.25em) {
  .footer-menu {
    margin-bottom: 20px;
  }
}
.footer-menu__title {
  color: color-mix(in srgb, black 30%, #5091CD);
  font-size: 0.875rem;
  font-weight: 600;
}
.footer-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
}
.footer-menu__list-item {
  margin-bottom: 1em;
}
.footer-menu__link {
  color: #3c3b3b;
  text-decoration: none;
  font-weight: 400;
}
.footer-menu__link:hover, .footer-menu__link:focus {
  color: #5091CD;
  text-decoration: underline;
}
.footer-menu .footer-phone a {
  font-weight: 600;
  text-decoration: none;
}
.footer-menu .footer-phone a:hover, .footer-menu .footer-phone a:focus {
  text-decoration: underline;
}
.footer-menu .footer-email a {
  font-weight: 600;
  text-decoration: none;
}
.footer-menu .footer-email a:hover, .footer-menu .footer-email a:focus {
  text-decoration: underline;
}

.footer-socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 1.5rem;
  margin-top: 40px;
}
.footer-socials__item:not(:last-child) {
  margin-right: 15px;
}

@media (width <= 64em) {
  .footer-copyright-container {
    grid-column-end: span 12;
    order: 2;
    margin-top: 20px;
  }
}
@media (width <= 46.25em) {
  .footer-copyright-container {
    margin-top: 40px;
  }
}

@media (width <= 64em) {
  .footer-legal-container {
    grid-column-start: 2;
    grid-column-end: span 12;
    order: 1;
  }
}
@media (width <= 48em) {
  .footer-legal-container {
    grid-column-start: 1;
  }
}

.footer-copyright {
  font-size: 0.8125rem;
}

.footer-legal-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 0.8125rem;
}
@media (width <= 46.25em) {
  .footer-legal-menu {
    display: block;
  }
}
.footer-legal-menu__item:not(:last-child) {
  margin-right: 40px;
}
@media (width <= 46.25em) {
  .footer-legal-menu__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer-legal-menu__link {
  color: #3c3b3b;
  text-decoration: none;
}
.footer-legal-menu__link:hover, .footer-legal-menu__link:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
  text-decoration: underline;
}

/* ==========================================================================
   Sliders
   ========================================================================== */
@media (width > 48em) {
  .slick-track {
    display: flex !important;
  }
}

@media (width > 48em) {
  .slick-slide {
    height: inherit !important;
  }
}
@media (width > 48em) {
  .slick-slide > div {
    height: 100%;
  }
}

.slick-arrow {
  position: relative;
  z-index: 99;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 2rem;
  width: 1em;
  height: 1em;
  color: #3c3b3b;
  transition: all 0.25s ease-in-out;
  z-index: 99;
  padding: 0;
  opacity: 0.5;
}
@media (width <= 90em) {
  .slick-arrow {
    font-size: 2rem;
  }
}
@media (width <= 46.25em) {
  .slick-arrow {
    font-size: 1.75rem;
  }
}
.slick-arrow:hover, .slick-arrow:focus {
  color: #3c3b3b;
  outline: none;
  opacity: 1;
}
.slick-arrow.slick-prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slick-arrow.slick-next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
}
.slick-dots li.slick-active button {
  background-color: #5091CD;
  box-shadow: 0 0 0 1px #fff;
}
.slick-dots button {
  font-size: 0.75rem;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  padding: 0;
  background-color: #858585;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}
.slick-dots button:hover, .slick-dots button:focus {
  background-color: #3c3b3b;
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  margin-bottom: 60px;
}
@media (width <= 48em) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
}
.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #858585;
  letter-spacing: 0.025em;
}
.breadcrumbs__list-item:not(:last-child):after {
  content: ">";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.breadcrumbs__link {
  color: #858585;
  text-decoration: none;
}
.breadcrumbs__link:hover, .breadcrumbs__link:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
  text-decoration: underline;
}

/* ==========================================================================
   Tabs
   ========================================================================== */
.tabs.ui-widget.ui-widget-content {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  font-family: "montserrat", sans-serif;
}
.tabs.ui-widget.ui-widget-content > ul,
.tabs.ui-widget.ui-widget-content .ui-tabs-nav {
  padding: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #dddddd;
}
.tabs.ui-widget.ui-widget-content > ul .ui-tabs-tab,
.tabs.ui-widget.ui-widget-content .ui-tabs-nav .ui-tabs-tab {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent !important;
}
.tabs.ui-widget.ui-widget-content > ul .ui-tabs-tab + .ui-tabs-tab,
.tabs.ui-widget.ui-widget-content .ui-tabs-nav .ui-tabs-tab + .ui-tabs-tab {
  margin-left: 40px;
}
@media (width <= 46.25em) {
  .tabs.ui-widget.ui-widget-content > ul .ui-tabs-tab + .ui-tabs-tab,
  .tabs.ui-widget.ui-widget-content .ui-tabs-nav .ui-tabs-tab + .ui-tabs-tab {
    margin-left: 20px;
  }
}
.tabs.ui-widget.ui-widget-content > ul .ui-tabs-anchor,
.tabs.ui-widget.ui-widget-content .ui-tabs-nav .ui-tabs-anchor {
  border-radius: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #858585;
  font-family: "montserrat", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: center;
  text-decoration: none;
  padding: 1.25em 0;
  background: transparent !important;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
  position: relative;
  cursor: pointer;
}
.tabs.ui-widget.ui-widget-content > ul .ui-tabs-anchor:hover, .tabs.ui-widget.ui-widget-content > ul .ui-tabs-anchor:focus,
.tabs.ui-widget.ui-widget-content .ui-tabs-nav .ui-tabs-anchor:hover,
.tabs.ui-widget.ui-widget-content .ui-tabs-nav .ui-tabs-anchor:focus {
  background: transparent;
  color: #3c3b3b;
}
.tabs.ui-widget.ui-widget-content .ui-state-active {
  border: none;
  background: none;
}
.tabs.ui-widget.ui-widget-content .ui-state-active .ui-tabs-anchor {
  background: transparent;
  color: #5091CD !important;
  font-weight: 600;
}
.tabs.ui-widget.ui-widget-content .ui-tabs-panel {
  padding: 80px 0;
}
@media (width <= 64em) {
  .tabs.ui-widget.ui-widget-content .ui-tabs-panel {
    padding: 40px 0;
  }
}
@media (width <= 48em) {
  .tabs.ui-widget.ui-widget-content .ui-tabs-panel {
    padding-bottom: 0;
  }
}
.tabs.ui-widget.ui-widget-content .ui-tabs-panel p:last-child,
.tabs.ui-widget.ui-widget-content .ui-tabs-panel ul:last-child,
.tabs.ui-widget.ui-widget-content .ui-tabs-panel ol:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Accordion
   ========================================================================== */
.accordion {
  counter-reset: accordion-counter;
  border-bottom: 1px solid #858585;
}
.accordion > h3,
.accordion .ui-accordion-header {
  position: relative;
  font-family: "montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #3c3b3b;
  margin: 0;
  padding: 16px 30px 16px 0;
  border: none;
  border-top: 1px solid #858585;
  outline: none;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 0;
}
@media (width <= 46.25em) {
  .accordion > h3,
  .accordion .ui-accordion-header {
    font-size: 1rem;
  }
}
.accordion > h3:first-child,
.accordion .ui-accordion-header:first-child {
  border-top: none;
}
.accordion > h3:before,
.accordion .ui-accordion-header:before {
  counter-increment: accordion-counter;
  content: counter(accordion-counter) ". ";
}
.accordion > h3:after,
.accordion .ui-accordion-header:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../../images/svg-icons/icons/icon-chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordion > h3:hover, .accordion > h3:focus,
.accordion .ui-accordion-header:hover,
.accordion .ui-accordion-header:focus {
  color: #5091CD;
  transition: color 0.25s ease-in-out;
}
.accordion > h3.ui-accordion-header-active,
.accordion .ui-accordion-header.ui-accordion-header-active {
  color: color-mix(in srgb, black 30%, #5091CD);
}
.accordion > h3.ui-accordion-header-active:after,
.accordion .ui-accordion-header.ui-accordion-header-active:after {
  transform: rotate(180deg);
}
.accordion > h3 .ui-accordion-header-icon,
.accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
.accordion > div,
.accordion .ui-accordion-content {
  padding: 14px 0 20px 20px;
  border: none;
  border-radius: 0;
  font-family: "montserrat", sans-serif;
}
.accordion > div a,
.accordion .ui-accordion-content a {
  color: #5091CD;
}
.accordion > div .button,
.accordion .ui-accordion-content .button {
  color: #ffffff;
}
.accordion > div p,
.accordion > div ul,
.accordion > div ol,
.accordion > div table,
.accordion .ui-accordion-content p,
.accordion .ui-accordion-content ul,
.accordion .ui-accordion-content ol,
.accordion .ui-accordion-content table {
  font-size: 0.9375rem;
}

/* ==========================================================================
   Article Detail
   ========================================================================== */
.article-detail-header {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (width <= 64em) {
  .article-detail-header {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.article-detail-header__label-group {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.article-detail-header__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #5091CD;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.article-detail-header__label:not(:last-child) {
  margin-right: 20px;
}
.article-detail-header__label:hover, .article-detail-header__label:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
}
.article-detail-header__label:hover .icon, .article-detail-header__label:focus .icon {
  color: #000000;
  filter: invert(16%) sepia(83%) saturate(1488%) hue-rotate(324deg) brightness(95%) contrast(99%);
}
.article-detail-header__label .icon {
  font-size: 2em;
  margin-right: 8px;
  color: #000000;
  filter: invert(48%) sepia(32%) saturate(7241%) hue-rotate(334deg) brightness(97%) contrast(95%);
}
.article-detail-header__title {
  font-size: 2rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #3c3b3b;
}
@media (width <= 46.25em) {
  .article-detail-header__title {
    font-size: 1.5rem;
  }
}
.article-detail-header__meta {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 46.25em) {
  .article-detail-header__meta {
    display: block;
  }
}
.article-detail-header__author {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin: 0 20px;
}
@media (width <= 46.25em) {
  .article-detail-header__author {
    margin-bottom: 10px;
  }
}
.article-detail-header__time {
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  margin: 0 20px;
}
.article-detail-header__time .icon {
  font-size: 1.25em;
  margin-right: 4px;
}

.article-detail-image {
  margin-bottom: 60px;
}
@media (width <= 64em) {
  .article-detail-image {
    margin-bottom: 40px;
  }
}
.article-detail-image img {
  display: block;
}

.article-detail-copy {
  padding-left: 130px;
  padding-right: 130px;
}
@media (width <= 64em) {
  .article-detail-copy {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (width <= 46.25em) {
  .article-detail-copy {
    padding-left: 0;
    padding-right: 0;
  }
}
.article-detail-copy blockquote {
  margin-left: -120px;
  margin-right: -120px;
}
@media (width <= 64em) {
  .article-detail-copy blockquote {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (width <= 46.25em) {
  .article-detail-copy blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-detail-copy .social-sharing {
  margin-bottom: 60px;
}
@media (width <= 64em) {
  .article-detail-copy .social-sharing {
    margin-bottom: 40px;
  }
}

/* ==========================================================================
   Article Listing
   ========================================================================== */
.article-listing {
  background-color: #F5F5F5;
}
.article-listing .column-wrapper {
  grid-row-gap: 40px;
}

/* ==========================================================================
   Article Tile
   ========================================================================== */
.article-grid .column-2of3,
.article-grid .column-1of3 {
  display: flex;
  flex-direction: column;
}

.article-tile {
  background-color: #ffffff;
  flex: 1;
}
.article-tile:not(:last-child) {
  margin-bottom: 20px;
}
.article-tile--featured {
  background-color: transparent;
  display: block;
  height: 100%;
}
@media (width <= 48em) {
  .article-tile--featured {
    height: auto;
  }
}
.article-tile--featured .article-tile__content {
  background-color: #ffffff;
}
.article-tile--horizontal {
  display: flex;
}
@media (width <= 48em) {
  .article-tile--horizontal {
    display: block;
  }
}
.article-tile:focus-within .article-tile__image img {
  transform: scale(1.025);
}
.article-tile__image {
  display: block;
  overflow: hidden;
}
.article-tile--horizontal .article-tile__image {
  width: 216px;
}
@media (width <= 48em) {
  .article-tile--horizontal .article-tile__image {
    width: 100%;
  }
}
.article-tile__image:hover img, .article-tile__image:focus img {
  transform: scale(1.025);
}
.article-tile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}
.article-tile__content {
  flex: 1;
  padding: 20px 20px 30px 20px;
}
.article-tile__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.article-tile__category a {
  color: #5091CD;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
}
.article-tile__category a:hover, .article-tile__category a:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
}
.article-tile__category a:hover .icon, .article-tile__category a:focus .icon {
  color: #000000;
  filter: invert(16%) sepia(83%) saturate(1488%) hue-rotate(324deg) brightness(95%) contrast(99%);
}
.article-tile__category a .icon {
  color: #000000;
  display: block;
  font-size: 2em;
  margin-right: 8px;
  filter: invert(48%) sepia(32%) saturate(7241%) hue-rotate(334deg) brightness(97%) contrast(95%);
}
.article-tile__time {
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
}
.article-tile__time .icon {
  font-size: 1.25em;
  margin-right: 4px;
}
.article-tile__title {
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.25rem;
}
.article-tile--featured .article-tile__title {
  font-size: 2rem;
}
@media (width <= 64em) {
  .article-tile--featured .article-tile__title {
    font-size: 1.25rem;
  }
}
.article-tile__recipe-article-title {
  text-transform: capitalize;
  padding-top: 10px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.25rem;
}
.article-tile__recipe-article-title:hover, .article-tile__recipe-article-title:focus {
  color: #5091CD;
}
.article-tile__link {
  color: #3c3b3b;
  text-decoration: none;
}
.article-tile__link:hover, .article-tile__link:focus {
  color: #5091CD;
}
.article-tile__author {
  font-size: 0.6875rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.article-tile__intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-tile--featured .article-tile__intro {
  -webkit-line-clamp: 3;
}
.article-tile p {
  font-size: 0.875rem;
}
.article-tile p:last-child {
  margin-bottom: 0;
}
.article-tile .button {
  margin-top: 20px;
}
@media (width <= 48em) {
  .article-tile .button {
    display: none;
  }
}

/* ==========================================================================
   Category Menu
   ========================================================================== */
.category-menu {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid #3c3b3b;
}
.category-menu--align-center .category-menu__list {
  justify-content: center;
}
@media (width <= 48em) {
  .category-menu--align-center .category-menu__list {
    justify-content: flex-start;
  }
}
.category-menu__nav-button {
  display: none;
  cursor: pointer;
  background: transparent;
  color: #3c3b3b;
  transition: all 0.25s ease-in-out;
  border: none;
  font-size: 1rem;
  padding: 0.5em;
  margin-bottom: -5px;
}
@media (width <= 48em) {
  .category-menu__nav-button {
    display: none !important;
  }
}
.category-menu__nav-button:hover, .category-menu__nav-button:focus {
  color: #5091CD;
}
.category-menu__nav-button:first-child {
  margin-left: -0.5em;
  margin-right: 10px;
}
.category-menu__nav-button:first-child:hover {
  transform: translateX(-3px);
}
.category-menu__nav-button:last-child {
  margin-right: -0.5em;
  margin-left: 10px;
}
.category-menu__nav-button:last-child:hover {
  transform: translateX(3px);
}
.category-menu__container {
  overflow-x: hidden;
  flex: 1;
  max-width: 77.8125rem;
  margin-left: auto;
  margin-right: auto;
}
@media (width <= 64em) {
  .category-menu__container {
    overflow-x: auto;
  }
}
@media (width <= 48em) {
  .category-menu__container {
    overflow-x: auto;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.category-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media (width <= 48em) {
  .category-menu__list-item:first-child {
    margin-left: 1.25rem;
  }
}
.category-menu__link {
  display: block;
  padding: 10px 0;
  font-weight: 400;
  color: #3c3b3b;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  width: max-content;
  margin-right: 2.5rem;
}
.category-menu__link:hover, .category-menu__link:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
  text-decoration: underline;
}
.category-menu__link.is-active {
  font-weight: 600;
}

/* ==========================================================================
   Category Tile
   ========================================================================== */
.category-tile {
  margin-bottom: 60px;
  position: relative;
}
@media (width <= 48em) {
  .category-tile {
    margin-bottom: 40px;
  }
}
.category-tile:hover img, .category-tile:focus-within img {
  transform: scale(1.025);
}
.category-tile__image {
  overflow: hidden;
  margin-bottom: 20px;
}
.category-tile__image img {
  display: block;
  transition: transform 0.5s ease-in-out;
}
.category-tile__content {
  text-align: center;
}
.category-tile__content a {
  color: #5091CD;
  text-decoration: none;
}
.category-tile__content a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.category-tile__content a:hover, .category-tile__content a:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
}

/* ==========================================================================
   Cookies Banner
   ========================================================================== */
.cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #5091CD;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  z-index: 998;
}
.cookies-banner__container {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  grid-gap: 2.5rem;
  align-items: center;
  justify-content: center;
  text-align: left;
}
@media (width <= 46.25em) {
  .cookies-banner__container {
    display: block;
  }
}
.cookies-banner p {
  font-size: 0.9375rem;
  line-height: 1.4;
}
.cookies-banner p:last-child {
  margin-bottom: 0;
}
.cookies-banner a {
  color: #ffffff;
}
.cookies-banner a:hover, .cookies-banner a:focus {
  color: rgba(255, 255, 255, 0.8);
}
.cookies-banner .button {
  padding: 0.72em 1em;
  min-width: 120px;
}
@media (width <= 46.25em) {
  .cookies-banner .button {
    margin-top: 10px;
    display: inline-flex;
    width: auto;
  }
}

/* ==========================================================================
   Contact
   ========================================================================== */
.contact-header {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (width <= 90em) {
  .contact-header {
    margin-bottom: 40px;
  }
}
@media (width <= 64em) {
  .contact-header {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (width <= 46.25em) {
  .contact-header {
    margin-bottom: 20px;
  }
}
@media (width <= 48em) {
  .contact-header .column-1of2 {
    grid-column-end: span 12;
  }
}
.contact-header h1 {
  margin-bottom: 0.25em;
}
@media (width > 90em) {
  .contact-header p {
    font-size: 1.125rem;
  }
}

.contact-details {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  border: 1px solid #5091CD;
  border-radius: 20px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 2.5rem;
}
@media (width <= 48em) {
  .contact-details {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.contact-details__form {
  background-color: rgba(133, 133, 133, 0.15);
  padding: 40px;
  position: relative;
}
@media (width <= 64em) {
  .contact-details__form {
    padding: 20px;
  }
}
@media (width <= 48em) {
  .contact-details__form {
    margin-top: 40px;
  }
}
.contact-details__form:after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../../images/paperplane.png);
  background-size: 80px;
  position: absolute;
  right: 40px;
  bottom: -30px;
}
@media (width <= 64em) {
  .contact-details__form:after {
    right: 20px;
  }
}
@media (width <= 46.25em) {
  .contact-details__form:after {
    width: 55px;
    height: 55px;
    background-size: 55px;
    bottom: -40px;
  }
}
.contact-details__form p {
  margin-bottom: 30px;
}
@media (width <= 46.25em) {
  .contact-details__form p {
    margin-bottom: 20px;
  }
}
.contact-details__form p:last-of-type {
  margin-bottom: 0;
}
.contact-details h2 {
  font-size: 1.25rem;
  color: #5091CD;
}
.contact-details h2:not(:first-child) {
  margin-top: 3em;
}
@media (width <= 48em) {
  .contact-details h2:not(:first-child) {
    margin-top: 2em;
  }
}
.contact-details p,
.contact-details ul,
.contact-details ol {
  font-size: 0.9375rem;
}
.contact-details input[type=date],
.contact-details input[type=datetime-local],
.contact-details input[type=email],
.contact-details input[type=file],
.contact-details input[type=month],
.contact-details input[type=number],
.contact-details input[type=password],
.contact-details input[type=search],
.contact-details input[type=tel],
.contact-details input[type=text],
.contact-details input[type=time],
.contact-details input[type=url],
.contact-details input[type=week],
.contact-details select,
.contact-details textarea {
  border-color: #5091CD;
}
.contact-details input[type=date]::placeholder,
.contact-details input[type=datetime-local]::placeholder,
.contact-details input[type=email]::placeholder,
.contact-details input[type=file]::placeholder,
.contact-details input[type=month]::placeholder,
.contact-details input[type=number]::placeholder,
.contact-details input[type=password]::placeholder,
.contact-details input[type=search]::placeholder,
.contact-details input[type=tel]::placeholder,
.contact-details input[type=text]::placeholder,
.contact-details input[type=time]::placeholder,
.contact-details input[type=url]::placeholder,
.contact-details input[type=week]::placeholder,
.contact-details select::placeholder,
.contact-details textarea::placeholder {
  color: #5091CD;
}
.contact-details textarea {
  height: 40px;
}

.contact-image {
  padding: 0;
}
.contact-image img {
  display: block;
  width: 100%;
}

/* ==========================================================================
   Error page
   ========================================================================== */
.error-page {
  text-align: center;
}
@media (width <= 48em) {
  .error-page .column-1of2 {
    grid-column-end: span 12;
  }
}
.error-page__image {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}
@media (width <= 46.25em) {
  .error-page__image {
    max-width: 100px;
  }
}
.error-page h1 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.error-page p {
  margin-bottom: 2em;
}
@media (width > 90em) {
  .error-page p {
    font-size: 1.25rem;
  }
}
@media (width <= 46.25em) {
  .error-page p {
    margin-bottom: 1em;
  }
}
@media (width <= 46.25em) {
  .error-page .button {
    display: inline-flex;
    width: auto;
  }
}

/* ==========================================================================
   FAQs
   ========================================================================== */
@media (width <= 64em) {
  .faqs .column-1of2 {
    grid-column-end: span 8;
    grid-column-start: 3;
  }
}
@media (width <= 48em) {
  .faqs .column-1of2 {
    grid-column-end: span 12;
    grid-column-start: auto;
  }
}

.faqs-header {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (width <= 64em) {
  .faqs-header {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.faqs-header h1 {
  margin-bottom: 0.25em;
}
@media (width > 90em) {
  .faqs-header p {
    font-size: 1.125rem;
  }
}

.faqs-filter-container {
  display: grid;
  grid-template-columns: 2fr 1.25fr;
  grid-gap: 2.5rem;
  margin-top: 40px;
}
@media (width <= 46.25em) {
  .faqs-filter-container {
    display: block;
  }
}

.faqs-filter {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
}
@media (width <= 46.25em) {
  .faqs-filter {
    margin-bottom: 10px;
    display: block;
  }
}
.faqs-filter label {
  color: #858585;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0 12px 0 0;
}
@media (width <= 46.25em) {
  .faqs-filter label {
    margin-bottom: 0.5em;
  }
}
.faqs-filter select {
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-align-last: center;
  border: 1px solid #dddddd;
  border-radius: 1.5em;
  background-color: #ffffff;
  line-height: 1.4;
}
.faqs-filter select:focus {
  outline: none;
  border-color: color-mix(in srgb, black 30%, #5091CD);
}

.faqs-search {
  position: relative;
  width: 100%;
}
.faqs-search__input input[type=text] {
  font-size: 0.875rem;
  border-radius: 1.5em;
  padding-right: 40px;
  padding-left: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  line-height: 1.4;
}
.faqs-search__input input[type=text]::placeholder {
  color: #3c3b3b;
  text-transform: none;
}
.faqs-search__input input[type=text]:focus {
  outline: none;
  border-color: color-mix(in srgb, black 30%, #5091CD);
}
.faqs-search__button {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.25rem;
  width: 1.25em;
  height: 1.25em;
  padding: 0;
  background: transparent;
  border: none;
  color: #3c3b3b;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.25s ease-in-out;
}
.faqs-search__button:hover, .faqs-search__button:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
}

/* ==========================================================================
   Hero Banner
   ========================================================================== */
.hero-banner {
  padding: 0;
  position: relative;
}
.hero-banner__slide {
  position: relative;
}
@media (width <= 48em) {
  .hero-banner__slide {
    display: flex !important;
    flex-direction: column;
  }
}
.hero-banner__link {
  text-decoration: none;
  color: #3c3b3b;
}
@media (width <= 48em) {
  .hero-banner__link {
    display: flex;
    flex-direction: column;
  }
}
.hero-banner__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (width <= 48em) {
  .hero-banner__image {
    position: static;
    order: 2;
  }
}
.hero-banner__image:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(56, 101, 143, 0.64);
}
@media (width <= 48em) {
  .hero-banner__image:before {
    display: none;
  }
}
.hero-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner__content {
  position: relative;
  min-height: 80vmin;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.5s cubic-bezier(0.2, 1, 0.3, 1), transform 1.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition-delay: 0.5s;
}
@media (width <= 90em) {
  .hero-banner__content {
    min-height: 100vmin;
  }
}
@media (width <= 64em) {
  .hero-banner__content {
    min-height: 80vmin;
  }
}
@media (width <= 48em) {
  .hero-banner__content {
    order: 1;
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    max-width: 600px;
  }
}
.slick-active .hero-banner__content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.hero-banner__content-inner {
  max-width: 600px;
}
.hero-banner__arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.hero-banner__arrows .slick-arrow {
  pointer-events: all;
  color: #5091CD;
}
.hero-banner__arrows-append {
  position: relative;
}
.hero-banner__dots {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
@media (width <= 48em) {
  .hero-banner__dots {
    position: static;
    padding-bottom: 40px;
  }
}
.hero-banner__dots .slick-dots {
  pointer-events: all;
  justify-content: flex-start;
}
@media (width <= 48em) {
  .hero-banner__dots .slick-dots {
    justify-content: center;
    margin-top: 20px;
  }
}
.hero-banner__dots-append {
  position: relative;
}
.hero-banner h1, .hero-banner h2, .hero-banner .intro {
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 0.25em;
  font-weight: 900;
  color: #ffffff;
}
@media (width <= 90em) {
  .hero-banner h1, .hero-banner h2, .hero-banner .intro {
    font-size: 3.75rem;
  }
}
@media (width <= 64em) {
  .hero-banner h1, .hero-banner h2, .hero-banner .intro {
    font-size: 2.875rem;
  }
}
@media (width <= 48em) {
  .hero-banner h1, .hero-banner h2, .hero-banner .intro {
    color: color-mix(in srgb, black 30%, #5091CD);
    font-size: 2.25rem;
  }
}
.hero-banner h1:last-child, .hero-banner h2:last-child, .hero-banner .intro:last-child {
  margin-bottom: 0;
}
.hero-banner p,
.hero-banner ul,
.hero-banner ol {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
}
.hero-banner p:last-child,
.hero-banner ul:last-child,
.hero-banner ol:last-child {
  margin-bottom: 0;
}
@media (width <= 90em) {
  .hero-banner p,
  .hero-banner ul,
  .hero-banner ol {
    font-size: 1rem;
  }
}
@media (width <= 64em) {
  .hero-banner p,
  .hero-banner ul,
  .hero-banner ol {
    font-size: 0.9375rem;
  }
}
@media (width <= 48em) {
  .hero-banner p,
  .hero-banner ul,
  .hero-banner ol {
    color: #3c3b3b;
  }
}
.hero-banner .intro {
  font-size: 2.875rem;
}
@media (width <= 90em) {
  .hero-banner .intro {
    font-size: 2.625rem;
  }
}
@media (width <= 64em) {
  .hero-banner .intro {
    font-size: 1.5rem;
  }
}
.hero-banner .color-brand {
  color: #ffffff;
}

/* ==========================================================================
   Hero Featured Products
   ========================================================================== */
.hero-featured-products__title {
  text-align: center;
}
.hero-featured-products__title h2 {
  color: #5091CD;
  font-size: 3.75rem;
  margin-top: 0;
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}
@media (width <= 90em) {
  .hero-featured-products__title h2 {
    font-size: 3rem;
  }
}
@media (width <= 64em) {
  .hero-featured-products__title h2 {
    font-size: 2rem;
  }
}
.hero-featured-products__title p {
  text-transform: uppercase;
  font-weight: 600;
}
.hero-featured-products__slider .slick-arrow.slick-prev {
  left: -80px;
  top: -40px;
}
.hero-featured-products__slider .slick-arrow.slick-next {
  right: -80px;
  top: -40px;
}
@media (width <= 46.25em) {
  .hero-featured-products__slide:not(:last-child) {
    margin-bottom: 40px;
  }
}
.hero-featured-products__slide .product-tile {
  margin-bottom: 0;
}
.hero-featured-products__cta {
  margin-top: 60px;
  text-align: center;
}

/* ==========================================================================
   Hero Our Story
   ========================================================================== */
.hero-our-story {
  background-color: color-mix(in srgb, black 30%, #5091CD);
  color: #fff;
}
.hero-our-story .column-wrapper {
  align-items: center;
}
@media (width <= 46.25em) {
  .hero-our-story .column-5of12 {
    order: 2;
  }
}
@media (width <= 46.25em) {
  .hero-our-story .column-7of12 {
    order: 1;
  }
}
@media (width <= 46.25em) {
  .hero-our-story__content {
    text-align: center;
  }
}
.hero-our-story__content h2 {
  font-size: 3.75rem;
  line-height: 1.05;
  margin-bottom: 0.25em;
  color: #fff;
}
@media (width <= 90em) {
  .hero-our-story__content h2 {
    font-size: 3rem;
  }
}
@media (width <= 64em) {
  .hero-our-story__content h2 {
    font-size: 2rem;
  }
}
.hero-our-story__image {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ==========================================================================
   Hero Search
   ========================================================================== */
.hero-search {
  background-color: #5091CD;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (width <= 46.25em) {
  .hero-search {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.hero-search--results-page {
  padding-top: 70px;
}
@media (width <= 64em) {
  .hero-search--results-page {
    padding-top: 30px;
  }
}
.hero-search__form {
  position: relative;
}
.hero-search__input input[type=text] {
  border-radius: 1.5em;
  padding: 0.75em 2.5em 0.75em 1em;
  font-size: 1.75rem;
  text-align: center;
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
@media (width <= 64em) {
  .hero-search__input input[type=text] {
    font-size: 1.125rem;
  }
}
.hero-search__input input[type=text]::placeholder {
  font-size: 1.75rem;
  letter-spacing: normal;
  color: rgba(133, 133, 133, 0.7);
  text-transform: none;
}
@media (width <= 64em) {
  .hero-search__input input[type=text]::placeholder {
    font-size: 1.125rem;
  }
}
.hero-search__input input[type=text]:focus {
  outline: none;
  border-color: color-mix(in srgb, black 30%, #5091CD);
}
.hero-search__button {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 2rem;
  width: 1.25em;
  height: 1.25em;
  padding: 0;
  background: transparent;
  border: none;
  color: #5091CD;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.25s ease-in-out;
}
@media (width <= 48em) {
  .hero-search__button {
    font-size: 1.75rem;
  }
}
.hero-search__button:hover, .hero-search__button:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
}

/* ==========================================================================
   Hero Social Media
   ========================================================================== */
.hero-social-media {
  background-color: #5091CD;
  color: #fff;
  position: relative;
}
@media (width <= 48em) {
  .hero-social-media {
    text-align: center;
  }
}
.hero-social-media__title {
  text-align: center;
}
.hero-social-media__title h2 {
  color: inherit;
  font-size: 3.75rem;
  margin-top: 0;
}
@media (width <= 90em) {
  .hero-social-media__title h2 {
    font-size: 3rem;
  }
}
@media (width <= 64em) {
  .hero-social-media__title h2 {
    font-size: 2rem;
  }
}
.hero-social-media__photo-feed {
  text-align: center;
}
.hero-social-media__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media (width <= 90em) {
  .hero-social-media__list {
    font-size: 1.25rem;
  }
}
@media (width <= 64em) {
  .hero-social-media__list {
    font-size: 1rem;
  }
}
.hero-social-media__list .icon {
  font-size: 5.25rem;
  color: #ffffff;
  margin-right: 12px;
  transition: all 0.25s ease-in-out;
}
@media (width <= 48em) {
  .hero-social-media__list .icon {
    font-size: 4.25rem;
  }
}
@media (width <= 30em) {
  .hero-social-media__list .icon {
    font-size: 3.5em;
  }
}
@media (width <= 48em) {
  .hero-social-media__list--labelled {
    display: inline-block;
  }
}
@media (width <= 48em) {
  .hero-social-media__list--labelled .hero-social-media__list-item {
    min-width: 100%;
    text-align: left;
  }
  .hero-social-media__list--labelled .hero-social-media__list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.hero-social-media__list--labelled .hero-social-media__list-item .icon {
  font-size: 3rem;
}
.hero-social-media__list-item:not(:last-child) {
  margin-right: 60px;
}
@media (width <= 64em) {
  .hero-social-media__list-item:not(:last-child) {
    margin-right: 40px;
  }
}
@media (width <= 30em) {
  .hero-social-media__list-item:not(:last-child) {
    margin-right: 20px;
  }
}
.hero-social-media__list-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}
.hero-social-media__list-link:hover, .hero-social-media__list-link:focus {
  opacity: 0.5;
  color: #ffffff;
}
.hero-social-media__list-link .icon {
  font-size: 5.25rem;
  color: #ffffff;
  margin-right: 12px;
  transition: all 0.25s ease-in-out;
}
@media (width <= 48em) {
  .hero-social-media__list-link .icon {
    font-size: 4.25rem;
  }
}
@media (width <= 30em) {
  .hero-social-media__list-link .icon {
    font-size: 3.5em;
  }
}

/* ==========================================================================
   Hero Wellness Hub
   ========================================================================== */
.hero-wellness-hub {
  background-color: #F5F5F5;
}
.hero-wellness-hub__title {
  text-align: center;
}
.hero-wellness-hub__title h1, .hero-wellness-hub__title h2 {
  color: #5091CD;
  font-size: 3.75rem;
}
@media (width <= 90em) {
  .hero-wellness-hub__title h1, .hero-wellness-hub__title h2 {
    font-size: 3rem;
  }
}
@media (width <= 64em) {
  .hero-wellness-hub__title h1, .hero-wellness-hub__title h2 {
    font-size: 2rem;
  }
}
.hero-wellness-hub__cta {
  text-align: center;
  margin-top: 40px;
}
@media (width <= 48em) {
  .hero-wellness-hub__cta {
    margin-top: 20px;
  }
}
@media (width <= 48em) {
  .hero-wellness-hub .column-1of2 {
    grid-column-end: span 12;
  }
}

/* ==========================================================================
   Quiz Banner
   ========================================================================== */
.quiz-banner {
  background-color: color-mix(in srgb, black 30%, #5091CD);
  color: #ffffff;
  display: flex;
  position: relative;
}
@media (width <= 46.25em) {
  .quiz-banner {
    flex-direction: column;
  }
}
.quiz-banner--small {
  margin-bottom: 20px;
}
@media (width <= 48em) {
  .quiz-banner--small {
    margin-top: 20px;
  }
}
.quiz-banner--square {
  margin-bottom: 40px;
}
.quiz-banner__image {
  width: 50%;
}
@media (width <= 46.25em) {
  .quiz-banner__image {
    width: 100%;
    order: 1;
  }
}
.quiz-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quiz-banner--square .quiz-banner__image {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.quiz-banner--square .quiz-banner__image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(74deg, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0) 77%);
}
.quiz-banner--square-small .quiz-banner__image {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.quiz-banner--square-small .quiz-banner__image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(74deg, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0) 77%);
}
.quiz-banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  padding: 20px 40px;
}
@media (width <= 90em) {
  .quiz-banner__content {
    padding: 20px 30px;
  }
}
@media (width <= 46.25em) {
  .quiz-banner__content {
    width: 100%;
    order: 2;
    text-align: center;
    align-items: center;
  }
}
.quiz-banner--small .quiz-banner__content {
  align-items: center;
}
.quiz-banner--square .quiz-banner__content {
  width: 100%;
  aspect-ratio: 1/0.9;
}
@media (width <= 64em) {
  .quiz-banner--square .quiz-banner__content {
    padding: 40px 20px;
  }
}
@media (width <= 48em) {
  .quiz-banner--square .quiz-banner__content {
    aspect-ratio: unset;
  }
}
.quiz-banner--square .quiz-banner__content:after {
  display: none;
}
.quiz-banner--square-small .quiz-banner__content {
  width: 100%;
  aspect-ratio: 1/0.9;
  justify-content: flex-end;
}
@media (width <= 64em) {
  .quiz-banner--square-small .quiz-banner__content {
    padding: 40px 20px;
  }
}
@media (width <= 48em) {
  .quiz-banner--square-small .quiz-banner__content {
    aspect-ratio: unset;
  }
}
.quiz-banner--square-small .quiz-banner__content:after {
  display: none;
}
.quiz-banner__content h2 {
  margin-bottom: 0.5em;
}
@media (width <= 90em) {
  .quiz-banner__content h2 {
    font-size: 1.625rem;
  }
}
@media (width <= 46.25em) {
  .quiz-banner__content h2 {
    font-size: 1.75rem;
  }
}
.quiz-banner--small .quiz-banner__content h2 {
  font-size: 1.75rem;
}
@media (width <= 90em) {
  .quiz-banner--small .quiz-banner__content h2 {
    font-size: 1.625rem;
  }
}
@media (width <= 46.25em) {
  .quiz-banner--small .quiz-banner__content h2 {
    font-size: 1.75rem;
  }
}
.quiz-banner--square .quiz-banner__content h2 {
  font-size: 3rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media (width <= 90em) {
  .quiz-banner--square .quiz-banner__content h2 {
    font-size: 1.625rem;
  }
}
@media (width <= 46.25em) {
  .quiz-banner--square .quiz-banner__content h2 {
    font-size: 1.75rem;
  }
}
.quiz-banner--square-small .quiz-banner__content h2 {
  font-size: 3rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media (width <= 90em) {
  .quiz-banner--square-small .quiz-banner__content h2 {
    font-size: 1.625rem;
  }
}
@media (width <= 46.25em) {
  .quiz-banner--square-small .quiz-banner__content h2 {
    font-size: 1.75rem;
  }
}
.quiz-banner__content .button {
  margin-top: 10px;
  position: static;
}
@media (width <= 46.25em) {
  .quiz-banner__content .button {
    font-size: 0.8125rem;
  }
}
.quiz-banner--small .quiz-banner__content .button {
  font-size: 0.8125rem;
}
.quiz-banner__content .button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.quiz-banner__content h1, .quiz-banner__content h2, .quiz-banner__content h3, .quiz-banner__content h4, .quiz-banner__content h5, .quiz-banner__content h6, .quiz-banner__content p {
  margin: 0;
}

/* ==========================================================================
   Our Story
   ========================================================================== */
.our-story__inner {
  overflow: hidden;
}
.our-story__video {
  position: relative;
}
.our-story__video .video-player {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  overflow: hidden;
}

.video-player {
  display: block;
  position: relative;
}
.video-player:hover:before, .video-player:focus:before {
  opacity: 1;
}
.video-player:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  transition: opacity 0.5s ease-in-out;
}
.video-player .icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 4rem;
  height: 1em;
  width: 1em;
  margin: auto;
}
.video-player img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-section {
  background-color: color-mix(in srgb, black 30%, #5091CD);
}
.timeline-section__header {
  text-align: center;
}
.timeline-section__header h2 {
  color: #fff;
}

.timeline {
  position: relative;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.timeline__progress {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.timeline__progress-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  background: #fff;
}
.timeline__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-areas: "image image image year content content content content";
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  align-items: flex-start;
}
.timeline__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (width <= 48em) {
  .timeline__item {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-rows: max-content;
    grid-template-areas: "image year" "image content" "image content";
  }
}
.timeline__dot {
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin: auto;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background-color: color-mix(in srgb, black 30%, #5091CD);
  transition: border 0.5s ease-in-out;
  will-change: border;
}
.is-active .timeline__dot {
  border-color: #fff;
}
.timeline__image {
  grid-area: image;
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
  will-change: opacity;
}
@media (width <= 48em) {
  .timeline__image {
    padding-right: 20px;
  }
}
.is-active .timeline__image {
  opacity: 1;
}
.timeline__year {
  color: #fff;
  opacity: 0.5;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 600;
  grid-area: year;
  transition: color 0.5s ease-in-out;
  will-change: color;
}
@media (width <= 64em) {
  .timeline__year {
    font-size: 1.625rem;
  }
}
@media (width <= 48em) {
  .timeline__year {
    padding-left: 20px;
  }
}
@media (width <= 46.25em) {
  .timeline__year {
    font-size: 1.25rem;
  }
}
.is-active .timeline__year {
  opacity: 1;
}
.timeline__content {
  grid-area: content;
  padding-left: 20px;
  color: #fff;
  opacity: 0.5;
  transition: color 0.5s ease-in-out;
  will-change: color;
}
.is-active .timeline__content {
  opacity: 1;
}
.timeline__content p,
.timeline__content ul,
.timeline__content ol {
  font-size: 1.125rem;
}
@media (width <= 64em) {
  .timeline__content p,
  .timeline__content ul,
  .timeline__content ol {
    font-size: 1rem;
  }
}
@media (width <= 46.25em) {
  .timeline__content p,
  .timeline__content ul,
  .timeline__content ol {
    font-size: 0.9375rem;
  }
}
.timeline__content p:last-child,
.timeline__content ul:last-child,
.timeline__content ol:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Page Banner
   ========================================================================== */
.page-banner {
  padding: 0;
  position: relative;
}
.page-banner__slide {
  position: relative;
}
@media (width <= 48em) {
  .page-banner__slide {
    display: flex !important;
    flex-direction: column;
  }
}
.page-banner__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (width <= 48em) {
  .page-banner__image {
    position: static;
    order: 2;
  }
}
.page-banner__image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
}
@media (width <= 48em) {
  .page-banner__image:after {
    display: none;
  }
}
.page-banner__image:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(56, 101, 143, 0.64);
}
@media (width <= 48em) {
  .page-banner__image:before {
    display: none;
  }
}
.page-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner__content {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 120px;
}
@media (width <= 48em) {
  .page-banner__content {
    order: 1;
    padding-top: 55px;
    padding-bottom: 40px;
    max-width: 600px;
  }
}
@media (width <= 48em) {
  .page-banner__content .column-1of2 {
    grid-column-end: span 12;
  }
}
.page-banner__quote {
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
@media (width <= 48em) {
  .page-banner__quote {
    color: #3c3b3b;
  }
}
.page-banner__quote blockquote {
  font-size: 2.125rem;
  margin: 0 auto 0.5em auto;
  max-width: 28ch;
}
@media (width <= 64em) {
  .page-banner__quote blockquote {
    font-size: 1.5rem;
  }
}
@media (width <= 48em) {
  .page-banner__quote blockquote {
    font-size: 1.25rem;
  }
}
.page-banner__quote figcaption {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.page-banner h1, .page-banner h2 {
  color: #ffffff;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 0.25em;
}
@media (width <= 64em) {
  .page-banner h1, .page-banner h2 {
    font-size: 3rem;
  }
}
@media (width <= 48em) {
  .page-banner h1, .page-banner h2 {
    color: #5091CD;
    font-size: 2rem;
  }
}
.page-banner h1:last-child, .page-banner h2:last-child {
  margin-bottom: 0;
}
.page-banner p,
.page-banner ul,
.page-banner ol {
  color: #ffffff;
  font-size: 1.125rem;
  max-width: 430px;
  font-weight: 600;
}
.page-banner p:last-child,
.page-banner ul:last-child,
.page-banner ol:last-child {
  margin-bottom: 0;
}
@media (width <= 64em) {
  .page-banner p,
  .page-banner ul,
  .page-banner ol {
    font-size: 1rem;
  }
}
@media (width <= 48em) {
  .page-banner p,
  .page-banner ul,
  .page-banner ol {
    color: #3c3b3b;
  }
}
.page-banner .color-brand {
  color: #ffffff;
}

/* ==========================================================================
   Product Category Banner
   ========================================================================== */
.product-category-banner {
  background-color: #F5F5F5;
  display: flex;
  margin-bottom: 40px;
}
@media (width <= 48em) {
  .product-category-banner {
    margin-bottom: 40px;
  }
}
@media (width <= 46.25em) {
  .product-category-banner {
    display: block;
  }
}
.product-category-banner__content {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
@media (width <= 46.25em) {
  .product-category-banner__content {
    width: 100%;
  }
}
.product-category-banner__content h2 {
  font-size: 3.75rem;
  margin-bottom: 0.25em;
}
@media (width <= 90em) {
  .product-category-banner__content h2 {
    font-size: 3rem;
  }
}
@media (width <= 64em) {
  .product-category-banner__content h2 {
    font-size: 2rem;
  }
}
.product-category-banner__content h2:last-child {
  margin-bottom: 0;
}
.product-category-banner__content p,
.product-category-banner__content ol,
.product-category-banner__content ul {
  font-size: 1.125rem;
  font-weight: 600;
}
@media (width <= 46.25em) {
  .product-category-banner__content p,
  .product-category-banner__content ol,
  .product-category-banner__content ul {
    font-size: 1rem;
  }
}
.product-category-banner__content p:last-child,
.product-category-banner__content ol:last-child,
.product-category-banner__content ul:last-child {
  margin-bottom: 0;
}
.product-category-banner__content-inner {
  width: 100%;
  max-width: 420px;
}
@media (width <= 46.25em) {
  .product-category-banner__content-inner {
    text-align: center;
  }
}
.product-category-banner__image {
  width: 50%;
}
@media (width <= 46.25em) {
  .product-category-banner__image {
    width: 100%;
  }
}
.product-category-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
   Product Detail
   ========================================================================== */
.product-detail-image {
  margin-bottom: 20px;
}
@media (width <= 46.25em) {
  .product-detail-image {
    margin-bottom: 40px;
  }
}
.product-detail-image__slide-image {
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (width <= 46.25em) {
  .product-detail-image__slide-image {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.product-detail-image .slick-dots {
  margin-top: 20px;
}
.product-detail-image .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-detail-image .slick-dots li.slick-active button {
  opacity: 1;
  border: 1px solid #858585;
}
.product-detail-image .slick-dots button {
  display: block;
  border-radius: 0;
  text-indent: 0;
  overflow: visible;
  font-family: "montserrat", sans-serif;
  width: 60px;
  height: 60px;
  color: #858585;
  background-color: transparent;
  text-align: center;
  min-width: 5ch;
  border: 1px solid #858585;
  opacity: 0.4;
}
@media (width <= 46.25em) {
  .product-detail-image .slick-dots button {
    width: 50px;
    height: 50px;
  }
}
.product-detail-image .slick-dots button:hover, .product-detail-image .slick-dots button:focus {
  background-color: transparent;
  color: #5091CD;
  font-weight: 700;
}
.product-detail-image .slick-dots button img {
  display: block;
  width: 100%;
}

.product-detail-content {
  max-width: 600px;
  margin-top: 60px;
}
@media (width <= 64em) {
  .product-detail-content {
    margin-top: 30px;
  }
}
@media (width <= 48em) {
  .product-detail-content {
    margin-top: 0;
  }
}
.product-detail-content__category {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #5091CD;
  letter-spacing: 0.025em;
  text-decoration: none;
  margin-bottom: 0.75em;
}
.product-detail-content__category:hover, .product-detail-content__category:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
}
.product-detail-content__title {
  font-size: 2rem;
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (width <= 64em) {
  .product-detail-content__title {
    font-size: 1.75rem;
  }
}
@media (width <= 46.25em) {
  .product-detail-content__title {
    font-size: 1.5rem;
  }
}
.product-detail-content p:last-child,
.product-detail-content ul:last-child,
.product-detail-content ol:last-child {
  margin-bottom: 0;
}
.product-detail-content__cart {
  display: flex;
}
.product-detail-content__cart > * + * {
  margin-left: 20px;
}

.product-detail-price {
  font-size: 1.75rem;
  font-weight: 600;
}
.product-detail-price sup {
  font-size: 1.125rem;
  vertical-align: text-top;
}

.product-detail-directions {
  background-color: #F5F5F5;
  position: relative;
}
.product-detail-directions__content {
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
}
@media (width <= 46.25em) {
  .product-detail-directions__content {
    padding-right: 0;
    max-width: unset;
  }
}
.product-detail-directions__content h2, .product-detail-directions__content h3 {
  font-size: 1.25rem;
  color: #5091CD;
}
.product-detail-directions__panel.ui-tabs-panel.ui-corner-bottom.ui-widget-content {
  height: 310px;
  overflow: auto;
  padding: 0;
  margin: 80px 0 0 0;
}
.product-detail-directions__image {
  position: absolute;
  left: 60%;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
@media (width <= 46.25em) {
  .product-detail-directions__image {
    position: relative;
    left: auto;
    margin-top: 40px;
    margin-bottom: -32px;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.product-detail-directions__image img {
  display: block;
}
.product-detail-directions__image:after {
  content: "";
  display: block;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-mask-image: url(../../images/vertical-grunge-left.png);
  mask-image: url(../../images/vertical-grunge-left.png);
  -webkit-mask-size: 30px auto;
  mask-size: 30px auto;
}
@media (width <= 46.25em) {
  .product-detail-directions__image:after {
    -webkit-mask-image: url(../../images/horizontal-grunge-top.png);
    mask-image: url(../../images/horizontal-grunge-top.png);
    mask-repeat: repeat-x;
    -webkit-mask-repeat: repeat-x;
    mask-position: top center;
    -webkit-mask-position: top center;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 13px;
    -webkit-mask-size: auto 13px;
    mask-size: auto 13px;
  }
}
.product-detail-directions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
   Product Filters
   ========================================================================== */
.product-filters-container {
  padding: 20px 0 15px 0;
  margin-top: -60PX;
  margin-bottom: 40px;
}
@media (width <= 48em) {
  .product-filters-container {
    margin-bottom: 20px;
    padding: 20px 0 10px 0;
  }
}
.product-filters-container .column-1of1 {
  display: flex;
  justify-content: center;
}
@media (width <= 64em) {
  .product-filters-container .column-1of1 {
    display: block;
  }
}

.product-category-filters {
  display: inline-flex;
  align-items: center;
  margin: 20px 0 30px 0;
}
@media (width <= 64em) {
  .product-category-filters {
    margin-bottom: 30px;
  }
}
@media (width <= 46.25em) {
  .product-category-filters {
    display: block;
  }
}
.product-category-filters__label {
  font-size: 0.75rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #858585;
  margin-right: 20px;
}
@media (width <= 46.25em) {
  .product-category-filters__label {
    margin-bottom: 10px;
  }
}
.product-category-filters__group {
  display: flex;
}
.product-category-filters__button {
  display: inline-flex;
  font-size: 0.75rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #858585;
  border: 1px solid #858585;
  padding: 1em 3em;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.product-category-filters__button:first-child {
  border-radius: 2em 0 0 2em;
}
.product-category-filters__button:last-child {
  border-radius: 0 2em 2em 0;
}
.product-category-filters__button + a {
  margin-left: -1px;
}
.product-category-filters__button.is-active {
  color: #3c3b3b;
  border-color: #3c3b3b;
  position: relative;
  font-weight: 600;
}
.product-category-filters__button:hover, .product-category-filters__button:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
  border-color: color-mix(in srgb, black 30%, #5091CD);
}

@media (width <= 48em) {
  .product-filters-container .product-type-filters {
    border: none;
  }
}
@media (width <= 48em) {
  .product-type-filters__container {
    overflow-x: auto;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.product-type-filters__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
@media (width <= 48em) {
  .product-type-filters__list-item:first-child {
    margin-left: 1.25rem;
  }
}
.product-type-filters__list-item:not(:last-child) {
  margin-right: 2.5rem;
}
@media (width <= 48em) {
  .product-type-filters__list-item:not(:last-child) {
    margin-right: 0;
  }
}
.product-type-filters__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #3c3b3b;
  width: max-content;
}
@media (width <= 48em) {
  .product-type-filters__link {
    margin-right: 2.5rem;
  }
}
.product-type-filters__link:hover, .product-type-filters__link:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
}
.product-type-filters__link .icon {
  font-size: 2em;
  margin-right: 8px;
}
.product-type-filters__link.is-active {
  color: #5091CD;
  font-weight: 600;
}

.product-sub-type-filters {
  margin-bottom: 60px;
}
@media (width <= 48em) {
  .product-sub-type-filters {
    margin-bottom: 40px;
  }
}
@media (width <= 48em) {
  .product-sub-type-filters__container {
    overflow-x: auto;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.product-sub-type-filters__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
@media (width <= 48em) {
  .product-sub-type-filters__list {
    justify-content: flex-start;
  }
}
@media (width <= 48em) {
  .product-sub-type-filters__list-item:first-child {
    margin-left: 1.25rem;
  }
}
.product-sub-type-filters__list-item:not(:last-child) {
  margin-right: 2.5rem;
}
@media (width <= 48em) {
  .product-sub-type-filters__list-item:not(:last-child) {
    margin-right: 0;
  }
}
.product-sub-type-filters__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #3c3b3b;
  width: max-content;
}
@media (width <= 48em) {
  .product-sub-type-filters__link {
    margin-right: 2.5rem;
  }
}
.product-sub-type-filters__link:hover, .product-sub-type-filters__link:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
}
.product-sub-type-filters__link.is-active {
  color: #5091CD;
  font-weight: 600;
}

/* ==========================================================================
   Product Tile
   ========================================================================== */
.product-tile {
  position: relative;
  margin-bottom: 60px;
}
.product-tile__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.product-tile__image img {
  display: block;
}
.product-tile__content {
  text-align: center;
}
.product-tile__title {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "montserrat", sans-serif;
  margin: 0;
}
.product-tile__link {
  color: #5091CD;
  text-decoration: none;
}
.product-tile__link:hover, .product-tile__link:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
  text-decoration: none;
}
.product-tile__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-tile p {
  font-size: 0.9375rem;
  color: #858585;
}

/* ==========================================================================
   Related Articles Section
   ========================================================================== */
.related-articles-section {
  background-color: #F5F5F5;
  position: relative;
}
.related-articles-section__title {
  text-align: center;
}
.related-articles-section__title h2 {
  margin-bottom: 1.75em;
}
.related-articles-section .article-tile {
  margin-bottom: 20px;
}

/* ==========================================================================
   Related Section
   ========================================================================== */
.related-section {
  position: relative;
}
.related-section:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: calc(100% - 2.5rem * 2);
  max-width: 93.5rem;
  margin: 0 auto;
  background-color: #dddddd;
}
@media (width <= 48em) {
  .related-section:after {
    width: calc(100% - 2.5rem);
  }
}
.related-section__title {
  text-align: center;
  color: #5091CD;
}
.related-section .column-wrapper {
  grid-row-gap: 40px;
}

/* ==========================================================================
   Search Popup
   ========================================================================== */
.search-popup {
  padding: 0;
  padding-bottom: 100px;
  width: 100%;
  background-color: #fff;
}
.search-popup .column-1of2 {
  grid-column-end: span 7;
}
@media (width <= 90em) {
  .search-popup .column-1of2 {
    grid-column-end: span 8;
  }
}
@media (width <= 64em) {
  .search-popup .column-1of2 {
    grid-column-end: span 8;
  }
}
@media (width <= 48em) {
  .search-popup .column-1of2 {
    grid-column-end: span 12;
  }
}
@media (width <= 48em) {
  .search-popup .quiz-banner {
    margin-top: 20px;
  }
}
.search-popup .fancybox-close-small {
  display: none;
}

.search-popup-content {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 0;
}
@media (width <= 46.25em) {
  .search-popup-content {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.search-popup-close {
  text-align: right;
  margin-bottom: 20px;
}
@media (width <= 46.25em) {
  .search-popup-close {
    margin-bottom: 10px;
  }
}
.search-popup-close__button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #3c3b3b;
  font-size: 1.25rem;
  width: 1em;
  height: 1em;
  padding: 0;
}
.search-popup-close__button:hover, .search-popup-close__button:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
}

.search-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.search-popup-header__link {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  text-decoration: none;
  color: #3c3b3b;
}
.search-popup-header__link:hover, .search-popup-header__link:focus {
  color: color-mix(in srgb, black 30%, #5091CD);
}
.search-popup-header__link:hover .icon, .search-popup-header__link:focus .icon {
  transform: translateX(2px);
}
.search-popup-header__link .icon {
  font-size: 1.25rem;
  margin-left: 4px;
  transition: transform 0.25s ease-in-out;
}
.search-popup-header__title {
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  color: #858585;
  margin: 0;
}
.search-popup-header__tabs {
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  color: #858585;
  margin: 0;
  margin-right: 30px;
  text-decoration: none;
}
.search-popup-header__tabs:hover {
  color: black;
}
.search-popup-header__tabs.is-active {
  color: black;
}
.search-popup-header.tabs {
  justify-content: left;
  align-items: flex-start;
}

.search-popup-popular {
  margin-bottom: 60px;
}
.search-popup-popular__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.7;
  column-count: 2;
  column-gap: 2.5rem;
}
@media (width <= 46.25em) {
  .search-popup-popular__list {
    column-count: 1;
    font-size: 1.25rem;
  }
}
.search-popup-popular__link {
  color: #3c3b3b;
  text-decoration: none;
}
.search-popup-popular__link:hover, .search-popup-popular__link:focus {
  color: #5091CD;
}

/* ==========================================================================
   Search Results
   ========================================================================== */
.search-results-header {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 60px;
}
@media (width <= 90em) {
  .search-results-header {
    margin-bottom: 40px;
  }
}
@media (width <= 46.25em) {
  .search-results-header {
    margin-bottom: 20px;
  }
}
@media (width <= 48em) {
  .search-results-header .column-1of2 {
    grid-column-end: span 12;
  }
}
.search-results-header h1 {
  color: #5091CD;
  margin-bottom: 0.25em;
}
@media (width > 90em) {
  .search-results-header p {
    font-size: 1.125rem;
  }
}

.search-results-section {
  background-color: #fff;
}
.search-results-section .pagination__item {
  background-color: #ffffff;
}
.search-results-section__products {
  background-color: #ffffff;
  margin-bottom: 40px;
}

.search-results-content:not(:last-child) {
  margin-bottom: 100px;
}
.search-results-content .column-1of2 {
  grid-column-end: span 7;
}
@media (width <= 48em) {
  .search-results-content .column-1of2 {
    grid-column-end: span 12;
  }
}
.search-results-content__label {
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #858585;
  letter-spacing: 0.025em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}
.search-results-content .article-tile:last-child {
  margin-bottom: 40px;
}
@media (width <= 48em) {
  .search-results-content .article-tile:last-child {
    margin-bottom: 20px;
  }
}
.search-results-content--padding-top {
  margin-top: 40px;
}

/* ==========================================================================
   Sections
   ========================================================================== */
section {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (width <= 90em) {
  section {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media (width <= 48em) {
  section {
    padding-top: 2.75em;
    padding-bottom: 2.75em;
  }
}
@media (width <= 46.25em) {
  section {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
section.increase-padding-top {
  padding-top: 7.5rem;
}
@media (width <= 64em) {
  section.increase-padding-top {
    padding-top: 4.375rem;
  }
}
section.increase-padding-bottom {
  padding-top: 7.5rem;
}
@media (width <= 64em) {
  section.increase-padding-bottom {
    padding-top: 4.375rem;
  }
}
section.reduce-padding-top {
  padding-top: 1.25rem;
}
@media (width <= 64em) {
  section.reduce-padding-top {
    padding-top: 0.625rem;
  }
}
section.reduce-padding-bottom {
  padding-top: 1.25rem;
}
@media (width <= 64em) {
  section.reduce-padding-bottom {
    padding-top: 0.625rem;
  }
}
section.no-padding-top {
  padding-top: 0;
}
section.no-padding-bottom {
  padding-bottom: 0;
}

/* ==========================================================================
   Social Sharing
   ========================================================================== */
.social-sharing {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media (width <= 48em) {
  .social-sharing {
    margin-top: 40px;
  }
}
.social-sharing__label {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-right: 20px;
  margin-top: 0.25em;
}
.social-sharing__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
}
.social-sharing__list-item {
  margin-right: 20px;
}
.social-sharing__link {
  display: block;
  color: color-mix(in srgb, black 30%, #5091CD);
}
.social-sharing__link:hover, .social-sharing__link:focus {
  color: #5091CD;
}
.social-sharing .icon {
  display: block;
}

/* ==========================================================================
   Stockists
   ========================================================================== */
.stockists-header {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (width <= 90em) {
  .stockists-header {
    margin-bottom: 40px;
  }
}
@media (width <= 64em) {
  .stockists-header {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (width <= 46.25em) {
  .stockists-header {
    margin-bottom: 20px;
  }
}
@media (width <= 48em) {
  .stockists-header .column-1of2 {
    grid-column-end: span 12;
  }
}
.stockists-header h1 {
  margin-bottom: 1rem;
}
@media (width > 90em) {
  .stockists-header p {
    font-size: 1.125rem;
  }
}

@media (width <= 48em) {
  .stockists-content__col {
    grid-column: 1/end;
  }
}
@media (width > 48em) {
  .stockists-content__col {
    grid-column-end: span 5;
  }
}
.stockists-search {
  margin-bottom: 2.5rem;
}
.stockists-search__label {
  margin-bottom: 1rem;
  text-transform: none;
  font-size: 1.125rem;
  font-weight: 600;
}
.stockists-search__input {
  align-items: center;
  display: flex;
}
.stockists-search__input p {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.8px;
  line-height: 1.35;
  margin-bottom: 0;
}
.stockists-search__input input[type=text] {
  margin-left: 20px;
  border-radius: 1.75rem;
  border: 1px solid #858585;
  background-color: #ffffff;
  width: 242px;
  padding: 10px 20px;
}
.stockists-stores {
  border-top: 1px solid #dddddd;
  padding-top: 40px;
}
.stockists-stores:not(:last-child) {
  padding-bottom: 40px;
}
.stockists-stores__title {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.stockists-stores__item:not(:last-child) {
  margin-bottom: 40px;
}
.stockists-stores__item.active strong,
.stockists-stores__item.active button {
  color: #5091CD;
}
.stockists-stores__link {
  border: 0;
  padding: 0;
  background: transparent;
  font-weight: bold;
  color: #5091CD;
  font-size: 1rem;
  cursor: pointer;
}
.stockists-stores__link:hover, .stockists-stores__link:focus-visible {
  color: color-mix(in srgb, black 30%, #5091CD);
}
.stockists-map {
  padding-bottom: 100%;
  position: sticky !important;
  top: 80px;
}
@media (width <= 48em) {
  .stockists-map {
    margin-top: 40px;
  }
}
.stockists-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.stockists-partners {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dddddd;
}
.stockists__slider .slick-arrow.slick-prev {
  left: -80px;
}
.stockists__slider .slick-arrow.slick-next {
  right: -80px;
}
@media (width > 46.25em) {
  .stockists__slider .slick-list {
    margin-left: -20px;
  }
}
@media (width > 46.25em) {
  .stockists__slide {
    padding-left: 20px;
  }
}
.stockists__slide img {
  margin: 0 auto;
  width: 100%;
}

/* ==========================================================================
   Where To Buy - Generic
   ========================================================================== */
.where-to-buy-header {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (width <= 90em) {
  .where-to-buy-header {
    margin-bottom: 40px;
  }
}
@media (width <= 64em) {
  .where-to-buy-header {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (width <= 46.25em) {
  .where-to-buy-header {
    margin-bottom: 20px;
  }
}
@media (width <= 48em) {
  .where-to-buy-header .column-1of2 {
    grid-column-end: span 12;
  }
}
.where-to-buy-header h2 {
  margin-bottom: 1rem;
}
@media (width > 90em) {
  .where-to-buy-header p {
    font-size: 1.125rem;
  }
}
@media (width <= 64em) {
  .where-to-buy-content .column-start-3 {
    grid-column-start: auto !important;
  }
}
@media (width <= 64em) {
  .where-to-buy-content .column-2of3 {
    grid-column-end: span 12 !important;
  }
}
.where-to-buy-stockists {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  border: 1px solid #5091CD;
  border-radius: 20px;
  padding: 60px 40px;
}
@media (width > 48em) {
  .where-to-buy-stockists {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
  }
}
.where-to-buy-stockists__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
}
@media (width <= 48em) {
  .where-to-buy-stockists__list {
    grid-template-columns: 1fr;
    grid-row-gap: 3.75rem;
  }
}
.where-to-buy-stockists__list-item {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.where-to-buy-stockists__logo {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.where-to-buy-stockists a {
  font-weight: 600;
  color: color-mix(in srgb, black 30%, #5091CD);
  text-decoration: none;
}
.where-to-buy-stockists a:hover, .where-to-buy-stockists a:focus {
  color: #5091CD;
}
.where-to-buy-stockists a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.where-to-buy-stockists h2 {
  font-size: 1.25rem;
  color: #5091CD;
  margin: 0.5em 0 0 0;
}
.where-to-buy-stockists p {
  font-size: 1.125rem;
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */
.mobile-show {
  display: none !important;
}
@media (width <= 46.25em) {
  .mobile-show {
    display: block !important;
  }
}

@media (width <= 46.25em) {
  .mobile-hide {
    display: none !important;
  }
}

.tablet-show {
  display: none !important;
}
@media (width <= 64em) {
  .tablet-show {
    display: block !important;
  }
}

@media (width <= 64em) {
  .tablet-hide {
    display: none !important;
  }
}

.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-container iframe,
.responsive-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*# sourceMappingURL=styles.css.map */
