@charset "UTF-8";
/**
 * app.scss
 * Imports all files from abstracts, base, components, layout, pages & vendor
 * @author Ainsley Clark
 * @author URL:   https://www.ainsleyclark.com
 * @author email: info@ainsleyclark.com
 */
/*  ====================
    Abstracts
    ==================== */
/* ====================
    Vendor
    ==================== */
/*
 * mesh v1.0.0 (https://meshcss.com)
 * Copyright 2018-2019 meshCSS
 * MIT License (https://github.com/ainsleyclark/mesh/blob/master/LICENSE)
 */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

a,
a:visited {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

.container-fullwidth {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.no-gaps {
  margin-right: 0;
  margin-left: 0;
}

.no-gaps > .col,
.no-gaps > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-hd-full-14, .col-hd-full-13, .col-hd-full-12, .col-hd-full-11, .col-hd-full-10, .col-hd-full-9, .col-hd-full-8, .col-hd-full-7, .col-hd-full-6, .col-hd-full-5, .col-hd-full-4, .col-hd-full-3, .col-hd-full-2, .col-hd-full-1, .col-hd-full-auto, .col-hd-14, .col-hd-13, .col-hd-12, .col-hd-11, .col-hd-10, .col-hd-9, .col-hd-8, .col-hd-7, .col-hd-6, .col-hd-5, .col-hd-4, .col-hd-3, .col-hd-2, .col-hd-1, .col-hd-auto, .col-desk-14, .col-desk-13, .col-desk-12, .col-desk-11, .col-desk-10, .col-desk-9, .col-desk-8, .col-desk-7, .col-desk-6, .col-desk-5, .col-desk-4, .col-desk-3, .col-desk-2, .col-desk-1, .col-desk-auto, .col-tab-14, .col-tab-13, .col-tab-12, .col-tab-11, .col-tab-10, .col-tab-9, .col-tab-8, .col-tab-7, .col-tab-6, .col-tab-5, .col-tab-4, .col-tab-3, .col-tab-2, .col-tab-1, .col-tab-auto, .col-mob-14, .col-mob-13, .col-mob-12, .col-mob-11, .col-mob-10, .col-mob-9, .col-mob-8, .col-mob-7, .col-mob-6, .col-mob-5, .col-mob-4, .col-mob-3, .col-mob-2, .col-mob-1, .col-mob-auto, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col-auto {
  position: relative;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  width: 7.1428571429%;
}

.col-2 {
  width: 14.2857142857%;
}

.col-3 {
  width: 21.4285714286%;
}

.col-4 {
  width: 28.5714285714%;
}

.col-5 {
  width: 35.7142857143%;
}

.col-6 {
  width: 42.8571428571%;
}

.col-7 {
  width: 50%;
}

.col-8 {
  width: 57.1428571429%;
}

.col-9 {
  width: 64.2857142857%;
}

.col-10 {
  width: 71.4285714286%;
}

.col-11 {
  width: 78.5714285714%;
}

.col-12 {
  width: 85.7142857143%;
}

.col-13 {
  width: 92.8571428571%;
}

.col-14 {
  width: 100%;
}

.offset-0 {
  margin-left: 0;
}

.offset-1 {
  margin-left: 7.1428571429%;
}

.offset-2 {
  margin-left: 14.2857142857%;
}

.offset-3 {
  margin-left: 21.4285714286%;
}

.offset-4 {
  margin-left: 28.5714285714%;
}

.offset-5 {
  margin-left: 35.7142857143%;
}

.offset-6 {
  margin-left: 42.8571428571%;
}

.offset-7 {
  margin-left: 50%;
}

.offset-8 {
  margin-left: 57.1428571429%;
}

.offset-9 {
  margin-left: 64.2857142857%;
}

.offset-10 {
  margin-left: 71.4285714286%;
}

.offset-11 {
  margin-left: 78.5714285714%;
}

.offset-12 {
  margin-left: 85.7142857143%;
}

.offset-13 {
  margin-left: 92.8571428571%;
}

.offset-14 {
  margin-left: 100%;
}

@media (min-width: 568px) {
  .col-mob-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-mob-1 {
    width: 7.1428571429%;
  }
  .col-mob-2 {
    width: 14.2857142857%;
  }
  .col-mob-3 {
    width: 21.4285714286%;
  }
  .col-mob-4 {
    width: 28.5714285714%;
  }
  .col-mob-5 {
    width: 35.7142857143%;
  }
  .col-mob-6 {
    width: 42.8571428571%;
  }
  .col-mob-7 {
    width: 50%;
  }
  .col-mob-8 {
    width: 57.1428571429%;
  }
  .col-mob-9 {
    width: 64.2857142857%;
  }
  .col-mob-10 {
    width: 71.4285714286%;
  }
  .col-mob-11 {
    width: 78.5714285714%;
  }
  .col-mob-12 {
    width: 85.7142857143%;
  }
  .col-mob-13 {
    width: 92.8571428571%;
  }
  .col-mob-14 {
    width: 100%;
  }
  .offset-mob-0 {
    margin-left: 0;
  }
  .offset-mob-1 {
    margin-left: 7.1428571429%;
  }
  .offset-mob-2 {
    margin-left: 14.2857142857%;
  }
  .offset-mob-3 {
    margin-left: 21.4285714286%;
  }
  .offset-mob-4 {
    margin-left: 28.5714285714%;
  }
  .offset-mob-5 {
    margin-left: 35.7142857143%;
  }
  .offset-mob-6 {
    margin-left: 42.8571428571%;
  }
  .offset-mob-7 {
    margin-left: 50%;
  }
  .offset-mob-8 {
    margin-left: 57.1428571429%;
  }
  .offset-mob-9 {
    margin-left: 64.2857142857%;
  }
  .offset-mob-10 {
    margin-left: 71.4285714286%;
  }
  .offset-mob-11 {
    margin-left: 78.5714285714%;
  }
  .offset-mob-12 {
    margin-left: 85.7142857143%;
  }
  .offset-mob-13 {
    margin-left: 92.8571428571%;
  }
  .offset-mob-14 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-tab-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-tab-1 {
    width: 7.1428571429%;
  }
  .col-tab-2 {
    width: 14.2857142857%;
  }
  .col-tab-3 {
    width: 21.4285714286%;
  }
  .col-tab-4 {
    width: 28.5714285714%;
  }
  .col-tab-5 {
    width: 35.7142857143%;
  }
  .col-tab-6 {
    width: 42.8571428571%;
  }
  .col-tab-7 {
    width: 50%;
  }
  .col-tab-8 {
    width: 57.1428571429%;
  }
  .col-tab-9 {
    width: 64.2857142857%;
  }
  .col-tab-10 {
    width: 71.4285714286%;
  }
  .col-tab-11 {
    width: 78.5714285714%;
  }
  .col-tab-12 {
    width: 85.7142857143%;
  }
  .col-tab-13 {
    width: 92.8571428571%;
  }
  .col-tab-14 {
    width: 100%;
  }
  .offset-tab-0 {
    margin-left: 0;
  }
  .offset-tab-1 {
    margin-left: 7.1428571429%;
  }
  .offset-tab-2 {
    margin-left: 14.2857142857%;
  }
  .offset-tab-3 {
    margin-left: 21.4285714286%;
  }
  .offset-tab-4 {
    margin-left: 28.5714285714%;
  }
  .offset-tab-5 {
    margin-left: 35.7142857143%;
  }
  .offset-tab-6 {
    margin-left: 42.8571428571%;
  }
  .offset-tab-7 {
    margin-left: 50%;
  }
  .offset-tab-8 {
    margin-left: 57.1428571429%;
  }
  .offset-tab-9 {
    margin-left: 64.2857142857%;
  }
  .offset-tab-10 {
    margin-left: 71.4285714286%;
  }
  .offset-tab-11 {
    margin-left: 78.5714285714%;
  }
  .offset-tab-12 {
    margin-left: 85.7142857143%;
  }
  .offset-tab-13 {
    margin-left: 92.8571428571%;
  }
  .offset-tab-14 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-desk-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-desk-1 {
    width: 7.1428571429%;
  }
  .col-desk-2 {
    width: 14.2857142857%;
  }
  .col-desk-3 {
    width: 21.4285714286%;
  }
  .col-desk-4 {
    width: 28.5714285714%;
  }
  .col-desk-5 {
    width: 35.7142857143%;
  }
  .col-desk-6 {
    width: 42.8571428571%;
  }
  .col-desk-7 {
    width: 50%;
  }
  .col-desk-8 {
    width: 57.1428571429%;
  }
  .col-desk-9 {
    width: 64.2857142857%;
  }
  .col-desk-10 {
    width: 71.4285714286%;
  }
  .col-desk-11 {
    width: 78.5714285714%;
  }
  .col-desk-12 {
    width: 85.7142857143%;
  }
  .col-desk-13 {
    width: 92.8571428571%;
  }
  .col-desk-14 {
    width: 100%;
  }
  .offset-desk-0 {
    margin-left: 0;
  }
  .offset-desk-1 {
    margin-left: 7.1428571429%;
  }
  .offset-desk-2 {
    margin-left: 14.2857142857%;
  }
  .offset-desk-3 {
    margin-left: 21.4285714286%;
  }
  .offset-desk-4 {
    margin-left: 28.5714285714%;
  }
  .offset-desk-5 {
    margin-left: 35.7142857143%;
  }
  .offset-desk-6 {
    margin-left: 42.8571428571%;
  }
  .offset-desk-7 {
    margin-left: 50%;
  }
  .offset-desk-8 {
    margin-left: 57.1428571429%;
  }
  .offset-desk-9 {
    margin-left: 64.2857142857%;
  }
  .offset-desk-10 {
    margin-left: 71.4285714286%;
  }
  .offset-desk-11 {
    margin-left: 78.5714285714%;
  }
  .offset-desk-12 {
    margin-left: 85.7142857143%;
  }
  .offset-desk-13 {
    margin-left: 92.8571428571%;
  }
  .offset-desk-14 {
    margin-left: 100%;
  }
}
@media (min-width: 1408px) {
  .col-hd-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-hd-1 {
    width: 7.1428571429%;
  }
  .col-hd-2 {
    width: 14.2857142857%;
  }
  .col-hd-3 {
    width: 21.4285714286%;
  }
  .col-hd-4 {
    width: 28.5714285714%;
  }
  .col-hd-5 {
    width: 35.7142857143%;
  }
  .col-hd-6 {
    width: 42.8571428571%;
  }
  .col-hd-7 {
    width: 50%;
  }
  .col-hd-8 {
    width: 57.1428571429%;
  }
  .col-hd-9 {
    width: 64.2857142857%;
  }
  .col-hd-10 {
    width: 71.4285714286%;
  }
  .col-hd-11 {
    width: 78.5714285714%;
  }
  .col-hd-12 {
    width: 85.7142857143%;
  }
  .col-hd-13 {
    width: 92.8571428571%;
  }
  .col-hd-14 {
    width: 100%;
  }
  .offset-hd-0 {
    margin-left: 0;
  }
  .offset-hd-1 {
    margin-left: 7.1428571429%;
  }
  .offset-hd-2 {
    margin-left: 14.2857142857%;
  }
  .offset-hd-3 {
    margin-left: 21.4285714286%;
  }
  .offset-hd-4 {
    margin-left: 28.5714285714%;
  }
  .offset-hd-5 {
    margin-left: 35.7142857143%;
  }
  .offset-hd-6 {
    margin-left: 42.8571428571%;
  }
  .offset-hd-7 {
    margin-left: 50%;
  }
  .offset-hd-8 {
    margin-left: 57.1428571429%;
  }
  .offset-hd-9 {
    margin-left: 64.2857142857%;
  }
  .offset-hd-10 {
    margin-left: 71.4285714286%;
  }
  .offset-hd-11 {
    margin-left: 78.5714285714%;
  }
  .offset-hd-12 {
    margin-left: 85.7142857143%;
  }
  .offset-hd-13 {
    margin-left: 92.8571428571%;
  }
  .offset-hd-14 {
    margin-left: 100%;
  }
}
@media (min-width: 1600px) {
  .col-hd-full-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-hd-full-1 {
    width: 7.1428571429%;
  }
  .col-hd-full-2 {
    width: 14.2857142857%;
  }
  .col-hd-full-3 {
    width: 21.4285714286%;
  }
  .col-hd-full-4 {
    width: 28.5714285714%;
  }
  .col-hd-full-5 {
    width: 35.7142857143%;
  }
  .col-hd-full-6 {
    width: 42.8571428571%;
  }
  .col-hd-full-7 {
    width: 50%;
  }
  .col-hd-full-8 {
    width: 57.1428571429%;
  }
  .col-hd-full-9 {
    width: 64.2857142857%;
  }
  .col-hd-full-10 {
    width: 71.4285714286%;
  }
  .col-hd-full-11 {
    width: 78.5714285714%;
  }
  .col-hd-full-12 {
    width: 85.7142857143%;
  }
  .col-hd-full-13 {
    width: 92.8571428571%;
  }
  .col-hd-full-14 {
    width: 100%;
  }
  .offset-hd-full-0 {
    margin-left: 0;
  }
  .offset-hd-full-1 {
    margin-left: 7.1428571429%;
  }
  .offset-hd-full-2 {
    margin-left: 14.2857142857%;
  }
  .offset-hd-full-3 {
    margin-left: 21.4285714286%;
  }
  .offset-hd-full-4 {
    margin-left: 28.5714285714%;
  }
  .offset-hd-full-5 {
    margin-left: 35.7142857143%;
  }
  .offset-hd-full-6 {
    margin-left: 42.8571428571%;
  }
  .offset-hd-full-7 {
    margin-left: 50%;
  }
  .offset-hd-full-8 {
    margin-left: 57.1428571429%;
  }
  .offset-hd-full-9 {
    margin-left: 64.2857142857%;
  }
  .offset-hd-full-10 {
    margin-left: 71.4285714286%;
  }
  .offset-hd-full-11 {
    margin-left: 78.5714285714%;
  }
  .offset-hd-full-12 {
    margin-left: 85.7142857143%;
  }
  .offset-hd-full-13 {
    margin-left: 92.8571428571%;
  }
  .offset-hd-full-14 {
    margin-left: 100%;
  }
}
.container-12 .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.container-12 .col-1 {
  width: 8.3333333333%;
}
.container-12 .col-2 {
  width: 16.6666666667%;
}
.container-12 .col-3 {
  width: 25%;
}
.container-12 .col-4 {
  width: 33.3333333333%;
}
.container-12 .col-5 {
  width: 41.6666666667%;
}
.container-12 .col-6 {
  width: 50%;
}
.container-12 .col-7 {
  width: 58.3333333333%;
}
.container-12 .col-8 {
  width: 66.6666666667%;
}
.container-12 .col-9 {
  width: 75%;
}
.container-12 .col-10 {
  width: 83.3333333333%;
}
.container-12 .col-11 {
  width: 91.6666666667%;
}
.container-12 .col-12 {
  width: 100%;
}
.container-12 .offset-0 {
  margin-left: 0;
}
.container-12 .offset-1 {
  margin-left: 8.3333333333%;
}
.container-12 .offset-2 {
  margin-left: 16.6666666667%;
}
.container-12 .offset-3 {
  margin-left: 25%;
}
.container-12 .offset-4 {
  margin-left: 33.3333333333%;
}
.container-12 .offset-5 {
  margin-left: 41.6666666667%;
}
.container-12 .offset-6 {
  margin-left: 50%;
}
.container-12 .offset-7 {
  margin-left: 58.3333333333%;
}
.container-12 .offset-8 {
  margin-left: 66.6666666667%;
}
.container-12 .offset-9 {
  margin-left: 75%;
}
.container-12 .offset-10 {
  margin-left: 83.3333333333%;
}
.container-12 .offset-11 {
  margin-left: 91.6666666667%;
}
.container-12 .offset-12 {
  margin-left: 100%;
}
@media (min-width: 568px) {
  .container-12 .col-mob-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .container-12 .col-mob-1 {
    width: 8.3333333333%;
  }
  .container-12 .col-mob-2 {
    width: 16.6666666667%;
  }
  .container-12 .col-mob-3 {
    width: 25%;
  }
  .container-12 .col-mob-4 {
    width: 33.3333333333%;
  }
  .container-12 .col-mob-5 {
    width: 41.6666666667%;
  }
  .container-12 .col-mob-6 {
    width: 50%;
  }
  .container-12 .col-mob-7 {
    width: 58.3333333333%;
  }
  .container-12 .col-mob-8 {
    width: 66.6666666667%;
  }
  .container-12 .col-mob-9 {
    width: 75%;
  }
  .container-12 .col-mob-10 {
    width: 83.3333333333%;
  }
  .container-12 .col-mob-11 {
    width: 91.6666666667%;
  }
  .container-12 .col-mob-12 {
    width: 100%;
  }
  .container-12 .offset-mob-0 {
    margin-left: 0;
  }
  .container-12 .offset-mob-1 {
    margin-left: 8.3333333333%;
  }
  .container-12 .offset-mob-2 {
    margin-left: 16.6666666667%;
  }
  .container-12 .offset-mob-3 {
    margin-left: 25%;
  }
  .container-12 .offset-mob-4 {
    margin-left: 33.3333333333%;
  }
  .container-12 .offset-mob-5 {
    margin-left: 41.6666666667%;
  }
  .container-12 .offset-mob-6 {
    margin-left: 50%;
  }
  .container-12 .offset-mob-7 {
    margin-left: 58.3333333333%;
  }
  .container-12 .offset-mob-8 {
    margin-left: 66.6666666667%;
  }
  .container-12 .offset-mob-9 {
    margin-left: 75%;
  }
  .container-12 .offset-mob-10 {
    margin-left: 83.3333333333%;
  }
  .container-12 .offset-mob-11 {
    margin-left: 91.6666666667%;
  }
  .container-12 .offset-mob-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .container-12 .col-tab-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .container-12 .col-tab-1 {
    width: 8.3333333333%;
  }
  .container-12 .col-tab-2 {
    width: 16.6666666667%;
  }
  .container-12 .col-tab-3 {
    width: 25%;
  }
  .container-12 .col-tab-4 {
    width: 33.3333333333%;
  }
  .container-12 .col-tab-5 {
    width: 41.6666666667%;
  }
  .container-12 .col-tab-6 {
    width: 50%;
  }
  .container-12 .col-tab-7 {
    width: 58.3333333333%;
  }
  .container-12 .col-tab-8 {
    width: 66.6666666667%;
  }
  .container-12 .col-tab-9 {
    width: 75%;
  }
  .container-12 .col-tab-10 {
    width: 83.3333333333%;
  }
  .container-12 .col-tab-11 {
    width: 91.6666666667%;
  }
  .container-12 .col-tab-12 {
    width: 100%;
  }
  .container-12 .offset-tab-0 {
    margin-left: 0;
  }
  .container-12 .offset-tab-1 {
    margin-left: 8.3333333333%;
  }
  .container-12 .offset-tab-2 {
    margin-left: 16.6666666667%;
  }
  .container-12 .offset-tab-3 {
    margin-left: 25%;
  }
  .container-12 .offset-tab-4 {
    margin-left: 33.3333333333%;
  }
  .container-12 .offset-tab-5 {
    margin-left: 41.6666666667%;
  }
  .container-12 .offset-tab-6 {
    margin-left: 50%;
  }
  .container-12 .offset-tab-7 {
    margin-left: 58.3333333333%;
  }
  .container-12 .offset-tab-8 {
    margin-left: 66.6666666667%;
  }
  .container-12 .offset-tab-9 {
    margin-left: 75%;
  }
  .container-12 .offset-tab-10 {
    margin-left: 83.3333333333%;
  }
  .container-12 .offset-tab-11 {
    margin-left: 91.6666666667%;
  }
  .container-12 .offset-tab-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .container-12 .col-desk-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .container-12 .col-desk-1 {
    width: 8.3333333333%;
  }
  .container-12 .col-desk-2 {
    width: 16.6666666667%;
  }
  .container-12 .col-desk-3 {
    width: 25%;
  }
  .container-12 .col-desk-4 {
    width: 33.3333333333%;
  }
  .container-12 .col-desk-5 {
    width: 41.6666666667%;
  }
  .container-12 .col-desk-6 {
    width: 50%;
  }
  .container-12 .col-desk-7 {
    width: 58.3333333333%;
  }
  .container-12 .col-desk-8 {
    width: 66.6666666667%;
  }
  .container-12 .col-desk-9 {
    width: 75%;
  }
  .container-12 .col-desk-10 {
    width: 83.3333333333%;
  }
  .container-12 .col-desk-11 {
    width: 91.6666666667%;
  }
  .container-12 .col-desk-12 {
    width: 100%;
  }
  .container-12 .offset-desk-0 {
    margin-left: 0;
  }
  .container-12 .offset-desk-1 {
    margin-left: 8.3333333333%;
  }
  .container-12 .offset-desk-2 {
    margin-left: 16.6666666667%;
  }
  .container-12 .offset-desk-3 {
    margin-left: 25%;
  }
  .container-12 .offset-desk-4 {
    margin-left: 33.3333333333%;
  }
  .container-12 .offset-desk-5 {
    margin-left: 41.6666666667%;
  }
  .container-12 .offset-desk-6 {
    margin-left: 50%;
  }
  .container-12 .offset-desk-7 {
    margin-left: 58.3333333333%;
  }
  .container-12 .offset-desk-8 {
    margin-left: 66.6666666667%;
  }
  .container-12 .offset-desk-9 {
    margin-left: 75%;
  }
  .container-12 .offset-desk-10 {
    margin-left: 83.3333333333%;
  }
  .container-12 .offset-desk-11 {
    margin-left: 91.6666666667%;
  }
  .container-12 .offset-desk-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1408px) {
  .container-12 .col-hd-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .container-12 .col-hd-1 {
    width: 8.3333333333%;
  }
  .container-12 .col-hd-2 {
    width: 16.6666666667%;
  }
  .container-12 .col-hd-3 {
    width: 25%;
  }
  .container-12 .col-hd-4 {
    width: 33.3333333333%;
  }
  .container-12 .col-hd-5 {
    width: 41.6666666667%;
  }
  .container-12 .col-hd-6 {
    width: 50%;
  }
  .container-12 .col-hd-7 {
    width: 58.3333333333%;
  }
  .container-12 .col-hd-8 {
    width: 66.6666666667%;
  }
  .container-12 .col-hd-9 {
    width: 75%;
  }
  .container-12 .col-hd-10 {
    width: 83.3333333333%;
  }
  .container-12 .col-hd-11 {
    width: 91.6666666667%;
  }
  .container-12 .col-hd-12 {
    width: 100%;
  }
  .container-12 .offset-hd-0 {
    margin-left: 0;
  }
  .container-12 .offset-hd-1 {
    margin-left: 8.3333333333%;
  }
  .container-12 .offset-hd-2 {
    margin-left: 16.6666666667%;
  }
  .container-12 .offset-hd-3 {
    margin-left: 25%;
  }
  .container-12 .offset-hd-4 {
    margin-left: 33.3333333333%;
  }
  .container-12 .offset-hd-5 {
    margin-left: 41.6666666667%;
  }
  .container-12 .offset-hd-6 {
    margin-left: 50%;
  }
  .container-12 .offset-hd-7 {
    margin-left: 58.3333333333%;
  }
  .container-12 .offset-hd-8 {
    margin-left: 66.6666666667%;
  }
  .container-12 .offset-hd-9 {
    margin-left: 75%;
  }
  .container-12 .offset-hd-10 {
    margin-left: 83.3333333333%;
  }
  .container-12 .offset-hd-11 {
    margin-left: 91.6666666667%;
  }
  .container-12 .offset-hd-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1600px) {
  .container-12 .col-hd-full-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .container-12 .col-hd-full-1 {
    width: 8.3333333333%;
  }
  .container-12 .col-hd-full-2 {
    width: 16.6666666667%;
  }
  .container-12 .col-hd-full-3 {
    width: 25%;
  }
  .container-12 .col-hd-full-4 {
    width: 33.3333333333%;
  }
  .container-12 .col-hd-full-5 {
    width: 41.6666666667%;
  }
  .container-12 .col-hd-full-6 {
    width: 50%;
  }
  .container-12 .col-hd-full-7 {
    width: 58.3333333333%;
  }
  .container-12 .col-hd-full-8 {
    width: 66.6666666667%;
  }
  .container-12 .col-hd-full-9 {
    width: 75%;
  }
  .container-12 .col-hd-full-10 {
    width: 83.3333333333%;
  }
  .container-12 .col-hd-full-11 {
    width: 91.6666666667%;
  }
  .container-12 .col-hd-full-12 {
    width: 100%;
  }
  .container-12 .offset-hd-full-0 {
    margin-left: 0;
  }
  .container-12 .offset-hd-full-1 {
    margin-left: 8.3333333333%;
  }
  .container-12 .offset-hd-full-2 {
    margin-left: 16.6666666667%;
  }
  .container-12 .offset-hd-full-3 {
    margin-left: 25%;
  }
  .container-12 .offset-hd-full-4 {
    margin-left: 33.3333333333%;
  }
  .container-12 .offset-hd-full-5 {
    margin-left: 41.6666666667%;
  }
  .container-12 .offset-hd-full-6 {
    margin-left: 50%;
  }
  .container-12 .offset-hd-full-7 {
    margin-left: 58.3333333333%;
  }
  .container-12 .offset-hd-full-8 {
    margin-left: 66.6666666667%;
  }
  .container-12 .offset-hd-full-9 {
    margin-left: 75%;
  }
  .container-12 .offset-hd-full-10 {
    margin-left: 83.3333333333%;
  }
  .container-12 .offset-hd-full-11 {
    margin-left: 91.6666666667%;
  }
  .container-12 .offset-hd-full-12 {
    margin-left: 100%;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

@media (min-width: 568px) {
  .flex-mob-row {
    flex-direction: row !important;
  }
  .flex-mob-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-mob-column {
    flex-direction: column !important;
  }
  .flex-mob-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-mob-start {
    justify-content: flex-start !important;
  }
  .justify-content-mob-end {
    justify-content: flex-end !important;
  }
  .justify-content-mob-center {
    justify-content: center !important;
  }
  .justify-content-mob-between {
    justify-content: space-between !important;
  }
  .justify-content-mob-around {
    justify-content: space-around !important;
  }
  .justify-content-mob-evenly {
    justify-content: space-evenly !important;
  }
  .align-self-mob-start {
    align-self: flex-start !important;
  }
  .align-self-mob-end {
    align-self: flex-end !important;
  }
  .align-self-mob-center {
    align-self: center !important;
  }
  .align-self-mob-baseline {
    align-self: baseline !important;
  }
  .align-self-mob-stretch {
    align-self: stretch !important;
  }
  .align-items-mob-start {
    align-items: flex-start !important;
  }
  .align-items-mob-end {
    align-items: flex-end !important;
  }
  .align-items-mob-center {
    align-items: center !important;
  }
  .align-items-mob-baseline {
    align-items: baseline !important;
  }
  .align-items-mob-stretch {
    align-items: stretch !important;
  }
  .align-content-mob-start {
    align-content: flex-start !important;
  }
  .align-content-mob-end {
    align-content: flex-end !important;
  }
  .align-content-mob-center {
    align-content: center !important;
  }
  .align-content-mob-stretch {
    align-content: stretch !important;
  }
  .align-content-mob-between {
    align-content: space-between !important;
  }
  .align-content-mob-around {
    align-content: space-around !important;
  }
  .flex-mob-wrap {
    flex-wrap: wrap !important;
  }
  .flex-mob-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-mob-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-mob-fill {
    flex: 1 1 auto !important;
  }
  .flex-mob-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-mob-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-mob-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-mob-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 768px) {
  .flex-tab-row {
    flex-direction: row !important;
  }
  .flex-tab-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-tab-column {
    flex-direction: column !important;
  }
  .flex-tab-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-tab-start {
    justify-content: flex-start !important;
  }
  .justify-content-tab-end {
    justify-content: flex-end !important;
  }
  .justify-content-tab-center {
    justify-content: center !important;
  }
  .justify-content-tab-between {
    justify-content: space-between !important;
  }
  .justify-content-tab-around {
    justify-content: space-around !important;
  }
  .justify-content-tab-evenly {
    justify-content: space-evenly !important;
  }
  .align-self-tab-start {
    align-self: flex-start !important;
  }
  .align-self-tab-end {
    align-self: flex-end !important;
  }
  .align-self-tab-center {
    align-self: center !important;
  }
  .align-self-tab-baseline {
    align-self: baseline !important;
  }
  .align-self-tab-stretch {
    align-self: stretch !important;
  }
  .align-items-tab-start {
    align-items: flex-start !important;
  }
  .align-items-tab-end {
    align-items: flex-end !important;
  }
  .align-items-tab-center {
    align-items: center !important;
  }
  .align-items-tab-baseline {
    align-items: baseline !important;
  }
  .align-items-tab-stretch {
    align-items: stretch !important;
  }
  .align-content-tab-start {
    align-content: flex-start !important;
  }
  .align-content-tab-end {
    align-content: flex-end !important;
  }
  .align-content-tab-center {
    align-content: center !important;
  }
  .align-content-tab-stretch {
    align-content: stretch !important;
  }
  .align-content-tab-between {
    align-content: space-between !important;
  }
  .align-content-tab-around {
    align-content: space-around !important;
  }
  .flex-tab-wrap {
    flex-wrap: wrap !important;
  }
  .flex-tab-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-tab-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-tab-fill {
    flex: 1 1 auto !important;
  }
  .flex-tab-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-tab-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-tab-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-tab-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1024px) {
  .flex-desk-row {
    flex-direction: row !important;
  }
  .flex-desk-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-desk-column {
    flex-direction: column !important;
  }
  .flex-desk-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-desk-start {
    justify-content: flex-start !important;
  }
  .justify-content-desk-end {
    justify-content: flex-end !important;
  }
  .justify-content-desk-center {
    justify-content: center !important;
  }
  .justify-content-desk-between {
    justify-content: space-between !important;
  }
  .justify-content-desk-around {
    justify-content: space-around !important;
  }
  .justify-content-desk-evenly {
    justify-content: space-evenly !important;
  }
  .align-self-desk-start {
    align-self: flex-start !important;
  }
  .align-self-desk-end {
    align-self: flex-end !important;
  }
  .align-self-desk-center {
    align-self: center !important;
  }
  .align-self-desk-baseline {
    align-self: baseline !important;
  }
  .align-self-desk-stretch {
    align-self: stretch !important;
  }
  .align-items-desk-start {
    align-items: flex-start !important;
  }
  .align-items-desk-end {
    align-items: flex-end !important;
  }
  .align-items-desk-center {
    align-items: center !important;
  }
  .align-items-desk-baseline {
    align-items: baseline !important;
  }
  .align-items-desk-stretch {
    align-items: stretch !important;
  }
  .align-content-desk-start {
    align-content: flex-start !important;
  }
  .align-content-desk-end {
    align-content: flex-end !important;
  }
  .align-content-desk-center {
    align-content: center !important;
  }
  .align-content-desk-stretch {
    align-content: stretch !important;
  }
  .align-content-desk-between {
    align-content: space-between !important;
  }
  .align-content-desk-around {
    align-content: space-around !important;
  }
  .flex-desk-wrap {
    flex-wrap: wrap !important;
  }
  .flex-desk-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-desk-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-desk-fill {
    flex: 1 1 auto !important;
  }
  .flex-desk-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-desk-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-desk-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-desk-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1408px) {
  .flex-hd-row {
    flex-direction: row !important;
  }
  .flex-hd-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-hd-column {
    flex-direction: column !important;
  }
  .flex-hd-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-hd-start {
    justify-content: flex-start !important;
  }
  .justify-content-hd-end {
    justify-content: flex-end !important;
  }
  .justify-content-hd-center {
    justify-content: center !important;
  }
  .justify-content-hd-between {
    justify-content: space-between !important;
  }
  .justify-content-hd-around {
    justify-content: space-around !important;
  }
  .justify-content-hd-evenly {
    justify-content: space-evenly !important;
  }
  .align-self-hd-start {
    align-self: flex-start !important;
  }
  .align-self-hd-end {
    align-self: flex-end !important;
  }
  .align-self-hd-center {
    align-self: center !important;
  }
  .align-self-hd-baseline {
    align-self: baseline !important;
  }
  .align-self-hd-stretch {
    align-self: stretch !important;
  }
  .align-items-hd-start {
    align-items: flex-start !important;
  }
  .align-items-hd-end {
    align-items: flex-end !important;
  }
  .align-items-hd-center {
    align-items: center !important;
  }
  .align-items-hd-baseline {
    align-items: baseline !important;
  }
  .align-items-hd-stretch {
    align-items: stretch !important;
  }
  .align-content-hd-start {
    align-content: flex-start !important;
  }
  .align-content-hd-end {
    align-content: flex-end !important;
  }
  .align-content-hd-center {
    align-content: center !important;
  }
  .align-content-hd-stretch {
    align-content: stretch !important;
  }
  .align-content-hd-between {
    align-content: space-between !important;
  }
  .align-content-hd-around {
    align-content: space-around !important;
  }
  .flex-hd-wrap {
    flex-wrap: wrap !important;
  }
  .flex-hd-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-hd-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-hd-fill {
    flex: 1 1 auto !important;
  }
  .flex-hd-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-hd-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-hd-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-hd-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1600px) {
  .flex-hd-full-row {
    flex-direction: row !important;
  }
  .flex-hd-full-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-hd-full-column {
    flex-direction: column !important;
  }
  .flex-hd-full-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-hd-full-start {
    justify-content: flex-start !important;
  }
  .justify-content-hd-full-end {
    justify-content: flex-end !important;
  }
  .justify-content-hd-full-center {
    justify-content: center !important;
  }
  .justify-content-hd-full-between {
    justify-content: space-between !important;
  }
  .justify-content-hd-full-around {
    justify-content: space-around !important;
  }
  .justify-content-hd-full-evenly {
    justify-content: space-evenly !important;
  }
  .align-self-hd-full-start {
    align-self: flex-start !important;
  }
  .align-self-hd-full-end {
    align-self: flex-end !important;
  }
  .align-self-hd-full-center {
    align-self: center !important;
  }
  .align-self-hd-full-baseline {
    align-self: baseline !important;
  }
  .align-self-hd-full-stretch {
    align-self: stretch !important;
  }
  .align-items-hd-full-start {
    align-items: flex-start !important;
  }
  .align-items-hd-full-end {
    align-items: flex-end !important;
  }
  .align-items-hd-full-center {
    align-items: center !important;
  }
  .align-items-hd-full-baseline {
    align-items: baseline !important;
  }
  .align-items-hd-full-stretch {
    align-items: stretch !important;
  }
  .align-content-hd-full-start {
    align-content: flex-start !important;
  }
  .align-content-hd-full-end {
    align-content: flex-end !important;
  }
  .align-content-hd-full-center {
    align-content: center !important;
  }
  .align-content-hd-full-stretch {
    align-content: stretch !important;
  }
  .align-content-hd-full-between {
    align-content: space-between !important;
  }
  .align-content-hd-full-around {
    align-content: space-around !important;
  }
  .flex-hd-full-wrap {
    flex-wrap: wrap !important;
  }
  .flex-hd-full-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-hd-full-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-hd-full-fill {
    flex: 1 1 auto !important;
  }
  .flex-hd-full-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-hd-full-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-hd-full-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-hd-full-shrink-1 {
    flex-shrink: 1 !important;
  }
}
.order-first {
  order: -1 !important;
}

.order-last {
  order: 15 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-10 {
  order: 10 !important;
}

.order-11 {
  order: 11 !important;
}

.order-12 {
  order: 12 !important;
}

.order-13 {
  order: 13 !important;
}

.order-14 {
  order: 14 !important;
}

@media (min-width: 568px) {
  .order-mob-first {
    order: -1 !important;
  }
  .order-mob-last {
    order: 15 !important;
  }
  .order-mob-1 {
    order: 1 !important;
  }
  .order-mob-2 {
    order: 2 !important;
  }
  .order-mob-3 {
    order: 3 !important;
  }
  .order-mob-4 {
    order: 4 !important;
  }
  .order-mob-5 {
    order: 5 !important;
  }
  .order-mob-6 {
    order: 6 !important;
  }
  .order-mob-7 {
    order: 7 !important;
  }
  .order-mob-8 {
    order: 8 !important;
  }
  .order-mob-9 {
    order: 9 !important;
  }
  .order-mob-10 {
    order: 10 !important;
  }
  .order-mob-11 {
    order: 11 !important;
  }
  .order-mob-12 {
    order: 12 !important;
  }
  .order-mob-13 {
    order: 13 !important;
  }
  .order-mob-14 {
    order: 14 !important;
  }
}
@media (min-width: 768px) {
  .order-tab-first {
    order: -1 !important;
  }
  .order-tab-last {
    order: 15 !important;
  }
  .order-tab-1 {
    order: 1 !important;
  }
  .order-tab-2 {
    order: 2 !important;
  }
  .order-tab-3 {
    order: 3 !important;
  }
  .order-tab-4 {
    order: 4 !important;
  }
  .order-tab-5 {
    order: 5 !important;
  }
  .order-tab-6 {
    order: 6 !important;
  }
  .order-tab-7 {
    order: 7 !important;
  }
  .order-tab-8 {
    order: 8 !important;
  }
  .order-tab-9 {
    order: 9 !important;
  }
  .order-tab-10 {
    order: 10 !important;
  }
  .order-tab-11 {
    order: 11 !important;
  }
  .order-tab-12 {
    order: 12 !important;
  }
  .order-tab-13 {
    order: 13 !important;
  }
  .order-tab-14 {
    order: 14 !important;
  }
}
@media (min-width: 1024px) {
  .order-desk-first {
    order: -1 !important;
  }
  .order-desk-last {
    order: 15 !important;
  }
  .order-desk-1 {
    order: 1 !important;
  }
  .order-desk-2 {
    order: 2 !important;
  }
  .order-desk-3 {
    order: 3 !important;
  }
  .order-desk-4 {
    order: 4 !important;
  }
  .order-desk-5 {
    order: 5 !important;
  }
  .order-desk-6 {
    order: 6 !important;
  }
  .order-desk-7 {
    order: 7 !important;
  }
  .order-desk-8 {
    order: 8 !important;
  }
  .order-desk-9 {
    order: 9 !important;
  }
  .order-desk-10 {
    order: 10 !important;
  }
  .order-desk-11 {
    order: 11 !important;
  }
  .order-desk-12 {
    order: 12 !important;
  }
  .order-desk-13 {
    order: 13 !important;
  }
  .order-desk-14 {
    order: 14 !important;
  }
}
@media (min-width: 1408px) {
  .order-hd-first {
    order: -1 !important;
  }
  .order-hd-last {
    order: 15 !important;
  }
  .order-hd-1 {
    order: 1 !important;
  }
  .order-hd-2 {
    order: 2 !important;
  }
  .order-hd-3 {
    order: 3 !important;
  }
  .order-hd-4 {
    order: 4 !important;
  }
  .order-hd-5 {
    order: 5 !important;
  }
  .order-hd-6 {
    order: 6 !important;
  }
  .order-hd-7 {
    order: 7 !important;
  }
  .order-hd-8 {
    order: 8 !important;
  }
  .order-hd-9 {
    order: 9 !important;
  }
  .order-hd-10 {
    order: 10 !important;
  }
  .order-hd-11 {
    order: 11 !important;
  }
  .order-hd-12 {
    order: 12 !important;
  }
  .order-hd-13 {
    order: 13 !important;
  }
  .order-hd-14 {
    order: 14 !important;
  }
}
@media (min-width: 1600px) {
  .order-hd-full-first {
    order: -1 !important;
  }
  .order-hd-full-last {
    order: 15 !important;
  }
  .order-hd-full-1 {
    order: 1 !important;
  }
  .order-hd-full-2 {
    order: 2 !important;
  }
  .order-hd-full-3 {
    order: 3 !important;
  }
  .order-hd-full-4 {
    order: 4 !important;
  }
  .order-hd-full-5 {
    order: 5 !important;
  }
  .order-hd-full-6 {
    order: 6 !important;
  }
  .order-hd-full-7 {
    order: 7 !important;
  }
  .order-hd-full-8 {
    order: 8 !important;
  }
  .order-hd-full-9 {
    order: 9 !important;
  }
  .order-hd-full-10 {
    order: 10 !important;
  }
  .order-hd-full-11 {
    order: 11 !important;
  }
  .order-hd-full-12 {
    order: 12 !important;
  }
  .order-hd-full-13 {
    order: 13 !important;
  }
  .order-hd-full-14 {
    order: 14 !important;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

@media (min-width: 568px) {
  .d-mob-none {
    display: none !important;
  }
  .d-mob-inline {
    display: inline !important;
  }
  .d-mob-inline-block {
    display: inline-block !important;
  }
  .d-mob-block {
    display: block !important;
  }
  .d-mob-flex {
    display: flex !important;
  }
  .d-mob-inline-flex {
    display: inline-flex !important;
  }
  .d-mob-table {
    display: table !important;
  }
  .d-mob-table-row {
    display: table-row !important;
  }
  .d-mob-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .d-tab-none {
    display: none !important;
  }
  .d-tab-inline {
    display: inline !important;
  }
  .d-tab-inline-block {
    display: inline-block !important;
  }
  .d-tab-block {
    display: block !important;
  }
  .d-tab-flex {
    display: flex !important;
  }
  .d-tab-inline-flex {
    display: inline-flex !important;
  }
  .d-tab-table {
    display: table !important;
  }
  .d-tab-table-row {
    display: table-row !important;
  }
  .d-tab-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) {
  .d-desk-none {
    display: none !important;
  }
  .d-desk-inline {
    display: inline !important;
  }
  .d-desk-inline-block {
    display: inline-block !important;
  }
  .d-desk-block {
    display: block !important;
  }
  .d-desk-flex {
    display: flex !important;
  }
  .d-desk-inline-flex {
    display: inline-flex !important;
  }
  .d-desk-table {
    display: table !important;
  }
  .d-desk-table-row {
    display: table-row !important;
  }
  .d-desk-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1408px) {
  .d-hd-none {
    display: none !important;
  }
  .d-hd-inline {
    display: inline !important;
  }
  .d-hd-inline-block {
    display: inline-block !important;
  }
  .d-hd-block {
    display: block !important;
  }
  .d-hd-flex {
    display: flex !important;
  }
  .d-hd-inline-flex {
    display: inline-flex !important;
  }
  .d-hd-table {
    display: table !important;
  }
  .d-hd-table-row {
    display: table-row !important;
  }
  .d-hd-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1600px) {
  .d-hd-full-none {
    display: none !important;
  }
  .d-hd-full-inline {
    display: inline !important;
  }
  .d-hd-full-inline-block {
    display: inline-block !important;
  }
  .d-hd-full-block {
    display: block !important;
  }
  .d-hd-full-flex {
    display: flex !important;
  }
  .d-hd-full-inline-flex {
    display: inline-flex !important;
  }
  .d-hd-full-table {
    display: table !important;
  }
  .d-hd-full-table-row {
    display: table-row !important;
  }
  .d-hd-full-table-cell {
    display: table-cell !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important;
}

.m-2 {
  margin: 0.75rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.75rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.75rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.75rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.75rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.5rem !important;
}

.p-2 {
  padding: 0.75rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.75rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.75rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.75rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.75rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 568px) {
  .m-mob-0 {
    margin: 0 !important;
  }
  .mt-mob-0,
.my-mob-0 {
    margin-top: 0 !important;
  }
  .mr-mob-0,
.mx-mob-0 {
    margin-right: 0 !important;
  }
  .mb-mob-0,
.my-mob-0 {
    margin-bottom: 0 !important;
  }
  .ml-mob-0,
.mx-mob-0 {
    margin-left: 0 !important;
  }
  .m-mob-1 {
    margin: 0.5rem !important;
  }
  .mt-mob-1,
.my-mob-1 {
    margin-top: 0.5rem !important;
  }
  .mr-mob-1,
.mx-mob-1 {
    margin-right: 0.5rem !important;
  }
  .mb-mob-1,
.my-mob-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-mob-1,
.mx-mob-1 {
    margin-left: 0.5rem !important;
  }
  .m-mob-2 {
    margin: 0.75rem !important;
  }
  .mt-mob-2,
.my-mob-2 {
    margin-top: 0.75rem !important;
  }
  .mr-mob-2,
.mx-mob-2 {
    margin-right: 0.75rem !important;
  }
  .mb-mob-2,
.my-mob-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-mob-2,
.mx-mob-2 {
    margin-left: 0.75rem !important;
  }
  .m-mob-3 {
    margin: 1rem !important;
  }
  .mt-mob-3,
.my-mob-3 {
    margin-top: 1rem !important;
  }
  .mr-mob-3,
.mx-mob-3 {
    margin-right: 1rem !important;
  }
  .mb-mob-3,
.my-mob-3 {
    margin-bottom: 1rem !important;
  }
  .ml-mob-3,
.mx-mob-3 {
    margin-left: 1rem !important;
  }
  .m-mob-4 {
    margin: 2rem !important;
  }
  .mt-mob-4,
.my-mob-4 {
    margin-top: 2rem !important;
  }
  .mr-mob-4,
.mx-mob-4 {
    margin-right: 2rem !important;
  }
  .mb-mob-4,
.my-mob-4 {
    margin-bottom: 2rem !important;
  }
  .ml-mob-4,
.mx-mob-4 {
    margin-left: 2rem !important;
  }
  .m-mob-5 {
    margin: 3rem !important;
  }
  .mt-mob-5,
.my-mob-5 {
    margin-top: 3rem !important;
  }
  .mr-mob-5,
.mx-mob-5 {
    margin-right: 3rem !important;
  }
  .mb-mob-5,
.my-mob-5 {
    margin-bottom: 3rem !important;
  }
  .ml-mob-5,
.mx-mob-5 {
    margin-left: 3rem !important;
  }
  .m-mob-auto {
    margin: auto !important;
  }
  .mt-mob-auto,
.my-mob-auto {
    margin-top: auto !important;
  }
  .mr-mob-auto,
.mx-mob-auto {
    margin-right: auto !important;
  }
  .mb-mob-auto,
.my-mob-auto {
    margin-bottom: auto !important;
  }
  .ml-mob-auto,
.mx-mob-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 568px) {
  .p-mob-0 {
    padding: 0 !important;
  }
  .pt-mob-0,
.py-mob-0 {
    padding-top: 0 !important;
  }
  .pr-mob-0,
.px-mob-0 {
    padding-right: 0 !important;
  }
  .pb-mob-0,
.py-mob-0 {
    padding-bottom: 0 !important;
  }
  .pl-mob-0,
.px-mob-0 {
    padding-left: 0 !important;
  }
  .p-mob-1 {
    padding: 0.5rem !important;
  }
  .pt-mob-1,
.py-mob-1 {
    padding-top: 0.5rem !important;
  }
  .pr-mob-1,
.px-mob-1 {
    padding-right: 0.5rem !important;
  }
  .pb-mob-1,
.py-mob-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-mob-1,
.px-mob-1 {
    padding-left: 0.5rem !important;
  }
  .p-mob-2 {
    padding: 0.75rem !important;
  }
  .pt-mob-2,
.py-mob-2 {
    padding-top: 0.75rem !important;
  }
  .pr-mob-2,
.px-mob-2 {
    padding-right: 0.75rem !important;
  }
  .pb-mob-2,
.py-mob-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-mob-2,
.px-mob-2 {
    padding-left: 0.75rem !important;
  }
  .p-mob-3 {
    padding: 1rem !important;
  }
  .pt-mob-3,
.py-mob-3 {
    padding-top: 1rem !important;
  }
  .pr-mob-3,
.px-mob-3 {
    padding-right: 1rem !important;
  }
  .pb-mob-3,
.py-mob-3 {
    padding-bottom: 1rem !important;
  }
  .pl-mob-3,
.px-mob-3 {
    padding-left: 1rem !important;
  }
  .p-mob-4 {
    padding: 2rem !important;
  }
  .pt-mob-4,
.py-mob-4 {
    padding-top: 2rem !important;
  }
  .pr-mob-4,
.px-mob-4 {
    padding-right: 2rem !important;
  }
  .pb-mob-4,
.py-mob-4 {
    padding-bottom: 2rem !important;
  }
  .pl-mob-4,
.px-mob-4 {
    padding-left: 2rem !important;
  }
  .p-mob-5 {
    padding: 3rem !important;
  }
  .pt-mob-5,
.py-mob-5 {
    padding-top: 3rem !important;
  }
  .pr-mob-5,
.px-mob-5 {
    padding-right: 3rem !important;
  }
  .pb-mob-5,
.py-mob-5 {
    padding-bottom: 3rem !important;
  }
  .pl-mob-5,
.px-mob-5 {
    padding-left: 3rem !important;
  }
  .m-mob-auto {
    margin: auto !important;
  }
  .mt-mob-auto,
.my-mob-auto {
    margin-top: auto !important;
  }
  .mr-mob-auto,
.mx-mob-auto {
    margin-right: auto !important;
  }
  .mb-mob-auto,
.my-mob-auto {
    margin-bottom: auto !important;
  }
  .ml-mob-auto,
.mx-mob-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-tab-0 {
    margin: 0 !important;
  }
  .mt-tab-0,
.my-tab-0 {
    margin-top: 0 !important;
  }
  .mr-tab-0,
.mx-tab-0 {
    margin-right: 0 !important;
  }
  .mb-tab-0,
.my-tab-0 {
    margin-bottom: 0 !important;
  }
  .ml-tab-0,
.mx-tab-0 {
    margin-left: 0 !important;
  }
  .m-tab-1 {
    margin: 0.5rem !important;
  }
  .mt-tab-1,
.my-tab-1 {
    margin-top: 0.5rem !important;
  }
  .mr-tab-1,
.mx-tab-1 {
    margin-right: 0.5rem !important;
  }
  .mb-tab-1,
.my-tab-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-tab-1,
.mx-tab-1 {
    margin-left: 0.5rem !important;
  }
  .m-tab-2 {
    margin: 0.75rem !important;
  }
  .mt-tab-2,
.my-tab-2 {
    margin-top: 0.75rem !important;
  }
  .mr-tab-2,
.mx-tab-2 {
    margin-right: 0.75rem !important;
  }
  .mb-tab-2,
.my-tab-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-tab-2,
.mx-tab-2 {
    margin-left: 0.75rem !important;
  }
  .m-tab-3 {
    margin: 1rem !important;
  }
  .mt-tab-3,
.my-tab-3 {
    margin-top: 1rem !important;
  }
  .mr-tab-3,
.mx-tab-3 {
    margin-right: 1rem !important;
  }
  .mb-tab-3,
.my-tab-3 {
    margin-bottom: 1rem !important;
  }
  .ml-tab-3,
.mx-tab-3 {
    margin-left: 1rem !important;
  }
  .m-tab-4 {
    margin: 2rem !important;
  }
  .mt-tab-4,
.my-tab-4 {
    margin-top: 2rem !important;
  }
  .mr-tab-4,
.mx-tab-4 {
    margin-right: 2rem !important;
  }
  .mb-tab-4,
.my-tab-4 {
    margin-bottom: 2rem !important;
  }
  .ml-tab-4,
.mx-tab-4 {
    margin-left: 2rem !important;
  }
  .m-tab-5 {
    margin: 3rem !important;
  }
  .mt-tab-5,
.my-tab-5 {
    margin-top: 3rem !important;
  }
  .mr-tab-5,
.mx-tab-5 {
    margin-right: 3rem !important;
  }
  .mb-tab-5,
.my-tab-5 {
    margin-bottom: 3rem !important;
  }
  .ml-tab-5,
.mx-tab-5 {
    margin-left: 3rem !important;
  }
  .m-tab-auto {
    margin: auto !important;
  }
  .mt-tab-auto,
.my-tab-auto {
    margin-top: auto !important;
  }
  .mr-tab-auto,
.mx-tab-auto {
    margin-right: auto !important;
  }
  .mb-tab-auto,
.my-tab-auto {
    margin-bottom: auto !important;
  }
  .ml-tab-auto,
.mx-tab-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .p-tab-0 {
    padding: 0 !important;
  }
  .pt-tab-0,
.py-tab-0 {
    padding-top: 0 !important;
  }
  .pr-tab-0,
.px-tab-0 {
    padding-right: 0 !important;
  }
  .pb-tab-0,
.py-tab-0 {
    padding-bottom: 0 !important;
  }
  .pl-tab-0,
.px-tab-0 {
    padding-left: 0 !important;
  }
  .p-tab-1 {
    padding: 0.5rem !important;
  }
  .pt-tab-1,
.py-tab-1 {
    padding-top: 0.5rem !important;
  }
  .pr-tab-1,
.px-tab-1 {
    padding-right: 0.5rem !important;
  }
  .pb-tab-1,
.py-tab-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-tab-1,
.px-tab-1 {
    padding-left: 0.5rem !important;
  }
  .p-tab-2 {
    padding: 0.75rem !important;
  }
  .pt-tab-2,
.py-tab-2 {
    padding-top: 0.75rem !important;
  }
  .pr-tab-2,
.px-tab-2 {
    padding-right: 0.75rem !important;
  }
  .pb-tab-2,
.py-tab-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-tab-2,
.px-tab-2 {
    padding-left: 0.75rem !important;
  }
  .p-tab-3 {
    padding: 1rem !important;
  }
  .pt-tab-3,
.py-tab-3 {
    padding-top: 1rem !important;
  }
  .pr-tab-3,
.px-tab-3 {
    padding-right: 1rem !important;
  }
  .pb-tab-3,
.py-tab-3 {
    padding-bottom: 1rem !important;
  }
  .pl-tab-3,
.px-tab-3 {
    padding-left: 1rem !important;
  }
  .p-tab-4 {
    padding: 2rem !important;
  }
  .pt-tab-4,
.py-tab-4 {
    padding-top: 2rem !important;
  }
  .pr-tab-4,
.px-tab-4 {
    padding-right: 2rem !important;
  }
  .pb-tab-4,
.py-tab-4 {
    padding-bottom: 2rem !important;
  }
  .pl-tab-4,
.px-tab-4 {
    padding-left: 2rem !important;
  }
  .p-tab-5 {
    padding: 3rem !important;
  }
  .pt-tab-5,
.py-tab-5 {
    padding-top: 3rem !important;
  }
  .pr-tab-5,
.px-tab-5 {
    padding-right: 3rem !important;
  }
  .pb-tab-5,
.py-tab-5 {
    padding-bottom: 3rem !important;
  }
  .pl-tab-5,
.px-tab-5 {
    padding-left: 3rem !important;
  }
  .m-tab-auto {
    margin: auto !important;
  }
  .mt-tab-auto,
.my-tab-auto {
    margin-top: auto !important;
  }
  .mr-tab-auto,
.mx-tab-auto {
    margin-right: auto !important;
  }
  .mb-tab-auto,
.my-tab-auto {
    margin-bottom: auto !important;
  }
  .ml-tab-auto,
.mx-tab-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-desk-0 {
    margin: 0 !important;
  }
  .mt-desk-0,
.my-desk-0 {
    margin-top: 0 !important;
  }
  .mr-desk-0,
.mx-desk-0 {
    margin-right: 0 !important;
  }
  .mb-desk-0,
.my-desk-0 {
    margin-bottom: 0 !important;
  }
  .ml-desk-0,
.mx-desk-0 {
    margin-left: 0 !important;
  }
  .m-desk-1 {
    margin: 0.5rem !important;
  }
  .mt-desk-1,
.my-desk-1 {
    margin-top: 0.5rem !important;
  }
  .mr-desk-1,
.mx-desk-1 {
    margin-right: 0.5rem !important;
  }
  .mb-desk-1,
.my-desk-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-desk-1,
.mx-desk-1 {
    margin-left: 0.5rem !important;
  }
  .m-desk-2 {
    margin: 0.75rem !important;
  }
  .mt-desk-2,
.my-desk-2 {
    margin-top: 0.75rem !important;
  }
  .mr-desk-2,
.mx-desk-2 {
    margin-right: 0.75rem !important;
  }
  .mb-desk-2,
.my-desk-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-desk-2,
.mx-desk-2 {
    margin-left: 0.75rem !important;
  }
  .m-desk-3 {
    margin: 1rem !important;
  }
  .mt-desk-3,
.my-desk-3 {
    margin-top: 1rem !important;
  }
  .mr-desk-3,
.mx-desk-3 {
    margin-right: 1rem !important;
  }
  .mb-desk-3,
.my-desk-3 {
    margin-bottom: 1rem !important;
  }
  .ml-desk-3,
.mx-desk-3 {
    margin-left: 1rem !important;
  }
  .m-desk-4 {
    margin: 2rem !important;
  }
  .mt-desk-4,
.my-desk-4 {
    margin-top: 2rem !important;
  }
  .mr-desk-4,
.mx-desk-4 {
    margin-right: 2rem !important;
  }
  .mb-desk-4,
.my-desk-4 {
    margin-bottom: 2rem !important;
  }
  .ml-desk-4,
.mx-desk-4 {
    margin-left: 2rem !important;
  }
  .m-desk-5 {
    margin: 3rem !important;
  }
  .mt-desk-5,
.my-desk-5 {
    margin-top: 3rem !important;
  }
  .mr-desk-5,
.mx-desk-5 {
    margin-right: 3rem !important;
  }
  .mb-desk-5,
.my-desk-5 {
    margin-bottom: 3rem !important;
  }
  .ml-desk-5,
.mx-desk-5 {
    margin-left: 3rem !important;
  }
  .m-desk-auto {
    margin: auto !important;
  }
  .mt-desk-auto,
.my-desk-auto {
    margin-top: auto !important;
  }
  .mr-desk-auto,
.mx-desk-auto {
    margin-right: auto !important;
  }
  .mb-desk-auto,
.my-desk-auto {
    margin-bottom: auto !important;
  }
  .ml-desk-auto,
.mx-desk-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .p-desk-0 {
    padding: 0 !important;
  }
  .pt-desk-0,
.py-desk-0 {
    padding-top: 0 !important;
  }
  .pr-desk-0,
.px-desk-0 {
    padding-right: 0 !important;
  }
  .pb-desk-0,
.py-desk-0 {
    padding-bottom: 0 !important;
  }
  .pl-desk-0,
.px-desk-0 {
    padding-left: 0 !important;
  }
  .p-desk-1 {
    padding: 0.5rem !important;
  }
  .pt-desk-1,
.py-desk-1 {
    padding-top: 0.5rem !important;
  }
  .pr-desk-1,
.px-desk-1 {
    padding-right: 0.5rem !important;
  }
  .pb-desk-1,
.py-desk-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-desk-1,
.px-desk-1 {
    padding-left: 0.5rem !important;
  }
  .p-desk-2 {
    padding: 0.75rem !important;
  }
  .pt-desk-2,
.py-desk-2 {
    padding-top: 0.75rem !important;
  }
  .pr-desk-2,
.px-desk-2 {
    padding-right: 0.75rem !important;
  }
  .pb-desk-2,
.py-desk-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-desk-2,
.px-desk-2 {
    padding-left: 0.75rem !important;
  }
  .p-desk-3 {
    padding: 1rem !important;
  }
  .pt-desk-3,
.py-desk-3 {
    padding-top: 1rem !important;
  }
  .pr-desk-3,
.px-desk-3 {
    padding-right: 1rem !important;
  }
  .pb-desk-3,
.py-desk-3 {
    padding-bottom: 1rem !important;
  }
  .pl-desk-3,
.px-desk-3 {
    padding-left: 1rem !important;
  }
  .p-desk-4 {
    padding: 2rem !important;
  }
  .pt-desk-4,
.py-desk-4 {
    padding-top: 2rem !important;
  }
  .pr-desk-4,
.px-desk-4 {
    padding-right: 2rem !important;
  }
  .pb-desk-4,
.py-desk-4 {
    padding-bottom: 2rem !important;
  }
  .pl-desk-4,
.px-desk-4 {
    padding-left: 2rem !important;
  }
  .p-desk-5 {
    padding: 3rem !important;
  }
  .pt-desk-5,
.py-desk-5 {
    padding-top: 3rem !important;
  }
  .pr-desk-5,
.px-desk-5 {
    padding-right: 3rem !important;
  }
  .pb-desk-5,
.py-desk-5 {
    padding-bottom: 3rem !important;
  }
  .pl-desk-5,
.px-desk-5 {
    padding-left: 3rem !important;
  }
  .m-desk-auto {
    margin: auto !important;
  }
  .mt-desk-auto,
.my-desk-auto {
    margin-top: auto !important;
  }
  .mr-desk-auto,
.mx-desk-auto {
    margin-right: auto !important;
  }
  .mb-desk-auto,
.my-desk-auto {
    margin-bottom: auto !important;
  }
  .ml-desk-auto,
.mx-desk-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1408px) {
  .m-hd-0 {
    margin: 0 !important;
  }
  .mt-hd-0,
.my-hd-0 {
    margin-top: 0 !important;
  }
  .mr-hd-0,
.mx-hd-0 {
    margin-right: 0 !important;
  }
  .mb-hd-0,
.my-hd-0 {
    margin-bottom: 0 !important;
  }
  .ml-hd-0,
.mx-hd-0 {
    margin-left: 0 !important;
  }
  .m-hd-1 {
    margin: 0.5rem !important;
  }
  .mt-hd-1,
.my-hd-1 {
    margin-top: 0.5rem !important;
  }
  .mr-hd-1,
.mx-hd-1 {
    margin-right: 0.5rem !important;
  }
  .mb-hd-1,
.my-hd-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-hd-1,
.mx-hd-1 {
    margin-left: 0.5rem !important;
  }
  .m-hd-2 {
    margin: 0.75rem !important;
  }
  .mt-hd-2,
.my-hd-2 {
    margin-top: 0.75rem !important;
  }
  .mr-hd-2,
.mx-hd-2 {
    margin-right: 0.75rem !important;
  }
  .mb-hd-2,
.my-hd-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-hd-2,
.mx-hd-2 {
    margin-left: 0.75rem !important;
  }
  .m-hd-3 {
    margin: 1rem !important;
  }
  .mt-hd-3,
.my-hd-3 {
    margin-top: 1rem !important;
  }
  .mr-hd-3,
.mx-hd-3 {
    margin-right: 1rem !important;
  }
  .mb-hd-3,
.my-hd-3 {
    margin-bottom: 1rem !important;
  }
  .ml-hd-3,
.mx-hd-3 {
    margin-left: 1rem !important;
  }
  .m-hd-4 {
    margin: 2rem !important;
  }
  .mt-hd-4,
.my-hd-4 {
    margin-top: 2rem !important;
  }
  .mr-hd-4,
.mx-hd-4 {
    margin-right: 2rem !important;
  }
  .mb-hd-4,
.my-hd-4 {
    margin-bottom: 2rem !important;
  }
  .ml-hd-4,
.mx-hd-4 {
    margin-left: 2rem !important;
  }
  .m-hd-5 {
    margin: 3rem !important;
  }
  .mt-hd-5,
.my-hd-5 {
    margin-top: 3rem !important;
  }
  .mr-hd-5,
.mx-hd-5 {
    margin-right: 3rem !important;
  }
  .mb-hd-5,
.my-hd-5 {
    margin-bottom: 3rem !important;
  }
  .ml-hd-5,
.mx-hd-5 {
    margin-left: 3rem !important;
  }
  .m-hd-auto {
    margin: auto !important;
  }
  .mt-hd-auto,
.my-hd-auto {
    margin-top: auto !important;
  }
  .mr-hd-auto,
.mx-hd-auto {
    margin-right: auto !important;
  }
  .mb-hd-auto,
.my-hd-auto {
    margin-bottom: auto !important;
  }
  .ml-hd-auto,
.mx-hd-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1408px) {
  .p-hd-0 {
    padding: 0 !important;
  }
  .pt-hd-0,
.py-hd-0 {
    padding-top: 0 !important;
  }
  .pr-hd-0,
.px-hd-0 {
    padding-right: 0 !important;
  }
  .pb-hd-0,
.py-hd-0 {
    padding-bottom: 0 !important;
  }
  .pl-hd-0,
.px-hd-0 {
    padding-left: 0 !important;
  }
  .p-hd-1 {
    padding: 0.5rem !important;
  }
  .pt-hd-1,
.py-hd-1 {
    padding-top: 0.5rem !important;
  }
  .pr-hd-1,
.px-hd-1 {
    padding-right: 0.5rem !important;
  }
  .pb-hd-1,
.py-hd-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-hd-1,
.px-hd-1 {
    padding-left: 0.5rem !important;
  }
  .p-hd-2 {
    padding: 0.75rem !important;
  }
  .pt-hd-2,
.py-hd-2 {
    padding-top: 0.75rem !important;
  }
  .pr-hd-2,
.px-hd-2 {
    padding-right: 0.75rem !important;
  }
  .pb-hd-2,
.py-hd-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-hd-2,
.px-hd-2 {
    padding-left: 0.75rem !important;
  }
  .p-hd-3 {
    padding: 1rem !important;
  }
  .pt-hd-3,
.py-hd-3 {
    padding-top: 1rem !important;
  }
  .pr-hd-3,
.px-hd-3 {
    padding-right: 1rem !important;
  }
  .pb-hd-3,
.py-hd-3 {
    padding-bottom: 1rem !important;
  }
  .pl-hd-3,
.px-hd-3 {
    padding-left: 1rem !important;
  }
  .p-hd-4 {
    padding: 2rem !important;
  }
  .pt-hd-4,
.py-hd-4 {
    padding-top: 2rem !important;
  }
  .pr-hd-4,
.px-hd-4 {
    padding-right: 2rem !important;
  }
  .pb-hd-4,
.py-hd-4 {
    padding-bottom: 2rem !important;
  }
  .pl-hd-4,
.px-hd-4 {
    padding-left: 2rem !important;
  }
  .p-hd-5 {
    padding: 3rem !important;
  }
  .pt-hd-5,
.py-hd-5 {
    padding-top: 3rem !important;
  }
  .pr-hd-5,
.px-hd-5 {
    padding-right: 3rem !important;
  }
  .pb-hd-5,
.py-hd-5 {
    padding-bottom: 3rem !important;
  }
  .pl-hd-5,
.px-hd-5 {
    padding-left: 3rem !important;
  }
  .m-hd-auto {
    margin: auto !important;
  }
  .mt-hd-auto,
.my-hd-auto {
    margin-top: auto !important;
  }
  .mr-hd-auto,
.mx-hd-auto {
    margin-right: auto !important;
  }
  .mb-hd-auto,
.my-hd-auto {
    margin-bottom: auto !important;
  }
  .ml-hd-auto,
.mx-hd-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-hd-full-0 {
    margin: 0 !important;
  }
  .mt-hd-full-0,
.my-hd-full-0 {
    margin-top: 0 !important;
  }
  .mr-hd-full-0,
.mx-hd-full-0 {
    margin-right: 0 !important;
  }
  .mb-hd-full-0,
.my-hd-full-0 {
    margin-bottom: 0 !important;
  }
  .ml-hd-full-0,
.mx-hd-full-0 {
    margin-left: 0 !important;
  }
  .m-hd-full-1 {
    margin: 0.5rem !important;
  }
  .mt-hd-full-1,
.my-hd-full-1 {
    margin-top: 0.5rem !important;
  }
  .mr-hd-full-1,
.mx-hd-full-1 {
    margin-right: 0.5rem !important;
  }
  .mb-hd-full-1,
.my-hd-full-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-hd-full-1,
.mx-hd-full-1 {
    margin-left: 0.5rem !important;
  }
  .m-hd-full-2 {
    margin: 0.75rem !important;
  }
  .mt-hd-full-2,
.my-hd-full-2 {
    margin-top: 0.75rem !important;
  }
  .mr-hd-full-2,
.mx-hd-full-2 {
    margin-right: 0.75rem !important;
  }
  .mb-hd-full-2,
.my-hd-full-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-hd-full-2,
.mx-hd-full-2 {
    margin-left: 0.75rem !important;
  }
  .m-hd-full-3 {
    margin: 1rem !important;
  }
  .mt-hd-full-3,
.my-hd-full-3 {
    margin-top: 1rem !important;
  }
  .mr-hd-full-3,
.mx-hd-full-3 {
    margin-right: 1rem !important;
  }
  .mb-hd-full-3,
.my-hd-full-3 {
    margin-bottom: 1rem !important;
  }
  .ml-hd-full-3,
.mx-hd-full-3 {
    margin-left: 1rem !important;
  }
  .m-hd-full-4 {
    margin: 2rem !important;
  }
  .mt-hd-full-4,
.my-hd-full-4 {
    margin-top: 2rem !important;
  }
  .mr-hd-full-4,
.mx-hd-full-4 {
    margin-right: 2rem !important;
  }
  .mb-hd-full-4,
.my-hd-full-4 {
    margin-bottom: 2rem !important;
  }
  .ml-hd-full-4,
.mx-hd-full-4 {
    margin-left: 2rem !important;
  }
  .m-hd-full-5 {
    margin: 3rem !important;
  }
  .mt-hd-full-5,
.my-hd-full-5 {
    margin-top: 3rem !important;
  }
  .mr-hd-full-5,
.mx-hd-full-5 {
    margin-right: 3rem !important;
  }
  .mb-hd-full-5,
.my-hd-full-5 {
    margin-bottom: 3rem !important;
  }
  .ml-hd-full-5,
.mx-hd-full-5 {
    margin-left: 3rem !important;
  }
  .m-hd-full-auto {
    margin: auto !important;
  }
  .mt-hd-full-auto,
.my-hd-full-auto {
    margin-top: auto !important;
  }
  .mr-hd-full-auto,
.mx-hd-full-auto {
    margin-right: auto !important;
  }
  .mb-hd-full-auto,
.my-hd-full-auto {
    margin-bottom: auto !important;
  }
  .ml-hd-full-auto,
.mx-hd-full-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .p-hd-full-0 {
    padding: 0 !important;
  }
  .pt-hd-full-0,
.py-hd-full-0 {
    padding-top: 0 !important;
  }
  .pr-hd-full-0,
.px-hd-full-0 {
    padding-right: 0 !important;
  }
  .pb-hd-full-0,
.py-hd-full-0 {
    padding-bottom: 0 !important;
  }
  .pl-hd-full-0,
.px-hd-full-0 {
    padding-left: 0 !important;
  }
  .p-hd-full-1 {
    padding: 0.5rem !important;
  }
  .pt-hd-full-1,
.py-hd-full-1 {
    padding-top: 0.5rem !important;
  }
  .pr-hd-full-1,
.px-hd-full-1 {
    padding-right: 0.5rem !important;
  }
  .pb-hd-full-1,
.py-hd-full-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-hd-full-1,
.px-hd-full-1 {
    padding-left: 0.5rem !important;
  }
  .p-hd-full-2 {
    padding: 0.75rem !important;
  }
  .pt-hd-full-2,
.py-hd-full-2 {
    padding-top: 0.75rem !important;
  }
  .pr-hd-full-2,
.px-hd-full-2 {
    padding-right: 0.75rem !important;
  }
  .pb-hd-full-2,
.py-hd-full-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-hd-full-2,
.px-hd-full-2 {
    padding-left: 0.75rem !important;
  }
  .p-hd-full-3 {
    padding: 1rem !important;
  }
  .pt-hd-full-3,
.py-hd-full-3 {
    padding-top: 1rem !important;
  }
  .pr-hd-full-3,
.px-hd-full-3 {
    padding-right: 1rem !important;
  }
  .pb-hd-full-3,
.py-hd-full-3 {
    padding-bottom: 1rem !important;
  }
  .pl-hd-full-3,
.px-hd-full-3 {
    padding-left: 1rem !important;
  }
  .p-hd-full-4 {
    padding: 2rem !important;
  }
  .pt-hd-full-4,
.py-hd-full-4 {
    padding-top: 2rem !important;
  }
  .pr-hd-full-4,
.px-hd-full-4 {
    padding-right: 2rem !important;
  }
  .pb-hd-full-4,
.py-hd-full-4 {
    padding-bottom: 2rem !important;
  }
  .pl-hd-full-4,
.px-hd-full-4 {
    padding-left: 2rem !important;
  }
  .p-hd-full-5 {
    padding: 3rem !important;
  }
  .pt-hd-full-5,
.py-hd-full-5 {
    padding-top: 3rem !important;
  }
  .pr-hd-full-5,
.px-hd-full-5 {
    padding-right: 3rem !important;
  }
  .pb-hd-full-5,
.py-hd-full-5 {
    padding-bottom: 3rem !important;
  }
  .pl-hd-full-5,
.px-hd-full-5 {
    padding-left: 3rem !important;
  }
  .m-hd-full-auto {
    margin: auto !important;
  }
  .mt-hd-full-auto,
.my-hd-full-auto {
    margin-top: auto !important;
  }
  .mr-hd-full-auto,
.mx-hd-full-auto {
    margin-right: auto !important;
  }
  .mb-hd-full-auto,
.my-hd-full-auto {
    margin-bottom: auto !important;
  }
  .ml-hd-full-auto,
.mx-hd-full-auto {
    margin-left: auto !important;
  }
}
.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

@media (min-width: 568px) {
  .w-mob-10 {
    width: 10% !important;
  }
  .w-mob-20 {
    width: 20% !important;
  }
  .w-mob-30 {
    width: 30% !important;
  }
  .w-mob-40 {
    width: 40% !important;
  }
  .w-mob-50 {
    width: 50% !important;
  }
  .w-mob-60 {
    width: 60% !important;
  }
  .w-mob-70 {
    width: 70% !important;
  }
  .w-mob-80 {
    width: 80% !important;
  }
  .w-mob-90 {
    width: 90% !important;
  }
  .w-mob-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-tab-10 {
    width: 10% !important;
  }
  .w-tab-20 {
    width: 20% !important;
  }
  .w-tab-30 {
    width: 30% !important;
  }
  .w-tab-40 {
    width: 40% !important;
  }
  .w-tab-50 {
    width: 50% !important;
  }
  .w-tab-60 {
    width: 60% !important;
  }
  .w-tab-70 {
    width: 70% !important;
  }
  .w-tab-80 {
    width: 80% !important;
  }
  .w-tab-90 {
    width: 90% !important;
  }
  .w-tab-100 {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .w-desk-10 {
    width: 10% !important;
  }
  .w-desk-20 {
    width: 20% !important;
  }
  .w-desk-30 {
    width: 30% !important;
  }
  .w-desk-40 {
    width: 40% !important;
  }
  .w-desk-50 {
    width: 50% !important;
  }
  .w-desk-60 {
    width: 60% !important;
  }
  .w-desk-70 {
    width: 70% !important;
  }
  .w-desk-80 {
    width: 80% !important;
  }
  .w-desk-90 {
    width: 90% !important;
  }
  .w-desk-100 {
    width: 100% !important;
  }
}
@media (min-width: 1408px) {
  .w-hd-10 {
    width: 10% !important;
  }
  .w-hd-20 {
    width: 20% !important;
  }
  .w-hd-30 {
    width: 30% !important;
  }
  .w-hd-40 {
    width: 40% !important;
  }
  .w-hd-50 {
    width: 50% !important;
  }
  .w-hd-60 {
    width: 60% !important;
  }
  .w-hd-70 {
    width: 70% !important;
  }
  .w-hd-80 {
    width: 80% !important;
  }
  .w-hd-90 {
    width: 90% !important;
  }
  .w-hd-100 {
    width: 100% !important;
  }
}
@media (min-width: 1600px) {
  .w-hd-full-10 {
    width: 10% !important;
  }
  .w-hd-full-20 {
    width: 20% !important;
  }
  .w-hd-full-30 {
    width: 30% !important;
  }
  .w-hd-full-40 {
    width: 40% !important;
  }
  .w-hd-full-50 {
    width: 50% !important;
  }
  .w-hd-full-60 {
    width: 60% !important;
  }
  .w-hd-full-70 {
    width: 70% !important;
  }
  .w-hd-full-80 {
    width: 80% !important;
  }
  .w-hd-full-90 {
    width: 90% !important;
  }
  .w-hd-full-100 {
    width: 100% !important;
  }
}
.h-10 {
  height: 10% !important;
}

.h-20 {
  height: 20% !important;
}

.h-30 {
  height: 30% !important;
}

.h-40 {
  height: 40% !important;
}

.h-50 {
  height: 50% !important;
}

.h-60 {
  height: 60% !important;
}

.h-70 {
  height: 70% !important;
}

.h-80 {
  height: 80% !important;
}

.h-90 {
  height: 90% !important;
}

.h-100 {
  height: 100% !important;
}

@media (min-width: 568px) {
  .h-mob-10 {
    height: 10% !important;
  }
  .h-mob-20 {
    height: 20% !important;
  }
  .h-mob-30 {
    height: 30% !important;
  }
  .h-mob-40 {
    height: 40% !important;
  }
  .h-mob-50 {
    height: 50% !important;
  }
  .h-mob-60 {
    height: 60% !important;
  }
  .h-mob-70 {
    height: 70% !important;
  }
  .h-mob-80 {
    height: 80% !important;
  }
  .h-mob-90 {
    height: 90% !important;
  }
  .h-mob-100 {
    height: 100% !important;
  }
}
@media (min-width: 768px) {
  .h-tab-10 {
    height: 10% !important;
  }
  .h-tab-20 {
    height: 20% !important;
  }
  .h-tab-30 {
    height: 30% !important;
  }
  .h-tab-40 {
    height: 40% !important;
  }
  .h-tab-50 {
    height: 50% !important;
  }
  .h-tab-60 {
    height: 60% !important;
  }
  .h-tab-70 {
    height: 70% !important;
  }
  .h-tab-80 {
    height: 80% !important;
  }
  .h-tab-90 {
    height: 90% !important;
  }
  .h-tab-100 {
    height: 100% !important;
  }
}
@media (min-width: 1024px) {
  .h-desk-10 {
    height: 10% !important;
  }
  .h-desk-20 {
    height: 20% !important;
  }
  .h-desk-30 {
    height: 30% !important;
  }
  .h-desk-40 {
    height: 40% !important;
  }
  .h-desk-50 {
    height: 50% !important;
  }
  .h-desk-60 {
    height: 60% !important;
  }
  .h-desk-70 {
    height: 70% !important;
  }
  .h-desk-80 {
    height: 80% !important;
  }
  .h-desk-90 {
    height: 90% !important;
  }
  .h-desk-100 {
    height: 100% !important;
  }
}
@media (min-width: 1408px) {
  .h-hd-10 {
    height: 10% !important;
  }
  .h-hd-20 {
    height: 20% !important;
  }
  .h-hd-30 {
    height: 30% !important;
  }
  .h-hd-40 {
    height: 40% !important;
  }
  .h-hd-50 {
    height: 50% !important;
  }
  .h-hd-60 {
    height: 60% !important;
  }
  .h-hd-70 {
    height: 70% !important;
  }
  .h-hd-80 {
    height: 80% !important;
  }
  .h-hd-90 {
    height: 90% !important;
  }
  .h-hd-100 {
    height: 100% !important;
  }
}
@media (min-width: 1600px) {
  .h-hd-full-10 {
    height: 10% !important;
  }
  .h-hd-full-20 {
    height: 20% !important;
  }
  .h-hd-full-30 {
    height: 30% !important;
  }
  .h-hd-full-40 {
    height: 40% !important;
  }
  .h-hd-full-50 {
    height: 50% !important;
  }
  .h-hd-full-60 {
    height: 60% !important;
  }
  .h-hd-full-70 {
    height: 70% !important;
  }
  .h-hd-full-80 {
    height: 80% !important;
  }
  .h-hd-full-90 {
    height: 90% !important;
  }
  .h-hd-full-100 {
    height: 100% !important;
  }
}
.full-width {
  width: 100vw !important;
}

.full-height {
  height: 100vh !important;
}

.c-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.c-black {
  color: #1D1D1B !important;
}

.bg-black {
  background-color: #1D1D1B !important;
}

.c-primary {
  color: #D6FE40 !important;
}

.bg-primary {
  background-color: #D6FE40 !important;
}

.c-primary-dark {
  color: #ABCC33 !important;
}

.bg-primary-dark {
  background-color: #ABCC33 !important;
}

.c-primary-pale {
  color: #F1FEBE !important;
}

.bg-primary-pale {
  background-color: #F1FEBE !important;
}

.c-secondary {
  color: #DFE2D5 !important;
}

.bg-secondary {
  background-color: #DFE2D5 !important;
}

.c-off-white {
  color: #FEF9F0 !important;
}

.bg-off-white {
  background-color: #FEF9F0 !important;
}

.c-pink {
  color: #F976FB !important;
}

.bg-pink {
  background-color: #F976FB !important;
}

.c-sage {
  color: #92B4A7 !important;
}

.bg-sage {
  background-color: #92B4A7 !important;
}

.c-purple {
  color: #4B4265 !important;
}

.bg-purple {
  background-color: #4B4265 !important;
}

.c-grey {
  color: #DFE2D6 !important;
}

.bg-grey {
  background-color: #DFE2D6 !important;
}

.c-grey-light {
  color: #EFF0EA !important;
}

.bg-grey-light {
  background-color: #EFF0EA !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.6em;
}

h1 {
  font-size: 3.31rem;
  margin: 0.4413333333rem 0;
}

h2 {
  font-size: 2.25rem;
  margin: 0.3rem 0;
}

h3 {
  font-size: 1.56rem;
  margin: 0.208rem 0;
}

h4 {
  font-size: 1.12rem;
  margin: 0.1493333333rem 0;
}

h5 {
  font-size: 1.06rem;
  margin: 0.1413333333rem 0;
}

h6 {
  font-size: 0.75rem;
  margin: 0.1rem 0;
}

p {
  font-size: 1rem;
  margin: 0 0 1rem;
  font-weight: 300;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

em {
  font-style: italic;
}

strong {
  font-weight: 900;
}

small {
  font-size: 75%;
}

.t-decoration-none {
  text-decoration: none !important;
}

.t-normal {
  font-weight: normal !important;
}

.t-bold {
  font-weight: 900 !important;
}

.t-light {
  font-weight: 300 !important;
}

.t-italic {
  font-style: italic !important;
}

.t-uppercase {
  text-transform: uppercase !important;
}

.t-lowercase {
  text-transform: lowercase !important;
}

.t-initial {
  text-transform: initial !important;
}

.t-nowrap {
  white-space: nowrap !important;
}

@media only screen and (min-width: 388px) {
  .t-responsive {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 416px) {
  .t-responsive {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 444px) {
  .t-responsive {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 472px) {
  .t-responsive {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 500px) {
  .t-responsive {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 528px) {
  .t-responsive {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 556px) {
  .t-responsive {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 584px) {
  .t-responsive {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 612px) {
  .t-responsive {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 640px) {
  .t-responsive {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 668px) {
  .t-responsive {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 696px) {
  .t-responsive {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 724px) {
  .t-responsive {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 752px) {
  .t-responsive {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 780px) {
  .t-responsive {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 808px) {
  .t-responsive {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 836px) {
  .t-responsive {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 864px) {
  .t-responsive {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 892px) {
  .t-responsive {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 920px) {
  .t-responsive {
    font-size: 1.68rem;
  }
}
@media only screen and (min-width: 948px) {
  .t-responsive {
    font-size: 1.704rem;
  }
}
@media only screen and (min-width: 976px) {
  .t-responsive {
    font-size: 1.728rem;
  }
}
@media only screen and (min-width: 1004px) {
  .t-responsive {
    font-size: 1.752rem;
  }
}
@media only screen and (min-width: 1032px) {
  .t-responsive {
    font-size: 1.776rem;
  }
}
@media only screen and (min-width: 1060px) {
  .t-responsive {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1088px) {
  .t-responsive {
    font-size: 1.824rem;
  }
}
@media only screen and (min-width: 1116px) {
  .t-responsive {
    font-size: 1.848rem;
  }
}
@media only screen and (min-width: 1144px) {
  .t-responsive {
    font-size: 1.872rem;
  }
}
@media only screen and (min-width: 1172px) {
  .t-responsive {
    font-size: 1.896rem;
  }
}
@media only screen and (min-width: 1200px) {
  .t-responsive {
    font-size: 1.92rem;
  }
}
@media only screen and (max-width: 360px) {
  .t-responsive {
    font-size: 1.2rem;
  }
}

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

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

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

.t-justify {
  text-align: justify !important;
}

@media (min-width: 568px) {
  .t-mob-center {
    text-align: center !important;
  }
  .t-mob-left {
    text-align: left !important;
  }
  .t-mob-right {
    text-align: right !important;
  }
  .t-mob-justify {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .t-tab-center {
    text-align: center !important;
  }
  .t-tab-left {
    text-align: left !important;
  }
  .t-tab-right {
    text-align: right !important;
  }
  .t-tab-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1024px) {
  .t-desk-center {
    text-align: center !important;
  }
  .t-desk-left {
    text-align: left !important;
  }
  .t-desk-right {
    text-align: right !important;
  }
  .t-desk-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1408px) {
  .t-hd-center {
    text-align: center !important;
  }
  .t-hd-left {
    text-align: left !important;
  }
  .t-hd-right {
    text-align: right !important;
  }
  .t-hd-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1600px) {
  .t-hd-full-center {
    text-align: center !important;
  }
  .t-hd-full-left {
    text-align: left !important;
  }
  .t-hd-full-right {
    text-align: right !important;
  }
  .t-hd-full-justify {
    text-align: justify !important;
  }
}
.img-responsive {
  max-width: 100%;
  height: auto;
}

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

/* ====================
    Base
    ==================== */
html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

main {
  width: 100%;
  max-width: 100%;
}

.page-template-news-single main {
  overflow-x: visible;
}

section {
  position: relative;
}

.page-template-team main,
.page-template-news-archive main,
.page-template-seo main {
  overflow-x: hidden;
}

.hide-overflow {
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  display: block;
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4vw;
}

@media (max-width: 568px) {
  .row-small-padding-mob [class*=col]:nth-child(even) {
    padding-left: 7px;
  }
  .row-small-padding-mob [class*=col]:nth-child(odd) {
    padding-right: 7px;
  }
}
@media (min-width: 1024px) and (max-width: 1408px) {
  .col-desk-third {
    width: 33.333333333%;
  }
}
@media (min-width: 1408px) {
  .col-hd-full-fifth {
    width: 20%;
  }
}
figure {
  margin: 0;
}

ul {
  list-style-type: none;
}

.bg-black * {
  color: #fff;
}
.bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6 {
  color: #D6FE40;
}
.bg-black h2 strong, .bg-black h3 strong, .bg-black h4 strong, .bg-black h5 strong, .bg-black h6 strong {
  color: #D6FE40;
}

.bg-primary a {
  color: #1D1D1B;
}
.bg-primary a:hover {
  color: #F976FB;
}

.lazy-hide {
  display: none !important;
}

.large-padding {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

body .iubenda-tp-btn[data-tp-float] {
  z-index: 999 !important;
}

.pos-inherit {
  position: inherit;
}

@font-face {
  font-family: "NeueHaasDisp";
  src: local("Neue Haas Grotesk Display Pro 55 Roman"), local("NHaasGroteskDSPro-55Rg"), url("/assets/fonts/NHaasGroteskDSPro-55Rg.woff2") format("woff2"), url("/assets/fonts/NHaasGroteskDSPro-55Rg.woff") format("woff"), url("/assets/fonts/NHaasGroteskDSPro-55Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasDisp";
  src: local("Neue Haas Grotesk Display Pro 65 Medium"), local("NHaasGroteskDSPro-65Md"), url("/assets/fonts/NHaasGroteskDSPro-65Md.woff2") format("woff2"), url("/assets/fonts/NHaasGroteskDSPro-65Md.woff") format("woff"), url("/assets/fonts/NHaasGroteskDSPro-65Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasText";
  src: local("Neue Haas Grotesk Text Pro 55 Roman"), local("NHaasGroteskTXPro-55Rg"), url("/assets/fonts/NHaasGroteskTXPro-55Rg.woff2") format("woff2"), url("/assets/fonts/NHaasGroteskTXPro-55Rg.woff") format("woff"), url("/assets/fonts/NHaasGroteskTXPro-55Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasText";
  src: local("Neue Haas Grotesk Text Pro 65 Medium"), local("NHaasGroteskTXPro-65Md"), url("/assets/fonts/NHaasGroteskTXPro-65Md.woff2") format("woff2"), url("/assets/fonts/NHaasGroteskTXPro-65Md.woff") format("woff"), url("/assets/fonts/NHaasGroteskTXPro-65Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasText";
  src: local("Neue Haas Grotesk Text Pro 75 Bold"), local("NHaasGroteskTXPro-75Bd"), url("/assets/fonts/NHaasGroteskTXPro-75Bd.woff2") format("woff2"), url("/assets/fonts/NHaasGroteskTXPro-75Bd.woff") format("woff"), url("/assets/fonts/NHaasGroteskTXPro-75Bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body {
  color: #1D1D1B;
  font-family: "NeueHaasText";
  font-size: 90%;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
}
@media (min-width: 768px) {
  html,
body {
    font-size: 95%;
  }
}
@media (min-width: 1024px) {
  html,
body {
    font-size: 100%;
  }
}
@media (min-width: 1408px) {
  html,
body {
    font-size: 102.5%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  color: #1D1D1B;
  word-wrap: break-word;
}

h1,
.heading-1 {
  font-family: "NeueHaasDisp";
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
h1,
.heading-1 {
  font-size: 56px;
}
@media screen and (min-width: 350px) {
  h1,
.heading-1 {
    font-size: calc(56px + 47 * ((100vw - 350px) / 1650));
  }
}
@media screen and (min-width: 2000px) {
  h1,
.heading-1 {
    font-size: 103px;
  }
}
@media (max-width: 350px) {
  h1,
.heading-1 {
    font-size: 46px;
  }
}
@media (max-width: 568px) {
  h1.small-phone,
.heading-1.small-phone {
    font-size: 42px;
  }
}
@media screen and (max-width: 568px) and (min-width: 300px) {
  h1.small-phone,
.heading-1.small-phone {
    font-size: calc(42px + 16 * ((100vw - 300px) / 200));
  }
}
@media screen and (max-width: 568px) and (min-width: 500px) {
  h1.small-phone,
.heading-1.small-phone {
    font-size: 58px;
  }
}
@media (min-width: 1024px) {
  h1,
.heading-1 {
    font-size: 56px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 350px) {
  h1,
.heading-1 {
    font-size: calc(56px + 24 * ((100vw - 350px) / 1650));
  }
}
@media screen and (min-width: 1024px) and (min-width: 2000px) {
  h1,
.heading-1 {
    font-size: 80px;
  }
}
@media (min-width: 1408px) {
  h1,
.heading-1 {
    font-size: 56px;
  }
}
@media screen and (min-width: 1408px) and (min-width: 350px) {
  h1,
.heading-1 {
    font-size: calc(56px + 34 * ((100vw - 350px) / 1650));
  }
}
@media screen and (min-width: 1408px) and (min-width: 2000px) {
  h1,
.heading-1 {
    font-size: 90px;
  }
}
@media (min-width: 1600px) {
  h1,
.heading-1 {
    font-size: 56px;
  }
}
@media screen and (min-width: 1600px) and (min-width: 350px) {
  h1,
.heading-1 {
    font-size: calc(56px + 47 * ((100vw - 350px) / 1650));
  }
}
@media screen and (min-width: 1600px) and (min-width: 2000px) {
  h1,
.heading-1 {
    font-size: 103px;
  }
}
h1.border,
.heading-1.border {
  border-bottom: 2px solid #ABCC33;
  padding-bottom: 1.6rem;
}

h2,
.heading-2 {
  font-family: "NeueHaasDisp";
  font-weight: 500;
  line-height: 1.2;
}
h2,
.heading-2 {
  font-size: 47px;
}
@media screen and (min-width: 320px) {
  h2,
.heading-2 {
    font-size: calc(47px + 23 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  h2,
.heading-2 {
    font-size: 70px;
  }
}
@media (max-width: 350px) {
  h2,
.heading-2 {
    font-size: 38px;
  }
}

h3,
.heading-3 {
  font-family: "NeueHaasDisp";
  font-weight: 500;
  line-height: 1.2;
}
h3,
.heading-3 {
  font-size: 41px;
}
@media screen and (min-width: 320px) {
  h3,
.heading-3 {
    font-size: calc(41px + 20 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  h3,
.heading-3 {
    font-size: 61px;
  }
}
@media (max-width: 350px) {
  h3,
.heading-3 {
    font-size: 36px;
  }
}

h4,
.heading-4 {
  font-family: "NeueHaasDisp";
  font-weight: 500;
  line-height: 1.3;
}
h4,
.heading-4 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  h4,
.heading-4 {
    font-size: calc(30px + 26 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  h4,
.heading-4 {
    font-size: 56px;
  }
}

h5,
.heading-5 {
  font-family: "NeueHaasDisp";
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
h5,
.heading-5 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  h5,
.heading-5 {
    font-size: calc(30px + 12 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  h5,
.heading-5 {
    font-size: 42px;
  }
}
@media (max-width: 350px) {
  h5,
.heading-5 {
    font-size: 26px;
  }
}
h5.margin,
.heading-5.margin {
  margin-bottom: 1rem;
}
h5.small,
.heading-5.small {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  h5.small,
.heading-5.small {
    font-size: calc(30px + 12 * ((100vw - 320px) / 1088));
  }
}
@media screen and (min-width: 1408px) {
  h5.small,
.heading-5.small {
    font-size: 42px;
  }
}

h6,
.heading-6 {
  font-family: "NeueHaasDisp";
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
}
h6,
.heading-6 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  h6,
.heading-6 {
    font-size: calc(18px + 10 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  h6,
.heading-6 {
    font-size: 28px;
  }
}

p {
  font-size: 1.1rem;
  line-height: 32px;
  margin-bottom: 2rem;
}
p.lead {
  line-height: 28px;
}
p.lead {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  p.lead {
    font-size: calc(16px + 5 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  p.lead {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  p.lead {
    line-height: 36px;
  }
}
p.small {
  font-size: 0.95rem;
}
p.bold {
  font-weight: 500;
}
p.large {
  font-size: 20px;
  font-size: 1.25rem;
}

small {
  font-size: 0.8rem;
  line-height: 1.3;
}
small.uppercase {
  text-transform: uppercase;
  color: #1D1D1B;
  letter-spacing: 2px;
}
small.margin {
  display: block;
  margin-bottom: 0.8rem;
}

.unsetcase {
  text-transform: none;
}

a {
  color: #D6FE40;
  text-decoration: none;
  transition: color 100ms ease;
  will-change: color;
}
a:hover {
  color: #F976FB;
  text-decoration: none;
}

.text-cont {
  margin-bottom: 1rem;
}
.text-cont p:last-of-type {
  margin-bottom: 0;
}
.text-cont-no-margin {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .text-cont {
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .text-cont {
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 1408px) {
  .text-cont {
    margin-bottom: 1.6rem;
  }
}

::-moz-selection {
  background: #D6FE40; /* WebKit/Blink Browsers */
  color: #1D1D1B;
}

::selection {
  background: #D6FE40; /* WebKit/Blink Browsers */
  color: #1D1D1B;
}

::-moz-selection {
  background: #D6FE40; /* Gecko Browsers */
  color: #1D1D1B;
}

.font-display {
  font-family: "NeueHaasDisp";
}

.font-text {
  font-family: "NeueHaasText";
}

.font-arial {
  font-family: "Arial", serif;
}

.gradient-green-black {
  background: #D6FE40;
  background: linear-gradient(90deg, #d6fe40 0%, #b9dc37 50%, #1d1d1b 100%);
}
.gradient-purple-green {
  background: #4B4265;
  background: linear-gradient(90deg, #4b4265 0%, #5f5d60 50%, #d6fe40 100%);
}
.gradient-pink-grey {
  background: #F976FB;
  background: linear-gradient(90deg, #f976fb 0%, #eab3e5 50%, #dfe2d5 100%);
}

.shade-black-1 {
  background-color: #60605E !important;
}
.shade-black-2 {
  background-color: #8D8D8C !important;
}
.shade-black-3 {
  background-color: #BABABA !important;
}
.shade-green-1 {
  background-color: #E2FE79 !important;
}
.shade-green-2 {
  background-color: #EAFE9F !important;
}
.shade-green-3 {
  background-color: #F3FFC5 !important;
}
.shade-grey-1 {
  background-color: #E8EAE1 !important;
}
.shade-grey-2 {
  background-color: #EFF0EA !important;
}
.shade-grey-3 {
  background-color: #F5F6F2 !important;
}
.shade-purple-1 {
  background-color: #807A93 !important;
}
.shade-purple-2 {
  background-color: #A4A0B1 !important;
}
.shade-purple-3 {
  background-color: #C8C6D0 !important;
}
.shade-pink-1 {
  background-color: #FB9EFC !important;
}
.shade-pink-2 {
  background-color: #FCBAFD !important;
}
.shade-pink-3 {
  background-color: #FDD5FE !important;
}

.margin-top {
  margin-top: 1rem !important;
}
@media (min-width: 768px) {
  .margin-top {
    margin-top: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .margin-top {
    margin-top: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .margin-top {
    margin-top: 1.6rem !important;
  }
}
.margin-bottom {
  margin-bottom: 1rem !important;
}
@media (min-width: 768px) {
  .margin-bottom {
    margin-bottom: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .margin-bottom {
    margin-bottom: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .margin-bottom {
    margin-bottom: 1.6rem !important;
  }
}
.margin-left {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
@media (min-width: 768px) {
  .margin-left {
    margin-bottom: 1.2rem !important;
    margin-top: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .margin-left {
    margin-bottom: 1.4rem !important;
    margin-top: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .margin-left {
    margin-bottom: 1.6rem !important;
    margin-top: 1.6rem !important;
  }
}
.margin-right {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
@media (min-width: 768px) {
  .margin-right {
    margin-bottom: 1.2rem !important;
    margin-top: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .margin-right {
    margin-bottom: 1.4rem !important;
    margin-top: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .margin-right {
    margin-bottom: 1.6rem !important;
    margin-top: 1.6rem !important;
  }
}
.margin-large.margin-top {
  margin-top: 2rem !important;
}
@media (min-width: 768px) {
  .margin-large.margin-top {
    margin-top: 2.2rem !important;
  }
}
@media (min-width: 1024px) {
  .margin-large.margin-top {
    margin-top: 2.4rem !important;
  }
}
@media (min-width: 1408px) {
  .margin-large.margin-top {
    margin-top: 2.6rem !important;
  }
}
.margin-large.margin-bottom {
  margin-bottom: 2rem !important;
}
@media (min-width: 768px) {
  .margin-large.margin-bottom {
    margin-bottom: 2.2rem !important;
  }
}
@media (min-width: 1024px) {
  .margin-large.margin-bottom {
    margin-bottom: 2.4rem !important;
  }
}
@media (min-width: 1408px) {
  .margin-large.margin-bottom {
    margin-bottom: 2.6rem !important;
  }
}
.margin-large.margin-left {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}
@media (min-width: 768px) {
  .margin-large.margin-left {
    margin-bottom: 2.2rem !important;
    margin-top: 2.2rem !important;
  }
}
@media (min-width: 1024px) {
  .margin-large.margin-left {
    margin-bottom: 2.4rem !important;
    margin-top: 2.4rem !important;
  }
}
@media (min-width: 1408px) {
  .margin-large.margin-left {
    margin-bottom: 2.6rem !important;
    margin-top: 2.6rem !important;
  }
}
.margin-large.margin-right {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}
@media (min-width: 768px) {
  .margin-large.margin-right {
    margin-bottom: 2.2rem !important;
    margin-top: 2.2rem !important;
  }
}
@media (min-width: 1024px) {
  .margin-large.margin-right {
    margin-bottom: 2.4rem !important;
    margin-top: 2.4rem !important;
  }
}
@media (min-width: 1408px) {
  .margin-large.margin-right {
    margin-bottom: 2.6rem !important;
    margin-top: 2.6rem !important;
  }
}
.margin-xlarge.margin-top {
  margin-top: 6rem !important;
}
@media (min-width: 768px) {
  .margin-xlarge.margin-top {
    margin-top: 6.2rem !important;
  }
}
@media (min-width: 1024px) {
  .margin-xlarge.margin-top {
    margin-top: 6.4rem !important;
  }
}
@media (min-width: 1408px) {
  .margin-xlarge.margin-top {
    margin-top: 6.6rem !important;
  }
}
.margin-xlarge.margin-bottom {
  margin-bottom: 6rem !important;
}
@media (min-width: 768px) {
  .margin-xlarge.margin-bottom {
    margin-bottom: 6.2rem !important;
  }
}
@media (min-width: 1024px) {
  .margin-xlarge.margin-bottom {
    margin-bottom: 6.4rem !important;
  }
}
@media (min-width: 1408px) {
  .margin-xlarge.margin-bottom {
    margin-bottom: 6.6rem !important;
  }
}
.margin-xlarge.margin-left {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important;
}
@media (min-width: 768px) {
  .margin-xlarge.margin-left {
    margin-bottom: 6.2rem !important;
    margin-top: 6.2rem !important;
  }
}
@media (min-width: 1024px) {
  .margin-xlarge.margin-left {
    margin-bottom: 6.4rem !important;
    margin-top: 6.4rem !important;
  }
}
@media (min-width: 1408px) {
  .margin-xlarge.margin-left {
    margin-bottom: 6.6rem !important;
    margin-top: 6.6rem !important;
  }
}
.margin-xlarge.margin-right {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important;
}
@media (min-width: 768px) {
  .margin-xlarge.margin-right {
    margin-bottom: 6.2rem !important;
    margin-top: 6.2rem !important;
  }
}
@media (min-width: 1024px) {
  .margin-xlarge.margin-right {
    margin-bottom: 6.4rem !important;
    margin-top: 6.4rem !important;
  }
}
@media (min-width: 1408px) {
  .margin-xlarge.margin-right {
    margin-bottom: 6.6rem !important;
    margin-top: 6.6rem !important;
  }
}
.margin-small.margin-top {
  margin-top: 0.5rem !important;
}
@media (min-width: 768px) {
  .margin-small.margin-top {
    margin-top: 0.7rem !important;
  }
}
@media (min-width: 1024px) {
  .margin-small.margin-top {
    margin-top: 0.9rem !important;
  }
}
@media (min-width: 1408px) {
  .margin-small.margin-top {
    margin-top: 1.1rem !important;
  }
}
.margin-small.margin-bottom {
  margin-top: 0.5rem !important;
}
@media (min-width: 768px) {
  .margin-small.margin-bottom {
    margin-top: 0.7rem !important;
  }
}
@media (min-width: 1024px) {
  .margin-small.margin-bottom {
    margin-top: 0.9rem !important;
  }
}
@media (min-width: 1408px) {
  .margin-small.margin-bottom {
    margin-top: 1.1rem !important;
  }
}
.margin-small.margin-left {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
@media (min-width: 768px) {
  .margin-small.margin-left {
    margin-bottom: 0.7rem !important;
    margin-top: 0.7rem !important;
  }
}
@media (min-width: 1024px) {
  .margin-small.margin-left {
    margin-bottom: 0.9rem !important;
    margin-top: 0.9rem !important;
  }
}
@media (min-width: 1408px) {
  .margin-small.margin-left {
    margin-bottom: 1.1rem !important;
    margin-top: 1.1rem !important;
  }
}
.margin-small.margin-right {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
@media (min-width: 768px) {
  .margin-small.margin-right {
    margin-bottom: 0.7rem !important;
    margin-top: 0.7rem !important;
  }
}
@media (min-width: 1024px) {
  .margin-small.margin-right {
    margin-bottom: 0.9rem !important;
    margin-top: 0.9rem !important;
  }
}
@media (min-width: 1408px) {
  .margin-small.margin-right {
    margin-bottom: 1.1rem !important;
    margin-top: 1.1rem !important;
  }
}

.border-bottom {
  border-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
}
.border-green {
  border-color: #D6FE40;
}

/* ====================
    Components
    ==================== */
.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  padding: 0 2rem;
  cursor: pointer;
  outline: none;
  margin: 0;
  border: 2px solid #1D1D1B;
  font-size: 16px;
  font-weight: 500;
  height: 55px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  border-radius: 5px;
  color: #1D1D1B;
  box-sizing: border-box;
  white-space: nowrap;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease !important;
  will-change: color, background-color, border-color !important;
}
.btn:active {
  transition: none;
}
.btn span {
  transition: color 160ms ease !important;
  will-change: color;
}
.btn .new-window {
  margin-left: 8px;
}
.btn .new-window path {
  transition: all 160ms ease;
}
.btn svg:not(.new-window) path {
  fill: #1D1D1B;
  stroke: #1D1D1B;
  transition: fill 160ms ease, stroke 160ms, ease !important;
  will-change: fill, stroke !important;
}
.btn.btn-black {
  color: #1D1D1B;
  border-color: #1D1D1B;
}
.btn.btn-black.btn-border-grey {
  border-color: #DFE2D6;
}
.btn.btn-black.btn-active, .btn.btn-black:hover {
  color: #fff !important;
  background-color: #1D1D1B;
}
.btn.btn-black.btn-active svg path, .btn.btn-black:hover svg path {
  fill: #fff !important;
  stroke: #fff !important;
}
.btn.btn-green {
  color: #D6FE40;
  border-color: #D6FE40;
}
.btn.btn-green:hover {
  color: #1D1D1B !important;
  background-color: #D6FE40;
}
.btn.btn-green:hover svg path {
  fill: #1D1D1B;
  stroke: #1D1D1B;
}
.btn.btn-pink {
  color: #F976FB;
  border-color: #F976FB;
}
.btn.btn-pink:hover {
  color: #1D1D1B !important;
  background-color: #F976FB;
}
.btn.btn-pink:hover svg path {
  fill: #1D1D1B;
  stroke: #1D1D1B;
}
.btn.btn-purple {
  color: #4B4265;
  border-color: #4B4265;
}
.btn.btn-purple svg path {
  fill: #fff !important;
  stroke: #fff !important;
}
.btn.btn-purple:hover {
  color: #fff !important;
  background-color: #4B4265;
}
.btn.btn-purple:hover svg path {
  fill: #fff;
  stroke: #fff;
}
.btn-fill {
  overflow: hidden;
}
.btn-fill.btn-black {
  background-color: #1D1D1B;
  color: #fff !important;
}
.btn-fill.btn-black span {
  color: #fff !important;
}
.btn-fill.btn-black:after {
  border-color: #D6FE40;
}
.btn-fill.btn-black svg path {
  fill: #D6FE40;
  stroke: #D6FE40;
}
.btn-fill.btn-black:hover {
  background-color: #31310B;
  border-color: #31310B;
  color: #D6FE40 !important;
}
.btn-fill.btn-black:hover span {
  color: #D6FE40 !important;
}
.btn-fill.btn-black:hover svg path {
  fill: #D6FE40 !important;
  stroke: #D6FE40 !important;
}
.btn-fill.btn-green {
  background-color: #D6FE40;
  color: #1D1D1B !important;
  border: 1px solid #D6FE40;
}
.btn-fill.btn-green span {
  color: #1D1D1B !important;
}
.btn-fill.btn-green:after {
  border-color: #D6FE40;
}
.btn-fill.btn-green:hover, .btn-fill.btn-green:focus {
  background-color: #708035;
  color: #D6FE40 !important;
  border-color: #708035;
}
.btn-fill.btn-green:hover span, .btn-fill.btn-green:focus span {
  color: #D6FE40 !important;
}
.btn-fill.btn-green:hover svg, .btn-fill.btn-green:hover path, .btn-fill.btn-green:focus svg, .btn-fill.btn-green:focus path {
  fill: #D6FE40 !important;
  stroke: #D6FE40 !important;
}
.btn-fill.btn-pink {
  background-color: #F976FB;
  color: #1D1D1B !important;
}
.btn-fill.btn-pink span {
  color: #1D1D1B !important;
}
.btn-fill.btn-pink:after {
  border-color: #1D1D1B;
}
.btn-fill.btn-pink:hover {
  background-color: #952C96;
  color: #F976FB !important;
  border-color: #952C96;
}
.btn-fill.btn-pink:hover span {
  color: #F976FB !important;
}
.btn-fill.btn-pink:hover svg, .btn-fill.btn-pink:hover path {
  fill: #F976FB !important;
  stroke: #F976FB !important;
}
.btn-fill.btn-purple {
  background-color: #4B4265;
  color: #fff !important;
}
.btn-fill.btn-purple span {
  color: #fff !important;
}
.btn-fill.btn-purple:after {
  border-color: #4B4265;
}
.btn-fill.btn-purple:hover {
  background-color: #A4A0B1;
  color: #4B4265 !important;
  border-color: #A4A0B1;
}
.btn-fill.btn-purple:hover span {
  color: #4B4265 !important;
}
.btn-fill.btn-purple:hover svg, .btn-fill.btn-purple:hover path {
  fill: #4B4265 !important;
  stroke: #4B4265 !important;
}
.btn.btn-black:active {
  background-color: #708035;
  border-color: #D6FE40;
  color: #D6FE40 !important;
}
.btn.btn-black:active span {
  color: #D6FE40 !important;
}
.btn.btn-black:active svg path {
  fill: #D6FE40 !important;
  stroke: #D6FE40 !important;
}
.btn.btn-green:active {
  background-color: #31310B;
  border-color: #D6FE40;
  color: #D6FE40 !important;
}
.btn.btn-green:active span {
  color: #D6FE40 !important;
}
.btn.btn-green:active svg path {
  fill: #D6FE40 !important;
  stroke: #D6FE40 !important;
}
.btn.btn-pink:active {
  background-color: #581A58;
  border-color: #F976FB;
  color: #F976FB !important;
}
.btn.btn-pink:active span {
  color: #F976FB !important;
}
.btn.btn-pink:active svg path {
  fill: #F976FB !important;
  stroke: #F976FB !important;
}
.btn.btn-purple:active {
  background-color: #C8C6D0;
  border-color: #4B4265;
  color: #4B4265 !important;
}
.btn.btn-purple:active span {
  color: #4B4265 !important;
}
.btn.btn-purple:active svg path {
  fill: #4B4265 !important;
  stroke: #4B4265 !important;
}
.btn-icon span + svg,
.btn-icon span + img,
.btn-icon svg + span,
.btn-icon img + span {
  margin-left: 10px;
}
.btn-line {
  height: auto;
  background-color: transparent;
  padding: 0 0 3px 0;
  font-family: "NeueHaasText";
  font-size: 1.1rem;
  line-height: 32px;
  font-weight: bold;
  border: none;
  min-width: 0 !important;
}
.btn-line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #D6FE40;
  transform-origin: right;
}
.btn-line-dark:before {
  background-color: #ABCC33;
}
.btn-line-black:before {
  background-color: #1D1D1B;
}
.btn-line:hover {
  color: inherit !important;
}
.btn-line:hover:before {
  -webkit-animation: learnMoreHover 500ms cubic-bezier(1, 0, 0, 1);
          animation: learnMoreHover 500ms cubic-bezier(1, 0, 0, 1);
}
@-webkit-keyframes learnMoreHover {
  50% {
    transform: scaleX(0);
    transform-origin: right;
  }
  51% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@keyframes learnMoreHover {
  50% {
    transform: scaleX(0);
    transform-origin: right;
  }
  51% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.btn-loading {
  content: "";
  transition: none;
  pointer-events: none;
}
.btn-loading.btn {
  color: transparent !important;
}
.btn-loading span {
  display: none;
}
.btn-loading:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-right-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: spinner;
          animation-name: spinner;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-loading:hover {
  box-shadow: none;
}
.btn-large {
  padding: 0 2.6rem;
}
.btn-margin-top {
  margin-top: 1rem;
}
.btn-margin-bottom {
  margin-bottom: 1rem;
}
.btn-margin-left {
  margin-left: 0.8rem;
}
.btn-margin-right {
  margin-right: 0.8rem;
}
.btn-block {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .btn-fixed-width {
    min-width: 200px;
  }
}
.btn-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.btn-cont .btn {
  margin-right: 0.8rem;
  margin-bottom: 0;
}
.btn-cont .btn:last-child {
  margin-right: 0;
}
.btn-cont-margin-top {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .btn-cont-margin-top {
    margin-top: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .btn-cont-margin-top {
    margin-top: 3rem;
  }
}
.btn-cont-margin-bottom {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .btn-cont-margin-bottom {
    margin-bottom: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .btn-cont-margin-bottom {
    margin-bottom: 3rem;
  }
}
.btn-cont-centered {
  justify-content: center;
}
@media (max-width: 350px) {
  .btn:not(.btn-line) {
    padding: 20px 26px;
  }
}
@media (max-width: 568px) {
  .btn-tag-mob {
    padding: 8px;
    height: auto;
    font-size: 14px;
  }
  .btn-cont .btn {
    margin-bottom: 0.8rem;
    margin-right: 0.8rem;
  }
  .btn-cont .btn:last-child {
    margin-bottom: 0;
  }
  .btn-cont-spacer {
    flex: auto;
    flex-grow: 2;
    width: 100%;
  }
}
.btn-dismiss {
  background-color: #d7fe40;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: none;
  position: absolute;
  top: -30px;
  right: 30px;
}
.btn-dismiss img {
  max-width: 15px;
}
.btn-dismiss:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn {
    font-size: 18px;
  }
  .btn-fixed-width {
    min-width: 226px;
  }
  .btn-cont .btn {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .btn {
    font-size: 19px;
  }
}
@media (min-width: 1024px) and (max-width: 1408px) {
  .btn {
    font-size: 16px;
    min-width: 190px;
  }
}

.btn.btn-xlarge {
  padding: 1.02rem 0;
  height: auto;
  font-size: 22px;
  width: 146px;
}
@media (min-width: 768px) {
  .btn.btn-xlarge {
    font-size: 34px;
    width: 216px;
  }
}
@media (min-width: 1024px) {
  .btn.btn-xlarge {
    font-size: 34px;
    width: 216px;
  }
}
.btn.btn-xlarge.btn-icon-right svg {
  width: 25px;
  height: 25px;
  margin-left: 16px;
}

.fixed-btn {
  position: fixed;
  bottom: 16px;
  z-index: 1010;
}
.fixed-btn label > .btn {
  border-radius: 32px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.47);
  padding: 0 2rem;
}
.fixed-btn.fixed-btn-right {
  right: 16px;
}
.fixed-btn.fixed-btn-right label > .btn {
  border-bottom-right-radius: 0;
  padding: 0 2rem;
}
.fixed-btn.fixed-btn-right label > .btn {
  font-size: 16px;
}
@media screen and (min-width: 660px) {
  .fixed-btn.fixed-btn-right label > .btn {
    font-size: calc(16px + 3 * ((100vw - 660px) / 490));
  }
}
@media screen and (min-width: 1150px) {
  .fixed-btn.fixed-btn-right label > .btn {
    font-size: 19px;
  }
}
.fixed-btn.fixed-btn-right label > .btn svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .fixed-btn.fixed-btn-right label > .btn svg {
    width: 24px;
    height: 24px;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  margin-bottom: 1.6rem;
  border: 2px solid #DFE2D6;
  transition: border-color 0.4s ease-in;
}
.card-body {
  width: 100%;
  padding: 1.6rem;
}
@media (min-width: 1408px) {
  .card-body {
    padding: 30px;
  }
}
.card-text {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}
.card-text p {
  line-height: 1.6;
}
.card-text p:last-of-type {
  margin-bottom: 0;
}
.card-text small {
  display: block;
  margin-bottom: 12px;
}
.card-text .card-title {
  max-width: 100%;
}
.card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 184px;
  background-color: #fff;
  overflow: hidden;
}
.card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (min-width: 1024px) {
  .card-image-large {
    height: 320px;
  }
}
@media (min-width: 1408px) {
  .card-image-large {
    height: 20vw;
    max-height: 380px;
  }
}
.card:hover:not(.card-no-hover) {
  border-color: #D6FE40;
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 2;
}
.card-body p {
  font-size: 1rem;
}
.card-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 1.6rem;
}
@media (min-width: 1408px) {
  .card-footer {
    padding: 18px 30px;
  }
}
.card-footer p {
  font-size: 21px;
  line-height: 32px;
}
.card-horizontal {
  height: 100%;
}
@media (min-width: 568px) {
  .card-horizontal {
    flex-direction: row;
    max-height: 275px;
  }
  .card-horizontal .card-image {
    width: auto;
    height: auto;
    flex-basis: 45%;
    min-width: 45%;
  }
  .card-horizontal .card-image img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-horizontal .card-body {
    flex-grow: 0;
  }
  .card-horizontal .card-text {
    margin-bottom: 1rem;
  }
  .card-horizontal .card-text h6,
.card-horizontal .card-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .card-horizontal {
    min-height: 270px;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .card-horizontal-small-hd {
    flex-direction: row;
  }
  .card-horizontal-small-hd .card-image {
    width: auto;
    height: auto;
    flex-basis: 45%;
    min-width: 45%;
  }
  .card-horizontal-small-hd .card-image img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-horizontal-small-hd .card-body {
    flex-grow: 0;
    padding: 24px;
  }
  .card-horizontal-small-hd .card-text {
    margin-bottom: 1rem;
  }
}
.card-full {
  height: 80vw;
  min-height: 350px;
  max-height: 568px;
  cursor: pointer;
  margin-bottom: 1rem;
  border: none;
}
.card-full * {
  color: #fff;
}
.card-full:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1D1D1B;
  opacity: 0.3;
  z-index: 1;
}
.card-full .card-image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.card-full .card-image img {
  border-radius: 5px;
  transition: transform 0.4s ease;
  will-change: transform;
  transform: scale(1.01);
}
.card-full .arrow {
  margin-top: 2rem;
  transition: transform 0.4s ease;
  will-change: transform;
}
.card-full .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9;
  padding: 30px;
  background-color: rgba(29, 29, 27, 0.4);
  border-radius: 0 0 5px 5px;
}
.card-full .card-title {
  line-height: 1.2;
  font-family: "NeueHaasDisp";
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 23px;
}
.card-full .card-text p {
  margin-top: 1rem;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-full:hover {
  border-color: #DFE2D6;
}
.card-full:hover .card-image img {
  transform: scale(1.2);
}
.card-full:hover .arrow {
  transform: translate(20px, 4px);
}
@media (min-width: 568px) {
  .card-full {
    height: 34vw;
    max-height: 568px;
    min-height: 380px;
  }
  .card-full .card-body {
    padding: 20px;
  }
  .card-full .card-arrow {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .card-full {
    height: 34vw;
    max-height: 568px;
    min-height: 200px;
  }
  .card-full .card-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .card-full .card-title {
    font-size: calc(18px + 6 * ((100vw - 768px) / 256));
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .card-full .card-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .card-full .card-arrow {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .card-full {
    margin-bottom: 1.5rem;
  }
  .card-full .card-body {
    padding: 30px;
  }
  .card-full .card-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .card-full .card-title {
    font-size: calc(20px + 10 * ((100vw - 768px) / 436));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1204px) {
  .card-full .card-title {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .card-full .card-arrow {
    margin-top: 40px;
  }
}
@media (min-width: 1408px) {
  .card-full .card-body {
    padding: 40px;
  }
  .card-full .card-title {
    line-height: 50px;
  }
  .card-full .card-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1408px) and (min-width: 320px) {
  .card-full .card-title {
    font-size: calc(20px + 22 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 1408px) and (min-width: 2000px) {
  .card-full .card-title {
    font-size: 42px;
  }
}
.card-full-horizontal .card-body {
  height: 100% !important;
}
@media (min-width: 768px) {
  .card-full-horizontal .card-body.card-body-60 {
    width: calc(61% - 20px);
  }
}
.card-full-horizontal .card-body.card-body-60 .card-title {
  line-clamp: 5;
  -webkit-line-clamp: 5;
}
.card-full-horizontal .card-logo {
  position: relative;
  top: 0;
  left: 0;
}
.card-full-horizontal .card-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
}
.card-full-horizontal .card-text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 568px) {
  .card-full-horizontal {
    height: 75vh;
  }
}
@media (min-width: 768px) {
  .card-full-horizontal .card-body {
    height: 100% !important;
    width: calc(50% - 15px);
    min-width: 0;
    justify-content: space-between;
    border-radius: 5px 0 0 5px;
  }
}
@media (min-width: 1024px) {
  .card-full-horizontal .card-body {
    height: 100% !important;
    width: calc(33.33333333% - 20px);
    justify-content: space-between;
    border-radius: 5px 0 0 5px;
  }
  .card-full-horizontal .card-body-half {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card-full-horizontal .card-text-hide-tab {
    background-color: pink !important;
    display: none !important;
  }
  .card-full-horizontal p {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.card-full-coloured .card-body {
  justify-content: flex-end !important;
  background-color: #D6FE40 !important;
}
.card-full-coloured * {
  color: #1D1D1B;
}
@media (max-width: 568px) {
  .card-full-coloured {
    height: auto;
  }
  .card-full-coloured .card-image {
    position: relative;
    height: 184px;
    min-height: 0;
  }
  .card-full-coloured .card-image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-full-coloured .card-body {
    height: auto !important;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .card-full-horizontal-small {
    height: 356px;
  }
}
.card-full-horizontal-small .card-body {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.card-full-horizontal-small .card-logo {
  z-index: 9999;
}
.card-profile {
  border: none;
  cursor: pointer;
}
.card-profile .card-image {
  height: 220px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1rem !important;
  background-color: #DFE2D5;
}
@media (min-width: 768px) {
  .card-profile .card-image {
    margin-bottom: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .card-profile .card-image {
    margin-bottom: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .card-profile .card-image {
    margin-bottom: 1.6rem !important;
  }
}
.card-profile .card-body {
  padding: 0;
}
.card-profile .card-author-name, .card-profile .card-author-title {
  margin-bottom: 0;
}
.card-profile .card-author-title {
  font-weight: 300;
  height: 75px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-profile:hover .card-zoom {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 568px) {
  .card-profile .card-image {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .card-profile .card-image {
    height: 430px;
  }
}
@media (min-width: 1408px) {
  .card-profile .card-image {
    height: 380px;
  }
}
@media (min-width: 1600px) {
  .card-profile .card-image {
    min-height: 480px;
  }
}
.card-logo {
  position: absolute;
  width: 10%;
  min-width: 110px;
  height: auto;
  top: 30px;
  left: 30px;
  z-index: 9;
}
@media (min-width: 768px) {
  .card-logo {
    min-width: 100px;
    top: 20px;
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .card-logo {
    min-width: 130px;
    top: 30px;
    left: 30px;
  }
}
@media (min-width: 1408px) {
  .card-logo {
    min-width: 150px;
    height: 70px;
    top: 40px;
    left: 40px;
  }
}
.card-zoom {
  position: absolute;
  top: 1rem;
  right: 1rem;
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.4s ease, transform 0.4s ease;
  will-change: opacity, transform;
}
.card-green {
  background-color: #D6FE40;
}
.card-green.card-with-image {
  background-color: #fff;
}
.card-green.card-with-image .card-body {
  background-color: #D6FE40;
}
.card-grey {
  background-color: #EFF0EA;
  transition: background-color 200ms ease;
  will-change: background-color;
}
.card-grey:hover:not(.card-no-hover) {
  background-color: #D6FE40;
}
.card-sage {
  background-color: #92B4A7;
}
.card-black {
  background-color: #1D1D1B;
}
.card-black *, .card-black small {
  color: #fff;
}
.card-purple {
  background-color: #4B4265;
}
.card-purple * {
  color: #fff;
}
.card-purple input, .card-purple textarea {
  color: #1D1D1B;
}
.card-purple .checkbox-label path {
  stroke: #fff;
}
.card-post {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
}
.card-post small {
  text-transform: uppercase;
  color: #1D1D1B;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.card-col-full-height {
  margin-bottom: 1.6rem;
}
.card-col-full-height .card {
  height: 100%;
  margin-bottom: 0;
}
.card-full-height {
  height: 100%;
}
.card-no-border {
  border-width: 0;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .card p {
    font-size: 16px;
  }
}
@media (min-width: 568px) {
  .card-full-w .card-image {
    min-width: auto;
    max-width: 360px;
  }
}
.card-pillar {
  border-left: none;
  border-right: none;
  border-width: 1px;
  border-radius: 0;
}
.card-pillar .card-body {
  padding: 16px;
  justify-content: flex-start;
}
.card-callout {
  border: none;
  background: url("/assets/images/callout-worm.svg") no-repeat;
  background-position: 100% center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .card-callout {
    min-height: 383px;
  }
}
@media (min-width: 768px) {
  .card-callout {
    background-position: 50% center;
  }
}
@media (min-width: 1024px) {
  .card-callout {
    background-position: 40% center;
  }
}
@media (min-width: 1408px) {
  .card-callout {
    background-position: right center;
  }
}
.card-callout .card-body {
  display: block;
}
@media (min-width: 768px) {
  .card-callout .card-body {
    padding: 50px;
  }
}
.card-callout .card-body p {
  font-size: 18px;
  line-height: 28px;
  margin: 12px 0 30px;
  max-width: 681px;
}
.card-callout .card-body p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card-callout .card-body p {
    font-size: 30px;
    line-height: 43px;
  }
}

table:not([class^=el-]) {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  font-weight: 300;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  border-bottom: 2px solid #1D1D1B;
  background-color: #fff;
}
@media (min-width: 768px) {
  table:not([class^=el-]) {
    margin-top: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  table:not([class^=el-]) {
    margin-top: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  table:not([class^=el-]) {
    margin-top: 1.6rem !important;
  }
}
@media (min-width: 768px) {
  table:not([class^=el-]) {
    margin-bottom: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  table:not([class^=el-]) {
    margin-bottom: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  table:not([class^=el-]) {
    margin-bottom: 1.6rem !important;
  }
}
table:not([class^=el-]) tbody tr:nth-child(even) {
  background-color: #DFE2D5;
}
table:not([class^=el-]) tbody tr:first-of-type {
  background-color: #D6FE40;
  font-size: 1.1rem;
  line-height: 32px;
  font-family: "NeueHaasText";
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #1D1D1B;
  border-top: 2px solid #1D1D1B;
}
table:not([class^=el-]) tbody tr:first-of-type strong {
  font-weight: 600;
}
table:not([class^=el-]) tbody tr:first-of-type td {
  border: none;
}
table:not([class^=el-]) tbody tr td:first-child {
  border-left: 0 !important;
}
table:not([class^=el-]) tbody td {
  text-align: center;
  padding: 14px 0;
  border-top: 1px solid #1D1D1B;
  border-left: 1px solid #1D1D1B;
  border-bottom: 1px solid #1D1D1B;
}
table:not([class^=el-]) tbody td[rowspan] {
  font-size: 1.1rem;
  line-height: 32px;
  font-family: "NeueHaasText";
  font-weight: 500;
  background-color: #fff;
  border: none;
}
table:not([class^=el-]) tbody td p {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 32px;
  font-family: "NeueHaasText";
  font-weight: bold;
  text-align: center;
  line-height: 1.6 !important;
}

.table-with-image:not([class^=el-]) {
  border-bottom: 0;
  table-layout: fixed;
  border-collapse: collapse;
}
.table-with-image:not([class^=el-]) * {
  background: transparent !important;
  border-color: transparent !important;
  text-align: left;
}
.table-with-image:not([class^=el-]) p {
  font-size: 1.1rem;
  line-height: 32px;
}
.table-with-image:not([class^=el-]) td {
  padding: 20px;
}
@media (max-width: 568px) {
  .table-with-image:not([class^=el-]) td {
    padding: 0;
    display: block;
  }
}

.table-with-tags {
  border: 2px solid #DFE2D6;
  border-radius: 5px;
}
.table-with-tags table:not([class^=el-]) {
  margin: 0 !important;
  border-bottom: 0;
}
.table-with-tags table:not([class^=el-]) * {
  text-align: left;
}
.table-with-tags table:not([class^=el-]) tr:first-of-type {
  border: none;
}
.table-with-tags table:not([class^=el-]) tr:not(:last-child) {
  border-bottom: 2px solid #DFE2D6;
}
.table-with-tags table:not([class^=el-]) thead {
  border-bottom: 2px solid #DFE2D6;
  background-color: #D6FE40;
}
.table-with-tags table:not([class^=el-]) thead th {
  font-weight: normal;
  padding: 14px 1rem !important;
}
.table-with-tags table:not([class^=el-]) tbody tr:nth-child(odd) {
  background-color: #fff;
}
.table-with-tags table:not([class^=el-]) tbody tr:nth-child(even) {
  background-color: #EFF0EA;
}
.table-with-tags table:not([class^=el-]) td {
  width: 50%;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 14px 1rem !important;
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  text-transform: none;
  border: 0;
  background-color: transparent;
  z-index: 999999;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  will-change: opacity, filter;
}
.hamburger-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 26px;
  padding: 24px;
  margin-right: -12px;
  cursor: pointer;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  position: absolute;
  width: 26px;
  height: 2.4px;
  border-radius: 4px;
  background-color: #1D1D1B;
  transition: transform 0.15s ease, color 0.15s ease;
  will-change: transform;
}
.hamburger-inner:before, .hamburger-inner:after {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: 7px;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger-inner:after {
  bottom: 7px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-checkbox {
  display: none;
  position: absolute;
  top: -9999999px;
  left: -9999999px;
}
.hamburger-active .hamburger-inner, .hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .hamburger .hamburger-box .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger-active .hamburger-inner, .hamburger-active .hamburger-inner:before, .hamburger-active .hamburger-inner:after, .hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .hamburger .hamburger-box .hamburger-inner, .hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .hamburger .hamburger-box .hamburger-inner:before, .hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #1D1D1B !important;
}
.hamburger-active .hamburger-inner:before, .hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .hamburger .hamburger-box .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
.hamburger-active .hamburger-inner:after, .hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .hamburger .hamburger-box .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav {
  opacity: 1;
  visibility: visible;
  transition: opacity 700ms, visibility 700ms step-start;
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav .nav-item:nth-of-type(1) a {
  -webkit-animation-name: elastic-nav;
          animation-name: elastic-nav;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav .nav-item:nth-of-type(1) .show-dropdown {
  transition-delay: 0.55s;
  opacity: 1;
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav .nav-item:nth-of-type(2) a {
  -webkit-animation-name: elastic-nav;
          animation-name: elastic-nav;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav .nav-item:nth-of-type(2) .show-dropdown {
  transition-delay: 0.65s;
  opacity: 1;
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav .nav-item:nth-of-type(3) a {
  -webkit-animation-name: elastic-nav;
          animation-name: elastic-nav;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav .nav-item:nth-of-type(3) .show-dropdown {
  transition-delay: 0.75s;
  opacity: 1;
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav .nav-item:nth-of-type(4) a {
  -webkit-animation-name: elastic-nav;
          animation-name: elastic-nav;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav .nav-item:nth-of-type(4) .show-dropdown {
  transition-delay: 0.85s;
  opacity: 1;
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav .nav-item:nth-of-type(5) a {
  -webkit-animation-name: elastic-nav;
          animation-name: elastic-nav;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav .nav-item:nth-of-type(5) .show-dropdown {
  transition-delay: 0.95s;
  opacity: 1;
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav .nav-item:nth-of-type(6) a {
  -webkit-animation-name: elastic-nav;
          animation-name: elastic-nav;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav .nav-item:nth-of-type(6) .show-dropdown {
  transition-delay: 0.105s;
  opacity: 1;
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav .nav-item:nth-of-type(7) a {
  -webkit-animation-name: elastic-nav;
          animation-name: elastic-nav;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav .nav-item:nth-of-type(7) .show-dropdown {
  transition-delay: 0.115s;
  opacity: 1;
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav .nav-item .arrow {
  transition: all 0.35s ease-in-out 1.55s;
  opacity: 1;
  transform: translateX(0) translateY(4px);
}
.hamburger-checkbox:not(.hamburger-checkbox-js).hamburger-checkbox:checked ~ .nav .nav-contact {
  opacity: 1;
  transition: all 0.35s ease-in-out 1.65s;
}
.hamburger-white .hamburger-inner,
.hamburger-white .hamburger-inner:before,
.hamburger-white .hamburger-inner:after {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem !important;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs {
    margin-bottom: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .breadcrumbs {
    margin-bottom: 1.6rem !important;
  }
}
.breadcrumbs-link {
  color: #1D1D1B;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: color 160ms ease;
  will-change: color;
}
.breadcrumbs-link:not(:last-of-type):after {
  content: ">";
  display: inline-block;
  margin: 0 6px;
  color: #1D1D1B;
}
.breadcrumbs-link:hover {
  color: #ABCC33;
}
.breadcrumbs-link-active {
  font-weight: bold;
  color: #1D1D1B;
}
.breadcrumbs-wrap {
  flex-wrap: wrap;
}
.breadcrumbs-wrap .breadcrumbs-link {
  margin-top: 10px;
}
.breadcrumbs-image {
  width: 40px;
}
@media (max-width: 350px) {
  .breadcrumbs-link {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs-wrap .breadcrumbs-link {
    margin-top: 0;
  }
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul p,
ol p {
  margin-bottom: 0;
}
ul li,
ol li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
ul strong,
ol strong {
  margin-bottom: 0;
}

ul {
  margin-bottom: 2rem;
}
ul li {
  font-size: 1.1rem;
  line-height: 32px;
}
ul li:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  top: 6px;
  background: url("/assets/images/icons/checkbox.svg") no-repeat;
  background-size: contain;
  margin-right: 14px;
}
ul li:last-of-type {
  margin-bottom: 0;
}
ul .list-item-strong {
  line-height: 26px;
}
ul .list-item-strong:before {
  top: 10px;
  margin-right: 18px;
}

ol {
  counter-reset: ol-counter;
}
ol li {
  counter-increment: ol-counter;
}
ol li:before {
  content: counter(ol-counter) ". ";
  color: #1D1D1B;
  font-weight: bold;
  margin-right: 8px;
  font-size: 1.1rem;
  width: 20px;
  transform: translateY(0px);
}
ol .list-item-strong:before {
  width: 30px;
}
ol .list-item-strong:before {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  ol .list-item-strong:before {
    font-size: calc(18px + 10 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  ol .list-item-strong:before {
    font-size: 28px;
  }
}

.bg-black ul li:before,
.list-white li:before {
  background: url("/assets/images/icons/checkbox-white.svg") no-repeat;
  background-size: contain;
}
.bg-black ul li:before,
.list-white li:before {
  color: #fff;
}

.list-arrows ul {
  margin-bottom: 0;
}
.list-arrows ul li::before {
  background: url("/assets/images/icons/small-arrow.svg") no-repeat !important;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  top: 9px;
}

.image {
  display: block;
  position: relative;
  margin-bottom: 1rem !important;
}
@media (min-width: 768px) {
  .image {
    margin-bottom: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .image {
    margin-bottom: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .image {
    margin-bottom: 1.6rem !important;
  }
}
.image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.image figcaption {
  font-size: 1rem;
  margin-top: 4px;
  margin-bottom: 0;
}
.image-with-drawing {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 600px;
  margin-bottom: 0;
}
.image-with-drawing .image-main {
  position: relative;
  display: block;
  z-index: 9;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  max-height: 650px;
}
.image-with-drawing figcaption,
.image-with-drawing .image-drawing {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-with-drawing figcaption {
  width: 100%;
  margin: 0;
}
.image-with-drawing figcaption .image-text {
  display: block;
  font-family: "NeueHaasDisp";
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.image-with-drawing figcaption .image-text {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .image-with-drawing figcaption .image-text {
    font-size: calc(20px + 19 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .image-with-drawing figcaption .image-text {
    font-size: 39px;
  }
}
.image-with-drawing figcaption .lead {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .image-with-drawing figcaption {
    width: 69%;
  }
}
.image-with-illustration {
  margin-top: 1rem !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  .image-with-illustration {
    margin-top: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .image-with-illustration {
    margin-top: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .image-with-illustration {
    margin-top: 1.6rem !important;
  }
}
.image-with-illustration img {
  position: relative;
  width: 101%;
  height: 720px;
  max-width: none;
  max-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  font-family: "object-fit: cover;";
}
@media (min-width: 768px) and (max-width: 1024px) {
  .image-with-illustration {
    height: 40vh;
  }
}
@media (min-width: 1024px) {
  .image-with-illustration {
    margin-top: 0;
  }
}
.image-full {
  position: relative;
  width: 100vw;
  padding: 0 5vw;
  margin-bottom: 0 !important;
}
.image-full img {
  display: block;
  position: relative;
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .image-full {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    width: calc(50vw - 0.75rem);
    height: 80%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
  }
  .image-full-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
  }
}
@media (min-width: 1024px) {
  .image {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .image {
    margin-bottom: 2.2rem !important;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .image {
    margin-bottom: 2.4rem !important;
  }
}
@media (min-width: 1024px) and (min-width: 1408px) {
  .image {
    margin-bottom: 2.6rem !important;
  }
}
@media (min-width: 1024px) {
  .image figcaption {
    margin-top: 10px;
  }
}
.image-logo {
  width: 70%;
  margin-bottom: 1rem !important;
}
@media (min-width: 768px) {
  .image-logo {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .image-logo {
    width: 50%;
  }
}
.image-cover {
  position: absolute;
  bottom: 0;
  width: 50%;
  right: 0;
  height: 110px;
}
@media (min-width: 768px) {
  .image-cover {
    height: 180px;
  }
}
@media (min-width: 1024px) {
  .image-cover {
    height: calc(100% - 25px);
    width: auto;
    max-width: 480px;
  }
}
@media (min-width: 1408px) {
  .image-cover {
    max-width: none;
  }
}
.image-cover img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 399px) {
  .image-cover {
    display: none;
  }
}

.title-image-behind {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100%;
}
.title-image-behind img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  transform: scale(1);
}
@media (min-width: 1408px) {
  .title-image-behind img {
    transform: scale(1.34);
  }
}
.title-image-behind h4 {
  z-index: 1;
  position: relative;
  margin: 32px 0 0 0;
}

.contains-image img {
  max-width: 100%;
}

.video {
  position: relative;
  width: 100%;
}
.video video {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 5px;
  outline: none;
  aspect-ratio: 16/9;
  display: block;
}
.video-cont {
  position: relative;
  width: 100%;
  height: 220px;
}
.video-cont:hover .video-play-btn {
  border-color: transparent transparent transparent #D6FE40;
}
.video-cont-brand {
  height: auto;
}
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 80px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: border-color 300ms ease, opacity 300ms ease;
  will-change: border-color, opacity;
}
.video-play-btn.playing {
  opacity: 0;
}
.video-description {
  margin-top: 10px;
}
.video-description p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .video-cont {
    height: 30s0px;
  }
  .video-play-btn {
    border-width: 80px 0 80px 120px;
  }
}
@media (min-width: 1024px) {
  .video-cont {
    height: 30vw;
    max-height: 580px;
  }
  .video-cont-brand {
    height: auto;
  }
}

.arrow {
  width: 112px;
  height: 15px;
  background: url("/assets/images/icons/big-arrow-black.svg") no-repeat;
  background-size: contain;
  transform: translateY(4px);
}
.arrow-cont {
  display: flex;
  align-items: center;
}
.arrow-white {
  background: url("/assets/images/icons/big-arrow-white.svg") no-repeat;
  background-size: contain;
}
.arrow-black {
  background: url("/assets/images/icons/big-arrow-black.svg") no-repeat;
  background-size: contain;
}
.arrow-margin-left {
  margin-left: 20px;
}
.arrow-cont-hover .arrow,
.arrow-cont-hover span,
.arrow-cont-hover .arrow-hidden {
  transition: opacity 350ms ease, transform 350ms ease;
}
.arrow-cont-hover:hover span {
  transform: translateX(115px);
}
.arrow-cont-hover:hover .arrow-hidden {
  transition-delay: 50ms;
  transform: translate(0, 4px);
  opacity: 1;
}
.arrow-cont-hover:hover .arrow:not(.arrow-hidden) {
  transform: translate(200px, 4px);
  opacity: 0;
}
.arrow-cont-hover .arrow-hidden {
  position: absolute;
  transform: translate(-100%, 4px);
  opacity: 0;
  transition-delay: 0ms;
}
@media (max-width: 568px) {
  .arrow-cont-stack-mob {
    flex-direction: column;
    align-items: flex-start;
  }
  .arrow-cont-stack-mob span {
    display: block;
    margin-bottom: 1rem;
  }
  .arrow-cont-stack-mob .arrow-margin-left {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .arrow-cont-stack-tab {
    flex-direction: column;
    align-items: flex-start;
  }
  .arrow-cont-stack-tab span {
    display: block;
    margin-bottom: 1rem;
  }
  .arrow-cont-stack-tab .arrow-margin-left {
    margin-left: 0;
  }
}
.collapse {
  position: relative;
  margin-top: 1.6rem;
}
.collapse-title {
  color: #fff;
}
.collapse-item {
  border-bottom: 1px solid #fff;
  padding: 0 1rem;
}
.collapse-item:first-child {
  border-top: 1px solid #fff;
}
.collapse-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  outline: none;
  cursor: pointer;
}
.collapse-header:hover .collapse-title {
  color: #D6FE40;
}
.collapse-header svg path {
  stroke: #D6FE40;
}
.collapse-inner {
  padding-bottom: 1rem;
}
.collapse-inner p:last-of-type {
  margin-bottom: 0;
}
.collapse-title {
  color: #fff;
  margin: 0;
  transition: color 0.4s ease;
  will-change: color;
}
.collapse-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: 0.5s;
  will-change: max-height;
}
.collapse-content * {
  color: #fff;
}
.collapse-arrow {
  transition: transform 0.4s ease;
  will-change: transform;
  margin-left: 16px;
}
.collapse-item.active .collapse-arrow {
  transform: rotate(180deg);
}
.collapse-item.active .collapse-title {
  color: #D6FE40;
}
.collapse-grey .collapse-content *,
.collapse-grey .collapse-title {
  color: #1D1D1B;
}
.collapse-grey .collapse-header svg path {
  stroke: #1D1D1B;
}
.collapse-grey .collapse-header:hover .collapse-title {
  color: #F976FB;
}
.collapse-grey .collapse-item {
  border-color: #1D1D1B;
}
.collapse-grey .collapse-item.active .collapse-title {
  color: #F976FB;
}
@media (min-width: 768px) {
  .collapse {
    margin-top: 2.2rem;
  }
  .collapse-arrow {
    width: 12px;
  }
}
@media (min-width: 1024px) {
  .collapse {
    margin-top: 3rem;
  }
  .collapse-arrow {
    width: 15px;
  }
}

.modal {
  visibility: hidden;
  position: fixed;
  display: flex;
  align-items: flex-start;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  padding: 25px 15px;
}
.modal-container {
  max-width: 500px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  border: 0;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.4s;
  will-change: transform;
}
.modal-container .modal-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 24px 0;
}
.modal-container .modal-btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  z-index: 9;
}
.modal-container .modal-btn-close img {
  width: 1.2rem;
}
.modal-container .modal-body {
  padding: 24px 24px 16px;
}
.modal-container .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 24px 24px;
}
.modal-overlay {
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  position: fixed;
  display: block;
  cursor: default;
  background: rgba(29, 29, 27, 0.6);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.6s;
}
.modal-open {
  visibility: visible;
}
.modal-open .modal-container {
  opacity: 1;
  transform: translateY(0);
}
.modal-open .modal-overlay {
  opacity: 1;
}
.modal-large .modal-container {
  max-width: 1000px;
}
.modal-centered .modal-container {
  margin: auto;
}
.modal-popup {
  top: auto;
  padding: 0 !important;
  left: 16px;
  right: 16px;
  bottom: 16px;
  width: calc(100% - 32px);
}
@media (min-width: 768px) {
  .modal-popup {
    right: 16px;
    left: auto;
    max-width: 500px;
  }
}
.modal-popup .container {
  padding: 0;
}
.modal-popup .container .modal-container h4 {
  font-size: 32px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 440px) {
  .modal-popup .container .modal-container h4 {
    font-size: 18px;
  }
}
.modal-popup .container .modal-container .checkbox-text p {
  font-size: 18px;
}
@media screen and (max-width: 440px) {
  .modal-popup .container .modal-container .btn.btn-xlarge {
    font-size: 18px !important;
  }
}
.modal-popup .container .modal-container .checkbox-label svg {
  width: 25px;
  height: 25px;
}
.modal-popup .container .modal-container .modal-btn-close svg {
  width: 22px;
  height: 22px;
}
.modal-popup .container .modal-container .form-group-checkbox {
  margin-bottom: 0;
}
.modal-insights .modal-header {
  display: block;
  padding: 24px 24px 0 24px;
  margin-bottom: 1rem;
}
.modal-insights .modal-body {
  background-color: #fff;
  padding: 0 24px 24px 24px;
}
.modal-insights .modal-body .form-thankyou h5, .modal-insights .modal-body .form-thankyou p {
  text-align: center;
}
.modal-insights .checkbox {
  margin-bottom: 4px;
}
.modal-insights .modal-footer {
  padding: 0;
}
.modal-insights .modal-footer button {
  width: 100%;
}
.modal-insights .modal-footer button[type=submit] {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .modal {
    padding: 75px 0;
  }
  .modal .modal-container {
    max-width: 700px;
  }
  .modal-insights .modal-header {
    margin-bottom: 1.6rem;
  }
  .modal-insights .modal-footer button {
    margin-top: 1.6rem !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .modal .modal-container {
    max-width: 1000px;
  }
  .modal-insights .modal-header {
    padding: 40px 40px 0 40px;
  }
  .modal-insights .modal-body {
    padding: 0 40px 40px 40px;
  }
  .modal-insights .checkbox {
    margin-bottom: 1.2rem;
  }
  .modal-insights .modal-footer {
    margin-top: 1rem;
  }
  .modal-insights .modal-footer button {
    margin: 0 !important;
  }
}

.modal-profile {
  width: 100vw;
  height: 100%;
  padding: 0;
}
.modal-profile .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0 5vw;
  overflow: hidden;
}
.modal-profile .container .row {
  width: 100%;
  margin: 0;
}
.modal-profile-container {
  display: flex;
  width: 100%;
  max-width: 2000px !important;
  height: 90vh;
  max-height: 1100px;
  overflow: hidden;
}
.modal-profile.modal-open .modal-profile-image {
  opacity: 1;
}
.modal-profile-right-col {
  height: 100%;
}
.modal-profile-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  overflow-y: scroll;
}
.modal-profile-text-start {
  justify-content: flex-start;
}
.modal-profile-text small {
  display: block;
  margin-bottom: 1rem;
}
.modal-profile-text .modal-profile-title {
  font-weight: 300;
  margin-bottom: 0;
}
.modal-profile-image {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #1D1D1B;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  opacity: 0;
  transition: opacity 800ms ease;
  transition-delay: 200ms;
  will-change: opacity;
}
.modal-profile-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 22%;
     object-position: center 22%;
  font-family: "object-fit: cover;";
}
.modal-profile-articles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 10px;
}
.modal-profile-articles .btn {
  margin-bottom: 12px;
  display: block !important;
}
.modal-profile-articles .btn:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .modal-profile .container {
    height: calc(100% - 50px);
    border-radius: 10px;
  }
  .modal-profile .container .row {
    width: 100%;
    margin: 0;
  }
  .modal-profile-text {
    padding-bottom: 100px;
  }
  .modal-profile [class*=col] {
    padding: 0;
  }
  .modal-profile-left-col {
    height: 50%;
  }
  .modal-profile-right-col {
    height: 50%;
    overflow-y: scroll;
  }
  .modal-profile-articles {
    margin-bottom: 1rem !important;
    margin-right: 0;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .modal-profile-articles {
    margin-bottom: 1.2rem !important;
  }
}
@media (max-width: 768px) and (min-width: 1024px) {
  .modal-profile-articles {
    margin-bottom: 1.4rem !important;
  }
}
@media (max-width: 768px) and (min-width: 1408px) {
  .modal-profile-articles {
    margin-bottom: 1.6rem !important;
  }
}
@media (min-width: 768px) {
  .modal-profile-text {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .modal-profile-row {
    justify-content: flex-start;
  }
  .modal-profile-image {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    border-radius: 5px 0 0 5px;
  }
  .modal-profile-image img {
    transform: translateY(2px);
  }
  .modal-profile-text {
    height: 100%;
  }
}
@media (min-width: 2000px) {
  .modal-profile .container {
    margin: 0 auto;
  }
}

.quote {
  position: relative;
  margin: 0;
}
.quote-section {
  background-color: #1D1D1B;
  overflow: hidden;
}
.quote-section .quote-text,
.quote-section cite {
  display: block;
  font-family: "NeueHaasDisp";
  line-height: 1.3;
  font-style: normal;
}
.quote-section .quote-text {
  color: #fff;
  font-weight: 400;
}
.quote-section cite {
  color: #D6FE40;
  margin-top: 2rem !important;
  font-weight: 500;
}
@media (min-width: 768px) {
  .quote-section cite {
    margin-top: 2.2rem !important;
  }
}
@media (min-width: 1024px) {
  .quote-section cite {
    margin-top: 2.4rem !important;
  }
}
@media (min-width: 1408px) {
  .quote-section cite {
    margin-top: 2.6rem !important;
  }
}
.quote-section .quote-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 44vw;
  min-width: 150px;
  max-width: 220px;
}
.quote-section .quote-icon img {
  position: relative;
  width: 100%;
}
.quote-section-grey {
  background-color: #DFE2D6;
}
.quote-section-grey .collapse-title {
  color: #1D1D1B;
}
.quote-image {
  position: relative;
  top: 0;
  right: 0;
  width: 100vw;
}
.quote-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media (min-width: 1024px) {
  .quote-image {
    position: absolute;
    height: 100%;
    width: 50vw;
    margin: 0;
    padding: 0;
  }
  .quote-image img {
    border-radius: 0;
  }
}
.quote-large .quote-text,
.quote-large cite {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .quote-large .quote-text,
.quote-large cite {
    font-size: calc(24px + 38 * ((100vw - 768px) / 1232));
  }
}
@media screen and (min-width: 2000px) {
  .quote-large .quote-text,
.quote-large cite {
    font-size: 62px;
  }
}
.quote-medium .quote-text,
.quote-medium cite {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .quote-medium .quote-text,
.quote-medium cite {
    font-size: calc(24px + 12 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .quote-medium .quote-text,
.quote-medium cite {
    font-size: 36px;
  }
}
.quote-section-purple {
  background-color: #4B4265;
}
.quote-section-green {
  background-color: #D6FE40;
}
.quote-section-green .quote-text {
  color: #1D1D1B;
}
.quote-section-green cite {
  color: #4B4265;
}
.quote-slider {
  display: flex;
  width: 100%;
}
.quote-slider h3,
.quote-slider h5 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 568px) {
  .quote-section-image .container {
    margin-top: 70px;
  }
  .quote-section-image .quote-image {
    height: 300px;
  }
  .quote-section-image .quote-icon {
    top: 300px;
  }
}
@media (max-width: 768px) {
  .quote-section-image {
    padding-top: 0 !important;
  }
  .quote-section-image .container {
    margin-top: 90px;
  }
  .quote-section-image .quote-image {
    height: 400px;
  }
  .quote-section-image .quote-icon {
    top: 400px;
  }
}
@media (min-width: 1024px) {
  .quote-section .quote-icon {
    display: block;
    width: 100%;
    left: 50%;
    min-width: 0;
    max-width: 2000px;
    transform: translateX(-50%);
  }
  .quote-section .quote-icon img {
    left: 0;
    width: 20vw;
    min-width: 340px;
    max-width: 400px;
  }
  .quote-slider {
    margin-bottom: 50px;
  }
}
@media (min-width: 1408px) {
  .quote-section .quote-icon img {
    left: 4vw;
    width: 20vw;
    min-width: 340px;
    max-width: 400px;
  }
}

.checkbox {
  position: relative;
  display: flex;
}
.checkbox-text p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.checkbox-text span[data-modal] {
  cursor: pointer;
}
.checkbox-input {
  position: absolute;
  top: -9999999px;
  left: -9999999px;
  display: none;
  opacity: 0;
}
.checkbox-input:checked + label .checkbox-tick {
  stroke-dashoffset: 950;
  transition: all 250ms linear;
}
.checkbox-label {
  cursor: pointer;
  margin-right: 1rem;
  transform: translateY(5px);
}
.checkbox-tick {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: all 150ms ease-out;
}
.social {
  display: flex;
  align-items: center;
}
.social a {
  margin-right: 1.4rem;
  display: inline-block;
}
.social a:hover img {
  transform: scale(1.1);
}
.social img {
  transition: transform 200ms ease;
  will-change: transform;
}
.social-hover-green svg path, .social-hover-pink svg path {
  transition: fill 160ms ease;
  will-change: fill;
}
.social-hover-green a:hover svg path {
  fill: #ABCC33;
}
.social-hover-pink a:hover svg path {
  fill: #F976FB;
}
.social-black svg path {
  fill: #1D1D1B;
}
.social-post {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  top: 50vh;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 160px;
  background: #D6FE40;
  z-index: 99999;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.social-post-col {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.social-post a {
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.social-post a:hover svg path {
  fill: #8D8D8C;
}
.social-post svg {
  width: 25px;
}
.social-post svg path {
  fill: #1D1D1B;
  transition: fill 200ms ease;
  will-change: fill;
}
@media (max-width: 568px) {
  .social-post {
    display: none;
  }
  .social-post svg {
    width: 20px;
  }
}
@media (min-width: 768px) {
  .social-post {
    width: 50px;
    height: 190px;
  }
}
@media (min-width: 1024px) {
  .social-post {
    width: auto;
    padding: 0 16px;
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    transform: translateX(calc(5vw - 19px));
  }
}
@media (min-width: 2000px) {
  .social-post {
    position: fixed;
    top: 50vh;
    right: 0;
    transform: translateY(-50%);
  }
}

.tns-liveregion {
  display: none !important;
}
.tns-item {
  opacity: 0;
  transition: opacity 500ms ease;
  outline: none;
}
.tns-slide {
  opacity: 0;
}
.tns-slide-active {
  opacity: 1 !important;
}
.tns-nav {
  position: relative;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
.tns-nav-item {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-right: 10px;
  outline: none;
  cursor: pointer;
  transition: border-color 300ms ease, background-color 300ms ease;
  will-change: border-color, background-color;
}
.tns-nav-item:last-child {
  margin-right: 0;
}
.tns-nav-active {
  border-color: #D6FE40;
  background-color: #D6FE40;
}
.tns-nav-black .tns-nav-item {
  border-color: #1D1D1B;
}
.tns-nav-black .tns-nav-active {
  border-color: #4B4265;
  background-color: #4B4265;
}
@media (min-width: 768px) {
  .tns-nav {
    position: absolute;
    bottom: -50px;
    margin: 0;
  }
  .tns-nav-item {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1024px) {
  .tns-nav {
    bottom: -50px;
  }
  .tns-nav-item {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1408px) {
  .tns-nav {
    bottom: -100px;
  }
  .tns-nav-item {
    width: 18px;
    height: 18px;
  }
}

.number {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.number:last-child {
  margin-bottom: 0;
}
.number-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem !important;
}
@media (min-width: 768px) {
  .number-cont {
    margin-top: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .number-cont {
    margin-top: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .number-cont {
    margin-top: 1.6rem !important;
  }
}
.number-percent {
  font-family: "NeueHaasDisp";
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.number-percent {
  font-size: 69px;
}
@media screen and (min-width: 320px) {
  .number-percent {
    font-size: calc(69px + 55 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .number-percent {
    font-size: 124px;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .number-percent {
    font-size: 72px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) and (min-width: 320px) {
  .number-percent {
    font-size: calc(72px + 18 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) and (min-width: 2000px) {
  .number-percent {
    font-size: 90px;
  }
}
.number-text {
  font-size: 21px;
}
@media screen and (min-width: 320px) {
  .number-text {
    font-size: calc(21px + 2 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .number-text {
    font-size: 23px;
  }
}
.number:first-child:nth-last-child(1) .number-percent {
  font-size: 72px;
}
@media screen and (min-width: 320px) {
  .number:first-child:nth-last-child(1) .number-percent {
    font-size: calc(72px + 58 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .number:first-child:nth-last-child(1) .number-percent {
    font-size: 130px;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .number:first-child:nth-last-child(1) {
    font-size: 72px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) and (min-width: 320px) {
  .number:first-child:nth-last-child(1) {
    font-size: calc(72px + 58 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) and (min-width: 2000px) {
  .number:first-child:nth-last-child(1) {
    font-size: 130px;
  }
}
.number-image {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .number {
    margin-bottom: 2rem;
    justify-content: center;
    align-items: center;
  }
  .number-text, .number-percent {
    text-align: center;
  }
  .number-cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .number-image {
    justify-content: center;
  }
  .number:first-child:nth-last-child(1) {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .number {
    margin-bottom: 2rem;
  }
  .number-cont {
    flex-direction: column;
  }
}

.banner {
  display: block;
  position: relative;
  padding: 40px 0;
}
.banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  transition: transform 0.4s ease;
  will-change: transform;
}
.banner-cont {
  position: relative;
  display: block;
  z-index: 9;
}
.banner-cont .row {
  align-items: center;
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D1D1B;
  z-index: 9;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.banner-logo {
  width: 100%;
  height: auto;
  margin-bottom: 1rem !important;
}
@media (min-width: 768px) {
  .banner-logo {
    margin-bottom: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .banner-logo {
    margin-bottom: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .banner-logo {
    margin-bottom: 1.6rem !important;
  }
}
.banner-text h5 {
  color: #fff;
  margin-bottom: 1rem !important;
}
@media (min-width: 768px) {
  .banner-text h5 {
    margin-bottom: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .banner-text h5 {
    margin-bottom: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .banner-text h5 {
    margin-bottom: 1.6rem !important;
  }
}
.banner-border {
  border-top: 2px solid #D6FE40;
}
.banner .arrow {
  transition: transform 0.4s ease;
  will-change: transform;
}
.banner:hover .banner-background img {
  transform: scale(1.2);
}
.banner:hover .arrow {
  transform: translate(20px, 4px);
}
@media (min-width: 768px) {
  .banner-logo {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .banner {
    padding: 40px 0;
  }
  .banner img {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1408px) {
  .banner {
    padding: 60px 0;
  }
}

.author {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 1.6rem;
}
.author-image {
  position: relative;
  width: 120px;
  min-width: 120px;
  height: 160px;
  margin-right: 1rem;
}
.author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 5px;
}
.author-text {
  margin-bottom: 1rem;
}
.author-text-name {
  margin-bottom: 4px;
}
.author-text-date {
  margin-bottom: 0;
}
.author svg path {
  fill: #1D1D1B;
}
@media (max-width: 350px) {
  .author-text-name, .author-text-date {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .author {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    top: 200px;
    margin-top: 0;
  }
  .author-image {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 1rem;
  background: #D6FE40;
  border-radius: 5px;
  border: 2px solid #DFE2D6;
  z-index: 999999999;
  width: calc(100% - 2rem);
  padding: 1.6rem;
  transition: opacity 200ms ease;
  will-change: opacity;
}
.cookie-text a {
  color: #1D1D1B;
  font-weight: bold;
  cursor: pointer;
}
.cookie-text p {
  margin-bottom: 1rem;
  line-height: 1.7;
}
.cookie-btns {
  display: flex;
  justify-content: flex-end;
}
.cookie-hidden {
  opacity: 0;
  display: none;
}
@media (min-width: 768px) {
  .cookie {
    width: 500px;
    bottom: 1rem;
    right: 1rem;
  }
}

.tag {
  position: relative;
  display: inline-block;
  background-color: #F9F9F9;
  border: 2px solid #DFE2D6;
  line-height: 1;
  border-radius: 5px;
  padding: 4px 6px;
  font-weight: normal;
  color: #1D1D1B;
  font-size: 0.9rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-sign-up {
  border-radius: 5px;
  padding: 30px;
  overflow: hidden;
  z-index: 9;
}
@media (min-width: 768px) {
  .form-sign-up {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .form-sign-up {
    padding: 2.5em;
  }
}
.form-sign-up h3 {
  margin: 0 0 1.1rem;
}
.form-sign-up h3 + p {
  margin: 0 0 1.6rem 0;
}
.form-sign-up h4 {
  margin: 0 0 1.1rem;
}
.form-sign-up h4 + p {
  margin: 0 0 1.6rem 0;
}
.form-sign-up h5 {
  margin: 0 0 1.1rem;
}
.form-sign-up h5 + p {
  margin: 0 0 1.6rem 0;
}
.form-sign-up .checkbox-text p {
  font-size: 14px;
  transform: translateY(5px);
}

.bg-mobile-news {
  position: relative;
  overflow: hidden;
}
.bg-mobile-news .newsletter-phones {
  position: relative;
  height: 100%;
}
.bg-mobile-news .newsletter-phones::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -26%;
  left: 0;
  background-image: url(/assets/images/forms/phone-1.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  width: 50%;
  height: 112%;
  z-index: 4;
}
@media (max-width: 1408px) {
  .bg-mobile-news .newsletter-phones::before {
    width: 100%;
    bottom: 0;
    top: 0;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .bg-mobile-news .newsletter-phones::before {
    display: none;
  }
}
.bg-mobile-news .newsletter-phones::after {
  display: block;
  content: "";
  position: absolute;
  top: -26%;
  right: 0;
  background-image: url(/assets/images/forms/phone-2.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  width: 50%;
  height: 112%;
  z-index: 3;
}
@media (max-width: 1408px) {
  .bg-mobile-news .newsletter-phones::after {
    display: none;
  }
}
.bg-mobile-news.bg-mobile-news-contained .newsletter-phones {
  position: relative;
}
.bg-mobile-news.bg-mobile-news-contained .newsletter-phones::before {
  width: 50%;
  height: 120%;
}
@media (max-width: 1408px) {
  .bg-mobile-news.bg-mobile-news-contained .newsletter-phones::before {
    left: auto;
    right: 23%;
    width: 100%;
    height: 100%;
  }
}
.bg-mobile-news.bg-mobile-news-contained .newsletter-phones::after {
  height: 120%;
  right: 10%;
  left: auto;
  width: 50%;
}
.bg-mobile-news .sign-up-image {
  position: absolute;
  top: 0;
  bottom: 0;
}
.bg-mobile-news .sign-up-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.signup-image-absolute {
  position: relative;
  width: 100%;
  padding: 0 11px;
  z-index: 0;
}
.signup-image-absolute img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .signup-image-absolute {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    padding-right: 10px;
  }
}

.sign-up-background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.sign-up-image-inline {
  width: 100%;
  height: 100%;
}
.sign-up-image-inline img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}

.values-contact .form p {
  transform: translateY(5px);
}
.values-contact .form.form-success .form-thankyou {
  position: relative;
  transform: none;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: #DFE2D6;
  padding: 24px;
}
.values-contact .form.form-success .form-thankyou * {
  text-align: center;
}

.reports-sign-up .form-thankyou {
  padding-left: 30px;
}
@media (min-width: 1024px) {
  .reports-sign-up .form-thankyou {
    padding-left: 40px;
  }
}

.icon-white path {
  fill: #fff;
}
.icon-white.icon-stroke line {
  fill: none;
  stroke: #fff;
}

.icon-black path {
  fill: #1D1D1B;
}
.icon-black.icon-stroke line {
  fill: none;
  stroke: #1D1D1B;
}

.icon-primary path {
  fill: #D6FE40;
}
.icon-primary.icon-stroke line {
  fill: none;
  stroke: #D6FE40;
}

.icon-secondary path {
  fill: #DFE2D5;
}
.icon-secondary.icon-stroke line {
  fill: none;
  stroke: #DFE2D5;
}

.icon-off-white path {
  fill: #FEF9F0;
}
.icon-off-white.icon-stroke line {
  fill: none;
  stroke: #FEF9F0;
}

.icon-pink path {
  fill: #F976FB;
}
.icon-pink.icon-stroke line {
  fill: none;
  stroke: #F976FB;
}

.icon-sage path {
  fill: #92B4A7;
}
.icon-sage.icon-stroke line {
  fill: none;
  stroke: #92B4A7;
}

.icon-purple path {
  fill: #4B4265;
}
.icon-purple.icon-stroke line {
  fill: none;
  stroke: #4B4265;
}

.icon-grey path {
  fill: #DFE2D6;
}
.icon-grey.icon-stroke line {
  fill: none;
  stroke: #DFE2D6;
}

.icon-grey-light path {
  fill: #EFF0EA;
}
.icon-grey-light.icon-stroke line {
  fill: none;
  stroke: #EFF0EA;
}

.client-logo-cont {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.client-logo-cont .client-logo {
  width: 33.33%;
  text-align: center;
  margin: 16px 0;
}
@media (min-width: 1024px) {
  .client-logo-cont .client-logo {
    width: 25%;
  }
}
.client-logo-cont .client-logo img {
  max-width: 90%;
}

/* ====================
    Layout
    ==================== */
.header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 0;
  height: 70px;
  width: 100vw;
  padding: 0 5vw;
  background-color: transparent;
  z-index: 9999;
  transition: background-color 200ms ease;
  will-change: background-color;
  -webkit-animation: 0.4s ease-in headerAnim;
          animation: 0.4s ease-in headerAnim;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 1024px) {
  .header:hover {
    background-color: #1D1D1B;
    transition: background-color 700ms ease 0s;
  }
  .header:hover.header-scrolled:after {
    background-color: #1D1D1B;
  }
}
@media (min-width: 1024px) {
  .header.header-black:hover .header-logo path, .header.header-black:hover .header-logo circle {
    fill: #fff;
  }
}
.header-left {
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 99;
}
@media (min-width: 1024px) {
  .header-left {
    z-index: 101;
  }
}
.header-right {
  display: flex;
  align-items: center;
  z-index: 100;
  height: 100%;
}
.header-right .btn svg path {
  fill: #fff;
  stroke: #fff;
}
.header-badge {
  position: relative;
  z-index: 999999999;
}
.header-badge-image {
  height: 95px;
  transform: translateY(6px);
  width: 64px;
  max-width: 160px;
  display: block;
  cursor: pointer;
  padding: 15px 10px 10px;
  background-color: #fff;
  border: 1px solid #DFE2D6;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .header-badge-image {
    width: 80px;
    height: auto;
    transform: translateY(18px);
  }
}
.header-badge-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.header-badge a {
  display: block;
  width: 100%;
  min-height: 300px;
  width: 100%;
  background-color: yellow;
  z-index: 9999999999;
}
.header-logo {
  display: flex;
  align-items: center;
  z-index: 999999;
}
.header-logo path,
.header-logo circle {
  fill: white;
  transition: fill 200ms ease;
}
.header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #DFE2D5;
  opacity: 0;
  transition: opacity 200ms ease;
  will-change: opacity;
  z-index: 0;
}
.header-scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(6px) grayscale(100%);
          backdrop-filter: blur(6px) grayscale(100%);
}
.header-scrolled:after {
  opacity: 1;
}
.header-scrolled .btn svg path {
  fill: #1D1D1B;
}
.header-scrolled.header-green {
  background-color: rgba(214, 254, 64, 0.9);
}
.header-scrolled .header-logo path,
.header-scrolled .header-logo circle {
  fill: #1D1D1B;
}
.header-scrolled .hamburger-inner, .header-scrolled .hamburger-inner:before, .header-scrolled .hamburger-inner:after {
  background-color: #1D1D1B;
}
.header-mob-active .header-logo path,
.header-mob-active .header-logo circle {
  fill: #1D1D1B;
}
.header-green {
  background-color: #D6FE40;
}
.header-green .header-logo path,
.header-green .header-logo circle {
  fill: #1D1D1B;
}
.header-green .nav .btn svg path {
  fill: #1D1D1B;
  stroke: #1D1D1B;
}
.header-black .header-logo path,
.header-black .header-logo circle {
  fill: #1D1D1B;
}
.header-black .header-right .btn {
  border-color: #1D1D1B;
}
.header-black .header-right .btn svg path {
  fill: #1D1D1B;
}
@-webkit-keyframes headerAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes headerAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .header-badge-image {
    display: none;
  }
}
@media (max-width: 568px) {
  .header-logo {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .header {
    height: 76px;
  }
  .header-badge-image {
    margin-left: 32px;
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 0 30px;
  }
  .header-left {
    width: auto;
  }
  .header-badge-image {
    margin-left: 48px;
  }
  .header-right {
    flex-grow: 2;
    justify-content: flex-end;
  }
}

.nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  justify-content: flex-start;
  padding: 25vw 0 5vw;
  overflow: auto;
}
@media (min-width: 1024px) {
  .nav {
    position: unset;
  }
}
@-webkit-keyframes elastic-nav {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  50.04% {
    transform: translateX(5.5%);
  }
  80.93% {
    transform: translateX(-2.1%);
  }
  100.00% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes elastic-nav {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  50.04% {
    transform: translateX(5.5%);
  }
  80.93% {
    transform: translateX(-2.1%);
  }
  100.00% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.nav-item {
  display: block;
  align-items: center;
  position: relative;
}
.nav-item a {
  transform: translateX(-100%);
  opacity: 0;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media (min-width: 1024px) {
  .nav-item a {
    opacity: 1;
    transform: none;
  }
}
.nav-item .arrow {
  opacity: 0;
  transform: translateX(-20px) translateY(4px);
}
@media (min-width: 1024px) {
  .nav-item {
    display: flex;
    position: inherit;
    opacity: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .nav-item {
    height: 100%;
  }
}
.nav-item:before {
  display: none;
}
.nav-item-btn-green span {
  color: #1D1D1B;
}
.nav-item:not(.no-drop):hover ~ .overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 700ms, visibility 0ms step-start;
}
@media (min-width: 1024px) {
  .nav-item:not(.no-drop):hover .nav-link {
    color: #D6FE40;
  }
}
.nav-item:not(.no-drop):hover > .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transition: opacity 700ms, visibility 0ms step-start;
}
.nav-item:not(.no-drop):hover > .nav-dropdown .nav-overlay h3 {
  transform: translateY(0) !important;
  opacity: 1 !important;
  transition: all 1s ease 0.3s;
}
.nav-item:not(.no-drop):hover > .nav-dropdown .nav-overlay p {
  transform: translateY(0) !important;
  opacity: 1 !important;
  transition: all 1s ease 0.4s;
}
.nav-item .show-dropdown {
  display: block;
  padding: 2px 10px 0;
  width: 47px;
  height: 27px;
  text-align: center;
  position: absolute;
  right: 5vw;
  top: 4px;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.35s ease 0s;
  margin: 0 -5px;
}
.nav-item .show-dropdown svg {
  width: 24px;
  height: 18px;
}
@media (min-width: 1024px) {
  .nav-item .show-dropdown {
    display: none;
  }
}
.nav-link {
  color: #1D1D1B;
  font-weight: 500;
  font-size: 34px;
  font-family: "NeueHaasText";
  line-height: 1;
  padding-left: 5vw;
}
.nav-link:hover {
  color: #1D1D1B;
}
.nav-link.btn-green:hover span {
  color: #1D1D1B;
}
@media (min-width: 1024px) {
  .nav-link.btn {
    padding-left: 2rem;
  }
}
.nav-contact {
  padding-left: 5vw;
  opacity: 0;
}
.nav-contact p,
.nav-contact a {
  color: #1D1D1B;
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: bold;
}
.nav-scrolled .nav-link {
  color: #1D1D1B !important;
}
.nav-scrolled .nav-link::before {
  background-color: #1D1D1B !important;
}
.nav-scrolled .btn {
  border-color: #1D1D1B !important;
}
.nav-scrolled .btn span {
  color: #1D1D1B !important;
}
.nav-scrolled .btn svg path {
  fill: #1D1D1B;
}
.nav-scrolled .btn-black:hover span {
  color: #fff !important;
}
.nav-link.nav-link-active {
  color: #ABCC33 !important;
}
.nav-link.nav-link-active:before {
  background-color: #ABCC33 !important;
}
@media (max-width: 350px) {
  .nav-link {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .nav {
    opacity: 0;
    visibility: hidden;
  }
  .nav-item {
    margin-bottom: 1.2rem;
  }
  .nav-item-btn {
    display: flex;
    align-items: center;
  }
  .nav-item:last-child {
    margin-bottom: 0;
  }
  .nav-link {
    display: block;
    font-weight: 500;
  }
  .nav-link.btn {
    border: none;
    padding: 0 0 0 5vw;
    display: block;
    height: auto;
  }
}
@media (max-width: 1024px) and (min-width: 1024px) {
  .nav-link.btn {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .nav-link.btn svg {
    display: none;
  }
}
.nav-list {
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1290px) {
  .nav-item {
    padding: 0 1.5vw !important;
  }
}
@media (min-width: 1024px) and (max-width: 1408px) {
  .nav .btn {
    min-width: 80px;
  }
}
@media (min-width: 1024px) {
  .nav {
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    height: 100%;
    padding: 0;
    background-color: transparent;
  }
  .nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    margin: 0;
  }
  .nav-item {
    padding: 0 32px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1460px) {
  .nav-item {
    padding: 0 1.5vw;
  }
}
@media (min-width: 1024px) {
  .nav-item-active .nav-link:before {
    background-color: #D6FE40;
  }
}
@media (min-width: 1024px) {
  .nav-item-btn .arrow {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-item.no-drop .nav-link:before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-item:nth-last-of-type(1) {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .nav-contact {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-link {
    position: relative;
    color: #1D1D1B;
    font-size: 20px;
    line-height: 1;
    transition: color 200ms ease;
    will-change: color;
    white-space: nowrap;
  }
  .nav-link:not(.btn) {
    padding: 8px 0;
  }
  .nav-link:not(.btn):before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .nav .btn {
    transition: color 200ms ease, border-color 200ms ease;
    will-change: color, border-color;
    height: 46px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .nav-white .nav-link:not(.btn-green) {
    color: #fff;
  }
  .nav-white .nav-link:not(.btn-green):hover {
    color: #D6FE40 !important;
  }
  .nav-white .nav-link:not(.btn-green):hover::before {
    background-color: #D6FE40 !important;
  }
  .nav-white .btn:not(.btn-green) {
    border-color: #fff;
  }
  .nav-white .btn:not(.btn-green):hover {
    border-color: #D6FE40 !important;
  }
  .nav-white .btn-green span {
    color: #fff;
  }
}

.overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(29, 29, 27, 0.74);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 400ms, visibility 100ms step-end;
  display: none;
}
.overlay::before {
  display: block;
  content: "";
  height: 360px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.overlay::after {
  display: block;
  content: "";
  height: 360px;
  background-color: #1d1d1d;
  position: absolute;
  top: 0;
  left: 0;
  width: 42.8571428571%;
}
@media (min-width: 1024px) {
  .overlay {
    display: block;
  }
}

.nav-dropdown {
  width: 100%;
  position: relative;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #FBFBFB;
}
@media (min-width: 1024px) {
  .nav-dropdown {
    background-color: transparent;
    height: auto;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 150ms, visibility 150ms step-end;
  }
}
.nav-dropdown .container {
  max-height: 0px;
  max-width: 100%;
  padding: 0;
  opacity: 0;
  transition: max-height 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0s, margin-top 0.35s ease-in-out 0s;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .nav-dropdown .container {
    opacity: 1;
    height: 360px;
    max-height: 360px;
  }
}
.nav-dropdown .row, .nav-dropdown .row > div {
  height: 100%;
}
.nav-dropdown .col-6 {
  display: none;
}
@media (min-width: 1024px) {
  .nav-dropdown .col-6 {
    display: block;
  }
}
.nav-dropdown .nav-image {
  position: relative;
  height: 100%;
}
.nav-dropdown .nav-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  padding: 0;
  margin: 0;
}
.nav-dropdown .nav-image .nav-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column;
  justify-content: end;
  padding: 2rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,212423+100&0.26+1,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 1%, rgb(33, 36, 35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#42000000", endColorstr="#212423",GradientType=0 ); /* IE6-9 */
}
.nav-dropdown .nav-image .nav-overlay h3 {
  color: #fff;
  transform: translateY(10px);
  opacity: 0;
}
.nav-dropdown .nav-image .nav-overlay h3 + p {
  transform: translateY(10px);
  opacity: 0;
}
.nav-dropdown .nav-image .nav-overlay p {
  color: #fff;
}
.nav-dropdown .nav-content {
  background-color: #FBFBFB;
  padding: 40px 5vw;
  height: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100%;
}
.nav-dropdown .nav-content a {
  display: block;
}
@media (min-width: 1024px) {
  .nav-dropdown .nav-content {
    padding: 40px 100px 40px 50px;
    background-color: #fff;
  }
}
.nav-dropdown .nav-content h4 {
  font-size: 20px;
}
.nav-dropdown .nav-content h4 a {
  color: inherit;
}
.nav-dropdown .nav-content h5 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.2em;
  margin: 32px 0 15px;
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 15px;
  max-width: 90%;
}
@media (min-width: 1024px) {
  .nav-dropdown .nav-content h5 {
    max-width: none;
    margin: 0 0 0.2rem;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.nav-dropdown .nav-content p {
  color: #747474;
  margin: 0.4rem 0;
  font-size: 14px;
  line-height: 24px;
  display: none;
}
@media (min-width: 1024px) {
  .nav-dropdown .nav-content p {
    display: block;
  }
}
@media (min-width: 2140px) {
  .nav-dropdown .nav-content p {
    line-height: 32px;
    font-size: 16px;
  }
}
.nav-dropdown .nav-content p.restrict {
  max-width: 430px;
}
.nav-dropdown .nav-content a + a, .nav-dropdown .nav-content a + h4 {
  margin: 1.4rem 0;
}
@media (min-width: 1024px) {
  .nav-dropdown .nav-content a + a, .nav-dropdown .nav-content a + h4 {
    margin: 3rem 0 0 !important;
  }
}
.nav-dropdown .nav-content a + a:nth-last-of-type(1) {
  margin-bottom: 0;
}
.nav-dropdown .nav-content .btn {
  font-size: inherit;
  height: auto;
  padding-bottom: 0;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .nav-dropdown .nav-content .btn {
    padding-bottom: 3px;
  }
}
.nav-dropdown .nav-content .btn::before {
  display: none;
}
@media (min-width: 1024px) {
  .nav-dropdown .nav-content .btn::before {
    display: block;
  }
}
.nav-dropdown .nav-content .btn:hover {
  color: #F976FB !important;
}
.nav-dropdown .nav-content ul {
  padding: 10px 0 0 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .nav-dropdown .nav-content ul {
    padding: 10px 0 0 0;
  }
}
.nav-dropdown .nav-content ul li {
  font-size: 16px;
}
.nav-dropdown .nav-content ul li::before {
  display: none;
}
.nav-dropdown .nav-content .nav-case-list {
  display: block;
  flex-flow: column wrap;
  height: 100%;
  margin: 0;
  padding: 10px 0;
  -moz-columns: 2;
       columns: 2;
  max-height: 225px;
}
@media (min-width: 1024px) {
  .nav-dropdown .nav-content .nav-case-list {
    display: flex;
    padding: 10px 0 0;
    -moz-columns: inherit;
         columns: inherit;
  }
}
.nav-dropdown .nav-content .nav-case-list li {
  margin-bottom: 0;
  font-size: 12px;
}
@media (min-width: 480px) {
  .nav-dropdown .nav-content .nav-case-list li {
    font-size: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {
  .nav-dropdown .nav-content .nav-case-list li {
    margin-bottom: 16px;
    font-size: 13px;
  }
}
@media (min-width: 1120px) {
  .nav-dropdown .nav-content .nav-case-list li {
    font-size: 14px;
  }
}
@media (min-width: 2140px) {
  .nav-dropdown .nav-content .nav-case-list li {
    font-size: inherit;
  }
}

.life-dropdown .nav-content .row h4, .news-dropdown .nav-content .row h4 {
  margin-top: 1.4rem;
}
@media (min-width: 1024px) {
  .life-dropdown .nav-content .row h4, .news-dropdown .nav-content .row h4 {
    margin-top: 0;
  }
}
.life-dropdown .nav-content .row div:nth-of-type(1) h4:nth-of-type(1), .news-dropdown .nav-content .row div:nth-of-type(1) h4:nth-of-type(1) {
  margin-top: 0;
}

.seo-dropdown .nav-content {
  background-image: url("/assets/images/nav/seo-bg-mob.png");
}
@media (min-width: 1024px) {
  .seo-dropdown .nav-content {
    background-image: url("/assets/images/nav/seo-bg.png");
  }
}

.tech-dropdown .nav-content {
  background-image: url("/assets/images/nav/tech-bg-mob.png");
}
@media (min-width: 1024px) {
  .tech-dropdown .nav-content {
    background-image: url("/assets/images/nav/tech-bg.png");
  }
}

.work-dropdown .nav-content {
  background-image: url("/assets/images/nav/work-bg-mob.png");
}
@media (min-width: 1024px) {
  .work-dropdown .nav-content {
    background-image: url("/assets/images/nav/work-bg.png");
  }
}

.life-dropdown .nav-content {
  background-image: url("/assets/images/nav/life-bg-mob.png");
}
@media (min-width: 1024px) {
  .life-dropdown .nav-content {
    background-image: url("/assets/images/nav/life-bg.png");
  }
}

.news-dropdown .nav-content {
  background-image: url("/assets/images/nav/news-bg-mob.png");
}
@media (min-width: 1024px) {
  .news-dropdown .nav-content {
    background-image: url("/assets/images/nav/news-bg.png");
  }
}

@media screen and (min-width: 1750px) {
  .news-dropdown .nav-content {
    background-position: 112% center;
  }
}
@media (min-width: 1025px) and (max-width: 1206px) {
  .life-dropdown .nav-content {
    background-position: 165% center;
  }
}
@media (min-width: 1207px) and (max-width: 1440px) {
  .life-dropdown .nav-content {
    background-position: 135% center;
  }
}
@media (min-width: 1441px) and (max-width: 1640px) {
  .life-dropdown .nav-content {
    background-position: 123% center;
  }
}
@media (min-width: 1641px) and (max-width: 1910px) {
  .life-dropdown .nav-content {
    background-position: 110% center;
  }
}

@media (min-width: 1024px) {
  .header {
    transition: background-color 200ms ease 0s;
  }
  .header:hover .nav-link {
    color: #fff !important;
  }
  .header:hover .nav-link.btn {
    border-color: #fff;
  }
  .header:hover .nav-link.btn path {
    fill: #fff !important;
  }
  .header:hover .nav-link.btn:hover svg path {
    fill: #D6FE40 !important;
  }
  .header:hover .nav-link::before {
    background-color: #fff !important;
  }
  .header:hover .nav-scrolled .btn {
    border-color: #fff !important;
  }
  .header:hover .nav-scrolled .btn path {
    fill: #fff !important;
  }
  .header:hover .nav-scrolled .btn span {
    color: #fff !important;
  }
  .header:hover .nav-scrolled .btn:hover {
    border-color: #D6FE40 !important;
  }
  .header:hover .nav-scrolled .btn:hover svg path {
    fill: #D6FE40 !important;
  }
  .header:hover .nav-scrolled .btn:hover span {
    color: #D6FE40 !important;
  }
  .header:hover .nav-item:hover .nav-link {
    color: #D6FE40 !important;
  }
  .header:hover .nav-item:hover .nav-link:before {
    background-color: #D6FE40 !important;
  }
  .header:hover.header-scrolled.header-green {
    background-color: #1D1D1B;
  }
  .header:hover.header-scrolled .header-logo path,
.header:hover.header-scrolled .header-logo circle {
    fill: #fff;
  }
  .header:hover.header-scrolled .hamburger-inner, .header:hover.header-scrolled .hamburger-inner:before, .header:hover.header-scrolled .hamburger-inner:after {
    background-color: #fff;
  }
}

.show-dropdown-checkbox:checked ~ .nav-dropdown .container {
  max-height: 320px;
  margin-top: 1.2rem;
  transition: max-height 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0.35s, margin-top 0.35s ease-in-out 0s;
  opacity: 1;
}

.show-dropdown-checkbox:checked ~ a {
  color: #D6FE40 !important;
}

.show-dropdown-checkbox:checked ~ label {
  transform: rotate(180deg);
}

.aside {
  background-color: #fff;
}
.aside-block {
  border-bottom: 1px solid #92B4A7;
  padding: 12px 0;
}
.aside-block-active .aside-list {
  display: block;
}
.aside-list {
  display: none;
  margin-left: 1rem;
  margin-top: 10px;
  margin-bottom: 0;
}
.aside-item {
  margin-bottom: 6px;
}
.aside-item:last-child {
  margin-bottom: 0;
}
.aside-item:before {
  display: none;
}
.aside-link {
  font-size: 1rem;
  color: rgba(29, 29, 27, 0.5);
  font-family: "NeueHaasText";
  font-weight: normal;
  transition: color 200ms ease;
}
.aside-link-main {
  font-size: 1.1rem;
  color: #1D1D1B;
  font-family: "NeueHaasText";
  font-weight: 500;
}
.aside-link-active {
  color: #ABCC33;
}
.aside-toggle {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 6px;
  top: calc(50% - 10px);
  background-color: #fff;
  font-family: "NeueHaasText";
  font-weight: 500;
  color: rgba(29, 29, 27, 0.5);
  z-index: 999;
  padding: 4px 20px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  transform: rotate(-90deg) translate(0, -50%);
  transform-origin: bottom center;
  box-shadow: 0 2px 6px 0 rgba(29, 29, 27, 0.14);
  cursor: pointer;
}
.aside-toggle input {
  display: none;
}
.aside-checkbox {
  display: none;
  position: absolute;
  opacity: 0;
  top: -99999999px;
  left: -99999999px;
}
.aside-checkbox:checked ~ .aside-overlay {
  opacity: 0.4;
  z-index: 10000;
  transition: opacity 400ms ease, z-index 400ms step-start;
}
.aside-checkbox:checked ~ .aside {
  transform: translateX(0);
}
.aside-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D1D1B;
  z-index: -1;
  opacity: 0;
  transition: opacity 400ms ease, z-index 400ms step-end;
}
.aside-inactive {
  display: none;
}
@media (max-width: 1024px) {
  .aside {
    position: fixed;
    top: 0;
    right: 0;
    width: 270px;
    height: 100%;
    padding: 76px 20px 0 20px;
    z-index: 10001;
    box-shadow: 0 0 50px 3px rgba(29, 29, 27, 0.2);
    transform: translateX(100%);
    transition: transform 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
  }
}
@media (min-width: 1024px) {
  .aside {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    background-color: transparent;
  }
  .aside-toggle, .aside-overlay {
    display: none;
  }
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 700px;
  max-height: 900px;
  z-index: 2;
}
.hero-text, .hero-logo, .hero-btn-cont, .hero-logos {
  position: relative;
  z-index: 99;
}
.hero + section {
  z-index: 99;
}
.hero .row {
  align-items: center;
}
.hero .lead + .lead {
  margin-top: -2rem;
}
.hero-green {
  background-color: #D6FE40;
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.hero-xl::after {
  height: 143% !important;
}
.hero-xl .hero-background {
  height: 143%;
}
.hero-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D1D1B;
  opacity: 0.4;
}
.hero-clip {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
}
.hero-clip-top {
  -webkit-clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0% 100%);
}
@media (min-width: 1024px) {
  .hero-clip-top {
    -webkit-clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
  }
}
.hero-text {
  width: 100%;
  max-width: 100%;
}
.hero-text-white h1, .hero-text-white h2, .hero-text-white p {
  color: #fff;
}
.hero-text h1,
.hero-text h2 {
  margin-bottom: 1rem;
}
.hero-text .lead {
  margin-bottom: 1.6rem;
}
@media (max-width: 350px) {
  .hero-text h1,
.hero-text h2,
.hero-text .lead {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .hero-text h1, .hero-text h2 {
    margin-bottom: 2rem;
  }
  .hero-text .lead {
    margin-bottom: 2rem;
  }
  .hero-text-margin-tab {
    margin-top: 140px;
  }
}
@media (min-width: 1024px) {
  .hero-text-margin-tab {
    margin-top: 0;
  }
  .hero-text p:not(.lead):last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1500px) {
  .hero-text .lead {
    margin-bottom: 4rem;
  }
}
.hero-logo {
  display: block;
  margin-bottom: 2rem;
  width: 100px;
}
@media (min-width: 768px) {
  .hero-logo {
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .hero-logo {
    width: 190px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .hero-with-logos {
    align-items: center;
  }
  .hero-with-logos .hero-logo-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .hero-with-logos .hero-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .hero-with-logos .hero-content:before {
    content: "";
  }
}
.hero-logos {
  display: none;
  position: relative;
  margin-bottom: 2rem;
}
.hero-logos small {
  display: block;
  margin-bottom: 1.4rem;
  white-space: nowrap;
}
.hero-logos img {
  margin-right: 1.6rem;
  width: auto;
  max-width: 160px;
  max-height: 75px;
}
.hero-logos-white small {
  color: white;
}
.hero-logos-cont {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-logos {
    display: block;
  }
}
@media (min-width: 1408px) {
  .hero-logos {
    width: 180px;
    margin-top: 2rem;
  }
}
@media (min-height: 1250px) {
  .hero-logos {
    margin-bottom: 100px;
  }
}
.hero-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media (min-width: 768px) {
  .hero-video {
    display: block;
  }
}
.hero video {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .hero-with-image {
    height: auto;
    max-height: none;
    padding-top: 106px;
    padding-bottom: 50px;
  }
  .hero-with-image .hero-content {
    margin-bottom: 2.4rem;
  }
}
.hero-image {
  width: 100%;
  height: auto;
}
.hero-image img {
  width: 100%;
  max-width: 100%;
}
.hero-r {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.hero-r-cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 110vh;
  min-height: 700px;
  max-height: 900px;
}
.hero-r svg {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-r-tablet, .hero-r-desktop {
  display: none;
}
.hero-r-overflow {
  overflow: visible;
}
.hero-r-opaque {
  opacity: 0.3;
}
.hero-r-black path {
  fill: #1D1D1B;
  opacity: 0.05;
}
.hero-r-dark path {
  fill: rgba(171, 204, 51, 0.5);
}
.hero-r-white path {
  fill: #fff;
  opacity: 0.15;
}
.hero-r-industries-green path {
  fill: #1D1D1B;
  opacity: 0.15;
}
.hero-r-industries-black path {
  opacity: 0.15;
}
.hero-r-industries-purple path {
  fill: #fff;
  opacity: 0.15;
}
@media (min-width: 768px) {
  .hero-r {
    width: 100vw;
    height: 100%;
    min-height: 0;
  }
  .hero-r-tablet {
    display: block;
  }
  .hero-r-mobile, .hero-r-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hero-r {
    width: 100vw;
    height: 100%;
    bottom: 0;
  }
  .hero-r-cont {
    position: absolute;
    height: auto;
    top: -20%;
    min-height: 130%;
    max-height: none;
  }
  .hero-r-cont svg {
    position: absolute;
    display: block;
    width: calc(110% + 110px);
    height: 100%;
    min-height: 100%;
    left: -7%;
  }
  .hero-r-desktop {
    display: block;
  }
  .hero-r-mobile, .hero-r-tablet {
    display: none;
  }
}
.hero-casestudy.hero {
  height: 90vh;
  min-height: 650px;
  max-height: 750px;
  z-index: 101;
}
.hero-casestudy.hero .hero-btn-cont {
  display: flex;
  justify-content: flex-start;
}
.hero-casestudy.hero .hero-btn-cont .btn {
  width: calc(50% - 10px);
  max-width: 200px;
}
@media (min-width: 768px) {
  .hero-casestudy.hero {
    height: 80vh;
    max-height: 550px;
  }
}
@media (min-width: 1024px) {
  .hero-casestudy.hero {
    height: 70vh;
    min-height: 650px;
    max-height: 1400px;
  }
  .hero-casestudy.hero .hero-btn-cont {
    margin-top: 3rem;
  }
}
@media (min-width: 1408px) {
  .hero-casestudy.hero {
    height: 70vh;
    min-height: 700px;
    max-height: 1400px;
  }
}
.hero-simple.hero {
  height: 70vh;
}
.hero-simple.hero .hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.hero-simple.hero .hero-bg img {
  width: 100%;
  height: 105%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-simple.hero.bg-black h1, .hero-simple.hero.bg-black h2, .hero-simple.hero.bg-black small, .hero-simple.hero.bg-purple h1, .hero-simple.hero.bg-purple h2, .hero-simple.hero.bg-purple small {
  color: #fff !important;
}
@media (max-width: 568px) {
  .hero-simple.hero {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .hero-simple.hero {
    height: 40vh;
    min-height: 450px;
  }
}
@media (min-width: 1024px) {
  .hero-simple.hero {
    height: 600px;
    max-height: 600px;
    min-height: 0;
  }
  .hero-simple.hero .hero-bg {
    width: 100%;
  }
}
.hero-work.hero {
  height: auto;
  max-height: none;
}
.hero-work.hero .hero-blob {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: 100vw;
  overflow: visible;
}
.hero-work.hero .hero-logos {
  display: block;
  margin: 0;
  width: 100%;
}
.hero-work.hero .hero-logos-cont {
  margin-bottom: 2.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hero-work.hero .hero-logos-cont img {
  display: inline-block;
  width: calc(50% - 15px);
  margin: 0 0 2rem 0;
}
.hero-work.hero .hero-logos-cont img:last-child {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hero-work.hero .container {
    padding-top: 126px;
  }
  .hero-work.hero .lead {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .hero-work.hero .hero-blob {
    width: 80vw;
  }
  .hero-work.hero .hero-logos-cont img {
    display: inline-block;
    width: calc(33.33333% - 15px);
    margin: 0 0 3rem 0;
    max-width: none;
    padding: 0 20px;
  }
  .hero-work.hero .hero-logos-cont img:last-child, .hero-work.hero .hero-logos-cont img:nth-last-child(2), .hero-work.hero .hero-logos-cont img:nth-last-child(3) {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .hero-work.hero {
    height: auto !important;
    min-height: 0;
    max-height: none;
    padding: 120px 0;
  }
  .hero-work.hero .hero-blob {
    width: 63vw;
  }
  .hero-work.hero .hero-logos-cont img {
    padding: 0;
    max-width: 180px;
  }
}
@media (min-width: 1600px) {
  .hero-work.hero {
    padding: 150px 0;
  }
  .hero-work.hero .hero-blob {
    width: 55vw;
    max-width: 1300px;
  }
}
.hero-with-form {
  height: auto !important;
  padding-top: 100px;
  padding-bottom: 50px;
  max-height: none !important;
  min-height: 0 !important;
}
.hero-with-form .hero-text p {
  line-height: 28px;
}
.hero-with-form .hero-text p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .hero-with-form .hero-text p {
    font-size: calc(16px + 5 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .hero-with-form .hero-text p {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .hero-with-form .hero-text p {
    line-height: 36px;
  }
}
.hero-with-form .lead {
  margin-bottom: 2rem !important;
}
@media (min-width: 768px) {
  .hero-with-form {
    padding-top: 190px;
    padding-bottom: 110px;
  }
  .hero-with-form-small {
    padding-bottom: calc(110px + 15vh);
  }
}
@media (min-width: 1024px) {
  .hero-with-form {
    padding-top: 190px;
    padding-bottom: 110px;
  }
  .hero-with-form-small {
    padding-bottom: calc(110px + 15vh);
  }
}
@media (min-width: 1408px) {
  .hero-with-form-small {
    padding-bottom: 260px;
  }
}
.hero-seo {
  margin-bottom: -100px;
}
.hero-seo + section {
  padding-top: 170px;
}
@media (min-width: 768px) {
  .hero-seo + section {
    padding-top: 190px;
  }
}
@media (min-width: 1024px) {
  .hero-seo + section {
    padding-top: 210px;
  }
}
@media (min-width: 1408px) {
  .hero-seo + section {
    padding-top: 250px;
  }
}
.hero-brand .hero-r {
  width: 100%;
  height: 90%;
  overflow: hidden;
}
.hero-brand .hero-r img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  display: block;
}
@media (min-width: 768px) {
  .hero-brand {
    height: 90vh;
  }
  .hero-brand .hero-r img {
    width: 150%;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;";
  }
}
.hero-reports {
  background-color: #92B4A7;
  margin-bottom: -120px;
}
.hero-reports .hero-background {
  height: 60%;
  top: 5%;
}
@media (min-width: 768px) {
  .hero-reports {
    margin-bottom: -140px;
  }
  .hero-reports .hero-background {
    height: 70%;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .hero-reports {
    margin-bottom: -140px;
  }
  .hero-reports .hero-background {
    height: 100%;
  }
}
.hero-reports-single {
  height: auto;
  min-height: 0;
  padding-top: 100px;
  padding-bottom: 180px;
  margin-bottom: -140px;
}
@media (min-width: 1024px) {
  .hero-reports-single {
    height: auto !important;
    margin-bottom: -200px;
    min-height: 600px !important;
  }
}
@media (min-width: 768px) {
  .hero {
    max-height: none;
    min-height: 800px;
  }
}
@media (min-width: 1024px) {
  .hero {
    height: 100vh;
    max-height: 1300px;
    min-height: 800px;
  }
}
@media (min-width: 1408px) {
  .hero {
    min-height: 900px;
  }
}
@media (min-width: 1600px) {
  .hero {
    min-height: 1000px;
  }
}

.section-padding {
  padding: 70px 0;
}
.section-padding-small {
  padding: 23.3333333333px 0;
}
.section-padding-large {
  padding: 210px 0;
}
@media (min-width: 768px) {
  .section-padding {
    padding: 90px 0;
  }
  .section-padding-small {
    padding: 30px 0;
  }
  .section-padding-large {
    padding: 270px 0;
  }
}
@media (min-width: 1024px) {
  .section-padding {
    padding: 110px 0;
  }
  .section-padding-small {
    padding: 36.6666666667px 0;
  }
  .section-padding-large {
    padding: 330px 0;
  }
}
@media (min-width: 1408px) {
  .section-padding {
    padding: 150px 0;
  }
  .section-padding-small {
    padding: 50px 0;
  }
  .section-padding-large {
    padding: 450px 0;
  }
}
.section-padding-bottom {
  padding-top: 0 !important;
}
.section-padding-top {
  padding-bottom: 0 !important;
}
.section-padding-bottom-large {
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .section-padding-bottom-large {
    padding-bottom: 150px;
  }
}
@media (min-width: 1024px) {
  .section-padding-bottom-large {
    padding-bottom: 380px;
  }
}
@media (max-width: 1407px) {
  .section-padding-bottom-large {
    padding-bottom: 250px;
  }
}
.section-high-z-index {
  z-index: 1000;
}

.green-section.values-green-section + .values-bcorp {
  margin-top: -500px;
  padding-top: 600px;
}
.green-section.values-green-section + .values-bcorp h3, .green-section.values-green-section + .values-bcorp p {
  color: #fff;
}

.sideshow-billboard h4 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .sideshow-billboard h4 {
    font-size: calc(28px + 8 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .sideshow-billboard h4 {
    font-size: 36px;
  }
}
.sideshow-billboard figure {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 50%;
  right: 0;
}
.sideshow-billboard figure picture {
  display: block;
  width: 100%;
  height: 100%;
}
.sideshow-billboard figure picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.merge::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 0;
  left: 0;
  right: 0;
}
.merge-large::before {
  height: 65%;
}
.merge-medium::before {
  height: 640px;
}
.merge-small::before {
  height: 11%;
}
@media (min-width: 768px) {
  .merge-small::before {
    height: 25%;
  }
}
.merge-top::before {
  top: 0;
  bottom: auto;
}
.merge-bottom::before {
  top: auto;
  bottom: 0;
}
.merge-black::before, .merge-bg-black::before {
  background-color: #1D1D1B;
}
.merge-primary::before, .merge-bg-primary::before {
  background-color: #D6FE40;
}
.merge-secondary::before, .merge-bg-secondary::before {
  background-color: #DFE2D5;
}
.merge-white::before, .merge-bg-white::before {
  background-color: #fff;
}

.richtext {
  position: relative;
  display: block;
}
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6,
.richtext p {
  position: relative;
  display: block;
  z-index: 99;
  font-weight: 400;
}
.richtext a {
  word-break: break-word;
  text-decoration: none !important;
}
.richtext a * {
  font-weight: 700 !important;
}
.richtext a u {
  text-decoration: none !important;
}
.richtext:not(.richtext-normal-weight) :not(p) strong {
  font-family: "NeueHaasDisp";
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
  font-weight: 500;
}
.richtext:not(.richtext-normal-weight) :not(p) strong {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .richtext:not(.richtext-normal-weight) :not(p) strong {
    font-size: calc(18px + 10 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .richtext:not(.richtext-normal-weight) :not(p) strong {
    font-size: 28px;
  }
}
.richtext:not(.richtext-normal-weight) p:nth-of-type(1) strong {
  font-family: "NeueHaasDisp";
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
  font-weight: 500;
}
.richtext:not(.richtext-normal-weight) p:nth-of-type(1) strong {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .richtext:not(.richtext-normal-weight) p:nth-of-type(1) strong {
    font-size: calc(18px + 10 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .richtext:not(.richtext-normal-weight) p:nth-of-type(1) strong {
    font-size: 28px;
  }
}
.richtext-normal-weight strong {
  font-weight: 500;
}
.richtext .list-item-strong p strong {
  font-size: 20px !important;
}
.richtext video,
.richtext iframe {
  width: 100%;
  min-width: 100%;
  min-height: 350px;
}
@media (min-width: 768px) {
  .richtext video,
.richtext iframe {
    min-height: 450px;
  }
}
@media (min-width: 1024px) {
  .richtext video,
.richtext iframe {
    min-height: 500px;
  }
}
@media (min-width: 1408px) {
  .richtext video,
.richtext iframe {
    min-height: 600px;
  }
}
.richtext h1 {
  font-family: "NeueHaasDisp";
  font-weight: 500;
  line-height: 1.2;
}
.richtext h1 {
  font-size: 41px;
}
@media screen and (min-width: 320px) {
  .richtext h1 {
    font-size: calc(41px + 20 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .richtext h1 {
    font-size: 61px;
  }
}
@media (max-width: 350px) {
  .richtext h1 {
    font-size: 36px;
  }
}
.richtext h2 {
  font-family: "NeueHaasDisp";
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}
.richtext h2 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .richtext h2 {
    font-size: calc(30px + 26 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .richtext h2 {
    font-size: 56px;
  }
}
.richtext h3 {
  font-family: "NeueHaasDisp";
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.2rem;
  margin-bottom: 1.2rem;
}
.richtext h3 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .richtext h3 {
    font-size: calc(30px + 12 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .richtext h3 {
    font-size: 42px;
  }
}
@media (max-width: 350px) {
  .richtext h3 {
    font-size: 26px;
  }
}
.richtext h3.margin {
  margin-bottom: 1rem;
}
.richtext h3.small {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .richtext h3.small {
    font-size: calc(30px + 12 * ((100vw - 320px) / 1088));
  }
}
@media screen and (min-width: 1408px) {
  .richtext h3.small {
    font-size: 42px;
  }
}
.richtext h4 {
  font-family: "NeueHaasDisp";
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
}
.richtext h4 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .richtext h4 {
    font-size: calc(18px + 10 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .richtext h4 {
    font-size: 28px;
  }
}
.richtext h5 {
  font-family: "NeueHaasText";
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.richtext h5 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .richtext h5 {
    font-size: calc(16px + 5 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .richtext h5 {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .richtext h5 {
    line-height: 36px;
  }
}
.richtext h5 strong {
  font-weight: 600;
}
.richtext a {
  color: #ABCC33;
  font-weight: 500;
  cursor: pointer;
  transition: color 160ms ease;
  will-change: color;
}
.richtext a * {
  transition: color 160ms ease;
  will-change: color;
}
.richtext a:hover {
  color: #4B4265;
}
.richtext img {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
@media (min-width: 768px) {
  .richtext img {
    margin-top: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .richtext img {
    margin-top: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .richtext img {
    margin-top: 1.6rem !important;
  }
}
@media (min-width: 768px) {
  .richtext img {
    margin-bottom: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .richtext img {
    margin-bottom: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .richtext img {
    margin-bottom: 1.6rem !important;
  }
}
.richtext blockquote {
  position: relative;
  margin-bottom: 1rem !important;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .richtext blockquote {
    margin-bottom: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .richtext blockquote {
    margin-bottom: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .richtext blockquote {
    margin-bottom: 1.6rem !important;
  }
}
.richtext blockquote p {
  font-family: "NeueHaasDisp";
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
}
.richtext blockquote p {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .richtext blockquote p {
    font-size: calc(18px + 10 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .richtext blockquote p {
    font-size: 28px;
  }
}
.richtext blockquote:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100px;
  height: 180px;
  z-index: 1;
  background: url("/assets/images/illustrations/quote-richtext.svg") no-repeat !important;
  background-size: 100% 100%;
  transform: translate(-15%, -50%);
}
@media (min-width: 1024px) {
  .richtext blockquote {
    margin-top: 100px;
  }
  .richtext blockquote + h6 {
    margin-bottom: 50px;
  }
  .richtext blockquote:before {
    width: 170px;
  }
}
.richtext-news-single.richtext img {
  border: 2px solid #DFE2D6;
}
.richtext-news-single.richtext ul li:before {
  content: "○";
  position: relative;
  background: none;
  font-size: 18px;
  font-weight: bold;
  top: 0;
  line-height: 32px;
}
@media (min-width: 768px) {
  .richtext-news-single.richtext ul li:before {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .richtext-news-single.richtext ul li:before {
    line-height: 30px;
  }
}
.richtext-news-single.richtext ul .list-item-strong:before {
  font-size: 28px;
  top: 3px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .richtext-news-single.richtext ul .list-item-strong:before {
    font-size: 3rem;
    top: 0;
    line-height: 30px;
    top: -5px;
  }
}
@media (min-width: 1408px) {
  .richtext-news-single.richtext ul .list-item-strong:before {
    line-height: 36px;
  }
}
.richtext hr {
  border: 1px solid #DFE2D5;
  border-radius: 5px;
  margin: 1.6rem 0;
}
.richtext-step {
  display: inline-block;
  height: 100%;
  min-height: 100%;
  margin-right: 1rem;
}
.richtext-step-cont {
  display: flex !important;
  margin-bottom: 1rem !important;
}
@media (min-width: 768px) {
  .richtext-step-cont {
    margin-bottom: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .richtext-step-cont {
    margin-bottom: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .richtext-step-cont {
    margin-bottom: 1.6rem !important;
  }
}
.richtext-step-cont + p img {
  margin-top: 0 !important;
}
.richtext h5 + img,
.richtext h5 + p img {
  margin-top: 0;
}
.richtext p + hr,
.richtext img + hr {
  margin-top: 0;
}
.richtext > :last-child {
  margin-bottom: 0;
}
.richtext-normal-table table {
  border: 2px solid #1D1D1B;
  table-layout: fixed;
  border-collapse: collapse;
}
.richtext-normal-table table * {
  background: transparent !important;
  text-align: left;
}
.richtext-normal-table table p {
  font-size: 1.1rem;
  line-height: 32px;
}
.richtext-normal-table table td {
  padding: 14px;
  border: 1px solid #1D1D1B !important;
}
.richtext-normal-table table tr {
  border: 0 !important;
}
@media (max-width: 568px) {
  .richtext-normal-table table td {
    padding: 0;
    display: block;
  }
}

.green-section .richtext a,
.bg-grey .richtext a,
.bg-primary .richtext a {
  color: #1D1D1B !important;
  font-weight: 700 !important;
}
.green-section .richtext a *,
.bg-grey .richtext a *,
.bg-primary .richtext a * {
  color: #1D1D1B !important;
}
.green-section .richtext a.btn-line,
.bg-grey .richtext a.btn-line,
.bg-primary .richtext a.btn-line {
  font-size: inherit;
}
.green-section .richtext a.btn-line::before,
.bg-grey .richtext a.btn-line::before,
.bg-primary .richtext a.btn-line::before {
  background-color: #F976FB;
}
.green-section .richtext a:hover,
.bg-grey .richtext a:hover,
.bg-primary .richtext a:hover {
  color: #F976FB !important;
}
.green-section .richtext a:hover *,
.bg-grey .richtext a:hover *,
.bg-primary .richtext a:hover * {
  color: #F976FB !important;
}

.bg-black .richtext a {
  color: #fff !important;
  font-weight: 700 !important;
}
.bg-black .richtext a * {
  color: #fff !important;
}
.bg-black .richtext a:hover {
  color: #D6FE40 !important;
}
.bg-black .richtext a:hover * {
  color: #D6FE40 !important;
}

.casestudy {
  background-color: #D6FE40;
  margin-top: -60px;
}
.casestudy-main {
  padding-bottom: 70px;
  padding-top: 130px;
}
.casestudy-main .row {
  justify-content: center;
  align-items: center;
}
.casestudy-quote h5,
.casestudy-quote p {
  margin-bottom: 0;
}
.casestudy-intro {
  margin-bottom: 2rem !important;
}
@media (min-width: 768px) {
  .casestudy-intro {
    margin-bottom: 2.2rem !important;
  }
}
@media (min-width: 1024px) {
  .casestudy-intro {
    margin-bottom: 2.4rem !important;
  }
}
@media (min-width: 1408px) {
  .casestudy-intro {
    margin-bottom: 2.6rem !important;
  }
}
.casestudy-intro p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 34px;
}
.casestudy-r-symbol {
  position: absolute;
  display: flex;
  align-items: flex-end;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 50vh;
  opacity: 1;
}
.casestudy-r-symbol img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.casestudy-sub {
  background-color: #4B4265;
}
.casestudy-nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  margin: 0;
}
.casestudy-nav-item {
  margin-bottom: 0;
}
.casestudy-nav-item:before {
  display: none;
}
.casestudy-nav-item a:hover {
  color: #fff !important;
}
.casestudy-nav-item:not(:last-of-type) {
  margin-right: 30px;
}
.casestudy-nav-link {
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  .casestudy {
    margin-top: -60px;
  }
  .casestudy-main {
    padding-bottom: 55px;
    padding-top: 115px;
  }
  .casestudy-intro {
    margin-bottom: 0 !important;
  }
  .casestudy-r-symbol {
    width: 75vw;
    height: auto;
  }
  .casestudy-r-symbol img {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;";
  }
}
@media (min-width: 1024px) {
  .casestudy {
    height: 450px;
    display: flex;
    align-items: center;
    margin-top: -50px;
  }
  .casestudy-main {
    padding-bottom: 110px;
    padding-top: 110px;
  }
  .casestudy-main .row {
    justify-content: flex-start;
    align-items: center;
  }
  .casestudy-intro p {
    margin-bottom: 0;
  }
  .casestudy-r-symbol {
    display: flex;
    align-items: flex-end;
    width: 60vw;
    max-width: 1200px;
  }
}
@media (min-width: 1408px) {
  .casestudy {
    display: flex;
    align-items: center;
    height: 550px;
    margin-top: -64px;
  }
  .casestudy-main {
    padding-bottom: 150px;
    padding-top: 150px;
  }
}

.contact {
  background-image: url("/assets/images/brand/bg-swish.svg");
  background-position: right center;
  background-size: cover;
}
.contact ::-moz-selection {
  background: #ABCC33; /* WebKit/Blink Browsers */
  color: #1D1D1B;
}
.contact ::selection {
  background: #ABCC33; /* WebKit/Blink Browsers */
  color: #1D1D1B;
}
.contact ::-moz-selection {
  background: #ABCC33; /* Gecko Browsers */
  color: #1D1D1B;
}
.contact h2,
.contact h1 {
  font-size: 44px;
}
@media screen and (min-width: 350px) {
  .contact h2,
.contact h1 {
    font-size: calc(44px + 48 * ((100vw - 350px) / 1650));
  }
}
@media screen and (min-width: 2000px) {
  .contact h2,
.contact h1 {
    font-size: 92px;
  }
}
.contact .form {
  margin-top: 1rem !important;
}
@media (min-width: 768px) {
  .contact .form {
    margin-top: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .contact .form {
    margin-top: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .contact .form {
    margin-top: 1.6rem !important;
  }
}
.contact .richtext {
  max-width: 554px;
}
.contact .richtext a {
  color: #1D1D1B;
  font-weight: bold;
}
.contact .richtext a:hover {
  color: #F976FB;
}
.contact .richtext p {
  color: #fff;
  font-size: 22px;
}
.contact.shade-grey-1 .richtext p {
  color: #1D1D1B;
}
.contact-text {
  display: flex;
  width: 100%;
  margin-top: 2rem !important;
}
@media (min-width: 768px) {
  .contact-text {
    margin-top: 2.2rem !important;
  }
}
@media (min-width: 1024px) {
  .contact-text {
    margin-top: 2.4rem !important;
  }
}
@media (min-width: 1408px) {
  .contact-text {
    margin-top: 2.6rem !important;
  }
}
.contact-text .icon-text {
  margin-bottom: 60px;
}
.contact-text .icon-text svg {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.contact-text .icon-text a {
  color: #fff;
  display: block;
}
@media (min-width: 768px) {
  .contact-text .icon-text a {
    display: inline-block;
  }
}
.contact-text .btn-line:hover {
  color: #F976FB !important;
}
@media (min-width: 1024px) {
  .contact-text {
    margin-top: -80px !important;
  }
}
@media (min-width: 1408px) {
  .contact-text {
    margin-top: -164px !important;
  }
}

.contact-map-container {
  position: relative;
  height: 660px;
}
.contact-map-container .card {
  max-width: 360px;
  width: 100%;
  border-radius: 16px;
}
.contact-map-container .contact-map {
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100vw;
}

@media screen and (max-width: 960px) {
  .contact-map-container .card {
    margin: auto;
  }
}
.form {
  position: relative;
}
.form-group {
  position: relative;
  margin-bottom: 1.6rem;
  transition: opacity 400ms ease;
  will-change: opacity;
}
.form-group-margin-small {
  margin-bottom: 0.8rem;
}
.form .btn-cont {
  transition: opacity 400ms ease;
  will-change: opacity;
}
.form-input {
  position: relative;
  width: 100%;
  padding: 16px 20px;
  background-color: #fff;
  border: 2px solid #1D1D1B;
  outline: none;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-family: "NeueHaasDisp";
  font-weight: 500;
}
.form-input {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .form-input {
    font-size: calc(18px + 10 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .form-input {
    font-size: 28px;
  }
}
.form-input:focus {
  border-color: #ABCC33;
}
.form-loaded .form-input {
  transition: border-color 150ms ease, padding 260ms;
  will-change: border-color, padding;
}
.form-loaded .form-thankyou {
  display: block;
}
.form-message {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #F976FB;
  position: absolute;
  top: 8px;
  left: 22px;
  width: 100%;
  font-weight: 500;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 260ms;
  will-change: opacity;
}
.form-message-check {
  position: relative !important;
}
.form-message:first-letter {
  text-transform: capitalize;
}
.form-file {
  display: none;
}
.form-file-label {
  display: block;
  width: 100%;
  line-height: 1;
  cursor: pointer;
}
.form-select {
  -webkit-appearance: none;
  outline: none;
  border: none;
  height: 50px;
  line-height: 28px;
  font-family: "NeueHaasDisp";
  font-weight: 500;
  width: 100%;
  min-width: 100%;
  background-color: transparent;
}
.form-select {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .form-select {
    font-size: calc(16px + 5 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .form-select {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .form-select {
    line-height: 36px;
  }
}
.form-select-group {
  position: relative;
  border-bottom: 1px solid #ABCC33;
}
.form-select-group:after {
  content: url("/assets/images/icons/select-arrow.svg");
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  z-index: 99;
}
@media (min-width: 768px) {
  .form-select-group {
    width: 100%;
    max-width: 350px;
  }
}
.form-dropdown {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.form-dropdown-select {
  border: 2px solid #EFF0EA;
  padding: 10px 20px;
  background: white;
  width: 100%;
  font-size: 16px;
  font-family: "NeueHaasDisp";
  font-weight: 500;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}
.form-dropdown-select:after {
  content: url("/assets/images/reports/chevron-down.svg");
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  z-index: 99;
}
.form-dropdown-select:hover {
  border: 2px solid #F976FB;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  background: #EFF0EA;
}
.form-dropdown-label {
  margin-bottom: 0;
  margin-right: 20px;
  font-family: "NeueHaasDisp";
  font-weight: 500;
}
.form-dropdown-label {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .form-dropdown-label {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .form-dropdown-label {
    font-size: 18px;
  }
}
.form .checkbox {
  margin-bottom: 20px;
}
.form .checkbox a {
  color: #1D1D1B;
}
.form-group-error .form-input {
  padding-top: 24px;
}
.form-group-error .form-message {
  opacity: 1;
  transform: translateY(0);
}
.form-small .form-group {
  margin-bottom: 14px !important;
}
.form-small .form-input {
  height: 50px;
  font-size: 16px;
  font-family: "NeueHaasText";
  font-weight: 400;
  padding-left: 1rem;
  padding-right: 1rem;
}
.form-small .form-text {
  margin-bottom: 0;
}
.form-small .form-message {
  left: 19px;
  top: 5px;
  font-size: 11px;
}
.form-small .form-thankyou {
  top: 0;
  transform: translate(-50%, 0px);
}
.form-small small {
  margin-bottom: 0;
  font-size: 11px;
}
.form-success .gdpr-title {
  display: none;
}
.form-success .btn,
.form-success .form-group {
  opacity: 0;
}
.form-success .form-thankyou {
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 999;
}
.form-success.form-small .form-thankyou {
  transform: translate(-50%, 30px);
}
.form-thankyou {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 20px));
  z-index: -1;
  width: 100%;
  opacity: 0;
  transition: opacity 300ms ease, transform 300ms ease;
  transition-delay: 400ms;
  will-change: opacity, transform;
}
.form-thankyou h4 {
  margin: 0 !important;
}
.form-thankyou p {
  margin: 0;
}
.form-thankyou * {
  text-align: left;
}
.form-thankyou .button-group {
  text-align: right;
}
.form-thankyou .close-modal-button, .form-thankyou .close-modal {
  opacity: 1;
}
.form-thankyou .close-modal-button .btn, .form-thankyou .close-modal .btn {
  opacity: 1;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1D1D1B;
  opacity: 1; /* Firefox */
}
.form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1D1D1B;
  opacity: 1; /* Firefox */
}
.form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1D1D1B;
  opacity: 1; /* Firefox */
}
.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1D1D1B;
}
.form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1D1D1B;
}
.form input[type=search]::-webkit-search-decoration,
.form input[type=search]::-webkit-search-cancel-button,
.form input[type=search]::-webkit-search-results-button,
.form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.contact-form .required-mark {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  margin: auto;
  height: 38px;
  width: 19px;
  color: rgba(29, 29, 27, 0.631372549);
  font-size: 38px;
  line-height: 1.45;
  font-weight: 500;
}
.contact-form .modal-container {
  background-color: #4B4265;
  max-width: 726px;
  border: 6px solid #1D1D1B;
  padding: 50px 20px 20px;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .contact-form .modal-container {
    padding: 60px 38px 38px;
  }
}
@media (min-width: 1024px) {
  .contact-form .modal-container {
    padding: 60px 38px 38px;
  }
}
.contact-form .modal-container::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: -6px;
  left: -6px;
  right: -6px;
  background-image: url(/assets/images/brand/contact-modal-swish.svg);
  background-position: top right;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.contact-form .modal-container h4 {
  line-height: 1.3;
}
.contact-form .modal-container h4 {
  font-size: 34px;
}
@media screen and (min-width: 600px) {
  .contact-form .modal-container h4 {
    font-size: calc(34px + 12 * ((100vw - 600px) / 600));
  }
}
@media screen and (min-width: 1200px) {
  .contact-form .modal-container h4 {
    font-size: 46px;
  }
}
@media (min-width: 768px) {
  .contact-form .modal-container h4 {
    line-height: 1.7;
  }
}
@media (min-width: 1024px) {
  .contact-form .modal-container h4 {
    line-height: 1.7;
  }
}
.contact-form .modal-container .checkbox-label svg {
  width: 33px;
  height: 33px;
}
@media (min-width: 768px) {
  .contact-form .modal-container .checkbox-label svg {
    width: 43px;
    height: 43px;
  }
}
@media (min-width: 1024px) {
  .contact-form .modal-container .checkbox-label svg {
    width: 43px;
    height: 43px;
  }
}
.contact-form .modal-container .checkbox-label svg path {
  stroke: #B7AFCE;
}
.contact-form .modal-container .checkbox-label svg .checkbox-tick {
  stroke: #D6FE40;
}
.contact-form .modal-container .checkbox-text p {
  color: #fff;
}
.contact-form .modal-container .checkbox-text p {
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  .contact-form .modal-container .checkbox-text p {
    font-size: calc(18px + 11 * ((100vw - 600px) / 600));
  }
}
@media screen and (min-width: 1200px) {
  .contact-form .modal-container .checkbox-text p {
    font-size: 29px;
  }
}
.contact-form .modal-container .checkbox-text p a {
  color: #fff;
  text-decoration: underline;
}
.contact-form .modal-container .checkbox-text p a:hover {
  text-decoration: none;
}
.contact-form .modal-container .button-group {
  position: relative;
}
@media (min-width: 768px) {
  .contact-form .modal-container .button-group > * {
    width: 216px;
  }
}
@media (min-width: 1024px) {
  .contact-form .modal-container .button-group > * {
    width: 216px;
  }
}
.contact-form .modal-container .button-group button {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contact-form .modal-container .button-group button {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contact-form .modal-container .button-group button {
    margin-bottom: 0;
  }
}
.contact-form .form-success .modal-container::before {
  transform: rotate(90deg) scaleX(-1);
  top: 23px;
  right: -42%;
}
.contact-form .form-group select[disabled] {
  color: rgba(29, 29, 27, 0.7803921569);
  font-weight: 300;
}
.contact-form .form-group option:disabled {
  color: rgba(29, 29, 27, 0.7803921569);
}
.contact-form .select-group::before, .contact-form .select-group::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 34px;
  bottom: 0;
  background-color: #797979;
  width: 5px;
  height: 14px;
  margin: auto;
  transform: rotate(310deg);
  z-index: 5;
}
.contact-form .select-group::after {
  right: 26px;
  transform: rotate(45deg);
}

.multi-step-form {
  height: 397px;
  position: relative;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .multi-step-form {
    margin-top: 0;
    height: 478px;
  }
}
@media (min-width: 1024px) {
  .multi-step-form {
    margin-top: 0;
    height: 478px;
  }
}
.multi-step-form .form {
  position: relative;
}
.multi-step-form h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .multi-step-form h3 {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .multi-step-form h3 {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.multi-step-form h4 {
  font-size: 32px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .multi-step-form h4 {
    font-size: 44px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .multi-step-form h4 {
    font-size: 44px;
    margin-bottom: 32px;
  }
}
.multi-step-form .button-group {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .multi-step-form .button-group {
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .multi-step-form .button-group {
    position: absolute;
  }
}
.multi-step-form input {
  font-size: 24px;
}
@media screen and (min-width: 350px) {
  .multi-step-form input {
    font-size: calc(24px + 13 * ((100vw - 350px) / 1650));
  }
}
@media screen and (min-width: 2000px) {
  .multi-step-form input {
    font-size: 37px;
  }
}
.multi-step-form input:required {
  padding-right: 52px;
}
.multi-step-form textarea {
  max-height: 145px;
}
.multi-step-form textarea::-moz-placeholder {
  font-size: 24px;
  color: rgba(29, 29, 27, 0.7803921569);
  font-weight: 300;
}
.multi-step-form textarea:-ms-input-placeholder {
  font-size: 24px;
  color: rgba(29, 29, 27, 0.7803921569);
  font-weight: 300;
}
.multi-step-form textarea::placeholder {
  font-size: 24px;
  color: rgba(29, 29, 27, 0.7803921569);
  font-weight: 300;
}
.multi-step-form .step {
  visibility: hidden;
  opacity: 0;
  border: none;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(-50px);
  transition: visibility 0s ease-in 0s, opacity 500ms, transform 500ms;
  will-change: transform;
}
.multi-step-form .show-step {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.pop-out-form {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background-color: #4B4265;
  width: calc(100% - 32px);
  padding: 60px 40px 40px;
  border-radius: 16px;
  border: 1px solid rgba(204, 204, 204, 0.58);
  margin: auto;
  max-height: 70vh;
  overflow: auto;
  background-image: url("/assets/images/brand/small-swish.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.42);
  transform-origin: bottom right;
  transition: all 0.35s ease 0s;
}
.pop-out-form.gdpr-open .gdpr-hide {
  display: none;
}
.pop-out-form .close-pop-out {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.pop-out-form .close-pop-out label {
  display: block;
  cursor: pointer;
}
.pop-out-form .close-pop-out svg {
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  .pop-out-form {
    max-height: none;
    width: 100%;
    right: 16px;
    left: auto;
    max-width: 500px;
  }
}
.pop-out-form h3 {
  color: #fff;
}
.pop-out-form h3 {
  font-size: 22px;
}
@media screen and (min-width: 660px) {
  .pop-out-form h3 {
    font-size: calc(22px + 11 * ((100vw - 660px) / 890));
  }
}
@media screen and (min-width: 1550px) {
  .pop-out-form h3 {
    font-size: 33px;
  }
}
.pop-out-form p {
  line-height: 1.5;
  color: #fff;
  margin: 0.5rem 0 1.3rem;
}
.pop-out-form p {
  font-size: 16px;
}
@media screen and (min-width: 660px) {
  .pop-out-form p {
    font-size: calc(16px + 3 * ((100vw - 660px) / 890));
  }
}
@media screen and (min-width: 1550px) {
  .pop-out-form p {
    font-size: 19px;
  }
}
.pop-out-form textarea {
  height: 164px;
  display: block;
}
.pop-out-form .form {
  display: flex;
  flex-flow: column;
}
.pop-out-form .form .form-group {
  order: 1;
}
.pop-out-form .form .form-group.message-group {
  order: 2;
}
@media (min-width: 768px) {
  .pop-out-form .form .form-group.message-group {
    margin-bottom: 1rem;
  }
}
.pop-out-form .form .form-group.select-group {
  order: 2;
  margin-bottom: 1.5rem;
}
.pop-out-form .form .form-group.button-group {
  order: 3;
  justify-content: flex-end !important;
}
.pop-out-form .form .form-group .contactBack, .pop-out-form .form .form-group .contactNext {
  display: none;
}
.pop-out-form .form .form-group .btn.btn-xlarge {
  font-size: 26px;
  width: 40%;
  margin-bottom: 0;
}
.pop-out-form .form .modal .button-group {
  justify-content: space-between !important;
}
.pop-out-form .form-message-check {
  top: -10px;
}

.form-success .modal-btn-close {
  display: none;
}

@media screen and (max-height: 966px) {
  .pop-out-form {
    padding: 1.8rem 2rem 2rem 2rem;
    max-height: calc(100% - 94px);
  }
  .pop-out-form .form-group {
    margin-bottom: 1rem;
  }
  .pop-out-form .form-group .form-input {
    padding: 10px;
  }
  .pop-out-form .form-group .btn.btn-xlarge {
    font-size: 22px !important;
    width: auto !important;
    padding: 14px 18px 14px 20px;
  }
  .pop-out-form textarea {
    height: 100px;
  }
  .form-message {
    font-size: 12px;
    left: 13px;
    top: 1px;
  }
  .contact-form .required-mark {
    font-size: 30px;
    height: 30px;
    right: 13px;
  }
}
@media screen and (max-height: 783px) {
  .pop-out-form {
    padding: 1.5rem;
  }
  .pop-out-form .form-input {
    font-size: 18px;
  }
  .pop-out-form p {
    font-size: 16px;
  }
  .pop-out-form textarea {
    height: 75px;
  }
  .pop-out-form .form-group .btn.btn-xlarge {
    min-width: 150px;
    padding: 10px 18px 12px 20px;
  }
  .pop-out-form .btn.btn-xlarge {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 440px) {
  .pop-out-form {
    padding: 2.2rem;
  }
  .pop-out-form h3 {
    font-size: 18px;
  }
  .pop-out-form p {
    font-size: 14px !important;
    line-height: 1.3;
  }
  .pop-out-form .form-group {
    margin-bottom: 1rem;
  }
  .pop-out-form .form-group .btn.btn-xlarge {
    padding: 10px 18px 10px 20px;
    font-size: 16px !important;
    min-width: auto;
  }
  .pop-out-form .form-group .form-input {
    font-size: 16px;
  }
  .pop-out-form textarea {
    height: 80px;
  }
  .pop-out-form .message-group {
    margin-bottom: 0.9rem;
  }
  .pop-out-form .btn.btn-xlarge {
    font-size: 20px !important;
  }
  .pop-out-form .btn.btn-xlarge.btn-icon-right svg {
    height: 20px;
    width: 20px;
  }
}
#open-contact:checked + label + .pop-out-form {
  opacity: 1;
  visibility: visible;
  transform: none;
}

#open-contact:checked + label {
  opacity: 0;
}

.green-section {
  position: relative;
  height: auto;
  background-color: #D6FE40;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  margin-bottom: 1.6rem;
  z-index: 99;
}
.green-section.no-overlap {
  padding: 0 0 0px 0;
  margin-bottom: 95px;
}
@media (min-width: 768px) {
  .green-section.no-overlap {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .green-section.no-overlap {
    padding: 250px 0 150px;
  }
}
.green-section.no-overlap > .container {
  top: 0 !important;
}
.green-section + section:not(.section-under-green) {
  z-index: 100;
}
.green-section.values-green-section {
  height: auto;
}
@media screen and (min-width: 1024px) {
  .green-section.values-green-section {
    height: 60vw;
  }
}
.green-section.values-green-section .green-section-text {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .green-section.values-green-section .green-section-text {
    margin-top: 85px;
  }
}
@media screen and (min-width: 1764px) {
  .green-section.values-green-section .green-section-text {
    margin-top: 160px;
  }
}
.green-section.values-green-section + section {
  z-index: 50;
  padding-top: 100px;
}
@media (min-width: 650px) {
  .green-section.values-green-section + section {
    padding-top: 140px;
  }
}
@media (min-width: 1024px) {
  .green-section.values-green-section + section {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.green-section-mob {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  height: auto;
}
.green-section-mob img {
  width: 100%;
  height: auto;
}
.green-section-mob-top {
  top: 0;
  transform: translateY(-90%);
}
.green-section-mob-bottom {
  bottom: 0;
  transform: translateY(calc(100% - 1px));
}
.green-section-image {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.green-section-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 2px solid #DFE2D5;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.green-section-image-no-border img {
  border: none !important;
}
.green-section-image-contain {
  height: auto !important;
  max-height: none !important;
}
.green-section-image-contain img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.green-section-text {
  margin-top: 1rem;
}
.green-section-fill {
  position: relative;
}
.green-section-fill-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50vh;
  background-color: #D6FE40;
  z-index: 0;
}
@media (min-width: 768px) {
  .green-section-image {
    margin-bottom: 0;
  }
  .green-section-text {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .green-section {
    margin-bottom: -120px;
    margin-top: -50px;
    min-height: 1100px;
    max-height: 1400px;
    background: url("/assets/images/illustrations/green-section.svg") no-repeat;
    background-size: 100% 100%;
  }
  .green-section.no-overlap {
    height: auto !important;
    max-height: none;
    margin-bottom: 0;
  }
  .green-section .container {
    position: relative;
    top: 10vw !important;
  }
  .green-section-mob {
    display: none;
  }
  .green-section-image {
    height: 400px;
  }
  .green-section-text {
    position: relative;
    margin-top: 170px;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .green-section {
    height: 1100px !important;
  }
}
@media (min-width: 1408px) {
  .green-section {
    min-height: 1150px;
    max-height: 1400px;
    margin-bottom: -8%;
    margin-top: -80px;
  }
  .green-section .container {
    top: 10vw;
  }
  .green-section-large {
    min-height: 1350px;
    max-height: 1600px;
  }
  .green-section-image {
    height: 46vh;
    max-height: 510px;
  }
  .green-section-text {
    margin-top: 160px;
  }
}
@media (min-width: 1500px) {
  .green-section {
    height: 60vw;
  }
  .green-section .container {
    top: 8vw;
  }
}

.page-template-home .green-section img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
@media (min-width: 1024px) {
  .page-template-home .green-section img {
    transform: scale(1.3);
  }
}

.section-under-green.bg-grey-light::before {
  background-color: #EFF0EA;
}

.section-under-green.bg-white::before {
  background-color: #fff;
}

.section-under-green.bg-black::before {
  background-color: #1D1D1B;
}

@media (min-width: 768px) and (max-width: 1440px) {
  .section-under-green {
    padding-top: 64px;
  }
}
.section-under-green::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 39%;
  bottom: 100%;
  z-index: 0;
}

.logos {
  position: relative;
}
.logos .row {
  justify-content: center;
}
.logos-cont {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.logos-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 70vh;
  transform: translateY(-50%);
}
.logos-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.logos-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
  margin-top: 1.6rem;
}
.logos-item:nth-child(even) {
  padding-left: 5px;
}
.logos-item:nth-child(odd) {
  padding-right: 5px;
}
.logos-item:nth-child(1), .logos-item:nth-child(2) {
  margin-top: 0;
}
.logos-image {
  width: 100%;
  height: 160px;
  margin-bottom: 1.4rem;
}
.logos-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  filter: grayscale(100%);
  border-radius: 5px;
  border: 3px solid #DFE2D5;
}
.logos-text {
  padding: 0 4px;
}
.logos-text small {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #1D1D1B;
}
.logos-item-link small {
  transition: color 120ms ease;
  will-change: color;
}
.logos-item-link:hover small {
  color: #F976FB;
}
@media (max-width: 568px) {
  .logos-text small {
    display: block;
    text-align: center;
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .logos-item {
    flex-basis: 33.333333%;
  }
  .logos-item:nth-child(1), .logos-item:nth-child(2), .logos-item:nth-child(3) {
    margin-top: 0;
  }
  .logos-background {
    height: 30vh;
    transform: translateY(-55%);
  }
  .logos-image {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 1024px) {
  .logos-cont {
    justify-content: space-between;
    align-items: flex-start;
  }
  .logos-neg-margin h5 {
    margin-top: -40px;
  }
  .logos-background {
    height: auto;
  }
  .logos-item {
    flex-basis: 20%;
  }
  .logos-item:nth-child(1), .logos-item:nth-child(2), .logos-item:nth-child(3), .logos-item:nth-child(4), .logos-item:nth-child(5) {
    margin-top: 0;
  }
  .logos-image {
    width: 160px;
    height: 160px;
  }
  .logos-text small:first-of-type {
    margin-bottom: 4px;
  }
}
@media (min-width: 1408px) {
  .logos-image {
    width: 200px;
    height: 200px;
  }
}

.career-logo {
  overflow: hidden;
  padding-bottom: 0 !important;
}
.career-logo .logos-background {
  position: absolute;
  top: auto;
  left: 0;
  width: 100vw;
  transform: translateY(0);
  z-index: 1;
  bottom: 265px;
  height: 280px;
}
@media screen and (min-width: 860px) {
  .career-logo .logos-background {
    top: 43%;
    bottom: auto;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .career-logo .logos-background {
    transform: translateY(75%);
    top: 7%;
  }
}
@media screen and (min-width: 1144px) {
  .career-logo .logos-background {
    transform: translateY(60%);
  }
}
@media screen and (min-width: 1264px) {
  .career-logo .logos-background {
    transform: translateY(45%);
  }
}
@media screen and (min-width: 1640px) {
  .career-logo .logos-background {
    transform: translateY(28%);
  }
}
@media screen and (min-width: 1822px) {
  .career-logo .logos-background {
    transform: translateY(-2%);
  }
}
.career-logo .logos-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: top right;
     object-position: top right;
}
.career-logo .logos-cont {
  justify-content: space-evenly;
  align-items: flex-start;
  height: 100%;
}
@media screen and (min-width: 560px) {
  .career-logo .logos-cont {
    align-items: center;
  }
}
.career-logo .logos-item {
  flex-basis: 50%;
}
.career-logo .container {
  z-index: 3;
  position: relative;
  margin-top: 0;
  margin-bottom: 3rem;
}
@media screen and (min-width: 860px) {
  .career-logo .container {
    margin-top: 0;
    margin-bottom: -3rem;
  }
}
@media screen and (min-width: 1024px) {
  .career-logo .container {
    margin-top: 0;
  }
}
.career-logo .awards-background {
  width: 100%;
  position: relative;
  z-index: 0;
  top: auto;
  bottom: 0;
  height: 330px;
}
@media screen and (min-width: 860px) {
  .career-logo .awards-background {
    top: 4vw;
    bottom: auto;
    height: auto;
  }
}
@media screen and (min-width: 1822px) {
  .career-logo .awards-background {
    top: 0;
  }
}
@media screen and (min-width: 1970px) {
  .career-logo .awards-background {
    top: 3vw;
  }
}
.career-logo .awards-background img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}

.section-client-logo {
  overflow: hidden;
}
.section-client-logo .logos-background {
  transform: translateY(28%);
}
.section-client-logo .logos-cont {
  align-items: start;
}

.bcorp-logo img {
  width: 100px;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .bcorp-logo img {
    width: auto;
    margin-top: 0;
  }
}

.brand-section {
  margin-bottom: 90px;
}
.brand-nav-left {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 568px) {
  .brand-nav svg {
    margin: 0 !important;
  }
}
.brand-checkbox {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.brand-checkbox img {
  width: 30px;
  margin-right: 10px;
}
.brand-checkbox p {
  font-family: "NeueHaasText";
  margin-bottom: 0;
  font-weight: bold;
}
.brand-checkbox-green p {
  color: #92B4A7;
}
.brand-checkbox-pink p {
  color: #F976FB;
}
.brand-r-industry {
  position: relative;
}
.brand-r-industry .heading {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  margin-top: -5px;
  margin-bottom: 0;
}
.brand-r-industry-car {
  overflow: hidden;
}
.brand-r-industry-car .heading {
  top: 38%;
}
.brand-r-industry-car img {
  transform-origin: left;
}
@media (max-width: 768px) {
  .brand-r-industry-car .heading {
    top: 45%;
  }
  .brand-r-industry-car img {
    transform: scale(1.4);
  }
}
@media (min-width: 1024px) {
  .brand-r-industry-car img {
    transform: scale(1.4);
  }
}
@media (min-width: 1408px) {
  .brand-r-industry-car img {
    transform: scale(1.2);
  }
}
.brand-colour-main p.lead, .brand-colour-secondary p.lead {
  margin-bottom: 0;
  text-align: center;
  color: rgba(29, 29, 27, 0.7);
}
.brand-colour-main h6, .brand-colour-secondary h6 {
  text-align: center;
}
.brand-colour-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  border: 1px solid #DFE2D5;
  border-radius: 5px;
}
.brand-colour-main-black * {
  color: #fff !important;
}
.brand-colour-secondary-box {
  height: 226px;
  border: 1px solid #DFE2D5;
  border-radius: 5px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .brand-colour-secondary-col {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .brand-colour-secondary-col {
    width: 25%;
  }
}
.brand-colour-gradient {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  border-radius: 5px;
  border: 1px solid #DFE2D5;
}
.brand-colour-gradient h6 {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .brand-colour-gradient {
    flex-direction: row;
  }
  .brand-colour-gradient h6 {
    width: 33.3333%;
  }
}
.brand-colour-shade {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brand-colour-shade-cont {
  width: 100%;
}
.brand-colour-shade h6 {
  text-align: center;
}
.brand-colour-shade .shade {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
.brand-colour-shade .shade:not(:first-of-type) h6 {
  font-weight: normal;
}
@media (min-width: 768px) {
  .brand-colour-shade-cont {
    width: calc(25% - 15px);
  }
}
.brand-type-box {
  background-color: #FEF9F0;
  padding: 2rem;
  border-radius: 5px;
  border: 1px solid #DFE2D5;
}
.brand-imagery-logos {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
@media (min-width: 768px) {
  .brand-imagery-logos {
    margin-top: 2.2rem !important;
  }
}
@media (min-width: 1024px) {
  .brand-imagery-logos {
    margin-top: 2.4rem !important;
  }
}
@media (min-width: 1408px) {
  .brand-imagery-logos {
    margin-top: 2.6rem !important;
  }
}
@media (min-width: 768px) {
  .brand-imagery-logos {
    margin-bottom: 2.2rem !important;
  }
}
@media (min-width: 1024px) {
  .brand-imagery-logos {
    margin-bottom: 2.4rem !important;
  }
}
@media (min-width: 1408px) {
  .brand-imagery-logos {
    margin-bottom: 2.6rem !important;
  }
}
@media (min-width: 768px) {
  .brand-imagery-logos {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .brand-imagery-logos .image {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .brand-imagery-logos .image {
    width: auto;
  }
}
@media (max-width: 568px) {
  .brand-nav .btn span {
    display: none;
  }
  .brand-nav .btn img {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .brand-section {
    margin-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  .brand-section {
    margin-bottom: 110px;
  }
}

.shuffle-cont {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.shuffle-item {
  width: calc(50% - 1px);
  height: 340px;
  padding: 0 0.75rem;
}
.shuffle-item-half {
  width: 100%;
  height: auto;
}
.shuffle-item-sizer {
  height: auto;
}
.shuffle-title {
  width: 100%;
  min-width: 100%;
  height: auto;
}
.shuffle-transition .shuffle-item .card {
  transform: translateY(220px);
  opacity: 0;
}
.shuffle-transition .shuffle-item:nth-child(-n+4) .card {
  opacity: 1 !important;
  transform: none !important;
}
.shuffle-transition .shuffle-item .card {
  transition: all 800ms ease 0ms;
}
.shuffle-transition .shuffle-item-active .card {
  opacity: 1;
  transform: translateY(0);
}
.shuffle-filtering .card {
  transition: none !important;
}
@media (max-width: 568px) {
  .shuffle-item:not(.shuffle-half):not(.shuffle-shuffle-title):nth-child(even) {
    padding-left: 7px;
  }
  .shuffle-item:not(.shuffle-half):not(.shuffle-shuffle-title):nth-child(odd) {
    padding-right: 7px;
  }
}
@media (min-width: 768px) {
  .shuffle-item {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .shuffle-item {
    width: calc(25% - 1px);
    padding: 0 0.75rem;
  }
  .shuffle-item-half {
    width: 50%;
  }
  .shuffle-transition .shuffle-item:nth-child(-n+4) .card {
    opacity: 1 !important;
    transform: none !important;
  }
  .shuffle-transition .shuffle-item:nth-child(odd) .card {
    transition: all 800ms ease 0ms;
  }
  .shuffle-transition .shuffle-item:nth-child(even) .card {
    transition: all 800ms ease 300ms;
  }
}

.footer {
  position: relative;
}
.footer-main {
  position: relative;
  background-color: #1D1D1B;
}
.footer-main * {
  color: #fff;
}
.footer-main .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-sub {
  position: relative;
  padding: 20px 0;
  background-color: #D6FE40;
}
.footer-sub .footer-terms-link,
.footer-sub p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #1D1D1B;
}
.footer-sub .footer-terms-link {
  display: block;
  white-space: nowrap;
}
.footer-sub-text {
  margin-bottom: 1rem;
}
.footer-nav-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-nav-item {
  margin-bottom: 1.4rem;
}
.footer-nav-item-icon svg path {
  transition: fill 160ms ease;
  will-change: fill;
}
.footer-nav-item:before {
  display: none;
}
.footer-nav-item:hover .footer-nav-link,
.footer-nav-item:hover .footer-nav-link span {
  color: #D6FE40;
}
.footer-nav-item:hover.footer-nav-item-icon svg path {
  fill: #fff !important;
}
.footer-nav-item:last-of-type {
  margin-bottom: 0;
}
.footer-nav-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  font-family: "NeueHaasDisp";
}
.footer-nav-link-icon {
  display: flex;
  align-items: center;
}
.footer-nav-link-icon span {
  display: inline-block;
  margin-right: 20px;
}
.footer-nav-link-icon svg {
  width: 14px;
}
.footer-nav-link, .footer-nav-link span {
  transition: color 160ms ease;
  will-change: color;
}
.footer-right {
  flex-direction: column;
  display: flex;
}
.footer-r {
  position: absolute;
  top: 10%;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.footer-r img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.footer-logo {
  display: none;
  margin-top: 0;
  margin-bottom: 2rem;
}
.footer-logo img {
  width: 100%;
}
.footer-link {
  font-weight: 500;
  line-height: 1.4;
  margin: 4rem 0;
}
.footer-link {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .footer-link {
    font-size: calc(24px + -3 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .footer-link {
    font-size: 21px;
  }
}
.footer-link .subtitle {
  text-transform: uppercase;
  opacity: 0.74;
  margin-bottom: 1rem;
  font-size: 16px;
  display: block;
  font-weight: 300;
  letter-spacing: 2px;
}
.footer-link a {
  transition: color 160ms ease;
  will-change: color;
}
.footer-link a:hover {
  color: #D6FE40;
}
.footer-terms {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem !important;
}
@media (min-width: 768px) {
  .footer-terms {
    margin-bottom: 1.2rem !important;
  }
}
@media (min-width: 1024px) {
  .footer-terms {
    margin-bottom: 1.4rem !important;
  }
}
@media (min-width: 1408px) {
  .footer-terms {
    margin-bottom: 1.6rem !important;
  }
}
.footer-terms span {
  display: block;
  margin-bottom: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.footer-terms span:last-of-type {
  margin-bottom: 0;
}
.footer-terms span:hover {
  text-decoration: underline;
}
.footer-contact {
  width: 100%;
}
@media (min-width: 1024px) {
  .footer-contact {
    width: auto;
  }
}
.footer-contact .heading-1 {
  white-space: nowrap;
}
.footer-regulations {
  display: inline-block;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  transition: color 120ms ease;
  will-change: color;
}
.footer-regulations-cont {
  margin-top: 85px;
}
.footer-regulations:hover {
  color: #D6FE40 !important;
}
@media (max-width: 768px) {
  .footer-main {
    padding-top: 85px;
    padding-bottom: 2rem;
  }
  .footer-sub p, .footer-sub .footer-terms-link, .footer-regulations {
    font-size: 16px;
  }
  .footer-nav-cont {
    flex-wrap: wrap;
  }
  .footer-nav:not(.footer-nav-icon) {
    width: 50%;
  }
  .footer-nav:nth-of-type(3) {
    width: 100%;
  }
  .footer-nav:nth-of-type(3) ul {
    margin: -0.5rem 0 0;
    display: flex;
    flex-flow: row wrap;
  }
  .footer-nav:nth-of-type(3) ul .footer-nav-item {
    min-width: 50%;
  }
  .footer-nav-icon {
    width: 100%;
    margin-top: 2rem;
  }
  .footer-nav-icon .footer-nav-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer-nav-icon .footer-nav-item {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 768px) {
  .footer-main {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .footer-r {
    top: 10%;
    width: 130%;
  }
  .footer-r source,
.footer-r img {
    top: 0;
    right: auto;
    left: 30%;
    width: 100%;
  }
  .footer-terms {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 6px;
  }
  .footer-terms-link {
    margin-bottom: 0;
  }
  .footer-terms-link:not(:last-of-type):after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
  }
  .footer-sub-text {
    margin-bottom: 0;
  }
  .footer-link {
    margin: 0;
  }
  .footer-contact {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-regulations-cont {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 100%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .footer-main {
    padding: 120px 0;
  }
  .footer-main {
    background: #1D1D1B url("/assets/images/footer/r-symbol-new.svg") no-repeat;
    background-size: cover;
    background-position-x: right;
  }
  .footer-r {
    display: none !important;
  }
  .footer-logo {
    display: block;
    width: 200px;
  }
  .footer-terms {
    margin-bottom: 0 !important;
    margin-left: 1rem;
  }
  .footer-link, .footer-nav-link {
    font-size: 18px;
  }
}
@media (min-width: 1024px) and (min-width: 1196px) {
  .footer-link, .footer-nav-link {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .footer-nav-list {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .footer-sub-row {
    justify-content: center;
  }
  .footer-sub-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 1408px) {
  .footer-main {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .footer-sub-row {
    justify-content: flex-start;
  }
  .footer-logo {
    display: block;
    width: 260px;
  }
}

.handbook {
  position: relative;
  z-index: 0;
  margin-bottom: 0;
}
.handbook:nth-child(2) {
  padding-top: 0;
}
.handbook:nth-child(odd) {
  background-color: #DFE2D6;
}
.handbook:nth-child(odd) .handbook-background {
  display: block;
}
.handbook-background {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  background-color: #DFE2D6;
  display: none;
  z-index: -1;
}

.signup-bar {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 9999;
  background-color: #D6FE40;
  box-shadow: 1px -4px 13px rgba(0, 0, 0, 0.0784313725);
  transition: transform 200ms ease;
  padding-left: 20px;
  padding-right: 20px;
}
.signup-bar-form {
  padding: 20px 0;
}
.signup-bar-form .form-input {
  border: 2px solid #DFE2D6;
}
.signup-bar-form .form-input {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .signup-bar-form .form-input {
    font-size: calc(16px + 0 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .signup-bar-form .form-input {
    font-size: 16px;
  }
}
.signup-bar-form .btn {
  width: 100%;
}
.signup-bar-title {
  font-family: "NeueHaasDisp";
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
.signup-bar-title {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .signup-bar-title {
    font-size: calc(24px + 6 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .signup-bar-title {
    font-size: 30px;
  }
}
.signup-bar-cont {
  position: relative;
}
.signup-bar-cont .btn-dismiss {
  transition: transform 200ms ease;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 768px) {
  .signup-bar .col-5 {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .signup-bar-title {
    margin-bottom: 0;
  }
}

.signup-bar-checkbox {
  display: none;
  position: absolute;
  top: -9999999px;
  left: -9999999px;
}

.signup-bar-checkbox:checked + .signup-bar {
  transform: translateY(100%);
}
.signup-bar-checkbox:checked + .signup-bar .btn-dismiss {
  transform: translateY(-3px) rotate(180deg);
}
.signup-bar-checkbox:checked + .signup-bar .btn-dismiss img {
  transform: translateY(3px);
}

.page-title-impact-report footer, .impactreports footer {
  display: none;
}

.impact-report-2 [data-aos][data-aos][data-aos-duration="1000"], .impact-report-2 [data-aos-duration="1000"] [data-aos] {
  transition-duration: 0.6s;
}
@media (min-width: 768px) {
  .impact-report-2 [data-aos][data-aos][data-aos-duration="1000"], .impact-report-2 [data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
  }
}
.impact-report-2 .scroley {
  margin: 0 0 40px 0;
}
@media (min-width: 1024px) {
  .impact-report-2 .scroley {
    margin: 66px 0 !important;
  }
}
@media (min-width: 1024px) {
  .impact-report-2 .scroley-contain {
    padding: 0 0 66px 0 !important;
  }
}
.impact-report-2 a {
  color: #F976FB !important;
  transition: 0.2s ease-in-out;
  font-weight: bold;
}
.impact-report-2 a:hover {
  color: #4B4265 !important;
  transition: 0.2s ease-in-out;
}
.impact-report-2 .previous-report {
  padding-left: 34px;
  transition: 0.2s ease-in-out;
  font-weight: bold;
}
.impact-report-2 .previous-report:hover {
  color: #4B4265 !important;
  transition: 0.2s ease-in-out;
}
.impact-report h5 {
  line-height: normal;
}
.impact-report h5 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .impact-report h5 {
    font-size: calc(30px + 13 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report h5 {
    font-size: 43px;
  }
}
@media (min-width: 1024px) {
  .impact-report h5 {
    line-height: 54px;
  }
}
.impact-report p {
  line-height: 26px;
  margin-bottom: 20px;
}
.impact-report p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .impact-report p {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report p {
    font-size: 18px;
  }
}
.impact-report p .larger-text {
  line-height: 30px;
}
.impact-report p .larger-text {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .impact-report p .larger-text {
    font-size: calc(18px + 3 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report p .larger-text {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .impact-report p .larger-text {
    line-height: 32px;
  }
}
.impact-report a {
  transition: 0.2s ease-in-out;
}
.impact-report a:hover {
  color: #F976FB;
  transition: 0.2s ease-in-out;
}
.impact-report p a {
  color: #1D1D1B;
  font-weight: bold;
}
.impact-report h3 a {
  color: #1C20D8;
}
.impact-report .smaller-text {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}
.impact-report .lead {
  line-height: 32px;
  font-family: NeueHaasText;
  font-style: normal;
  font-weight: 700;
}
.impact-report .lead {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .impact-report .lead {
    font-size: calc(18px + 3 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report .lead {
    font-size: 21px;
  }
}
.impact-report .c-blue {
  color: #1C20D8;
}
.impact-report .bg-green-dark {
  background-color: #CBF23D;
}
.impact-report .bg-black h3 {
  color: white;
  margin-bottom: 20px;
}
.impact-report .c-pink {
  transition: 0.2s ease-in-out;
}
.impact-report .c-pink:hover {
  color: #D6FE40 !important;
  transition: 0.2s ease-in-out;
}
.impact-report .bg-custom-green {
  background-color: #CAFF34;
}
.impact-report .bg-sage-dark {
  background-color: #7B968E;
}
.impact-report .bg-sage-dark p, .impact-report .bg-sage-dark h2, .impact-report .bg-sage-dark h3, .impact-report .bg-sage-dark h4, .impact-report .bg-sage-dark ul li {
  color: white;
}
.impact-report .bg-sage-dark a {
  color: white !important;
  transition: 0.2s ease-in-out;
  text-decoration: underline;
}
.impact-report .bg-sage-dark a:hover {
  color: #4B4265 !important;
  text-decoration: underline;
  transition: 0.2s ease-in-out;
}
.impact-report .bg-sage-light {
  background-color: #D7E0DD;
}
.impact-report .bg-grey-dark {
  background-color: #D4D8C7;
}
.impact-report .bg-black-dark {
  background-color: #1D1D1B;
}
.impact-report .bg-grey-hero {
  background-color: #E3E7D6;
}
.impact-report .bg-primary ::-moz-selection {
  background-color: #F976FB;
}
.impact-report .bg-primary ::selection {
  background-color: #F976FB;
}
.impact-report .report-hero {
  height: 90vh;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
.impact-report .report-year {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.impact-report .report-year {
  font-size: 18px;
}
@media screen and (min-width: 350px) {
  .impact-report .report-year {
    font-size: calc(18px + 6 * ((100vw - 350px) / 1650));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report .report-year {
    font-size: 24px;
  }
}
.impact-report .report-title {
  margin-bottom: 40px;
}
.impact-report .report-title {
  font-size: 48px;
}
@media screen and (min-width: 350px) {
  .impact-report .report-title {
    font-size: calc(48px + 52 * ((100vw - 350px) / 1650));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report .report-title {
    font-size: 100px;
  }
}
.impact-report .report-h3-small {
  line-height: normal;
  font-family: NeueHaasDisp;
  font-weight: 500;
  margin-bottom: 10px;
}
.impact-report .report-h3-small {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .impact-report .report-h3-small {
    font-size: calc(26px + 6 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report .report-h3-small {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .impact-report .report-h3-small {
    line-height: 38px;
  }
}
.impact-report .report-h3 {
  line-height: normal;
  margin-bottom: 20px;
}
.impact-report .report-h3 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .impact-report .report-h3 {
    font-size: calc(30px + 21 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report .report-h3 {
    font-size: 51px;
  }
}
@media (min-width: 1024px) {
  .impact-report .report-h3 {
    line-height: 60px;
  }
}
.impact-report .report-h4-large {
  line-height: normal;
  font-family: NeueHaasDisp;
  font-weight: 500;
  margin-bottom: 20px;
}
.impact-report .report-h4-large {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .impact-report .report-h4-large {
    font-size: calc(26px + 6 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report .report-h4-large {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .impact-report .report-h4-large {
    line-height: 38px;
  }
}
.impact-report .report-h4 {
  line-height: normal;
  margin-bottom: 12px;
}
.impact-report .report-h4 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .impact-report .report-h4 {
    font-size: calc(22px + 3 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report .report-h4 {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .impact-report .report-h4 {
    line-height: 30px;
  }
}
.impact-report .report-h5 {
  line-height: normal;
  margin-bottom: 12px;
  margin-top: 36px;
  font-weight: 500;
  font-family: NeueHaasDisp;
}
.impact-report .report-h5 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .impact-report .report-h5 {
    font-size: calc(22px + 3 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report .report-h5 {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .impact-report .report-h5 {
    line-height: 30px;
  }
}
.impact-report .report-heading h2 {
  margin-bottom: 20px !important;
}
.impact-report .report-heading p:first-of-type {
  font-family: NeueHaasDisp;
  margin-bottom: 20px;
  font-weight: 500;
}
.impact-report .report-heading p:first-of-type {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .impact-report .report-heading p:first-of-type {
    font-size: calc(28px + 4 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report .report-heading p:first-of-type {
    font-size: 32px;
  }
}
.impact-report .report-heading p:last-of-type {
  font-family: NeueHaasText;
  font-weight: 500;
  line-height: 38px;
}
.impact-report .report-heading p:last-of-type {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .impact-report .report-heading p:last-of-type {
    font-size: calc(22px + 2 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report .report-heading p:last-of-type {
    font-size: 24px;
  }
}
.impact-report .report-heading-2 h2 {
  margin-bottom: 20px !important;
}
.impact-report .report-heading-2 p:first-of-type {
  font-family: NeueHaasDisp;
  margin-bottom: 20px;
  font-weight: 500;
}
.impact-report .report-heading-2 p:first-of-type {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .impact-report .report-heading-2 p:first-of-type {
    font-size: calc(28px + 4 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report .report-heading-2 p:first-of-type {
    font-size: 32px;
  }
}
.impact-report .report-stats p {
  font-family: NeueHaasText;
  font-weight: 500;
}
.impact-report .report-list {
  list-style: initial !important;
}
.impact-report .report-list li {
  display: list-item;
  margin-left: 15px;
  line-height: 26px;
}
.impact-report .report-list li {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .impact-report .report-list li {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report .report-list li {
    font-size: 18px;
  }
}
.impact-report .report-list li::before {
  display: none !important;
}
.impact-report .report-box {
  margin: 30px 0;
  padding: 20px;
}
@media (min-width: 1024px) {
  .impact-report .report-box {
    padding: 30px;
    margin: 50px -30px;
  }
}
.impact-report .report-box h3 {
  margin-bottom: 10px;
}
.impact-report .report-box-2 {
  margin: 30px 0;
  padding: 20px;
}
@media (min-width: 1024px) {
  .impact-report .report-box-2 {
    padding: 30px;
    margin: 36px -30px;
  }
}
.impact-report .report-custom-padding-box {
  margin: 30px 0;
  padding: 20px;
}
@media (min-width: 1024px) {
  .impact-report .report-custom-padding-box {
    padding: 30px;
    margin: 46px -30px 76px -30px;
  }
}
.impact-report .report-small-box {
  padding: 30px 25px;
}
.impact-report .report-callout {
  padding: 20px;
}
@media (min-width: 768px) {
  .impact-report .report-callout {
    padding: 30px;
  }
}
.impact-report .report-callout-1 {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .impact-report .report-callout-1 {
    margin-top: 0;
  }
}
.impact-report .report-callout-2 {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .impact-report .report-callout-2 {
    margin-top: 0;
  }
}
.impact-report .report-callout p {
  line-height: normal;
  font-family: NeueHaasDisp;
  font-weight: 500;
  margin: 0;
}
.impact-report .report-callout p {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .impact-report .report-callout p {
    font-size: calc(30px + 10 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report .report-callout p {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .impact-report .report-callout p {
    line-height: 48px;
  }
}
.impact-report .report-table {
  table-layout: fixed;
  border-bottom: none !important;
}
.impact-report .report-table tr th {
  background-color: #1D1D1B;
  color: white;
  text-align: left;
  padding: 14px 10px;
  line-height: normal;
}
.impact-report .report-table tr th {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .impact-report .report-table tr th {
    font-size: calc(16px + 9 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report .report-table tr th {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .impact-report .report-table tr th {
    line-height: 30px;
  }
}
.impact-report .report-table tr:nth-child(even) {
  background-color: #F5F5F2;
}
.impact-report .report-table tr:nth-child(odd) {
  background-color: white;
}
.impact-report .report-table td {
  text-align: left !important;
  padding: 14px 10px !important;
  border-top: 1px solid #707070 !important;
  border-bottom: 1px solid #707070 !important;
  border-left: none !important;
}
.impact-report .report-table td {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .impact-report .report-table td {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report .report-table td {
    font-size: 18px;
  }
}
.impact-report .report-table-total {
  background-color: #D6FE40 !important;
}
.impact-report .report-table-total td {
  line-height: normal;
  font-family: NeueHaasDisp;
  font-weight: 500;
  border-left: none !important;
}
.impact-report .report-table-total td {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .impact-report .report-table-total td {
    font-size: calc(18px + 7 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .impact-report .report-table-total td {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .impact-report .report-table-total td {
    line-height: 30px;
  }
}
.impact-report .table-sage {
  table-layout: fixed;
  width: 600px;
  max-width: 600px;
  margin-right: 30px;
  font-family: NeueHaasText;
}
@media (min-width: 768px) {
  .impact-report .table-sage {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.impact-report .table-sage thead {
  background-color: #7B968E;
  color: white;
  border-bottom: 3px solid #1D1D1B;
}
.impact-report .table-sage td {
  padding: 15px;
  font-family: NeueHaasText;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-family: NeueHaasText;
}
.impact-report .table-sage tbody tr:nth-child(even) {
  background-color: #D7E0DD;
}
.impact-report .table-sage tbody td {
  border: none;
}
.impact-report .table-sage tbody td:first-of-type {
  border-right: 3px solid #1D1D1B !important;
}
.impact-report .table-sage tbody td:empty {
  background-color: #D7E0DD;
}
.impact-report .table-sage-new-year {
  border-top: 3px solid #1D1D1B;
}
.impact-report .table-sage tfoot {
  background-color: #1D1D1B;
  text-align: center;
}
.impact-report .table-sage tfoot td {
  color: white;
}
.impact-report .table-sage tbody tr:first-of-type {
  background-color: white;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: normal;
  text-align: center;
  border-bottom: none;
  border-top: none;
}
.impact-report .scroll-container {
  overflow-x: scroll;
  margin-right: -24px;
}
.impact-report .scroll-container-2 {
  overflow-x: scroll;
  margin-right: -19px;
}
@media (min-width: 768px) {
  .impact-report .scroll-container-2 {
    overflow: hidden;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .impact-report .scroll-container {
    overflow: hidden;
    margin-right: 0;
  }
}
.impact-report .scroll-container-message {
  text-align: center;
}
@media (min-width: 768px) {
  .impact-report .scroll-container-message {
    display: none;
  }
}
.impact-report .scroll-container img {
  width: 600px;
  max-width: 600px;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .impact-report .scroll-container img {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.impact-report .table-pink {
  table-layout: fixed;
  width: 750px;
  max-width: 750px;
  padding-right: 30px;
  margin-top: 30px !important;
  font-family: NeueHaasText;
}
@media (min-width: 768px) {
  .impact-report .table-pink {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .impact-report .table-pink {
    margin-top: 0;
  }
}
.impact-report .table-pink thead {
  background-color: #1D1D1B;
  color: white;
  border-bottom: 3px solid #1D1D1B;
}
.impact-report .table-pink td {
  padding: 15px;
  font-family: NeueHaasText;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-family: NeueHaasText;
}
.impact-report .table-pink tbody tr:nth-child(odd) {
  background-color: #FEE4FE !important;
}
.impact-report .table-pink tbody tr:nth-child(even) {
  background-color: white;
}
.impact-report .table-pink tbody td {
  border: none;
}
.impact-report .table-pink tbody td:first-of-type {
  border-right: 3px solid #1D1D1B !important;
}
.impact-report .table-pink tbody tr:first-of-type {
  background-color: white;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: normal;
  text-align: center;
  border-bottom: none;
  border-top: none;
}
.impact-report .footer-main {
  display: none;
}
.impact-report .section-padding {
  padding: 50px 0;
}
.impact-report .section-padding-custom {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .impact-report .section-padding {
    padding: 75px 0;
  }
  .impact-report .section-padding-custom {
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .impact-report .section-padding {
    padding: 100px 0;
  }
  .impact-report .section-padding-custom {
    padding-top: 58px !important;
    padding-bottom: 28px !important;
  }
}
.impact-report #contents {
  overflow: hidden;
}
.impact-report .scroley-contain, .impact-report .scroley-contain * {
  box-sizing: border-box;
}
.impact-report .scroley-contain {
  width: 100%;
  overflow: visible;
  position: relative;
  padding: 30px 0;
}
.impact-report .scroley {
  display: flex;
  overflow: visible;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  transition: all 0.5s ease 0s;
  margin: 0 0 40px 0;
}
@media (min-width: 1024px) {
  .impact-report .scroley {
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .impact-report .scroley {
    margin: 40px 0;
  }
}
.impact-report .scroley-item {
  flex-shrink: 0;
  width: 300px;
  height: auto;
  margin-right: 24px;
  border-radius: 10px;
  transition: transform 0.5s;
  display: flex;
  align-items: flex-start;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .impact-report .scroley-item {
    width: 354px;
    height: auto;
    margin-right: 24px;
  }
}
.impact-report .scroley-item a span {
  font-family: NeueHaasDisp;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
}
.impact-report .scroley-item a h3 {
  font-family: NeueHaasDisp;
  font-weight: 500;
  font-size: 36px;
  margin: 10px 0;
  color: #fff;
}
.impact-report .scroley-item a img {
  transition: transform 0.6s ease 0s;
}
.impact-report .scroley-item a:hover h3 {
  color: #D6FE40;
}
.impact-report .scroley-item a:hover img {
  transform: translateX(16px);
}
.impact-report .scroley-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: 56px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.impact-report .scroley-controls label {
  font-size: 40px;
  padding: 10px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 0.6;
  color: #FFF;
  border: 3px solid #fff;
  cursor: pointer;
}
.impact-report .scroley-controls label:nth-of-type(1) {
  margin-right: 20px;
}
.impact-report .scroley-controls label:hover {
  border-color: #D6FE40;
  color: #D6FE40;
}
.impact-report .scroley-controls:nth-of-type(6) label:nth-last-of-type(1) {
  opacity: 0.5;
  pointer-events: none;
}
.impact-report .scroley-controls:nth-of-type(1) label:nth-of-type(1) {
  opacity: 0.5;
  pointer-events: none;
}
.impact-report #prev-1:checked ~ .scroley {
  transform: translateX(0px);
}
.impact-report #prev-1:checked ~ .scroley-controls:not(.scroley-controls-1) {
  display: none;
}
.impact-report #prev-2:checked ~ .scroley {
  transform: translateX(0px);
}
.impact-report #next-1:checked ~ .scroley {
  transform: translateX(-324px);
}
@media (min-width: 768px) {
  .impact-report #next-1:checked ~ .scroley {
    transform: translateX(-378px);
  }
}
.impact-report #next-1:checked ~ .scroley-controls:not(.scroley-controls-2) {
  display: none;
}
.impact-report #prev-2:checked ~ .scroley-controls:not(.scroley-controls-1) {
  display: none;
}
.impact-report #next-2:checked ~ .scroley-controls:not(.scroley-controls-3) {
  display: none;
}
.impact-report #prev-3:checked ~ .scroley-controls:not(.scroley-controls-2) {
  display: none;
}
.impact-report #next-3:checked ~ .scroley-controls:not(.scroley-controls-4) {
  display: none;
}
.impact-report #prev-4:checked ~ .scroley-controls:not(.scroley-controls-3) {
  display: none;
}
.impact-report #next-4:checked ~ .scroley-controls:not(.scroley-controls-5) {
  display: none;
}
.impact-report #prev-5:checked ~ .scroley-controls:not(.scroley-controls-4) {
  display: none;
}
.impact-report #next-5:checked ~ .scroley-controls:not(.scroley-controls-6) {
  display: none;
}
.impact-report #prev-6:checked ~ .scroley-controls:not(.scroley-controls-5) {
  display: none;
}
.impact-report #next-6:checked ~ .scroley-controls:not(.scroley-controls-7) {
  display: block;
}
.impact-report #prev-2:checked ~ .scroley {
  transform: translateX(-0px);
}
@media (min-width: 768px) {
  .impact-report #prev-2:checked ~ .scroley {
    transform: translateX(-0px);
  }
}
.impact-report #next-2:checked ~ .scroley {
  transform: translateX(-648px);
}
@media (min-width: 768px) {
  .impact-report #next-2:checked ~ .scroley {
    transform: translateX(-756px);
  }
}
@media screen and (max-width: 1023px) {
  .impact-report .scroley-swipe #prev-2:checked ~ .scroley {
    transform: translateX(0);
  }
  .impact-report .scroley-swipe #next-2:checked ~ .scroley {
    transform: translateX(0);
  }
}
.impact-report #prev-3:checked ~ .scroley {
  transform: translateX(-324px);
}
@media (min-width: 768px) {
  .impact-report #prev-3:checked ~ .scroley {
    transform: translateX(-378px);
  }
}
.impact-report #next-3:checked ~ .scroley {
  transform: translateX(-972px);
}
@media (min-width: 768px) {
  .impact-report #next-3:checked ~ .scroley {
    transform: translateX(-1134px);
  }
}
@media screen and (max-width: 1023px) {
  .impact-report .scroley-swipe #prev-3:checked ~ .scroley {
    transform: translateX(0);
  }
  .impact-report .scroley-swipe #next-3:checked ~ .scroley {
    transform: translateX(0);
  }
}
.impact-report #prev-4:checked ~ .scroley {
  transform: translateX(-648px);
}
@media (min-width: 768px) {
  .impact-report #prev-4:checked ~ .scroley {
    transform: translateX(-756px);
  }
}
.impact-report #next-4:checked ~ .scroley {
  transform: translateX(-1296px);
}
@media (min-width: 768px) {
  .impact-report #next-4:checked ~ .scroley {
    transform: translateX(-1512px);
  }
}
@media screen and (max-width: 1023px) {
  .impact-report .scroley-swipe #prev-4:checked ~ .scroley {
    transform: translateX(0);
  }
  .impact-report .scroley-swipe #next-4:checked ~ .scroley {
    transform: translateX(0);
  }
}
.impact-report #prev-5:checked ~ .scroley {
  transform: translateX(-972px);
}
@media (min-width: 768px) {
  .impact-report #prev-5:checked ~ .scroley {
    transform: translateX(-1134px);
  }
}
.impact-report #next-5:checked ~ .scroley {
  transform: translateX(-1620px);
}
@media (min-width: 768px) {
  .impact-report #next-5:checked ~ .scroley {
    transform: translateX(-1890px);
  }
}
@media screen and (max-width: 1023px) {
  .impact-report .scroley-swipe #prev-5:checked ~ .scroley {
    transform: translateX(0);
  }
  .impact-report .scroley-swipe #next-5:checked ~ .scroley {
    transform: translateX(0);
  }
}
.impact-report #prev-6:checked ~ .scroley {
  transform: translateX(-1296px);
}
@media (min-width: 768px) {
  .impact-report #prev-6:checked ~ .scroley {
    transform: translateX(-1512px);
  }
}
.impact-report #next-6:checked ~ .scroley {
  transform: translateX(-1944px);
}
@media (min-width: 768px) {
  .impact-report #next-6:checked ~ .scroley {
    transform: translateX(-2268px);
  }
}
@media screen and (max-width: 1023px) {
  .impact-report .scroley-swipe #prev-6:checked ~ .scroley {
    transform: translateX(0);
  }
  .impact-report .scroley-swipe #next-6:checked ~ .scroley {
    transform: translateX(0);
  }
}
@media (min-width: 1024px) {
  .impact-report .scroley-mob .scroley {
    transform: translateX(0) !important;
  }
  .impact-report .scroley-mob .scroley-btn, .impact-report .scroley-mob .scroley-controls {
    display: none;
  }
  .impact-report .scroley-mob .scroley-item {
    flex-shrink: unset;
  }
}
@media screen and (max-width: 1023px) {
  .impact-report .scroley-swipe .scroley {
    overflow: scroll;
  }
  .impact-report .scroley-swipe .scroley-controls {
    display: none;
  }
  .impact-report .scroley-swipe #next-1:checked ~ .scroley {
    transform: translateX(0);
  }
}
@media (min-width: 1024px) {
  .impact-report .container {
    max-width: 1206px;
  }
}
@media (min-width: 1408px) {
  .impact-report .container {
    max-width: 1506px;
    padding: 0 2vw;
  }
}
@media (min-width: 1600px) {
  .impact-report .container {
    padding: 0;
  }
}
.impact-report .col-auto,
.impact-report .col-1,
.impact-report .col-2,
.impact-report .col-3,
.impact-report .col-4,
.impact-report .col-5,
.impact-report .col-6,
.impact-report .col-7,
.impact-report .col-8,
.impact-report .col-9,
.impact-report .col-10,
.impact-report .col-11,
.impact-report .col-12,
.impact-report .col-mob-auto,
.impact-report .col-mob-1,
.impact-report .col-mob-2,
.impact-report .col-mob-3,
.impact-report .col-mob-4,
.impact-report .col-mob-5,
.impact-report .col-mob-6,
.impact-report .col-mob-7,
.impact-report .col-mob-8,
.impact-report .col-mob-9,
.impact-report .col-mob-10,
.impact-report .col-mob-11,
.impact-report .col-mob-12,
.impact-report .col-tab-auto,
.impact-report .col-tab-1,
.impact-report .col-tab-2,
.impact-report .col-tab-3,
.impact-report .col-tab-4,
.impact-report .col-tab-5,
.impact-report .col-tab-6,
.impact-report .col-tab-7,
.impact-report .col-tab-8,
.impact-report .col-tab-9,
.impact-report .col-tab-10,
.impact-report .col-tab-11,
.impact-report .col-tab-12,
.impact-report .col-desk-auto,
.impact-report .col-desk-1,
.impact-report .col-desk-2,
.impact-report .col-desk-3,
.impact-report .col-desk-4,
.impact-report .col-desk-5,
.impact-report .col-desk-6,
.impact-report .col-desk-7,
.impact-report .col-desk-8,
.impact-report .col-desk-9,
.impact-report .col-desk-10,
.impact-report .col-desk-11,
.impact-report .col-desk-12,
.impact-report .col-hd-auto,
.impact-report .col-hd-1,
.impact-report .col-hd-2,
.impact-report .col-hd-3,
.impact-report .col-hd-4,
.impact-report .col-hd-5,
.impact-report .col-hd-6,
.impact-report .col-hd-7,
.impact-report .col-hd-8,
.impact-report .col-hd-9,
.impact-report .col-hd-10,
.impact-report .col-hd-11,
.impact-report .col-hd-12 {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.impact-report .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.impact-report .col-1 {
  width: 8.33333%;
}
.impact-report .col-2 {
  width: 16.66667%;
}
.impact-report .col-3 {
  width: 25%;
}
.impact-report .col-4 {
  width: 33.33333%;
}
.impact-report .col-5 {
  width: 41.66667%;
}
.impact-report .col-6 {
  width: 50%;
}
.impact-report .col-7 {
  width: 58.33333%;
}
.impact-report .col-8 {
  width: 66.66667%;
}
.impact-report .col-9 {
  width: 75%;
}
.impact-report .col-10 {
  width: 83.33333%;
}
.impact-report .col-11 {
  width: 91.66667%;
}
.impact-report .col-12 {
  width: 100%;
}
.impact-report .col-offset-0 {
  margin-left: 0;
}
.impact-report .offset-1 {
  margin-left: 8.33333%;
}
.impact-report .offset-2 {
  margin-left: 16.66667%;
}
.impact-report .offset-3 {
  margin-left: 25%;
}
.impact-report .offset-4 {
  margin-left: 33.33333%;
}
.impact-report .offset-5 {
  margin-left: 41.66667%;
}
.impact-report .offset-6 {
  margin-left: 50%;
}
.impact-report .offset-7 {
  margin-left: 58.33333%;
}
.impact-report .offset-8 {
  margin-left: 66.66667%;
}
.impact-report .offset-9 {
  margin-left: 75%;
}
.impact-report .offset-10 {
  margin-left: 83.33333%;
}
.impact-report .offset-11 {
  margin-left: 91.66667%;
}
.impact-report .offset-12 {
  margin-left: 100%;
}
@media (min-width: 568px) {
  .impact-report .col-mob-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .impact-report .col-mob-1 {
    width: 8.33333%;
  }
  .impact-report .col-mob-2 {
    width: 16.66667%;
  }
  .impact-report .col-mob-3 {
    width: 25%;
  }
  .impact-report .col-mob-4 {
    width: 33.33333%;
  }
  .impact-report .col-mob-5 {
    width: 41.66667%;
  }
  .impact-report .col-mob-6 {
    width: 50%;
  }
  .impact-report .col-mob-7 {
    width: 58.33333%;
  }
  .impact-report .col-mob-8 {
    width: 66.66667%;
  }
  .impact-report .col-mob-9 {
    width: 75%;
  }
  .impact-report .col-mob-10 {
    width: 83.33333%;
  }
  .impact-report .col-mob-11 {
    width: 91.66667%;
  }
  .impact-report .col-mob-12 {
    width: 100%;
  }
  .impact-report .col-mob-offset-0 {
    margin-left: 0;
  }
  .impact-report .offset-mob-1 {
    margin-left: 8.33333%;
  }
  .impact-report .offset-mob-2 {
    margin-left: 16.66667%;
  }
  .impact-report .offset-mob-3 {
    margin-left: 25%;
  }
  .impact-report .offset-mob-4 {
    margin-left: 33.33333%;
  }
  .impact-report .offset-mob-5 {
    margin-left: 41.66667%;
  }
  .impact-report .offset-mob-6 {
    margin-left: 50%;
  }
  .impact-report .offset-mob-7 {
    margin-left: 58.33333%;
  }
  .impact-report .offset-mob-8 {
    margin-left: 66.66667%;
  }
  .impact-report .offset-mob-9 {
    margin-left: 75%;
  }
  .impact-report .offset-mob-10 {
    margin-left: 83.33333%;
  }
  .impact-report .offset-mob-11 {
    margin-left: 91.66667%;
  }
  .impact-report .offset-mob-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .impact-report .col-tab-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .impact-report .col-tab-1 {
    width: 8.33333%;
  }
  .impact-report .col-tab-2 {
    width: 16.66667%;
  }
  .impact-report .col-tab-3 {
    width: 25%;
  }
  .impact-report .col-tab-4 {
    width: 33.33333%;
  }
  .impact-report .col-tab-5 {
    width: 41.66667%;
  }
  .impact-report .col-tab-6 {
    width: 50%;
  }
  .impact-report .col-tab-7 {
    width: 58.33333%;
  }
  .impact-report .col-tab-8 {
    width: 66.66667%;
  }
  .impact-report .col-tab-9 {
    width: 75%;
  }
  .impact-report .col-tab-10 {
    width: 83.33333%;
  }
  .impact-report .col-tab-11 {
    width: 91.66667%;
  }
  .impact-report .col-tab-12 {
    width: 100%;
  }
  .impact-report .col-tab-offset-0 {
    margin-left: 0;
  }
  .impact-report .offset-tab-1 {
    margin-left: 8.33333%;
  }
  .impact-report .offset-tab-2 {
    margin-left: 16.66667%;
  }
  .impact-report .offset-tab-3 {
    margin-left: 25%;
  }
  .impact-report .offset-tab-4 {
    margin-left: 33.33333%;
  }
  .impact-report .offset-tab-5 {
    margin-left: 41.66667%;
  }
  .impact-report .offset-tab-6 {
    margin-left: 50%;
  }
  .impact-report .offset-tab-7 {
    margin-left: 58.33333%;
  }
  .impact-report .offset-tab-8 {
    margin-left: 66.66667%;
  }
  .impact-report .offset-tab-9 {
    margin-left: 75%;
  }
  .impact-report .offset-tab-10 {
    margin-left: 83.33333%;
  }
  .impact-report .offset-tab-11 {
    margin-left: 91.66667%;
  }
  .impact-report .offset-tab-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .impact-report .col-desk-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .impact-report .col-desk-1 {
    width: 8.33333%;
  }
  .impact-report .col-desk-2 {
    width: 16.66667%;
  }
  .impact-report .col-desk-3 {
    width: 25%;
  }
  .impact-report .col-desk-4 {
    width: 33.33333%;
  }
  .impact-report .col-desk-5 {
    width: 41.66667%;
  }
  .impact-report .col-desk-6 {
    width: 50%;
  }
  .impact-report .col-desk-7 {
    width: 58.33333%;
  }
  .impact-report .col-desk-8 {
    width: 66.66667%;
  }
  .impact-report .col-desk-9 {
    width: 75%;
  }
  .impact-report .col-desk-10 {
    width: 83.33333%;
  }
  .impact-report .col-desk-11 {
    width: 91.66667%;
  }
  .impact-report .col-desk-12 {
    width: 100%;
  }
  .impact-report .col-desk-offset-0 {
    margin-left: 0;
  }
  .impact-report .offset-desk-1 {
    margin-left: 8.33333%;
  }
  .impact-report .offset-desk-2 {
    margin-left: 16.66667%;
  }
  .impact-report .offset-desk-3 {
    margin-left: 25%;
  }
  .impact-report .offset-desk-4 {
    margin-left: 33.33333%;
  }
  .impact-report .offset-desk-5 {
    margin-left: 41.66667%;
  }
  .impact-report .offset-desk-6 {
    margin-left: 50%;
  }
  .impact-report .offset-desk-7 {
    margin-left: 58.33333%;
  }
  .impact-report .offset-desk-8 {
    margin-left: 66.66667%;
  }
  .impact-report .offset-desk-9 {
    margin-left: 75%;
  }
  .impact-report .offset-desk-10 {
    margin-left: 83.33333%;
  }
  .impact-report .offset-desk-11 {
    margin-left: 91.66667%;
  }
  .impact-report .offset-desk-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1408px) {
  .impact-report .col-hd-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .impact-report .col-hd-1 {
    width: 8.33333%;
  }
  .impact-report .col-hd-2 {
    width: 16.66667%;
  }
  .impact-report .col-hd-3 {
    width: 25%;
  }
  .impact-report .col-hd-4 {
    width: 33.33333%;
  }
  .impact-report .col-hd-5 {
    width: 41.66667%;
  }
  .impact-report .col-hd-6 {
    width: 50%;
  }
  .impact-report .col-hd-7 {
    width: 58.33333%;
  }
  .impact-report .col-hd-8 {
    width: 66.66667%;
  }
  .impact-report .col-hd-9 {
    width: 75%;
  }
  .impact-report .col-hd-10 {
    width: 83.33333%;
  }
  .impact-report .col-hd-11 {
    width: 91.66667%;
  }
  .impact-report .col-hd-12 {
    width: 100%;
  }
  .impact-report .col-hd-offset-0 {
    margin-left: 0;
  }
  .impact-report .offset-hd-1 {
    margin-left: 8.33333%;
  }
  .impact-report .offset-hd-2 {
    margin-left: 16.66667%;
  }
  .impact-report .offset-hd-3 {
    margin-left: 25%;
  }
  .impact-report .offset-hd-4 {
    margin-left: 33.33333%;
  }
  .impact-report .offset-hd-5 {
    margin-left: 41.66667%;
  }
  .impact-report .offset-hd-6 {
    margin-left: 50%;
  }
  .impact-report .offset-hd-7 {
    margin-left: 58.33333%;
  }
  .impact-report .offset-hd-8 {
    margin-left: 66.66667%;
  }
  .impact-report .offset-hd-9 {
    margin-left: 75%;
  }
  .impact-report .offset-hd-10 {
    margin-left: 83.33333%;
  }
  .impact-report .offset-hd-11 {
    margin-left: 91.66667%;
  }
  .impact-report .offset-hd-12 {
    margin-left: 100%;
  }
}

.thirds-container {
  display: flex;
  flex-flow: row wrap;
  margin: auto;
  padding: 0;
}
.thirds-container .text-cont {
  width: 100%;
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .thirds-container .text-cont {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .thirds-container .text-cont {
    max-width: 33.33%;
  }
}

.thirds-container-tab {
  display: flex;
  flex-flow: row wrap;
  margin: auto;
  padding: 0;
}
.thirds-container-tab .text-cont {
  width: 100%;
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .thirds-container-tab .text-cont {
    max-width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .thirds-container-tab .text-cont {
    max-width: 33.33%;
  }
}

.quarter-container {
  display: flex;
  flex-flow: row wrap;
  margin: auto;
  padding: 0;
}
.quarter-container .text-cont {
  width: 100%;
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .quarter-container .text-cont {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .quarter-container .text-cont {
    max-width: 25%;
  }
}

.p-bottom {
  position: relative;
}
@media (min-width: 1024px) {
  .p-bottom {
    position: absolute;
    bottom: 0;
  }
}

.p-bottom-add {
  padding-bottom: 100px;
}

.report-img-bg {
  bottom: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
.report-img-bg-2 {
  position: relative;
  margin-bottom: -7px;
}
@media (min-width: 768px) {
  .report-img-bg-2 {
    max-width: 45vw;
    margin-left: 50vw;
  }
}
@media (min-width: 1024px) {
  .report-img-bg-2 {
    max-width: 45vw;
    width: initial;
    right: 5vw;
    bottom: 0;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    margin-bottom: 0;
    margin-left: 0;
    max-height: 100%;
    z-index: -1;
  }
}
.report-img-bg-3 {
  top: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}

.bg-image-padding {
  background-color: #CAFF34;
  overflow: hidden;
  padding-bottom: 150px !important;
}
@media (min-width: 768px) {
  .bg-image-padding {
    padding-bottom: 300px !important;
  }
}
@media (min-width: 1024px) {
  .bg-image-padding {
    padding-bottom: 100px !important;
  }
}

.report-logo {
  margin-top: 30px;
  display: flex;
  align-items: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media (min-width: 1024px) {
  .report-logo {
    margin-top: 60px;
  }
}

.report-logo-1 {
  max-width: 300px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .report-logo-1 {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.report-logo-2 {
  max-width: 200px;
}
@media (min-width: 1024px) {
  .report-logo-2 {
    max-width: 100%;
  }
}

.awards-column {
  padding-left: 0;
}
@media (min-width: 768px) {
  .awards-column {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .awards-column {
    padding-left: 114px;
  }
}

.eco-tree {
  position: absolute;
  right: 0;
  top: -75vh;
  max-width: 100vw;
}

.diagram {
  overflow-x: scroll;
  margin-right: -20px;
  margin-left: -20px;
  padding-left: 20px;
  padding-top: 20px;
}
.diagram img {
  width: 900px;
  max-width: 900px;
  padding-right: 20px;
}
.diagram-text {
  display: block;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
  background-color: #D6FE40;
}
@media (min-width: 768px) {
  .diagram img {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
  .diagram-text {
    display: none;
  }
}

.callout-section p {
  font-family: NeueHaasDisp;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.callout-section p {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .callout-section p {
    font-size: calc(32px + 11 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .callout-section p {
    font-size: 43px;
  }
}
@media (min-width: 1024px) {
  .callout-section p {
    line-height: 54px;
  }
}

.health-stat {
  text-align: center;
}
.health-stat:first-of-type {
  margin-bottom: 60px;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .health-stat:first-of-type {
    margin-right: 100px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .health-stat:first-of-type {
    margin-right: 130px;
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .health-stat {
    max-width: 270px;
  }
}
.health-stat p {
  margin-bottom: 0;
  line-height: normal;
  font-family: NeueHaasDisp;
  font-weight: 500;
  margin-bottom: 0;
}
.health-stat p {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .health-stat p {
    font-size: calc(20px + 5 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .health-stat p {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .health-stat p {
    line-height: 30px;
  }
}
.health-stat-number {
  margin-right: 10px !important;
}
.health-stat-number {
  font-size: 58px;
}
@media screen and (min-width: 320px) {
  .health-stat-number {
    font-size: calc(58px + 14 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .health-stat-number {
    font-size: 72px;
  }
}
.health-stat-container {
  display: block;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .health-stat-container {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .health-stat-container {
    justify-content: unset;
  }
}

.number-in-text {
  font-weight: bold;
}
.number-in-text {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .number-in-text {
    font-size: calc(20px + 12 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .number-in-text {
    font-size: 32px;
  }
}

.report-large-stat {
  text-align: center;
  width: 100%;
}
.report-large-stat-container {
  display: block;
}
@media (min-width: 768px) {
  .report-large-stat-container {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .report-large-stat-container {
    display: block;
  }
}
.report-large-stat p {
  line-height: normal;
  font-family: NeueHaasDisp;
  font-weight: 500;
  margin-bottom: 0;
}
.report-large-stat p {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .report-large-stat p {
    font-size: calc(28px + 14 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .report-large-stat p {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .report-large-stat p {
    line-height: 30px;
  }
}
.report-large-stat-number {
  line-height: normal;
}
.report-large-stat-number {
  font-size: 58px;
}
@media screen and (min-width: 320px) {
  .report-large-stat-number {
    font-size: calc(58px + 65 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .report-large-stat-number {
    font-size: 123px;
  }
}
@media (min-width: 1024px) {
  .report-large-stat-number {
    line-height: 135px;
  }
}

.report-small-stat p {
  line-height: normal;
  font-family: NeueHaasDisp;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.report-small-stat p {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .report-small-stat p {
    font-size: calc(22px + 10 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .report-small-stat p {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .report-small-stat p {
    line-height: 38px;
  }
}
.report-small-stat-no {
  line-height: normal;
  font-family: NeueHaasDisp;
  font-style: normal;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.report-small-stat-no {
  font-size: 58px;
}
@media screen and (min-width: 320px) {
  .report-small-stat-no {
    font-size: calc(58px + 18 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .report-small-stat-no {
    font-size: 76px;
  }
}
@media (min-width: 1024px) {
  .report-small-stat-no {
    line-height: 84px;
  }
}

.margin-stat {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .margin-stat {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .margin-stat {
    margin-top: 0;
    margin-bottom: 90px;
  }
}

.large-number {
  line-height: normal;
  font-family: NeueHaasDisp;
  font-weight: 500;
  margin-bottom: 0;
}
.large-number {
  font-size: 38px;
}
@media screen and (min-width: 320px) {
  .large-number {
    font-size: calc(38px + 34 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .large-number {
    font-size: 72px;
  }
}
.large-number-text {
  line-height: normal;
  font-family: NeueHaasDisp;
  font-weight: 500;
  margin-bottom: 0;
}
.large-number-text {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .large-number-text {
    font-size: calc(28px + 8 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .large-number-text {
    font-size: 36px;
  }
}

.report-stat-2 p {
  font-family: NeueHaasDisp;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: normal;
}
.report-stat-2 p {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .report-stat-2 p {
    font-size: calc(20px + 5 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .report-stat-2 p {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .report-stat-2 p {
    line-height: 30px;
  }
}
.report-stat-2-total {
  padding-top: 10px;
  padding-left: 10px;
}
.report-stat-2-no {
  font-size: 72px !important;
  line-height: normal;
}
@media (min-width: 1024px) {
  .report-stat-2-no {
    font-size: 72px !important;
    line-height: 79px;
  }
}

.section-quote {
  background: #1D1D1B;
  position: relative;
}
.section-quote-img {
  position: absolute;
  top: 0;
  right: 10%;
  width: 50px;
}
@media (min-width: 768px) {
  .section-quote-img {
    width: 100px;
  }
}
@media (min-width: 1024px) {
  .section-quote-img {
    width: initial;
  }
}
.section-quote p {
  color: white;
  margin-bottom: 0;
}
.section-quote p a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.section-quote blockquote {
  font-family: NeueHaasDisp;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: white;
  margin: 0;
  padding: 36px 0;
}
.section-quote blockquote {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .section-quote blockquote {
    font-size: calc(30px + 21 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .section-quote blockquote {
    font-size: 51px;
  }
}
@media (min-width: 1024px) {
  .section-quote blockquote {
    line-height: 61px;
  }
}
.section-quote blockquote p {
  font-family: NeueHaasDisp;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: white;
  margin-bottom: 40px;
}
.section-quote blockquote p {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .section-quote blockquote p {
    font-size: calc(30px + 21 * ((100vw - 320px) / 1680));
  }
}
@media screen and (min-width: 2000px) {
  .section-quote blockquote p {
    font-size: 51px;
  }
}
@media (min-width: 1024px) {
  .section-quote blockquote p {
    line-height: 61px;
  }
}
.section-quote .quote-small {
  font-family: NeueHaasDisp;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}

.report-large-quote {
  margin: 30px 0;
}

.img-quote {
  display: flex;
  align-items: center;
}
.img-quote img {
  height: auto;
  margin-right: 20px;
  box-shadow: 1px 5px 8px 1px rgba(0, 0, 0, 0.22);
  border-radius: 50%;
  max-width: 80px;
}
@media (min-width: 768px) {
  .img-quote img {
    max-width: initial;
    max-width: 125px;
  }
}

.helper-mob-0 {
  z-index: -11;
}
@media (min-width: 568px) {
  .helper-mob-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .helper-mob-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .helper-mob-0 {
    padding: 100px 0 !important;
  }
}

.mt-36 {
  margin-top: 36px;
}

.m-36 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .m-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}

.width-fit {
  width: inherit;
}
@media (min-width: 1024px) {
  .width-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px;
}

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

.large-text-padding {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .large-text-padding {
    padding: 75px 0 0;
  }
}
@media (min-width: 1024px) {
  .large-text-padding {
    padding: 250px 0;
  }
}

.medium-text-padding {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .medium-text-padding {
    padding: 75px 0;
  }
}
@media (min-width: 1024px) {
  .medium-text-padding {
    padding: 216px 0;
  }
}

.line-h-28 {
  line-height: 28px !important;
}

.m-top-55 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .m-top-55 {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .m-top-55 {
    margin-top: 55px;
  }
}

.upper-text {
  align-self: self-start !important;
}

.m-top-30 {
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.m-top-30:last-of-type {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .m-top-30 {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .m-top-30 {
    margin-top: 30px;
  }
  .m-top-30:last-of-type {
    margin-bottom: 0;
  }
}

.justify-content-custom {
  justify-content: center;
}
@media (min-width: 1024px) {
  .justify-content-custom {
    justify-content: normal;
  }
}

.mt-30-tab {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-30-tab {
    margin-top: -30px;
  }
}
@media (min-width: 1024px) {
  .mt-30-tab {
    margin-top: 0;
  }
}

/* Image with 'data' attribute is hidden */
.lazy {
  /* we set the opacity to 0 */
  opacity: 0;
  transition: all 0.4s ease-in-out;
  will-change: transform, opacity;
}

/* Image without 'data' attribute is (or becomes) visible */
.lazy.loaded {
  /* prepare the future animation */
  transition: all 0.4s ease-in-out;
  /* we set the opacity to 1 to do the magic */
  opacity: 1;
}

.tab {
  padding: 25px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background: #1D1D1B;
  margin: 20px 0;
  z-index: 99;
}
.tab p {
  margin: 0;
  font-family: NeueHaasText;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .tab {
    margin: 20px 0;
  }
}
@media (min-width: 1024px) {
  .tab {
    margin: 36px 0;
  }
}
.tab-middle {
  margin: 0;
}
@media (min-width: 1024px) {
  .tab-middle {
    margin: 36px 0;
  }
}

.chevron {
  margin: 20px 0 20px 0;
}
@media (min-width: 768px) {
  .chevron {
    margin: 36px 0 36px 10px;
  }
}
.chevron li {
  position: relative;
  display: list-item;
  padding-left: 22px;
  margin-bottom: 10px;
  line-height: 26px;
}
.chevron li:before {
  content: "";
  background: url(/assets/images/impact-report/20-21/chevron.svg) no-repeat !important;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 10px;
  transform: translate(0, 2px);
  margin-right: 10px;
  position: absolute;
  left: 0;
}

.chevron-white {
  margin: 20px 0 20px 0;
}
@media (min-width: 768px) {
  .chevron-white {
    margin: 36px 0 36px 10px;
  }
}
.chevron-white li {
  position: relative;
  display: list-item;
  padding-left: 22px;
  margin-bottom: 10px;
  line-height: 26px;
}
.chevron-white li:last-of-type {
  margin-bottom: 0;
}
.chevron-white li:before {
  content: "";
  background: url(/assets/images/impact-report/20-21/chevron-white.svg) no-repeat !important;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 10px;
  transform: translate(0, 2px);
  margin-right: 10px;
  position: absolute;
  left: 0;
}

.large-points {
  font-size: 20px !important;
  line-height: 30px !important;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: NeueHaasDisp;
}
@media (min-width: 768px) {
  .large-points {
    font-size: 25px !important;
  }
}
@media (min-width: 1024px) {
  .large-points {
    line-height: 35px !important;
    font-size: 25px !important;
  }
}
.large-points-container {
  padding: 36px 0;
}

.masonry-container {
  display: block;
  flex-flow: column wrap;
  align-content: space-between;
  /* Your container needs a fixed height, and it
   * needs to be taller than your tallest column. */
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .masonry-container {
    height: 1100px;
    display: flex;
  }
}
@media (min-width: 1408px) {
  .masonry-container {
    height: 885px;
  }
}

.item {
  width: 100%;
}
@media (min-width: 768px) {
  .item {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .item {
    width: 49%;
  }
}

.item:nth-child(odd) {
  order: 1;
}

.item:nth-child(even) {
  order: 2;
}

@media (min-width: 768px) {
  .position-1 {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .position-1 {
    margin-top: -185px;
  }
}

@media (min-width: 768px) {
  .position-2 {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .position-2 {
    margin-top: -30px;
  }
}

@media (max-width: 768px) {
  .position-3 {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .position-3 {
    margin-top: -250px;
  }
}

@media (max-width: 768px) {
  .position-4 {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .position-4 {
    margin-top: -140px;
  }
}

.mt-100 {
  margin-top: 30px;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .mt-100 {
    margin-top: 75px !important;
  }
}
@media (min-width: 1024px) {
  .mt-100 {
    margin-top: 100px !important;
  }
}

.tab-hide {
  display: none;
}
@media (min-width: 1024px) {
  .tab-hide {
    display: block;
  }
}

.report-footer {
  background-color: #F976FB;
  padding: 16px 0;
}
.report-footer .row {
  align-items: center;
}
.report-footer .row .text-cont {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .report-footer .row .text-cont {
    text-align: left;
  }
}
.report-footer .row .text-cont p {
  color: #fff;
}
.report-footer .row .text-cont p a {
  color: #fff !important;
}
@media (min-width: 768px) {
  .report-footer .row > div:nth-of-type(2) .text-cont {
    text-align: right;
  }
}

/* ====================
    Pages
    ==================== */
.about-perks {
  padding-bottom: 160px;
}
.about-perks + .logos .logos-background {
  transform: translateY(-45%);
}
@media (min-width: 768px) {
  .about-perks {
    padding-bottom: 190px;
  }
  .about-perks + .logos .logos-background {
    transform: translateY(-60%);
  }
}
@media (min-width: 1408px) {
  .about-perks {
    padding-bottom: 320px;
  }
}
@media (min-width: 1024px) {
  .about-empower {
    margin-top: -20%;
  }
  .about-empower-text {
    margin-top: 290px;
  }
}
@media (min-width: 1500px) {
  .about-empower {
    margin-top: -360px;
  }
}
.about-map {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 500px;
}
@media (min-width: 768px) {
  .about-map {
    height: 80vh;
  }
}
@media (min-width: 1024px) {
  .about-map {
    height: 60vh;
    min-height: 800px;
  }
}
.about-map-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.about-map-cluster span {
  font-weight: 900;
  color: #000000;
}
.about-map-cluster-1 {
  background-color: #D6FE40;
  font-size: 16px;
}
.about-map-cluster-2 {
  background-color: #F976FB;
  font-size: 20px;
}
.about-map-cluster-3 {
  background-color: #4B4265;
  font-size: 24px;
}

.jobs-single-benefits {
  padding-bottom: 274px;
}
@media (min-width: 768px) {
  .jobs-single-benefits {
    padding-bottom: calc(17vw + 100px);
  }
}
@media (min-width: 1024px) {
  .jobs-single-benefits {
    padding-bottom: calc(17vw + 100px);
  }
}
@media screen and (min-width: 1500px) {
  .jobs-single-benefits {
    padding-bottom: 400px;
  }
}
.jobs-single-culture {
  transform: translateY(-50%);
  margin-bottom: -150px;
}
@media (min-width: 768px) {
  .jobs-single-culture {
    margin-bottom: -50px;
  }
}
@media (min-width: 1024px) {
  .jobs-single-culture {
    transform: translateY(-50%);
    margin-bottom: -150px;
  }
}

.not-found-page .header-logo path,
.not-found-page .header-logo circle,
.not-found-page .nav .btn path {
  fill: #1D1D1B !important;
}

.page-template-in-news {
  background-color: #D6FE40;
}
@media (max-width: 1023px) {
  .page-template-in-news .hero {
    min-height: auto;
    padding-top: 120px;
  }
}
.page-template-in-news .hero-r-cont svg {
  height: 90%;
  min-height: 90%;
}

.in-news-items {
  margin-top: 0;
}
@media (min-width: 768px) {
  .in-news-items {
    margin-top: -160px;
  }
}
@media (min-width: 1024px) {
  .in-news-items {
    margin-top: -260px;
  }
}
@media (min-width: 1408px) {
  .in-news-items {
    margin-top: -300px;
  }
}
@media screen and (max-width: 960px) {
  .in-news-items .card {
    margin-bottom: 1.6rem;
  }
}
.in-news-items .card .card-post {
  color: #1D1D1B;
  letter-spacing: 2px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .in-news-items .card .card-post {
    font-size: 15px;
  }
}
.in-news-items .card .card-post .card-cat {
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .in-news-items .card .btn {
    font-size: 18px;
  }
}
.in-news-items .card .btn:hover svg path {
  stroke: #F976FB !important;
}

.reports-btn.btn-black:hover {
  color: #1D1D1B !important;
  background-color: #D6FE40 !important;
}
.reports-flag {
  display: inline-block;
  width: 26px;
  margin-right: 10px;
}
.reports .card {
  transition: background-color 200ms ease;
  will-change: background-color;
  border: 2px solid #EFF0EA;
}
.reports .card h6 {
  line-height: 1.2;
  margin-bottom: 1rem;
}
.reports .card small {
  line-height: 1.6;
}
.reports .card:hover {
  background-color: #F976FB;
}
@media (max-width: 768px) {
  .reports-card {
    min-height: 200px;
  }
  .reports-card-body {
    padding: 1.2rem;
  }
  .reports-card small {
    display: none;
  }
  .reports .leaders-ranks {
    position: relative;
  }
  .reports .leaders-ranks::after {
    display: none;
    content: "";
    position: -webkit-sticky;
    position: sticky;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 1px;
    background: transparent;
    box-shadow: 0px 0px 32px 20px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1024px) {
  .reports-card {
    min-height: 350px;
  }
}
