@charset "UTF-8";
/* RESET first file defined a consistent foundation across browsers to build the site on. */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* INTERNAL LIBRARIES */
/*
CLEARFIX - CONTAIN FLOATS

https://github.com/h5bp/html5-boilerplate/blob/v4.3.0/doc/css.md#clearfix

USAGE:

    .something-i-want-to-contain-floats {
        @mixin mixin--clearfix;
    }

*/
/*
IMAGE REPLACEMENT - SCOTT KELLUM METHOD

http://css-tricks.com/examples/ImageReplacement/#kellum

USAGE:

    p {
        @mixin mixin--hide-text;
    }

*/
/*
INTRINSIC RATIO

Calculate padding for a proportional wrapper
Force an intrinsic ratio based on the width of the containing block to used as a
wrapper for fixed aspect-ratio content.
http://alistapart.com/article/creating-intrinsic-ratios-for-video

USAGE:

    div {
        @mixin mixin--intrinsic-ratio 16, 9;
        img {
            @mixin mixin--intrinsic-ratio-element;
        }
    }

*/
/*
PSD TRACKING TO EM
http://justinmarsan.com/css-letter-spacing-in-photoshop-and-browsers/

USAGE:

    p {
        @include mixin--psd-tracking(125);
    }

*/
/*
SALE PRICING

USAGE:

    .someclass {
        @mixin sale-price;
    }

OUTPUT PostCSS:

    .someclass {

        &-old {
            text-decoration: line-through;
        }

        &-special {
            color: $color--utlity-sale;
        }
    }

FINAL OUTPUT:

    .someclass-old-price {
        text-decoration: line-through;
    }

    .someclass-special-price {
        color: $color--utlity-sale;
    }

*/
/*
CSS TRIANGLE MIXIN

https://css-tricks.com/snippets/sass/css-triangle-mixin/

USAGE:

    .foo::before {
        @mixin mixin--triangle down, $color--gray-50, 2em;
        position: absolute;
        left: 50%;
        bottom: 100%;
    }

*/
/* GLOBAL CONSTANTS */
/*
Please prefix all with 'color'

USAGE:

    p {
        color: $constant-name;
    }

*/
/* brand - primary *$color--utlity-sale/ */
/* brand - secondary */
/* neutral */
/* Utility */
/* Forms */
/*
FONTS

EXAMPLE:

@font-face {
    font-family: 'Futura PT Multilingual W01_n1';
    src: url('var(--font-path)9869762c-2f06-40c3-929e-2d412d64cd87.eot?#iefix') format('eot');;
}
@font-face {
    font-family: 'Futura PT Multilingual W01';
    src: url('var(--font-path)9869762c-2f06-40c3-929e-2d412d64cd87.eot?#iefix') format('eot'),    url('var(--font-path)9ad55860-bbe2-4e51-be58-08b45bdda354.woff2') format('woff2'),    url('var(--font-path)eceb6e13-403b-4d2b-af74-c05bc9c2535e.woff') format('woff'),    url('var(--font-path)956fd236-834e-4736-91af-a04cadf17544.ttf') format('truetype'),    url('var(--font-path)88e3bfcb-64f4-4e6f-9785-472510bd5208.svg#88e3bfcb-64f4-4e6f-9785-472510bd5208') format('svg');
    src: url('var(--font-path)9869762c-2f06-40c3-929e-2d412d64cd87.eot?#iefix');
    font-style: normal;
    font-weight: 100;
}

NB. DO NOT CHANGE SORT ORDER OF PROPERTIES!
The order of properties is deliberate to allow 'CSS Family Grouping' https://www.fonts.com/support/faq/family-grouping

*/
/* stylelint-disable order/properties-alphabetical-order */
@font-face {
  font-family: "Copperplate Gothic Light";
  font-style: normal;
  font-weight: normal;
  src: local("Copperplate Gothic Light"), url("../fonts/copperplate-gothic-light.woff") format("woff");
}
@font-face {
  font-family: "CopperplateGothicBT-Roman";
  src: url("../fonts/CopperplateGothicBT-Roman.eot");
  src: url("../fonts/CopperplateGothicBT-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/CopperplateGothicBT-Roman.woff2") format("woff2"), url("../fonts/CopperplateGothicBT-Roman.woff") format("woff"), url("../fonts/CopperplateGothicBT-Roman.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaBook";
  src: url("../fonts/webfonts/37BC24_0_0.eot");
  src: url("../fonts/webfonts/37BC24_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/37BC24_0_0.woff2") format("woff2"), url("../fonts/webfonts/37BC24_0_0.woff") format("woff"), url("../fonts/webfonts/37BC24_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaLight";
  src: url("../fonts/webfonts/37BC24_1_0.eot");
  src: url("../fonts/webfonts/37BC24_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/37BC24_1_0.woff2") format("woff2"), url("../fonts/webfonts/37BC24_1_0.woff") format("woff"), url("../fonts/webfonts/37BC24_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaBookOld";
  font-weight: 400;
  font-style: normal;
  src: local("FuturaBook"), url("../fonts/futurabt-book/FuturaBT-Book.eot"), url("../fonts/futurabt-book/FuturaBT-Book.woff2") format("woff2"), url("../fonts/futurabt-book/FuturaBT-Book.woff") format("woff"), url("../fonts/futurabt-book/FuturaBT-Book.ttf") format("truetype"), url("../fonts/futurabt-book/FuturaBT-Book.svg#FuturaBT-Book") format("svg"), url("../fonts/futurabt-book/FuturaBT-Book.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "FuturaLightOld";
  font-weight: 400;
  font-style: normal;
  src: local("FuturaLight"), url("../fonts/futurabt-light/FuturaBT-Light.eot"), url("../fonts/futurabt-light/FuturaBT-Light.woff2") format("woff2"), url("../fonts/futurabt-light/FuturaBT-Light.woff") format("woff"), url("../fonts/futurabt-light/FuturaBT-Light.ttf") format("truetype"), url("../fonts/futurabt-light/FuturaBT-Light.svg#FuturaBT-Light") format("svg"), url("../fonts/futurabt-light/FuturaBT-Light.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "ClydesdaleExtraBold";
  src: url("assets/fonts/ClydesdaleExtraBold/font.woff2") format("woff2"), url("assets/fonts/ClydesdaleExtraBold/font.woff") format("woff");
}
/* stylelint-enable */
/**
don't actually know if these do count as small + medium, feel free to rename
 */
/*

PLACEHOLDERS (%)

These fail stylelint selector rules so we exclude them.

*/
/* stylelint-disable selector-no-type */
/* stylelint-enable selector-no-type */
/*

http://cssnext.io/features/#custom-selectors

USAGE:

    a:--enter {

    }

OUTPUT:

    a:hover, a:focus, a--enter {

    }

*/
@custom-selector :--enter :hover, :focus, --enter;
/*
Please prefix all with 'timing'

USAGE:

    p {
        transition: color $constant-name;
    }

*/
/* global */
h1,
h1 a,
.header-one {
  color: #000;
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 48px;
  transition: color 0.5s;
}
@media (min-width: 46.25em) {
  h1,
  h1 a,
  .header-one {
    font-size: 6.4rem;
    line-height: 68px;
  }
}

h2,
h2 a,
.header-two {
  color: #000;
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 37px;
  transition: color 0.5s;
}
@media (min-width: 46.25em) {
  h2,
  h2 a,
  .header-two {
    font-size: 4.8rem;
    line-height: 45px;
  }
}

h3,
h3 a,
.header-three {
  color: #000;
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 30px;
  transition: color 0.5s;
}
@media (min-width: 46.25em) {
  h3,
  h3 a,
  .header-three {
    font-size: 3.2rem;
    line-height: 37px;
  }
}

h4,
h4 a,
.header-four {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 30px;
  transition: color 0.5s;
}
@media (min-width: 46.25em) {
  h4,
  h4 a,
  .header-four {
    font-size: 2.6rem;
    line-height: 34px;
  }
}

h5,
h5 .header-five {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 25px;
  transition: color 0.5s;
}
@media (min-width: 46.25em) {
  h5,
  h5 .header-five {
    font-size: 2.2rem;
    line-height: 32px;
  }
}

.navigation-bold {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 21px;
  transition: color 0.5s;
}
.navigation-bold--bold {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 46.25em) {
  .navigation-bold--bold {
    line-height: 21px;
  }
}

p,
.default-text {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 24px;
  transition: color 0.5s;
}
@media (min-width: 46.25em) {
  p,
  .default-text {
    font-size: 1.6rem;
    line-height: 25px;
  }
}
p--mini-copy,
.default-text--mini-copy {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
p--micro-copy,
.default-text--micro-copy {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0em;
}
p--uppercase,
.default-text--uppercase {
  text-transform: uppercase;
}
p--bold,
.default-text--bold {
  font-weight: 700;
}

.default-link {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
}
@media (min-width: 46.25em) {
  .default-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
  }
}
.default-link::before {
  background-color: #000;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.default-link:hover::before {
  transform: scaleX(1);
}
.default-link--bold {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
}
.default-link--mini-copy {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.default-link--micro-copy {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0em;
}

ul {
  color: #000;
  transition: all 0.3s;
}

/* WordPress Core */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/**
 * 2.0 - Genericons
 */
.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

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

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font: bold 14px/normal "Noto Sans", sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/**
 * 8.0 Alignments
 */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/**
 * 14.2 Galleries
 */
.gallery {
  margin-bottom: 1.6em;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 7.0 Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font: bold 14px/normal "Noto Sans", sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/**
 * 8.0 Alignments
 */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/* custom styles */
.wp-block-columns {
  margin-bottom: 0;
}
@media (min-width: 46.25em) {
  .wp-block-columns {
    margin: 0 5.5rem 5.5rem;
  }
}
@media (min-width: 61.25em) {
  .wp-block-columns {
    margin: 0 5.5rem 8rem;
  }
}

@media (min-width: 46.25em) {
  .wp-block-column:not(:first-child) {
    margin-left: 5.5rem;
    margin-right: 0;
  }
}

@media (max-width: 48.75em) {
  .wp-block-column:not(:only-child) {
    flex-basis: unset !important;
  }
}
@media (min-width: 48.75em) {
  .wp-block-column:not(:only-child) {
    position: relative;
  }
}

@media (max-width: 48.75em) {
  .wp-block-column {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
    padding-bottom: 2.5rem;
  }
}

.site-content strong {
  font-weight: 700;
}
.site-content em {
  font-style: italic;
}
.site-content ul {
  list-style: disc;
  margin-left: 2rem;
  padding-top: 0 !important;
}
.site-content ul.woocommerce-error {
  list-style: none;
  margin-left: 0;
}
.site-content ul.woocommerce-error li {
  color: #ff0000;
}
.site-content ul.woocommerce-error li a {
  color: #ff0000;
}
.site-content ul.woocommerce-error li a:before {
  background-color: #ff0000;
}
.site-content ul.wc_payment_methods, .site-content ul.woocommerce-order-overview, .site-content ul.ppp-purchased-content__list {
  list-style: none;
  margin-left: 0;
}
.site-content ol {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 24px;
  list-style: num;
  margin-left: 2rem;
  padding-bottom: 3rem;
  transition: color 0.5s;
}
@media (min-width: 61.25em) {
  .site-content ol {
    font-size: 1.6rem;
    line-height: 25px;
  }
}

.add_to_cart_inline {
  border: none !important;
  padding: 0 !important;
}

/* VENDOR - 3rd party code */
/* BASE - http://smacss.com/book/type-base */
/*
GLOBAL BASE
A Base rule is applied to an element using an element selector,
a descendent selector, or a child selector, along with any pseudo-classes.
It doesn't include any class or ID selectors. It is defining the default
styling for how that element should look in all occurrences on the page.
http://smacss.com/book/type-base
*/
/* stylelint-disable selector-no-type */
body {
  background-color: #fff;
  margin: 0;
  transition: background-color 0.5s;
}

html {
  /* apply natural box layout model to all elements - http://paulirish.com/2012/box-sizing-border-box-ftw/ */
  box-sizing: border-box;
  /*
  base font typography
  set font so 1 = 10px (base 10)
  always set unit-less line-height - http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
  Prevent font scaling in landscape while allowing user zoom
  */
  font-size: 10px; /* stylelint-disable-line declaration-property-unit-whitelist */
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
*::before,
*::after {
  /* Inheriting box-sizing - http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* Responsive media elements */
img,
embed,
object,
video {
  height: auto;
  max-width: 100%;
}

/* fix element display in IE10/11 (lacks some html5 elements) */
main {
  display: block;
}

body.mobile-menu-active {
  height: 100%;
  overflow: hidden;
}

/* Remove the gap between images, videos, audio and canvas and the bottom of their containers: h5bp.com/i/440 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* remove default styling */
[type=text],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* http://davidwalsh.name/firefox-buttons */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
remove “X” from search input
http://geektnt.com/how-to-remove-x-from-search-input-field-on-chrome-and-ie.html
*/
/* stylelint-disable */
input[type=text]::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* stylelint-enable */
/* LAYOUTS - http://smacss.com/book/type-layout */
.site-wrapper {
  margin: 0 auto;
  max-width: min(255rem, 100vw);
  /* Re-adding this will break the sticky header */
  /*overflow: hidden;*/
  position: relative;
  width: 100%;
}

.home .entry-header {
  display: none;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
  color: #000 !important;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color: #000 !important;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  background-color: #000 !important;
  border-color: #000 !important;
  border-radius: 0 !important;
  font-size: 1.4rem !important;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  border-color: #000 !important;
  border-radius: 0 !important;
  color: #000 !important;
  font-size: 1.4rem !important;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}

._hj_feedback_container {
  display: none !important;
}

/* UTILITIES - https://github.com/inuitcss/inuitcss/tree/6e4095b86224747c4cac775d2757eb61c893f85e/utilities */
/* WordPress Core */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/**
 * 2.0 - Genericons
 */
.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

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

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font: bold 14px/normal "Noto Sans", sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/**
 * 8.0 Alignments
 */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/**
 * 14.2 Galleries
 */
.gallery {
  margin-bottom: 1.6em;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 7.0 Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font: bold 14px/normal "Noto Sans", sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/**
 * 8.0 Alignments
 */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/* custom styles */
.wp-block-columns {
  margin-bottom: 0;
}
@media (min-width: 46.25em) {
  .wp-block-columns {
    margin: 0 5.5rem 5.5rem;
  }
}
@media (min-width: 61.25em) {
  .wp-block-columns {
    margin: 0 5.5rem 8rem;
  }
}

@media (min-width: 46.25em) {
  .wp-block-column:not(:first-child) {
    margin-left: 5.5rem;
    margin-right: 0;
  }
}

@media (max-width: 48.75em) {
  .wp-block-column:not(:only-child) {
    flex-basis: unset !important;
  }
}
@media (min-width: 48.75em) {
  .wp-block-column:not(:only-child) {
    position: relative;
  }
}

@media (max-width: 48.75em) {
  .wp-block-column {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
    padding-bottom: 2.5rem;
  }
}

.site-content strong {
  font-weight: 700;
}
.site-content em {
  font-style: italic;
}
.site-content ul {
  list-style: disc;
  margin-left: 2rem;
  padding-top: 0 !important;
}
.site-content ul.woocommerce-error {
  list-style: none;
  margin-left: 0;
}
.site-content ul.woocommerce-error li {
  color: #ff0000;
}
.site-content ul.woocommerce-error li a {
  color: #ff0000;
}
.site-content ul.woocommerce-error li a:before {
  background-color: #ff0000;
}
.site-content ul.wc_payment_methods, .site-content ul.woocommerce-order-overview, .site-content ul.ppp-purchased-content__list {
  list-style: none;
  margin-left: 0;
}
.site-content ol {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 24px;
  list-style: num;
  margin-left: 2rem;
  padding-bottom: 3rem;
  transition: color 0.5s;
}
@media (min-width: 61.25em) {
  .site-content ol {
    font-size: 1.6rem;
    line-height: 25px;
  }
}

.add_to_cart_inline {
  border: none !important;
  padding: 0 !important;
}

/* MODULES - http://smacss.com/book/type-module */
/*
<label class="styled-select">
    <div class="styled-select__dropdown">
        <select class="styled-select__select">
            <option>Please select</option>
            <option>Option One</option>
            <option>Option Two</option>
            <option>Option Three</option>
            <optgroup label="Select">
                <option>Option AOne</option>
                <option>Option ATwo</option>
                <option>Option AThree</option>
            </optgroup>
        </select>
    </div>
</label>
http://jsbin.com/juvixufu/10/edit
*/
.styled-select {
  /* @map fonts futura medium; */
  letter-spacing: calc(20em / 1000); /* stylelint-disable-line function-calc-no-invalid */
  display: block;
  font-size: 1rem;
  /* core Magento country select */
  /* stylelint-disable-next-line selector-no-type */
}
.styled-select--small, .styled-select--2x-small {
  display: inline-block;
  margin-right: 1.5rem;
  width: 14.5rem;
}
.styled-select--small:last-child, .styled-select--2x-small:last-child {
  margin-right: 0;
}
.styled-select--2x-small {
  flex: 1 1 50%;
  max-width: 14.5rem;
  width: 50%;
}
.styled-select--full-width {
  width: 100%;
}
.styled-select__dropdown {
  background: #000;
  border: 1px solid #000;
  display: block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* &:--enter {
      border-color: $color--brand-pale-green;
      outline: 0;
  } */
  /* Custom arrow - could be an image, SVG, icon font, etc. */
}
.styled-select__dropdown::after {
  background-color: #000;
  background-image: url("../images/svg-min/icon-arrow-fat.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  border-bottom: 1px solid #000;
  bottom: 0;
  content: "";
  font-size: 1rem;
  pointer-events: none; /* This hack makes the select behind the arrow clickable in some browsers */
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(90deg);
  width: 3.4rem; /* set manually to be the same as input height */
  z-index: 1;
}
.styled-select__dropdown--small {
  max-width: 12rem;
}
.styled-select__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove select styling */
  background: none;
  border: 0;
  color: #000 !important; /* Necessary evil - fixes weird Firefox bug where select text is blank when you click on it */ /* stylelint-disable-line */
  font-size: 1.6rem; /* Magic font size number to prevent iOS text zoom */
  line-height: 1.2;
  margin: 0;
  max-width: 110%;
  min-width: 110%;
  outline: none;
  padding: 2rem 19% 2rem 2rem; /* Padding works surprisingly well */
  text-indent: 0.01px;
  text-overflow: "";
  width: 110%; /* Make sure the select is wider than the container so we can clip the arrow */
  /* This hides native dropdown button arrow in IE */
}
.styled-select__select::-ms-expand {
  display: none;
}
.styled-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove select styling */
  background: none;
  border: 0;
  color: #000 !important; /* Necessary evil - fixes weird Firefox bug where select text is blank when you click on it */ /* stylelint-disable-line */
  font-size: 1.6rem; /* Magic font size number to prevent iOS text zoom */
  line-height: 1.2;
  margin: 0;
  max-width: 110%;
  min-width: 110%;
  outline: none;
  padding: 2rem 19% 2rem 2rem; /* Padding works surprisingly well */
  text-indent: 0.01px;
  text-overflow: "";
  width: 110%; /* Make sure the select is wider than the container so we can clip the arrow */
  /* This hides native dropdown button arrow in IE */
}
.styled-select select::-ms-expand {
  display: none;
}

.form .afreg_extra_fields .form-row, .form__field,
.edit-account .afreg_extra_fields .form-row,
.edit-account__field {
  margin: 0 0 3rem;
  text-align: left;
  padding: 0 1px;
  position: relative;
}
@media (min-width: 46.25em) {
  .form .afreg_extra_fields .form-row--split, .form__field--split,
  .edit-account .afreg_extra_fields .form-row--split,
  .edit-account__field--split {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .form .afreg_extra_fields .form-row--split label, .form__field--split label,
  .edit-account .afreg_extra_fields .form-row--split label,
  .edit-account__field--split label {
    width: 48%;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .form .afreg_extra_fields .form-row--split label, .form__field--split label,
  .edit-account .afreg_extra_fields .form-row--split label,
  .edit-account__field--split label {
    width: 49%;
  }
}
@media (min-width: 46.25em) {
  .form .afreg_extra_fields .form-row--align-bottom, .form__field--align-bottom,
  .edit-account .afreg_extra_fields .form-row--align-bottom,
  .edit-account__field--align-bottom {
    align-items: end;
  }
}
.form .afreg_extra_fields .form-row label.error, .form__field label.error,
.edit-account .afreg_extra_fields .form-row label.error,
.edit-account__field label.error {
  color: #ff0000;
}
.form__heading,
.edit-account__heading {
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin: 5rem 0 3rem;
  text-align: left;
  text-transform: uppercase;
}
.form .afreg_extra_fields label:not(.error),
.edit-account .afreg_extra_fields label:not(.error) {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  width: 100%;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
}
.form__label--checkbox,
.edit-account__label--checkbox {
  display: flex;
  align-items: center;
}
.form__label--checkbox span,
.edit-account__label--checkbox span {
  display: block;
  margin-left: 1rem;
}
.form__field-note,
.edit-account__field-note {
  text-transform: none;
  font-weight: 400;
}
.form .afreg_extra_fields .input-select,
.form .afreg_extra_fields .input-text,
.form .country_select, .form__input,
.edit-account .afreg_extra_fields .input-select,
.edit-account .afreg_extra_fields .input-text,
.edit-account .country_select,
.edit-account__input {
  border: 1px solid #a5a5a5;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.5rem;
  position: relative;
  transition: background 0.5s, border 0.5s, color 0.5s;
  width: 100%;
}
.form .afreg_extra_fields .input-select::-moz-placeholder, .form .afreg_extra_fields .input-text::-moz-placeholder, .form .country_select::-moz-placeholder, .form__input::-moz-placeholder, .edit-account .afreg_extra_fields .input-select::-moz-placeholder, .edit-account .afreg_extra_fields .input-text::-moz-placeholder, .edit-account .country_select::-moz-placeholder, .edit-account__input::-moz-placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 1.2rem;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
.form .afreg_extra_fields .input-select::placeholder,
.form .afreg_extra_fields .input-text::placeholder,
.form .country_select::placeholder, .form__input::placeholder,
.edit-account .afreg_extra_fields .input-select::placeholder,
.edit-account .afreg_extra_fields .input-text::placeholder,
.edit-account .country_select::placeholder,
.edit-account__input::placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 1.2rem;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  transition: color 0.5s;
}
.form .afreg_extra_fields .input-select.error,
.form .afreg_extra_fields .input-text.error,
.form .country_select.error, .form__input.error,
.edit-account .afreg_extra_fields .input-select.error,
.edit-account .afreg_extra_fields .input-text.error,
.edit-account .country_select.error,
.edit-account__input.error {
  border-color: #ff0000;
}
.form .afreg_extra_fields .input-select,
.form .country_select,
.edit-account .afreg_extra_fields .input-select,
.edit-account .country_select {
  background: no-repeat url("assets/images/svg-min/icon-arrow-down--light.svg") right 1.5rem center;
  cursor: pointer;
  transition: background 0.5s;
}
.form .afreg_extra_fields .input-checkbox.error, .form__checkbox.error,
.edit-account .afreg_extra_fields .input-checkbox.error,
.edit-account__checkbox.error {
  border-color: #ff0000;
}
.form__button,
.edit-account__button {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  height: 4.8rem;
  padding: 0 4.5rem;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  font-size: 1.4rem;
  transition: border 0.5s, background 0.5s, color 0.5s;
}
.woocommerce-edit-account .form,
.woocommerce-edit-account .edit-account {
  margin-top: 2rem;
}

#account-register .afreg_extra_fields label {
  display: none;
}
#account-register .afreg_extra_fields .g-recaptcha {
  padding-bottom: 2rem;
}

.form #afreg_additionalshowhide_13263 {
  display: flex;
  align-items: center;
}
.form #afreg_additionalshowhide_13263 label {
  display: block;
  order: 1;
  margin-left: 1rem;
  width: 14rem;
}
.form #afreg_additionalshowhide_13263 label#afreg_additional_13263-error {
  width: 20rem;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 28px 25px 60px 25px;
}
@media (min-width: 46.25em) {
  .footer {
    padding: 50px 37px 60px 45px;
  }
}
@media (min-width: 46.25em) {
  .footer__row {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
@media (min-width: 46.25em) {
  .footer__col--extra-paddng {
    padding-top: 4.5rem;
  }
}
.footer__col--flex-end {
  align-self: flex-end;
}
.footer__col--absolute {
  padding-top: 3rem;
}
@media (min-width: 46.25em) {
  .footer__col--absolute {
    bottom: 0;
    left: 50%;
    padding-top: 0;
    position: absolute;
    transform: translate(-50%, 0);
  }
}
.footer__contact {
  margin-left: 0 !important;
}
@media (max-width: 46.24em) {
  .footer__contact {
    padding-bottom: 0;
  }
}
.footer__contact-item {
  display: flex;
  padding-bottom: 1.5rem;
}
.footer__contact-icon {
  display: block;
  margin-right: 1.5rem;
}
.footer__contact-icon--tel {
  height: 2.2rem;
  width: 1.9rem;
}
.footer__contact-icon--email {
  height: 1.6rem;
  width: 2.2rem;
}
.footer__contact-item-link {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 0.3rem;
}
.footer__contact-item-link::before {
  background-color: #fff;
}
.footer__socials {
  display: flex;
  margin-left: 0 !important;
  padding-bottom: 3rem;
}
.footer__socials-link {
  margin-right: 2.5rem;
}
.footer__social-icon {
  display: block;
}
.footer__social-icon--linked-in {
  height: 2.3rem;
  width: 2.3rem;
}
.footer__social-icon--instagram {
  height: 2.4rem;
  width: 2.4rem;
}
.footer__social-icon--tiktok {
  height: 2.3rem;
  width: 1.9rem;
}
.footer__newsletter {
  width: 100%;
}
@media (min-width: 46.25em) {
  .footer__newsletter {
    max-width: 27rem;
  }
}
.footer__newsletter-copy {
  color: #fff;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
}
.footer__newsletter-form .hs-input {
  background: #000;
  border-bottom: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #fff;
  font-family: "Helvetica", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
}
.footer__newsletter-form .hs-input:focus {
  border-bottom: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.footer__newsletter-form .hs-input::-moz-placeholder {
  color: #fff;
}
.footer__newsletter-form .hs-input::placeholder {
  color: #fff;
}
.footer__newsletter-form .hs_submit {
  padding-top: 2rem;
}
.footer__newsletter-form .hs-button {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  height: 3rem;
  justify-content: center;
  line-height: 21px;
  max-width: 50rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 11rem;
  background-color: #fff;
  transition: all 0.3s;
  color: #000;
  border: 1px solid #000;
}
.footer__newsletter-form .hs-button:hover {
  border: 1px solid #fff;
  transition: all 0.3s;
  background-color: #000;
  color: #fff;
}
.footer__newsletter-form .hs-error-msgs {
  color: #ff0000;
  font-size: 1.3rem;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.footer__navigation-wrapper {
  padding-bottom: 3rem;
}
@media (min-width: 46.25em) {
  .footer__navigation-wrapper {
    display: flex;
    padding-bottom: 0;
  }
}
.footer__navigation {
  border-bottom: 1px solid #2C2B2B;
}
@media (min-width: 46.25em) {
  .footer__navigation {
    border-bottom: none;
    border-right: 1px solid #2C2B2B;
  }
}
.footer__navigation ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.4rem;
  padding-top: 1.4rem !important;
}
@media (min-width: 46.25em) {
  .footer__navigation ul {
    margin-left: 2.8rem;
    margin-right: 2.8rem;
    padding-bottom: 4.6rem;
    padding-top: 4.6rem !important;
  }
}
@media (min-width: 61.25em) {
  .footer__navigation ul {
    margin-left: 5.8rem;
    margin-right: 5.8rem;
  }
}
.footer__navigation li {
  padding-bottom: 1rem;
}
@media (max-width: 46.24em) {
  .footer__navigation li {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .footer__navigation li:first-child {
    display: block;
  }
}
.footer__navigation li:first-child a {
  color: #daff64;
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
}
.footer__navigation li:first-child a::before {
  background-color: #daff64;
}
.footer__navigation:last-child {
  border-right: 0;
}
.footer__navigation .menu-item a {
  color: #fff;
  font-family: "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
}
.footer__navigation .menu-item a::before {
  background-color: #fff;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.footer__navigation .menu-item a:hover::before {
  transform: scaleX(1);
}
.footer__logo {
  display: block;
  height: 2.3rem;
  width: 15.2rem;
}
@media (max-width: 46.24em) {
  .footer__logo {
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
}
.footer address {
  color: #fff;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1;
  width: 100%;
}
@media (min-width: 46.25em) {
  .footer address {
    max-width: 25rem;
  }
}
.footer__secondary-nav {
  display: flex;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.footer__secondary-nav-item {
  color: #fff;
  padding: 0 1rem;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1;
}
@media (max-width: 46.24em) {
  .footer__secondary-nav-item:first-child {
    padding-left: 0;
  }
}
.footer__secondary-nav-link {
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
}
.footer__secondary-nav-link::before {
  background-color: #fff;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.footer__secondary-nav-link:hover::before {
  transform: scaleX(1);
}
.footer__back-to-top {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.015rem;
  text-transform: uppercase;
}
@media (max-width: 46.24em) {
  .footer__back-to-top {
    bottom: 6rem;
    position: absolute;
    right: 2rem;
  }
}
@media (max-width: 46.24em) {
  .footer__back-to-top-text {
    display: none;
  }
}
.footer__back-to-top-icon {
  display: block;
  height: 3.4rem;
  margin-left: 1rem;
  width: 3.4rem;
}

.footer__newsletter--form-container .hbspt-form {
  color: #000;
  transition: all 0.5s;
}
.footer__newsletter--form-container .hs_error_rollup {
  display: none; /* hiding this as we are seeing the same error twice from hubspot */
}

.button {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  height: 5.1rem;
  justify-content: center;
  line-height: 21px;
  max-width: 50rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: outline 0.5s;
  width: 100%;
}
.button::before {
  display: none;
}
@media (min-width: 46.25em) {
  .button {
    max-width: 32rem;
  }
}
.button--white {
  background-color: #fff;
  transition: background-color 0.5s;
}
.button--white-only {
  background-color: #fff;
  color: #000;
  transition: background-color 0.5s;
}
.button--black {
  background-color: #000;
  transition: background-color 0.5s;
}
.button--pill {
  border-radius: 3rem;
  gap: 1rem;
  height: 3.5rem;
  max-width: none;
  padding: 0 2.4rem;
  width: auto;
}
@media (min-width: 46.25em) {
  .button--pill {
    max-width: none;
  }
}
.button--pill .button__text {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.015rem;
  line-height: 3.3rem;
}
.button__arrow {
  flex-shrink: 0;
  height: 1.2rem;
  width: 1.2rem;
}
.button__text {
  position: relative;
}
@media (min-width: 61.25em) {
  .button__text::before {
    bottom: -0.25rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.3s;
    width: 98%; /* 100% width pushes slightly over rhs edge */
  }
}
.button__text:hover::before {
  transform: scaleX(1);
}
.button--white .button__text {
  color: #000;
  transition: color 0.5s;
}
.button--white .button__text::before {
  background-color: #000;
  transition: all 0.3s;
}
.button--black .button__text {
  color: #fff;
  transition: color 0.5s;
}
.button--black .button__text::before {
  background-color: #fff;
  transition: all 0.3s;
}

.hero-banner {
  padding-bottom: 5.6rem;
  position: relative;
}
@media (min-width: 61.25em) {
  .hero-banner {
    padding-bottom: 9.8rem;
  }
}
.hero-banner__gradient {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 16%);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.hero-banner__wrapper {
  position: relative;
}
.hero-banner__img-wrapper--mobile {
  height: 0;
  padding-top: 138.6666666667%;
  position: relative;
}
@media (min-width: 61.25em) {
  .hero-banner__img-wrapper--mobile {
    display: none;
  }
}
.hero-banner__img-wrapper--desktop {
  height: 0;
  padding-top: 57.0138888889%;
  position: relative;
  display: none;
}
@media (min-width: 61.25em) {
  .hero-banner__img-wrapper--desktop {
    display: block;
  }
}
.hero-banner__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero-banner__copy-wrapper {
  left: 2.3rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}
@media (max-width: 61.24em) {
  .hero-banner__copy-wrapper {
    width: calc(100% - 4.6rem);
  }
}
@media (min-width: 61.25em) {
  .hero-banner__copy-wrapper {
    left: 4.7rem;
    transform: translate(0, -25%);
  }
}
@media (min-width: 75em) {
  .hero-banner__copy-wrapper {
    transform: translate(0, -34%);
  }
}
@media (min-width: 90.625em) {
  .hero-banner__copy-wrapper {
    left: 15.4rem;
    transform: translate(0, -44%);
  }
}
.hero-banner__text {
  color: #fff;
  font-size: 3rem;
  line-height: 36px;
  max-width: 38rem;
  padding-bottom: 3.5rem;
  text-transform: uppercase;
}
@media (min-width: 28.125em) {
  .hero-banner__text {
    font-size: 4.2rem;
    line-height: 48px;
  }
}
@media (min-width: 46.25em) {
  .hero-banner__text {
    max-width: 70rem;
    font-size: 6rem;
    line-height: 68px;
  }
}
@media (min-width: 61.25em) {
  .hero-banner__text {
    font-size: 3.5rem;
    line-height: 35px;
    max-width: 33rem;
  }
}
@media (min-width: 65.625em) {
  .hero-banner__text {
    font-size: 4rem;
    line-height: 40px;
    padding-bottom: 6.5rem;
  }
}
@media (min-width: 75em) {
  .hero-banner__text {
    font-size: 6rem;
    line-height: 56px;
    max-width: 60rem;
  }
}
@media (min-width: 81.25em) {
  .hero-banner__text {
    max-width: 48rem;
  }
}
@media (min-width: 46.25em) {
  .hero-banner .button {
    height: 6rem;
    max-width: 50rem;
  }
}
@media (min-width: 61.25em) {
  .hero-banner .button {
    height: 5.1rem;
  }
}

@media (min-width: 61.25em) {
  .content-block {
    padding-bottom: 2.5rem;
  }
}
.content-block--left {
  text-align: left;
}
.content-block--right {
  text-align: right;
}
.content-block--center {
  text-align: center;
}
.content-block__img-wrapper {
  height: 0;
  padding-top: 100%;
  position: relative;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
@media (min-width: 46.25em) {
  .content-block__img-wrapper {
    margin-bottom: 3.2rem;
  }
}
.content-block__img-wrapper--alt {
  height: 0;
  padding-top: 55.4195804196%;
  position: relative;
}
.content-block__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.3s; /* Animation */
}
.content-block__img:hover {
  transform: scale(1.15);
}
.content-block__title {
  padding-bottom: 2rem;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .content-block__title {
    font-size: 1.6rem;
    padding-bottom: 3.1rem;
  }
}
@media (min-width: 61.25em) {
  .content-block__title {
    font-size: 1.9rem;
  }
}
@media (min-width: 81.25em) {
  .content-block__title {
    font-size: 2.6rem;
  }
}
.content-block__title--bold {
  font-weight: 600;
}
.content-block__text {
  padding-bottom: 2rem;
}
@media (min-width: 46.25em) {
  .content-block__text {
    padding-bottom: 3.1rem;
  }
}
.content-block__inner {
  margin: 0 auto;
  max-width: 50rem;
}
.content-block__link {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
}
.content-block__link::before {
  transform: scaleX(0);
}
.content-block__link:hover::before {
  transform: scaleX(1);
}

.text-block {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (min-width: 46.25em) {
  .text-block {
    padding: 3rem 3rem 6rem;
  }
}
.text-block__inner {
  align-self: center;
  margin: 0 auto;
  max-width: 50rem;
  text-align: center;
}
.text-block__inner--alt {
  max-width: 86rem;
  text-align: left;
}
.text-block__header {
  padding-bottom: 3.6rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .text-block__header {
    font-size: 4.4rem;
  }
}
@media (min-width: 61.25em) {
  .text-block__header {
    font-size: 4.8rem;
  }
}
.text-block__copy {
  padding-bottom: 3.6rem;
}
@media (min-width: 46.25em) {
  .text-block__copy {
    font-size: 1.4rem;
  }
}
@media (min-width: 61.25em) {
  .text-block__copy {
    font-size: 1.6rem;
  }
}
.text-block__copy--alt {
  text-transform: none;
}
@media (max-width: 46.24em) {
  .text-block .button {
    max-width: 100%;
  }
}

.member-slide__img-wrapper {
  height: 0;
  padding-top: 125.0544662309%;
  position: relative;
  margin-bottom: 1rem;
}
.member-slide__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.member-slide__name {
  display: block;
}
.member-slide__category {
  color: #828282;
  display: block;
}

.member-slick-slider {
  position: relative;
}
.member-slick-slider__arrows {
  bottom: 1.5rem;
  position: absolute;
  right: 0;
}
.member-slick-slider__arrows .slick-arrow {
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 1.2rem;
  text-indent: -99999px;
  width: 0.8rem;
}
.member-slick-slider__arrows .slick-arrow.slick-next {
  background: url("assets/images/svg-min/next-arrow--dark.svg") no-repeat;
  transition: background 0.5s;
}
.member-slick-slider__arrows .slick-arrow.slick-prev {
  background: url("assets/images/svg-min/prev-arrow--dark.svg") no-repeat;
  margin-right: 1.5rem;
  transition: background 0.5s;
}

.custom-separator {
  background-color: #cbcbcb;
  display: block;
  height: 1px;
  margin: 0 2.5rem 4.8rem;
  width: calc(100% - 5rem);
}
@media (min-width: 46.25em) {
  .custom-separator {
    margin: 0 6rem 7rem;
    width: calc(100% - 12rem);
  }
}
.custom-separator--grey-alt {
  background-color: #cbcbcb;
}
.custom-separator--gray {
  background-color: #cbcbcb;
}
@media (min-width: 46.25em) {
  .custom-separator--gray {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.custom-separator--mobile-only {
  margin: 0 2.5rem 4.4rem;
}
@media (min-width: 46.25em) {
  .custom-separator--mobile-only {
    display: none;
  }
}
.custom-separator--full-width {
  margin-left: 0;
  width: 100%;
}
@media (min-width: 46.25em) {
  .custom-separator--full-width {
    margin-left: 0;
    width: 100%;
  }
}
.custom-separator--top-margin {
  margin-top: 4.8rem;
}
@media (min-width: 46.25em) {
  .custom-separator--top-margin {
    margin-top: 7rem;
  }
}
.custom-separator--no-bottom-margin {
  margin-bottom: 0;
}
@media (min-width: 46.25em) {
  .custom-separator--no-bottom-margin {
    margin-bottom: 0;
  }
}

.get-certified {
  background-color: #daff64;
  border: 1px solid #daff64;
  margin: 0 2.5rem 7.4rem;
  text-align: center;
  padding: 2.6rem 0 2.2rem 0;
  transition: background-color 0.5s, border 0.5s;
  width: calc(100% - 5rem);
}
.post-type-archive-our-members .get-certified {
  margin-top: 4.8rem;
}
@media (min-width: 46.25em) {
  .post-type-archive-our-members .get-certified {
    margin-top: 9rem;
  }
}
.page-template-GetCertifiedTemplate .get-certified {
  display: none;
}
.our-members-template-default .get-certified {
  display: none;
}
.post-type-archive-good-suppliers .get-certified {
  display: none;
}
.good-suppliers-template-default .get-certified {
  display: none;
}
@media (min-width: 46.25em) {
  .get-certified {
    margin: 0 6rem 9.8rem;
    padding: 4.2rem 0;
    width: calc(100% - 12rem);
  }
}
.get-certified a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.get-certified a::before {
  background-color: #000;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.get-certified a:hover::before {
  transform: scaleX(0);
}

.announcement-bar {
  background-color: #000;
  padding: 0.8rem 0;
  text-align: center;
  transition: background-color 0.5s;
}
@media (min-width: 46.25em) {
  .announcement-bar {
    padding: 0.8rem 0 0.8rem;
  }
}
.announcement-bar__headline {
  color: #fff;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.5s;
}
@media (min-width: 46.25em) {
  .announcement-bar__headline {
    font-size: 1.2rem;
  }
}
.announcement-bar__close {
  color: #fff;
  cursor: pointer;
  display: none;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}

.header {
  background-color: #daff64;
  position: sticky;
  top: 0;
  transition: background-color 0.5s;
  z-index: 99;
}
.header--burger-active {
  background-color: #fff;
}
.header--is-fixed {
  animation: fadeInDown 500ms;
  max-width: 255rem;
  width: 100%;
  z-index: 99;
  background-color: #daff64 !important;
  position: fixed;
  top: 0;
}
.header__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 2.5rem;
  position: relative;
}
@media (min-width: 61.25em) {
  .header__wrapper {
    padding: 2.1rem 2.3rem 3rem 3rem;
    justify-content: center;
  }
}
.header--is-fixed .header__wrapper {
  padding-bottom: 2.8rem;
  padding-top: 2.8rem;
}
@media (min-width: 61.25em) {
  .header--burger-active .header__wrapper {
    padding-bottom: 0;
  }
}
.header__logo-wrapper {
  position: relative;
  z-index: 99999;
}
@media (max-width: 46.24em) {
  .header__logo-wrapper {
    left: 50%;
    position: absolute;
    top: 22px;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 46.25em) {
  .header__logo-wrapper {
    margin-left: 4rem;
  }
}
@media (min-width: 61.25em) {
  .header__logo-wrapper {
    margin-left: 0;
  }
}
.header__navigation {
  flex: 1;
}
.header__logo {
  background: url("assets/images/svg-min/logo-full--dark.svg") no-repeat;
  background-size: contain;
  display: block;
  height: 2.1rem;
  margin: 0 auto;
  transition: background 0.5s;
  width: 14.3rem;
}
@media (min-width: 61.25em) {
  .header__logo {
    height: 3.9rem;
    width: 26.6rem;
  }
}
.header__right-wrapper {
  text-align: right;
}
.header__burger {
  cursor: pointer;
  display: inline-block;
  width: 1.5rem;
  height: 1.3rem;
}
@media (min-width: 61.25em) {
  .header__burger {
    display: none;
    height: 1.4rem;
    margin-right: 3rem;
    width: 6rem;
  }
}
.header__burger-wrapper {
  cursor: pointer;
  height: 1.7rem;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  width: 1.7rem;
}
@media (min-width: 46.25em) {
  .header__burger-wrapper {
    height: 1.3rem;
    width: 4rem;
  }
}
.header__burger-wrapper span {
  background: #000;
  display: block;
  height: 0.1rem;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 100%;
}
.header--is-fixed .header__burger-wrapper span {
  background: #000;
}
.header--burger-active .header__burger-wrapper span {
  background: #000;
}
.header__burger-wrapper span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.header__burger-wrapper span:nth-child(2) {
  top: 0.7rem;
  transform-origin: left center;
}
@media (min-width: 46.25em) {
  .header__burger-wrapper span:nth-child(2) {
    top: 1.2rem;
  }
}
.header__burger-wrapper.open {
  height: 2rem;
  width: 2rem;
}
@media (min-width: 46.25em) {
  .header__burger-wrapper.open {
    height: 3rem;
    width: 3rem;
  }
}
.header__burger-wrapper.open span:nth-child(1) {
  left: 0.8rem;
  top: -0.1rem;
  transform: rotate(45deg);
}
.header__burger-wrapper.open span:nth-child(2) {
  left: 0.8rem;
  top: 1.3rem;
  transform: rotate(-45deg);
}
@media (min-width: 46.25em) {
  .header__burger-wrapper.open span:nth-child(2) {
    top: 2rem;
  }
}
.header__links {
  display: flex;
}
@media (min-width: 46.25em) {
  .header__links {
    align-items: center;
  }
}
.header__link {
  display: inline-block;
  margin-left: 3.5rem;
  line-height: 24px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  text-indent: -99999px;
}
@media (max-width: 61.24em) {
  .header__link {
    font-size: 0;
  }
}
@media (min-width: 61.25em) {
  .header__link {
    text-indent: 0;
  }
}
@media (min-width: 61.25em) {
  .header__link::before {
    transform: scaleX(0);
  }
}
@media (min-width: 61.25em) {
  .header__link:hover::before {
    transform: scaleX(1);
  }
}
@media (max-width: 61.24em) {
  .header__link--members {
    display: none;
  }
}
@media (max-width: 61.24em) {
  .header__link--account {
    background: url("assets/images/svg-min/account--dark.svg") no-repeat;
    height: 1.6rem;
    order: 2;
    width: 1.6rem;
  }
}
@media (min-width: 61.25em) {
  .header__link--account {
    margin-left: 0;
    margin-right: 1.5rem;
    width: 10.6rem;
  }
}
@media (max-width: 61.24em) {
  .header__link--contact {
    background: url("assets/images/svg-min/contact--dark.svg") no-repeat;
    height: 1.6rem;
    order: 1;
    width: 1.6rem;
  }
}
.header--is-fixed .header__link {
  color: #000 !important;
}
.header--is-fixed .header__link::before {
  background-color: #000 !important;
}
@media (max-width: 46.24em) {
  .header__contact {
    background: url("assets/images/svg-min/icon-contact.svg") no-repeat;
    background-size: cover;
    display: block;
    font-size: 0;
    height: 1.7rem;
    text-indent: -99999px;
    width: 1.5rem;
  }
}
@media (min-width: 46.25em) {
  .header__contact {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #000;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    height: 3rem;
    justify-content: center;
    line-height: 1.4;
    letter-spacing: -0.015rem;
    margin: 0;
    max-width: 13rem;
    padding: 0 2rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    width: 100%;
  }
}
.header__contact:hover {
  background-color: #daff64;
  border: 1px solid #000;
  color: #000;
  transition: all 0.3s;
}
.header__account {
  background: url("assets/images/svg-min/account-icon.svg") no-repeat;
  background-size: cover;
  display: block;
  height: 1.7rem;
  margin-right: 1.5rem;
  width: 1.6rem;
}
@media (min-width: 46.25em) {
  .header__account {
    height: 2.2rem;
    margin-right: 0.9rem;
    width: 3.1rem;
  }
}
@media (min-width: 78.125em) {
  .header__account {
    margin-right: 2.9rem;
    width: 3.4rem;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.main-navigation {
  border-top: 1px solid #e2e2e2;
  margin: 0 2rem;
}
@media (max-width: 61.24em) {
  .main-navigation {
    background-color: #fff;
    height: 100vh;
    left: -100%;
    margin: 0;
    padding: 0 2rem;
    position: absolute;
    top: 6.7rem;
    transition: 0.3s;
    width: 100%;
  }
}
@media (min-width: 61.25em) {
  .main-navigation {
    border: 0;
  }
}
@media (min-width: 68.75em) {
  .main-navigation {
    margin: 0;
  }
}
@media (min-width: 106.25em) {
  .main-navigation {
    margin: 0 2rem;
  }
}
.header--burger-active .main-navigation {
  left: 0;
  transition: 0.3s;
}
@media (max-width: 61.24em) {
  .header--is-fixed .main-navigation {
    top: 7.2rem;
  }
}
.main-navigation .menu {
  padding: 0;
}
@media (min-width: 61.25em) {
  .main-navigation .menu {
    display: flex;
    justify-content: center;
  }
}
.main-navigation .menu-item {
  margin: 1rem 0;
}
@media (max-width: 61.24em) {
  .main-navigation .menu-item {
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    padding: 0.6rem 0 1rem;
  }
}
@media (min-width: 61.25em) {
  .main-navigation .menu-item {
    margin: 0 0.5rem;
  }
}
@media (min-width: 78.125em) {
  .main-navigation .menu-item {
    margin: 0 1.5rem;
  }
}
@media (min-width: 93.75em) {
  .main-navigation .menu-item {
    margin: 0 3rem;
  }
}
@media (min-width: 61.25em) {
  .main-navigation .menu-item.menu-item-13430, .main-navigation .menu-item.menu-item-13593 {
    display: none;
  }
}
.main-navigation .menu-item a {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s;
}
@media (max-width: 61.24em) {
  .main-navigation .menu-item a {
    display: block;
    width: 100%;
  }
}
@media (min-width: 78.125em) {
  .main-navigation .menu-item a {
    font-size: 1.3rem;
  }
}
@media (min-width: 106.25em) {
  .main-navigation .menu-item a {
    font-size: 1.4rem;
  }
}
.header--is-fixed .main-navigation .menu-item a {
  color: #000 !important;
}
@media (min-width: 61.25em) {
  .main-navigation .menu-item a::before {
    background-color: #000;
    bottom: -0.25rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all 0.3s;
    width: 98%; /* 100% width pushes slightly over rhs edge */
  }
  .header--is-fixed .main-navigation .menu-item a::before {
    background-color: #000 !important;
  }
}
.main-navigation .menu-item a:hover::before {
  transform: scaleX(1);
}
.main-navigation .sub-menu {
  background-color: #fff;
  left: -100%;
  padding: 0 2rem;
  position: fixed;
  opacity: 1;
  top: 10.5rem;
  transition: 0.3s;
  visibility: visible;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 61.24em) {
  .main-navigation .sub-menu {
    height: 100%;
    top: 11rem;
  }
}
@media (min-width: 61.25em) {
  .main-navigation .sub-menu {
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 4rem 1rem;
    position: absolute;
    visibility: hidden;
  }
}
@media (min-width: 81.25em) {
  .main-navigation .sub-menu {
    padding: 4rem;
  }
}
@media (max-width: 61.24em) {
  .admin-bar .main-navigation .sub-menu {
    top: 16rem;
  }
}
@media (max-width: 61.24em) {
  .header--is-fixed .main-navigation .sub-menu {
    top: 8rem;
  }
}
@media (min-width: 61.25em) {
  .main-navigation .sub-menu:before {
    background-color: #daff64;
    content: "";
    display: block;
    height: 39px;
    position: absolute;
    top: -35px;
    width: 100%;
  }
}
.main-navigation .sub-menu:after {
  background-color: #dedede;
  bottom: 0;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  width: 96%;
}
@media (max-width: 61.24em) {
  .main-navigation .sub-menu.main-navigation--active {
    left: 0;
    transition: 0.3s;
  }
}
.main-navigation .sub-menu .sub-menu__list-title {
  border-bottom: 1px solid #e2e2e2;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1rem;
  margin-bottom: 2rem;
  padding: 1rem 0;
  text-transform: uppercase;
}
@media (min-width: 61.25em) {
  .main-navigation .sub-menu .sub-menu__list-title {
    display: none;
  }
}
.main-navigation .sub-menu .sub-menu__grid-item {
  margin-left: 0;
}
.main-navigation .sub-menu .sub-menu__grid-item:last-child {
  margin-right: 0;
}
.main-navigation .sub-menu .sub-menu__grid-item--three-col:last-child {
  margin-right: 2rem;
}
.main-navigation .sub-menu a::after {
  display: none;
}
.main-navigation .sub-menu .sub-menu__inner-wrapper {
  width: 100%;
}
@media (min-width: 61.25em) {
  .main-navigation .sub-menu .sub-menu__inner-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.main-navigation .sub-menu .sub-menu__image-one-wrapper {
  border-right: 1px solid #e5e5e5;
  padding-right: 1rem;
  width: 18%;
}
@media (max-width: 61.24em) {
  .main-navigation .sub-menu .sub-menu__image-one-wrapper {
    display: none;
  }
}
@media (min-width: 81.25em) {
  .main-navigation .sub-menu .sub-menu__image-one-wrapper {
    padding-right: 4rem;
  }
}
@media (min-width: 61.25em) {
  .main-navigation .sub-menu .sub-menu__grid-items {
    padding: 0 1rem;
  }
}
@media (min-width: 81.25em) {
  .main-navigation .sub-menu .sub-menu__grid-items {
    padding: 0 7rem;
  }
}
@media (min-width: 61.25em) {
  .main-navigation .sub-menu .sub-menu__grid-items-inner {
    display: grid;
    grid-template-columns: max-content max-content;
  }
}
@media (min-width: 61.25em) {
  .main-navigation .sub-menu .sub-menu__grid-items-inner:has(.sub-menu__grid-item--three-col) {
    grid-template-columns: max-content max-content max-content;
  }
}
.main-navigation .sub-menu .sub-menu__grid-item {
  padding-bottom: 0.8rem;
}
@media (max-width: 61.24em) {
  .main-navigation .sub-menu .sub-menu__grid-item {
    width: 100%;
  }
}
@media (min-width: 61.25em) {
  .main-navigation .sub-menu .sub-menu__grid-item--row {
    margin: 0 2rem;
  }
}
@media (min-width: 61.25em) {
  .main-navigation .sub-menu .sub-menu__grid-item--two-col:nth-child(odd) {
    margin-right: 4rem;
  }
}
@media (min-width: 93.75em) {
  .main-navigation .sub-menu .sub-menu__grid-item--two-col:nth-child(odd) {
    margin-right: 8rem;
  }
}
@media (min-width: 61.25em) {
  .main-navigation .sub-menu .sub-menu__grid-item--two-col:nth-child(even) {
    margin-left: 4rem;
  }
}
@media (min-width: 93.75em) {
  .main-navigation .sub-menu .sub-menu__grid-item--two-col:nth-child(even) {
    margin-right: 8rem;
  }
}
@media (min-width: 61.25em) {
  .main-navigation .sub-menu .sub-menu__grid-item--three-col {
    margin: 0 2rem;
  }
}
.main-navigation .sub-menu .sub-menu__image-two-wrapper {
  border-left: 1px solid #e5e5e5;
  padding-left: 1rem;
}
@media (max-width: 61.24em) {
  .main-navigation .sub-menu .sub-menu__image-two-wrapper {
    display: none;
  }
}
@media (min-width: 81.25em) {
  .main-navigation .sub-menu .sub-menu__image-two-wrapper {
    padding-left: 4rem;
  }
}
.main-navigation .sub-menu .sub-menu__image-two-wrapper--large {
  width: 38%;
}
.main-navigation .sub-menu .sub-menu__image-two-wrapper--small {
  width: 28%;
}
.main-navigation .sub-menu .sub-menu__image-two-wrapper img {
  width: 100%;
}
.main-navigation .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 61.25em) {
  .main-navigation .menu-item-has-children:hover a::after {
    display: block;
  }
}
.main-navigation .menu-item-has-children:hover .sub-menu a::after {
  display: none;
}
.main-navigation .menu-item-has-children a::after {
  border-color: transparent transparent #daff64 transparent;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  bottom: -7rem;
  content: "";
  display: none;
  height: 0;
  left: 50%;
  position: absolute;
  transform: rotate(180deg);
  width: 0;
  z-index: 99999;
}
.header--is-fixed .main-navigation .menu-item-has-children a::after {
  bottom: -5rem;
}
@media (max-width: 61.24em) {
  .main-navigation .menu-item-has-children a::before {
    background: url("assets/images/svg-min/icon-arrow-down.svg") no-repeat;
    content: "";
    display: block;
    height: 2rem;
    position: absolute;
    right: 0;
    transform: rotate(270deg);
    width: 2rem;
  }
}
.main-navigation .menu-item-has-children .sub-menu__grid-item a::before {
  display: none;
}

.members__header {
  position: relative;
}
.members__header--title {
  width: 100%;
  text-align: center;
  font-size: 42px;
  font-family: "Times New Roman";
  text-transform: uppercase;
  margin: 3rem 0;
  color: #000;
}
@media (max-width: 46.24em) {
  .members__header--title {
    padding-top: 2rem;
  }
}
@media (min-width: 46.25em) {
  .members__header--title {
    font-size: 64px;
  }
}
.members__header--copy {
  font-size: 16px;
  font-family: Helvetica;
  line-height: 25px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  color: #000;
}
.members__intro {
  margin: 0 auto;
  max-width: 88rem;
}
.members__search-header {
  text-align: center;
  color: #000;
}
.members__search-header--title {
  text-align: center;
  font-size: 26px;
  font-family: "Times New Roman";
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .members__search-header--title {
    font-size: 32px;
  }
}
.members__search-header--notice {
  margin: 2rem 0;
}
.members__search-header--notice-icon {
  background: url(assets/images/svg-min/logo--light.svg);
  background-size: 2rem;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: bottom;
  margin: 0;
  transition: all 0.5s;
}
.members__search-header--notice-text {
  display: inline-block;
  font-size: 13px;
  font-family: Helvetica;
  vertical-align: super;
}
@media (min-width: 46.25em) {
  .members__search-header--notice-text {
    font-size: 16px;
  }
}
.members__search-filter {
  width: 90%;
  margin: 3rem auto;
  padding: 3rem 0;
}
@media (min-width: 46.25em) {
  .members__search-filter {
    border: 1px solid #D9D9D9;
    margin: 6rem auto;
  }
}
@media (min-width: 46.25em) {
  .members__search-filter {
    padding: 3rem;
  }
}
.members__search-filter--sustainability-library {
  width: 100%;
  border-left: 0;
  border-right: 0;
  padding: 0;
}
@media (min-width: 46.25em) {
  .members__search-filter--sustainability-library {
    padding: 3rem 0;
    margin: 1rem auto 6rem;
  }
}
.members__search-filter--browse-label {
  text-transform: uppercase;
  display: block;
  font-size: 13px;
}
@media (min-width: 46.25em) {
  .members__search-filter--browse-label {
    font-size: 16px;
    margin: 0;
  }
}
.members__search-filter--container {
  display: block;
}
.members__search-filter--container-collapsed {
  transition: all 2s ease-in-out;
  height: 0;
  overflow: hidden;
}
.members__search-filter--collapse {
  background: url(assets/images/svg-min/caret--light.svg);
  background-size: 1.6rem;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  width: 1.6rem;
  height: 1rem;
  float: right;
  transition: transform 150ms ease;
  margin-top: 5px;
  position: relative;
  z-index: 99999;
}
@media (min-width: 46.25em) {
  .members__search-filter--collapse {
    background-size: 2rem;
    width: 2rem;
    height: 2rem;
    margin: 0;
  }
}
.members__search-filter--collapse.collapsed {
  transform: rotate(-180deg);
  transition: transform 150ms ease;
}
@media (max-width: 46.24em) {
  .members__search-filter--impact-network {
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 46.25em) {
  .members__search-filter--impact-network {
    margin: 6rem auto 10rem;
  }
}

.searchandfilter ul {
  margin-left: 0;
}
@media (min-width: 46.25em) {
  .members__search-filter--impact-network .searchandfilter ul {
    display: flex;
    justify-content: center;
    padding-top: 2rem !important;
    position: relative;
  }
}
.members__search-filter--impact-network .searchandfilter ul ul {
  display: block;
  padding-top: 0 !important;
}
.searchandfilter ul li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 1rem 0;
  margin: 0;
}
@media (min-width: 46.25em) {
  .searchandfilter ul li {
    width: 33%;
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 61.25em) {
  .searchandfilter ul li {
    padding: 1rem 5rem;
  }
}
.members__search-filter--container-4-wide .searchandfilter ul li {
  padding: 1rem 2rem;
  width: 100%;
}
@media (min-width: 46.25em) {
  .members__search-filter--container-4-wide .searchandfilter ul li {
    width: 25%;
    border-left: 1px solid #d9d9d9;
  }
}
.members__search-filter--container-4-wide .searchandfilter ul li.sf-field-taxonomy-environment {
  padding-left: 0;
  border: 0;
}
.searchandfilter ul li h4 {
  font-weight: 700;
  text-align: left;
}
.searchandfilter ul li.sf-field-taxonomy-business_type {
  border: 0;
}
@media (min-width: 46.25em) {
  .searchandfilter ul li.sf-field-taxonomy-region {
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
  }
}
@media (min-width: 46.25em) {
  .searchandfilter ul li.sf-field-taxonomy-impact-network-verticals {
    border-left: 1px solid #d9d9d9;
  }
}
.searchandfilter ul li.sf-field-reset {
  display: block;
  position: relative;
  top: -35px;
  left: 83%;
  border: 0;
  font-size: 9px;
}
@media (min-width: 46.25em) {
  .searchandfilter ul li.sf-field-reset {
    font-size: 14px;
    left: 50%;
  }
}
@media (min-width: 46.25em) {
  .members__search-filter--impact-network .searchandfilter ul li.sf-field-reset {
    left: 90%;
    position: absolute;
    width: 15rem;
  }
}
.searchandfilter ul li.sf-field-reset h4 {
  display: none;
}
.searchandfilter ul li.sf-field-reset a {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  position: relative;
  transition: color 0.3s;
}
.searchandfilter ul li ul {
  padding: 0;
  width: 100%;
}
.searchandfilter ul li ul li {
  width: 100% !important;
  margin: 0;
  border: 0 !important;
  padding: 1rem 0 !important;
}
@media (max-width: 46.24em) {
  .searchandfilter ul li ul li {
    padding: 0 !important;
  }
}
.searchandfilter ul li ul li label {
  float: left;
  vertical-align: top;
  padding: 5px 0 !important;
  width: 90%;
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
  text-align: left;
}
@media (min-width: 46.25em) {
  .searchandfilter ul li ul li label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    width: 86%;
  }
}
.searchandfilter ul li ul li input {
  float: right;
  height: 2rem;
  width: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0;
  outline: none;
  transition-duration: 0.3s;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.searchandfilter ul li ul li input:checked {
  background-color: #000;
  color: #fff;
  display: block;
  text-align: center;
}
.searchandfilter ul li ul li input:checked::after {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  font-size: 16px;
}
@media (min-width: 46.25em) {
  .searchandfilter.sf-field-taxonomy-sustainability-topic {
    border-right: 1px solid #d9d9d9;
  }
}
.searchandfilter__container {
  margin: 5rem auto;
  width: 90%;
}
@media (min-width: 46.25em) {
  .searchandfilter__container {
    width: 80%;
  }
}
@media (max-width: 46.24em) {
  .searchandfilter__container--impact-network {
    margin: 3rem auto 5rem;
  }
}
@media (min-width: 46.25em) {
  .searchandfilter__container--impact-network {
    width: 90%;
  }
}
.searchandfilter__alphabet {
  width: 50%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 46.25em) {
  .searchandfilter__alphabet {
    width: 20%;
    margin-left: 5%;
  }
}
.searchandfilter__alphabet--title {
  text-decoration: none;
  text-transform: uppercase;
}
.searchandfilter__alphabet--item {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 25px;
  transition: color 0.5s;
}
@media (min-width: 46.25em) {
  .searchandfilter__alphabet--item {
    font-size: 1.6rem;
    line-height: 32px;
  }
}
.searchandfilter__alphabet--item a {
  color: #000;
}
.searchandfilter__alphabet--item article {
  display: inline-block;
}
.searchandfilter__alphabet--assessment {
  width: 2rem;
  height: 2rem;
  background: url(assets/images/svg-min/logo--light.svg);
  background-size: 2rem;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 2rem;
  transition: all 0.5s;
}
.searchandfilter__divider {
  width: 100%;
  background: #d8d8d8;
  height: 1px;
  margin: 3rem 0;
  display: none;
}
@media (min-width: 46.25em) {
  .searchandfilter__divider {
    display: block;
  }
}
.searchandfilter__divider--mobile {
  width: 100%;
  background: #d8d8d8;
  height: 1px;
  margin: 3rem 0;
}
@media (min-width: 46.25em) {
  .searchandfilter__divider--mobile {
    display: none;
  }
}

.sf-field-taxonomy-environment h4 {
  color: #00b500;
}

.sf-field-taxonomy-social h4 {
  color: #abcff0;
}

.sf-field-taxonomy-governance h4 {
  color: #f777c4;
}

.sf-field-taxonomy-innovation h4 {
  color: #008eec;
}

.sf-field-taxonomy-social,
.sf-field-taxonomy-governance,
.sf-field-taxonomy-innovation {
  border-top: 1px solid #dedede;
}
@media (min-width: 46.25em) {
  .sf-field-taxonomy-social,
  .sf-field-taxonomy-governance,
  .sf-field-taxonomy-innovation {
    border: 0;
  }
}

.brand__banner {
  padding-bottom: 2.5rem;
  position: relative;
}
@media (min-width: 46.25em) {
  .brand__banner {
    padding-bottom: 7.1rem;
  }
}
.brand__banner--video {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 61.25em) {
  .brand__banner--video {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media (max-width: 46.24em) {
  .brand__banner--about {
    padding-bottom: 0;
  }
}
.brand__banner-outer-wrap {
  position: relative;
}
.brand__video-wrapper {
  height: 0px;
  overflow: hidden;
  padding-bottom: 97%;
  position: relative;
}
@media (min-width: 46.25em) {
  .brand__video-wrapper {
    padding-bottom: 36.541667%;
  }
}
@media (min-width: 46.25em) {
  .brand__video-wrapper:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 0.3rem;
    z-index: 99999;
  }
}
.brand__banner-video {
  height: 100%;
  left: -2px;
  position: absolute;
  top: 0;
  width: calc(100% + 4px);
}
.brand__banner-video--mobile {
  left: 0;
}
@media (min-width: 46.25em) {
  .brand__banner-video--mobile {
    display: none;
  }
}
.brand__banner-video--desktop {
  display: none;
}
@media (min-width: 46.25em) {
  .brand__banner-video--desktop {
    display: block;
  }
}
.brand__banner-gradient {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 44%);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.brand__banner-wrapper--mobile {
  height: 0;
  padding-top: 96.9230769231%;
  position: relative;
}
@media (min-width: 61.25em) {
  .brand__banner-wrapper--mobile {
    display: none;
  }
}
.brand__banner-wrapper--desktop {
  height: 0;
  padding-top: 38.5416666667%;
  position: relative;
  display: none;
}
@media (min-width: 61.25em) {
  .brand__banner-wrapper--desktop {
    display: block;
  }
}
.brand__banner-wrapper--default {
  height: 0;
  padding-top: 38.5416666667%;
  position: relative;
}
.brand__banner-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.brand__banner-single-img {
  display: block;
  margin: 0 auto;
}
.brand__headline {
  position: relative;
}
.brand__headline--padding-top {
  padding-top: 4.8rem;
}
@media (min-width: 46.25em) {
  .brand__headline--padding-top {
    padding-top: 9rem;
  }
}
@media (max-width: 46.24em) {
  .brand__headline .back-link {
    display: none;
  }
}
.brand__headline-wrapper {
  margin: 0 auto;
  max-width: 95rem;
  padding: 0 3rem 3.6rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .brand__headline-wrapper {
    padding: 0 9rem 4.8rem;
  }
}
@media (min-width: 61.25em) {
  .brand__headline-wrapper {
    padding: 0 9rem 7rem;
  }
}
.brand__headline-wrapper--wide {
  max-width: 125rem;
}
.brand__headline-wrapper--100 {
  max-width: 100rem;
}
.brand__headline-wrapper--no-padding {
  padding-bottom: 0;
}
@media (max-width: 46.24em) {
  .brand__headline-wrapper--no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 46.25em) {
  .brand__headline-wrapper--no-padding {
    padding-bottom: 0;
  }
}
.brand__headline-header {
  padding-bottom: 2.2rem;
}
.brand__headline-header--upper {
  text-transform: uppercase;
}
.brand__two-col {
  border-bottom: 1px solid #cbcbcb;
  border-top: 1px solid #cbcbcb;
  margin: 0 1.5rem;
  padding: 3.1rem 0 0;
}
@media (min-width: 46.25em) {
  .brand__two-col {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
}
@media (min-width: 68.75em) {
  .brand__two-col {
    margin: 0 4.5rem 5.7rem;
    padding-top: 4rem;
  }
}
.brand__two-col--alt {
  border-bottom: 0;
  border-top: 0;
  margin: 0 1.5rem;
  padding: 3.1rem 0 0;
}
@media (min-width: 46.25em) {
  .brand__two-col--alt {
    margin: 0 4.5rem 1rem;
    padding-top: 6.2rem;
  }
}
.brand__two-col--no-border-bottom {
  border-bottom: none;
  margin-bottom: 0;
}
.brand__content-block-header {
  max-width: 45rem;
}
.brand__col {
  margin-bottom: 2.8rem;
  position: relative;
}
@media (min-width: 46.25em) {
  .brand__col {
    margin-bottom: 4.5rem;
    padding-top: 1.5rem;
    width: 50%;
  }
}
@media (max-width: 46.24em) {
  .brand__col:nth-child(odd) {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 46.24em) {
  .brand__two-col--alt .brand__col:nth-child(odd) {
    padding-bottom: 0;
  }
}
@media (min-width: 46.25em) {
  .brand__col:nth-child(odd) .brand__content-block {
    max-width: 85%;
    padding-left: 0;
    padding-right: 4rem;
    padding-top: 3rem;
  }
}
.brand__col:nth-child(even)::before {
  content: "";
  background-color: #cbcbcb;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.1rem;
}
@media (max-width: 46.24em) {
  .brand__col:nth-child(even)::before {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .brand__col:nth-child(even) .brand__content-block {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 3rem;
  }
}
.brand__two-col--alt .brand__col {
  align-self: center;
  border: 0;
}
.brand__two-col--alt .brand__col::before {
  display: none;
}
@media (max-width: 46.24em) {
  .brand__two-col--alt .brand__col {
    width: 100%;
  }
}
.brand__quote {
  padding-top: 1rem;
}
@media (min-width: 46.25em) {
  .brand__quote {
    padding-top: 2rem;
  }
}
.brand__content-block .header-two {
  font-size: 2.1rem;
  padding-bottom: 1rem;
}
@media (max-width: 46.24em) {
  .brand__content-block .header-two {
    text-align: center;
  }
}
@media (min-width: 46.25em) {
  .brand__content-block .header-two {
    font-size: 2.8rem;
    padding-bottom: 4.2rem;
  }
}
@media (min-width: 61.25em) {
  .brand__content-block .header-two {
    font-size: 4.8rem;
  }
}
.brand__content-block .default-text {
  padding-bottom: 2rem;
  position: relative;
}
.brand__content-block--flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 46.24em) {
  .brand__content-block--quote {
    padding-left: 0;
    text-align: left;
  }
}
.brand__content-block--quote .header-two {
  padding-bottom: 4.2rem;
}
@media (max-width: 46.24em) {
  .brand__content-block--quote .header-two {
    padding-bottom: 3.3rem;
    text-align: left;
  }
}
.brand__content-block--quote .default-text {
  padding-bottom: 2rem;
}
@media (min-width: 46.25em) {
  .brand__content-block--quote .default-text {
    padding-bottom: 4rem;
  }
}
.brand__content-block--quote .default-text::before {
  content: "";
  background-image: url(assets/images/svg-min/top-quote--light.svg);
  background-size: contain;
  display: block;
  height: 1.2rem;
  left: 0;
  position: absolute;
  top: -1rem;
  width: 1.8rem;
}
@media (min-width: 46.25em) {
  .brand__content-block--quote .default-text::before {
    height: 1.9rem;
    left: 0;
    top: 0;
    width: 2.8rem;
  }
}
.brand__content-block--quote .default-text::after {
  background-image: url(assets/images/svg-min/bottom-quote--light.svg);
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 1.2rem;
  position: absolute;
  right: 0;
  width: 1.8rem;
}
@media (min-width: 46.25em) {
  .brand__content-block--quote .default-text::after {
    bottom: 4rem;
    height: 1.8rem;
    right: -3.5rem;
    width: 2.8rem;
  }
}
@media (max-width: 46.24em) {
  .brand__content-block-flex-inner {
    width: 85%;
  }
}
.brand__col-img-wrapper {
  height: 0;
  padding-top: 71.0743801653%;
  position: relative;
}
.brand__col-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.brand__content-quote {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
}
@media (max-width: 46.24em) {
  .brand__content-quote {
    text-align: left;
  }
}
.brand__content-quote--bold {
  font-weight: 700;
}
@media (min-width: 46.25em) {
  .brand__fast-facts {
    min-width: 35rem;
  }
}
@media (min-width: 61.25em) {
  .brand__fast-facts {
    min-width: 45rem;
  }
}
.brand__fast-facts-row {
  display: flex;
  padding-bottom: 1.1rem;
}
@media (min-width: 46.25em) {
  .brand__fast-facts-row {
    padding-bottom: 1.5rem;
  }
}
.brand__fast-facts-question {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
  width: 35%;
}
@media (min-width: 46.25em) {
  .brand__fast-facts-question {
    font-size: 1.6rem;
    width: 50%;
  }
}
.brand__fast-facts-answer {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  width: 65%;
}
@media (min-width: 46.25em) {
  .brand__fast-facts-answer {
    font-size: 1.6rem;
    width: 50%;
  }
}
.brand__fast-facts-link {
  color: #000;
  position: relative;
  text-decoration: none;
}
.brand__fast-facts-link::before {
  background-color: #000;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.brand__fast-facts-link:hover::before {
  transform: scaleX(0);
}
.brand__logo-img {
  padding-bottom: 4.2rem;
  transition: all 0.3s;
}
@media (min-width: 46.25em) {
  .brand__logo-img {
    margin: 0 auto;
    width: 70%;
  }
}
.brand__logo-img--dark {
  display: none;
}
.brand__quote-border {
  background-color: #c4c4c4;
  display: block;
  height: calc(100% - 8rem);
  left: -2rem;
  position: absolute;
  top: 1rem;
  width: 1px;
}
@media (min-width: 46.25em) {
  .brand__quote-border {
    display: none;
  }
}
.brand__center-button {
  padding-top: 1.5rem;
  text-align: center;
  width: 100%;
}
.brand__center-button .button--black {
  max-width: 50rem;
}

.back-link {
  color: #000;
  cursor: pointer;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  left: 2rem;
  letter-spacing: 0.05em;
  position: absolute;
  top: -2rem;
}
@media (min-width: 46.25em) {
  .back-link {
    left: 3.7rem;
    top: 0;
  }
}
@media (max-width: 46.24em) {
  .back-link__wrapper--alt .back-link {
    top: 1rem;
  }
}
.back-link::before {
  background-color: #000;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.back-link:hover::before {
  transform: scaleX(0);
}
@media (max-width: 46.24em) {
  .page-template-GetCertifiedTemplate .back-link {
    top: 0;
  }
}
.back-link__wrapper {
  position: relative;
}
@media (max-width: 46.24em) {
  .page-template-template-our-standards-php .back-link__wrapper {
    display: none;
  }
}

.forum__back-link {
  text-transform: uppercase;
}
.forum__back-link::before {
  width: 0;
}
.forum__back-link--rules {
  left: 0;
  text-transform: uppercase;
}
.account-wrapper__content .forum__back-link::before {
  width: 0;
}
.single-discussion-topics .forum__back-link {
  display: none;
}

@media (min-width: 46.25em) {
  .case-study {
    border-bottom: 1px solid #cbcbcb;
    margin: 0 4.5rem 5.7rem;
  }
}
@media (max-width: 46.24em) {
  .case-study--good-supplier {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 46.24em) {
  .case-study .brand-section__header {
    margin-bottom: 1.7rem;
  }
}
@media (min-width: 46.25em) {
  .case-study__inner {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
}
.case-study__item {
  cursor: pointer;
  flex: 1;
  padding: 0 0 3rem;
  position: relative;
}
@media (max-width: 46.24em) {
  .case-study__item {
    border-bottom: 1px solid #000;
    padding: 0 0 2rem;
  }
}
@media (min-width: 46.25em) {
  .case-study__item {
    padding: 0 0 3rem;
  }
}
.case-study__item:last-child .case-study__headline {
  border-right: none;
}
@media (min-width: 46.25em) {
  .case-study__item--active {
    background-color: #e3ddd2;
  }
}
@media (min-width: 46.25em) {
  .case-study__img-wrapper {
    position: relative;
  }
}
@media (max-width: 46.24em) {
  .case-study__img-wrapper {
    display: none;
  }
}
.case-study__img-wrapper--mobile-only {
  display: none;
  padding-top: 2rem;
}
@media (max-width: 46.24em) {
  .case-study__item--active .case-study__img-wrapper--mobile-only {
    display: block;
  }
}
.case-study__img {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.case-study__tab-content {
  background-color: #e3ddd2;
  padding: 4rem 2.3rem 7rem;
}
@media (max-width: 46.24em) {
  .case-study__tab-content {
    display: none;
  }
}
.case-study__title {
  text-transform: uppercase;
  padding-top: 3rem;
}
@media (min-width: 61.25em) {
  .case-study__title {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
.case-study__headline {
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 1.6rem;
  letter-spacing: 0.087rem;
  line-height: 1.3;
  padding-left: 2.3rem;
  padding-top: 1.8rem;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .case-study__headline {
    font-size: 1.6rem;
    max-width: 100%;
    padding-top: 4rem;
  }
}
.case-study__item--active .case-study__headline {
  border-top: none;
  color: #000;
}
.case-study__item--active .case-study__headline:before {
  display: none;
}
.case-study__sub-heading {
  padding-bottom: 2.8rem;
  font-weight: 700;
}
.case-study__copy {
  font-size: 1.6rem;
  padding-bottom: 2rem;
}
.case-study__copy:last-child {
  padding-bottom: 0;
}
.case-study__tab-content-item {
  display: none;
}
.case-study__tab-content-item--active {
  display: block;
}
.case-study__toggle-icon {
  background-image: url("assets/images/svg-min/plus--black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 1.5rem;
}
.case-study__item--active .case-study__toggle-icon {
  background-image: url("assets/images/svg-min/minus--black.svg");
  height: 0.5rem;
  top: 2.5rem;
  width: 1.2rem;
}
@media (min-width: 46.25em) {
  .case-study__item--active .case-study__toggle-icon {
    top: 4.5rem;
  }
}
@media (min-width: 46.25em) {
  .case-study__toggle-icon {
    top: 4rem;
  }
}
.case-study__tab-content-item-mobile {
  display: none;
  padding: 2rem;
}
@media (max-width: 46.24em) {
  .case-study__item--active .case-study__tab-content-item-mobile {
    display: block;
  }
}

.butterfly-mark__banner {
  padding-bottom: 3rem;
  position: relative;
}
.butterfly-mark__headline {
  padding-top: 2.5rem;
}
@media (min-width: 46.25em) {
  .butterfly-mark__headline {
    padding-bottom: 7.1rem;
  }
}
.butterfly-mark__banner-gradient {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 44%);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.butterfly-mark__banner-wrapper--mobile {
  height: 0;
  padding-top: 96.9230769231%;
  position: relative;
}
@media (min-width: 46.25em) {
  .butterfly-mark__banner-wrapper--mobile {
    display: none;
  }
}
.butterfly-mark__banner-wrapper--desktop {
  height: 0;
  padding-top: 38.5416666667%;
  position: relative;
  display: none;
}
@media (min-width: 46.25em) {
  .butterfly-mark__banner-wrapper--desktop {
    display: block;
  }
}
.butterfly-mark__banner-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.butterfly-mark__assessment {
  padding-bottom: 4.8rem;
}
@media (min-width: 56.25em) {
  .butterfly-mark__assessment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 9rem;
  }
}
@media (min-width: 61.25em) {
  .butterfly-mark__assessment {
    padding: 0 4rem 9rem;
  }
}
.butterfly-mark__assessment-item {
  padding: 2rem 4rem;
  width: 100%;
}
@media (min-width: 56.25em) {
  .butterfly-mark__assessment-item {
    padding: 0 1.5rem;
    width: 50%;
  }
}
@media (min-width: 81.25em) {
  .butterfly-mark__assessment-item {
    padding: 0 5rem;
    width: 33%;
  }
  .butterfly-mark__assessment--4 .butterfly-mark__assessment-item {
    width: 24%;
  }
}
.butterfly-mark__assessment-title {
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
.butterfly-mark__header {
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
}
.butterfly-mark__header--logo {
  background-image: url(assets/images/svg-min/butterfly-mark--light.svg);
  height: 8rem;
  width: 8rem;
  display: block;
  margin: 1rem auto;
  background-repeat: no-repeat;
  background-size: 8rem;
  transition: all 0.3s;
}
.butterfly-mark__image--container {
  text-align: center;
  padding-bottom: 5rem;
}
.butterfly-mark__headline {
  padding-bottom: 4.8rem;
}
.butterfly-mark__headline--none {
  padding-bottom: 0;
}
.butterfly-mark__headline--medium {
  padding-bottom: 2rem;
}
.butterfly-mark__button--container {
  margin-top: 3.9rem;
}
.butterfly-mark__list {
  display: block;
  width: 80%;
  margin: 0 auto 0;
}
@media (min-width: 46.25em) {
  .butterfly-mark__list {
    margin: 0 auto 5rem;
    width: 95%;
  }
}
@media (min-width: 61.25em) {
  .butterfly-mark__list {
    width: 80%;
  }
}
.butterfly-mark__list-item {
  margin-left: 0 !important;
}
.butterfly-mark__list-item--container {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin-bottom: 3rem;
}
@media (min-width: 46.25em) {
  .butterfly-mark__list-item--container {
    border-left: 1px solid #d9d9d9;
    padding: 0 3rem;
    width: 33%;
  }
  .butterfly-mark__list--4 .butterfly-mark__list-item--container {
    width: 24%;
  }
  .butterfly-mark__list-item--container:first-child {
    border: 0;
  }
}
@media (max-width: 46.24em) {
  .butterfly-mark__list-item--container ul {
    margin-bottom: 0;
  }
}
.butterfly-mark__list-item--container-centered {
  text-align: center;
}
.butterfly-mark__list-item--container-noborder {
  border: 0;
}
.butterfly-mark__list-item--header {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 23px;
  margin: 0;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .butterfly-mark__list-item--header {
    margin: 2rem 0;
  }
}
.butterfly-mark__list-item--copy {
  list-style: initial;
  display: block;
  margin: 0 auto;
  width: 60%;
}
.butterfly-mark__list-item li {
  margin-bottom: 0.7rem;
  position: relative;
  width: 100%;
}
.butterfly-mark__list-item--image {
  height: 18rem;
  width: 18rem;
}
.butterfly-mark__list-item--chart {
  height: 18rem;
  width: 18rem;
  display: inline-block;
}
.butterfly-mark__list-item--chart-1 {
  background: url(assets/images/svg-min/chart-1.svg);
  background-size: 18rem;
  background-repeat: no-repeat;
  background-position: center;
}
.butterfly-mark__list-item--chart-2 {
  background: url(assets/images/svg-min/chart-2.svg);
  background-size: 18rem;
  background-repeat: no-repeat;
  background-position: center;
}
.butterfly-mark__list-item--chart-3 {
  background: url(assets/images/svg-min/chart-3.svg);
  background-size: 16rem;
  background-repeat: no-repeat;
  background-position: center;
}
.butterfly-mark__list-item-text {
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 1.5rem;
  text-transform: uppercase;
}
.butterfly-mark__section-container {
  padding-bottom: 2.8rem;
}
@media (min-width: 46.25em) {
  .butterfly-mark__section-container {
    padding-bottom: 5rem;
  }
}
.butterfly-mark__points--container {
  width: 80%;
  margin: 0 auto 5rem;
  text-align: initial;
  display: flex;
  flex-wrap: wrap;
}
.butterfly-mark__points--item {
  position: relative;
  margin: 1rem 0;
  text-align: left;
}
.butterfly-mark__points--check {
  background: url(assets/images/svg-min/green-tick.svg);
  background-size: 1.6rem;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  vertical-align: top;
  position: absolute;
  left: 0;
}
.butterfly-mark__points--copy {
  display: block;
  padding-left: 2.5rem;
}
.butterfly-mark__prices--container {
  width: 90%;
  margin: 0 auto 4.8rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .butterfly-mark__prices--container {
    margin: 0 auto 9rem;
  }
}
.butterfly-mark__prices--item {
  width: 48%;
  display: inline-block;
}
@media (min-width: 46.25em) {
  .butterfly-mark__prices--item {
    width: 24%;
    border-left: 1px solid #d9d9d9;
  }
  .butterfly-mark__prices--item:first-child {
    border: 0;
  }
}
.butterfly-mark__prices--title {
  text-transform: uppercase;
  font-weight: 700;
}
.butterfly-mark__prices--logo {
  background-image: url(assets/images/svg-min/butterfly-mark--light.svg);
  height: 11rem;
  width: 11rem;
  display: block;
  margin: 1rem auto;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  transition: all 0.3s;
}
.butterfly-mark__prices--logo-1 {
  background-size: 4rem;
}
.butterfly-mark__prices--logo-2 {
  background-size: 6rem;
}
.butterfly-mark__prices--logo-3 {
  background-size: 8rem;
}
.butterfly-mark__text-image {
  padding-bottom: 5rem;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 61.25em) {
  .butterfly-mark__text-image {
    display: flex;
    padding-bottom: 10rem;
  }
}
@media (min-width: 61.25em) {
  .butterfly-mark__text-half--header, .butterfly-mark__text-half--inner {
    text-align: left;
  }
}
.butterfly-mark__text-half--copy {
  text-transform: none;
}
.butterfly-mark__text-half--text-block {
  padding: 0;
}
@media (min-width: 46.25em) {
  .butterfly-mark__text-half--text-block {
    padding-right: 3rem;
  }
}
.butterfly-mark__image-half {
  margin-bottom: 2rem;
}
@media (min-width: 61.25em) {
  .butterfly-mark__image-half {
    float: right;
    margin: 0;
    order: 2;
  }
}
.butterfly-mark__image-half, .butterfly-mark__text-half {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 61.25em) {
  .butterfly-mark__image-half, .butterfly-mark__text-half {
    width: 49%;
  }
}
.butterfly-mark__image {
  width: 90%;
  margin: 0 auto;
}

.category-intro {
  margin: 0 auto;
  padding: 0 1rem 4.8rem;
  text-align: center;
  max-width: 85rem;
}
@media (min-width: 33.75em) {
  .category-intro {
    padding: 0 3rem 4.8rem;
  }
}
@media (min-width: 46.25em) {
  .category-intro {
    padding: 3rem 3rem 6.5rem;
  }
}
.category-intro__header {
  padding-bottom: 3.2rem;
  text-transform: uppercase;
}

.knowledge {
  padding: 0 3rem 0;
}
@media (min-width: 46.25em) {
  .knowledge {
    padding: 0 9.1rem 0;
  }
}
.knowledge--marketing-library {
  padding: 0;
  text-align: left;
  margin-top: 2.72rem;
}
@media (min-width: 46.25em) {
  .knowledge--marketing-library {
    padding: 0;
    margin-top: 2.72rem;
  }
}
.knowledge--sustainability-library {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.account-wrapper .knowledge__category-wrapper {
  max-width: calc(100% - 3rem);
}
@media (min-width: 61.25em) {
  .account-wrapper .knowledge__category-wrapper {
    max-width: calc(100% - 16rem);
  }
}
@media (min-width: 81.25em) {
  .account-wrapper .knowledge__category-wrapper {
    max-width: calc(100% - 16rem);
  }
}
.knowledge__category-intro {
  margin: 0 auto;
  max-width: 88rem;
  text-align: center;
}
.knowledge--media-centre .knowledge__category-intro {
  margin-top: 4.8rem;
}
@media (min-width: 46.25em) {
  .knowledge--media-centre .knowledge__category-intro {
    margin-top: 7rem;
  }
}
.knowledge--marketing-library .knowledge__category-intro {
  margin-left: 0;
  text-align: left;
}
.knowledge--sustainability-library .knowledge__category-intro {
  flex: 0 0 100%;
  display: block;
}
.knowledge__category-name {
  padding-bottom: 2.6rem;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .knowledge__category-name {
    padding-bottom: 3.8rem;
  }
}
.knowledge__category-name a {
  text-decoration: none;
}
.knowledge__category-description {
  padding-bottom: 3.3rem;
}
@media (min-width: 46.25em) {
  .knowledge__category-description {
    padding-bottom: 5.6rem;
  }
}
.knowledge__post-listing-wrapper {
  position: relative;
}
.knowledge__post-listing-wrapper--related {
  padding: 0 3rem;
}
@media (min-width: 46.25em) {
  .knowledge__post-listing-wrapper--related {
    padding: 0 9.1rem;
  }
}
.knowledge__post-listing-wrapper .post-slick--marketing-library .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.knowledge__post-listing-wrapper .post-slick--marketing-library .slick-dots {
  padding-bottom: 5rem;
}
.knowledge__post-listing {
  margin-left: -3rem;
  width: calc(100% + 3rem);
}
.knowledge__post-listing--forum-header {
  border-bottom: 1px solid #E1E1E1;
  display: none;
  width: 100%;
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
.knowledge__post-listing--forum-type {
  display: inline-block;
  width: 49%;
}
.knowledge__post-listing--forum-voices, .knowledge__post-listing--forum-replies {
  display: none;
}
@media (min-width: 46.25em) {
  .knowledge__post-listing--forum-voices, .knowledge__post-listing--forum-replies {
    display: inline-block;
    width: 24%;
    text-align: center;
  }
}
.knowledge__post-listing--half {
  margin-left: 0;
  width: 100%;
}
@media (min-width: 61.25em) {
  .knowledge__post-listing:not(.slick-slider) {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 61.25em) {
  .knowledge__post-listing {
    margin-left: -5rem;
    width: calc(100% + 5rem);
  }
}
@media (min-width: 81.25em) {
  .knowledge__post-listing {
    margin-left: -10rem;
    width: calc(100% + 10rem);
  }
}
.account-wrapper .knowledge__post-listing {
  margin-left: 0;
  margin-right: 0;
  max-width: unset;
}
@media (min-width: 61.25em) {
  .account-wrapper .knowledge__post-listing {
    margin-left: 0;
    margin-right: 0;
    max-width: unset;
  }
}
@media (min-width: 81.25em) {
  .account-wrapper .knowledge__post-listing {
    margin-left: 0;
    margin-right: 0;
    max-width: unset;
  }
}
.knowledge__post-listing .slick-dots {
  display: none !important;
}
.knowledge__arrows .slick-arrow {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 2.1rem;
  margin: 0;
  padding: 0;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  transform: translate(0, -13rem);
  width: 1.2rem;
}
@media (min-width: 46.25em) {
  .knowledge__arrows .slick-arrow {
    transform: translate(0, -12rem);
    height: 3.5rem;
    width: 2.1rem;
  }
}
@media (min-width: 61.25em) {
  .knowledge__arrows .slick-arrow {
    transform: translate(0, -13rem);
  }
}
@media (min-width: 81.25em) {
  .knowledge__arrows .slick-arrow {
    transform: translate(0, -11rem);
  }
}
.about-us__post-listing-wrapper .knowledge__arrows .slick-arrow {
  transform: translate(0, -10rem);
}
.account-wrapper .knowledge__arrows .slick-arrow {
  height: 1.89rem;
  width: 1.08rem;
}
.knowledge__arrows .slick-arrow.slick-next {
  background-image: url("assets/images/svg-min/next-arrow--dark.svg");
  transition: background 0.5s;
  right: -3rem;
  width: 2.3rem;
}
@media (min-width: 46.25em) {
  .knowledge__arrows .slick-arrow.slick-next {
    right: -6rem;
  }
}
@media (max-width: 46.24em) {
  .about-us__post-listing-wrapper .knowledge__arrows .slick-arrow.slick-next {
    right: -2.5rem;
  }
}
.account-wrapper .knowledge__arrows .slick-arrow.slick-next {
  right: -5rem;
  top: 46%;
}
.knowledge__arrows .slick-arrow.slick-prev {
  background-image: url("assets/images/svg-min/prev-arrow--dark.svg");
  left: -2rem;
  transition: background 0.5s;
}
@media (min-width: 46.25em) {
  .knowledge__arrows .slick-arrow.slick-prev {
    left: -6rem;
  }
}
@media (max-width: 46.24em) {
  .about-us__post-listing-wrapper .knowledge__arrows .slick-arrow.slick-prev {
    left: -2.5rem;
  }
}
.account-wrapper .knowledge__arrows .slick-arrow.slick-prev {
  left: -1rem;
}
@media (min-width: 46.25em) {
  .account-wrapper .knowledge__arrows .slick-arrow.slick-prev {
    left: -3rem;
    top: 46%;
  }
}
.knowledge .slick-list {
  width: 100%;
}
.knowledge .slick-dots {
  display: flex;
  list-style: none;
  margin-left: 0;
  padding-left: 3rem;
  width: 100%;
}
@media (min-width: 61.25em) {
  .knowledge .slick-dots {
    padding-left: 5rem;
  }
}
@media (min-width: 81.25em) {
  .knowledge .slick-dots {
    padding-left: 10rem;
  }
}
.account-wrapper .knowledge .slick-dots {
  padding-left: 0;
}
@media (min-width: 61.25em) {
  .account-wrapper .knowledge .slick-dots {
    padding-left: 0;
  }
}
@media (min-width: 81.25em) {
  .account-wrapper .knowledge .slick-dots {
    padding-left: 0;
  }
}
.knowledge .slick-dots li {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}
.knowledge .slick-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #000;
  border: 0;
  color: transparent;
  height: 0.1rem;
  margin: 0.2rem 0;
  transition: height 0.3s, margin 0.3s;
  width: 100%;
  will-change: height;
}
.knowledge .slick-dots .slick-active button {
  height: 0.6rem;
  margin: 0;
}
.knowledge__post-item {
  padding-bottom: 4rem;
}
@media (min-width: 46.25em) {
  .knowledge__post-item {
    padding-bottom: 5rem;
    width: 33%;
  }
}
@media (min-width: 61.25em) {
  .knowledge__post-item {
    width: 25%;
    display: inline-block;
  }
}
@media (min-width: 46.25em) {
  .knowledge__post-item--half, .category-webinars .knowledge__post-item {
    width: 50%;
  }
}
@media (min-width: 61.25em) {
  .account-wrapper .knowledge__post-item {
    width: unset;
  }
}
@media (min-width: 81.25em) {
  .account-wrapper .knowledge__post-item {
    width: unset;
  }
}
@media (min-width: 46.25em) {
  .knowledge--marketing-library .knowledge__post-item {
    width: 50%;
  }
}
@media (min-width: 61.25em) {
  .knowledge--marketing-library .knowledge__post-item {
    width: 33.33%;
  }
}
@media (min-width: 81.25em) {
  .knowledge--marketing-library .knowledge__post-item {
    width: 25%;
  }
}
.knowledge__post-item--inner {
  margin-left: 3rem;
}
.knowledge__post-item--half .knowledge__post-item--inner {
  margin-left: 0;
}
@media (min-width: 61.25em) {
  .knowledge__post-item--half .knowledge__post-item--inner {
    margin-left: 5rem;
  }
}
@media (min-width: 81.25em) {
  .knowledge__post-item--half .knowledge__post-item--inner {
    margin-left: 10rem;
  }
}
@media (min-width: 61.25em) {
  .knowledge__post-item--inner {
    margin-left: 5rem;
  }
}
@media (min-width: 81.25em) {
  .knowledge__post-item--inner {
    margin-left: 10rem;
  }
}
.account-wrapper .knowledge__post-item--inner {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media (min-width: 61.25em) {
  .account-wrapper .knowledge__post-item--inner {
    margin-left: 0;
    margin-right: 3rem;
  }
}
@media (min-width: 81.25em) {
  .account-wrapper .knowledge__post-item--inner {
    margin-left: 0;
    margin-right: 10rem;
  }
}
.knowledge--sustainability-library .knowledge__post-item {
  flex: 0 0 45%;
  width: 45%;
  display: inline-block;
  float: left;
  margin: 0 0.5rem;
}
@media (min-width: 46.25em) {
  .knowledge--sustainability-library .knowledge__post-item {
    flex: 0 0 25%;
    width: 25%;
    margin: 0;
  }
}
.knowledge--sustainability-library .knowledge__post-item .knowledge__post-content {
  min-height: 6rem;
  display: block;
}
.knowledge--sustainability-library .knowledge__post-item .knowledge__post-content p {
  min-height: 6rem;
  text-align: left !important;
  max-height: 6rem;
}
.knowledge__post-item--container {
  width: 100%;
}
.account-wrapper .knowledge__post-item-download--inner {
  margin: 0 auto;
}
@media (min-width: 46.25em) {
  .account-wrapper .knowledge__post-item-download--inner {
    margin-right: 5rem;
  }
}
.knowledge__post-item-download .knowledge__post-content p {
  min-height: 8rem;
}
.knowledge__post-link {
  display: block !important;
}
.knowledge__post-image {
  height: 0;
  padding-top: 140.4255319149%;
  position: relative;
  margin-bottom: 2.5rem;
}
.knowledge__post-item--half .knowledge__post-image, .category-webinars .knowledge__post-image {
  height: 0;
  padding-top: 55.1724137931%;
  position: relative;
}
.knowledge__post-image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.knowledge__post-image--media {
  height: 0;
  padding-top: 60%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: calc(1 / var(--ratio-x) * var(--ratio-y) * 100%);
}
.knowledge__post-image--media img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.knowledge__post-listing--assets .knowledge__post-image--media img {
  left: 0;
  transform: translateY(-50%);
}
.knowledge__post-image--no-ratio img {
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.knowledge__post-image-placeholder {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #abcff0;
  background-image: url(assets/images/svg-min/butterfly-mark-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media (min-width: 33.75em) {
  .knowledge__post-image-placeholder {
    background-size: 100%;
  }
}
.knowledge__post-level {
  text-transform: uppercase;
  transition: all 0.3s;
}
.knowledge__post-level--media {
  padding-bottom: 0.5rem;
}
.knowledge__post-name {
  padding-bottom: 2rem;
  text-transform: capitalize;
}
@media (max-width: 46.24em) {
  .knowledge__post-name {
    line-height: 17px;
  }
}
.knowledge__post-name--sustainability-library {
  padding-bottom: 0.5rem !important;
  font-size: 1.8rem;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  inline-size: 100%;
  overflow: hidden;
}
.knowledge__post-sustainability-topic {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  height: 2rem;
  display: block;
}
.knowledge__post-sustainability-topic--environment {
  color: #00B500;
}
.knowledge__post-sustainability-topic--social {
  color: #ABCFF0;
}
.knowledge__post-sustainability-topic--governance {
  color: #F777C4;
}
.knowledge__post-sustainability-topic--innovation {
  color: #008EEC;
}
.knowledge__post-tags {
  padding-bottom: 2rem;
}
.knowledge__contacts {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.9rem 7.7rem;
  margin-bottom: 11.5rem;
}
@media (min-width: 46.25em) {
  .knowledge__contacts {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5.9rem 7.7rem;
  }
}
.knowledge__contact {
  align-items: center;
  border: 0.1rem solid #abcff0;
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  justify-content: center;
  line-height: 2.05rem;
  padding: 4.2rem;
  text-align: center;
}
.knowledge__contact-name {
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 3.2rem;
  line-height: 3.45rem;
  margin-bottom: 1.9rem;
}
.knowledge__contact-subcopy {
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  margin-bottom: 1.9rem;
  margin-top: -1.9rem;
}
.knowledge__contact-link {
  color: #000;
  font-size: 1.6rem;
  text-decoration: none;
}
.knowledge__read-more {
  display: inline-block;
  font-weight: 700;
  margin-top: 1.5rem;
  text-transform: uppercase;
  text-decoration: none !important;
}
.knowledge__post-item-download--inner .knowledge__read-more {
  margin-top: 0.5rem;
}
.knowledge__view-all {
  padding-bottom: 4.8rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 46.25em) {
  .knowledge__view-all {
    padding-bottom: 7rem;
  }
}
.knowledge__fade {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.knowledge__notice {
  background-color: #fff;
  left: 50%;
  position: fixed;
  max-width: 120rem;
  padding: 4rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}
@media (min-width: 46.25em) {
  .knowledge__notice {
    padding: 6rem 10rem;
  }
}
.knowledge__notice-wrapper {
  text-align: center;
}
.knowledge__notice-wrapper .header-three {
  padding-bottom: 4rem;
  text-transform: uppercase;
}
.knowledge__notice-close {
  background-image: url(assets/images/svg-min/cross--light.svg);
  cursor: pointer;
  display: block;
  height: 1.6rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  transition: all 0.3s;
  width: 1.6rem;
}
.knowledge__no-results--title {
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
}
.knowledge__no-results--copy {
  font-size: 1.6rem;
  line-height: 25px;
  text-align: center;
  padding: 5rem;
}

.post-type-archive-discussion-topics .knowledge__post-listing {
  width: 95%;
  text-align: left;
}
.post-type-archive-discussion-topics .knowledge__post-listing--forum-header {
  display: block;
}
.post-type-archive-discussion-topics .knowledge {
  padding: 0;
  display: inline-block;
  width: 90%;
}
@media (min-width: 46.25em) {
  .post-type-archive-discussion-topics .knowledge {
    padding-left: 0;
    width: 76%;
  }
}
.post-type-archive-discussion-topics .ctdb-view-topic,
.post-type-archive-discussion-topics .addtoany_content {
  display: none;
}

.post-type-archive-discussion-topics .account-wrapper__content,
.woocommerce-sustainability-library .account-wrapper__content {
  padding: 0;
}
@media (min-width: 46.25em) {
  .post-type-archive-discussion-topics .account-wrapper__content,
  .woocommerce-sustainability-library .account-wrapper__content {
    padding-left: 6rem;
  }
}

@media (min-width: 46.25em) {
  .post--two-col {
    display: grid;
    grid-gap: 3rem 13rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    margin: 6.5rem 13rem;
  }
}
.post__header {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 0;
  position: relative;
  text-align: center;
}
@media (min-width: 46.25em) {
  .post__header {
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 46.25em) {
  .post--two-col .post__header {
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 46.24em) {
  .post__header .back-link {
    top: 2.2rem;
  }
}
.post--two-col .post__header .back-link {
  display: none;
}
.post__categories {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 46.25em) {
  .post__categories {
    margin-bottom: 2.6rem;
  }
}
.post__categories-list {
  display: block;
  text-transform: uppercase;
}
.post__categories-list-divider {
  margin: 0 1rem;
  position: relative;
}
.post__categories-list-divider::after {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.post__tags {
  padding: 0 7rem 2rem;
}
@media (max-width: 46.24em) {
  .post__tags {
    font-size: 1.1rem;
  }
}
.post__title-wrapper {
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  margin: 0 auto;
  max-width: 105rem;
  padding: 4rem 0 2.7rem;
}
@media (min-width: 46.25em) {
  .post__title-wrapper {
    padding: 0 6rem 2.8rem;
  }
}
.single-post .post__title-wrapper {
  text-align: center;
}
.post__intro-copy {
  padding-bottom: 2.7rem;
}
.single-post .post__date {
  text-align: center;
}
.post__featured-image {
  padding: 0 3rem 3.5rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .post__featured-image {
    padding: 0 0 7.5rem;
  }
}
@media (min-width: 46.25em) {
  .post--two-col .post__featured-image {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-bottom: 0;
    text-align: left;
  }
}
.post--two-col .post__secondary-image {
  padding-bottom: 2rem;
}
@media (min-width: 46.25em) {
  .post--two-col .post__secondary-image {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.post__entry-content {
  width: 100%;
  display: inline-block;
  text-align: left;
}
@media (min-width: 46.25em) {
  .post__entry-content {
    padding: 0;
    width: 75%;
  }
}
@media (min-width: 46.25em) {
  .post--two-col .post__entry-content {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-left: 0;
    text-align: left;
  }
}
.post__entry-content strong {
  font-weight: 700;
}
.post__entry-content h2,
.post__entry-content h3,
.post__entry-content h4,
.post__entry-content h5 {
  padding-bottom: 2rem;
}
.post__entry-content ul {
  list-style: disc;
}
.post__entry-content ol {
  list-style: numeric;
}
.post__entry-content a {
  color: #000;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
}
.post__entry-content a::before {
  background-color: #000;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.post__entry-content a:hover::before {
  transform: scaleX(0);
}
.post__entry-content a u {
  text-decoration: none;
}
@media (max-width: 35em) {
  .post__entry-content iframe {
    width: 100%;
  }
}
.post__recent {
  width: 100%;
  display: none;
  vertical-align: top;
  text-align: left;
  margin: 0 1rem;
}
@media (min-width: 46.25em) {
  .post__recent {
    width: 23%;
    border-left: 1px solid #DEDEDE;
    height: 100rem;
    margin: 0;
  }
}
.post__recent .ctdb-topic-table-replies,
.post__recent .ctdb-topic-table-started,
.post__recent .ctdb-topic-table-header {
  display: none;
}
.post-type-archive-discussion-topics .post__recent {
  display: inline-block;
}
.post__recent .ctdb-single-layout-classic ul.ctdb-topic-table,
.post__recent .ctdb-archive-layout-classic ul.ctdb-topic-table,
.post__recent .ctdb-archive-layout-classic ul.ctdb-topic-table {
  border: 0 !important;
}
.post__recent--header {
  font-family: "Arial";
  font-weight: 700;
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #DEDEDE;
  max-width: 12rem;
  text-align: left;
  float: left;
  width: 100%;
  margin: 1rem 0;
}
@media (min-width: 46.25em) {
  .post__recent--header {
    text-align: center;
    margin: 0 auto;
    float: initial;
  }
}
.post__recent--header .ctdb-archive-layout-classic ul.ctdb-topic-table {
  border: 0;
}
.post__recent--header ul.ctdb-topic-table-row li,
.post__recent--header li.ctdb-topic-table-topic {
  width: 15%;
}
.post__recent .ctdb-topic-table-topic p a {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: #000;
  text-decoration: underline;
}
.post__recent .ctdb-topic-table-posted-by {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: #000;
}
.single-discussion-topics .post__recent {
  display: inline-block;
  float: right;
}
@media (min-width: 46.25em) {
  .post--two-col .post__related {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.post__forum {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #000000;
}
.post__forum--content {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 6rem;
}
.post__forum--content p {
  display: none;
}
.post__forum--content .ctdb-content-wrap p {
  display: block;
}
.post__forum--comments-section {
  display: none;
  width: 100%;
}
.single-discussion-topics .post__forum--comments-section {
  display: inline-block;
}
.post__forum--comments-section .ctdb-comments-area .comment-header {
  border: 0;
  top: 4rem;
  margin-top: -4rem;
}
.post__forum--comments-section .ctdb-comments-area .comment-header .comment-metadata {
  display: none;
}
.post__forum--comments-section .ctdb-comments-area .comment-header .ctdb-edit-link {
  top: 90%;
  text-transform: uppercase;
}
.post__forum--comments-section .ctdb-comments-area .comment-header .ctdb-edit-link a {
  font-size: 14px;
}
.post__forum--header {
  display: none;
  max-width: 100rem;
  margin: 0 auto;
}
.post__forum--header-title {
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 46.24em) {
  .post__forum--header-title {
    line-height: 1;
    margin: -0.4rem auto;
    width: 20rem;
  }
}
@media (min-width: 46.25em) {
  .post__forum--header-title {
    line-height: 0.7;
    font-size: 5.8rem;
    text-align: left;
  }
}
.post__forum--header-title-new-topic {
  margin-bottom: 2rem;
}
.post__forum--subheader-container {
  justify-content: space-between;
  margin-top: 1.72rem;
}
@media (min-width: 46.25em) {
  .post__forum--subheader-container {
    display: flex;
  }
}
.post__forum--subheader {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 34px;
  margin: 0 auto;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .post__forum--subheader {
    margin: 0;
  }
}
.post__forum--subheader-guide {
  position: absolute;
  top: -3rem;
  right: 0;
}
.post__forum--subheader-guide a {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 34px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000;
}
.post__forum--header-copy {
  display: inline-block;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-top: 1.7624521073rem;
}
@media (min-width: 46.25em) {
  .post__forum--header-copy {
    margin-top: calc(9.9rem / 5.22);
  }
}
.post__forum--header-copy .ctdb-layout-classic p {
  padding-bottom: calc(22.2rem / 5.22);
}
.post__forum--meta-container {
  display: block;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
}
.post__forum--meta-header {
  border-bottom: 1px solid #DEDEDE;
  font-weight: 700;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.post__forum--meta-about {
  display: inline-block;
  width: 100%;
}
@media (min-width: 46.25em) {
  .post__forum--meta-about {
    width: 50%;
  }
}
.post__forum--author-image {
  display: inline-block;
  margin-right: 2rem;
}
.post__forum--author-container {
  display: inline-block;
}
.post__forum--title, .post__forum--author, .post__forum--date-posted {
  display: block;
}
.post__forum--title {
  text-decoration: underline;
}
.post__forum--replies-voices {
  display: none;
}
@media (min-width: 46.25em) {
  .post__forum--replies-voices {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
}
.post__forum--replies, .post__forum--voices {
  display: inline-block;
  width: 49%;
  margin: 0 auto;
  text-align: center;
}
.post__forum--replies-title, .post__forum--voices-title {
  font-weight: 700;
  position: relative;
  top: -5rem;
  text-transform: uppercase;
}
.post__forum--reply-header {
  font-weight: 700;
}
.post__forum--reply-count {
  font-weight: 300;
}
.post__forum--comment-body {
  margin-bottom: 0 !important;
}
.post__forum--comment-body .comment-meta {
  width: 100%;
}
@media (min-width: 46.25em) {
  .post__forum--comment-body .comment-meta {
    width: 10rem;
  }
}
.post__forum--comment-image {
  display: inline-block;
  float: left;
}
.post__forum--comment-name {
  font-weight: 700;
  display: none;
}
@media (min-width: 46.25em) {
  .post__forum--comment-name {
    display: block;
  }
}
.post__forum--comment-name--mobile {
  display: block;
}
@media (min-width: 46.25em) {
  .post__forum--comment-name--mobile {
    display: none;
  }
}
.post__forum--comment-date {
  display: none;
  margin-bottom: 3rem;
}
@media (min-width: 46.25em) {
  .post__forum--comment-date {
    margin-bottom: 3rem;
    display: block;
  }
}
.post__forum--comment-date--mobile {
  display: block;
}
@media (min-width: 46.25em) {
  .post__forum--comment-date--mobile {
    display: none;
  }
}
.post__forum--comment-content {
  margin-top: 0;
  width: 100% !important;
  text-align: left;
}
@media (min-width: 46.25em) {
  .post__forum--comment-content {
    width: calc(100% - 120px) !important;
  }
}
.post__forum--comment-details--mobile {
  display: inline-block;
  float: left;
  text-align: left;
  padding: 0 1rem;
}
@media (min-width: 46.25em) {
  .post__forum--comment-details--mobile {
    display: none;
  }
}
.post__forum--comment.depth-2 {
  margin-left: 10rem;
}
.post__forum--comment.depth-3 {
  margin-left: 15rem;
}
.post__forum--comment::marker {
  content: "";
}
.post__forum--comments-area .comment-respond {
  margin-top: 2rem;
}
.post__forum--comments-area .comment-form-comment label {
  display: none;
}
.post__forum--comment-form {
  margin-top: 6rem;
  background: #F1F1F1;
  padding: 1rem;
  text-align: left;
}
.post__forum--comment-form textarea {
  width: 100%;
}
.post__forum--comment-form .submit {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  height: 5.1rem;
  justify-content: center;
  line-height: 21px;
  max-width: 30rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  background-color: #000;
  transition: background-color 0.5s;
  color: #fff;
  margin: 3rem 0;
}
.post__forum--comment-form .static_block_btn {
  display: none !important;
}
.post__forum--comment-form .wp-media-buttons {
  margin: 2rem 0 3rem;
}
.post__forum--comment-form .wp-media-buttons .add_media {
  border-radius: 0;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  height: 5.1rem;
  justify-content: center;
  line-height: 21px;
  max-width: 50rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 30rem;
  background-color: #000;
  transition: background-color 0.5s;
  color: #fff;
}
.post__forum--comment-form .wp-media-buttons .add_media:focus, .post__forum--comment-form .wp-media-buttons .add_media:hover {
  background-color: #000;
  transition: background-color 0.5s;
  color: #fff;
}
.post__forum--comment-form .wp-media-buttons .wp-media-buttons-icon {
  display: none;
}
.post__forum--comment-form .wp-editor-tabs {
  display: none;
}
.post__forum--comment-form .comment-reply-title {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 34px;
  padding: 0;
}
.post__forum--comment-form .logged-in-as {
  padding-bottom: 0;
  display: none;
}
.post__entry-content-container {
  padding: 1.6528735632rem 2.5rem 2.5rem;
}
@media (min-width: 46.25em) {
  .post__entry-content-container {
    padding: 0;
  }
}

.single-discussion-topics .post__title-wrapper,
.single-discussion-topics .post__details,
.discussion-topics .post__title-wrapper,
.discussion-topics .post__details {
  display: none;
}
.single-discussion-topics .post__forum--header,
.discussion-topics .post__forum--header {
  display: block;
}
.single-discussion-topics .back-link,
.single-discussion-topics .ctdb-actions-wrapper,
.single-discussion-topics .addtoany_share_save_container,
.single-discussion-topics .knowledge__category-intro,
.single-discussion-topics .knowledge__post-listing-wrapper--related,
.single-discussion-topics .ctdb-single-layout-classic .ctdb-horizontal-meta.ctdb-author-data,
.single-discussion-topics .classic-topic-date,
.single-discussion-topics .ctdb-horizontal-meta,
.discussion-topics .back-link,
.discussion-topics .ctdb-actions-wrapper,
.discussion-topics .addtoany_share_save_container,
.discussion-topics .knowledge__category-intro,
.discussion-topics .knowledge__post-listing-wrapper--related,
.discussion-topics .ctdb-single-layout-classic .ctdb-horizontal-meta.ctdb-author-data,
.discussion-topics .classic-topic-date,
.discussion-topics .ctdb-horizontal-meta {
  display: none !important;
}
.single-discussion-topics .forum__back-link,
.discussion-topics .forum__back-link {
  display: none;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 46.25em) {
  .single-discussion-topics .forum__back-link,
  .discussion-topics .forum__back-link {
    display: block;
  }
}
.single-discussion-topics .ctdb-content-wrap,
.discussion-topics .ctdb-content-wrap {
  float: none;
  width: 100%;
  margin: 2rem 0;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.single-discussion-topics .ctdb-topic-table,
.single-discussion-topics .ctdb-single-layout-classic ul.ctdb-topic-table,
.discussion-topics .ctdb-topic-table,
.discussion-topics .ctdb-single-layout-classic ul.ctdb-topic-table {
  border: 0 !important;
}
.single-discussion-topics ul.ctdb-topic-table-row,
.discussion-topics ul.ctdb-topic-table-row {
  display: block;
  margin-left: 0;
}
@media (min-width: 46.25em) {
  .single-discussion-topics ul.ctdb-topic-table-row,
  .discussion-topics ul.ctdb-topic-table-row {
    margin-left: 1rem;
  }
}

ul.ctdb-topic-table-row li,
li.ctdb-topic-table-topic {
  width: 15%;
}

.post-type-archive-discussion-topics .forum__back-link {
  display: none !important;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 46.25em) {
  .post-type-archive-discussion-topics .forum__back-link {
    display: block !important;
  }
}
.post-type-archive-discussion-topics .ctdb-topic-table,
.post-type-archive-discussion-topics .ctdb-single-layout-classic ul.ctdb-topic-table {
  border: 0 !important;
}

.get-certified-content {
  display: block;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (min-width: 46.25em) {
  .get-certified-content {
    margin-top: 1.6rem;
  }
}
.get-certified-content .back-link {
  text-decoration: none;
}
.get-certified-content__headline {
  position: relative;
}
.get-certified-content__headline-wrapper {
  margin: 0 auto;
  max-width: 79rem;
  padding: 0 3rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .get-certified-content__headline-wrapper {
    max-width: 91rem;
    padding: 0 9rem;
  }
}
.get-certified-content__headline-header {
  font-size: 10vw;
  letter-spacing: 0.03em;
  padding: 1rem;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .get-certified-content__headline-header {
    font-size: 4.4rem;
    padding: 0 5rem 4.8rem;
  }
}
.get-certified-content__headline-text {
  letter-spacing: 0.05em;
}
.get-certified-content__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 46.25em) {
  .get-certified-content__content {
    flex-direction: row;
  }
}
.get-certified-content__content a {
  color: #000;
  position: relative;
  text-decoration: none;
}
.get-certified-content__content img {
  margin: 0;
  width: 100%;
}
.get-certified-content__content-column {
  margin-bottom: 2rem;
  position: relative;
}
.get-certified-content__content-column--has-button {
  padding-bottom: 7rem;
}
@media (min-width: 46.25em) {
  .get-certified-content__content-column {
    flex: 1 1 50%;
  }
}
@media (min-width: 46.25em) {
  .get-certified-content__content-column--left {
    margin-right: 2rem;
  }
}
@media (min-width: 46.25em) {
  .get-certified-content__content-column--right {
    margin-left: 2rem;
  }
}
.get-certified-content__next-button {
  bottom: 0;
  position: absolute;
}

.get-certified-form {
  display: block;
  margin: 0 auto;
  max-width: 170rem;
  position: relative;
}
.get-certified-form__stepper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.3s;
  will-change: opacity;
  width: 100%;
}
@media (min-width: 46.25em) {
  .get-certified-form__stepper {
    max-width: max(100% - 18rem, -50% + 85rem);
  }
}
.get-certified-form__stepper::after {
  content: "";
  background: #c4c4c4;
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: calc(2.5rem / 2);
  transform: translate(-50%, -50%);
  width: calc(100% - 2.5rem);
  z-index: 1;
}
@media (min-width: 46.25em) {
  .get-certified-form__stepper::after {
    top: calc(4.5rem / 2);
    width: calc(100% - 4.5rem);
  }
}
.get-certified-form__stepper-step {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: calc(100% / var(--total-steps));
  position: relative;
  transition: background 0.5s;
  will-change: background;
  z-index: 2;
}
.get-certified-form__stepper-step--active {
  cursor: default;
}
.get-certified-form__stepper-step--active ~ .get-certified-form__stepper-step .get-certified-form__stepper-step-number {
  background: #fff;
  border-color: #000;
  color: #000;
}
.get-certified-form__stepper-step:first-of-type::before, .get-certified-form__stepper-step:last-of-type::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: background 0.5s;
  will-change: background-color;
  width: 50%;
  z-index: 2;
}
.get-certified-form__stepper-step:last-of-type::before {
  left: 50%;
}
.get-certified-form__stepper-step:disabled {
  color: #000;
  cursor: default;
  pointer-events: none;
}
.get-certified-form__stepper-step-number {
  align-items: center;
  background: #abcff0;
  border: 1px solid #abcff0;
  border-radius: 100%;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  height: 2.5rem;
  justify-content: center;
  transition: color 0.5s, background 0.5s, border-color 0.5s;
  will-change: color, background-color, border-color;
  width: 2.5rem;
  z-index: 3;
}
@media (min-width: 46.25em) {
  .get-certified-form__stepper-step-number {
    font-size: 2.2rem;
    height: 4.5rem;
    width: 4.5rem;
  }
}
.get-certified-form__stepper-step--active .get-certified-form__stepper-step-number {
  background: #000;
  color: #fff;
}
.get-certified-form__stepper-step-title {
  bottom: -5rem;
  display: none;
  font-family: "Helvetica", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2rem;
  left: calc(-100% * var(--step-index));
  padding-top: 2.5rem;
  position: absolute;
  text-transform: uppercase;
  width: calc(100% * var(--total-steps));
  z-index: 3;
}
@media (min-width: 46.25em) {
  .get-certified-form__stepper-step-title {
    bottom: unset;
    display: block;
    font-size: 1.3rem;
    left: unset;
    position: relative;
    width: unset;
  }
}
.get-certified-form__stepper-step--active .get-certified-form__stepper-step-title {
  display: block;
}
.get-certified-form__success {
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
}
.get-certified-form__steps {
  margin-top: 8rem;
  position: relative;
}
@media (min-width: 46.25em) {
  .get-certified-form__steps {
    margin-top: 5.4rem;
  }
}
.get-certified-form__step {
  display: none;
  flex-wrap: wrap;
  padding: 0 max(3rem, 50% - 85rem);
  pointer-events: none;
  width: 100%;
}
@media (min-width: 61.25em) {
  .get-certified-form__step {
    padding: 0 max(9rem, 50% - 85rem);
  }
}
.get-certified-form__step--active {
  pointer-events: unset;
  display: flex;
}
.get-certified-form__step > * {
  flex: 1 1 100%;
}
.get-certified-form__step-title {
  font-family: "Helvetica", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 5rem;
  transition: color 0.5s;
  will-change: color;
}
.get-certified-form__step-content {
  transition: filter 0.5s;
  will-change: filter;
}
.get-certified-form__step-content iframe input.hs-input {
  border-color: #cbcbcb !important;
}
.get-certified-form__success {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
}
.get-certified-form__success--active {
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.get-certified-form__success-title {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 3.2rem;
}
.get-certified-form__success-text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.33;
  margin-bottom: 3.2rem;
  transition: all 0.5s;
}
.get-certified-form__success-link {
  background: #000;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 1.4rem 7.6rem;
  text-decoration: none;
  transition: all 0.5s;
  width: -moz-fit-content;
  width: fit-content;
  will-change: color, background;
}

@media (max-width: 46.24em) {
  #calendly-inline-widget {
    height: 850px !important;
  }
}

.tabs__container {
  width: 90%;
  margin: 0 auto;
}
.tabs__tab {
  width: 24.6%;
  display: inline-block;
  text-align: center;
  border: 2px solid #e3ddd2;
  padding: 1rem 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom: 0;
  cursor: pointer;
}
.tabs__tab h3 {
  font-size: 1.2rem;
}
@media (min-width: 33.75em) {
  .tabs__tab h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 46.25em) {
  .tabs__tab h3 {
    font-size: 2.6rem;
  }
}
.tabs__tab--container {
  border-bottom: 2px solid #e3ddd2;
  display: flex;
  justify-content: space-between;
}
.tabs__tab--active {
  background: #e3ddd2;
}
.tabs__content {
  text-align: center;
  padding: 5rem 0 4.8rem;
  display: none;
}
@media (min-width: 46.25em) {
  .tabs__content {
    padding: 5rem 0 9rem;
  }
}
.tabs__content--active {
  display: block;
}
.tabs__two-col {
  padding: 0;
  min-height: 30rem;
}
.tabs__col {
  text-align: left;
  padding: 0 8rem;
  margin-bottom: 6rem;
}

h1.title {
  text-align: left;
}

.page-intro {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 10rem;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
  text-align: center;
  z-index: 10;
}
.accordion {
  border-top: 1px solid #efefef;
  margin-bottom: 3rem;
  margin-top: 5rem;
  padding-top: 1rem;
}

.accordion__title {
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 2rem;
}

.container {
  max-width: 120rem;
  padding: 0 3rem;
  margin: 0 auto;
}

.accordion__inner {
  text-align: left;
  padding-top: 3rem;
}
.accordion__inner p {
  padding-bottom: 2rem;
}
.accordion__inner a {
  color: #000;
  transition: color 0.3s;
}

a.accordion__toggle.js-accordion-toggle {
  text-decoration: none;
}

article.accordion.js-accordion:last-child {
  padding-bottom: 30rem;
}

.content-block__img2 {
  height: 110px;
  left: 0;
  position: inherit;
  top: 0;
  width: auto;
  transition: transform 0.3s;
}

.custom-prop {
  padding-bottom: 2rem;
}
@media (min-width: 61.25em) {
  .custom-prop {
    align-items: center;
    display: flex;
    height: 19rem;
    justify-content: center;
    padding-bottom: 0;
  }
}

.proposition_col {
  margin-bottom: 4.8rem;
  position: relative;
  width: 100%;
  padding: 0;
}
@media (min-width: 61.25em) {
  .proposition_col {
    margin-bottom: 9rem;
    position: relative;
    width: 50%;
    padding: 0 3rem;
    border-right: 1px solid #cbcbcb;
  }
}
.proposition_col__image {
  transition: all 0.3s;
}
.proposition_col__image--dark {
  display: none;
}

.proposition_col:last-child {
  border-right: 0;
}
@media (min-width: 61.25em) {
  .proposition_col:last-child {
    gitborder-right: 0;
  }
}

.content-block__img-wrapper2 {
  height: 100%;
  margin-bottom: 3.2rem;
}
@media (min-width: 46.25em) {
  .content-block__img-wrapper2 {
    height: 300px;
    padding-top: 0;
    position: relative;
    margin-bottom: 3.2rem;
    overflow: hidden;
  }
}

.content-block__img3 {
  height: 100%;
}
@media (min-width: 46.25em) {
  .content-block__img3 {
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    transition: transform 0.3s;
    /* Animation */
  }
}

.content-block__img3:hover {
  transform: scale(1.15);
}

.padding-right {
  padding-right: 0;
}
@media (min-width: 61.25em) {
  .padding-right {
    padding-right: 10rem;
  }
}

.about-us {
  padding-top: 4.8rem;
}
@media (min-width: 46.25em) {
  .about-us {
    padding-top: 2rem;
  }
}
.about-us__wrapper {
  border-top: 1px solid #cbcbcb;
  margin: 0 3rem 0;
  padding-top: 4.8rem;
}
@media (min-width: 46.25em) {
  .about-us__wrapper {
    margin: 0 8.6rem 0;
    padding-top: 6rem;
  }
}
@media (min-width: 46.25em) {
  .about-us__two-col {
    display: flex;
  }
}
.about-us__two-col-item {
  padding-bottom: 3.7rem;
}
@media (min-width: 46.25em) {
  .about-us__two-col-item {
    padding-bottom: 0;
    width: 50%;
  }
}
@media (min-width: 46.25em) {
  .about-us__two-col-item:first-child {
    padding-right: 5rem;
  }
}
@media (min-width: 46.25em) {
  .about-us__two-col-item:last-child {
    padding-left: 5rem;
  }
}
.about-us__post-listing-wrapper {
  padding-bottom: 4rem;
  position: relative;
}
@media (min-width: 46.25em) {
  .about-us__post-listing-wrapper {
    padding-bottom: 6rem;
  }
}
@media (max-width: 46.24em) {
  .about-us__post-listing-wrapper .knowledge__arrows .slick-arrow {
    height: 2.6rem;
    transform: translate(0, -9rem);
    width: 1.4rem;
  }
}
@media (min-width: 46.25em) {
  .about-us__post-listing-wrapper .knowledge__arrows .slick-arrow {
    transform: translate(0, -12rem);
  }
}
@media (min-width: 61.25em) {
  .about-us__post-listing-wrapper .knowledge__arrows .slick-arrow {
    transform: translate(0, -13rem);
  }
}
@media (min-width: 81.25em) {
  .about-us__post-listing-wrapper .knowledge__arrows .slick-arrow {
    transform: translate(0, -9rem);
  }
}
.about-us__post-listing-wrapper--stand-alone {
  margin: 0 3rem 0;
}
@media (min-width: 46.25em) {
  .about-us__post-listing-wrapper--stand-alone {
    margin: 0 8.6rem 0;
  }
}
.about-us__post-listing-wrapper--stand-alone .knowledge__arrows .slick-arrow {
  transform: translate(0, calc(-50% - 2.5rem));
}
@media (max-width: 46.24em) {
  .about-us__post-listing-wrapper--stand-alone .knowledge__arrows .slick-arrow {
    transform: translate(0, calc(25% - 2.5rem));
  }
}
@media (min-width: 46.25em) {
  .about-us__post-listing-wrapper--stand-alone .knowledge__arrows .slick-arrow {
    transform: translate(0, calc(-50% - 3rem));
  }
}
@media (min-width: 46.25em) {
  .home .about-us__post-listing-wrapper--stand-alone .knowledge__arrows .slick-arrow {
    transform: translate(0, calc(-50% - 1rem));
  }
}
.about-us__post-listing-wrapper--homepage {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 46.25em) {
  .about-us__post-listing-wrapper--homepage {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 8rem;
  }
}
.about-us__member-item--inner {
  padding-left: 3rem;
}
@media (min-width: 46.25em) {
  .about-us__member-item--inner {
    padding-left: 5rem;
  }
}
@media (min-width: 61.25em) {
  .about-us__member-item--inner {
    padding-left: 10rem;
  }
}
.about-us__member-item--inner .default-text {
  margin-bottom: 1.5rem;
}
@media (max-width: 46.24em) {
  .about-us__member-item--inner .default-text {
    line-height: 18px;
  }
}
.about-us__member-image-wrapper {
  height: 0;
  padding-top: 100%;
  position: relative;
  margin-bottom: 1.5rem;
}
.about-us__member-image-wrapper img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about-us__headline {
  position: relative;
}
.about-us__headline--no-border {
  border-bottom: none;
}
.about-us__headline--no-margin {
  margin-bottom: 0;
}
.about-us__headline .back-link {
  text-transform: uppercase;
}
.about-us__headline .back-link::before {
  width: 0;
}
.about-us__headline-wrapper {
  margin: 0 auto;
  max-width: 95rem;
  padding: 0 1.5rem 3.3rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .about-us__headline-wrapper {
    padding: 0 9rem 5rem;
  }
}
.about-us__headline-wrapper--wide {
  max-width: 120rem;
}
.about-us__headline-wrapper p {
  margin: 0 auto;
  max-width: 75rem;
  padding-bottom: 1.5rem;
}
.about-us__headline-wrapper--no-padding {
  padding-bottom: 0;
}
@media (max-width: 46.24em) {
  .about-us__headline-wrapper--top-padding {
    padding-top: 3rem;
  }
}
.about-us__headline--homepage .about-us__headline-wrapper {
  padding-bottom: 0;
}
.about-us__headline-header {
  padding-bottom: 3.9rem;
  text-transform: uppercase;
}
.about-us__headline--homepage .about-us__headline-header {
  font-size: 2.8rem;
  line-height: 28px;
  padding-bottom: 2.5rem;
}
@media (min-width: 46.25em) {
  .about-us__headline--homepage .about-us__headline-header {
    font-size: 3.6rem;
    line-height: 41px;
    padding-bottom: 3.9rem;
  }
}
.about-us .brand__two-col {
  padding: 0;
}
@media (min-width: 46.25em) {
  .about-us .brand__two-col {
    padding: 0 3rem;
  }
}
@media (max-width: 46.24em) {
  .about-us .wp-block-column {
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (max-width: 46.24em) {
  .about-us .wp-block-column .button {
    max-width: 100%;
  }
}
.about-us__member-item-name {
  font-size: 1.3rem;
  text-transform: uppercase;
}

.container.user-content.container--medium {
  padding-top: 3rem;
}

.c-panel {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.grid {
  padding: 5rem 0 10rem 0;
  display: flex;
  flex-wrap: wrap;
}
.grid--with-gutter {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-top: -1rem;
}

.panel {
  margin-left: 1rem;
  margin-top: 1rem;
  width: calc(100% - 1rem);
  background: #efefef;
  display: flex;
  min-height: 50vh;
  padding: 0;
  transition: all 0.3s;
}
.panel--half {
  width: calc(100% - 1rem);
}
@media (min-width: 61.25em) {
  .panel--half {
    margin-left: 1rem;
    margin-top: 1rem;
    width: calc(50% - 1rem);
  }
}

.panel__content {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 3rem;
  width: 100%;
}
@media (min-width: 61.25em) {
  .panel__content {
    padding: 9rem;
  }
}

ul {
  padding: 3rem 0;
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 24px;
  transition: color 0.5s;
}
@media (min-width: 61.25em) {
  ul {
    font-size: 1.6rem;
    line-height: 25px;
  }
}

.button {
  max-width: 32rem;
}

.panel__content-inner h2 {
  padding-bottom: 3rem;
}
@media (min-width: 61.25em) {
  .panel__content-inner h2 {
    font-size: 3rem;
    line-height: 33px;
  }
}
@media (min-width: 81.25em) {
  .panel__content-inner h2 {
    font-size: 4.8rem;
    line-height: 45px;
  }
}
.panel__content-inner p {
  padding-bottom: 3rem;
}

@media (max-width: 46.24em) {
  .page-template-default .page-intro h1 {
    font-size: 3rem;
    line-height: 34px;
  }
}

.fly-out {
  font-family: "Helvetica", sans-serif;
  text-align: left;
}
.fly-out__overlay {
  background: rgba(0, 0, 0, 0.6);
  content: " ";
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.fly-out--active .fly-out__overlay {
  display: block;
}
.fly-out__container {
  background: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  padding: 5rem 2rem 2rem;
  z-index: 101;
  max-width: 90%;
  transition: right 0.3s, background-color 0.5s;
  overflow: auto;
}
@media (min-width: 46.25em) {
  .fly-out__container {
    padding: 10rem 8rem;
    max-width: 100%;
    width: 61.5rem;
  }
}
.fly-out--active .fly-out__container {
  right: 0;
}
.fly-out__container--static {
  display: block;
  padding: 0;
  position: static;
  margin: 0 auto;
}
.fly-out__close {
  font-size: 39px;
  position: absolute;
  right: 2rem;
  top: 1rem;
  color: #000;
  text-decoration: none;
  transform: rotate(45deg);
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  transition: color 0.5s;
}
.fly-out__heading {
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
.fly-out__copy {
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0;
}
.fly-out__sub-heading {
  font-family: "Helvetica", sans-serif;
  margin: 5rem 0 3rem;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.fly-out__form {
  padding: 0 0 2rem;
}
.fly-out__form--border {
  border-top: 1px solid #a5a5a5;
}
.fly-out__link {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  float: right;
  text-decoration: none;
  transition: color 0.5s;
}
.fly-out__link:hover {
  text-decoration: underline;
}

.esg__content-block {
  padding-bottom: 0.8rem;
}
@media (min-width: 46.25em) {
  .esg__content-block {
    display: flex;
    padding-bottom: 4rem;
  }
}
.esg__content-block-item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 46.25em) {
  .esg__content-block-item {
    margin-bottom: 0;
    padding: 0 2rem 0;
    text-align: left;
  }
}
@media (min-width: 61.25em) {
  .esg__content-block-item {
    padding: 0 5rem 0;
  }
}
@media (min-width: 81.25em) {
  .esg__content-block-item {
    padding: 0 12rem 0;
  }
}
.esg__content-block-item--right {
  border-top: 1px solid #cbcbcb;
  padding-top: 4rem;
}
@media (min-width: 46.25em) {
  .esg__content-block-item--right {
    border-top: none;
    border-left: 1px solid #cbcbcb;
    padding-top: 0;
  }
}
.esg__space {
  display: block;
  padding-bottom: 4rem;
}

.wy-editor {
  padding: 0 2rem;
}
@media (min-width: 46.25em) {
  .wy-editor {
    margin: 0 auto;
    max-width: 80rem;
    padding: 0 9rem 9rem;
  }
}
@media (min-width: 46.25em) {
  .page-template-template-text-page--wide .wy-editor {
    max-width: 120rem;
  }
}
.wy-editor a {
  color: #000;
  transition: color 0.3s;
}
.wy-editor a.button--secondary {
  color: #fff;
  transition: color 0.3s;
  background: #000;
}

.woocommerce-message {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 24px;
  transition: color 0.5s;
  border-top: 0;
  background: none;
}
@media (min-width: 46.25em) {
  .woocommerce-message {
    font-size: 1.6rem;
    line-height: 25px;
  }
}
.woocommerce-message::before {
  content: none;
}

.woocommerce-error a {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
}
.woocommerce-error a::before {
  background-color: #000;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.woocommerce-error a:hover::before {
  transform: scaleX(0);
}
.woocommerce-error li {
  color: red;
}

.woocommerce-checkout .site-content .select2-container--default .select2-selection--single,
.woocommerce-edit-address .site-content .select2-container--default .select2-selection--single,
.woocommerce-account .site-content .select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  height: 5rem !important;
  padding-left: 7px !important;
  padding-top: 10px !important;
}
.woocommerce-checkout .site-content .select2-container--default .select2-selection--single .select2-selection__arrow b,
.woocommerce-edit-address .site-content .select2-container--default .select2-selection--single .select2-selection__arrow b,
.woocommerce-account .site-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: no-repeat url("assets/images/svg-min/icon-arrow-down--light.svg") right 1.5rem center;
  border: none;
  cursor: pointer;
  display: block;
  height: 1.9rem;
  left: -0.5rem;
  top: 1.5rem;
  transition: background 0.5s;
  width: 3.3rem;
}
.woocommerce-checkout .site-content .title,
.woocommerce-edit-address .site-content .title,
.woocommerce-account .site-content .title {
  padding-bottom: 3.2rem;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce-checkout .site-content .woocommerce,
.woocommerce-edit-address .site-content .woocommerce,
.woocommerce-account .site-content .woocommerce {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 24px;
  max-width: 90rem;
  transition: color 0.5s;
  width: 100%;
}
@media (min-width: 46.25em) {
  .woocommerce-checkout .site-content .woocommerce,
  .woocommerce-edit-address .site-content .woocommerce,
  .woocommerce-account .site-content .woocommerce {
    font-size: 1.6rem;
    line-height: 25px;
    padding: 0 5rem;
  }
}
@media (min-width: 61.25em) {
  .woocommerce-checkout .site-content .woocommerce,
  .woocommerce-edit-address .site-content .woocommerce,
  .woocommerce-account .site-content .woocommerce {
    padding: 0 2rem;
  }
}
.woocommerce-checkout .site-content .woocommerce .woocommerce-message .button.wc-forward,
.woocommerce-edit-address .site-content .woocommerce .woocommerce-message .button.wc-forward,
.woocommerce-account .site-content .woocommerce .woocommerce-message .button.wc-forward {
  display: none;
}
.woocommerce-checkout .site-content .woocommerce a,
.woocommerce-edit-address .site-content .woocommerce a,
.woocommerce-account .site-content .woocommerce a {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
}
@media (min-width: 46.25em) {
  .woocommerce-checkout .site-content .woocommerce a,
  .woocommerce-edit-address .site-content .woocommerce a,
  .woocommerce-account .site-content .woocommerce a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
  }
}
.woocommerce-checkout .site-content .woocommerce a::before,
.woocommerce-edit-address .site-content .woocommerce a::before,
.woocommerce-account .site-content .woocommerce a::before {
  background-color: #000;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.woocommerce-checkout .site-content .woocommerce a:hover::before,
.woocommerce-edit-address .site-content .woocommerce a:hover::before,
.woocommerce-account .site-content .woocommerce a:hover::before {
  transform: scaleX(0);
}
.woocommerce-checkout .site-content .woocommerce__step-heading,
.woocommerce-edit-address .site-content .woocommerce__step-heading,
.woocommerce-account .site-content .woocommerce__step-heading {
  font-family: "Helvetica", sans-serif;
  margin: 3rem 0;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
}
.woocommerce-checkout .site-content .woocommerce-checkout .form-row,
.woocommerce-checkout .site-content .woocommerce-form-login .form-row,
.woocommerce-checkout .site-content .woocommerce-address-fields .form-row,
.woocommerce-edit-address .site-content .woocommerce-checkout .form-row,
.woocommerce-edit-address .site-content .woocommerce-form-login .form-row,
.woocommerce-edit-address .site-content .woocommerce-address-fields .form-row,
.woocommerce-account .site-content .woocommerce-checkout .form-row,
.woocommerce-account .site-content .woocommerce-form-login .form-row,
.woocommerce-account .site-content .woocommerce-address-fields .form-row {
  margin: 0 0 3rem;
  text-align: left;
  padding: 0 1px;
}
.woocommerce-checkout .site-content .woocommerce-checkout .form-row label,
.woocommerce-checkout .site-content .woocommerce-form-login .form-row label,
.woocommerce-checkout .site-content .woocommerce-address-fields .form-row label,
.woocommerce-edit-address .site-content .woocommerce-checkout .form-row label,
.woocommerce-edit-address .site-content .woocommerce-form-login .form-row label,
.woocommerce-edit-address .site-content .woocommerce-address-fields .form-row label,
.woocommerce-account .site-content .woocommerce-checkout .form-row label,
.woocommerce-account .site-content .woocommerce-form-login .form-row label,
.woocommerce-account .site-content .woocommerce-address-fields .form-row label {
  display: none;
}
.woocommerce-checkout .site-content .woocommerce-checkout .input-text,
.woocommerce-checkout .site-content .woocommerce-checkout .input-select,
.woocommerce-checkout .site-content .woocommerce-checkout .country_select,
.woocommerce-checkout .site-content .woocommerce-form-login .input-text,
.woocommerce-checkout .site-content .woocommerce-form-login .input-select,
.woocommerce-checkout .site-content .woocommerce-form-login .country_select,
.woocommerce-checkout .site-content .woocommerce-address-fields .input-text,
.woocommerce-checkout .site-content .woocommerce-address-fields .input-select,
.woocommerce-checkout .site-content .woocommerce-address-fields .country_select,
.woocommerce-edit-address .site-content .woocommerce-checkout .input-text,
.woocommerce-edit-address .site-content .woocommerce-checkout .input-select,
.woocommerce-edit-address .site-content .woocommerce-checkout .country_select,
.woocommerce-edit-address .site-content .woocommerce-form-login .input-text,
.woocommerce-edit-address .site-content .woocommerce-form-login .input-select,
.woocommerce-edit-address .site-content .woocommerce-form-login .country_select,
.woocommerce-edit-address .site-content .woocommerce-address-fields .input-text,
.woocommerce-edit-address .site-content .woocommerce-address-fields .input-select,
.woocommerce-edit-address .site-content .woocommerce-address-fields .country_select,
.woocommerce-account .site-content .woocommerce-checkout .input-text,
.woocommerce-account .site-content .woocommerce-checkout .input-select,
.woocommerce-account .site-content .woocommerce-checkout .country_select,
.woocommerce-account .site-content .woocommerce-form-login .input-text,
.woocommerce-account .site-content .woocommerce-form-login .input-select,
.woocommerce-account .site-content .woocommerce-form-login .country_select,
.woocommerce-account .site-content .woocommerce-address-fields .input-text,
.woocommerce-account .site-content .woocommerce-address-fields .input-select,
.woocommerce-account .site-content .woocommerce-address-fields .country_select {
  border: 1px solid #a5a5a5;
  height: 5rem;
  width: 100%;
  font-weight: 400;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  position: relative;
  transition: background 0.5s, border 0.5s, color 0.5s;
}
.woocommerce-checkout .site-content .woocommerce-checkout .input-text::-moz-placeholder, .woocommerce-checkout .site-content .woocommerce-checkout .input-select::-moz-placeholder, .woocommerce-checkout .site-content .woocommerce-checkout .country_select::-moz-placeholder, .woocommerce-checkout .site-content .woocommerce-form-login .input-text::-moz-placeholder, .woocommerce-checkout .site-content .woocommerce-form-login .input-select::-moz-placeholder, .woocommerce-checkout .site-content .woocommerce-form-login .country_select::-moz-placeholder, .woocommerce-checkout .site-content .woocommerce-address-fields .input-text::-moz-placeholder, .woocommerce-checkout .site-content .woocommerce-address-fields .input-select::-moz-placeholder, .woocommerce-checkout .site-content .woocommerce-address-fields .country_select::-moz-placeholder, .woocommerce-edit-address .site-content .woocommerce-checkout .input-text::-moz-placeholder, .woocommerce-edit-address .site-content .woocommerce-checkout .input-select::-moz-placeholder, .woocommerce-edit-address .site-content .woocommerce-checkout .country_select::-moz-placeholder, .woocommerce-edit-address .site-content .woocommerce-form-login .input-text::-moz-placeholder, .woocommerce-edit-address .site-content .woocommerce-form-login .input-select::-moz-placeholder, .woocommerce-edit-address .site-content .woocommerce-form-login .country_select::-moz-placeholder, .woocommerce-edit-address .site-content .woocommerce-address-fields .input-text::-moz-placeholder, .woocommerce-edit-address .site-content .woocommerce-address-fields .input-select::-moz-placeholder, .woocommerce-edit-address .site-content .woocommerce-address-fields .country_select::-moz-placeholder, .woocommerce-account .site-content .woocommerce-checkout .input-text::-moz-placeholder, .woocommerce-account .site-content .woocommerce-checkout .input-select::-moz-placeholder, .woocommerce-account .site-content .woocommerce-checkout .country_select::-moz-placeholder, .woocommerce-account .site-content .woocommerce-form-login .input-text::-moz-placeholder, .woocommerce-account .site-content .woocommerce-form-login .input-select::-moz-placeholder, .woocommerce-account .site-content .woocommerce-form-login .country_select::-moz-placeholder, .woocommerce-account .site-content .woocommerce-address-fields .input-text::-moz-placeholder, .woocommerce-account .site-content .woocommerce-address-fields .input-select::-moz-placeholder, .woocommerce-account .site-content .woocommerce-address-fields .country_select::-moz-placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 1.2rem;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
.woocommerce-checkout .site-content .woocommerce-checkout .input-text::placeholder,
.woocommerce-checkout .site-content .woocommerce-checkout .input-select::placeholder,
.woocommerce-checkout .site-content .woocommerce-checkout .country_select::placeholder,
.woocommerce-checkout .site-content .woocommerce-form-login .input-text::placeholder,
.woocommerce-checkout .site-content .woocommerce-form-login .input-select::placeholder,
.woocommerce-checkout .site-content .woocommerce-form-login .country_select::placeholder,
.woocommerce-checkout .site-content .woocommerce-address-fields .input-text::placeholder,
.woocommerce-checkout .site-content .woocommerce-address-fields .input-select::placeholder,
.woocommerce-checkout .site-content .woocommerce-address-fields .country_select::placeholder,
.woocommerce-edit-address .site-content .woocommerce-checkout .input-text::placeholder,
.woocommerce-edit-address .site-content .woocommerce-checkout .input-select::placeholder,
.woocommerce-edit-address .site-content .woocommerce-checkout .country_select::placeholder,
.woocommerce-edit-address .site-content .woocommerce-form-login .input-text::placeholder,
.woocommerce-edit-address .site-content .woocommerce-form-login .input-select::placeholder,
.woocommerce-edit-address .site-content .woocommerce-form-login .country_select::placeholder,
.woocommerce-edit-address .site-content .woocommerce-address-fields .input-text::placeholder,
.woocommerce-edit-address .site-content .woocommerce-address-fields .input-select::placeholder,
.woocommerce-edit-address .site-content .woocommerce-address-fields .country_select::placeholder,
.woocommerce-account .site-content .woocommerce-checkout .input-text::placeholder,
.woocommerce-account .site-content .woocommerce-checkout .input-select::placeholder,
.woocommerce-account .site-content .woocommerce-checkout .country_select::placeholder,
.woocommerce-account .site-content .woocommerce-form-login .input-text::placeholder,
.woocommerce-account .site-content .woocommerce-form-login .input-select::placeholder,
.woocommerce-account .site-content .woocommerce-form-login .country_select::placeholder,
.woocommerce-account .site-content .woocommerce-address-fields .input-text::placeholder,
.woocommerce-account .site-content .woocommerce-address-fields .input-select::placeholder,
.woocommerce-account .site-content .woocommerce-address-fields .country_select::placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 1.2rem;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  transition: color 0.5s;
}
.woocommerce-checkout .site-content .woocommerce-checkout .input-select,
.woocommerce-checkout .site-content .woocommerce-checkout .country_select,
.woocommerce-checkout .site-content .woocommerce-form-login .input-select,
.woocommerce-checkout .site-content .woocommerce-form-login .country_select,
.woocommerce-checkout .site-content .woocommerce-address-fields .input-select,
.woocommerce-checkout .site-content .woocommerce-address-fields .country_select,
.woocommerce-edit-address .site-content .woocommerce-checkout .input-select,
.woocommerce-edit-address .site-content .woocommerce-checkout .country_select,
.woocommerce-edit-address .site-content .woocommerce-form-login .input-select,
.woocommerce-edit-address .site-content .woocommerce-form-login .country_select,
.woocommerce-edit-address .site-content .woocommerce-address-fields .input-select,
.woocommerce-edit-address .site-content .woocommerce-address-fields .country_select,
.woocommerce-account .site-content .woocommerce-checkout .input-select,
.woocommerce-account .site-content .woocommerce-checkout .country_select,
.woocommerce-account .site-content .woocommerce-form-login .input-select,
.woocommerce-account .site-content .woocommerce-form-login .country_select,
.woocommerce-account .site-content .woocommerce-address-fields .input-select,
.woocommerce-account .site-content .woocommerce-address-fields .country_select {
  background: no-repeat url("assets/images/svg-min/icon-arrow-down--light.svg") right 1.5rem center;
  cursor: pointer;
  transition: background 0.5s;
}
.woocommerce-checkout .site-content .woocommerce-checkout #afreg_additionalshowhide_13263,
.woocommerce-checkout .site-content .woocommerce-form-login #afreg_additionalshowhide_13263,
.woocommerce-checkout .site-content .woocommerce-address-fields #afreg_additionalshowhide_13263,
.woocommerce-edit-address .site-content .woocommerce-checkout #afreg_additionalshowhide_13263,
.woocommerce-edit-address .site-content .woocommerce-form-login #afreg_additionalshowhide_13263,
.woocommerce-edit-address .site-content .woocommerce-address-fields #afreg_additionalshowhide_13263,
.woocommerce-account .site-content .woocommerce-checkout #afreg_additionalshowhide_13263,
.woocommerce-account .site-content .woocommerce-form-login #afreg_additionalshowhide_13263,
.woocommerce-account .site-content .woocommerce-address-fields #afreg_additionalshowhide_13263 {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .site-content .woocommerce-checkout #afreg_additionalshowhide_13263 label,
.woocommerce-checkout .site-content .woocommerce-form-login #afreg_additionalshowhide_13263 label,
.woocommerce-checkout .site-content .woocommerce-address-fields #afreg_additionalshowhide_13263 label,
.woocommerce-edit-address .site-content .woocommerce-checkout #afreg_additionalshowhide_13263 label,
.woocommerce-edit-address .site-content .woocommerce-form-login #afreg_additionalshowhide_13263 label,
.woocommerce-edit-address .site-content .woocommerce-address-fields #afreg_additionalshowhide_13263 label,
.woocommerce-account .site-content .woocommerce-checkout #afreg_additionalshowhide_13263 label,
.woocommerce-account .site-content .woocommerce-form-login #afreg_additionalshowhide_13263 label,
.woocommerce-account .site-content .woocommerce-address-fields #afreg_additionalshowhide_13263 label {
  display: block;
  order: 1;
  margin-left: 1rem;
  width: 14rem;
}
.woocommerce-checkout .site-content .woocommerce-checkout-review-order-table,
.woocommerce-edit-address .site-content .woocommerce-checkout-review-order-table,
.woocommerce-account .site-content .woocommerce-checkout-review-order-table {
  width: 100%;
}
.woocommerce-checkout .site-content .woocommerce-checkout-review-order-table thead th,
.woocommerce-edit-address .site-content .woocommerce-checkout-review-order-table thead th,
.woocommerce-account .site-content .woocommerce-checkout-review-order-table thead th {
  padding-bottom: 1.5rem;
}
.woocommerce-checkout .site-content .woocommerce-checkout-review-order-table tbody td,
.woocommerce-edit-address .site-content .woocommerce-checkout-review-order-table tbody td,
.woocommerce-account .site-content .woocommerce-checkout-review-order-table tbody td {
  padding-bottom: 1.5rem;
}
.woocommerce-checkout .site-content .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .site-content .woocommerce-checkout-review-order-table td,
.woocommerce-edit-address .site-content .woocommerce-checkout-review-order-table th,
.woocommerce-edit-address .site-content .woocommerce-checkout-review-order-table td,
.woocommerce-account .site-content .woocommerce-checkout-review-order-table th,
.woocommerce-account .site-content .woocommerce-checkout-review-order-table td {
  width: 50%;
}
.woocommerce-checkout .site-content .woocommerce-checkout-review-order-table th,
.woocommerce-edit-address .site-content .woocommerce-checkout-review-order-table th,
.woocommerce-account .site-content .woocommerce-checkout-review-order-table th {
  font-weight: 700;
}
.woocommerce-checkout .site-content .woocommerce-checkout-review-order-table .product-name,
.woocommerce-edit-address .site-content .woocommerce-checkout-review-order-table .product-name,
.woocommerce-account .site-content .woocommerce-checkout-review-order-table .product-name {
  text-align: left;
}
.woocommerce-checkout .site-content .woocommerce-checkout-review-order-table .product-total,
.woocommerce-edit-address .site-content .woocommerce-checkout-review-order-table .product-total,
.woocommerce-account .site-content .woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}
@media (min-width: 46.25em) {
  .woocommerce-checkout .site-content .woocommerce-checkout-review-order-table .product-total,
  .woocommerce-edit-address .site-content .woocommerce-checkout-review-order-table .product-total,
  .woocommerce-account .site-content .woocommerce-checkout-review-order-table .product-total {
    text-align: left;
  }
}
.woocommerce-checkout .site-content .woocommerce-checkout-review-order-table .product-quantity,
.woocommerce-edit-address .site-content .woocommerce-checkout-review-order-table .product-quantity,
.woocommerce-account .site-content .woocommerce-checkout-review-order-table .product-quantity {
  display: none;
}
.woocommerce-checkout .site-content .woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout .site-content .woocommerce-checkout-review-order-table .order-total td,
.woocommerce-edit-address .site-content .woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-edit-address .site-content .woocommerce-checkout-review-order-table .order-total td,
.woocommerce-account .site-content .woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-account .site-content .woocommerce-checkout-review-order-table .order-total td {
  text-align: right;
}
@media (min-width: 46.25em) {
  .woocommerce-checkout .site-content .woocommerce-checkout-review-order-table .cart-subtotal td,
  .woocommerce-checkout .site-content .woocommerce-checkout-review-order-table .order-total td,
  .woocommerce-edit-address .site-content .woocommerce-checkout-review-order-table .cart-subtotal td,
  .woocommerce-edit-address .site-content .woocommerce-checkout-review-order-table .order-total td,
  .woocommerce-account .site-content .woocommerce-checkout-review-order-table .cart-subtotal td,
  .woocommerce-account .site-content .woocommerce-checkout-review-order-table .order-total td {
    text-align: left;
  }
}
.woocommerce-checkout .site-content .woocommerce-checkout-payment,
.woocommerce-edit-address .site-content .woocommerce-checkout-payment,
.woocommerce-account .site-content .woocommerce-checkout-payment {
  padding-top: 2rem;
}
.woocommerce-checkout .site-content .woocommerce__button-wrapper,
.woocommerce-edit-address .site-content .woocommerce__button-wrapper,
.woocommerce-account .site-content .woocommerce__button-wrapper {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.woocommerce-checkout .site-content .woocommerce__button-wrapper .button,
.woocommerce-edit-address .site-content .woocommerce__button-wrapper .button,
.woocommerce-account .site-content .woocommerce__button-wrapper .button {
  border: 0;
  color: #fff;
}
.woocommerce-checkout .site-content .woocommerce__login-copy,
.woocommerce-edit-address .site-content .woocommerce__login-copy,
.woocommerce-account .site-content .woocommerce__login-copy {
  padding: 2rem 0;
}
.woocommerce-checkout .site-content .woocommerce-form-login__rememberme,
.woocommerce-edit-address .site-content .woocommerce-form-login__rememberme,
.woocommerce-account .site-content .woocommerce-form-login__rememberme {
  align-items: center;
  display: flex !important;
  width: 100%;
}
.woocommerce-checkout .site-content .woocommerce-form-login__rememberme .woocommerce-form__input,
.woocommerce-edit-address .site-content .woocommerce-form-login__rememberme .woocommerce-form__input,
.woocommerce-account .site-content .woocommerce-form-login__rememberme .woocommerce-form__input {
  margin-right: 1rem;
}

.woocommerce-order-received .woocommerce .woocommerce-order-downloads,
.woocommerce-order-received .woocommerce .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce .woocommerce-customer-details {
  display: none;
}
.woocommerce-order-received .woocommerce .woocommerce-table--order-details {
  width: 100%;
}
.woocommerce-order-received .woocommerce .woocommerce-table--order-details thead,
.woocommerce-order-received .woocommerce .woocommerce-table--order-details .product-quantity,
.woocommerce-order-received .woocommerce .woocommerce-table--order-details .ppp-purchased-content strong,
.woocommerce-order-received .woocommerce .woocommerce-table--order-details .woocommerce-table__product-total,
.woocommerce-order-received .woocommerce .woocommerce-table--order-details tfoot {
  display: none;
}
.woocommerce-order-received .woocommerce .woocommerce-table__product-name a {
  display: none;
}
.woocommerce-order-received .woocommerce .woocommerce-table__product-name .ppp-purchased-content__list a {
  display: flex;
  margin: 0 auto;
  height: 6rem;
}
.woocommerce-order-received .woocommerce .woocommerce-table__product-name .ppp-purchased-content__list a::before {
  display: none;
}
.woocommerce-order-received .woocommerce .woocommerce-table__product-name .ppp-purchased-content__read-more {
  padding-bottom: 1rem;
}

.add_to_cart_inline {
  border: none !important;
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
}
.add_to_cart_inline .woocommerce-Price-amount {
  padding-bottom: 2rem;
  width: 100%;
}
.add_to_cart_inline .button {
  align-items: center;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  height: 5.1rem;
  justify-content: center;
  line-height: 21px;
  max-width: 50rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: outline 0.5s;
  width: 100%;
}
.add_to_cart_inline .button::before {
  display: none;
}
@media (min-width: 46.25em) {
  .add_to_cart_inline .button {
    max-width: 32rem;
  }
}

.woocommerce-account.logged-in .woocommerce {
  max-width: unset;
  width: 100%;
}

.woocommerce-thankyou-order-received {
  padding-bottom: 2rem;
}

.woocommerce-account__newsletter {
  border-top: 1px solid #cbcbcb;
  margin-top: 2rem;
  padding-top: 2rem;
}

.woocommerce-notice {
  padding-top: 1rem;
}

.account-intro {
  margin: 0 auto;
  padding: calc(calc(22.2rem / 5.22) - 2.6rem) 2.5rem 2.5rem;
  text-align: center;
  max-width: 85rem;
  position: relative;
}
@media (min-width: 33.75em) {
  .account-intro {
    padding: 0 3rem 2.5rem;
  }
}
@media (min-width: 46.25em) {
  .account-intro {
    padding: 3rem 0 6.5rem;
  }
}
@media (min-width: 61.25em) {
  .account-intro {
    padding: 0 0 6.5rem;
  }
}
.woocommerce-account.logged-in .account-intro {
  max-width: 100vw;
  overflow-x: hidden;
}
.account-intro__header {
  padding: 0 6rem 3.2rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .account-intro__header {
    padding-left: 0;
    text-align: left;
  }
}
.account-intro__logout {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  transition: color 0.5s;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
}
.account-intro__logout:hover {
  text-decoration: none;
}

.pagination-nav-links {
  color: #000;
  display: flex;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 24px;
  list-style: none !important;
  margin-left: 0 !important;
  padding-bottom: 4.8rem;
  transition: color 0.5s;
}
@media (min-width: 46.25em) {
  .pagination-nav-links {
    font-size: 1.6rem;
    line-height: 25px;
    padding-bottom: 6rem;
  }
}
.pagination-nav-links a {
  color: #000;
  position: relative;
  text-decoration: none;
}
.pagination-nav-links a::before {
  background-color: #000;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.pagination-nav-links a:hover::before {
  transform: scaleX(0);
}
.pagination-nav-links li {
  padding-right: 0.7rem;
}
.pagination-nav-links li.active a::before {
  display: none;
}

.caption-tag {
  color: #808080;
  display: block;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 24px;
  padding-top: 0.5rem;
  transition: color 0.5s;
}
.caption-tag--banner {
  bottom: 1rem;
  font-size: 1.4rem;
  left: 1rem;
  position: absolute;
}

.account-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 46.25em) {
  .account-wrapper {
    flex-wrap: nowrap;
    text-align: left;
    padding: 5rem 5rem 0;
  }
}
.account-wrapper__navigation-wrapper {
  padding-bottom: 0;
  width: 100%;
}
@media (min-width: 46.25em) {
  .account-wrapper__navigation-wrapper {
    flex: 0 0 20rem;
    width: 20rem;
  }
}
.single-post .account-wrapper__navigation-wrapper {
  display: none;
}
.account-wrapper__navigation-trigger {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0;
  border: 0;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  gap: 1rem;
  justify-content: center;
  line-height: 2.35rem;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .account-wrapper__navigation-trigger {
    display: none;
  }
}
.account-wrapper__navigation-trigger--column {
  flex-direction: column;
  line-height: 1;
  max-width: 4rem;
}
.account-wrapper__navigation .account-wrapper__navigation-trigger {
  margin-bottom: 2rem;
}
.account-wrapper__content .account-wrapper__navigation-trigger {
  font-size: 0.6rem;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 1rem;
}
.single-discussion-topics .account-wrapper__content .account-wrapper__navigation-trigger, .post-type-archive-discussion-topics .account-wrapper__content .account-wrapper__navigation-trigger {
  top: 1rem;
}
.account-wrapper__navigation-trigger-icon {
  background-image: url("assets/images/svg-min/next-arrow--dark.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 1.4rem;
  padding: 0 1rem;
  width: 0.8rem;
}
.account-wrapper__navigation-trigger-icon--close {
  transform: rotate(180deg);
}
.account-wrapper__navigation .account-wrapper__navigation-trigger-icon {
  height: 1rem;
  width: 0.4rem;
}
.account-wrapper__navigation {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 2rem 0 #bababa;
  height: 100%;
  left: 0;
  padding: 20rem 2rem 0 4rem;
  position: fixed;
  opacity: 0;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.3s, opacity 0.3s;
  will-change: transform;
  width: 60%;
  z-index: 100;
}
@media (min-width: 46.25em) {
  .account-wrapper__navigation {
    background: unset;
    box-shadow: unset;
    padding: 0;
    position: relative;
    opacity: 1;
    transform: translateX(0);
    width: unset;
    z-index: unset;
  }
}
.account-wrapper__navigation--open {
  opacity: 1;
  transform: translateX(0);
}
.account-wrapper .woocommerce-MyAccount-navigation-link {
  font-size: 1.4rem !important;
  line-height: 1 !important;
  padding: 1rem 0;
}
.account-wrapper .woocommerce-MyAccount-navigation-link a {
  font-size: 1.4rem !important;
  line-height: 1 !important;
}
.account-wrapper .woocommerce-MyAccount-navigation-link a::before {
  content: unset !important;
}
.account-wrapper .woocommerce-MyAccount-navigation-link.is-active a {
  font-weight: 700;
}
.account-wrapper .woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 2rem;
}
.account-wrapper .woocommerce-MyAccount-navigation-link--dashboard {
  padding-top: 0;
}
.account-wrapper__content {
  position: relative;
  width: 100%;
}
@media (min-width: 46.25em) {
  .account-wrapper__content {
    border-left: 1px solid #cbcbcb;
    flex: 1;
    padding-left: 6rem;
    padding-right: 6rem;
    max-width: 90%;
  }
}
.account-wrapper__content a {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: color 0.3s;
  display: inline-block;
}
@media (min-width: 46.25em) {
  .account-wrapper__content a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-decoration: none;
  }
  .account-wrapper__content a::before {
    content: "";
    position: absolute;
    display: block;
    width: 99%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition: transform 0.3s ease;
  }
  .account-wrapper__content a:hover::before {
    color: #000;
    transform: scaleX(0);
  }
}
.ctdb-layout-classic .account-wrapper__content p {
  padding-bottom: 1.7624521073rem;
}
@media (min-width: 46.25em) {
  .ctdb-layout-classic .account-wrapper__content p {
    padding-bottom: calc(9.9rem / 5.22);
  }
}
.text-page__headline-subheader--sustainabiliy-library .ctdb-layout-classic .account-wrapper__content p {
  padding-bottom: 0;
}
.account-wrapper__content .woocommerce-EditAccountForm p {
  margin-bottom: 0;
}
.single-post .account-wrapper__content {
  border: 0;
  max-width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  padding-bottom: 0.5rem;
  text-align: left;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link::before {
  background-color: #000;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  left: 0;
  position: relative;
  transform: scaleX(0);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover::before {
  transform: scaleX(1);
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--members-area {
  display: none;
}
.woocommerce-MyAccount-navigation a {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
}
@media (min-width: 46.25em) {
  .woocommerce-MyAccount-navigation a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
  }
}
.woocommerce-MyAccount-navigation a::before {
  background-color: #000;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.woocommerce-MyAccount-navigation a:hover::before {
  transform: scaleX(0);
}

.woocommerce-Address-title {
  padding: 2rem 0;
}
.woocommerce-Address-title a {
  padding-top: 1rem;
}

.woocommerce-Address address {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 24px;
  transition: color 0.5s;
}
@media (min-width: 46.25em) {
  .woocommerce-Address address {
    font-size: 1.6rem;
    line-height: 25px;
  }
}

.woocommerce-EditAccountForm .afreg_extra_fields label {
  display: none !important;
}
.woocommerce-EditAccountForm #afreg_additionalshowhide_13263 {
  align-items: center;
  display: flex;
}
.woocommerce-EditAccountForm #afreg_additionalshowhide_13263 label {
  display: block !important;
  order: 2;
}
.woocommerce-EditAccountForm #afreg_additionalshowhide_13263 .input-checkbox {
  margin-right: 1rem;
  order: 1;
}

.woocommerce-account .site-content .woocommerce {
  padding: 0;
}

.woocommerce-orders-table {
  width: 100%;
}
.woocommerce-orders-table__header {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 24px;
  transition: color 0.5s;
}
@media (min-width: 46.25em) {
  .woocommerce-orders-table__header {
    font-size: 1.6rem;
    line-height: 25px;
  }
}
.woocommerce-orders-table__cell {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 24px;
  text-align: left;
  transition: color 0.5s;
}
@media (min-width: 46.25em) {
  .woocommerce-orders-table__cell {
    font-size: 1.6rem;
    line-height: 25px;
  }
}

.woocommerce-view-order .woocommerce-order-details__title {
  padding: 2rem 0;
}
.woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title {
  padding: 2rem 0;
}
.woocommerce-view-order .woocommerce-customer-details address {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 24px;
  transition: color 0.5s;
}
@media (min-width: 46.25em) {
  .woocommerce-view-order .woocommerce-customer-details address {
    font-size: 1.6rem;
    line-height: 25px;
  }
}
.woocommerce-view-order .woocommerce-table--order-details {
  width: 100%;
}
.woocommerce-view-order .woocommerce-table--order-details th {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 24px;
  transition: color 0.5s;
}
@media (min-width: 46.25em) {
  .woocommerce-view-order .woocommerce-table--order-details th {
    font-size: 1.6rem;
    line-height: 25px;
  }
}
.woocommerce-view-order .woocommerce-table--order-details .woocommerce-table__line-item td {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 24px;
  text-align: left;
  transition: color 0.5s;
}
@media (min-width: 46.25em) {
  .woocommerce-view-order .woocommerce-table--order-details .woocommerce-table__line-item td {
    font-size: 1.6rem;
    line-height: 25px;
  }
}
.woocommerce-view-order .woocommerce-table--order-details tfoot td {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 24px;
  text-align: left;
  transition: color 0.5s;
}
@media (min-width: 46.25em) {
  .woocommerce-view-order .woocommerce-table--order-details tfoot td {
    font-size: 1.6rem;
    line-height: 25px;
  }
}

.wc_ppp_paywall {
  text-align: center;
}
.wc_ppp_paywall .woocommerce-Price-amount {
  font-weight: 700;
}
.wc_ppp_paywall .add_to_cart_button {
  margin: 0 auto;
}

.not-found__header {
  margin-bottom: 4rem;
  text-align: center;
}
.not-found__text-half--copy {
  text-transform: none;
  text-align: center;
}
.not-found__link {
  color: #000;
  position: relative;
  text-decoration: none;
}
.not-found__link::before {
  background-color: #000;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.not-found__link:hover::before {
  transform: scaleX(0);
}

.addtoany_share_save_container a:before {
  display: none;
}

.careers-template {
  max-width: 120rem;
  padding: 3rem 3rem 0;
  margin: 0 auto;
}
.careers-template__headline-header {
  margin: 0 auto;
  padding-bottom: 3.9rem;
  text-align: center;
  text-transform: uppercase;
}
.careers-template__text-area {
  padding-bottom: 4rem;
}
.careers-template__text-area--centered {
  margin: 0 auto;
  max-width: 80.1rem;
  text-align: center;
  width: 100%;
}

.custom-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 4.2rem;
}
.custom-block__item {
  border: 1px solid #abcff0;
  margin-bottom: 3rem;
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 46.25em) {
  .custom-block__item {
    margin-bottom: 5rem;
    padding: 4rem 2rem 4rem 4rem;
    width: 47%;
  }
}
.custom-block__title-wrapper {
  padding-bottom: 2.4rem;
  text-align: center;
}
.custom-block__row {
  padding-bottom: 1.5rem;
}
.custom-block__row div {
  display: inline-block;
}
.custom-block__row--full div:first-child {
  padding-bottom: 1.5rem;
}
.custom-block__cta {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.custom-block__cta::before {
  background-color: #000;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.custom-block__cta:hover::before {
  transform: scaleX(0);
}

.category__search-filter {
  width: 90%;
  margin: 3rem auto;
  padding: 3rem 0;
}
@media (min-width: 46.25em) {
  .category__search-filter {
    border: 1px solid #D9D9D9;
    margin: 6rem auto;
  }
}
@media (min-width: 46.25em) {
  .category__search-filter {
    padding: 3rem;
  }
}
.category__search-filter--browse-label {
  text-transform: uppercase;
  display: block;
  font-size: 13px;
}
@media (min-width: 46.25em) {
  .category__search-filter--browse-label {
    font-size: 16px;
    margin: 0 4.5rem;
  }
}
.category__search-filter--container {
  display: block;
}
.category__search-filter--container .searchandfilter > ul > li {
  width: 100%;
  -moz-column-count: 3;
  column-count: 3;
}
.category__search-filter--container-collapsed {
  transition: all 2s ease-in-out;
  height: 0;
  overflow: hidden;
}
.category__search-filter--collapse {
  background: url(assets/images/svg-min/caret--light.svg);
  background-size: 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.6rem;
  height: 1rem;
  float: right;
  transition: transform 150ms ease;
  margin-top: 5px;
  position: relative;
  z-index: 99999;
}
@media (min-width: 46.25em) {
  .category__search-filter--collapse {
    background-size: 2rem;
    width: 2rem;
    height: 2rem;
    margin: 0;
  }
}
.category__search-filter--collapse.collapsed {
  transform: rotate(-180deg);
  transition: transform 150ms ease;
}

.members-dashboard {
  border-top: 1px solid #bababa;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: calc(22.2rem / 5.22) 0 0;
}
@media (min-width: 46.25em) {
  .members-dashboard {
    flex-direction: row;
    justify-content: space-between;
    padding: 3.2375478927rem 0;
  }
}
.members-dashboard .wp-block-image {
  margin-bottom: 0;
}
.members-dashboard__description {
  display: block;
  margin-top: -1.6rem;
  margin-bottom: 2rem;
  text-align: left;
}
.members-dashboard__item {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  padding-bottom: calc(22.2rem / 5.22);
  text-align: left;
}
@media (min-width: 46.25em) {
  .members-dashboard__item {
    flex: 0 0 calc(50% - 5rem);
    padding-bottom: 3.2375478927rem;
  }
}
.members-dashboard__item--full-width {
  flex: 0 0 100%;
  padding-bottom: 0;
}
.members-dashboard__item-image {
  display: block;
  margin-bottom: calc(22.2rem / 5.22);
}
@media (min-width: 46.25em) {
  .members-dashboard__item-image {
    margin-bottom: 2.5rem;
  }
}
.members-dashboard__item-heading {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 3.35rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
.members-dashboard__item-text {
  display: block;
  font-size: 1.5rem;
  line-height: 2.35rem;
  margin-bottom: 0.5rem;
}
.members-dashboard__item-link {
  display: block;
  font-size: 1.6rem;
  line-height: 3.35rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

.forum__post {
  border-bottom: 1px solid #E1E1E1;
  display: block;
  padding: 1.44rem 0;
  width: 100%;
}
.forum__post--link::before {
  width: 0 !important;
}
.forum__meta-about {
  display: inline-block;
  width: 100%;
}
@media (min-width: 46.25em) {
  .forum__meta-about {
    width: 49%;
  }
}
.forum__author-image {
  display: inline-block;
  margin-right: 2rem;
}
.forum__author-container {
  display: inline-block;
}
.forum__replies-voices {
  width: 50%;
  display: inline-block;
}
.forum__replies, .forum__voices {
  display: none;
}
@media (min-width: 46.25em) {
  .forum__replies, .forum__voices {
    display: inline-block;
    text-align: center;
    width: 49%;
  }
}
.forum__new-topic {
  color: #fff;
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: 50%;
  height: 100%;
  min-height: 4.25rem;
}
@media (min-width: 46.25em) {
  .forum__new-topic {
    width: 100%;
  }
}
.forum__new-topic a.ctdb-new-topic-button {
  color: #fff !important;
  padding-top: 0.3rem;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: block;
}

#ctdb-new-topic {
  background: #F1F1F1;
  padding: 2rem 2rem 8rem;
}
#ctdb-new-topic #topic_title {
  font-size: 2rem;
  padding: 1rem;
}
#ctdb-new-topic #submit_topic,
#ctdb-new-topic .insert-media {
  border-radius: 0;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  height: 5.1rem;
  justify-content: center;
  line-height: 21px;
  max-width: 50rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase !important;
  width: 30rem;
  background-color: #000;
  transition: background-color 0.5s;
  color: #fff;
  float: left;
  margin-bottom: 2.5rem;
}
#ctdb-new-topic #submit_topic:focus, #ctdb-new-topic #submit_topic:hover,
#ctdb-new-topic .insert-media:focus,
#ctdb-new-topic .insert-media:hover {
  background-color: #000 !important;
  transition: background-color 0.5s !important;
  color: #fff !important;
}
#ctdb-new-topic #submit_topic .wp-media-buttons-icon,
#ctdb-new-topic .insert-media .wp-media-buttons-icon {
  display: none;
}
#ctdb-new-topic .static_block_btn {
  display: none;
}

.ctdb-layout-classic h1.title {
  padding: 2rem 0;
  font-family: "Arial";
  font-style: normal;
  font-size: 17px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000;
}
.ctdb-layout-classic .title + p {
  text-align: left;
  padding-bottom: 3rem;
}
.ctdb-layout-classic #ctdb-new-topic + p a {
  display: none;
}
.ctdb-layout-classic #ctdb-new-topic + p a::before {
  width: 0;
}
.ctdb-layout-classic p.logged-in-as a {
  display: inline-block;
}
.ctdb-layout-classic .ctdb-pagination {
  display: none;
}

.text-page__container {
  padding: 0 2rem;
  text-align: left;
}
.text-page__headline {
  font-family: "Arial";
  font-style: normal;
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: none;
}
.page-template-template-my-account-text-page .text-page__headline, .post-type-archive-discussion-topics .text-page__headline, .single-discussion-topics .text-page__headline {
  display: block;
}
.text-page__headline .custom-separator {
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 46.25em) {
  .text-page__headline .custom-separator {
    width: 100%;
  }
}
.text-page__headline a.forum__back-link::before {
  width: 0;
}
.text-page__headline-header {
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
  width: 20rem;
  margin: 2rem auto 2.49rem;
  line-height: 1;
}
@media (min-width: 46.25em) {
  .text-page__headline-header {
    font-size: 5.8rem;
    text-align: left;
    margin-bottom: 0;
    line-height: 0.7;
    width: 100%;
  }
}
.text-page__headline-subheader {
  display: none;
}
@media (min-width: 46.25em) {
  .text-page__headline-subheader {
    margin-bottom: 0;
    margin-top: 2.72rem;
    line-height: 0.7;
  }
}
.page-template-template-my-account-text-page .text-page__headline-subheader, .post-type-archive-discussion-topics .text-page__headline-subheader, .single-discussion-topics .text-page__headline-subheader, .text-page__headline-subheader--sustainabiliy-library, .text-page__headline-subheader--marketing-library {
  display: block;
}
.text-page__headline-subheader--marketing-library {
  margin-bottom: 2rem;
}
.text-page__headline-subheader--parent {
  font-weight: 700;
  margin-bottom: 1rem;
  display: inline-block;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .text-page__headline-subheader--parent {
    margin-bottom: 0;
    line-height: 2;
  }
}
.text-page__headline-subheader--link {
  display: block;
  width: 100%;
}
@media (min-width: 46.25em) {
  .text-page__headline-subheader--link {
    display: inline-block;
    float: right;
    width: auto;
  }
}
.text-page__headline-subheader--link a {
  font-size: 12px !important;
  line-height: 34px;
  font-weight: 700 !important;
}
.text-page__headline-subheader .back-link {
  display: block !important;
}
.text-page .back-link {
  display: block;
  position: revert;
  text-decoration: underline;
  margin: 3rem 0;
}
.text-page__static-block {
  margin-bottom: 1.72rem;
  padding: 0 2rem;
  text-transform: none;
}
@media (min-width: 46.25em) {
  .text-page__static-block {
    padding: 0;
    margin-bottom: 1.72rem;
    margin-top: 1.72rem;
  }
}
.text-page__static-block .post__forum--meta-container {
  display: none;
}
.text-page__static-block .post__entry-content,
.text-page__static-block .post__forum--content {
  border: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 46.25em) {
  .text-page__static-block .post__entry-content,
  .text-page__static-block .post__forum--content {
    text-align: left;
  }
}
.text-page__static-block p {
  padding: 0;
  margin: 2rem 0;
}
.text-page__static-block a.forum__back-link {
  display: none;
}
@media (min-width: 46.25em) {
  .text-page__static-block a.forum__back-link {
    display: block !important;
  }
}
.text-page__static-block a.forum__back-link::before {
  width: 0;
}
.text-page__content {
  margin-top: 1.72rem;
  padding: 0 1rem;
}
@media (min-width: 46.25em) {
  .text-page__content {
    padding: 0;
  }
}

.background-text-block {
  background-position: center -145px;
  background-repeat: no-repeat;
  border-top: 1px solid #e0e0e0;
  margin: 0 15px;
}
@media (max-width: 46.24em) {
  .background-text-block {
    background-image: none !important;
  }
}
@media (min-width: 46.25em) {
  .background-text-block {
    background-position: center center;
  }
}
.background-text-block__wrapper {
  margin: 0 auto;
  max-width: 95rem;
  padding: 3.1rem 1.5rem 3.1rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .background-text-block__wrapper {
    max-width: 120rem;
    padding: 6rem 9rem 6rem;
  }
}
.background-text-block__headline {
  padding-bottom: 2.5rem;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .background-text-block__headline {
    padding-bottom: 3.9rem;
  }
}
.background-text-block__text {
  margin: 0 auto;
  max-width: 80rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 46.25em) {
  .background-text-block__text {
    padding-bottom: 4.5rem;
  }
}
.background-text-block__link {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
}
.background-text-block__link::before {
  transform: scaleX(0);
}
.background-text-block__link:hover::before {
  transform: scaleX(1);
}

.members-grid {
  background-color: #e3ddd2;
  margin-bottom: 4rem;
}
@media (min-width: 46.25em) {
  .members-grid {
    margin-bottom: 7rem;
  }
}
.members-grid__headline {
  padding: 3rem 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .members-grid__headline {
    font-size: 3.6rem;
    line-height: 41px;
    padding: 6rem 0;
  }
}
@media (min-width: 46.25em) {
  .members-grid__grid {
    display: flex;
    flex-wrap: wrap;
  }
}
.members-grid__items {
  padding: 0 3rem;
  position: relative;
}
@media (min-width: 46.25em) {
  .members-grid__items {
    padding: 0;
    width: 33.33%;
  }
}
.members-grid__link-wrapper {
  padding: 2.5rem 0 3rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .members-grid__link-wrapper {
    padding: 6rem 0;
  }
}
.members-grid__link {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
}
.members-grid__link::before {
  transform: scaleX(0);
}
.members-grid__link:hover::before {
  transform: scaleX(1);
}
.members-grid__img {
  aspect-ratio: 1;
  width: 100%;
}
@media (min-width: 46.25em) {
  .members-grid__img {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 46.25em) {
  .members-grid__img--mobile {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .members-grid__img--desktop {
    display: none !important;
  }
}
.members-grid__hover {
  display: none;
}
@media (min-width: 46.25em) {
  .members-grid__hover {
    background-color: rgb(255, 255, 255);
    display: block;
    height: 100%;
    opacity: 0;
    padding-top: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 9;
  }
}
.members-grid__items:hover .members-grid__hover {
  display: none;
}
@media (min-width: 46.25em) {
  .members-grid__items:hover .members-grid__hover {
    display: block;
    opacity: 1;
    transition: all 0.3s;
    visibility: visible;
  }
}
@media (max-width: 46.24em) {
  .members-grid__logo {
    margin: 0 auto;
  }
}
@media (min-width: 46.25em) {
  .members-grid__logo {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.members-grid .slick-arrow {
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 2.6rem;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.5rem;
}
.members-grid .slick-arrow.slick-next {
  background: url("assets/images/svg-min/next-arrow.svg") no-repeat;
  background-size: contain;
  right: 0.6rem;
}
.members-grid .slick-arrow.slick-prev {
  background: url("assets/images/svg-min/prev-arrow.svg") no-repeat;
  background-size: contain;
  left: 0.6rem;
}
.members-grid__name-link {
  text-decoration: none;
}
.members-grid__name {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  padding-top: 2.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .members-grid__name {
    display: none;
  }
}

.homepage-contact-form {
  background-color: #debffa;
  padding: 1.8rem 2.5rem 1.1rem;
}
@media (min-width: 46.25em) {
  .homepage-contact-form {
    padding: 5.2rem;
  }
}
.homepage-contact-form__wrapper {
  background-color: rgba(255, 255, 255, 0.82);
  padding: 2.5rem;
}
@media (min-width: 46.25em) {
  .homepage-contact-form__wrapper {
    padding: 6rem 4rem;
  }
}
.homepage-contact-form__headline {
  font-size: 2.8rem;
  line-height: 41px;
  padding-bottom: 1.8rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .homepage-contact-form__headline {
    font-size: 3.6rem;
    padding-bottom: 2.4rem;
  }
}
.homepage-contact-form__text,
.homepage-contact-form .submitted-message {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 2.4rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .homepage-contact-form__text,
  .homepage-contact-form .submitted-message {
    font-size: 1.5rem;
    line-height: 2.5;
  }
}
.homepage-contact-form__text--small,
.homepage-contact-form .submitted-message--small {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: left;
  padding-top: 1rem;
}
.homepage-contact-form__form {
  margin: 0 auto;
  max-width: 75rem;
  padding-top: 2rem;
  width: 100%;
}
@media (min-width: 46.25em) {
  .homepage-contact-form__form form {
    display: flex;
    flex-wrap: wrap;
  }
}
.homepage-contact-form__form form div:first-child {
  width: 100%;
}
.homepage-contact-form__form .hs-form-field {
  width: 100%;
}
@media (min-width: 46.25em) {
  .homepage-contact-form__form .hs-form-field {
    width: 50%;
  }
}
@media (min-width: 46.25em) {
  .homepage-contact-form__form .hs-form-field.hs_firstname, .homepage-contact-form__form .hs-form-field.hs_email, .homepage-contact-form__form .hs-form-field.hs_i_agree_to_the_terms_and_conditions_ {
    padding-right: 3rem;
  }
}
@media (min-width: 46.25em) {
  .homepage-contact-form__form .hs-form-field.hs_lastname, .homepage-contact-form__form .hs-form-field.hs_company, .homepage-contact-form__form .hs-form-field.hs_please_sign_me_up_to_your_newsletter {
    padding-left: 3rem;
  }
}
.homepage-contact-form__form .hs-form-field.hs_what_are_you_interested_in, .homepage-contact-form__form .hs-form-field.hs_what_are_you_interested_in__ {
  width: 100%;
}
.homepage-contact-form__form .hs-form-field label {
  display: none;
}
.homepage-contact-form__form .hs-form-field label.hs-form-booleancheckbox-display {
  display: block;
  font-family: "Helvetica", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}
.homepage-contact-form__form .hs-form-field .hs-input {
  background-color: transparent;
  border-bottom: 1px solid #000;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 0;
  width: 100%;
}
.homepage-contact-form__form .hs-form-field .hs-input::-moz-placeholder {
  color: #000;
}
.homepage-contact-form__form .hs-form-field .hs-input::placeholder {
  color: #000;
}
.homepage-contact-form__form .hs-form-field .hs-fieldtype-textarea {
  height: 9rem;
}
.homepage-contact-form__form .hs-form-field .inputs-list {
  list-style: none;
  margin-left: 0;
  padding-bottom: 0;
}
.homepage-contact-form__form .hs-form-field .hs-form-booleancheckbox input {
  height: 1.6rem;
  width: 1.6rem;
}
.homepage-contact-form__form .hs-form-field .hs-form-booleancheckbox span {
  margin-left: 0.8rem;
  position: relative;
  top: -0.3rem;
}
.homepage-contact-form__form .hs-submit {
  background-color: transparent;
  width: 100%;
}
.homepage-contact-form__form .hs-submit .hs-button {
  background-color: #000 !important;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  float: right;
  font-family: "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  height: 3rem;
  text-transform: uppercase;
  transition: all 0.3s;
  width: 10.5rem;
}
.homepage-contact-form__form .hs-submit .hs-button:hover {
  background-color: #daff64 !important;
  /* border: 1px solid $color--black; */
  color: #000;
  transition: all 0.3s;
}

.hero-slick-slider__slide {
  display: none;
}
.hero-slick-slider__slide:first-child {
  display: block;
}
.slick-initialized .hero-slick-slider__slide {
  display: block;
}
.hero-slick-slider__flex-wrapper {
  padding-bottom: 6rem;
}
@media (min-width: 46.25em) {
  .hero-slick-slider__flex-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
}
.hero-slick-slider__flex-item--full {
  width: 100%;
}
@media (min-width: 46.25em) {
  .hero-slick-slider__flex-item--text {
    align-self: center;
    order: 1;
    padding: 0 5rem 0 3.8rem;
    width: 45%;
  }
}
@media (min-width: 46.25em) {
  .hero-slick-slider__flex-item--right {
    order: 3;
    padding: 0 3.8rem 0 5rem;
  }
}
@media (min-width: 46.25em) {
  .hero-slick-slider__flex-item--img {
    order: 2;
    padding: 0 0 0 3rem;
    width: 55%;
  }
}
@media (min-width: 46.25em) {
  .hero-slick-slider__img-wrapper--mobile {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .hero-slick-slider__img-wrapper--desktop {
    display: none;
  }
}
.hero-slick-slider__img {
  width: 100%;
}
.hero-slick-slider__flex-item--full .hero-slick-slider__img--mobile {
  aspect-ratio: 185/229;
}
.hero-slick-slider__flex-item--img .hero-slick-slider__img--mobile {
  aspect-ratio: 37/19;
}
@media (max-width: 46.24em) {
  .hero-slick-slider__flex-item--img .hero-slick-slider__img--mobile {
    padding: 0 4rem 2rem;
  }
}
.hero-slick-slider__flex-item--full .hero-slick-slider__img--desktop {
  aspect-ratio: 1100/391;
}
.hero-slick-slider__flex-item--img .hero-slick-slider__img--desktop {
  aspect-ratio: 715/471;
}
@media (max-width: 46.24em) {
  .hero-slick-slider__content {
    padding: 2rem 4rem;
  }
}
.hero-slick-slider__headline {
  font-family: "ClydesdaleExtraBold";
  font-size: 5.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .hero-slick-slider__headline {
    font-size: 5.6rem;
  }
}
@media (min-width: 68.75em) {
  .hero-slick-slider__headline {
    font-size: 7.7rem;
    letter-spacing: -0.05rem;
  }
}
@media (min-width: 81.25em) {
  .hero-slick-slider__headline {
    font-size: 9.7rem;
  }
}
@media (min-width: 106.25em) {
  .hero-slick-slider__headline {
    font-size: 12.7rem;
  }
}
.hero-slick-slider__headline--right {
  text-align: right;
}
.hero-slick-slider__text {
  font-family: "Helvetica", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.051rem;
  padding-bottom: 0;
  text-align: right;
}
@media (min-width: 46.25em) {
  .hero-slick-slider__text {
    font-size: 1.5rem;
    letter-spacing: -0.042rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 68.75em) {
  .hero-slick-slider__text {
    font-size: 2.2rem;
    letter-spacing: -0.072rem;
  }
}
@media (min-width: 81.25em) {
  .hero-slick-slider__text {
    font-size: 2.7rem;
  }
}
@media (min-width: 106.25em) {
  .hero-slick-slider__text {
    font-size: 3.4rem;
  }
}
.hero-slick-slider__button-wrapper {
  display: flex;
}
.hero-slick-slider__button-wrapper--left {
  justify-content: left;
}
.hero-slick-slider__button-wrapper--center {
  justify-content: center;
}
.hero-slick-slider__button-wrapper--right {
  justify-content: right;
}
@media (min-width: 46.25em) {
  .hero-slick-slider__button-wrapper--mobile {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .hero-slick-slider__button-wrapper--desktop {
    display: none;
  }
}
.hero-slick-slider__button {
  border: 1px solid transparent;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  height: 3.5rem;
  line-height: 1.4;
  letter-spacing: -0.015rem;
  margin: 0 auto;
  max-width: 100%;
  transition: all 0.3s;
  width: 100%;
}
@media (min-width: 46.25em) {
  .hero-slick-slider__button {
    margin: 0;
    max-width: 10.5rem;
  }
}
@media (min-width: 81.25em) {
  .hero-slick-slider__button {
    font-size: 1.2rem;
    height: 4.5rem;
    max-width: 11.5rem;
  }
}
.hero-slick-slider__button:hover {
  background-color: #daff64;
  /* border: 1px solid $color--black; */
  color: #000;
  transition: all 0.3s;
}
.hero-slick-slider__video-wrapper {
  width: 100%;
  padding-bottom: 2rem;
}
.hero-slick-slider__video {
  width: 100%;
}
@media (min-width: 46.25em) {
  .hero-slick-slider__video--mobile {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .hero-slick-slider__video--desktop {
    display: none;
  }
}
.hero-slick-slider .slick-dots {
  bottom: 2.5rem;
  display: flex;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translate(-50%, 0);
}
@media (min-width: 46.25em) {
  .hero-slick-slider .slick-dots {
    bottom: 4rem;
  }
}
.hero-slick-slider .slick-dots li {
  background-color: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 1.4rem;
  margin-right: 11px;
  outline: 1px solid #000;
  text-indent: -999999px;
  width: 1.4rem;
}
.hero-slick-slider .slick-dots li.slick-active {
  background-color: #daff64;
}

.our-services-banner {
  padding: 2.2rem 1.5rem;
}
@media (min-width: 46.25em) {
  .our-services-banner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 2rem;
    position: relative;
  }
}
@media (min-width: 61.25em) {
  .our-services-banner {
    padding: 0 7.7rem;
  }
}
.our-services-banner__back {
  border-bottom: 1px solid #000;
  color: #000;
  display: none;
  font-family: "Helvetica", sans-serif;
  font-size: 1.6rem;
  left: 3rem;
  position: absolute;
  top: 3rem;
  text-decoration: none;
  z-index: 99999;
}
@media (min-width: 46.25em) {
  .our-services-banner__back {
    display: block;
  }
}
@media (min-width: 46.25em) {
  .our-services-banner__content-flex {
    align-self: center;
    width: 42%;
  }
}
.our-services-banner__headline {
  font-family: "ClydesdaleExtraBold";
  font-size: 5.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.06rem;
  text-align: right;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .our-services-banner__headline {
    font-size: 4.6rem;
    padding-right: 0.4rem;
  }
}
@media (min-width: 61.25em) {
  .our-services-banner__headline {
    font-size: 5.6rem;
    padding-right: 1rem;
  }
}
@media (min-width: 75em) {
  .our-services-banner__headline {
    font-size: 7.7rem;
    letter-spacing: -0.05rem;
  }
}
@media (min-width: 91.875em) {
  .our-services-banner__headline {
    font-size: 9.7rem;
  }
}
@media (min-width: 117.5em) {
  .our-services-banner__headline {
    font-size: 12.7rem;
  }
}
.our-services-banner__sub-copy {
  font-family: "Helvetica", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.051rem;
  padding-bottom: 0;
  text-align: right;
}
@media (min-width: 46.25em) {
  .our-services-banner__sub-copy {
    font-size: 1.5rem;
    letter-spacing: -0.042rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 61.25em) {
  .our-services-banner__sub-copy {
    font-size: 1.6rem;
  }
}
@media (min-width: 75em) {
  .our-services-banner__sub-copy {
    font-size: 2.3rem;
    letter-spacing: -0.072rem;
  }
}
@media (min-width: 91.875em) {
  .our-services-banner__sub-copy {
    font-size: 2.8rem;
  }
}
@media (min-width: 117.5em) {
  .our-services-banner__sub-copy {
    font-size: 3.5rem;
  }
}
.our-services-banner__button-wrapper {
  display: flex;
}
.our-services-banner__button-wrapper--left {
  justify-content: left;
}
.our-services-banner__button-wrapper--center {
  justify-content: center;
}
.our-services-banner__button-wrapper--right {
  justify-content: right;
}
@media (min-width: 46.25em) {
  .our-services-banner__button-wrapper--mobile {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .our-services-banner__button-wrapper--desktop {
    display: none;
  }
}
.our-services-banner__button {
  border: 1px solid transparent;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  height: 3.5rem;
  line-height: 1.4;
  letter-spacing: -0.015rem;
  margin: 0 auto;
  transition: all 0.3s;
  width: 100%;
}
@media (min-width: 46.25em) {
  .our-services-banner__button {
    margin: 0;
    max-width: none;
    padding: 0 2rem;
    width: auto;
  }
}
@media (min-width: 81.25em) {
  .our-services-banner__button {
    font-size: 1.2rem;
    height: 4.5rem;
  }
}
.our-services-banner__button:hover {
  background-color: #daff64;
  border: 1px solid #000;
  color: #000;
  transition: all 0.3s;
}
@media (min-width: 46.25em) {
  .our-services-banner__img-flex {
    width: 45%;
  }
}
.our-services-banner__img-wrapper {
  aspect-ratio: 685/372;
}
.our-services-banner__img {
  width: 100%;
}
@media (min-width: 46.25em) {
  .our-services-banner__img--mobile {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .our-services-banner__img--desktop {
    display: none;
  }
}

.two-col-item {
  background-color: rgba(227, 221, 210, 0.2);
  margin-bottom: 2.5rem;
  padding: 2.5rem;
}
@media (min-width: 46.25em) {
  .two-col-item {
    margin-bottom: 5.5rem;
    padding: 4.1rem 1.4rem;
  }
}
@media (min-width: 46.25em) {
  .two-col-item__flex {
    display: flex;
  }
}
.two-col-item__flex-item {
  text-align: center;
}
@media (min-width: 46.25em) {
  .two-col-item__flex-item {
    padding: 0 4rem 3rem;
    width: 50%;
  }
}
@media (max-width: 46.24em) {
  .two-col-item__flex-item:first-child {
    border-bottom: 1px solid #000;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 46.25em) {
  .two-col-item__flex-item:first-child {
    border-right: 1px solid #000;
  }
}
.two-col-item__img-wrapper {
  padding-bottom: 3.2rem;
}
@media (min-width: 46.25em) {
  .two-col-item__img-wrapper {
    margin: 0 auto;
    padding: 4.2rem 0 5.2rem;
    width: 68%;
  }
}
.two-col-item__img {
  aspect-ratio: 417/227;
  width: 100%;
}
@media (min-width: 46.25em) {
  .two-col-item__img--mobile {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .two-col-item__img--desktop {
    display: none;
  }
}
.two-col-item__headline {
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.084rem;
  padding-bottom: 3rem;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .two-col-item__headline {
    font-size: 3.6rem;
    letter-spacing: 0.108rem;
  }
}
.two-col-item__copy {
  font-size: 1.2rem;
  margin: 0 auto;
  max-width: 53.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 46.25em) {
  .two-col-item__copy {
    font-size: 1.4rem;
  }
}
.two-col-item__link {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
}

.section-title {
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.084rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .section-title {
    letter-spacing: 0.108rem;
    padding-bottom: 2.5rem;
  }
}
.section-title--no-padding {
  padding-bottom: 0;
}
.section-title__headline {
  font-size: 2.8rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .section-title__headline {
    font-size: 3.6rem;
  }
}
.section-title__sub-headline {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  padding-bottom: 3rem;
}

@media (min-width: 46.25em) {
  .our-services {
    padding: 0 6rem 1.5rem 6rem;
  }
}
@media (min-width: 68.75em) {
  .our-services {
    padding: 0 13.6rem 1.5rem 13.6rem;
  }
}
.our-services__flex {
  margin-bottom: 3.7rem;
  padding: 0 2.7rem 2.7rem;
}
@media (min-width: 46.25em) {
  .our-services__flex {
    display: flex;
    overflow: hidden;
    padding: 0;
  }
}
.our-services__flex-item {
  align-self: center;
}
.our-services__flex-item--img {
  order: 1;
  position: relative;
}
@media (max-width: 46.24em) {
  .our-services__flex-item--img {
    aspect-ratio: 320/212;
    overflow: hidden;
  }
}
@media (min-width: 46.25em) {
  .our-services__flex-item--img {
    width: 42%;
  }
}
.our-services__flex:nth-child(even) .our-services__flex-item--img {
  order: 2;
}
.our-services__flex-item--content {
  order: 2;
  padding-top: 2.5rem;
}
@media (max-width: 46.24em) {
  .our-services__flex-item--content {
    text-align: center;
  }
}
@media (min-width: 46.25em) {
  .our-services__flex-item--content {
    padding: 4.5rem 0 4.5rem 2rem;
    width: 58%;
  }
}
@media (min-width: 61.25em) {
  .our-services__flex-item--content {
    padding: 4.5rem 0;
  }
}
.our-services__flex:nth-child(even) .our-services__flex-item--content {
  order: 1;
}
.our-services__img {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
@media (min-width: 46.25em) {
  .our-services__content {
    margin: 0 auto;
    max-width: 40rem;
  }
}
@media (max-width: 46.24em) {
  .our-services__content .accordion__wrapper {
    text-align: left;
  }
}
.our-services__headline {
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.084rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .our-services__headline {
    font-size: 3.6rem;
    letter-spacing: 0.108rem;
    padding-bottom: 2.5rem;
  }
}
.our-services__copy {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  padding-bottom: 2rem;
}
@media (min-width: 46.25em) {
  .our-services__copy {
    padding-bottom: 2.5rem;
  }
}
.our-services .slick-arrow {
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 2.3rem;
  position: absolute;
  text-indent: -99999px;
  top: 20%;
  width: 1.6rem;
}
.our-services .slick-arrow.slick-next {
  background: url("assets/images/svg-min/next-arrow--dark.svg") no-repeat;
  background-size: contain;
  right: 0.5rem;
}
.our-services .slick-arrow.slick-prev {
  background: url("assets/images/svg-min/prev-arrow--dark.svg") no-repeat;
  background-size: contain;
  left: 0.5rem;
}

.individual-services-footer .get-certified {
  display: none;
}

.accordion__wrapper {
  padding-top: 2rem;
}
.accordion__item {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  margin-bottom: 2.3rem;
}
.accordion__heading {
  cursor: pointer;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
  padding-bottom: 2.3rem;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.accordion__heading::before {
  background-image: url("assets/images/svg-min/plus.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0.3rem;
  width: 1.5rem;
}
.accordion__item--active .accordion__heading::before {
  background-image: url("assets/images/svg-min/minus.svg");
  top: 0.9rem;
}
.accordion__content {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  height: 0;
  letter-spacing: 0em;
  line-height: 25px;
  overflow: hidden;
  transition: all 0.3s;
}
.accordion__item--active .accordion__content {
  margin: 0 0 3rem;
  transition: all 0.3s;
}

@media (max-width: 46.24em) {
  .services-block {
    overflow: hidden;
  }
}
@media (min-width: 46.25em) {
  .services-block {
    padding-bottom: 6.3rem;
  }
}
.services-block__navigation {
  display: flex;
  justify-content: center;
  padding-bottom: 2.8rem;
}
@media (min-width: 46.25em) {
  .services-block__navigation {
    padding-bottom: 4.8rem;
  }
}
.services-block__navigation-item {
  color: #666;
  cursor: pointer;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.3;
  margin: 0 2rem;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 46.24em) {
  .services-block__navigation-item {
    text-align: center;
  }
}
@media (min-width: 46.25em) {
  .services-block__navigation-item {
    font-size: 1.7rem;
  }
}
.services-block__navigation-item::before {
  background-color: #000;
  bottom: -0.25rem;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.services-block__navigation-item::after {
  background-color: #000;
  content: "";
  display: block;
  height: 80%;
  position: absolute;
  right: -2rem;
  top: 3px;
  width: 0.1rem;
}
.services-block__navigation-item:last-child::after {
  display: none;
}
.services-block__navigation-item:hover {
  color: #000;
}
.services-block__navigation-item:hover::before {
  transform: scaleX(1);
}
.services-block__navigation-item--active {
  color: #000;
}
.services-block__navigation-item--active::before {
  transform: scaleX(1);
}
@media (max-width: 46.24em) {
  .services-block__navigation-item span {
    display: none;
  }
}
.services-block__navigation-item-sub-heading {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
.services-block__business-deatils {
  display: none;
  padding: 0 2.2rem;
}
@media (min-width: 46.25em) {
  .services-block__business-deatils {
    background-color: #efece6;
    padding: 0;
  }
}
@media (min-width: 81.25em) {
  .services-block__business-deatils {
    background-color: transparent;
    padding: 0 2.2rem;
  }
}
.services-block__business-deatils--active {
  display: block;
}
.services-block--tabs .services-block__business-deatils {
  margin-top: 1.9rem;
  padding: 0;
}
@media (min-width: 46.25em) {
  .services-block--tabs .services-block__business-deatils {
    background-color: #efece6;
  }
}
.services-block__headline-wrapper {
  border-bottom: 1px solid #bababa;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2.5rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 46.24em) {
  .services-block__headline-wrapper {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .services-block__headline-wrapper {
    padding-bottom: 0;
  }
}
@media (min-width: 81.25em) {
  .services-block__headline-wrapper {
    padding-bottom: 1.2rem;
  }
}
.services-block--tabs .services-block__headline-wrapper {
  border-bottom: 1px solid #000;
  padding-bottom: 0;
}
.services-block__headline {
  font-family: "ClydesdaleExtraBold";
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.192rem;
  padding-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .services-block__headline {
    font-size: 8.4rem;
    letter-spacing: 0.252rem;
    padding-bottom: 0;
    width: 25%;
  }
}
@media (min-width: 46.25em) and (max-width: 81.24em) {
  .services-block__headline {
    border: none;
    color: #000;
    cursor: pointer;
    padding-bottom: 0.7rem;
  }
}
@media (min-width: 46.25em) {
  .services-block__headline--mobile {
    display: none;
  }
}
.services-block--tabs .services-block__headline {
  border-right: none;
  border-top: none;
  color: #000 !important;
  cursor: pointer;
  padding-bottom: 0.7rem;
  transition: color 0.3s;
}
@media (min-width: 46.25em) {
  .services-block--tabs .services-block__headline {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    color: #fff !important;
  }
}
.services-block--tabs .services-block__headline:hover {
  color: #debffa !important;
  transition: color 0.3s;
}
@media (min-width: 46.25em) and (max-width: 81.24em) {
  .services-block__headline--active {
    border-color: #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    color: #000 !important;
    position: relative;
  }
  .services-block__headline--active:after {
    background-color: #efece6;
    bottom: -0.1rem;
    content: "";
    display: block;
    height: 0.1rem;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.services-block--tabs .services-block__headline--active {
  border-color: #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  color: #000 !important;
  position: relative;
}
.services-block--tabs .services-block__headline--active:after {
  background-color: #efece6;
  bottom: -0.1rem;
  content: "";
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 46.25em) and (max-width: 81.24em) {
  .services-block__headline:last-child {
    border-right: none;
  }
}
.services-block--tabs .services-block__headline:last-child {
  border-right: none;
}
@media (min-width: 46.25em) and (max-width: 81.24em) {
  .services-block__headline:first-child {
    border-left: none;
  }
}
.services-block--tabs .services-block__headline:first-child {
  border-left: none;
}
.services-block__column-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.services-block--tabs .services-block__column-wrapper {
  display: block;
}
.services-block__column-wrapper .slick-arrow {
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 2.3rem;
  position: absolute;
  text-indent: -99999px;
  top: 3rem;
  width: 3.1rem;
}
.services-block__column-wrapper .slick-arrow.slick-next {
  background: url("assets/images/svg-min/next-arrow--dark.svg") no-repeat;
  background-size: contain;
  right: 0;
}
.services-block__column-wrapper .slick-arrow.slick-prev {
  background: url("assets/images/svg-min/prev-arrow--dark.svg") no-repeat;
  background-size: contain;
  left: 1rem;
}
.services-block__column-wrapper .slick-dots {
  bottom: -3rem;
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  width: 100%;
  z-index: 9999999;
}
.services-block__column-wrapper .slick-dots button {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  height: 1.3rem;
  margin: 0 1rem;
  text-indent: -99999px;
  width: 1.3rem;
}
.services-block__column-wrapper .slick-active button {
  background-color: transparent;
}
.services-block__column {
  position: relative;
}
@media (min-width: 46.25em) {
  .services-block__column {
    display: none;
    padding: 0 3rem;
    width: 100%;
  }
}
@media (min-width: 81.25em) {
  .services-block__column {
    display: block;
    width: 25%;
  }
}
@media (min-width: 81.25em) {
  .services-block__column::after {
    background-color: #bababa;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 3px;
    width: 0.1rem;
  }
}
@media (min-width: 81.25em) {
  .services-block__column:last-child::after {
    display: none;
  }
}
.services-block--tabs .services-block__column {
  display: none;
  padding: 0 3rem;
  width: 100%;
}
.services-block__column--active {
  display: block;
}
.services-block--tabs .services-block__column--active {
  display: block;
}
.services-block__text {
  color: #000;
  font-family: "Helvetica", sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.051rem;
  padding-bottom: 1.8rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .services-block__text {
    font-size: 2rem;
    letter-spacing: -0.06rem;
    padding-bottom: 2.3rem;
  }
}
.services-block__sub-text {
  color: #808080;
  font-family: "Helvetica", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.024rem;
  padding-bottom: 1.9rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .services-block__sub-text {
    font-size: 1.4rem;
    letter-spacing: -0.028rem;
  }
}
.services-block__services {
  display: none;
}
.services-block__services--active {
  display: block;
}
.services-block__services-text {
  color: #000;
  font-family: "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.028rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .services-block__services-text {
    font-size: 1.7rem;
    letter-spacing: -0.034rem;
    padding-bottom: 3.3rem;
  }
}
.services-block__services-list {
  list-style: none !important;
  margin-left: 3rem !important;
}
@media (min-width: 46.25em) {
  .services-block__services-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto !important;
    max-width: 90rem;
  }
}
@media (min-width: 81.25em) {
  .services-block__services-list {
    justify-content: space-between;
    max-width: 120rem;
  }
}
.services-block--tabs .services-block__services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto !important;
  max-width: 120rem;
}
.services-block__services-service {
  color: #000;
  font-family: "Helvetica", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.026rem;
  padding-bottom: 1.2rem;
  position: relative;
}
@media (min-width: 46.25em) {
  .services-block__services-service {
    width: 45%;
  }
}
@media (min-width: 81.25em) {
  .services-block__services-service {
    font-size: 1.9rem;
    letter-spacing: -0.038rem;
    margin-left: 4rem;
    padding-bottom: 2.5rem;
    width: 100%;
  }
}
.services-block--tabs .services-block__services-service {
  font-size: 1.3rem;
  letter-spacing: -0.026rem;
  padding-bottom: 1.2rem;
  padding-left: 0;
  text-align: left;
  width: 45%;
}
@media (min-width: 61.25em) {
  .services-block--tabs .services-block__services-service {
    font-size: 1.9rem;
    letter-spacing: -0.038rem;
  }
}
.services-block__services-service:before {
  background-image: url("assets/images/svg-min/circle-tick.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.6rem;
  left: -3rem;
  position: absolute;
  top: 0;
  width: 1.6rem;
}
@media (min-width: 81.25em) {
  .services-block__services-service:before {
    height: 2.4rem;
    top: -0.1rem;
    width: 2.3rem;
  }
}
.services-block--tabs .services-block__services-service:before {
  display: inline-block;
  height: 1.6rem;
  margin-right: 0.5rem;
  top: auto;
  left: auto;
  position: relative;
  width: 1.6rem;
}
.services-block__services-tooltop {
  display: none;
}
.services-block__services-tooltop-wrapper:hover .services-block__services-tooltop {
  display: block;
}
.services-block__tooltip {
  background-image: url("assets/images/svg-min/info-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  height: 1.6rem;
  margin-left: 0.3rem;
  position: relative;
  top: 0.3rem;
  width: 1.6rem;
}
@media (min-width: 81.25em) {
  .services-block__tooltip {
    height: 2.4rem;
    top: 0.6rem;
    width: 2.3rem;
  }
}
.services-block--tabs .services-block__tooltip {
  height: 1.6rem;
  top: 0.3rem;
  width: 1.6rem;
}
.services-block__tooltip--inner {
  left: 0.2rem;
  position: absolute;
}
.services-block__services-tooltop-wrapper {
  display: inline-block;
}
.services-block__services-tooltop {
  background-color: #daff64;
  border: 1px solid #bababa;
  border-radius: 10px;
  color: #000;
  font-family: "Helvetica", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: -0.032rem;
  line-height: 1.2;
  padding: 1rem 1rem 1rem 3rem;
  position: absolute;
  top: 0;
  width: 35rem;
  z-index: 99;
}
@media (min-width: 81.25em) {
  .services-block__services-tooltop {
    font-size: 1.6rem;
  }
}
.services-block--tabs .services-block__services-tooltop {
  font-size: 1.3rem;
}
.services-block__layout-toggle {
  display: none;
  padding-bottom: 2.9rem;
}
@media (min-width: 81.25em) {
  .services-block__layout-toggle {
    display: block;
  }
}
.services-block__consultancy-toggle {
  padding-bottom: 2rem;
}
@media (min-width: 46.25em) {
  .services-block__consultancy-toggle {
    padding-bottom: 2.6rem;
  }
}

/*  Toggle Switch  */
.toggleSwitch span span {
  display: none;
}

.toggleSwitch {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  width: 269px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  height: 37px;
  color: #000;
  text-align: center;
  font-family: "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03rem;
}
.toggleSwitch--alt {
  background-color: #DEBFFA;
  color: #fff;
  height: 50px;
  width: 300px;
  border: none;
}

.toggleSwitch * {
  box-sizing: border-box;
}

.toggleSwitch label,
.toggleSwitch > span {
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}

.toggleSwitch input:focus ~ a,
.toggleSwitch input:focus + label {
  outline: none;
}

.toggleSwitch label {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}

.toggleSwitch input {
  position: absolute;
  opacity: 0;
  z-index: 5;
}

.toggleSwitch > span {
  position: absolute;
  left: 0;
  width: calc(100% - 6px);
  margin: 0;
  text-align: left;
  white-space: nowrap;
  margin: 0 3px;
}

.toggleSwitch > span span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 50%;
  margin-left: 50px;
  text-align: left;
  font-size: 0.9em;
  width: auto;
  left: 0;
  top: -1px;
  opacity: 1;
  width: 40%;
  text-align: center;
  line-height: 34px;
}

.toggleSwitch a {
  position: absolute;
  right: 50%;
  z-index: 4;
  display: block;
  top: 0;
  bottom: 0;
  padding: 0;
  left: -1px;
  width: 50%;
  background-color: #000;
  border-radius: 15px;
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.toggleSwitch > span span:first-of-type {
  color: #FFF;
  opacity: 1;
  left: 0;
  margin: 0;
  width: 50%;
}

.toggleSwitch > span span:last-of-type {
  left: auto;
  right: 0;
  color: #000;
  margin: 0;
  width: 50%;
}

.toggleSwitch > span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -2px;
  /* background-color: #fafafa;
  border: 1px solid #ccc; */
  border-radius: 30px;
  transition: all 0.2s ease-out;
}

.toggleSwitch input:checked ~ a {
  left: calc(50% + 1px);
}

.toggleSwitch input:checked ~ span:before {
  /* border-color: #0097D1;
  box-shadow: inset 0 0 0 30px #0097D1; */
}

.toggleSwitch input:checked ~ span span:first-of-type {
  left: 0;
  color: #000;
}

.toggleSwitch input:checked ~ span span:last-of-type {
  /* opacity: 1;
  color: #fff;	 */
  color: #FFF;
}

/* Switch Sizes */
.toggleSwitch.large {
  width: 60px;
  height: 27px;
}

.toggleSwitch.large a {
  width: 27px;
}

.toggleSwitch.large > span {
  height: 29px;
  line-height: 28px;
}

.toggleSwitch.large input:checked ~ a {
  left: 41px;
}

.toggleSwitch.large > span span {
  font-size: 1.1em;
}

.toggleSwitch.large > span span:first-of-type {
  left: 50%;
}

.toggleSwitch.xlarge {
  width: 80px;
  height: 36px;
}

.toggleSwitch.xlarge a {
  width: 36px;
}

.toggleSwitch.xlarge > span {
  height: 38px;
  line-height: 37px;
}

.toggleSwitch.xlarge input:checked ~ a {
  left: 52px;
}

.toggleSwitch.xlarge > span span {
  font-size: 1.4em;
}

.toggleSwitch.xlarge > span span:first-of-type {
  left: 50%;
}

/*  End Toggle Switch  */
/*  Toggle Switch  */
.toggleSwitch-alt span span {
  display: none;
}

.toggleSwitch-alt {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  width: 280px;
  background-color: #DEBFFA;
  border-radius: 15px;
  height: 51px;
  color: #fff;
  text-align: center;
  font-family: "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03rem;
}

.toggleSwitch-alt * {
  box-sizing: border-box;
}

.toggleSwitch-alt label,
.toggleSwitch-alt > span {
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}

.toggleSwitch-alt input:focus ~ a,
.toggleSwitch-alt input:focus + label {
  outline: none;
}

.toggleSwitch-alt label {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}

.toggleSwitch-alt input {
  position: absolute;
  opacity: 0;
  z-index: 5;
}

.toggleSwitch-alt > span {
  position: absolute;
  left: 0;
  width: calc(100% - 6px);
  margin: 0;
  text-align: left;
  white-space: nowrap;
  margin: 0 3px;
}

.toggleSwitch-alt > span span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 50%;
  margin-left: 50px;
  text-align: left;
  font-size: 0.9em;
  width: auto;
  left: 0;
  top: 7px;
  opacity: 1;
  width: 40%;
  text-align: center;
  line-height: 34px;
}

.toggleSwitch-alt a {
  position: absolute;
  right: 50%;
  z-index: 4;
  display: block;
  top: 0;
  bottom: 0;
  padding: 0;
  left: -1px;
  width: 50%;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 15px;
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.toggleSwitch-alt > span span:first-of-type {
  color: #000;
  opacity: 1;
  left: 0;
  margin: 0;
  width: 50%;
}

.toggleSwitch-alt > span span:last-of-type {
  left: auto;
  right: 0;
  color: #fff;
  margin: 0;
  width: 50%;
}

.toggleSwitch-alt > span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -2px;
  /* background-color: #fafafa;
  border: 1px solid #ccc; */
  border-radius: 30px;
  transition: all 0.2s ease-out;
}

.toggleSwitch-alt input:checked ~ a {
  left: calc(50% + 1px);
}

.toggleSwitch-alt input:checked ~ span:before {
  /* border-color: #0097D1;
  box-shadow: inset 0 0 0 30px #0097D1; */
}

.toggleSwitch-alt input:checked ~ span span:first-of-type {
  left: 0;
  color: #000;
}

.toggleSwitch-alt input:checked ~ span span:last-of-type {
  /* opacity: 1;
  color: #fff;	 */
  color: #000;
}

/* Switch Sizes */
.toggleSwitch-alt.large {
  width: 60px;
  height: 27px;
}

.toggleSwitch-alt.large a {
  width: 27px;
}

.toggleSwitch-alt.large > span {
  height: 29px;
  line-height: 28px;
}

.toggleSwitch-alt.large input:checked ~ a {
  left: 41px;
}

.toggleSwitch-alt.large > span span {
  font-size: 1.1em;
}

.toggleSwitch-alt.large > span span:first-of-type {
  left: 50%;
}

.toggleSwitch-alt.xlarge {
  width: 80px;
  height: 36px;
}

.toggleSwitch-alt.xlarge a {
  width: 36px;
}

.toggleSwitch-alt.xlarge > span {
  height: 38px;
  line-height: 37px;
}

.toggleSwitch-alt.xlarge input:checked ~ a {
  left: 52px;
}

.toggleSwitch-alt.xlarge > span span {
  font-size: 1.4em;
}

.toggleSwitch-alt.xlarge > span span:first-of-type {
  left: 50%;
}

.toggleSwitch-alt__large-text {
  text-align: center;
  font-family: "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03rem;
}

.toggleSwitch-alt__small-text {
  text-align: center;
  font-family: "Helvetica", sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.022rem;
}

/*  End Toggle Switch  */
.side-by-side {
  background-color: rgba(227, 221, 210, 0.2);
}
@media (max-width: 46.24em) {
  .side-by-side {
    border-top: 1px solid #B9B9B9;
  }
}
.side-by-side__item {
  border-top: 1px solid #fff;
  padding: 2.5rem;
}
@media (min-width: 46.25em) {
  .side-by-side__item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 3rem 5rem;
  }
}
@media (min-width: 61.25em) {
  .side-by-side__item {
    padding: 7.5rem 10rem;
  }
}
.side-by-side__item:first-child {
  border-top: none;
}
.side-by-side__img-wrapper {
  padding-bottom: 2.5rem;
}
@media (min-width: 46.25em) {
  .side-by-side__img-wrapper {
    padding-bottom: 2.5rem;
    width: 39%;
  }
}
.side-by-side__item:nth-child(odd) .side-by-side__img-wrapper {
  order: 2;
}
.side-by-side__img {
  aspect-ratio: 489/277;
  width: 100%;
}
@media (min-width: 46.25em) {
  .side-by-side__content {
    align-self: center;
    width: 53%;
  }
}
.side-by-side__item:nth-child(odd) .side-by-side__content {
  order: 1;
}
.side-by-side__headline {
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.084rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .side-by-side__headline {
    font-size: 3.6rem;
    letter-spacing: 0.108rem;
    padding-bottom: 2.5rem;
  }
}
.side-by-side__text {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  padding-bottom: 2rem;
}
@media (min-width: 46.25em) {
  .side-by-side__text {
    font-size: 1.4rem;
    padding-bottom: 2.5rem;
  }
}
.side-by-side__link {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
}

.text-banner {
  padding: 3.5rem 1rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .text-banner {
    padding: 8.6rem 3rem;
  }
}
.text-banner__headline {
  font-family: "ClydesdaleExtraBold";
  font-size: 3.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .text-banner__headline {
    font-size: 9.7rem;
    letter-spacing: -0.05rem;
  }
}
.text-banner__text {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  margin: 0 auto;
  max-width: 60rem;
  padding-bottom: 2rem;
}
@media (min-width: 46.25em) {
  .text-banner__text {
    font-size: 1.4rem;
  }
}

.service-stats {
  background-color: rgba(227, 221, 210, 0.2);
  margin-bottom: 3rem;
  padding: 3rem 3rem 0 3rem;
}
@media (min-width: 46.25em) {
  .service-stats {
    padding: 6rem 3rem 0 3rem;
  }
}
.service-stats .brand__headline-header {
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.084rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .service-stats .brand__headline-header {
    font-size: 3.6rem;
    letter-spacing: 0.108rem;
    padding-bottom: 2.5rem;
  }
}
.service-stats .butterfly-mark__points--copy {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  padding-bottom: 2rem;
}
@media (min-width: 46.25em) {
  .service-stats .butterfly-mark__points--copy {
    font-size: 1.4rem;
    letter-spacing: 0em;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 46.24em) {
  .service-stats .butterfly-mark__list-item-img {
    margin: 0 auto;
  }
}
.service-stats__stat-images {
  padding-top: 2rem;
}
@media (min-width: 46.25em) {
  .service-stats__stat-images {
    padding-top: 5rem;
  }
}
.service-stats .slick-arrow {
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 2.3rem;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  transform: translate(0, -50%);
  width: 3.1rem;
}
.service-stats .slick-arrow.slick-next {
  background: url("assets/images/svg-min/next-arrow--dark.svg") no-repeat;
  background-size: contain;
  right: 0;
}
.service-stats .slick-arrow.slick-prev {
  background: url("assets/images/svg-min/prev-arrow--dark.svg") no-repeat;
  background-size: contain;
  left: 0;
}

.typeform-widget {
  min-height: 50rem;
}
.typeform-widget iframe {
  min-height: 50rem;
}

.get-certified-calendar {
  display: block;
}

.impact-network-banner--extra-pad {
  padding-bottom: 2.5rem;
}
@media (min-width: 46.25em) {
  .impact-network-banner--extra-pad {
    padding-bottom: 4.5rem;
  }
}
.impact-network-banner__image-wrapper {
  position: relative;
}
.impact-network-banner__image {
  width: 100%;
}
.impact-network-banner__image--mobile {
  aspect-ratio: 375/131;
}
@media (min-width: 46.25em) {
  .impact-network-banner__image--mobile {
    display: none;
  }
}
.post-type-archive-good-suppliers .impact-network-banner__image--mobile {
  aspect-ratio: 208/57;
}
.impact-network-banner__image--desktop {
  display: none;
}
@media (min-width: 46.25em) {
  .impact-network-banner__image--desktop {
    aspect-ratio: 720/197;
    display: block;
  }
}
.impact-network-banner__header {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.09rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
}
@media (max-width: 46.24em) {
  .impact-network-banner__header {
    line-height: 1.1;
  }
}
@media (min-width: 46.25em) {
  .impact-network-banner__header {
    font-size: 7.5rem;
    letter-spacing: 0.225rem;
  }
}
.impact-network-banner--alt .impact-network-banner__header {
  color: #000;
  left: unset;
  padding-bottom: 5rem;
  position: relative;
  transform: none;
  top: unset;
}
@media (max-width: 46.24em) {
  .impact-network-banner--alt .impact-network-banner__header {
    font-size: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.impact-network-banner__text {
  padding: 2.5rem 1.5rem 0;
}
@media (min-width: 46.25em) {
  .impact-network-banner__text {
    padding: 9.5rem 2.5rem 0;
    margin: 0 auto;
    max-width: 77.5rem;
  }
}
.impact-network-banner--alt .impact-network-banner__text {
  text-align: center;
}
@media (min-width: 46.25em) {
  .impact-network-banner--alt .impact-network-banner__text {
    padding: 4.6rem 2.5rem 0;
    margin: 0 auto;
    max-width: 102rem;
  }
}
.impact-network-banner__text p {
  font-size: 1.1rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 46.25em) {
  .impact-network-banner__text p {
    font-size: 1.4rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 46.25em) {
  .impact-network-banner--alt .impact-network-banner__text p {
    margin: 0 auto;
    max-width: 80rem;
    text-align: center;
  }
}
.impact-network-banner__text a {
  color: #000;
  font-weight: bold;
}

.our-standards-banner {
  padding-bottom: 4rem;
}
@media (min-width: 46.25em) {
  .our-standards-banner {
    padding-bottom: 9.8rem;
  }
}
.our-standards-banner__image-wrapper {
  position: relative;
}
.our-standards-banner__image {
  width: 100%;
}
.our-standards-banner__image--mobile {
  aspect-ratio: 375/131;
}
@media (min-width: 46.25em) {
  .our-standards-banner__image--mobile {
    display: none;
  }
}
.our-standards-banner__image--desktop {
  display: none;
}
@media (min-width: 46.25em) {
  .our-standards-banner__image--desktop {
    aspect-ratio: 720/197;
    display: block;
  }
}
.our-standards-banner__content {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  left: 50%;
  padding: 0 1.5rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 46.25em) {
  .our-standards-banner__content {
    gap: 2rem;
  }
}
.our-standards-banner__logo {
  flex-shrink: 0;
  width: 7.6rem;
}
@media (min-width: 46.25em) {
  .our-standards-banner__logo {
    width: 19.5rem;
  }
}
.our-standards-banner__header {
  color: #fff;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.102rem;
  line-height: 3.3rem;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .our-standards-banner__header {
    font-size: 7.5rem;
    letter-spacing: 0.225rem;
    line-height: 6.5rem;
  }
}
.our-standards-banner__header-word {
  display: block;
}

.our-standards-intro {
  margin: 0 auto;
  max-width: 90rem;
  padding: 0 2rem 4rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .our-standards-intro {
    padding: 0 2rem 9.8rem;
  }
}
.our-standards-intro__title {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.081rem;
  line-height: 2.3rem;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .our-standards-intro__title {
    font-size: 7.5rem;
    letter-spacing: 0.225rem;
    line-height: 6.5rem;
    margin-bottom: 4.7rem;
  }
}
.our-standards-intro__text {
  margin: 0 auto 3rem;
  max-width: 76rem;
}
.our-standards-intro__text p {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.055rem;
  line-height: 2rem;
  padding-bottom: 1.6rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .our-standards-intro__text p {
    font-size: 1.4rem;
    letter-spacing: 0.014rem;
    line-height: 2.35rem;
    padding-bottom: 3rem;
  }
}
.our-standards-intro__ctas {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 46.25em) {
  .our-standards-intro__ctas {
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
  }
}

.our-standards-columns {
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 2rem 4rem;
}
@media (min-width: 46.25em) {
  .our-standards-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 2rem 9.8rem;
  }
}
.our-standards-columns__col {
  padding-bottom: 3rem;
}
@media (min-width: 46.25em) {
  .our-standards-columns__col {
    padding-bottom: 0;
    padding-right: 4rem;
  }
}
@media (min-width: 80em) {
  .our-standards-columns__col {
    padding-right: 8rem;
  }
}
.our-standards-columns__col:last-child {
  padding-bottom: 0;
}
@media (min-width: 46.25em) {
  .our-standards-columns__col:last-child {
    border-left: 1px solid #c4c4c4;
    padding-left: 4rem;
    padding-right: 0;
  }
}
@media (min-width: 80em) {
  .our-standards-columns__col:last-child {
    padding-left: 8rem;
  }
}
.our-standards-columns__subtitle {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (min-width: 46.25em) {
  .our-standards-columns__subtitle {
    font-size: 1.6rem;
  }
}
.our-standards-columns__title {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.6rem;
}
@media (min-width: 46.25em) {
  .our-standards-columns__title {
    font-size: 4.8rem;
    margin-bottom: 2.5rem;
  }
}
.our-standards-columns__text p {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
@media (min-width: 46.25em) {
  .our-standards-columns__text p {
    font-size: 1.5rem;
  }
}
.our-standards-columns__text p:not(:last-child) {
  padding-bottom: 1.5rem;
}

.our-standards-requirements {
  background-color: #e3ddd2;
  margin-bottom: 4rem;
  padding: 4rem 0;
  width: 100%;
}
@media (min-width: 46.25em) {
  .our-standards-requirements {
    margin-bottom: 9.3rem;
    padding: 9.3rem 0 9.8rem;
  }
}
.our-standards-requirements__container {
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 2rem;
}
.our-standards-requirements__subtitle {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (min-width: 46.25em) {
  .our-standards-requirements__subtitle {
    font-size: 1.6rem;
  }
}
.our-standards-requirements__title {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.6rem;
}
@media (min-width: 46.25em) {
  .our-standards-requirements__title {
    font-size: 4.8rem;
    margin-bottom: 2rem;
  }
}
.our-standards-requirements__text {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 3rem;
  max-width: 100rem;
}
@media (min-width: 46.25em) {
  .our-standards-requirements__text {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}
.our-standards-requirements__cards {
  position: relative;
}
@media (max-width: 46.24em) {
  .our-standards-requirements__cards {
    padding: 0 3.5rem;
  }
}
@media (min-width: 46.25em) {
  .our-standards-requirements__cards {
    display: grid;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 46.24em) {
  .our-standards-requirements__card {
    padding: 0 0.5rem;
  }
}
.our-standards-requirements__card-box {
  background-color: #fff;
  border: 1px solid #000;
}
@media (min-width: 46.25em) {
  .our-standards-requirements__card-box {
    height: 100%;
  }
}
.our-standards-requirements__card-bar {
  height: 1.2rem;
}
.our-standards-requirements__card-inner {
  padding: 2rem;
}
@media (min-width: 46.25em) {
  .our-standards-requirements__card-inner {
    padding: 2.5rem;
  }
}
.our-standards-requirements__card-title {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .our-standards-requirements__card-title {
    font-size: 1.5rem;
  }
}
.our-standards-requirements__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.our-standards-requirements__list-item {
  border-top: 1px solid #c4c4c4;
  display: flex;
  gap: 1.5rem;
  padding: 1.4rem 0;
}
.our-standards-requirements__list-number, .our-standards-requirements__list-label {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}
@media (min-width: 46.25em) {
  .our-standards-requirements__list-number, .our-standards-requirements__list-label {
    font-size: 1.4rem;
  }
}
.our-standards-requirements__notice {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
  padding-top: 3rem;
}
@media (min-width: 46.25em) {
  .our-standards-requirements__notice {
    font-size: 1.4rem;
  }
}
.our-standards-requirements .slick-arrow {
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 2.3rem;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.7rem;
  z-index: 1;
}
.our-standards-requirements .slick-arrow.slick-next {
  background: url("assets/images/svg-min/next-arrow--dark.svg") no-repeat;
  background-size: contain;
  right: 0;
}
.our-standards-requirements .slick-arrow.slick-prev {
  background: url("assets/images/svg-min/prev-arrow--dark.svg") no-repeat;
  background-size: contain;
  left: 0;
}

.our-standards-timeline {
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 2rem 4rem;
}
@media (min-width: 46.25em) {
  .our-standards-timeline {
    padding: 0 2rem 9.8rem;
  }
}
.our-standards-timeline__title {
  border-bottom: 1px solid #000;
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.6rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 46.25em) {
  .our-standards-timeline__title {
    font-size: 4.8rem;
    margin-bottom: 2rem;
  }
}
.our-standards-timeline__wrapper {
  position: relative;
}
@media (max-width: 46.24em) {
  .our-standards-timeline__wrapper {
    padding-left: 2rem;
  }
}
@media (min-width: 46.25em) {
  .our-standards-timeline__wrapper {
    display: flex;
  }
}
@media (max-width: 46.24em) {
  .our-standards-timeline__item {
    display: flex;
  }
}
@media (min-width: 46.25em) {
  .our-standards-timeline__item {
    flex: 1 1 0;
  }
}
.our-standards-timeline__item-inner {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 46.24em) {
  .our-standards-timeline__item-inner {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    flex-direction: row;
  }
}
@media (min-width: 46.25em) {
  .our-standards-timeline__item-inner {
    flex-direction: column;
  }
}
.our-standards-timeline__row {
  min-height: 10rem;
}
@media (min-width: 46.25em) {
  .our-standards-timeline__row {
    min-height: 13rem;
  }
}
.our-standards-timeline__row--data {
  position: relative;
}
@media (max-width: 46.24em) {
  .our-standards-timeline__row--data {
    flex: 1;
    min-width: 0;
    order: 2;
    padding-bottom: 3rem;
  }
}
@media (max-width: 46.24em) {
  .our-standards-timeline__row--blank {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .our-standards-timeline__item:last-child .our-standards-timeline__row--data {
    padding-bottom: 0;
  }
}
@media (min-width: 46.25em) {
  .our-standards-timeline__item:nth-child(odd) .our-standards-timeline__row--data {
    order: 1;
  }
  .our-standards-timeline__item:nth-child(odd) .our-standards-timeline__row--data .our-standards-timeline__data {
    bottom: 2.5rem;
    top: auto;
  }
  .our-standards-timeline__item:nth-child(odd) .our-standards-timeline__row--blank {
    order: 3;
  }
  .our-standards-timeline__item:nth-child(even) .our-standards-timeline__row--data {
    order: 3;
  }
  .our-standards-timeline__item:nth-child(even) .our-standards-timeline__row--data .our-standards-timeline__data {
    bottom: auto;
    top: 2.5rem;
  }
  .our-standards-timeline__item:nth-child(even) .our-standards-timeline__row--blank {
    order: 1;
  }
  .our-standards-timeline__item:last-child .our-standards-timeline__data {
    left: auto;
    right: 50%;
    text-align: right;
    transform: none;
  }
}
.our-standards-timeline__line {
  background-color: #abcff0;
  display: block;
  order: 1;
  position: relative;
}
@media (max-width: 46.24em) {
  .our-standards-timeline__line {
    flex-shrink: 0;
    height: auto;
    width: 0.3rem;
  }
}
@media (min-width: 46.25em) {
  .our-standards-timeline__line {
    height: 0.3rem;
    order: 2;
    width: 100%;
  }
}
.our-standards-timeline__line::after {
  background-color: #abcff0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 2rem;
  left: 50%;
  position: absolute;
  width: 2rem;
}
@media (max-width: 46.24em) {
  .our-standards-timeline__line::after {
    top: 0;
    transform: translateX(-50%);
  }
}
@media (min-width: 46.25em) {
  .our-standards-timeline__line::after {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.our-standards-timeline__data {
  order: 2;
  text-align: left;
}
@media (min-width: 46.25em) {
  .our-standards-timeline__data {
    left: 50%;
    position: absolute;
  }
}
.our-standards-timeline__number {
  color: #000;
  display: block;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.our-standards-timeline__label {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.054rem;
  line-height: 2rem;
  margin: 0;
}

.our-standards-documents {
  background-color: #abcff0;
  margin-bottom: 4rem;
  padding: 4rem 0;
  width: 100%;
}
@media (min-width: 46.25em) {
  .our-standards-documents {
    margin-bottom: 9.3rem;
    padding: 9.3rem 0 9.8rem;
  }
}
.our-standards-documents__container {
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 2rem;
}
.our-standards-documents__title {
  border-bottom: 1px solid #000;
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.6rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 46.25em) {
  .our-standards-documents__title {
    font-size: 4.8rem;
    margin-bottom: 2rem;
  }
}
.our-standards-documents__text {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media (min-width: 46.25em) {
  .our-standards-documents__text {
    font-size: 1.6rem;
  }
}
.our-standards-documents__list {
  position: relative;
}
@media (max-width: 46.24em) {
  .our-standards-documents__list {
    padding: 0 3.5rem;
  }
}
@media (min-width: 46.25em) {
  .our-standards-documents__list {
    display: grid;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 46.24em) {
  .our-standards-documents__item {
    padding: 0 0.5rem;
  }
}
.our-standards-documents__image {
  margin-bottom: 1.5rem;
  width: 100%;
}
.our-standards-documents__item-text {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.our-standards-documents__download {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  text-decoration: none;
  text-transform: uppercase;
}
.our-standards-documents__download:hover {
  text-decoration: underline;
}
.our-standards-documents .slick-arrow {
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 2.3rem;
  position: absolute;
  text-indent: -99999px;
  top: 40%;
  transform: translate(0, -50%);
  width: 1.7rem;
  z-index: 1;
}
.our-standards-documents .slick-arrow.slick-next {
  background: url("assets/images/svg-min/next-arrow--dark.svg") no-repeat;
  background-size: contain;
  right: 0;
}
.our-standards-documents .slick-arrow.slick-prev {
  background: url("assets/images/svg-min/prev-arrow--dark.svg") no-repeat;
  background-size: contain;
  left: 0;
}

.our-standards-faq {
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 2rem 4rem;
}
@media (min-width: 46.25em) {
  .our-standards-faq {
    padding: 0 2rem 9.8rem;
  }
}
.our-standards-faq__title {
  border-bottom: 1px solid #000;
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.6rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 46.25em) {
  .our-standards-faq__title {
    font-size: 4.8rem;
    margin-bottom: 2rem;
  }
}
.our-standards-faq__item {
  border-bottom: 1px solid #000;
  padding: 2rem 0;
}
.our-standards-faq__question {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: space-between;
  list-style: none;
}
.our-standards-faq__question::-webkit-details-marker {
  display: none;
}
@media (min-width: 46.25em) {
  .our-standards-faq__question {
    font-size: 2.4rem;
  }
}
.our-standards-faq__icon {
  background: url("assets/images/svg-min/icon-arrow-down.svg") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
  height: 1.1rem;
  margin-left: 2rem;
  transition: transform 0.3s;
  width: 1.8rem;
}
.our-standards-faq__item[open] .our-standards-faq__icon {
  transform: rotate(180deg);
}
.our-standards-faq__answer {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 1.5rem;
}

.our-standards-cta {
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 2rem 4rem;
}
@media (min-width: 46.25em) {
  .our-standards-cta {
    padding: 0 2rem 9.8rem;
  }
}
.our-standards-cta__box {
  border: 1px solid #000;
  padding: 3rem 2rem;
}
@media (min-width: 46.25em) {
  .our-standards-cta__box {
    align-items: center;
    display: flex;
    gap: 3rem;
    padding: 4rem 5rem;
  }
}
.our-standards-cta__header {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.6rem;
  overflow-wrap: break-word;
  font-size: 3.2rem;
}
@media (min-width: 46.25em) {
  .our-standards-cta__header {
    flex: 0 0 30rem;
    font-size: 4.4rem;
    margin-bottom: 0;
  }
}
.our-standards-cta__text {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.15rem;
  margin-bottom: 2rem;
}
@media (min-width: 46.25em) {
  .our-standards-cta__text {
    flex: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 46.24em) {
  .our-standards-cta__button {
    width: 100%;
  }
}
@media (min-width: 46.25em) {
  .our-standards-cta__button {
    flex-shrink: 0;
  }
}

.our-standards-contact {
  background-color: #abcff0;
  margin: 4rem 0;
  padding: 4rem 2rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 46.25em) {
  .our-standards-contact {
    margin: 0;
    padding: 7rem 2rem;
  }
}
.our-standards-contact__container {
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
  margin: 0 auto;
  max-width: 76rem;
}
@media (min-width: 46.25em) {
  .our-standards-contact__container {
    gap: 3.8rem;
  }
}
.our-standards-contact__title {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.114rem;
  line-height: 3.8rem;
}
@media (min-width: 46.25em) {
  .our-standards-contact__title {
    font-size: 7.6rem;
    letter-spacing: -0.076rem;
    line-height: 6.5rem;
  }
}
.our-standards-contact__text {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 46.25em) {
  .our-standards-contact__text {
    font-size: 1.8rem;
  }
}
.our-standards-contact__cta {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  text-decoration: none;
  text-transform: uppercase;
}
.our-standards-contact__cta:hover {
  text-decoration: underline;
}

.impact-network-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.5rem;
}
@media (min-width: 61.25em) {
  .impact-network-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
  }
}
@media (min-width: 80em) {
  .impact-network-list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3.5rem;
  }
}
.impact-network-list .impact-network,
.impact-network-list .type-good-suppliers {
  border: 1px solid #e0e0e0;
  padding: 0 1rem 2rem;
}
@media (min-width: 46.25em) {
  .impact-network-list .impact-network,
  .impact-network-list .type-good-suppliers {
    padding: 0 2rem 3rem;
  }
}
.impact-network-list__card {
  text-align: center;
}
.impact-network-list__image-wrapper {
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  margin-bottom: 1rem;
  min-height: 100px;
  text-align: center;
}
@media (min-width: 46.25em) {
  .impact-network-list__image-wrapper {
    margin-bottom: 2rem;
  }
}
.impact-network-list__image--good-suppliers {
  flex: 1;
  height: 2.4rem;
  margin: 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (min-width: 46.25em) {
  .impact-network-list__image--good-suppliers {
    height: 4.4rem;
  }
}
.impact-network-list__tags {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 46.25em) {
  .impact-network-list__tags {
    margin-bottom: 2rem;
  }
}
@media (max-width: 46.24em) {
  .impact-network-list--good-supplier .impact-network-list__tags {
    display: block;
  }
}
.impact-network-list__tag {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04rem;
  padding-right: 1rem;
  position: relative;
}
@media (min-width: 46.25em) {
  .impact-network-list__tag {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
    padding-right: 2rem;
  }
}
@media (max-width: 46.24em) {
  .impact-network-list--good-supplier .impact-network-list__tag {
    display: inline-block;
  }
}
.impact-network-list__tag:after {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0.5rem;
  top: 0;
  width: 0.1rem;
}
@media (min-width: 46.25em) {
  .impact-network-list__tag:after {
    right: 1rem;
  }
}
.impact-network-list__tag:last-child {
  padding-right: 0;
}
.impact-network-list__tag:last-child:after {
  display: none;
}
.impact-network-list__content {
  color: #bababa;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.055rem;
  line-height: 1.2;
  text-align: center;
}
.impact-network-list__gsp-drivers {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding-bottom: 2.7rem;
  padding-top: 2rem;
}
@media (min-width: 46.25em) {
  .impact-network-list__gsp-drivers {
    gap: 1.7rem;
  }
}
.impact-network-list__gsp-drivers--larger {
  border-bottom: 1px solid #bdbdbd;
  gap: 1.7rem;
  margin-bottom: 2.3rem;
  margin-left: 2.3rem;
  margin-right: 2.3rem;
  padding-top: 0;
}
.impact-network-list__gsp-drivers--larger .single-good-suppliers {
  padding-top: 2rem;
}
@media (min-width: 46.25em) {
  .impact-network-list__gsp-drivers--larger .single-good-suppliers {
    padding-top: 0.2rem;
  }
}
@media (min-width: 46.25em) {
  .impact-network-list__gsp-drivers--larger {
    gap: 5rem;
    margin-bottom: 5.3rem;
    margin-left: 5.3rem;
    margin-right: 5.3rem;
    padding-bottom: 5.3rem;
    padding-top: 0.2rem;
  }
}
.impact-network-list__gsp-driver {
  background-size: cover;
  cursor: pointer;
  display: block;
  height: 2.5rem;
  position: relative;
  width: 2.5rem;
}
@media (min-width: 46.25em) {
  .impact-network-list__gsp-driver {
    height: 3.4rem;
    width: 3.4rem;
  }
}
.impact-network-list__gsp-drivers--larger .impact-network-list__gsp-driver {
  height: 3.4rem;
  width: 3.4rem;
}
@media (min-width: 46.25em) {
  .impact-network-list__gsp-drivers--larger .impact-network-list__gsp-driver {
    height: 8rem;
    width: 8rem;
  }
}
.impact-network-list__gsp-driver--animal-welfare {
  background-image: url("assets/images/gsp-drivers/animal-welfare.png");
}
.impact-network-list__gsp-driver--biodiversity {
  background-image: url("assets/images/gsp-drivers/biodiversity.png");
}
.impact-network-list__gsp-driver--circular-economy {
  background-image: url("assets/images/gsp-drivers/circular-economy.png");
}
.impact-network-list__gsp-driver--climate {
  background-image: url("assets/images/gsp-drivers/climate.png");
}
.impact-network-list__gsp-driver--ethics-fair-operating-practices {
  background-image: url("assets/images/gsp-drivers/ethics-fair-operating-practices.png");
}
.impact-network-list__gsp-driver--hazardous-materials {
  background-image: url("assets/images/gsp-drivers/hazardous-materials.png");
}
.impact-network-list__gsp-driver--health-safety-wellbeing {
  background-image: url("assets/images/gsp-drivers/health-safety-wellbeing.png");
}
.impact-network-list__gsp-driver--human-rights-modern-slavery {
  background-image: url("assets/images/gsp-drivers/human-rights-modern-slavery.png");
}
.impact-network-list__gsp-driver--memberships-accreditations-certifications {
  background-image: url("assets/images/gsp-drivers/memberships-accreditations-certifications.png");
}
.impact-network-list__gsp-driver--organisational-governance {
  background-image: url("assets/images/gsp-drivers/organisational-governance.png");
}
.impact-network-list__gsp-driver--packaging {
  background-image: url("assets/images/gsp-drivers/packaging.png");
}
.impact-network-list__gsp-driver--people-management {
  background-image: url("assets/images/gsp-drivers/people-management.png");
}
.impact-network-list__gsp-driver--waste-management {
  background-image: url("assets/images/gsp-drivers/waste-management.png");
}
.impact-network-list__gsp-driver--water-management {
  background-image: url("assets/images/gsp-drivers/water-management.png");
}
.impact-network-list__gsp-driver--sustainable-innovation {
  background-image: url("assets/images/gsp-drivers/sustainable-innovation.png");
}
.impact-network-list__gsp-driver:hover .impact-network-list__gsp-driver-details {
  display: block;
}
.impact-network-list__gsp-driver-details {
  background-color: #daff64;
  border-radius: 0.3rem;
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.25);
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  left: -11.5rem;
  position: absolute;
  padding: 1.5rem 2.3rem;
  text-align: center;
  top: 4.5rem;
  width: 26.4rem;
  z-index: 9;
}
@media (min-width: 46.25em) {
  .impact-network-list__gsp-drivers--larger .impact-network-list__gsp-driver-details {
    left: -9.5rem;
    top: 8.8rem;
  }
}
.impact-network-list__gsp-driver-details::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #daff64;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: -10px;
  transform: translate(-50%, 0);
  width: 0;
}
.impact-network-list__gsp-driver-name {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 14px;
  padding-bottom: 15px;
}
.impact-network-list__gsp-driver-desc {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.22px;
  line-height: 14px;
}
.impact-network-list__post-link {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s;
}
.impact-network-list__post-link::before {
  background-color: #000;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.impact-network-list__post-link:hover::before {
  transform: scaleX(1);
}
.impact-network-list__disclaimer {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 15px;
  padding-top: 2rem;
}
.impact-network-list__disclaimer--max-width {
  margin-left: 2.3rem;
  margin-right: 2.3rem;
  padding-bottom: 3rem;
}
@media (min-width: 46.25em) {
  .impact-network-list__disclaimer--max-width {
    margin-left: 5.3rem;
    margin-right: 5.3rem;
  }
}
.impact-network-list__disclaimer a {
  color: #000;
}

.cbm-badge {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0.8rem;
  display: flex;
  margin: 0 2.7rem 2.3rem;
  padding: 1rem;
  width: calc(100% - 5.4rem);
}
@media (min-width: 46.25em) {
  .cbm-badge {
    bottom: 8.8rem;
    margin: 0;
    position: absolute;
    right: 3rem;
    width: 15rem; /* 26.4rem */
    z-index: 9;
  }
}
.cbm-badge a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 46.25em) {
  .cbm-badge--is-fixed {
    bottom: auto;
    position: fixed;
    top: 12.6rem;
  }
}
.cbm-badge__col-one {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.cbm-badge__col-two {
  display: none;
  width: 6.6rem;
}
.cbm-badge__logo {
  background-image: url("assets/images/cmb-certified-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 5.1rem;
  width: 5.1rem;
}
.cbm-badge__title {
  align-self: center;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  padding-left: 0.7rem;
}
.cbm-badge__text {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 1.2;
  padding-top: 1rem;
  width: 100%;
}

.esg-p-widgets {
  display: grid;
  grid-row-gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  max-width: 119.4rem;
  padding-bottom: 4.2rem;
}
@media (min-width: 46.25em) {
  .esg-p-widgets {
    grid-column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 7.6rem;
  }
}
@media (min-width: 61.25em) {
  .esg-p-widgets {
    grid-column-gap: 2.8rem;
    grid-row-gap: 0;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 46.25em) {
  .esg-p-widgets--2-0 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 46.25em) {
  .esg-p-widgets--2-0 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.esg-p-widgets__outer {
  border-bottom: 1px solid #cbcbcb;
  margin: 0 2.4rem 3.8rem;
}
@media (min-width: 46.25em) {
  .esg-p-widgets__outer {
    margin: 0 4.5rem 57px;
  }
}
.esg-p-widgets__block {
  border-radius: 1rem;
  color: #fff;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-height: 11.2rem;
  padding: 1.8rem 1.8rem 1.5rem;
  position: relative;
}
.esg-p-widgets__block--environmental-impact {
  background-color: #02b500;
}
.esg-p-widgets__block--social-impact {
  background-color: #a3ccf6;
}
.esg-p-widgets__block--governance {
  background-color: #e777c4;
}
.esg-p-widgets__block--innovation {
  background-color: #388ee5;
}
.esg-p-widgets__header {
  align-items: center;
  display: flex;
}
.esg-p-widgets__icon {
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: block;
  height: 2.2rem;
  margin-right: 0.8rem;
  width: 2.2rem;
}
.esg-p-widgets__block--environmental-impact .esg-p-widgets__icon {
  background-image: url("assets/images/svg-min/icon-environment.svg");
  background-size: 75%;
}
.esg-p-widgets__block--social-impact .esg-p-widgets__icon {
  background-image: url("assets/images/svg-min/icon-social.svg");
  background-size: 65%;
}
.esg-p-widgets__block--governance .esg-p-widgets__icon {
  background-image: url("assets/images/svg-min/icon-governance.svg");
  background-size: 57%;
}
.esg-p-widgets__block--innovation .esg-p-widgets__icon {
  background-image: url("assets/images/svg-min/icon-innovation.svg");
  background-size: 50%;
}
.esg-p-widgets__title {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.esg-p-widgets__status-wrapper {
  display: flex;
  flex: 1;
  flex-direction: row-reverse;
}
.esg-p-widgets__status {
  background-color: #fff;
  border-radius: 0.8rem;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.4rem 0.8rem;
  text-transform: uppercase;
}
.esg-p-widgets__block--environmental-impact .esg-p-widgets__status {
  color: #02b500;
}
.esg-p-widgets__block--social-impact .esg-p-widgets__status {
  color: #a3ccf6;
}
.esg-p-widgets__block--governance .esg-p-widgets__status {
  color: #e777c4;
}
.esg-p-widgets__block--innovation .esg-p-widgets__status {
  color: #388ee5;
}
.esg-p-widgets__info-icon {
  background-image: url("assets/images/svg-min/icon-info.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 1.4rem;
  margin-left: 10px;
  width: 1.4rem;
}
.esg-p-widgets__score-wrapper {
  align-items: center;
  display: flex;
  padding-top: 1.6rem;
}
.esg-p-widgets__score-bar {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  height: 0.7rem;
  margin-right: 2.5rem;
  width: 80%;
}
.esg-p-widgets__score-bar-percentage {
  background-color: #fff;
  border-radius: 0.8rem;
  display: block;
  height: 0.7rem;
}
.esg-p-widgets__score {
  flex: 1;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
}
.esg-p-widgets__footer {
  padding-top: 1.5rem;
  position: relative;
  text-align: center;
}
.esg-p-widgets__footer:has(.esg-p-widgets__toggle--environmental-impact:checked) .esg-p-widgets__additional, .esg-p-widgets__footer:has(.esg-p-widgets__toggle--social-impact:checked) .esg-p-widgets__additional, .esg-p-widgets__footer:has(.esg-p-widgets__toggle--governance:checked) .esg-p-widgets__additional, .esg-p-widgets__footer:has(.esg-p-widgets__toggle--innovation:checked) .esg-p-widgets__additional {
  max-height: 75rem;
  margin-bottom: 1rem;
  transition: max-height 0.3s;
}
.esg-p-widgets__toggle--environmental-impact, .esg-p-widgets__toggle--social-impact, .esg-p-widgets__toggle--governance, .esg-p-widgets__toggle--innovation {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  left: -100%;
  position: absolute;
  top: -100%;
}
.esg-p-widgets__toggle--environmental-impact + label, .esg-p-widgets__toggle--social-impact + label, .esg-p-widgets__toggle--governance + label, .esg-p-widgets__toggle--innovation + label {
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.esg-p-widgets__toggle--environmental-impact + label:after, .esg-p-widgets__toggle--social-impact + label:after, .esg-p-widgets__toggle--governance + label:after, .esg-p-widgets__toggle--innovation + label:after {
  content: "Open";
}
.esg-p-widgets__toggle--environmental-impact + label:before, .esg-p-widgets__toggle--social-impact + label:before, .esg-p-widgets__toggle--governance + label:before, .esg-p-widgets__toggle--innovation + label:before {
  background-image: url("assets/images/svg-min/icon-white-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.2rem;
  position: absolute;
  right: -2rem;
  top: 0;
  width: 1.1rem;
}
.esg-p-widgets__toggle--environmental-impact:checked + label:after, .esg-p-widgets__toggle--social-impact:checked + label:after, .esg-p-widgets__toggle--governance:checked + label:after, .esg-p-widgets__toggle--innovation:checked + label:after {
  content: "Close";
}
.esg-p-widgets__toggle--environmental-impact:checked + label:before, .esg-p-widgets__toggle--social-impact:checked + label:before, .esg-p-widgets__toggle--governance:checked + label:before, .esg-p-widgets__toggle--innovation:checked + label:before {
  transform: rotate(180deg);
}
.esg-p-widgets__toggle--environmental-impact:checked ~ .esg-p-widgets__additional, .esg-p-widgets__toggle--social-impact:checked ~ .esg-p-widgets__additional, .esg-p-widgets__toggle--governance:checked ~ .esg-p-widgets__additional, .esg-p-widgets__toggle--innovation:checked ~ .esg-p-widgets__additional {
  margin-bottom: 1rem;
  max-height: 75rem;
  transition: max-height 0.3s;
}
.esg-p-widgets__additional {
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  margin-left: -1.6rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  width: 113%;
}
@media (min-width: 61.25em) {
  .esg-p-widgets--2-0 .esg-p-widgets__additional {
    width: 109.4%;
  }
}
.esg-p-widgets__additional-inner {
  padding: 1rem 1rem 0;
}
.esg-p-widgets__additional-row {
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  text-align: left;
}
.esg-p-widgets__additional-row:last-child {
  border-bottom: none;
}
.esg-p-widgets__additional-percent {
  margin-right: 1.3rem;
  font-weight: 700;
  text-align: right;
  width: 3.5rem;
}
.esg-p-widgets__additional-label {
  cursor: pointer;
  flex: 1;
  position: relative;
}
.esg-p-widgets__additional-label:after {
  background-image: url("assets/images/svg-min/icon-gray-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.2rem;
  position: absolute;
  right: 1rem;
  top: 0;
  transform: rotate(180deg);
  width: 1.1rem;
}
.esg-p-widgets__additional-row--active .esg-p-widgets__additional-label:after {
  transform: rotate(0deg);
}
.esg-p-widgets__additional-breakdown {
  color: #999;
  display: none;
  font-size: 10px;
  line-height: 1.4;
  padding-top: 1.2rem;
  width: 100%;
}
.esg-p-widgets__additional-row--active .esg-p-widgets__additional-breakdown {
  display: block;
}
.esg-p-widgets__info-icon-popup {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2.5rem;
  color: #000;
  display: none;
  padding: 2.5rem 2rem;
  position: absolute;
  text-align: center;
  top: -18rem;
  width: 26.7rem;
  z-index: 9;
}
.esg-p-widgets__info-icon-popup--active {
  display: block;
}
.esg-p-widgets__popup-icon {
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  display: block;
  height: 4.4rem;
  margin: 0 auto;
  width: 4.4rem;
}
.esg-p-widgets__block--environmental-impact .esg-p-widgets__popup-icon {
  background-image: url("assets/images/svg-min/icon-environment.svg");
}
.esg-p-widgets__block--social-impact .esg-p-widgets__popup-icon {
  background-image: url("assets/images/svg-min/icon-social.svg");
  background-size: 72%;
}
.esg-p-widgets__block--governance .esg-p-widgets__popup-icon {
  background-image: url("assets/images/svg-min/icon-governance.svg");
  background-size: 72%;
}
.esg-p-widgets__block--innovation .esg-p-widgets__popup-icon {
  background-image: url("assets/images/svg-min/icon-innovation.svg");
  background-size: 72%;
}
.esg-p-widgets__info-close {
  background-image: url("assets/images/svg-min/icon-popup-close.svg");
  cursor: pointer;
  display: block;
  height: 2.5rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 1.6rem;
}
.esg-p-widgets__popup-subtitle {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
  padding-top: 1rem;
  width: 100%;
}
.esg-p-widgets__popup-title {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 2rem;
}
.esg-p-widgets__popup-text {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.4;
}

.brand-section {
  margin: 3.8rem auto 0;
  max-width: 85rem;
  padding: 0 3rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .brand-section {
    margin: 0 auto;
  }
}
@media (min-width: 46.25em) {
  .brand-section--bottom {
    padding-bottom: 0;
  }
}
.brand-section__header {
  color: #000;
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 2.1rem;
  letter-spacing: 0.063rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .brand-section__header {
    font-size: 3.6rem;
    line-height: 1.8;
    letter-spacing: 0.108rem;
    margin-bottom: 0;
  }
}
.brand-section__text {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.3rem;
  line-height: 24px;
  padding-bottom: 2.3rem;
}
@media (min-width: 46.25em) {
  .brand-section__text {
    font-size: 1.6rem;
    line-height: 25px;
    padding-bottom: 4.2rem;
  }
}

.accreditations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 4.5rem;
  padding-bottom: 4.5rem;
}
.accreditations__item {
  padding: 0 2.5rem 2.5rem;
  text-align: center;
  width: 50%;
}
@media (min-width: 46.25em) {
  .accreditations__item {
    padding: 0 1.5rem;
    width: 17rem;
  }
}
.accreditations__image {
  padding-bottom: 3rem;
  width: 100%;
}
.accreditations__title {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.07rem;
  line-height: 1.43;
  text-align: center;
}

.timeline {
  background-color: #f4f4f4;
  padding: 5.8rem 8rem 3.8rem;
  position: relative;
}
.timeline__header {
  color: #000;
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 2.1rem;
  letter-spacing: 0.063rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .timeline__header {
    font-size: 3.6rem;
    line-height: 1.8;
    letter-spacing: 0.108rem;
    margin-bottom: 0;
  }
}
.timeline__wrapper .slick-slide {
  height: auto;
}
.timeline__row {
  min-height: 15rem;
}
@media (min-width: 46.25em) {
  .timeline__row {
    min-height: 17rem;
  }
}
.timeline__row--data {
  position: relative;
}
.timeline__item-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.timeline .slick-slide:nth-child(odd) .timeline__row--data {
  order: 1;
}
.timeline .slick-slide:nth-child(odd) .timeline__row--data .timeline__data {
  bottom: 3rem;
  top: auto;
}
.timeline .slick-slide:nth-child(odd) .timeline__row--blank {
  order: 3;
}
.timeline .slick-slide:nth-child(even) .timeline__row--data {
  order: 3;
}
.timeline .slick-slide:nth-child(even) .timeline__row--data .timeline__data {
  bottom: auto;
  top: 3rem;
}
.timeline .slick-slide:nth-child(even) .timeline__row--blank {
  order: 1;
}
.timeline__line {
  background-color: #abcff0;
  display: block;
  height: 0.4rem;
  order: 2;
  position: relative;
  width: 100%;
}
.timeline__line:after {
  background-color: #abcff0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 2.7rem;
  left: 35%;
  position: absolute;
  top: -1.1rem;
  transform: translate(-50%, 0);
  width: 2.7rem;
}
.timeline__data {
  left: 35%;
  position: absolute;
}
.timeline__date {
  color: #838383;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.039rem;
  line-height: 1.3;
  padding-bottom: 0.4rem;
}
.timeline__title {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.036rem;
  line-height: 1.3;
  text-transform: uppercase;
}
.timeline__text {
  color: #838383;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.039rem;
  line-height: 1.3;
}
.timeline__arrows .slick-arrow {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 3.4rem;
  margin: 0;
  padding: 0;
  position: absolute;
  text-indent: -99999px;
  top: calc(50% - 1.5rem);
  transform: translate(0, 50%);
  width: 3.4rem;
}
@media (min-width: 46.25em) {
  .timeline__arrows .slick-arrow {
    top: 50%;
  }
}
.timeline__arrows .slick-arrow.slick-next {
  background-image: url("assets/images/svg-min/icon-timeline-next.svg");
  right: 2.7rem;
}
.timeline__arrows .slick-arrow.slick-prev {
  background-image: url("assets/images/svg-min/icon-timeline-prev.svg");
  left: 2.7rem;
}

.case-study-carousel {
  background-color: #e3ddd2;
  margin: 0 0 4.8rem;
  transition: color 0.5s;
}
@media (min-width: 61.25em) {
  .case-study-carousel {
    margin: 0 9rem 9rem;
  }
}
.case-study-carousel__inner {
  padding: 2rem;
}
@media (min-width: 46.25em) {
  .case-study-carousel__inner {
    padding: 3rem;
  }
}
@media (min-width: 61.25em) {
  .case-study-carousel__inner {
    padding: 5.5rem;
  }
}
.case-study-carousel__item {
  display: none;
  flex-wrap: wrap;
}
.case-study-carousel__item:first-child {
  display: flex;
}
.slick-initialized .case-study-carousel__item {
  display: flex !important;
}
.case-study-carousel__left {
  width: 100%;
}
@media (max-width: 61.24em) {
  .case-study-carousel__left {
    order: 2;
  }
}
@media (min-width: 61.25em) {
  .case-study-carousel__left {
    padding-right: 6rem;
    width: 44%;
  }
}
@media (min-width: 81.25em) {
  .case-study-carousel__left {
    padding-top: 5.5rem;
  }
}
@media (max-width: 61.24em) {
  .case-study-carousel__left--no-title {
    padding-top: 3rem;
  }
}
.case-study-carousel__right {
  width: 100%;
}
@media (max-width: 61.24em) {
  .case-study-carousel__right {
    order: 1;
  }
}
@media (min-width: 61.25em) {
  .case-study-carousel__right {
    align-self: center;
    width: 56%;
  }
}
.case-study-carousel__img-wrapper {
  height: 0;
  padding-top: 67.6100628931%;
  position: relative;
}
.case-study-carousel__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.case-study-carousel__title {
  text-transform: uppercase;
  padding-top: 3rem;
}
@media (min-width: 61.25em) {
  .case-study-carousel__title {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
.case-study-carousel__headline {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 61.25em) {
  .case-study-carousel__headline {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
}
.case-study-carousel__headline:after {
  bottom: 0;
  background-color: #000;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  transition: color 0.5s;
  width: 100%;
}
@media (min-width: 61.25em) {
  .case-study-carousel__headline:after {
    width: 75%;
  }
}
.case-study-carousel__sub-heading {
  padding-bottom: 2.8rem;
  font-weight: 700;
}
.case-study-carousel__arrows {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem 5rem;
}
@media (min-width: 61.25em) {
  .case-study-carousel__arrows {
    padding: 0 5rem 5rem;
  }
}
.case-study-carousel__arrows .slick-arrow {
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.05em;
  padding: 0;
  position: relative;
  transition: color 0.5s;
}
.case-study-carousel__arrows .slick-arrow::before {
  background-color: #000;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transition: all 0.3s;
  width: 98%; /* 100% width pushes slightly over rhs edge */
}
.case-study-carousel__arrows .slick-arrow:hover::before {
  transform: scaleX(0);
}
.case-study-carousel .slick-dots {
  bottom: -1.8rem;
  display: flex;
  left: 50%;
  list-style: none;
  padding: 0;
  position: absolute;
  transform: translate(-50%, 0);
}
.case-study-carousel .slick-dots li {
  padding: 0 0.6rem;
}
.case-study-carousel .slick-dots li button {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  height: 0.8rem;
  margin: 0;
  padding: 0;
  width: 0.8rem;
}
.case-study-carousel .slick-dots li.slick-active button {
  background-color: #000;
  transition: all 0.3s;
}

.services-tab {
  padding: 0 1.5rem;
}
@media (min-width: 46.25em) {
  .services-tab {
    padding: 4rem 3rem;
  }
}
@media (min-width: 68.75em) {
  .services-tab {
    padding: 4rem 9rem;
  }
}
@media (min-width: 46.25em) {
  .services-tab .services-block {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (min-width: 68.75em) {
  .services-tab .services-block {
    margin-left: -9rem;
    margin-right: -9rem;
  }
}
.services-tab__nav {
  display: flex;
  gap: 1px;
}
@media (max-width: 46.24em) {
  .services-tab__nav {
    display: none;
  }
}
.services-tab__nav-item {
  cursor: pointer;
  position: relative;
}
@media (min-width: 46.25em) {
  .services-tab__nav-item {
    flex: 1;
  }
}
.services-tab__nav-item:after {
  background-color: #e3ddd2;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  z-index: 9;
}
.services-tab__nav-item:last-child:after {
  display: none;
}
.services-tab__nav-item--active {
  background-color: #e3ddd2;
}
.services-tab__nav-img-wrapper {
  position: relative;
}
@media (min-width: 46.25em) {
  .services-tab__nav-img-wrapper:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 2.5rem;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% + 0.1rem);
    z-index: 70;
  }
}
@media (min-width: 46.25em) {
  .services-tab__nav-item--active .services-tab__nav-img-wrapper:before {
    display: none;
  }
}
.services-tab__nav-opacity {
  background-color: rgba(255, 255, 255, 0.25);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}
.services-tab__nav-item--active .services-tab__nav-opacity {
  display: none;
}
.services-tab__nav-img {
  aspect-ratio: 206/217;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 10;
}
.services-tab__nav-title {
  color: #000;
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding: 2rem 0.8rem;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .services-tab__nav-title {
    font-size: 1.3rem;
    padding: 1.2rem 0.8rem;
  }
}
@media (min-width: 68.75em) {
  .services-tab__nav-title {
    font-size: 2.2rem;
    padding: 2rem 0.8rem;
  }
}
@media (min-width: 46.25em) {
  .services-tab__content-item {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .services-tab__content-item--active {
    display: block;
  }
}
.services-tab__content-item p {
  font-size: 1.3rem;
  line-height: 1.4;
  padding-bottom: 2rem;
}
.services-tab__content-item ul {
  font-size: 1.3rem;
}
@media (min-width: 46.25em) {
  .services-tab__content-item-inner {
    background: #e3ddd2;
    background: linear-gradient(180deg, rgb(227, 221, 210) 0%, rgba(227, 221, 210, 0.62) 40%, rgba(227, 221, 210, 0.36) 60%, rgba(227, 221, 210, 0) 80%);
    padding: 3rem;
  }
}
.services-tab__inner-content {
  border-top: 1px solid #cbcbcb;
  padding-top: 2rem;
}
@media (min-width: 46.25em) {
  .services-tab__inner-content {
    border-top: none;
    display: flex;
    gap: 6.8rem;
  }
}
.services-tab__inner-content .accordion__item {
  border-bottom: 1px solid #000;
}
@media (min-width: 46.25em) {
  .services-tab__info {
    align-self: center;
    width: 50%;
  }
}
.services-tab__header {
  color: #000;
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 2.7rem;
  line-height: 1;
  padding-bottom: 2.5rem;
  text-transform: uppercase;
}
@media (max-width: 46.24em) {
  .services-tab__header span {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .services-tab__header {
    font-size: 3.4rem;
  }
}
@media (min-width: 61.25em) {
  .services-tab__header {
    font-size: 4.4rem;
  }
}
@media (min-width: 68.75em) {
  .services-tab__header {
    font-size: 5.4rem;
  }
}
@media (min-width: 46.25em) {
  .services-tab__header--content {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .services-tab__image {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .services-tab__image {
    width: 50%;
  }
}
.services-tab__service-image {
  aspect-ratio: 815/1011;
  width: 100%;
}
.services-tab__cta {
  color: #fff;
  height: 4rem;
  font-size: 1rem;
  max-width: 100%;
  transition: all 0.3s;
}
@media (min-width: 46.25em) {
  .services-tab__cta {
    max-width: 18rem;
  }
}
.services-tab__cta:hover {
  background-color: #daff64;
  border: 1px solid #000;
  color: #000;
  transition: all 0.3s;
}
.services-tab__content-img-wrapper {
  padding: 0 2.6rem 2.6rem;
}
@media (min-width: 46.25em) {
  .services-tab__content-img-wrapper {
    display: none;
  }
}
.services-tab .services-tab__content-img {
  aspect-ratio: 206/217;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.services-tab .slick-arrow {
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 2.3rem;
  position: absolute;
  text-indent: -99999px;
  top: 185px;
  width: 1.6rem;
}
@media (min-width: 31.25em) {
  .services-tab .slick-arrow {
    top: 185px;
  }
}
@media (min-width: 37.5em) {
  .services-tab .slick-arrow {
    top: 290px;
  }
}
@media (min-width: 43.75em) {
  .services-tab .slick-arrow {
    top: 395px;
  }
}
.services-tab .slick-arrow.slick-next {
  background: url("assets/images/svg-min/next-arrow--dark.svg") no-repeat;
  background-size: contain;
  right: 0.5rem;
}
.services-tab .slick-arrow.slick-prev {
  background: url("assets/images/svg-min/prev-arrow--dark.svg") no-repeat;
  background-size: contain;
  left: 0.5rem;
}
.services-tab .services-block__services-tooltop {
  display: none;
}

.services-row {
  padding: 2.2rem 4.3rem;
}
@media (min-width: 46.25em) {
  .services-row {
    padding: 4rem 7rem 0;
  }
}
.services-row__headline {
  color: #000;
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 2.7rem;
  line-height: 1;
  padding-bottom: 1.9rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .services-row__headline {
    font-size: 3.6rem;
  }
}
.services-row__description {
  padding-bottom: 2.8rem;
}
.services-row__description p {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  padding-bottom: 2rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .services-row__description p {
    font-size: 1.4rem;
  }
}
@media (max-width: 46.24em) {
  .services-row__row {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 46.25em) {
  .services-row__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6.2rem;
    padding-bottom: 6.2rem;
  }
}
@media (min-width: 46.25em) {
  .services-row__item {
    flex: 0 calc(33.33% - 6.2rem);
  }
}
@media (min-width: 46.25em) {
  .services-row__row--has-large .services-row__item:first-child {
    flex: 0 calc(50% - 6.2rem);
  }
}
@media (min-width: 46.25em) {
  .services-row__row--has-large .services-row__item:nth-child(2) {
    flex: 0 calc(50% - 6.2rem);
  }
}
.services-row__image-wrap {
  padding-bottom: 2.8rem;
}
.services-row__image {
  aspect-ratio: 465/313;
  width: 100%;
}
.services-row__sub-title {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.7rem;
  text-transform: uppercase;
}
.services-row__title {
  color: #000;
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 1.7rem;
  line-height: 1.2;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
.services-row__text {
  padding-bottom: 2rem;
}
.services-row__text p {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.services-row__cta {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  text-decoration: none;
}
@media (min-width: 61.25em) {
  .services-row__cta::before {
    background-color: #000;
    bottom: -0.25rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all 0.3s;
    width: 98%; /* 100% width pushes slightly over rhs edge */
  }
  .header--is-fixed .services-row__cta::before {
    background-color: #000 !important;
  }
}
.services-row__cta:hover::before {
  transform: scaleX(1);
}
.services-row .slick-arrow {
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 2.3rem;
  position: absolute;
  text-indent: -99999px;
  top: 115px;
  width: 1.6rem;
}
.services-row .slick-arrow.slick-next {
  background: url("assets/images/svg-min/next-arrow--dark.svg") no-repeat;
  background-size: contain;
  right: -2.5rem;
}
.services-row .slick-arrow.slick-prev {
  background: url("assets/images/svg-min/prev-arrow--dark.svg") no-repeat;
  background-size: contain;
  left: -2.5rem;
}

.individual-services-banner {
  padding-bottom: 4.5rem;
  position: relative;
}
.individual-services-banner__back {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: none;
  font-family: "Helvetica", sans-serif;
  font-size: 1.6rem;
  left: 3rem;
  position: absolute;
  top: 3rem;
  text-decoration: none;
  z-index: 99999;
}
@media (min-width: 46.25em) {
  .individual-services-banner__back {
    display: block;
  }
}
.individual-services-banner__img-wrapper {
  position: relative;
}
.individual-services-banner__img {
  aspect-ratio: 2048/495;
  width: 100%;
}
@media (max-width: 46.24em) {
  .individual-services-banner__img {
    aspect-ratio: 375/176;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.individual-services-banner__gradient {
  display: none;
}
@media (min-width: 46.25em) {
  .individual-services-banner__gradient {
    background: #000000;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.individual-services-banner__banner-text {
  display: none;
}
@media (min-width: 46.25em) {
  .individual-services-banner__banner-text {
    bottom: 4.2rem;
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9;
  }
}
.individual-services-banner__headline {
  color: #000;
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 2.7rem;
  line-height: 1;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .individual-services-banner__headline {
    color: #fff;
    font-size: 3.6rem;
  }
}
.individual-services-banner__sub-headline {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .individual-services-banner__sub-headline {
    color: #fff;
    font-size: 1.9rem;
  }
}
.individual-services-banner__text {
  color: #000;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
  padding-top: 2.2rem;
  margin: 0 auto;
  max-width: 78.3rem;
  width: 100%;
}
@media (min-width: 46.25em) {
  .individual-services-banner__text {
    padding-top: 4rem;
  }
}
.individual-services-banner__below-banner-text {
  padding-top: 2.2rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .individual-services-banner__below-banner-text {
    display: none;
  }
}
.individual-services-banner__banner-text-wrapper {
  padding: 0 2.5rem;
}

.our-approach {
  padding: 0 2.5rem 4.5rem;
}
@media (min-width: 46.25em) {
  .our-approach {
    padding: 0 3rem 4.5rem;
  }
}
@media (min-width: 68.75em) {
  .our-approach {
    padding: 0 8rem 9.5rem;
  }
}
.our-approach__nav {
  display: none;
}
@media (min-width: 46.25em) {
  .our-approach__nav {
    border-bottom: 1px solid #bdbdbd;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 3rem;
    padding-bottom: 4rem;
    padding-top: 6.6rem;
  }
}
@media (min-width: 46.25em) {
  .our-approach__nav--centered {
    justify-content: center;
  }
}
@media (min-width: 46.25em) {
  .our-approach__nav--space-evenly {
    justify-content: space-evenly;
  }
}
.our-approach__nav-item {
  border-bottom: 1px solid #bdbdbd;
  cursor: pointer;
  margin-bottom: 4.5rem;
  padding-bottom: 3rem;
  position: relative;
}
@media (min-width: 46.25em) {
  .our-approach__nav-item {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    max-width: 40rem;
  }
}
.our-approach__nav-item--arrow {
  display: none;
}
@media (min-width: 46.25em) {
  .our-approach__nav-item--arrow {
    background-color: #bdbdbd;
    display: block;
    height: 0.1rem;
    margin-top: 2rem;
    position: relative;
    width: 8rem;
  }
}
@media (min-width: 46.25em) {
  .our-approach__nav-item--arrow::before {
    background: url("assets/images/svg-min/icon-arrow-gray.svg");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 1.3rem;
    position: absolute;
    right: -0.5rem;
    top: -0.6rem;
    width: 1.2rem;
    z-index: 99;
  }
}
.our-approach__nav-item:last-child {
  display: none;
}
.our-approach__nav-item h3 {
  color: #000;
  font-family: "ClydesdaleExtraBold";
  font-size: 4.9rem;
  font-weight: 600;
  line-height: 0.9;
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .our-approach__nav-item h3 {
    color: #bdbdbd;
    font-size: 2.9rem;
    margin: 0;
    max-width: 100%;
  }
}
@media (min-width: 61.25em) {
  .our-approach__nav-item h3 {
    font-size: 4.9rem;
  }
}
.our-approach__nav-item span {
  align-items: center;
  background-color: #abcff0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "TimesNewRoman", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 2.2rem;
  justify-content: center;
  margin: 0 auto 1rem;
  height: 4.4rem;
  width: 4.4rem;
}
@media (min-width: 46.25em) {
  .our-approach__nav-item span {
    background-color: #bdbdbd;
    margin: 0;
    position: absolute;
    right: 50%;
    top: -6rem;
    transform: translate(50%, 0);
  }
}
.our-approach__nav-item:hover h3 {
  color: #000;
}
.our-approach__nav-item:hover span {
  background-color: #abcff0;
}
@media (min-width: 46.25em) {
  .our-approach__nav-item--active h3 {
    color: #000;
  }
}
@media (min-width: 46.25em) {
  .our-approach__nav-item--active span {
    background-color: #abcff0;
  }
}
@media (min-width: 46.25em) {
  .our-approach__nav-item--mobile {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .our-approach__content {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .our-approach__content--active {
    display: block;
  }
}
.our-approach__content-title {
  color: #000;
  font-family: "Helvetica", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 2.8rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .our-approach__content-title {
    font-size: 3.4rem;
  }
}
.our-approach__content-details {
  padding: 0 2.5rem;
  margin: 0 auto;
  max-width: 81.8rem;
  width: 100%;
}
.our-approach__value-block {
  padding: 3rem 2rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .our-approach__value-block {
    padding: 5.8rem 4.5rem;
  }
}
.our-approach__value-block-title {
  color: #000;
  font-family: "ClydesdaleExtraBold";
  font-size: 3.9rem;
  font-weight: 600;
  padding-bottom: 2.8rem;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .our-approach__value-block-title {
    font-size: 4.9rem;
  }
}
.our-approach__value-block-text {
  margin: 0 auto;
  max-width: 81.8rem;
  width: 100%;
}
.our-approach__value-block-text p {
  color: #000;
  font-family: "Helvetica", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}
@media (min-width: 46.25em) {
  .our-approach__value-block-text p {
    font-size: 1.9rem;
  }
}
.our-approach .slick-arrow {
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 2.3rem;
  position: absolute;
  text-indent: -99999px;
  top: 7rem;
  width: 1.6rem;
  z-index: 999;
}
.our-approach .slick-arrow.slick-next {
  background: url("assets/images/svg-min/next-arrow--dark.svg") no-repeat;
  background-size: contain;
  right: 0.5rem;
}
.our-approach .slick-arrow.slick-prev {
  background: url("assets/images/svg-min/prev-arrow--dark.svg") no-repeat;
  background-size: contain;
  left: 0.5rem;
}

/* PRINT - h5bp */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}