@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a:active, a:focus, img:active, img:focus, button:active, button:focus, input:active, input:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
}

p {
  margin: 0;
  font-family: "PT Sans", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[multiple], select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745;
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label::after, .was-validated .custom-file-input:valid ~ .custom-file-label::after {
  border-color: inherit;
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label::after, .was-validated .custom-file-input:invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 420px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
  transition: -webkit-transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

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

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

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

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

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

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

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

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

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

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !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.25rem !important;
}

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

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

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

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

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

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

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

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

.ml-2, .mx-2 {
  margin-left: 0.5rem !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: 1.5rem !important;
}

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

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

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

.ml-4, .mx-4 {
  margin-left: 1.5rem !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;
}

.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.25rem !important;
}

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

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

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

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

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

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

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

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

.pl-2, .px-2 {
  padding-left: 0.5rem !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: 1.5rem !important;
}

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

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

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

.pl-4, .px-4 {
  padding-left: 1.5rem !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: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

.font-weight-bold {
  font-weight: 700 !important;
}

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 * fullPage 3.0.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */ /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.ui-checkbox {
  position: relative;
}
.ui-checkbox input[type=checkbox] {
  display: none;
}
.ui-checkbox p {
  display: block;
}
.ui-error-label.active {
  display: block;
}
.ui-error-label:not(.active) {
  display: none;
}

/*********************
BREAKPOINTS
*********************/
/*********************
Customized Breakpoints Here
*********************/
/*********************
 BOOTSTRAP BREAKPOINTS
 *********************/
/*********************
 BREAKPOINTS: Usage
 *********************/
/*
 @include breakpoint(breakpointname) {
     ==== STYLES ====    
 }
 */
.table {
  display: table;
}
.table-full {
  width: 100%;
  height: 100%;
  min-height: inherit;
  position: relative;
}
.table-full:after {
  content: "";
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

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

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

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

.v-align-top {
  vertical-align: top;
}

.v-align-middle {
  vertical-align: middle;
}

.v-align-bottom {
  vertical-align: bottom;
}

.clearfix {
  overflow: hidden;
}

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

.float-left {
  float: left;
  padding-right: 0px;
  margin-right: 0px;
}

.float-right {
  float: right;
  padding-left: 0px;
  margin-left: 0px;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

ul.inline-block-group {
  list-style: none;
  padding-left: initial;
}
ul.inline-block-group li {
  display: inline-block;
  vertical-align: middle;
}

.case-upper {
  text-transform: uppercase;
}

.case-lower {
  text-transform: lowercase;
}

.case-proper {
  text-transform: capitalize;
}

.m-auto {
  margin: auto;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.bp-rel {
  position: relative;
}

.o-hidden {
  overflow: hidden;
}

.hidden {
  display: none;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.mobile-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.tablet-up {
  display: none;
}
@media screen and (min-width: 768px) {
  .tablet-up {
    display: inline;
  }
}

.overflow-hidden {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.italic {
  font-style: italic;
}

@font-face {
  font-family: "econ-sans";
  src: url("../fonts/econsans/EconSansOS-Regular.eot");
  src: url("../fonts/econsans/EconSansOS-Regular.woff") format("woff"), url("../fonts/econsans/EconSansOS-Regular.ttf") format("truetype"), url("../fonts/econsans/EconSansOS-Regular.otf") format("opentype"), url("../fonts/econsans/EconSansOS-Regular.svg") format("svg"), url("../fonts/econsans/EconSansOS-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "econ-sans";
  src: url("../fonts/econsans/EconSansOS-Light.eot");
  src: url("../fonts/econsans/EconSansOS-Light.woff") format("woff"), url("../fonts/econsans/EconSansOS-Light.ttf") format("truetype"), url("../fonts/econsans/EconSansOS-Light.otf") format("opentype"), url("../fonts/econsans/EconSansOS-Light.svg") format("svg"), url("../fonts/econsans/EconSansOS-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "econ-sans";
  src: url("../fonts/econsans/EconSansOS-Medium.eot");
  src: url("../fonts/econsans/EconSansOS-Medium.woff") format("woff"), url("../fonts/econsans/EconSansOS-Medium.ttf") format("truetype"), url("../fonts/econsans/EconSansOS-Medium.otf") format("opentype"), url("../fonts/econsans/EconSansOS-Medium.svg") format("svg"), url("../fonts/econsans/EconSansOS-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "econ-sans";
  src: url("../fonts/econsans/EconSansOS-Bold.eot");
  src: url("../fonts/econsans/EconSansOS-Bold.woff") format("woff"), url("../fonts/econsans/EconSansOS-Bold.ttf") format("truetype"), url("../fonts/econsans/EconSansOS-Bold.otf") format("opentype"), url("../fonts/econsans/EconSansOS-Bold.svg") format("svg"), url("../fonts/econsans/EconSansOS-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "econ-sans";
  src: url("../fonts/econsans/EconSansOS-ExtraBold.eot");
  src: url("../fonts/econsans/EconSansOS-ExtraBold.woff") format("woff"), url("../fonts/econsans/EconSansOS-ExtraBold.ttf") format("truetype"), url("../fonts/econsans/EconSansOS-ExtraBold.otf") format("opentype"), url("../fonts/econsans/EconSansOS-ExtraBold.svg") format("svg"), url("../fonts/econsans/EconSansOS-ExtraBold.eot?#iefix") format("embedded-opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.econ-sans {
  font-family: "econ-sans", sans-serif;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/sfprodisplay/SFProDisplay-Regular.eot");
  src: url("../fonts/sfprodisplay/SFProDisplay-Regular.woff") format("woff"), url("../fonts/sfprodisplay/SFProDisplay-Regular.ttf") format("truetype"), url("../fonts/sfprodisplay/SFProDisplay-Regular.otf") format("opentype"), url("../fonts/sfprodisplay/SFProDisplay-Regular.svg") format("svg"), url("../fonts/sfprodisplay/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/sfprodisplay/SFProDisplay-Bold.eot");
  src: url("../fonts/sfprodisplay/SFProDisplay-Bold.woff") format("woff"), url("../fonts/sfprodisplay/SFProDisplay-Bold.ttf") format("truetype"), url("../fonts/sfprodisplay/SFProDisplay-Bold.otf") format("opentype"), url("../fonts/sfprodisplay/SFProDisplay-Bold.svg") format("svg"), url("../fonts/sfprodisplay/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.font-sfpro {
  font-family: "SF Pro Display", sans-serif;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebasneue/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/bebasneue/BebasNeue-Regular.woff") format("woff"), url("../fonts/bebasneue/BebasNeue-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
#_evidon-banner p {
  color: #000 !important;
}

html {
  width: 100%;
  margin: 0 auto;
}

body {
  margin: 0;
  background: rgb(0, 5, 55);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  font-family: "econ-sans", sans-serif;
  color: #fff;
  background-color: #fff;
  pointer-events: auto;
}
body.disable-scroll {
  overflow: hidden;
}
body .site-content {
  font-size: 1.176vw;
}
@media screen and (min-width: 1400px) {
  body .site-content {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  body .site-content {
    font-size: 16px;
  }
}
body #section-footer {
  font-family: "econ-sans", sans-serif;
  z-index: 32;
}
body .ui-selectmenu-menu {
  max-height: 40vh;
  border-radius: 4px;
  overflow: hidden scroll;
}
body .ui-selectmenu-menu .ui-menu {
  border: none;
}
body .ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper {
  height: auto;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0.875em;
  font-family: "econ-sans", sans-serif;
}
body .ui-selectmenu-menu::-webkit-scrollbar {
  width: 10px;
  border: none;
}
body .ui-selectmenu-menu::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}
body .ui-selectmenu-menu::-webkit-scrollbar-track {
  background: white;
}

h1 {
  font-family: "econ-sans", sans-serif;
  font-weight: 700;
  font-size: 2.25em;
  line-height: 1;
  color: rgb(0, 39, 76);
  letter-spacing: 0.39px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  color: rgb(0, 39, 76);
  letter-spacing: 0.26;
  margin-bottom: 0.2777777778em;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.625em;
  }
}

h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5em;
  color: rgb(0, 39, 76);
  margin: 1.25em 0 0.625em;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25em;
  color: rgb(0, 39, 76);
  margin: 1.25em 0 0.625em;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

p {
  font-family: "econ-sans", sans-serif;
  font-size: 0.875em;
  line-height: 1.6;
  font-weight: 400;
  color: rgb(0, 39, 76);
}

a {
  color: #fff;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.section {
  position: relative;
  z-index: 6;
  padding: 5em 0;
}
@media screen and (min-width: 1441px) {
  .section {
    padding: 3.125em 0;
  }
}
@media (max-width: 1440px) {
  .section {
    padding: 2.8125em 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 2.5em 0;
  }
}
.section__background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section__background-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.section.section-hero {
  background-attachment: fixed;
}
@media screen and (min-width: 1441px) {
  .section.section-hero .container {
    padding: 5em 0 8.75em;
  }
  .section.section-hero .container .content-carousel {
    max-width: 50em;
  }
  .section.section-hero .container .content-carousel .description {
    margin: 0;
  }
  .section.section-hero .container .content-carousel .btn-wrapper {
    margin-top: 1.875em;
  }
}
.section.section-two-col {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 1200px) {
  .section.section-two-col {
    background-attachment: unset;
  }
}
.section.section-two-col.padding-bot-0 {
  padding-bottom: 0.5em;
}
.section.section-two-col .two-col-flex {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 1.5625em;
}
@media screen and (max-width: 767px) {
  .section.section-two-col .two-col-flex {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.section.section-newsletter.chemicals {
  padding-top: 5.625em;
}
@media screen and (min-width: 1441px) {
  .section.section-newsletter {
    padding: 3.125em 0 1.875em;
  }
}
@media (max-width: 1440px) {
  .section.section-newsletter {
    padding: 3.125em 0 1.875em;
  }
}
@media (max-width: 767px) {
  .section.section-newsletter {
    padding: 2.5em 0 1.25em;
  }
}
.section.discover-section {
  padding-top: 0 !important;
}
.section.section-hero .carousel-bg,
.section.section-hero .video-bg, .section.section-plastic-management-index .carousel-bg,
.section.section-plastic-management-index .video-bg, .section.section-chemicals .carousel-bg,
.section.section-chemicals .video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.section.section-hero .carousel-bg::before,
.section.section-hero .video-bg::before, .section.section-plastic-management-index .carousel-bg::before,
.section.section-plastic-management-index .video-bg::before, .section.section-chemicals .carousel-bg::before,
.section.section-chemicals .video-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.section.section-hero .carousel-bg__image, .section.section-plastic-management-index .carousel-bg__image, .section.section-chemicals .carousel-bg__image {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section.section-hero .carousel-bg .slick-list,
.section.section-hero .carousel-bg .slick-track, .section.section-plastic-management-index .carousel-bg .slick-list,
.section.section-plastic-management-index .carousel-bg .slick-track, .section.section-chemicals .carousel-bg .slick-list,
.section.section-chemicals .carousel-bg .slick-track {
  height: 100%;
}
.section.section-hero .video-bg video, .section.section-plastic-management-index .video-bg video, .section.section-chemicals .video-bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section.section-hero > .container, .section.section-plastic-management-index > .container, .section.section-chemicals > .container {
    padding: 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .section.section-hero, .section.section-plastic-management-index, .section.section-chemicals {
    height: auto;
    min-height: auto;
  }
  .section.section-hero > .container, .section.section-plastic-management-index > .container, .section.section-chemicals > .container {
    padding-top: 10em;
    padding-bottom: 12.5em;
  }
  .section.section-hero > .container .content-carousel .description, .section.section-plastic-management-index > .container .content-carousel .description, .section.section-chemicals > .container .content-carousel .description {
    margin: 0;
  }
  .section.section-hero > .container .content-carousel .btn-wrapper.landing, .section.section-plastic-management-index > .container .content-carousel .btn-wrapper.landing, .section.section-chemicals > .container .content-carousel .btn-wrapper.landing {
    display: none;
  }
}
.section.section-three-col {
  background: #f4fbfb;
  padding: 0;
}
.section.section-three-col.three-col-wrap {
  padding: 5em 0;
}
@media screen and (min-width: 1441px) {
  .section.section-three-col.three-col-wrap {
    padding: 3.125em 0;
  }
}
@media (max-width: 1440px) {
  .section.section-three-col.three-col-wrap {
    padding: 3.125em 0;
  }
}
@media (max-width: 767px) {
  .section.section-three-col.three-col-wrap {
    padding: 2.5em 0;
  }
}
.section.section-three-col .container h1::after {
  content: "";
  display: block;
  width: 140px;
  height: 8px;
  background-color: rgb(8, 194, 211);
  margin: 8px 0 0.8333333333em;
}
.section.section-three-col .three-col-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25em 1fr 1.25em 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25em;
}
@media screen and (max-width: 1200px) {
  .section.section-three-col .three-col-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section.section-three-col .three-col-grid .card.is-on-hero {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 767px) {
  .section.section-three-col .three-col-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section.section-three-col.floating .floating-title {
  display: none !important;
}
.section.section-three-col.floating .floating-title::after {
  display: none !important;
}
.section.section-three-col.floating .three-col-grid {
  top: -19.75em;
  margin-bottom: -15.625em;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .section.section-three-col.floating .three-col-grid {
    top: -17.1875em;
  }
}
@media screen and (max-width: 1199px) {
  .section.section-three-col.floating .three-col-grid {
    top: -13.1875em;
    margin-bottom: -8.75em;
  }
}
.section.section-three-col.floating .three-col-grid .card__media {
  height: 10.625em;
}
.section.section-carousel-articles {
  padding: 0;
}
.section.section-carousel-articles.pmi {
  background: #0b2945;
}
.section.section-carousel-articles.mcp {
  background: #162553;
}
.section.section-carousel-articles .card--article {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.section.section-carousel-articles .card--article:hover {
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}
@media (max-width: 767px) {
  .section.section-carousel-articles .card--article:hover {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.section.section-carousel-articles .card--article .card__media img:hover {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.section.section-carousel-articles .articles {
  margin: 0 auto;
  position: relative;
}
.section.section-carousel-articles .articles__grid {
  top: -269px;
  margin-bottom: -15.625em;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none;
  overflow: hidden;
}
.section.section-carousel-articles .articles__grid.slick-initialized {
  display: block;
}
.section.section-carousel-articles .articles__grid .slick-track {
  padding: 0.625em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.section.section-carousel-articles .articles__grid .card {
  width: 17.5em;
  background: white;
  margin: 0 0.625em;
  height: auto;
}
.section.section-carousel-articles .articles__grid .card__media {
  height: 10.625em;
}
.section.section-carousel-articles .articles__grid .card__text-container {
  padding: 1.25em;
}
.section.section-carousel-articles .articles__grid .card .featured-author.top {
  display: block;
  margin-top: 1.875em;
}
@media screen and (min-width: 1441px) {
  .section.section-carousel-articles .articles__grid {
    top: -19.75em;
  }
}
@media (max-width: 767px) {
  .section.section-carousel-articles .articles__grid {
    top: -250px;
  }
}
@media (max-width: 767px) {
  .section.section-carousel-articles .articles__grid {
    top: -210px;
  }
}
@media (max-width: 400px) {
  .section.section-carousel-articles .articles__grid {
    top: -170px;
    margin-bottom: -6.25em;
  }
}
@media screen and (min-width: 1200px) {
  .section.section-carousel-articles .articles__grid .slick-dots {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .section.section-carousel-articles .articles__grid.carousel-wrapper {
    padding: 0 3.75em;
  }
}
@media screen and (max-width: 767px) {
  .section.section-carousel-articles .articles__grid.carousel-wrapper {
    padding: 0;
  }
  .section.section-carousel-articles .articles__grid .card {
    margin: 0 1.875em;
  }
}
.section.section-carousel-articles .articles__arrow {
  position: absolute;
  top: -4.375em;
  cursor: pointer;
  height: 3em;
  width: 3em;
  z-index: 1;
}
@media (max-width: 767px) {
  .section.section-carousel-articles .articles__arrow {
    height: 2em;
    width: 2em;
  }
}
.section.section-carousel-articles .articles__arrow img {
  -webkit-transform: none !important;
          transform: none !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.section.section-carousel-articles .articles__arrow.prev {
  left: -6.25em;
}
@media screen and (max-width: 1199px) {
  .section.section-carousel-articles .articles__arrow.prev {
    left: 0.9375em;
  }
}
@media screen and (max-width: 767px) {
  .section.section-carousel-articles .articles__arrow.prev {
    left: 0.625em;
  }
}
.section.section-carousel-articles .articles__arrow.prev img {
  -webkit-transform: scaleX(-1) !important;
          transform: scaleX(-1) !important;
  width: auto;
}
.section.section-carousel-articles .articles__arrow.next {
  right: -6.25em;
}
@media (max-width: 400px) {
  .section.section-carousel-articles .articles__arrow.next {
    right: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .section.section-carousel-articles .articles__arrow.next {
    right: 0.9375em;
  }
}
@media screen and (max-width: 767px) {
  .section.section-carousel-articles .articles__arrow.next {
    right: 0.625em;
  }
}
.section .container {
  max-width: 940px;
  padding: 0;
}
@media screen and (min-width: 1441px) {
  .section .container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1365px) {
  .section .container {
    max-width: 100%;
    padding: 0 3.75em;
  }
}
@media screen and (max-width: 1200px) {
  .section .container {
    padding: 0 1.875em;
  }
}
@media screen and (max-width: 350px) {
  .section .container {
    padding: 0 1.25em;
  }
}
.section .container .content-heading {
  text-align: left;
  max-width: 100%;
  margin: 0 auto 1.875em;
}
.section .container .content-heading::after {
  content: "";
  display: block;
  width: 140px;
  height: 8px;
  background: rgb(8, 194, 211);
}
.section .container .content-heading p {
  color: #616161;
  letter-spacing: 0.15px;
  margin-bottom: 0.625em;
  max-width: 70%;
}
@media screen and (max-width: 1200px) {
  .section .container .content-heading p {
    font-size: 1em;
    max-width: 90%;
  }
  .section .container .content-heading p.jp-desc {
    font-size: 1.0625em;
  }
}
.section .container.content-heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 1.875em;
}
.section .container.content-heading::after {
  content: "";
  display: block;
  width: 140px;
  height: 8px;
  background: rgb(8, 194, 211);
}
.section .container.content-heading p {
  color: #616161;
  letter-spacing: 0.15px;
  margin-bottom: 0.625em;
}
@media screen and (max-width: 767px) {
  .section .container.content-heading p {
    font-size: 1em;
  }
  .section .container.content-heading p.jp-desc {
    font-size: 1.0625em;
  }
}
.section .embed-fullpage-intro {
  position: relative;
  padding: 12.5em 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (min-width: 1441px) {
  .section .embed-fullpage-intro {
    padding: 12.5em 0 2.5em;
  }
}
.section .embed-fullpage-intro__button {
  margin-top: 1.875em;
}
.section .embed-fullwidth-content {
  position: relative;
}

.btn-wrapper {
  text-align: center;
  margin-top: 3.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .btn-wrapper {
    max-width: 29.375em;
    margin: 3.125em auto 0;
  }
}
@media screen and (min-width: 1441px) {
  .btn-wrapper {
    margin-top: 2.5em;
  }
}
.btn-wrapper.spinner-active .spinner {
  display: block;
}
.btn-wrapper.spinner-active .button--secondary {
  background-color: rgb(0, 5, 55);
  color: rgb(0, 5, 55);
}
.btn-wrapper .animated-child,
.btn-wrapper .animated-child-card,
.btn-wrapper .animated-stagger {
  margin: 0 1.15625em;
}
@media screen and (max-width: 767px) {
  .btn-wrapper .animated-child,
  .btn-wrapper .animated-child-card,
  .btn-wrapper .animated-stagger {
    width: 50%;
    margin: 0 4px;
  }
}

.button {
  font-size: 0.75em;
  font-weight: 700;
  padding: 1em;
  border-radius: 3.125em;
  width: 220px;
  height: 60px;
  max-width: 100%;
  background-color: transparent;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid transparent;
  letter-spacing: 0.18px;
  text-transform: uppercase;
}
.button:focus {
  outline: none;
}
.button.button--card {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 0.875em !important;
    height: 40px;
    line-height: 1;
    padding: 0.625em;
  }
  .button.button--card {
    font-size: 1em !important;
  }
}
.button--primary {
  background-color: #fff;
  color: rgb(0, 39, 76);
}
.button--primary:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button--secondary {
  border: 1px solid rgb(0, 39, 76);
  color: rgb(0, 39, 76);
  margin: 0 1.15625em;
}
.button--secondary:hover {
  background-color: rgb(0, 39, 76);
  color: #fff;
}
.button--card {
  width: 100%;
  color: rgb(8, 194, 211);
  border-radius: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.875em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}
.button--card:hover {
  color: rgb(0, 39, 76);
}
@media screen and (max-width: 767px) {
  .button--card {
    height: 45px;
  }
}
.button--black {
  background-color: rgb(0, 5, 55);
  color: #fff;
}
.button--black:hover {
  color: rgb(0, 5, 55);
  background-color: transparent;
  border-color: rgb(0, 5, 55);
}
.button--download-box {
  background-color: #1a96d3;
  color: #fff;
}
.button--download-box:hover {
  color: #1a96d3;
  background-color: #fff;
  border-color: #1a96d3;
}

.card {
  background-color: #fff;
  border: none;
  border-radius: 0.625em;
  -webkit-box-shadow: 0 -1px 10px 0 rgba(24, 24, 24, 0.1);
          box-shadow: 0 -1px 10px 0 rgba(24, 24, 24, 0.1);
}
.card__media {
  width: 100%;
  height: 14.6875em;
  overflow: hidden;
  border-radius: 0.625em 0.625em 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card__media {
    height: 11.25em;
  }
}
.card__media img {
  max-height: 100%;
}
.card__media video {
  width: 100%;
  height: 100%;
}
.card__media__icon {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.card__media__icon img {
  -webkit-transform: none !important;
          transform: none !important;
}
.card__text-container {
  padding: 1.875em;
  background-color: #fff;
  border-radius: 0 0 0.625em 0.625em;
}
@media screen and (max-width: 1200px) {
  .card__text-container {
    padding: 1.25em;
  }
}
.card__buttons-container {
  margin-top: 2.8125em;
}
.card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 0.625em 0.625em;
  padding: 0 1.875em 1.875em;
}
.card__buttons .animated-child-card,
.card__buttons .animated-top,
.card__buttons .animated-stagger,
.card__buttons .animated-stagger-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.card__buttons .button {
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .card__buttons {
    padding: 0 1.25em 1.875em;
  }
}
.card__description {
  font-size: 1em;
  color: #00274c !important;
}
.card__description p {
  line-height: 1.7;
  font-size: inherit;
}
.card--featured {
  margin: 0;
  background-color: #fff;
}
.card--featured .card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .card--featured .card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card--featured .card__content .card__media,
.card--featured .card__content .card__text-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media screen and (max-width: 767px) {
  .card--featured .card__content .card__media,
  .card--featured .card__content .card__text-container {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.card--featured .card__content .card__media {
  height: 22.7777777778em;
  border-radius: 0.625em 0 0 0.625em;
}
@media screen and (max-width: 767px) {
  .card--featured .card__content .card__media {
    height: auto;
    border-radius: 0.625em 0.625em 0 0;
  }
}
.card--featured .card__content .card__text-container {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .card--featured .card__content .card__text-container {
    border-radius: 0 0 0.625em 0.625em;
  }
}
.card--featured .card__content .card__title {
  font-size: 2.5em;
}
@media screen and (max-width: 767px) {
  .card--featured .card__content .card__title {
    font-size: 2em;
  }
}
.card--featured .card__content .card__description p:first-child {
  font-size: 1.125em;
}
.card--featured .card__content .card__read-more {
  font-weight: 700;
  font-size: 0.75em;
  margin-bottom: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card--featured .card__content .card__read-more:hover {
  opacity: 0.7;
}
.card--featured .card__content .card__read-more::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 800;
  margin-left: 0.875em;
}
.card--featured .card__content .featured-author {
  position: absolute;
  bottom: 2.8125em;
}
@media screen and (max-width: 767px) {
  .card--featured .card__content .featured-author {
    bottom: 10px;
  }
}
.card--featured .card__content .featured-author .card__author p {
  font-size: 0.875em;
  color: rgb(39, 39, 39);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .card--featured .card__content .featured-author .card__author p {
    font-size: 13px !important;
  }
}
.card--featured .card__content .featured-author .card__author span {
  font-weight: 700;
}
.card--article {
  margin: 0;
  background-color: transparent;
  border-radius: 0.625em;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.card--article.report {
  background-color: #fff;
  -webkit-box-shadow: 0 -1px 10px 0 rgba(24, 24, 24, 0.1);
          box-shadow: 0 -1px 10px 0 rgba(24, 24, 24, 0.1);
}
.card--article .card__wrapper {
  background-color: #fff;
  height: 100%;
  border-radius: 0.625em;
}
.card--article .card__text-container {
  padding: 1.375em;
  background-color: transparent;
}
.card--article .card__title {
  font-size: 1.375em;
  line-height: 1.091;
}
@media screen and (max-width: 767px) {
  .card--article .card__title {
    font-size: 1.625em;
  }
}
.card--article .card__author {
  position: absolute;
  bottom: 0;
}
.card--article .card__author p {
  font-size: 0.875em;
  color: #616161;
}
@media screen and (max-width: 767px) {
  .card--article .card__author p {
    font-size: 13px !important;
  }
  .card--article .card__author p span {
    display: block;
  }
}
.card--article .card__author span {
  font-weight: 600;
}
.card--article .card__buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.card--hidden {
  display: none;
}
.card--soon {
  pointer-events: none;
}
.card--soon .button--card {
  color: rgba(0, 39, 76, 0.5);
}
.card .featured-author.top {
  display: block;
  margin-top: 2.5em;
}
.card.is-on-hero {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .card__title {
    font-size: 1.625em !important;
    color: #00274c !important;
  }
}

.card__tags {
  position: absolute;
  top: 0.75em;
  left: 1em;
}

.card__tag {
  padding: 4px 8px;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 0.625em;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 6px;
  background-color: #F4FBFB;
  color: #00274C;
}
.card__tag[data-tag=ocean_plastics], .card__tag[data-tag=article] {
  background-color: #F4FBFB;
  color: #00274C;
}
.card__tag[data-tag=microplastics], .card__tag[data-tag=whitepaper] {
  background-color: #00274C;
  color: #F4FBFB;
}
.card__tag[data-tag=marine_pollution], .card__tag[data-tag=infographic] {
  background-color: #00C2D3;
  color: #F4FBFB;
}
.card__tag[data-tag=chemicals], .card__tag[data-tag=report] {
  background-color: #F4FBFB;
  color: #00C2D3;
}
.card__tag[data-tag=video] {
  background-color: #04707a;
  color: #F4FBFB;
}
.card__tag[data-tag=podcast] {
  background-color: #F4FBFB;
  color: #04707a;
}
.card__tag[data-tag=quiz] {
  background-color: #39a4ed;
  color: #F4FBFB;
}
.card__tag[data-tag=data-story] {
  background-color: #F4FBFB;
  color: #39a4ed;
}
.card__tag[data-tag=event] {
  background-color: #e3120b;
  color: white;
}

.card__read-time p {
  font-size: 0.625em !important;
  color: #616161 !important;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .card__read-time p {
    font-size: 15px !important;
  }
}

.side-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.side-content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
.side-content__tab {
  text-transform: uppercase;
  color: #c7c7c7;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e6e6e6;
  padding: 0.625em 1.25em 0.375em;
  border-bottom: 2px solid #00c2d3;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.side-content__tab p {
  margin: 0;
  color: inherit !important;
  letter-spacing: 0.153125px;
  font-size: 0.875em !important;
}
.side-content__tab.active {
  background: #00c2d3;
  color: white;
}
.side-content__tab.active p {
  font-weight: 700;
  color: inherit;
}
.side-content__tab.is-disabled {
  cursor: default;
  display: none;
}
.side-content__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.side-content__body-inner {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.side-content__body-inner.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.side-content__body-inner.video .side-content__item {
  background: white;
  border-radius: 6px;
  padding: 1.25em 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .side-content__body-inner.video .side-content__item {
    max-height: unset;
  }
}
.side-content__body-inner.video .side-content__item:not(:last-child) {
  margin-bottom: 0.75em;
}
.side-content__body-inner.video .side-content__thumbnail {
  height: 5em;
  width: 5em;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 5em;
  position: relative;
}
.side-content__body-inner.video .side-content__details {
  padding-left: 1.5625em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.side-content__body-inner.video .side-content__details h2 {
  margin: 0 0 6px;
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .side-content__body-inner.video .side-content__details h2 {
    font-size: 1.5em !important;
  }
}
.side-content__body-inner.video .side-content__details small {
  margin-top: auto;
  color: #616161;
  font-size: 0.625em;
  font-weight: normal;
  padding-top: 10px;
}
.side-content__body-inner.video .side-content__details small span {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .side-content__body-inner.video .side-content__details small {
    font-size: 13px !important;
  }
}
.side-content__body-inner.video .side-content__details .card__read-time p {
  font-size: 0.625em;
  color: #616161;
}
@media screen and (max-width: 767px) {
  .side-content__body-inner.video .side-content__details .card__read-time p {
    font-size: 15px !important;
  }
}
.side-content__body-inner.video .side-content__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2.5em;
  width: 2.5em;
  cursor: pointer;
  z-index: 1;
}
.side-content__body-inner.video .side-content__icon img {
  -webkit-transform: none !important;
          transform: none !important;
}
.side-content__body-inner.podcast .side-content__item:not(:last-child) {
  margin-bottom: 1.25em;
}
.side-content.is-in-inner .side-content__body-inner.video .side-content__item {
  padding-left: 0;
  padding-right: 0;
}
.side-content.is-in-inner .side-content__body-inner.video .side-content__item:not(:first-of-type) {
  padding-top: 0;
}

img:not(.no-transform):not(.plastic-index__map-img):not(.header-logo):not(.special) {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
img:not(.no-transform):not(.plastic-index__map-img):not(.header-logo):not(.special):hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media (max-width: 767px) {
  img:not(.no-transform):not(.plastic-index__map-img):not(.header-logo):not(.special):hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sticky-banner__button {
  font-family: "Bebas Neue";
  height: 3.75em;
  border-radius: 100px;
  background-color: #1a96d3;
  border: 1px solid transparent;
  color: #fff;
  font-size: 1.625em;
  min-width: 9.375em;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sticky-banner__button {
    font-size: 20px;
    margin: 40px 0 150px;
  }
}

.modal .close-button {
  display: block;
  color: #000;
  font-size: 2em;
  text-align: right;
  line-height: 1;
  margin-bottom: 1em;
  cursor: pointer;
}
.modal .modal-dialog {
  max-width: 50em;
}
.modal .modal-content {
  border-radius: 0.625em;
}
.modal img {
  pointer-events: none;
}
.modal h1,
.modal p {
  color: #fff;
}
.modal.modal--contact h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}

.b2b-footer-container {
  background-color: #0b2254;
}

.b2b-footer {
  padding: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  .b2b-footer {
    padding: 5em 10em;
    max-width: 1600px;
  }
}
@media screen and (max-width: 1200px) {
  .b2b-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .b2b-footer {
    padding: 1.875em 1.25em;
  }
}
.b2b-footer__logo-container {
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
}
@media screen and (max-width: 1200px) {
  .b2b-footer__logo-container {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 1.875em;
  }
}
.b2b-footer__text {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 600px;
  margin: 0;
}
@media screen and (min-width: 1441px) {
  .b2b-footer__text {
    max-width: 700px;
  }
}
@media screen and (max-width: 1200px) {
  .b2b-footer__text {
    max-width: none;
    text-align: center;
  }
}
.b2b-footer__text a {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.b2b-footer__text a:hover {
  color: #fff;
  opacity: 0.7;
}
.b2b-footer__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .b2b-footer__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.b2b-footer__logo img {
  max-width: 150px;
}
.b2b-footer__logo p {
  color: #fff;
  font-weight: 400 !important;
  margin: 0 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .b2b-footer__logo p {
    margin-left: 0;
    margin-top: 1em;
  }
}

.animated-child,
.animated-nav,
.animated-child-card,
.animated-card {
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  opacity: 0;
}

.animated-top,
.animated-stagger,
.animated-landing-text,
.animated-stagger-landing,
.animated-stagger-inner {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}

.animated-left,
.animated-legend {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
}

.animated-right {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
}

.animated-bottom {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  opacity: 0;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  display: none;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.iframe-size {
  height: 515px !important;
  width: 100% !important;
}

#bgm-controller {
  display: none;
  position: fixed;
  z-index: 100;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  right: 1.25em;
  top: 1.5em;
}
#bgm-controller .maudio .audio-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.625em 1.25em 0.625em 0.75em;
  border-radius: 50px;
}
#bgm-controller .maudio .audio-control .play {
  margin: 0;
  background-color: black;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#bgm-controller .maudio .audio-control .progress-bar {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 1.25em;
  width: 10em;
  display: none;
}
#bgm-controller .maudio .audio-control .progress-bar .progress-pass {
  background: white;
}
#bgm-controller .maudio .audio-control .mute {
  margin: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#bgm-controller .maudio .audio-control .volume-bar {
  margin: 0;
  height: 0.5em;
  border-radius: 0.5em;
  width: 5em;
}
#bgm-controller .maudio .audio-control .volume-bar .volume-pass {
  height: inherit;
  border-radius: inherit;
  background: white;
}
@media screen and (max-width: 1200px) {
  #bgm-controller {
    left: 1.875em;
    top: 0.625em;
  }
  #bgm-controller .maudio .audio-control {
    padding: 0.375em 1.25em 0.375em 0.75em;
  }
}
@media screen and (max-width: 767px) {
  #bgm-controller {
    left: -0.25em;
    top: 0.5em;
  }
  #bgm-controller .maudio .audio-control {
    padding: 0.1875em 1em 0.1875em 0.625em;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #bgm-controller .maudio .audio-control .play {
    margin: 0;
    background-color: black;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.section-story-preview .content-heading,
.section-two-col.whitepaper .content-heading {
  text-align: left !important;
}

.section-more-content .content-heading {
  max-width: 1200px !important;
  text-align: left !important;
}
@media screen and (min-width: 1441px) {
  .section-more-content .content-heading {
    max-width: 1400px !important;
  }
}
.section-more-content h1,
.section-more-content p {
  max-width: 649px;
}
.section-more-content .embed-fullpage-intro {
  padding-bottom: 3.125em;
}
.section-more-content .embed-fullpage-intro__button {
  display: none !important;
}

.pt-100 {
  padding-top: 6.25em;
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 5em;
  }
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.slick-dots .slick-active {
  opacity: 1;
}
.slick-dots li {
  height: 0.75em;
  width: 0.75em;
  border: none;
  outline: none;
  background: white;
  overflow: hidden;
  border-radius: 50%;
  opacity: 50%;
}
.slick-dots li button {
  height: inherit;
  width: inherit;
  border: inherit;
  outline: inherit;
  background: inherit;
  overflow: inherit;
  border-radius: inherit;
}
.slick-dots li:not(:last-child) {
  margin-right: 10px;
}

.discover-section {
  padding-bottom: 1.875em;
}

.section-contact-us {
  padding-bottom: 7.5em !important;
}

.section-more.section-featured-content.with-sidebar,
.section-carousel-articles {
  opacity: 0;
  visibility: hidden;
}

.section-featured-content.with-sidebar.oa {
  padding-top: 5.9375em;
}

#recapchaWidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.875em;
}

.error-404.not-found {
  padding: 6em 0;
  margin: 0 auto;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  .error-404.not-found {
    max-width: 50vw;
  }
}
@media screen and (max-width: 1199px) {
  .error-404.not-found {
    max-width: 80vw;
  }
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}

.svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}

.svg-inline--fa.fa-w-2 {
  width: 0.125em;
}

.svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}

.svg-inline--fa.fa-w-4 {
  width: 0.25em;
}

.svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}

.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}

.svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}

.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}

.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}

.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}

.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}

.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}

.svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}

.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}

.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}

.svg-inline--fa.fa-pull-left {
  margin-right: 0.3em;
  width: auto;
}

.svg-inline--fa.fa-pull-right {
  margin-left: 0.3em;
  width: auto;
}

.svg-inline--fa.fa-border {
  height: 1.5em;
}

.svg-inline--fa.fa-li {
  width: 2em;
}

.svg-inline--fa.fa-fw {
  width: 1.25em;
}

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}

.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-counter,
.fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: 0.25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}

.fa-inverse {
  color: #fff;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: #000;
}

.fad.fa-inverse {
  color: #fff;
}

.css-1sv52z1 {
  position: relative;
  height: 98px;
  z-index: 20000;
}

@media (max-width: 960px) {
  .css-1sv52z1 {
    height: 80px;
  }
}
.css-6h3u5t-Masthead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 1em 2rem;
}

@media (max-width: 960px) {
  .css-6h3u5t-Masthead {
    padding: 1em 1.5rem;
  }
}
@media (max-width: 600px) {
  .css-6h3u5t-Masthead {
    padding: 0.5em 0.75rem;
  }
}
.css-1pj0y2g-Masthead {
  font-family: "econ-sans", sans-serif;
  font-size: 16px;
  max-width: 89.5rem;
  width: 100%;
}

.css-1pj0y2g-Masthead div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1079px) {
  .css-1pj0y2g-Masthead div .nav-dark-mobile-wrapper li > div {
    display: block;
  }
  .css-1pj0y2g-Masthead div .nav-dark-mobile-wrapper > ul {
    margin-bottom: 0;
  }
  .css-1pj0y2g-Masthead div .nav-dark-mobile-wrapper > ul li:last-child {
    border-bottom: 0.0625rem solid #595959;
  }
  .css-1pj0y2g-Masthead div .nav-dark-mobile-wrapper .mobile-list.expanded-mobile-item h2 span:last-child {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    float: right;
  }
  .css-1pj0y2g-Masthead div .nav-dark-mobile-wrapper .mobile-list.expanded-mobile-item h2 {
    margin-bottom: 1.5rem;
  }
  .css-1pj0y2g-Masthead div .nav-dark-mobile-wrapper .mobile-list.expanded-mobile-item > div {
    display: block;
  }
  .css-1pj0y2g-Masthead div .nav-dark-mobile-wrapper .mobile-list.expanded-mobile-item ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    display: block;
    list-style-type: none;
    padding-left: 0px;
  }
  .css-1pj0y2g-Masthead div .nav-dark-mobile-wrapper .mobile-list.expanded-mobile-item ul li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    padding: 0px 0px 0.75rem;
    border: 0;
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .css-1pj0y2g-Masthead div .nav-dark-mobile-wrapper .mobile-list.expanded-mobile-item ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 600px) {
  .css-1pj0y2g-Masthead div .nav-dark-mobile-wrapper .mobile-list.expanded-mobile-item ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.css-i799wi-Masthead img {
  height: 80px;
}

@media (max-width: 960px) {
  .css-i799wi-Masthead img {
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .css-17zkz3-Logo {
    height: 48px;
  }
}
.css-18izgit-Topbar {
  width: 100%;
  margin-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 80px;
  border-top: 0.0625rem solid #d6d6d6;
  border-bottom: 0.0625rem solid #d6d6d6;
  font-family: "econ-sans", sans-serif;
}

.css-18izgit-Topbar div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.css-18izgit-Topbar a {
  cursor: pointer;
  font-weight: 400;
}

@media (max-width: 960px) {
  .css-18izgit-Topbar {
    height: 64px;
  }
}
.css-n1a7sh-item-Topbar a {
  font-size: 18px;
  color: #121212;
  height: 2rem;
  padding: 0 1.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
}
@media (max-width: 1087px) {
  .css-n1a7sh-item-Topbar a {
    display: none;
  }
}

.css-n1a7sh-item-Topbar a span {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-weight: 400;
}

.css-n1a7sh-item-Topbar a:hover {
  color: #142680;
}

.css-n1a7sh-item-Topbar a:hover span {
  border-bottom: 2px solid #142680;
}

.css-1kz8ey3-item-Topbar {
  color: #121212;
  height: 2rem;
  padding-top: 0;
  padding-right: 1.125em;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  margin-left: 1em;
  background: 0 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  -o-border-image: initial;
     border-image: initial;
  border-left: 0.0625rem solid #d6d6d6;
  font-family: "econ-sans", sans-serif;
  font-size: 18px;
  padding: 0px 1.125em 0px;
  cursor: pointer;
}

.css-1kz8ey3-item-Topbar span {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-weight: 400;
}

.css-1kz8ey3-item-Topbar:hover {
  color: #142680;
}

.css-1kz8ey3-item-Topbar:hover span {
  border-bottom: 2px solid #142680;
}

.css-1kz8ey3-item-Topbar:focus {
  border-color: transparent;
  -webkit-box-shadow: #19d2b9 0 0 0 0.125rem;
          box-shadow: #19d2b9 0 0 0 0.125rem;
  outline: transparent solid;
}

@media (max-width: 1088px) {
  .css-1kz8ey3-item-Topbar {
    border-left: none;
    margin-left: 0;
    padding-left: 5px !important;
  }
}
.css-1v4abjt-item {
  font-size: 18px;
  color: #121212;
  height: 2rem;
  padding: 0 1.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 700px) {
  .css-1v4abjt-item {
    display: none !important;
  }
}

.css-1fc3igd-Topbar-accordion {
  display: none;
}
@media only screen and (max-width: 700px) {
  .css-1fc3igd-Topbar-accordion {
    display: block !important;
  }
}

.css-1v4abjt-item span {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-weight: 400;
}

.css-1v4abjt-item:hover {
  color: #142680;
}

.css-1v4abjt-item:hover span {
  border-bottom: 2px solid #142680;
}

.css-1fc3igd-Topbar {
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "econ-sans", sans-serif;
  font-weight: 500;
  height: 2rem;
  line-height: 1.4;
  margin: 0;
  padding: 0.25rem 1rem;
  -webkit-transition: color 0.13s ease-in-out 0s;
  transition: color 0.13s ease-in-out 0s;
  will-change: color;
  color: #3c4faf;
  border: 0.0625rem solid #3c4faf;
  font-size: 16px;
  text-decoration: none;
}

.css-1fc3igd-Topbar:hover {
  border-color: #142680;
  color: #142680;
}

.css-swvbse-item-Topbar {
  font-size: 18px;
  color: #121212;
  height: 2rem;
  padding: 0 0 0 1.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  border-left: 0.0625rem solid #d6d6d6;
}
@media only screen and (max-width: 600px) {
  .css-swvbse-item-Topbar {
    display: none !important;
  }
}

.css-swvbse-item-Topbar-accordion {
  display: none;
}
@media only screen and (max-width: 600px) {
  .css-swvbse-item-Topbar-accordion {
    display: block !important;
  }
}

.css-swvbse-item-Topbar span {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-weight: 400;
}

.css-swvbse-item-Topbar:hover {
  color: #142680;
}

.css-swvbse-item-Topbar:hover span {
  border-bottom: 2px solid #142680;
}

.css-zh1qa0-AltAdvertisement {
  position: relative;
  width: 100%;
  min-height: 64px;
  max-height: 65px;
  padding: 0 2rem;
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  color: #121212;
}

@media (max-width: 960px) {
  .css-zh1qa0-AltAdvertisement {
    padding: 3px 1.5rem;
  }
}
@media (max-width: 600px) {
  .css-zh1qa0-AltAdvertisement {
    padding: 3px 0.75rem;
  }
}
.css-64g3ha-AltAdvertisement {
  max-width: 1432px;
  margin: auto;
  font-family: "econ-sans", sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 65px;
  padding-top: 6px;
}

.css-64g3ha-AltAdvertisement h3 {
  font-size: 14px;
  cursor: pointer;
}

.css-64g3ha-AltAdvertisement div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.css-64g3ha-AltAdvertisement div span {
  font-size: 14px;
}

.css-64g3ha-AltAdvertisement div img {
  width: 154px;
}

@media screen and (max-width: 767px) {
  .multiple-logo {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .css-64g3ha-AltAdvertisement {
    margin: 0 10px;
    height: 64px;
  }
  .css-64g3ha-AltAdvertisement div {
    margin-right: 5px;
    width: 65%;
  }
  .css-64g3ha-AltAdvertisement div span {
    font-size: 10px;
  }
  .css-64g3ha-AltAdvertisement div img {
    width: 130px;
    max-width: 130px;
  }
  .css-64g3ha-AltAdvertisement h3 {
    font-size: 10px;
    max-width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .css-64g3ha-AltAdvertisement div img {
    width: 28%;
  }
}

.css-1jx435z-AltAdvertisement {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: inline-block !important;
  padding-top: 10px;
  text-align: right;
}
.css-1jx435z-AltAdvertisement .client-logo {
  margin-left: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.css-1jx435z-AltAdvertisement .client-logo:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .css-1jx435z-AltAdvertisement .client-logo {
    margin-left: 10px;
  }
}
.css-1jx435z-AltAdvertisement .client-logo:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .css-1jx435z-AltAdvertisement.has-logo-1 img {
    width: 100% !important;
  }
  .css-1jx435z-AltAdvertisement.has-logo-2 img {
    width: 45% !important;
  }
}

.css-1jx435z-AltAdvertisement span {
  margin-right: 5px;
  display: inline;
}

@media (max-width: 767px) {
  .css-1jx435z-AltAdvertisement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .css-1jx435z-AltAdvertisement span {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (min-width: 767px) {
  .css-1jx435z-AltAdvertisement > img {
    width: 164px !important;
  }
}
.css-h41ojz {
  background: #383e42;
  position: relative;
}

.css-dr1ujj {
  width: 100%;
  height: 640px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))) 0 0/100% no-repeat, url(static/083616d7bf034709add4e5579bb013bd.png);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) 0 0/100% no-repeat, url(static/083616d7bf034709add4e5579bb013bd.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1500px) {
  .css-dr1ujj {
    height: 400px;
  }
}
@media (max-width: 1300px) {
  .css-dr1ujj {
    height: 350px;
  }
}
@media (max-width: 900px) {
  .css-dr1ujj {
    background: 0 0;
    height: auto;
  }
}
.css-nc3we3 {
  width: 50%;
  max-width: 800px;
  margin-left: 10%;
}

.css-nc3we3 h1 {
  font-family: HelveticaNeue-CondensedBold, "Helvetica Neue", LiberationSansCondensed-Bold;
  font-size: 96px;
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
}

.css-nc3we3 h3 {
  color: #fff;
  font-style: italic;
  font-size: 24px;
  font-family: Roboto;
  letter-spacing: 0.24px;
  font-weight: 300;
  margin-bottom: 30px;
}

@media (max-width: 1500px) {
  .css-nc3we3 h1 {
    font-size: 70px;
  }
}
@media (max-width: 1366px) {
  .css-nc3we3 h1 {
    margin-bottom: 10px;
  }
  .css-nc3we3 h3 {
    font-size: 19px;
  }
}
@media (max-width: 900px) {
  .css-nc3we3 {
    width: 80%;
    margin-left: 5%;
  }
  .css-nc3we3 h1 {
    margin-top: 1rem;
    font-size: 64px;
    color: #f2f2f2;
  }
  .css-nc3we3 h3 {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .css-nc3we3 {
    width: 80%;
    margin-left: 5%;
  }
  .css-nc3we3 h1 {
    font-size: 53px;
    color: #f2f2f2;
  }
  .css-nc3we3 h3 {
    font-size: 18px;
  }
}
@media (max-width: 530px) {
  .css-nc3we3 {
    width: 80%;
    margin-left: 5%;
  }
  .css-nc3we3 h1 {
    font-size: 42px;
    color: #f2f2f2;
  }
}
@media (max-width: 450px) {
  .css-nc3we3 {
    width: 70%;
    margin-left: 5%;
  }
  .css-nc3we3 h1 {
    margin-top: 1rem;
    font-size: 36px;
    color: #f2f2f2;
  }
}
.css-1x3wquv-AltHamburger {
  position: absolute;
  top: 10px;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10000;
}

.css-1x3wquv-AltHamburger button {
  width: 70px;
  height: 50px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background: #343e42;
  color: #fff;
  border: none;
  cursor: pointer;
}

.css-1x3wquv-AltHamburger button:focus {
  outline: 0;
}

.css-1x3wquv-AltHamburger div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 2em;
  min-width: 447px;
}

.css-1x3wquv-AltHamburger div ul {
  list-style: none;
}

.css-1x3wquv-AltHamburger div ul li {
  padding: 1.75em 1em;
}

.css-1x3wquv-AltHamburger div ul li a {
  font-size: 24px;
  font-family: HelveticaNeue-CondensedBold, "Helvetica Neue";
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 900px) {
  .css-1x3wquv-AltHamburger {
    right: 0;
    top: 0;
  }
  .css-1x3wquv-AltHamburger button {
    border: none;
  }
  .css-1x3wquv-AltHamburger div {
    width: 1920px;
    min-width: 100%;
  }
  .css-1x3wquv-AltHamburger div ul li {
    padding: 1.5em 1em;
  }
  .css-1x3wquv-AltHamburger div ul li a {
    font-size: 32px;
  }
}
.css-30yceq {
  width: 100%;
  background: #383e42;
}

@media (min-width: 901px) {
  .css-30yceq {
    display: none;
  }
}
.css-30yceq img {
  width: 100%;
}

.css-btqa8l {
  background: #383e42;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "econ-sans", sans-serif;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 3;
  border: none;
}

.css-btqa8l hr {
  height: 1px;
  background: #707070;
  width: 61%;
  max-width: 900px;
  border: none;
}

.css-13nlbl5 {
  position: absolute;
  top: 3.6%;
  left: calc(80% + 30px);
  z-index: 3;
}

@media (min-width: 1500px) {
  .css-13nlbl5 {
    left: calc(50% + 400px + 30px);
  }
}
@media (max-width: 767px) {
  .css-13nlbl5 {
    display: none;
  }
}
.css-159mzy1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #f2f2f2;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  z-index: 3;
}

.css-159mzy1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  width: 30px;
  cursor: pointer;
  margin: 5px;
  background: #d2d2d2;
  border-radius: 50%;
  color: #383e42;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .css-159mzy1 {
    border: 2px solid #f2f2f2;
  }
  .css-159mzy1 a {
    background: #d2d2d2;
    color: #121212;
  }
}
.css-1cq8li2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
  max-width: 800px;
  margin-top: 56px;
}

@media (max-width: 767px) {
  .css-1cq8li2 {
    width: 90%;
    margin-top: 0;
  }
}
.css-1xm2o29 {
  margin-top: 24px;
}

.css-1xm2o29 p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 1.45;
  color: #f2f2f2;
}

.css-1xm2o29 p a {
  color: #fff;
  -webkit-transition: color 0.13s ease-in-out 0s;
  transition: color 0.13s ease-in-out 0s;
  line-height: 1.5;
  border-bottom: 0.0625rem solid #fff;
  text-decoration: none;
}

.css-1xm2o29 p a:hover {
  color: #d7d7d7;
  border-bottom: 0.0625rem solid #d7d7d7;
}

@media (max-width: 767px) {
  .css-1xm2o29 p {
    font-size: 22px;
  }
}
.css-1f44ujg {
  border-left: 5px solid #fff;
  padding: 0 2em;
  margin: 24px 0;
  width: 80%;
}

.css-1f44ujg span {
  font-weight: 300;
  font-style: italic;
  color: #fff;
}

@media (max-width: 767px) {
  .css-1f44ujg {
    width: 100%;
    border-left: none;
    border-top: 5px solid #fff;
    padding: 2em 0;
  }
  .css-1f44ujg p {
    font-size: 35px;
  }
  .css-1f44ujg p::before {
    font-size: 78px;
  }
  .css-1f44ujg p::after {
    font-size: 78px;
  }
}
.css-1n4qn8i {
  font-family: Georgia;
  font-size: 38px;
  font-style: italic;
  letter-spacing: 0.3px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 1rem;
}

.css-1n4qn8i::before {
  content: "“";
  font-size: 78px;
  font-family: Georgia;
  font-weight: 900;
  color: grey;
  line-height: 0;
  position: relative;
  top: 20px;
  right: 5px;
}

.css-1n4qn8i::after {
  content: "”";
  font-size: 78px;
  font-family: Georgia;
  font-weight: 900;
  color: grey;
  line-height: 0;
  position: relative;
  top: 30px;
}

.css-1jyfdz {
  width: 100%;
  font-family: HelveticaNeue-CondensedBold, "Helvetica Neue", LiberationSansCondensed-Bold;
  font-size: 44px;
  margin: 40px 0;
  color: #f2f2f2;
}

@media (max-width: 767px) {
  .css-1jyfdz {
    font-size: 34px;
    margin: 30px 0 10px;
  }
}
.css-1dovyl2 {
  width: 100%;
}

.css-1dovyl2 img {
  width: 100%;
}

@media (max-width: 767px) {
  .css-1dovyl2 {
    width: 115%;
  }
}
.css-9kp6t8 {
  width: 60%;
  max-width: 800px;
  font-size: 18px;
  border-bottom: 0.0625rem solid rgba(215, 215, 215, 0.25);
}

.css-9kp6t8 p {
  margin: 24px 0;
  font-family: "Helvetica Neue", LiberationSansCondensed-Regular;
  color: #f2f2f2;
}

@media (max-width: 767px) {
  .css-9kp6t8 {
    width: 90%;
  }
}
.css-19e28xe {
  background: #383e42;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em;
  width: 100%;
  border-bottom: 0.0625rem solid rgba(215, 215, 215, 0.25);
}

.css-19e28xe p {
  width: 60%;
  max-width: 800px;
  font-size: 18px;
  font-family: "Helvetica Neue", LiberationSansCondensed-Regular;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .css-19e28xe p {
    width: 90%;
  }
}
.css-17emyj5-Footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 2rem 2rem 5px;
}

@media (max-width: 959px) {
  .css-17emyj5-Footer {
    padding: 2rem 1.5rem 5px;
  }
}
@media (max-width: 599px) {
  .css-17emyj5-Footer {
    padding: 2rem 0.75rem 5px;
  }
}
.css-f09p1c-TopLayer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1432px;
  border-bottom: 0.0625rem solid rgba(215, 215, 215, 0.25);
}

@media (max-width: 959px) {
  .css-f09p1c-TopLayer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.css-65infu-TopLayer {
  width: 15%;
  margin-right: 2rem;
}

@media (max-width: 1279px) {
  .css-65infu-TopLayer {
    width: 23%;
  }
}
@media (max-width: 959px) {
  .css-65infu-TopLayer {
    width: 100%;
    border-bottom: 0.0625rem solid rgba(215, 215, 215, 0.25);
  }
}
.css-13xpa7k-Sublist {
  list-style: none;
  margin-right: 2rem;
  width: 100%;
}

.css-13xpa7k-Sublist li a {
  font-family: "econ-sans", sans-serif;
  font-weight: 700;
  margin: 0 0 1.375rem;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

.css-13xpa7k-Sublist li a span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.css-13xpa7k-Sublist li a:hover span {
  border-bottom: 1px solid #fff;
}

@media (max-width: 959px) {
  .css-13xpa7k-Sublist {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (max-width: 599px) {
  .css-13xpa7k-Sublist {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 360px) {
  .css-13xpa7k-Sublist {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.css-atmce0-TopLayer {
  width: 15%;
  margin-right: 2rem;
}

@media (max-width: 1280px) {
  .css-atmce0-TopLayer {
    width: 23%;
  }
}
@media (max-width: 959px) {
  .css-atmce0-TopLayer {
    width: 100%;
    margin-top: 1.75rem;
  }
}
.css-1a2c3j9-Icons span {
  font-size: 16px;
  font-weight: 700;
  font-family: "econ-sans", sans-serif;
  color: #fff;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.css-1a2c3j9-Icons > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.css-1a2c3j9-Icons > div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.css-1a2c3j9-Icons div div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  background: #fff;
  height: 30px;
  width: 30px;
  font-size: 18px;
  color: #343e42;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.css-1a2c3j9-Icons div div a:hover {
  background: #d7d7d7;
}

@media (max-width: 959px) {
  .css-1a2c3j9-Icons > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.css-mtamul-TopLayer {
  width: calc(70% - 4rem);
}

@media (max-width: 1280px) {
  .css-mtamul-TopLayer {
    width: calc(54% - 4rem);
  }
}
@media (max-width: 959px) {
  .css-mtamul-TopLayer {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
.css-1c4z2zm-MissionStatement {
  max-width: 40rem;
  font-size: 1.6rem;
  color: #fff;
  font-family: MiloTE;
  line-height: 1.4;
}

.css-1c4z2zm-MissionStatement em {
  font-style: italic;
}

@media (max-width: 959px) {
  .css-1c4z2zm-MissionStatement {
    font-size: 1.265rem;
  }
}
.css-1xp2as9-MidLayer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1432px;
  border-bottom: 0.0625rem solid rgba(215, 215, 215, 0.25);
  padding-bottom: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.css-rmnc0l-Div {
  width: 15%;
  margin-right: 2rem;
  margin-top: 1.5rem;
}

.css-rmnc0l-Div > span {
  font-size: 16px;
  font-weight: 700;
  font-family: "econ-sans", sans-serif;
  color: #fff;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.css-rmnc0l-Div > ul {
  list-style: none;
}

.css-rmnc0l-Div > ul li a {
  color: #d7d7d7;
  font-family: "econ-sans", sans-serif;
  text-decoration: none;
  margin: 0 0 0.75rem;
  display: inline-block;
}

.css-rmnc0l-Div > ul li a span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.css-rmnc0l-Div > ul li a:hover span {
  border-bottom: 1px solid #d7d7d7;
}

@media (max-width: 1279px) {
  .css-rmnc0l-Div {
    width: 25%;
    margin-right: 0;
  }
}
@media (max-width: 959px) {
  .css-rmnc0l-Div {
    width: 33%;
  }
}
@media (max-width: 599px) {
  .css-rmnc0l-Div {
    width: 50%;
  }
}
@media (max-width: 459px) {
  .css-rmnc0l-Div {
    width: 100%;
  }
}
.css-k8zfy6-Div-DivLast-MidLayer {
  margin-right: 2rem;
  margin-top: 1.5rem;
  width: 20%;
}

.css-k8zfy6-Div-DivLast-MidLayer > span {
  font-size: 16px;
  font-weight: 700;
  font-family: "econ-sans", sans-serif;
  color: #fff;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.css-k8zfy6-Div-DivLast-MidLayer > ul {
  list-style: none;
}

.css-k8zfy6-Div-DivLast-MidLayer > ul li a {
  color: #d7d7d7;
  font-family: "econ-sans", sans-serif;
  text-decoration: none;
  margin: 0 0 0.75rem;
  display: inline-block;
}

.css-k8zfy6-Div-DivLast-MidLayer > ul li a span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.css-k8zfy6-Div-DivLast-MidLayer > ul li a:hover span {
  border-bottom: 1px solid #d7d7d7;
}

@media (max-width: 1279px) {
  .css-k8zfy6-Div-DivLast-MidLayer {
    width: 25%;
    margin-right: 0;
  }
}
@media (max-width: 959px) {
  .css-k8zfy6-Div-DivLast-MidLayer {
    width: 33%;
  }
}
@media (max-width: 599px) {
  .css-k8zfy6-Div-DivLast-MidLayer {
    width: 50%;
  }
}
@media (max-width: 459px) {
  .css-k8zfy6-Div-DivLast-MidLayer {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .css-k8zfy6-Div-DivLast-MidLayer {
    width: 66%;
  }
  .css-k8zfy6-Div-DivLast-MidLayer > ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 599px) {
  .css-k8zfy6-Div-DivLast-MidLayer {
    width: 50%;
  }
  .css-k8zfy6-Div-DivLast-MidLayer > ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media (max-width: 459px) {
  .css-k8zfy6-Div-DivLast-MidLayer {
    width: 100%;
  }
}
.css-1tjwx5y-BottomLayer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1432px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 0.3rem;
}

@media (max-width: 959px) {
  .css-1tjwx5y-BottomLayer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.css-1g6aune-Left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.css-1g6aune-Left li {
  margin-right: 2rem;
}

.css-1g6aune-Left li a {
  color: #b6b6b6;
  font-family: "econ-sans", sans-serif;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
  margin: 0 1rem 0.6875rem 0;
}

.css-1g6aune-Left li button {
  border: none;
  background: 0 0;
  color: #b6b6b6;
  font-family: "econ-sans", sans-serif;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
  margin: 0 1rem 0.6875rem 0;
  cursor: pointer;
}

.css-1g6aune-Left li a span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.css-1g6aune-Left li button span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.css-1g6aune-Left li button:hover span {
  border-bottom: 1px solid #d7d7d7;
}

.css-1g6aune-Left li a:hover span {
  border-bottom: 1px solid #d7d7d7;
}

@media (max-width: 959px) {
  .css-1g6aune-Left li {
    margin-right: 0;
  }
}
.css-1b1i8gz-Right p {
  color: #b6b6b6;
  font-family: "econ-sans", sans-serif;
  font-size: 0.9rem;
}

@media (max-width: 959px) {
  .css-1b1i8gz-Right {
    margin-bottom: 1rem;
  }
}
.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  -webkit-transition: fill 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: fill 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.MuiSvgIcon-colorPrimary {
  color: #3f51b5;
}

.MuiSvgIcon-colorSecondary {
  color: #f50057;
}

.MuiSvgIcon-colorAction {
  color: rgba(0, 0, 0, 0.54);
}

.MuiSvgIcon-colorError {
  color: #f44336;
}

.MuiSvgIcon-colorDisabled {
  color: rgba(0, 0, 0, 0.26);
}

.MuiSvgIcon-fontSizeInherit {
  font-size: inherit;
}

.MuiSvgIcon-fontSizeSmall {
  font-size: 1.25rem;
}

.MuiSvgIcon-fontSizeLarge {
  font-size: 2.1875rem;
}

.header .navbar-item {
  height: 64px;
  line-height: 64px;
  padding: 0 1.8em;
  color: #b6b6b6;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  fill: #fff;
  background: none !important;
  border: none;
  cursor: pointer;
  position: relative;
}

.header .navbar-item:hover {
  color: #fff;
}

.navbar-item:focus {
  outline-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}

.header .navbar-item:hover .subscription {
  color: #f8fa24;
}

.header .balloon {
  left: -128px;
  width: 100%;
  min-width: 897px;
  padding: 1.45em 0;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19), 0 6px 10px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19), 0 6px 10px rgba(0, 0, 0, 0.23);
  max-width: 1308px;
  margin: auto;
  background: #f2f2f2;
  z-index: 999;
}

.header .balloon nav {
  padding: 0 0.35em;
  color: #b6b6b6;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 300;
}

.header .balloon .sections-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .balloon .column-main {
  width: 50%;
  margin-right: 15px;
}

.header .balloon .column-blog {
  width: 25%;
  margin-right: 15px;
}

.header .balloon .column-media {
  width: 25%;
}

.header .balloon .column-digi {
  width: 33%;
  margin-right: 15px;
}

.header .balloon .sections-header {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 0.35em;
  color: #383e42;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.balloon-list {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.header .sections-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.header .section-list-item {
  display: block;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  position: relative;
  width: 100%;
  line-height: 48px;
  text-align: left;
  white-space: nowrap;
  border-top: 1px solid #b6b6b6;
  z-index: 0;
  margin: 0;
}

.header .section-list-item:last-child {
  border-bottom: 1px solid #b6b6b6;
}

.header .section-list-item:hover {
  padding-left: 0.3em;
}

.header .section-list-item .section-list-link {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: block;
  padding-left: 0.5em;
  color: #121212;
  font-size: 16px;
  text-decoration: none;
  outline-offset: -4px;
  cursor: pointer;
  max-width: none;
}

.header .section-list-item:hover .section-list-link {
  color: #3e51b5;
}

@media screen and (max-width: 767px) {
  .header .navbar-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 40%;
  }
  .header .navbar-item {
    height: 48px;
    padding: 0 1em;
  }
}
@media screen and (max-width: 500px) {
  .header .navbar-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%;
  }
}
.hidden-accordion {
  max-height: 0 !important;
}

/* Reset css */
.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.css-bvoc5i-dark-Masthead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 1em 2rem;
  background: rgb(56, 62, 66);
}

.css-1w71la4-MenuBar {
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgb(56, 62, 66);
}
@media (max-width: 1079px) {
  .css-1w71la4-MenuBar .mobile-list {
    padding: 0 !important;
  }
  .css-1w71la4-MenuBar .mobile-list h2 {
    width: 100%;
    margin-bottom: 0;
  }
}

.css-1yd1r6m-item-Topbar {
  color: rgb(255, 255, 255);
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 1em;
  border-top-width: initial;
  border-right-width: initial;
  border-bottom-width: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  font-family: "econ-sans", sans-serif;
  font-size: 18px;
  cursor: pointer;
  padding: 0px 1.125em 0px;
  text-decoration: none;
  background: transparent;
  border-style: none none none solid;
  -o-border-image: initial;
     border-image: initial;
  border-left: 0.0625rem solid rgb(214, 214, 214);
}

.nav-dark {
  display: none;
}
.nav-dark .nav-dark-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 51%;
}
@media only screen and (max-width: 1278px) {
  .nav-dark .nav-dark-col {
    width: 100%;
  }
}
.nav-dark .nav-dark-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1080px) {
  .nav-dark .nav-dark-desktop {
    display: none;
  }
}
.nav-dark .nav-dark-mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  .nav-dark .nav-dark-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-dark .nav-dark-mobile .nav-dark-mobile-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.nav-dark .nav-dark-mobile ul {
  width: 100%;
  list-style-type: none;
  padding-left: 0px;
  display: block;
  -webkit-column-count: unset;
     -moz-column-count: unset;
          column-count: unset;
}
.nav-dark .nav-dark-mobile ul li {
  padding: 1rem 0px;
}
.nav-dark .nav-dark-mobile ul li:not(:first-child) {
  border-top: 0.0625rem solid rgb(89, 89, 89);
}
.nav-dark .nav-dark-mobile .mobile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-bottom: 1rem;
  padding-top: 1rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  background: rgb(56, 62, 66);
}
.nav-dark .nav-dark-mobile .mobile-list ul {
  display: none;
}
.nav-dark .nav-dark-col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 96%;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  background: rgb(56, 62, 66);
}
@media only screen and (max-width: 1278px) {
  .nav-dark .nav-dark-col-wrapper:not(:last-child) {
    border-bottom: 0.0625rem solid rgb(89, 89, 89);
  }
}
.nav-dark .nav-dark-col-wrapper.bottom-border {
  border-bottom: 0.0625rem solid rgb(89, 89, 89);
}
.nav-dark .nav-dark-col-wrapper ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  list-style-type: none;
  padding-left: 0px;
}
.nav-dark .nav-dark-col-wrapper ul li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  padding: 0px 0px 0.75rem;
}
.nav-dark .nav-dark-col-wrapper.blog-section {
  display: none;
}
@media only screen and (max-width: 1278px) {
  .nav-dark .nav-dark-col-wrapper.blog-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-dark .blog-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49%;
  border-left: 0.0625rem solid rgb(89, 89, 89);
}
@media only screen and (max-width: 1278px) {
  .nav-dark .blog-col {
    display: none;
  }
}
.nav-dark .blog-col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  background: rgb(56, 62, 66);
}
.nav-dark .blog-col-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav-dark .blog-col-wrapper ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  list-style-type: none;
  padding-left: 0px;
}
.nav-dark .blog-col-wrapper ul li {
  padding-bottom: 1.2rem;
}
.nav-dark h2 {
  font-size: 18px;
  color: rgb(255, 255, 255);
  margin-bottom: 1.5rem;
  font-weight: 600;
  cursor: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 3px 0px;
  letter-spacing: unset;
}
.nav-dark a {
  font-size: 1.125em;
  color: #fff;
}
.nav-dark a {
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.nav-dark a span {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.nav-dark p {
  color: rgb(215, 215, 215);
  display: block;
  font-size: 14.22px;
  font-weight: 400;
  margin: 0px 0px 0.125rem;
  text-decoration: none;
}

.main-header a:hover {
  text-decoration: none;
}
.main-header .btn__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .btn__close-menu {
  display: none;
}
.main-header.is-active {
  background: rgb(56, 62, 66);
}
.main-header.is-active .nav-dark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header.is-active .css-n1a7sh-item-Topbar a {
  color: #fff;
}
.main-header.is-active .css-n1a7sh-item-Topbar a:hover span {
  border-color: #fff;
}
.main-header.is-active .css-swvbse-item-Topbar:hover span {
  border-color: #fff;
}
.main-header.is-active .css-1fc3igd-Topbar:hover {
  border-color: #142680;
  color: #142680;
}
.main-header.is-active .css-swvbse-item-Topbar span {
  color: #fff;
}
.main-header.is-active .btn__menu {
  display: none;
}
.main-header.is-active .btn__close-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header.is-active .css-1fc3igd-Topbar {
  color: rgb(255, 255, 255);
  border-color: #fff;
}

#sponsored-text-container {
  display: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  z-index: 99999;
  background: #fff;
  left: 0;
  right: 0;
  padding: 20px;
  margin: auto auto;
  height: auto;
  border: 1px solid #1670d5;
  max-width: 1432px;
  width: 100%;
}
#sponsored-text-container p {
  text-transform: none;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sponsored-text-container {
    max-width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-left: 0;
    border-right: 0;
    margin: 0;
  }
}
#sponsored-text-container span {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
#sponsored-text-container span img {
  width: 100%;
}

.sponsor-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .sponsor-wrap {
    width: 65%;
    margin-right: 0;
  }
  .sponsor-wrap > div {
    width: auto;
    margin-right: 0;
  }
}
.sponsor-wrap p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .sponsor-wrap p {
    font-size: 10px;
  }
}
#section-footer {
  position: relative;
  width: 100%;
}

#client-footer {
  background: #fff;
  text-align: center;
  padding: 70px 20px 80px 20px;
}

#client-footer h2 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

#client-footer .client-logo-wrapper {
  display: block;
  margin: 40px auto;
  outline: 0;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  width: 100%;
  max-width: 272px;
}

#client-footer .client-logo-wrapper img {
  width: 100%;
  height: auto;
}

#client-footer .back-to-top-btn {
  color: #000;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#client-footer .back-to-top-btn:hover {
  color: #c50f16;
}

@media (max-width: 1100px) {
  #client-footer h2 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  #client-footer {
    padding: 50px 20px;
  }
  #client-footer h2 {
    font-size: 18px;
  }
  #client-footer .client-logo-wrapper {
    max-width: 100%;
  }
  #client-footer .back-to-top-btn {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  #client-footer h2 {
    font-size: 16px;
  }
  #client-footer .back-to-top-btn {
    font-size: 14px;
  }
}
#page-footer {
  height: auto;
  overflow: auto !important;
  background: #000 !important;
}

#footer-panel {
  position: relative;
  top: 2px;
}

#footer-section {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

#footer-upper {
  background-color: #ebebeb;
  padding: 70px 20px 80px 20px;
  min-height: 50px;
  text-align: center;
}

#footer-lower {
  font-size: 18px;
  letter-spacing: 0.5px;
}

#footer-upper h3 {
  text-transform: uppercase;
  font-size: 24px;
}

#footer-upper h3,
#footer-upper p {
  margin: 0 auto;
  padding: 0;
  font-family: Arial, "Arial", "HelveticaNeueLTStd-Bd", sans-serif;
}

#footer-upper p {
  font-size: 22px;
  max-width: 840px;
}

#footer-upper .footer-client-logo {
  display: block;
  text-decoration: none;
  padding: 50px 0 40px 0;
  width: 90%;
  max-width: 540px;
  margin: 0 auto;
}

#footer-upper .footer-client-logo:hover,
#footer-upper .footer-client-logo:focus,
#footer-upper .footer-client-logo:active {
  text-decoration: none;
}

#footer-upper .footer-client-logo img {
  max-width: 100%;
  display: block;
  margin: auto;
}

@media (max-width: 1040px) {
  #footer-upper {
    padding: 50px 20px 90px 20px;
  }
}
@media (max-width: 420px) {
  #footer-upper p,
  #footer-upper h3 {
    font-size: 18px;
  }
}
.ec-footer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ec-footer a {
  text-decoration: none;
}

.ec-footer {
  padding: 18px;
  padding: 1em;
  padding-top: 1.5625em;
  padding-bottom: 0;
  color: #b6b6b6;
  font-family: EconSans, Tahoma, sans-serif;
  font-size: 18px;
  font-size: 1em;
  background-color: #121212;
  border-top: 7.2px solid #e3120b;
  position: relative;
  z-index: 5;
  border-top: 0.4em solid #e3120b;
}
@media (max-width: 1001px) {
  .ec-footer {
    padding: 0 1.5em;
  }
}

.ec-footer h4 {
  font-family: EconSans, Tahoma, sans-serif !important;
}

.ec-footer__wrapper {
  max-width: 1000px;
  max-width: 1308px;
  margin: 0 auto;
  font-size: 0.88889em;
  line-height: 1.4;
}

.ec-footer__link:focus,
.ec-footer__link:hover {
  color: #b6b6b6;
  opacity: 0.6;
}

.ec-footer__link:active {
  opacity: 0.3;
}

.ec-footer .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ec-footer__link {
  display: block;
  color: #b6b6b6;
  text-decoration: none;
}

.ec-footer__quote-paragraph {
  margin: 0;
}

.ec-footer__copyright,
.ec-footer__header,
.ec-footer__list .list__item .ec-footer__link,
.ec-footer__quote-paragraph,
.ec-footer__subscribe-newsletter-link {
  padding-top: 0.9275em;
  padding-bottom: 0.9275em;
}

.ec-footer .list__item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 4px);
}

.ec-footer__list--subs .list__item {
  width: calc(33% - 4px);
}

@media screen and (min-width: 650px) and (max-width: 1000px) {
  .ec-footer .list__item,
  .ec-footer__list--subs .list__item {
    width: calc(20% - 4px);
  }
}
.ec-footer__list--economist .list__item,
.ec-footer__list--footnote .list__item {
  white-space: nowrap;
}

.ec-footer__list--subs .ec-footer__link {
  color: #f2f2f2;
  font-family: Arial, "Arial", "HelveticaNeueLTStd-Bd", sans-serif;
}

.ec-footer__list--social .ec-footer__header {
  margin: 0;
  color: #7a7a7a;
}

.ec-footer__list--social .list__item {
  width: 59px;
}

.ec-footer__list--social .list {
  margin: -9.5px;
}

.ec-footer__list--social .list__item svg {
  display: block;
  margin: auto;
}

.ec-footer__subscribe-newsletter-icon {
  vertical-align: middle;
  margin-right: calc(-9.5px + 1em);
}

.ec-footer__quote {
  margin: auto;
  color: #7a7a7a;
  font-size: 1.125em;
  line-height: 1.41;
  text-align: center;
}

.ec-footer__quote p {
  color: #7a7a7a;
}

.ec-footer__quote em {
  font-family: MiloSerifPro, Palatino, serif;
}

@media screen and (max-width: 600px) {
  .ec-footer__quote br {
    display: none;
  }
}
.ec-footer__footnote .ec-footer__copyright {
  color: #7a7a7a;
  font-size: 0.79012em;
  line-height: 1.34;
}

@media (max-width: 1000px) {
  .ec-footer__footnote,
  .ec-footer__list--economist,
  .ec-footer__list--social,
  .ec-footer__quote {
    margin-top: 1.5625em;
    padding-top: 1.5625em;
    border-top: 1px solid #7a7a7a;
  }
  .ec-footer__copyright {
    margin: 1.5625em 0 0;
    padding: 1.45em 0;
    border-top: 1px solid #7a7a7a;
  }
  .ec-footer__quote--no-mobile {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .ec-footer {
    padding: 0 1.5em;
    border-top-width: 0.6em;
  }
  .ec-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2.5em 0;
  }
  .ec-footer__quote {
    padding: 1.5625em 0;
    border-top: 1px solid #7a7a7a;
  }
  .ec-footer__footnote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #7a7a7a;
  }
  .ec-footer__copyright {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
  .ec-footer__list {
    padding: 0 1.875em;
  }
  .ec-footer__list--footnote {
    padding: 0;
  }
  .ec-footer__list--subs .list__item {
    display: block;
    width: auto;
  }
  .ec-footer__list--social {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    border-right: 1px solid #7a7a7a;
    border-left: 1px solid #7a7a7a;
  }
  .ec-footer__list--social .list {
    margin-right: -28.5px;
  }
  .ec-footer__list--economist {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .ec-footer__footnote .ec-footer__copyright,
  .ec-footer__footnote .ec-footer__link {
    margin: 0;
    font-size: 0.79012em;
    line-height: 1.34;
  }
  .ec-footer__footnote .list__item {
    width: auto;
    padding-right: 1em;
  }
  .ec-footer__footnote .list__item:last-child {
    padding-right: 0;
  }
}
.ec-footer {
  padding-right: 0;
  padding-left: 0;
}

.ec-footer__wrapper {
  max-width: 1308px;
  margin-right: auto;
  margin-left: auto;
}

.ec-footer__wrapper {
  padding: 0 10px;
}

.ec-footer {
  font-size: 16.02px;
  font-size: 0.89em;
}

.btn__wrapper {
  background-color: #f2f2f2;
  text-align: center;
  padding: 10px 0;
}
.btn__wrapper a {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  text-decoration: underline;
}

.nav {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.nav.fixed {
  position: fixed !important;
}
.nav.sticky .nav__wrapper {
  background-color: #0b2945;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .nav.sticky .nav__wrapper {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .nav.sticky {
    padding: 0;
  }
}
.nav.sticky .nav__logo {
  top: 0;
}
@media screen and (max-width: 1200px) {
  .nav.sticky .nav__logo {
    top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .nav.sticky .nav__logo {
    top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .nav.sticky .nav__logo {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .nav.sticky .nav__logo--sponsor {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 1200px) {
  .nav.sticky .nav__logo .nav__logo-img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 1200px) {
  .nav.sticky .nav__logo .nav__logo-img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.nav.sticky .nav__menu .mega-menu {
  -webkit-transform: translate(-44px, 30px);
          transform: translate(-44px, 30px);
}
.nav.active .nav__navicon svg {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
@media screen and (max-width: 1199px) {
  .nav.animated {
    position: fixed !important;
    margin-bottom: -136px !important;
  }
}
@media screen and (max-width: 767px) {
  .nav.animated {
    position: fixed !important;
    margin-bottom: -96px !important;
  }
}
.nav__wrapper {
  width: 100%;
  height: 136px;
  background-color: rgba(11, 41, 69, 0.3);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: none;
          transform: none;
}
.nav__wrapper.hide-menu {
  -webkit-transform: translateY(-102%);
          transform: translateY(-102%);
}
.nav__wrapper.active {
  background-color: #0b2945;
}
@media (max-width: 767px) {
  .nav__wrapper {
    height: 90px;
  }
}
.nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__wrap.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  left: -20px;
}
@media screen and (min-width: 1800px) {
  .nav__wrap.main {
    left: -33px;
  }
}
@media screen and (max-width: 1200px) {
  .nav__wrap.main {
    position: unset;
  }
}
@media screen and (max-width: 1200px) {
  .nav__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav__wrap .nav__language {
    position: absolute;
    bottom: -50px;
    right: 30px;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 32px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .nav__wrap .nav__language {
    bottom: -40px;
    right: 10px;
  }
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .nav__inner {
    max-width: 1500px;
  }
}
@media screen and (max-width: 1200px) {
  .nav__inner {
    max-width: 100%;
    padding: 0 1.875em;
  }
}
@media screen and (max-width: 767px) {
  .nav__inner {
    padding: 0 0.625em;
  }
}
.nav__navicon {
  display: none;
  width: 2em;
}
@media screen and (max-width: 1200px) {
  .nav__navicon {
    display: block;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .nav__navicon {
    width: 20px;
  }
}
.nav__navicon svg {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.nav__logo {
  display: block;
  position: relative;
  top: -10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 10;
}
.nav__logo--sponsor {
  width: 200px;
  top: unset;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav__logo--sponsor span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  width: 12.1875em;
  max-width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav__logo--sponsor a {
  display: inline-block;
}
.nav__logo--sponsor a:first-child {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .nav__logo--sponsor a:first-child {
    margin-right: 4px;
  }
}
@media screen and (max-width: 1200px) {
  .nav__logo--sponsor {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .nav__logo--sponsor {
    width: 107px;
  }
}
@media screen and (min-width: 1200px) {
  .nav__logo--sponsor {
    width: 120px !important;
  }
}
@media screen and (min-width: 1401px) {
  .nav__logo--sponsor {
    width: 140px !important;
  }
}
.nav__logo img {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .nav__logo {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .nav__logo--sponsor {
    position: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}
.nav__logo-img {
  width: 5.25em;
  margin: 0 auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav__logo-img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .nav__logo-img {
    width: 3.75em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav__logo, .nav__logo-text {
    width: 100px;
  }
}
.nav__logo-text {
  height: auto;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: none !important;
}
@media screen and (max-width: 1200px) {
  .nav__logo-text {
    width: 250px;
    bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .nav__logo-text {
    width: 135px;
    bottom: -20px;
  }
}
.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__menu .nav__item:first-child {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
}
@media screen and (max-width: 1200px) {
  .nav__menu .nav__item:first-child {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu .nav__item:first-child {
    margin-bottom: 0;
  }
}
.nav__menu .nav__item:last-child {
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
}
.nav__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "econ-sans";
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 3.125em;
}
@media screen and (min-width: 1200px) {
  .nav__menu .menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 64px 24px 146px 24px 94px 24px 94px 24px 112px 24px 88px 24px auto;
    grid-template-columns: 64px 146px 94px 94px 112px 88px auto;
    gap: 24px;
    width: 100%;
    max-width: 60vw;
  }
}
@media screen and (max-width: 1600px) {
  .nav__menu .menu {
    font-size: 11px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .nav__menu .menu {
    font-size: 10.5px;
  }
}
.nav__menu .nav__item {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  padding: 0 20px 0 18px;
  line-height: 1.08;
  font-weight: 600;
  position: relative;
}
.nav__menu .nav__item.active .mega-menu {
  opacity: 1;
  pointer-events: all;
}
.nav__menu .nav__item--dropdown .nav__arrow {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav__menu .nav__item--dropdown .nav__arrow svg {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav__menu .nav__item--dropdown:nth-child(3) .nav__arrow {
  right: 10px;
}
.nav__menu .nav__item--dropdown:nth-child(4) {
  padding-left: 10px;
}
@media screen and (max-width: 1200px) {
  .nav__menu .nav__item--dropdown:nth-child(4) {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu .nav__item--dropdown:nth-child(4) {
    padding: 0;
  }
}
.nav__menu .nav__item--dropdown:nth-child(4) .nav__arrow {
  right: -7px;
}
.nav__menu .nav__item--dropdown:nth-child(5) {
  margin-left: 10px;
  padding-right: 40px;
}
@media screen and (max-width: 1200px) {
  .nav__menu .nav__item--dropdown:nth-child(5) {
    padding-left: 18px;
    margin-left: inherit;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu .nav__item--dropdown:nth-child(5) {
    padding: 0;
  }
}
.nav__menu .nav__item--dropdown:nth-child(5) .nav__arrow {
  right: 37px;
}
.nav__menu .nav__item--dropdown.active .nav__arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav__menu .nav__item--dropdown.active .nav__arrow svg g {
  stroke: #497190;
}
.nav__menu .nav__item--dropdown.active::after {
  width: 80%;
}
.nav__menu .nav__item--dropdown.dd-active::after {
  width: 20%;
}
.nav__menu .nav__item--dropdown.dd-active .nav__link::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav__menu .nav__item--dropdown::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background-color: #497190;
  position: absolute;
  bottom: -50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .nav__menu .nav__item--dropdown::after {
    bottom: unset;
    top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu .nav__item--dropdown::after {
    top: 60px;
  }
}
.nav__menu .nav__item.jp:first-child {
  padding-right: 35px;
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}
@media screen and (max-width: 1200px) {
  .nav__menu .nav__item.jp:first-child {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu .nav__item.jp:first-child {
    margin-bottom: -1.875em;
    padding: 0;
  }
}
.nav__menu .nav__item.jp:nth-child(2) {
  padding-right: 40px;
}
.nav__menu .nav__item.jp:nth-child(3) {
  padding-right: 68px;
  padding-left: 0;
}
.nav__menu .nav__item.jp:nth-child(3) .nav__arrow {
  right: 40px;
}
.nav__menu .nav__item.jp:nth-child(4) {
  padding-left: 0;
  margin-left: -6px;
}
.nav__menu .nav__item.jp:nth-child(4) .nav__arrow {
  right: 5px;
}
.nav__menu .nav__item.jp:nth-child(5) {
  padding-right: 62px;
}
@media screen and (max-width: 1200px) {
  .nav__menu .nav__item.jp:nth-child(3), .nav__menu .nav__item.jp:nth-child(4) {
    padding-left: 18px;
    margin-left: unset;
  }
  .nav__menu .nav__item.jp:nth-child(5) {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu .nav__item.jp:nth-child(3), .nav__menu .nav__item.jp:nth-child(4) {
    padding-left: 0;
  }
}
.nav__menu .nav__link {
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .nav__menu .nav__link {
    display: inline-block;
    width: 150px;
  }
}
.nav__menu .mega-menu {
  position: absolute;
  background: #0b2945;
  padding-bottom: 3.125em;
  height: auto;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  top: 100%;
  -webkit-transform: translate(-44px, 44px);
          transform: translate(-44px, 44px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  max-width: 600px;
  min-width: 600px;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .nav__menu .mega-menu {
    min-width: unset;
    max-width: unset;
  }
}
.nav__menu .mega-menu.content {
  left: 50%;
  height: 50vh;
  width: 100vw;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  overflow-y: auto;
  max-width: none;
  text-transform: none;
}
@media screen and (min-width: 1441px) {
  .nav__menu .mega-menu.content {
    max-height: 70vh;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .nav__menu .mega-menu.content {
    -webkit-transform: unset;
            transform: unset;
    -webkit-transition: none;
    transition: none;
    min-height: unset;
    height: auto;
  }
}
.nav__menu .mega-menu__inner {
  padding: 0 45px;
}
.nav__menu .mega-menu__inner.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1441px) {
  .nav__menu .mega-menu__inner.content {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1200px) {
  .nav__menu .mega-menu__inner.content {
    max-width: none;
    margin: unset;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu .mega-menu__inner.content {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu .mega-menu__inner {
    padding: 0 20px 0 0;
  }
}
.nav__menu .mega-menu__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
  .nav__menu .mega-menu__content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 70px;
  }
}
.nav__menu .mega-menu__col-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav__menu .mega-menu__col-wrapper.teg {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media screen and (max-width: 1200px) {
  .nav__menu .mega-menu__col-wrapper:not(:first-child) {
    margin-top: 3.125em;
  }
}
.nav__menu .mega-menu__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .nav__menu .mega-menu__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav__menu .mega-menu__content-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
  padding-top: 2px;
}
.nav__menu .mega-menu__content-column.logo {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0;
}
@media screen and (min-width: 1800px) {
  .nav__menu .mega-menu__content-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 330px;
            flex: 0 1 330px;
  }
}
@media screen and (max-width: 1200px) {
  .nav__menu .mega-menu__content-column {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 80%;
  }
  .nav__menu .mega-menu__content-column.logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu .mega-menu__content-column {
    max-width: unset;
    padding-right: 20px;
  }
}
.nav__menu .mega-menu__content-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}
.nav__menu .mega-menu__content-logo h4 {
  color: #fff;
  font-size: 18px;
  margin: 0 24px 0 0;
}
.nav__menu .mega-menu__content-logo img {
  max-width: 96px;
}
@media screen and (max-width: 1200px) {
  .nav__menu .mega-menu__content-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
  .nav__menu .mega-menu__content-logo h4 {
    margin-bottom: 10px;
    font-size: 21px;
  }
}
.nav__menu .mega-menu__link-group {
  display: block;
  margin: 2.5em 0 0;
  position: relative;
}
.nav__menu .mega-menu__link-group.bullet::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 3px;
}
@media screen and (max-width: 1200px) {
  .nav__menu .mega-menu__link-group.bullet::before {
    top: 5px;
  }
}
.nav__menu .mega-menu__link-group.bullet .mega-menu__link {
  position: relative;
  left: 16px;
}
.nav__menu .mega-menu__link {
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav__menu .mega-menu__link.jp {
  color: #23c2d2;
  margin-left: 24px;
}
.nav__menu .mega-menu__link.jp::before {
  content: "|";
  margin-right: 24px;
  color: #fff;
}
.nav__menu .mega-menu__link:hover {
  opacity: 0.7;
}
.nav__menu .mega-menu__subheading {
  font-size: 0.8333333333em;
  font-weight: 700;
  opacity: 0.4;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.nav__menu .mega-menu__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav__menu .mega-menu__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 250px;
          flex: 1 1 250px;
  padding-right: 1.5em;
}
.nav__menu--mobile {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0b2945;
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1200px) {
  .nav__menu--mobile {
    padding: 1.5625em 3.75em 0;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu--mobile {
    padding: 1.5625em 1.875em 6.25em;
  }
}
.nav__menu--mobile .nav__band {
  position: fixed;
  top: -20px;
  left: 0;
  width: 100%;
  background: #0b2945;
  height: 150px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .nav__menu--mobile .nav__band {
    height: 120px;
  }
}
.nav__menu--mobile .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 180px 0 0;
}
@media screen and (max-width: 1200px) {
  .nav__menu--mobile .menu {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu--mobile .menu {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .nav__menu--mobile .nav__item {
    font-size: 1.25em;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0 0 5em;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu--mobile .nav__item {
    font-size: 1em;
    margin-bottom: 1.875em;
    padding: 0;
  }
}
.nav__menu--mobile .nav__item--dropdown .nav__link {
  position: relative;
}
.nav__menu--mobile .nav__item--dropdown .nav__link::after {
  content: "";
  background-image: url("../img/menu-arrow.svg");
  width: 20px;
  height: 8px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav__menu--mobile .nav__item.dd-active .nav__link::after {
  background-image: url("../img/menu-arrow-accent.svg");
}
.nav__menu--mobile .mega-menu {
  display: none;
  position: unset;
  opacity: 1;
  padding-top: 0;
  height: auto;
  pointer-events: all;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none !important;
          transform: none !important;
}
.nav__menu--mobile .mega-menu__inner {
  padding-top: 1.875em;
}
.nav__menu--mobile .mega-menu__column {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .nav__menu--mobile .mega-menu__link-group {
    margin: 1.875em 0 0 0;
  }
}
.nav__menu--mobile .nav__arrow {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .nav__menu {
    display: none;
  }
}
.nav__language, .nav__language-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
}
.nav__language-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 30px;
}
@media screen and (max-width: 767px) {
  .nav__language-icon {
    max-width: 16px;
  }
}
.nav__language-text a {
  font-size: 0.875em;
  font-weight: 600;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav__language-text a:hover {
  opacity: 0.7;
}
.nav__language-text a:first-child {
  margin: 0 10px;
}
.nav__language-text a:first-child::after {
  content: "|";
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .nav__language-text a {
    font-size: 12px;
  }
}
.nav__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
  height: 100vh;
  width: 100%;
}

.section-hero {
  height: 100vh;
  min-height: 48.75em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 12.875em;
}
@media screen and (min-width: 1441px) {
  .section-hero {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    min-height: 40.625em;
  }
}
@media screen and (max-width: 400px) {
  .section-hero {
    min-height: 48.75em;
  }
}
@media screen and (max-width: 400px) {
  .section-hero.plastic-management-index, .section-hero.chemicals {
    min-height: 52.5em;
  }
}
.section-hero .content-carousel {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-hero .content-carousel {
    padding: 0.625em 0;
  }
}
.section-hero .content-carousel .description {
  max-width: 800px;
  margin: 0 auto 3.125em;
}
.section-hero .content-carousel .description p {
  color: #fff;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.25em;
}
.section-hero .content-carousel .description p b {
  font-size: 66px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 1440px) {
  .section-hero .content-carousel .description p {
    font-size: 1.125em;
  }
  .section-hero .content-carousel .description p b {
    font-size: 2.7777777778em;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .section-hero .content-carousel .description p {
    font-size: 1.125em;
  }
  .section-hero .content-carousel .description p b {
    font-size: 2.7777777778em;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .section-hero .content-carousel .description p {
    font-size: 22px;
  }
  .section-hero .content-carousel .description p b {
    font-size: 50px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .section-hero .content-carousel .description p {
    font-size: 17px;
  }
  .section-hero .content-carousel .description p b {
    font-size: 40px;
    margin-bottom: 14px;
  }
}

.social-media-wrapper {
  position: absolute;
  left: 50%;
  bottom: 1.25em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: all;
  visibility: hidden;
  opacity: 0;
}
.social-media-wrapper.flex-col {
  bottom: unset;
  left: unset;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 9;
  top: 0;
  -webkit-transform: none;
          transform: none;
  padding: 0;
  right: calc((100vw - 1200px) / 2);
}
@media screen and (min-width: 1441px) {
  .social-media-wrapper.flex-col {
    right: calc((100vw - 1440px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .social-media-wrapper.flex-col {
    right: 1.875em;
  }
}
@media screen and (max-width: 1199px) {
  .social-media-wrapper.flex-col {
    right: 1.875em;
  }
}
@media screen and (max-width: 767px) {
  .social-media-wrapper.flex-col {
    right: 0.625em;
  }
}
.social-media-wrapper.flex-col .social-wrapper {
  width: auto;
}
.social-media-wrapper.flex-col ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1441px) {
  .social-media-wrapper {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1200px) {
  .social-media-wrapper {
    max-width: 100%;
    padding: 0 1.875em;
  }
}
@media screen and (max-width: 767px) {
  .social-media-wrapper {
    padding: 0 0.625em;
  }
}

@media screen and (max-width: 767px) {
  .social-media {
    display: none;
  }
}
.social-media .social-wrapper {
  width: 12.0625em;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-media .social-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-media .social-wrapper ul li {
  padding: 0.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-media .social-wrapper.dark .social-link img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.social-media .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.125em;
  height: 1.125em;
  margin: 0 auto;
}
.social-media .social-link.social-facebook {
  width: 1em;
  height: 1em;
}
.social-media .social-link img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  .social-media .social-link {
    width: 20px;
    height: 20px;
  }
  .social-media .social-link.social-facebook {
    width: 20px;
    height: 20px;
  }
}

.social-mobile {
  width: 60px;
  height: 60px;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .social-mobile {
    display: block;
  }
}
.social-mobile .social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 24px 0 24px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
}
.social-mobile .social-wrapper .wrapper-btn-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
}
.social-mobile .social-wrapper .wrapper-btn-share .btn-open-social {
  opacity: 0;
}
.social-mobile .social-wrapper .wrapper-btn-share img {
  width: 18px;
  height: 18px;
}
.social-mobile .social-wrapper .wrapper-social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.social-mobile .social-wrapper .wrapper-social-btn a {
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-mobile .social-wrapper .wrapper-social-btn a img {
  height: 100%;
}
.social-mobile.active {
  width: 222px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-mobile.active .social-wrapper .wrapper-btn-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-mobile.active .social-wrapper .wrapper-btn-share .btn-open-social {
  opacity: 1;
}
.social-mobile.active .social-wrapper .wrapper-btn-share .btn-close-social {
  display: none;
}
.social-mobile.active .social-wrapper .wrapper-social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 1;
  pointer-events: all;
}

.section-podcasts-section {
  background-color: rgb(244, 251, 251);
}
.section-podcasts-section.chemicals {
  padding-bottom: 5.9375em;
}
.section-podcasts-section.pmi .podcast__embed {
  height: 14.5em;
}
.section-podcasts-section .podcast__podcasts {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 1.25em;
}
@media screen and (max-width: 1200px) {
  .section-podcasts-section .podcast__podcasts {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .section-podcasts-section .podcast__podcasts {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.section-podcasts-section .podcast__podcasts .btn-wrapper .btn-primary:first-child {
  margin: 1.5em 0em 0 0;
}
.section-podcasts-section .podcast__podcasts .btn-wrapper .btn-primary:nth-child(2) {
  margin: 1.5em 0 0 0.4em;
}
.section-podcasts-section .podcast__embed {
  height: 275px;
}
@media screen and (max-width: 767px) {
  .section-podcasts-section .podcast__embed {
    margin: 0;
  }
}
.section-podcasts-section .podcast__embed iframe {
  width: 100%;
}
.section-podcasts-section .podcast__embed p {
  margin-bottom: 0;
  height: auto;
}

.articles {
  margin-top: 1.875em;
}
@media screen and (min-width: 1441px) {
  .articles {
    margin-top: 2.5em;
  }
}
.articles__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 1.25em;
}
@media screen and (min-width: 1441px) {
  .articles__grid {
    -ms-grid-columns: 1fr 1.25em 1fr 1.25em 1fr 1.25em 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .articles__grid {
    -ms-grid-columns: 1fr 1.25em 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .articles__grid {
    grid-gap: 1.25em;
  }
}
.articles__grid.mini .card__media {
  height: 8.75em;
}
.articles__grid.mini .card__description {
  display: none;
}
.articles__grid.mini .card__text-container {
  min-height: 11.25em;
}
.articles__grid.mini .card__author p {
  font-size: 0.625em;
}
@media screen and (max-width: 767px) {
  .articles__grid.mini .card__author p {
    font-size: 0.8125em !important;
  }
}
@media screen and (max-width: 613px) {
  .articles__grid.mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.articles__more-content {
  font-size: 1.875em;
  color: rgb(134, 134, 134);
  margin: 3.75em 0 1.25em;
}
@media screen and (min-width: 1441px) {
  .articles__more-content {
    margin: 1.25em 0 1.125em;
  }
}
.articles__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25em 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2.125em;
  grid-gap: 1.25em;
}
@media screen and (max-width: 767px) {
  .articles__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 1.25em;
  }
}
.articles__inner .articles__featured {
  height: 100%;
  min-height: 432px;
}
@media (max-width: 767px) {
  .articles__inner .articles__featured {
    min-height: auto;
  }
}
.articles__inner .articles__featured .card {
  height: 100%;
}
.articles__inner .articles__featured .card__media {
  max-height: 13.125em;
}
@media screen and (max-width: 1023px) {
  .articles__inner .articles__featured .card {
    max-height: unset;
  }
}

@media screen and (max-width: 1441px) {
  .reports .articles__grid {
    -ms-grid-columns: 1fr 1.25em 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .reports .articles__grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 1.5625em;
  }
}
.reports .card__text-container {
  margin-bottom: 3.125em;
}

.hide-bottom .articles__grid.mini {
  display: none;
}

.article-banner-left {
  margin: 0 !important;
  padding: 16.875em 8.125em 5em !important;
}

.section-events .event__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5625em 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5625em;
}
@media screen and (max-width: 1200px) {
  .section-events .event__cards {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .section-events .event__cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.section-events .event__title {
  margin: 0;
}
.section-events .event__subtitle {
  margin: 5px 0 16px;
}
.section-events .event__image {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin-right: 24px;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .section-events .event__image {
    margin: 0 0 24px;
  }
}
.section-events .event__details {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.section-events .event__details .btn-primary {
  margin: 10px 0 0 !important;
}
.section-events .event__description p {
  font-size: 14px;
}
.section-events .event__link {
  background-color: #1a96d3;
  color: #fff;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 1.15625em;
  max-width: 9.375em;
  height: 1.8125em;
  line-height: 1;
  text-decoration: none;
  padding: 0.5em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.section-events .event__link:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .section-events .event__link {
    font-size: 14px;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .section-events .event__link {
    font-size: 0.875em;
  }
}

.signup-container {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1.25em 1.875em !important;
}
.signup-container.contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5em !important;
}
.signup-container.contact-us .content-heading {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding-right: 2.5em;
}
.signup-container.contact-us .button--black {
  font-size: 1em;
  font-weight: 800;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .signup-container.contact-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .signup-container.contact-us .content-heading {
    padding-right: 0;
    margin-bottom: 1.875em;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .signup-container.contact-us .button--black {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .signup-container.contact-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.875em 1.25em !important;
  }
  .signup-container.contact-us .content-heading {
    padding-right: 0;
    margin-bottom: 1.875em;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .signup-container.contact-us .button--black {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .signup-container {
    padding: 1.875em 1.25em !important;
  }
}

.signup {
  width: 100%;
  margin: 0 auto;
}
.signup__description {
  text-align: left;
}
.signup__description p {
  font-size: 0.9375em !important;
  max-width: 100% !important;
}
@media screen and (max-width: 767px) {
  .signup__description p {
    font-size: 1em !important;
  }
}
.signup__field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5em;
  gap: 1.875em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .signup__field-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .signup__field-container .button--black {
    margin: 0 auto;
  }
}
.signup__field-container .button--black {
  font-size: 1em;
  font-weight: 800;
  position: absolute;
  right: 0;
}
@media (max-width: 600px) {
  .signup__field-container .button--black {
    position: relative;
  }
}
.signup__field-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.signup__input {
  width: 100%;
  padding: 19px 29px 20px;
  outline: none;
  border: none;
  border: 2px solid transparent;
  color: #000;
  background-color: transparent;
  font-size: 1.25em;
  line-height: 1;
  line-height: 1;
  background: #f4fbfb;
  border-radius: 28px;
  height: 60px;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 767px) {
  .signup__input {
    height: 40px;
    padding: 9px 20px;
  }
}
.signup__input::-webkit-input-placeholder {
  font-size: 0.875em;
  color: #616161;
}
.signup__input::-moz-placeholder {
  font-size: 0.875em;
  color: #616161;
}
.signup__input:-ms-input-placeholder {
  font-size: 0.875em;
  color: #616161;
}
.signup__input::-ms-input-placeholder {
  font-size: 0.875em;
  color: #616161;
}
.signup__input::placeholder {
  font-size: 0.875em;
  color: #616161;
}
.signup__input.invalid {
  border-color: rgb(233, 22, 22);
  color: rgb(233, 22, 22);
}
.signup__input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
}
.signup__input:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit;
}
.signup__error {
  position: absolute;
  font-size: 0.875em;
  padding: 0.3125em 0 0 1.125em;
  color: rgb(177, 11, 11);
  display: none;
}

.game:not(.icons__icon-wrapper) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #162453;
}
@media (max-width: 1200px) {
  .game {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.game__banner {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 768px) {
  .game__banner {
    width: 100%;
  }
}
.game__description {
  width: 50%;
  padding: 3.125em 5.625em 3.125em 3.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .game__description {
    width: 100%;
    padding: 40px 0 0;
  }
  .game__description .button-wrap {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (max-width: 767px) {
  .game__description .button-wrap {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.game__description h1, .game__description p {
  color: #fff;
}
.game__description p {
  line-height: 1.429;
  letter-spacing: 0.15px;
}
.game__description .content-heading {
  margin-bottom: 1.875em;
}
.game__description .content-heading::after {
  background-color: #fff !important;
  margin: 1.25em 0 0 !important;
}
.game__description .button-wrap {
  margin-top: 1.875em;
}

.data-collection {
  margin: 10.75em 0 6.25em;
  margin-bottom: 8em;
  margin-top: 0em;
}
.data-collection .data-collection__accordion .data-collection_text {
  font-weight: 400 !important;
  color: black !important;
  text-align: center;
  margin-bottom: 0.75em !important;
  font-family: "econ-sans", sans-serif;
  font-size: 1.09375em;
  line-height: 1.625em !important;
}
@media screen and (max-width: 1200px) {
  .data-collection .data-collection__accordion .data-collection_text {
    font-size: 1em;
  }
}
.data-collection .data-collection__link {
  cursor: pointer;
  color: #00274c;
  text-decoration: underline;
}
.data-collection h1,
.data-collection p {
  color: rgb(0, 39, 76) !important;
}
.data-collection .star {
  color: #ff0000;
  font-weight: bolder;
}
.data-collection p {
  margin: 0;
  font-weight: 700 !important;
}
.data-collection__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.125em;
  font-weight: 400;
  margin-bottom: 0.8em;
}
.data-collection__accordion-item:not(:last-child) {
  margin-bottom: 1.875em;
}
.data-collection__accordion-item.active .data-collection__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.data-collection__accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 1.8125em;
  -webkit-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.data-collection__accordion-header p {
  padding-right: 1.25em;
}
.data-collection__accordion-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 2.1875em;
  min-height: 2.1875em;
  background-color: rgb(84, 194, 211);
  border-radius: 50%;
  font-weight: 800;
  margin-right: 2.1875em;
}
.data-collection__arrow {
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.data-collection__accordion-content {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -0.625em;
  display: none;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 12px 12px;
}
.data-collection__content-wrapper {
  padding: 3.125em 5.5625em 4.75em 5.625em;
}
@media screen and (max-width: 1200px) {
  .data-collection__content-wrapper {
    padding: 2em 3.125em;
  }
}
@media screen and (max-width: 767px) {
  .data-collection__content-wrapper {
    padding: 1.75em 1em;
  }
}
.data-collection__content-wrapper .report-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.8125em;
}
@media screen and (max-width: 767px) {
  .data-collection__content-wrapper .report-overview {
    gap: 1.25em;
  }
}
@media screen and (max-width: 600px) {
  .data-collection__content-wrapper .report-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.data-collection__content-wrapper .report-overview .report-overview__image {
  overflow: hidden;
  margin: 0 auto 0 auto;
}
.data-collection__content-wrapper .report-overview .report-overview__image img {
  width: 15.5em;
  height: 21.0625em;
  background-color: #d9d9d9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .data-collection__content-wrapper .report-overview .report-overview__image img {
    width: 17.6875em;
    max-width: 100%;
    height: 9.375em;
  }
}
.data-collection__content-wrapper .report-overview .report-overview__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.data-collection__content-wrapper .report-overview .report-overview__content .report-overview__details {
  font-size: 1.09375em;
  line-height: 1.625em;
}
.data-collection__content-wrapper .report-overview .report-overview__content .report-overview__details h3 {
  font-family: econ-sans, sans-serif;
  color: #00274c;
  text-transform: uppercase;
  font-weight: 700 !important;
  max-width: 21.875em;
  margin: 0;
  padding-bottom: 1.25em;
  font-size: inherit;
  line-height: inherit;
}
@media screen and (max-width: 767px) {
  .data-collection__content-wrapper .report-overview .report-overview__content .report-overview__details h3 {
    font-size: 1.25em;
  }
}
.data-collection__content-wrapper .report-overview .report-overview__content .report-overview__details p {
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 1.09375em !important;
  line-height: 1.625em !important;
}
@media screen and (max-width: 1200px) {
  .data-collection__content-wrapper .report-overview .report-overview__content .report-overview__details p {
    font-size: 1em !important;
  }
}
.data-collection__content-wrapper .report-overview .report-overview__content .download-report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em;
  color: white;
  font-size: 1em;
  padding: 1.09375em 2.125em;
  margin-top: 3.125em;
  width: 16.4375em;
  height: 3.5em;
}
.data-collection__content-wrapper .report-overview .report-overview__content .download-report:hover {
  color: #00274c;
}
@media screen and (max-width: 767px) {
  .data-collection__content-wrapper .report-overview .report-overview__content .download-report {
    margin: auto;
    width: 16.4375em;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .data-collection__content-wrapper .report-overview .report-overview__content .download-report {
    margin-top: 1.8125em;
  }
}
.data-collection__form {
  font-family: "econ-sans", sans-serif;
  color: black;
  line-height: 1.625em;
  font-style: normal;
}
.data-collection__form .error-message {
  margin: 0.625em 0;
}
.data-collection__form .error-message .error-validation {
  font-size: 12px;
  color: #da0000 !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 400 !important;
  display: none;
  opacity: 0;
}
.data-collection__form .error-message .error-validation.is-invalid {
  opacity: 1;
  display: block;
}
.data-collection__form .checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.data-collection__form .checkbox-wrap input {
  margin-top: 0.3125em;
}
.data-collection__form .checkbox-wrap div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.data-collection__form .checkbox-wrap .error-message {
  margin-top: 0 !important;
}
.data-collection__form .container-right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.875em;
}
.data-collection__form .container-right .data-collection-form-submit {
  padding: 1.375em 2.125em;
  border-radius: 3.625em;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.3125em;
  text-transform: uppercase;
  color: white;
  border: none;
  float: right;
  background-color: #00274c;
  border: 0.0625em solid #00274c;
}
.data-collection__form .container-right .data-collection-form-submit.disabled {
  background-color: #aebec6;
  pointer-events: none;
}
.data-collection__form .container-right .data-collection-form-submit:hover {
  background-color: white;
  color: #00274c;
}
.data-collection__form .container-right .form__privacy {
  font-weight: normal !important;
  color: black !important;
  padding: 0;
}
.data-collection__form .container-right .form__privacy a {
  color: inherit !important;
}
.data-collection__form .container-right .container-right-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .data-collection__form .container-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0.625em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .data-collection__form .container-right .form__privacy {
    margin-bottom: 2.5em;
  }
  .data-collection__form .container-right .container-right-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.data-collection__form .heading_one,
.data-collection__form .heading_two {
  display: block;
  margin-top: 2.1875em;
  margin-bottom: 1.25em;
  font-weight: 700;
  font-size: 1.25em;
  color: #00274c;
}
.data-collection__form_heading_two {
  font-size: 1.09375em;
}
.data-collection__form .share-your-comments {
  font-style: normal;
  font-size: 1.09375em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .data-collection__form .share-your-comments {
    font-size: 1em;
  }
}
.data-collection__form .col-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75em;
}
@media screen and (max-width: 767px) {
  .data-collection__form .col-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.125em;
  }
}
.data-collection__form .col-two div {
  width: 100%;
}
.data-collection__form .data-collection__file-box {
  padding: 2.625em 0.3125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebffff;
  border: 0.0625em dashed #000000;
  border-radius: 0.75em;
  position: relative;
  gap: 0.9375em;
}
@media screen and (max-width: 767px) {
  .data-collection__form .data-collection__file-box {
    width: 100%;
    min-height: 12.8125em;
  }
}
.data-collection__form .data-collection__file-box .remove-btn {
  cursor: pointer;
}
.data-collection__form .data-collection__file-box .remove-btn svg,
.data-collection__form .data-collection__file-box .remove-btn path {
  fill: #00274c;
}
.data-collection__form .data-collection__file-box .remove-btn svg:hover,
.data-collection__form .data-collection__file-box .remove-btn path:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.data-collection__form .data-collection__file-box .browse-file {
  padding: 0.8125em 2.125em;
  background: #ffffff;
  border: 0.125em solid #242f65;
  border-radius: 6.25em;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  color: #00274c;
  cursor: pointer;
}
.data-collection__form .data-collection__file-box .browse-file:hover {
  background-color: #242f65;
  color: #ffffff;
}
.data-collection__form .data-collection__file-box.dragging {
  background-color: #d3ffff;
}
.data-collection__form .data-collection__file-box .data-collection__file {
  display: none;
}
.data-collection__form .data-collection__file-box .drag-drop-text {
  text-align: center;
  font-weight: 400;
  font-size: 1.09375em;
}
@media screen and (max-width: 767px) {
  .data-collection__form .data-collection__file-box .drag-drop-text {
    font-size: 1em;
  }
}
.data-collection__form .form-label {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 150%;
}
.data-collection__form .form-input,
.data-collection__form .form-select {
  width: 100%;
  border: none;
  border-bottom: #9c9c9c solid 0.125em;
  height: 2.1875em;
  font-size: 1.25em;
}
.data-collection__form .form-select:required:invalid {
  color: #9c9c9c !important;
}
.data-collection__form .form-select option {
  color: black;
}
.data-collection__form input[type=radio] {
  position: relative;
  border: solid #00274c 0.125em;
}
.data-collection__form input[type=radio]:before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid #00274c 0.125em;
  border-radius: 0.9375em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.data-collection__form input[type=radio]:checked:after {
  width: 55.5%;
  height: 55.5%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 0.9375em;
  position: absolute;
  background-color: #54c2d3;
  content: "";
  visibility: visible;
  border: none;
}
.data-collection__form .form-group {
  margin-bottom: 3.125em;
}
.data-collection__form .dc-recaptcha {
  margin-bottom: 1.875em;
}
.data-collection__form .submission-header {
  margin-top: 1.25em;
  margin-bottom: 1.875em;
  display: block;
  font-weight: 700;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #00274c !important;
}
@media screen and (max-width: 1200px) {
  .data-collection__form .submission-header {
    margin-bottom: 1.75em !important;
  }
}
.data-collection__form .submission-content {
  font-size: 1.09375em !important;
  font-weight: 400 !important;
  color: black !important;
  margin-bottom: 1.3125em;
}
.data-collection__form .submission-questions {
  margin-left: 1.125em;
}
.data-collection__form .comments {
  border-radius: 0.625em;
  padding: 0.8125em 1.5625em;
  width: 100%;
  font-size: 1.09375em;
  resize: none;
  margin: 0;
  margin-top: 1.25em;
}
.data-collection__form .upload-text {
  font-size: 1em;
  margin-bottom: 1.3125em;
  color: #616161 !important;
}
@media screen and (max-width: 767px) {
  .data-collection__form .upload-text {
    display: none;
  }
}
.data-collection__form .acknowledge-text {
  color: black !important;
  font-weight: 400 !important;
  font-size: 1.0625em !important;
  margin-top: 1.875em;
  margin-bottom: 1.25em;
}
.data-collection__form .data-collection__checkbox {
  margin-right: 0.8125em;
}
.data-collection__form .questions p {
  font-weight: 400 !important;
  font-size: 1.09375em !important;
  color: black !important;
}
.data-collection__form .questions .error-message {
  margin: 0.625em 0 1.875em;
}
.data-collection__form .questions .error-message .error-validation {
  font-size: 12px !important;
  color: #da0000 !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 400 !important;
  opacity: 0;
  display: none;
}
.data-collection__form .questions .error-message .error-validation.is-invalid {
  opacity: 1;
  display: block;
}
.data-collection__form .questions .q-ans {
  margin-top: 1.25em;
  gap: 4.6875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.data-collection__form .questions .q-ans input {
  margin-right: 0.625em;
}
.data-collection__form .questions label {
  font-weight: 500 !important;
  font-size: 1.09375em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.data-collection__form .questions input[type=radio] {
  display: none;
}
.data-collection__form .questions input[type=radio]:checked + label:before {
  background-color: #54c2d3;
}
.data-collection__form .questions input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  padding: 0.125em;
  margin-right: 0.625em;
  background-clip: content-box;
  border: 0.125em solid #00274c;
  border-radius: 50%;
}
.data-collection .social-media-wrapper {
  position: relative;
  left: 0;
  max-width: unset;
  bottom: 0;
  margin-top: 1.875em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1;
  visibility: visible;
  top: unset !important;
}
.data-collection .social-media-wrapper .social-media {
  display: block !important;
}
.data-collection .social-media-wrapper .social-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .data-collection .social-media-wrapper {
    margin-top: 3.125em;
    margin-bottom: 1.875em;
  }
  .data-collection .social-media-wrapper .social-wrapper {
    width: auto;
    padding: 0 1.875em;
  }
  .data-collection .social-media-wrapper .social-link {
    width: 1.875em;
    height: 1.875em;
  }
}

.data-collection_downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5em;
}
@media screen and (max-width: 1200px) {
  .data-collection_downloads {
    gap: 2.3125em;
  }
}
@media screen and (max-width: 767px) {
  .data-collection_downloads {
    gap: 1.75em;
  }
}
.data-collection_downloads .data-collection_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375em;
  overflow: hidden;
}
.data-collection_downloads .data-collection_card .img-wrap {
  overflow: hidden;
}
.data-collection_downloads .data-collection_card .img-wrap img {
  width: 21.875em;
  height: 21.875em;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #d9d9d9;
}
@media screen and (max-width: 1200px) {
  .data-collection_downloads .data-collection_card .img-wrap img {
    width: 15.625em;
    height: 18.75em;
  }
}
@media screen and (max-width: 767px) {
  .data-collection_downloads .data-collection_card .img-wrap img {
    width: 17.6875em;
    height: 9.375em;
  }
}
.data-collection_downloads .data-collection_card b {
  font-weight: 700;
  font-size: 1.09375em;
  text-transform: uppercase;
  text-align: center;
  color: #00274c;
}
.data-collection_downloads .data-collection_card a {
  background-color: #00274c;
  font-size: 1em;
  line-height: 1.3125em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1em 2.125em;
  color: #ffffff;
  border-radius: 3.625em;
  border: 1px solid #00274c;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.data-collection_downloads .data-collection_card a:hover {
  color: #00274c;
  background-color: #fff;
}
.data-collection_downloads .data-collection_card a .fa-download {
  margin-left: 0.9375em;
}

.data_collection__modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: white;
  background-color: rgba(141, 141, 141, 0.4509803922);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-height: 800px) and (orientation: landscape) {
  .data_collection__modal {
    max-height: 100vh;
  }
}
.data_collection__modal .data_collection__form-modal {
  -webkit-transform: scale(0);
          transform: scale(0);
  font-family: "econ-sans", sans-serif;
  width: 42.25em;
  min-height: 26.1875em;
  background: #008cc3;
  border-radius: 0.75em;
  text-align: center;
  margin: 1.5625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75em;
  padding: 2.5em 0.75em;
}
@media screen and (max-height: 800px) and (orientation: landscape) {
  .data_collection__modal .data_collection__form-modal {
    max-height: 75vh;
    overflow-y: scroll;
    min-height: 0;
  }
}
.data_collection__modal .data_collection__form-modal h1 {
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 3.125em;
  color: inherit;
  font-style: normal;
  font-weight: 400;
}
.data_collection__modal .data_collection__form-modal .exit {
  position: absolute;
  font-size: 1.5625em;
  top: 0.8125em;
  right: 1.1875em;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.data_collection__modal .data_collection__form-modal h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5625em;
  margin: 0;
  font-family: "econ-sans", sans-serif;
  color: inherit;
}
.data_collection__modal .data_collection__form-modal p {
  color: inherit;
  max-width: 28.75em;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375em;
  line-height: 1.25em;
  text-align: left;
  margin: 0;
}
.data_collection__modal .data_collection__form-modal ul {
  padding-left: 25px;
}
.data_collection__modal .data_collection__form-modal ul li {
  list-style: decimal;
}
.data_collection__modal .data_collection__form-modal ul li p {
  padding-left: 5px;
}
.data_collection__modal .data_collection__form-modal .modal-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 0.9375em;
}
.data_collection__modal .data_collection__form-modal .modal-button-container .subscribe-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.3125em;
  text-transform: uppercase;
  background: #00274c;
  border: solid 0.125em #00274c;
  border-radius: 3.625em;
  padding: 1em 2.125em;
  max-width: 10.625em;
  border: none;
  margin-top: 1.5625em;
}
.data_collection__modal .data_collection__form-modal .modal-button-container .subscribe-btn:hover {
  color: #00274c;
  background-color: white;
}

.data-collection__recommendations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5625em;
  background-color: #00274c;
  padding: 3.125em 3.75em;
  margin-bottom: 2.875em;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1200px) {
  .data-collection__recommendations {
    padding: 0.9375em 1.25em;
  }
}
.data-collection__recommendations h3 {
  font-family: "econ-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.655em;
  color: #ffffff !important;
  margin: 0;
}
.data-collection__recommendations-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75em;
}
.data-collection__recommendations-item .svg-wrapper {
  width: 3.25em;
  height: 2.86em;
}
.data-collection__recommendations-item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 1em !important;
  line-height: 0.9375em !important;
  color: #ffffff !important;
}
@media screen and (max-width: 1200px) {
  .data-collection__recommendations-item p {
    font-size: 0.875em !important;
    line-height: 1.3125em !important;
  }
}

.data-collection-wrap-ipad {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dc-header-bold {
  color: #91c9d8;
}

.data-collection-margin {
  margin-bottom: 3.125em;
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
  .dc-outer-left {
    left: 0.2625em !important;
  }
}

/* PMI frontpage  */
.section-plastic-management-index,
.section-more-content {
  padding: 0 0;
}
.section-plastic-management-index h1,
.section-plastic-management-index p,
.section-more-content h1,
.section-more-content p {
  color: #fff !important;
}
.section-plastic-management-index .content-heading p,
.section-more-content .content-heading p {
  font-size: 1.25em;
  font-weight: 300;
}
.section-plastic-management-index .embed-container,
.section-more-content .embed-container {
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .section-plastic-management-index .embed-container,
  .section-more-content .embed-container {
    padding: 0 1.875em;
  }
}

.plastic-index {
  font-size: 16px;
  padding-bottom: 6.25em;
  text-align: center;
  max-width: 75em;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .plastic-index {
    height: auto;
  }
}
.plastic-index__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plastic-index__flex--comparison {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
@media screen and (max-width: 767px) {
  .plastic-index__flex--comparison {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.plastic-index__flex--sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 1em 0 0;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
@media screen and (max-width: 767px) {
  .plastic-index__flex--sa {
    margin: 0;
  }
}
.plastic-index__flex--row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.plastic-index__flex--col {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
@media screen and (max-width: 1200px) {
  .plastic-index__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.plastic-index__overlay {
  position: absolute;
  background: rgba(35, 42, 108, 0.67);
  top: 224.5px;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
@media screen and (device-width: 1200px) and (device-height: 1366px) {
  .plastic-index__overlay {
    top: 220.5px;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index__overlay {
    top: 221.5px;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index__overlay {
    top: 248.5px;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index__overlay {
    top: 348.4px;
  }
}
.plastic-index__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 53.75em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .plastic-index__tabs {
    position: relative;
    width: 115%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.plastic-index__tab, .plastic-index__button {
  position: relative;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5em;
  outline: none !important;
  border: none;
  color: rgb(8, 194, 211);
  background-color: transparent;
  border-bottom: 1px solid rgb(8, 194, 211);
  padding: 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
  pointer-events: all;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .plastic-index__tab, .plastic-index__button {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index__tab.jp, .jp.plastic-index__button {
    font-size: 0.9375em;
  }
}
@media screen and (max-width: 350px) {
  .plastic-index__tab.jp, .jp.plastic-index__button {
    font-size: 0.75em;
  }
}
.plastic-index__tab::after, .plastic-index__button::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.plastic-index__tab:hover, .plastic-index__button:hover, .plastic-index__tab--active {
  color: #ffffff;
}
.plastic-index__tab:hover::after, .plastic-index__button:hover::after, .plastic-index__tab--active::after {
  background-color: #ffffff;
}
.plastic-index__content {
  padding: 42px 0 3.125em;
  position: relative;
  display: none;
  height: 90%;
}
@media screen and (max-width: 767px) {
  .plastic-index__content {
    width: 100%;
  }
}
.plastic-index__content--active {
  display: block;
}
.plastic-index__content--map {
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .plastic-index__content--map {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .plastic-index__content--map::-webkit-scrollbar {
    background: transparent;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index__content--rankings {
    overflow-x: scroll;
  }
  .plastic-index__content--rankings::-webkit-scrollbar {
    background: transparent;
    display: none;
  }
}
.plastic-index__map {
  display: none;
  width: 80vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .plastic-index__map {
    width: 100%;
  }
  .plastic-index__map#graph-container {
    left: 0;
    -webkit-transform: none;
            transform: none;
    max-width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index__map {
    width: 90vw;
  }
}
.plastic-index__map.active {
  display: block;
}
.plastic-index__map .graph-arrows {
  display: none;
}
@media screen and (max-width: 767px) {
  .plastic-index__map .graph-arrows {
    display: block;
  }
  .plastic-index__map .graph-arrows__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .plastic-index__map .graph-arrows__arrow.right {
    right: 0;
  }
  .plastic-index__map .graph-arrows__arrow.left {
    left: 0;
  }
}
.plastic-index__map-img {
  max-width: 100%;
}
.plastic-index__map-legends {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  display: none;
}
@media screen and (min-width: 1441px) {
  .plastic-index__map-legends {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index__map-legends {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    bottom: -1.875em;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index__map-legends {
    width: 110%;
  }
}
.plastic-index__map-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.5em;
}
.plastic-index__map-legend p {
  font-family: "Bebas Neue", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .plastic-index__map-legend p {
    font-size: 12px !important;
  }
}
.plastic-index__map-legend .plastic-index__map-legend-point {
  width: 0.625em;
  height: 0.625em;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.375em;
}
@media screen and (max-width: 767px) {
  .plastic-index__map-legend .plastic-index__map-legend-point {
    width: 0.5em;
    height: 0.5em;
  }
}
.plastic-index__map-legend .plastic-index__map-legend-point.country {
  background-color: rgb(255, 192, 0);
}
.plastic-index__map-legend .plastic-index__map-legend-point.region {
  background-color: rgb(144, 255, 200);
}
.plastic-index__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .plastic-index__buttons {
    font-size: 16px;
  }
}
.plastic-index__buttons .animated-child {
  margin: 0 1.15625em;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .plastic-index__buttons .animated-child {
    width: 50%;
    margin: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index__buttons .button--primary {
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  .plastic-index__buttons .button--primary {
    padding: 10px;
  }
}
.plastic-index__button {
  font-size: 1.2em;
  background-color: #ffffff;
  color: hsl(203, 59%, 54%);
  border-radius: 1.15625em;
  width: 100%;
  max-width: 11.4375em;
  height: 1.8125em;
  line-height: 1;
}
.plastic-index__button:hover {
  background-color: hsl(203, 59%, 54%);
  color: #ffffff;
}
.plastic-index__button:not(:last-child) {
  margin-right: 3em;
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .plastic-index__button {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index__button {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index__button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    margin: 0.5em 0 0 0.5em !important;
  }
  .plastic-index__button#region-report {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 0.625em !important;
  }
}
.plastic-index__switch {
  width: 3.1875em;
  height: 1.6875em;
  pointer-events: all;
  position: relative;
  background-color: hsl(233, 16%, 78%);
  border-radius: 0.84375em;
  border: 0.0625em solid rgb(12, 80, 176);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .plastic-index__switch {
    position: sticky;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .plastic-index__switch--in-graph {
    bottom: 1.25em;
  }
}
.plastic-index__switch-indicator {
  width: 1.25em;
  height: 1.25em;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  right: 1.625em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: 3;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.plastic-index__switch-indicator--graph {
  right: 0.1875em;
}
.plastic-index__switch-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plastic-index__switch-icon--graph {
  right: 0.5625em;
}
.plastic-index__switch-icon--map {
  left: 0.375em;
}
.plastic-index__toggle {
  max-width: 100%;
  cursor: pointer;
  display: none;
}
.plastic-index__toggle--active {
  display: block;
}
.plastic-index__table {
  table-layout: fixed;
  width: 100% !important;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .plastic-index__table--profile.desktop {
    display: none;
  }
}
.plastic-index__table--profile.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .plastic-index__table--profile.mobile {
    display: table;
    table-layout: auto;
  }
}
.plastic-index__table--profile .plastic-index__header {
  background-color: rgb(211, 211, 211);
}
.plastic-index__table--profile .plastic-index__header-text:nth-child(1) {
  width: 60%;
}
.plastic-index__table--profile td {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.plastic-index__table--profile .plastic-index__row-title {
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 1em !important;
}
.plastic-index__table--profile .plastic-index__row-title:first-child {
  width: 60%;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .plastic-index__table--profile .plastic-index__row-title.jp {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index__table--profile .plastic-index__row-title.score-title {
    min-width: 40px !important;
  }
}
.plastic-index__table--profile .plastic-index__data:first-child {
  padding: 0 1em;
}
.plastic-index__table--profile .plastic-index__data--score {
  font-size: 1.25em;
}
.plastic-index .dataTables_length,
.plastic-index #rankings_filter,
.plastic-index .dataTables_info {
  display: none;
}
.plastic-index table.dataTable.no-footer {
  border-bottom: none !important;
}
.plastic-index .map-point {
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.plastic-index .map-point.germany {
  left: 48%;
  top: 15%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.germany {
    top: 18%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.germany {
    top: 53%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.germany {
    top: 98%;
    left: 50%;
  }
}
.plastic-index .map-point.germany .country-name,
.plastic-index .map-point.germany .rank,
.plastic-index .map-point.germany .rank_number {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.plastic-index .map-point.japan {
  top: 31%;
  left: 82%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.japan {
    top: 26%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.japan {
    top: 32%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.japan {
    top: 63%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.japan {
    top: 108%;
    left: 80%;
  }
}
.plastic-index .map-point.japan .country-name,
.plastic-index .map-point.japan .rank,
.plastic-index .map-point.japan .rank_number {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.plastic-index .map-point.france {
  top: 25%;
  left: 44%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.france {
    top: 22.7%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.france {
    top: 57%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.france {
    top: 103%;
  }
}
.plastic-index .map-point.france .country-name,
.plastic-index .map-point.france .rank,
.plastic-index .map-point.france .rank_number {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.plastic-index .map-point.uk {
  top: 18%;
  left: 39%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.uk {
    top: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.uk {
    top: 19%;
    left: 37%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.uk {
    top: 52%;
    left: 39%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.uk {
    top: 96%;
  }
}
.plastic-index .map-point.uk .country-name,
.plastic-index .map-point.uk .rank,
.plastic-index .map-point.uk .rank_number {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.plastic-index .map-point.us {
  top: 31%;
  left: 13%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.us {
    top: 27%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.us {
    top: 26%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.us {
    top: 58%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.us {
    top: 106%;
    left: 10%;
  }
}
.plastic-index .map-point.us .country-name,
.plastic-index .map-point.us .rank,
.plastic-index .map-point.us .rank_number {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.plastic-index .map-point.sweden {
  top: 10%;
  left: 46%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.sweden {
    top: 12%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.sweden {
    top: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.sweden {
    top: 45%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.sweden {
    top: 89%;
  }
}
.plastic-index .map-point.sweden .country-name,
.plastic-index .map-point.sweden .rank,
.plastic-index .map-point.sweden .rank_number {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.plastic-index .map-point.finland {
  top: 10%;
  left: 50%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.finland {
    top: 12%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.finland {
    top: 43%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.finland {
    top: 87%;
  }
}
.plastic-index .map-point.finland .country-name,
.plastic-index .map-point.finland .rank,
.plastic-index .map-point.finland .rank_number {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.plastic-index .map-point.australia {
  top: 72%;
  left: 83%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.australia {
    top: 76%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.australia {
    top: 113%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.australia {
    top: 158%;
    left: 80%;
  }
}
.plastic-index .map-point.australia .country-name,
.plastic-index .map-point.australia .rank,
.plastic-index .map-point.australia .rank_number {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.plastic-index .map-point.chile {
  top: 72%;
  left: 21%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.chile {
    top: 82%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.chile {
    top: 82%;
    left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.chile {
    top: 163%;
    left: 17%;
  }
}
.plastic-index .map-point.chile .country-name,
.plastic-index .map-point.chile .rank,
.plastic-index .map-point.chile .rank_number {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.plastic-index .map-point.china {
  top: 39%;
  left: 70%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.china {
    top: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.china {
    left: 68%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.china {
    left: 71%;
    top: 73%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.china {
    top: 111%;
  }
}
.plastic-index .map-point.china .country-name,
.plastic-index .map-point.china .rank,
.plastic-index .map-point.china .rank_number {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.plastic-index .map-point.vietnam {
  top: 48%;
  left: 75%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.vietnam {
    top: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.vietnam {
    top: 50%;
    left: 74%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.vietnam {
    top: 91%;
    left: 76%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.vietnam {
    top: 136%;
    left: 75%;
  }
}
.plastic-index .map-point.vietnam .country-name,
.plastic-index .map-point.vietnam .rank,
.plastic-index .map-point.vietnam .rank_number {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.plastic-index .map-point.thailand {
  top: 44%;
  left: 72%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.thailand {
    top: 47%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.thailand {
    top: 44%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.thailand {
    top: 83%;
    left: 76%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.thailand {
    top: 126%;
    left: 73%;
  }
}
.plastic-index .map-point.thailand .country-name,
.plastic-index .map-point.thailand .rank,
.plastic-index .map-point.thailand .rank_number {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.plastic-index .map-point.malaysia {
  top: 56%;
  left: 77%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.malaysia {
    top: 56%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.malaysia {
    top: 59%;
    left: 76%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.malaysia {
    top: 87%;
    left: 73%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.malaysia {
    top: 124%;
    left: 70%;
  }
}
.plastic-index .map-point.malaysia .country-name,
.plastic-index .map-point.malaysia .rank,
.plastic-index .map-point.malaysia .rank_number {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.plastic-index .map-point.brazil {
  top: 61%;
  left: 27%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.brazil {
    top: 66%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.brazil {
    top: 64%;
    left: 26%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.brazil {
    top: 100%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.brazil {
    top: 143%;
    left: 24%;
  }
}
.plastic-index .map-point.brazil .country-name,
.plastic-index .map-point.brazil .rank,
.plastic-index .map-point.brazil .rank_number {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.plastic-index .map-point.ghana {
  top: 53%;
  left: 40%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.ghana {
    top: 51%;
    left: 39%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.ghana {
    top: 87%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.ghana {
    top: 129%;
    left: 36%;
  }
}
.plastic-index .map-point.ghana .country-name,
.plastic-index .map-point.ghana .rank,
.plastic-index .map-point.ghana .rank_number {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.plastic-index .map-point.indonesia {
  top: 60%;
  left: 78%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.indonesia {
    top: 61%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.indonesia {
    top: 63%;
    left: 79%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.indonesia {
    top: 94%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.indonesia {
    top: 140%;
    left: 78%;
  }
}
.plastic-index .map-point.indonesia .country-name,
.plastic-index .map-point.indonesia .rank,
.plastic-index .map-point.indonesia .rank_number {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.plastic-index .map-point.rf {
  top: 18%;
  left: 67%;
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.rf {
    top: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.rf {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.rf {
    top: 92%;
  }
}
.plastic-index .map-point.rf .country-name,
.plastic-index .map-point.rf .rank,
.plastic-index .map-point.rf .rank_number {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.plastic-index .map-point.sa {
  top: 72%;
  left: 48%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.sa {
    top: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.sa {
    top: 78%;
    left: 49%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.sa {
    top: 113%;
    left: 48%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.sa {
    top: 156%;
    left: 45%;
  }
}
.plastic-index .map-point.sa .country-name,
.plastic-index .map-point.sa .rank,
.plastic-index .map-point.sa .rank_number {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.plastic-index .map-point.argentina {
  top: 66%;
  left: 23%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.argentina {
    top: 74%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.argentina {
    top: 71%;
    left: 22%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.argentina {
    top: 111%;
    left: 23%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.argentina {
    top: 153%;
    left: 20%;
  }
}
.plastic-index .map-point.argentina .country-name,
.plastic-index .map-point.argentina .rank,
.plastic-index .map-point.argentina .rank_number {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.plastic-index .map-point.india {
  top: 40%;
  left: 66%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.india {
    top: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.india {
    top: 46%;
    left: 64%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.india {
    top: 76%;
    left: 65%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.india {
    top: 116%;
    left: 62%;
  }
}
.plastic-index .map-point.india .country-name,
.plastic-index .map-point.india .rank,
.plastic-index .map-point.india .rank_number {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.plastic-index .map-point.mexico {
  top: 38%;
  left: 9%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.mexico {
    top: 33%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.mexico {
    top: 34%;
    left: 7%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.mexico {
    top: 69%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.mexico {
    top: 119%;
    left: 5%;
  }
}
.plastic-index .map-point.mexico .country-name,
.plastic-index .map-point.mexico .rank,
.plastic-index .map-point.mexico .rank_number {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.plastic-index .map-point.egypt {
  top: 42%;
  left: 51%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.egypt {
    top: 37%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.egypt {
    top: 43%;
    left: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.egypt {
    top: 76%;
    left: 49%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.egypt {
    top: 113%;
  }
}
.plastic-index .map-point.egypt .country-name,
.plastic-index .map-point.egypt .rank,
.plastic-index .map-point.egypt .rank_number {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.plastic-index .map-point.kenya {
  top: 54%;
  left: 55%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.kenya {
    top: 58%;
    left: 53%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.kenya {
    top: 60%;
    left: 54%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.kenya {
    top: 91%;
    left: 53%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.kenya {
    top: 135%;
    left: 50%;
  }
}
.plastic-index .map-point.kenya .country-name,
.plastic-index .map-point.kenya .rank,
.plastic-index .map-point.kenya .rank_number {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.plastic-index .map-point.jordan {
  top: 38%;
  left: 53%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.jordan {
    top: 32%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.jordan {
    top: 73%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.jordan {
    top: 109%;
  }
}
.plastic-index .map-point.jordan .country-name,
.plastic-index .map-point.jordan .rank,
.plastic-index .map-point.jordan .rank_number {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.plastic-index .map-point.nigeria {
  top: 51%;
  left: 43%;
}
@media screen and (max-width: 1440px) {
  .plastic-index .map-point.nigeria {
    top: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.nigeria {
    left: 44%;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point.nigeria {
    top: 93%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point.nigeria {
    top: 134%;
    left: 41%;
  }
}
.plastic-index .map-point.nigeria .country-name,
.plastic-index .map-point.nigeria .rank,
.plastic-index .map-point.nigeria .rank_number {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.plastic-index .country-name {
  opacity: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.9375em;
  position: relative;
  z-index: 10;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 1441px) {
  .plastic-index .country-name {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index .country-name {
    display: none;
  }
}
.plastic-index .country-name--show {
  -webkit-animation: fade-in 0.5s forwards;
          animation: fade-in 0.5s forwards;
}
.plastic-index .country-name::before {
  position: absolute;
  top: -8px;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #e42029;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.plastic-index .country-name--country-report::before {
  background: rgb(255, 192, 0);
}
.plastic-index .country-name--region-report::before {
  background: rgb(144, 255, 200);
}
.plastic-index .map-point div.rank {
  overflow: hidden;
  height: 8.125em;
  line-height: 3.125em;
  position: absolute;
  margin: auto;
  left: 0;
  top: 2.625em;
  right: 0;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point div.rank {
    display: none;
  }
}
.plastic-index .map-point div.rank_number {
  color: #ffffff;
  width: 2.11125em;
  height: 2.11125em;
  line-height: 2.25em;
  position: absolute;
  max-width: 3em;
  margin: auto;
  left: 0;
  top: 3.75em;
  right: 0;
  font-size: 1.125em;
  cursor: pointer;
  border-radius: 50%;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 0.125em 0.25em 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125em 0.25em 0 rgba(0, 0, 0, 0.08);
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .plastic-index .map-point div.rank_number[data-country-report=true] {
    color: rgb(255, 192, 0);
  }
  .plastic-index .map-point div.rank_number[data-region-report=true] {
    color: rgb(144, 255, 200);
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .map-point div.rank_number {
    font-size: 0.75em;
  }
}
.plastic-index .map-point div.rank_number--top {
  color: rgb(27, 35, 99);
  background: rgba(255, 255, 255, 0.9);
}
.plastic-index .map-point div.rank_number:before {
  position: absolute;
  /*content: '';*/
  width: 3.125em;
  height: 3.125em;
  /*border-radius: 50%;
  left: 0;
  right: 0;
  background: rgba(99, 99, 99, 0.25);*/
  margin: auto;
}
.plastic-index .position-rank-wrap {
  position: relative;
  display: block;
  height: 9.375em;
  top: -198px;
  overflow: hidden;
  min-width: 3.125em;
}
.plastic-index .map-point div.rank:after {
  content: "";
  position: absolute;
  height: 4.5em;
  width: 0.125em;
  top: 3.1875em;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 0.09375em dotted rgba(255, 255, 255, 0.4);
}
.plastic-index .animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.plastic-index .slideInUp {
  -webkit-animation: slideInUp 0.5s forwards;
          animation: slideInUp 0.5s forwards;
}
.plastic-index .slideInUpBar {
  -webkit-animation: slideInUpBar 0.5s ease-in-out forwards;
          animation: slideInUpBar 0.5s ease-in-out forwards;
}
.plastic-index .zoomIn {
  -webkit-animation: zoomIn 0.5s forwards;
          animation: zoomIn 0.5s forwards;
}
@media screen and (max-width: 767px) {
  .plastic-index .graph-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    max-width: 70vw;
    margin: 0 auto;
  }
  .plastic-index .graph-wrapper::-webkit-scrollbar {
    background: transparent;
    display: none;
  }
}
.plastic-index .graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 31.25em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1200px) {
  .plastic-index .graph {
    height: 19.5em;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index .graph {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 18px;
  }
}
.plastic-index .graph__item {
  font-family: "Bebas Neue", sans-serif;
  width: 1.875em;
  height: 100%;
  margin: 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding-top: 1.25em;
}
.plastic-index .graph__item::before {
  content: attr(data-before);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.75em;
}
@media screen and (max-width: 767) {
  .plastic-index .graph__item {
    margin: 0 1em;
  }
}
.plastic-index .graph__bar {
  width: 0.8125em;
  background-color: rgb(46, 163, 245);
  display: block;
  margin: 0 auto;
  border-radius: 2em;
  position: relative;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@media screen and (max-width: 767px) {
  .plastic-index .graph__bar {
    width: 0.625em;
  }
}
.plastic-index .graph__flag {
  max-width: 100%;
  margin: 1em 0 0.125em;
  z-index: 8;
  height: auto !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.plastic-index .graph__flag:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.plastic-index .graph__flag:hover + .graph__tooltip {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .plastic-index .graph__flag {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.plastic-index .graph__tooltip {
  font-size: 12px;
  position: absolute;
  bottom: -43px;
  width: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: capitalize;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
.plastic-index__header {
  background-color: #ffffff;
  color: rgb(78, 78, 78);
}
.plastic-index__header-text:hover p, .plastic-index__header-text.sorting_asc p, .plastic-index__header-text.sorting_desc p {
  color: rgb(68, 149, 206) !important;
}
.plastic-index__header-text p {
  font-family: "Bebas Neue", sans-serif !important;
  color: rgb(78, 78, 78) !important;
  position: relative;
  margin: 0;
  line-height: 1.3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.plastic-index__header-text p.third::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .plastic-index__header-text.jp p {
    font-size: 13px;
  }
}
.plastic-index__data-row,
.plastic-index table.dataTable tbody tr {
  background-color: transparent;
}
.plastic-index__data-row:not(.plastic-index__data-row--header):hover,
.plastic-index table.dataTable tbody tr:not(.plastic-index__data-row--header):hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: default;
}
.plastic-index__data-row--even, .plastic-index__data-row.even,
.plastic-index table.dataTable tbody tr--even,
.plastic-index table.dataTable tbody tr.even {
  background-color: rgba(255, 255, 255, 0.03);
}
.plastic-index__data-row--header,
.plastic-index table.dataTable tbody tr--header {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: hsl(203, 59%, 54%);
}
.plastic-index__data,
.plastic-index td {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1em;
  color: #ffffff;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .plastic-index__data,
  .plastic-index td {
    font-size: 0.875em;
  }
}
.plastic-index__data:nth-child(1),
.plastic-index td:nth-child(1) {
  font-family: "SF Pro Display", sans-serif;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .plastic-index #rankings_wrapper {
    width: 200%;
  }
}
.plastic-index #rankings td:nth-child(1) {
  text-transform: capitalize;
  padding-left: 18px;
  cursor: pointer;
}
.plastic-index #rankings thead {
  position: sticky;
  top: 0;
}
.plastic-index #rankings thead th:first-child {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .plastic-index #rankings td {
    font-size: 0.875em;
  }
}
.plastic-index__sort {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
}
@media screen and (max-width: 767px) {
  .plastic-index__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: sticky;
    left: 0;
    margin-bottom: 2.5em;
  }
  .plastic-index__sort p {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0;
    text-align: left;
  }
  .plastic-index__sort .plastic-index__selection {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
    margin: 0;
  }
}
.plastic-index .slider {
  position: sticky;
  left: 0;
  margin: 2.5em 0 0;
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .plastic-index .slider {
    display: block;
  }
}
.plastic-index .slider__indicator {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  background-color: #2960a3;
  border-radius: 2em;
}
.plastic-index .slider__indicator::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 1.25em;
  /* Set a specific slider handle width */
  height: 1.25em;
  /* Slider handle height */
  background: #fff;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 50%;
}
.plastic-index .slider__indicator::-moz-range-thumb {
  width: 1.25em;
  /* Set a specific slider handle width */
  height: 1.25em;
  /* Slider handle height */
  background: #fff;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 50%;
}
.plastic-index__selection {
  position: relative;
  width: 50%;
  margin: 0 1em 1.875em 0;
}
.plastic-index__selection p {
  margin-bottom: 0.5em;
  font-size: 1em !important;
}
.plastic-index__selection--profile {
  width: 100%;
  padding-right: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .plastic-index__selection--profile {
    padding-right: 0;
  }
}
.plastic-index__selection--profile p {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 0;
}
.plastic-index__selection--profile .plastic-index__country-select {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
}
@media screen and (max-width: 767px) {
  .plastic-index__selection--profile .plastic-index__country-select {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.plastic-index__selection svg {
  position: absolute;
  top: 50%;
  right: 0.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plastic-index__selection--rankings {
  width: 100%;
}
.plastic-index__selection--map {
  display: none;
}
@media screen and (max-width: 1200px) {
  .plastic-index__selection--map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 31.25em;
    margin: 0 auto 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index__selection--map {
    position: sticky;
    left: 0;
  }
}
.plastic-index__country-select {
  border: none;
  outline: none;
  width: 100%;
  min-width: 9.375em;
  padding: 0.1875em 0.75em;
  color: rgb(94, 94, 94);
  border-radius: 2em;
  font-family: "SF Pro Display", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: all;
  text-transform: capitalize;
  background: url("../../../back-to-blue/assets/img/2021/dd-icon.svg"), #fff;
  background-repeat: no-repeat;
  background-position: 99% center;
  cursor: pointer;
}
.plastic-index__country-select--category {
  display: none;
}
@media screen and (max-width: 767px) {
  .plastic-index__country-select--category {
    display: block;
  }
}
.plastic-index__profile-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media screen and (max-width: 1200px) {
  .plastic-index__profile-col:first-child {
    margin-bottom: 2em;
  }
}
.plastic-index__profile-col--overview {
  text-align: left;
}
.plastic-index__profile-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em !important;
  font-weight: 400 !important;
  font-family: "Bebas Neue", sans-serif !important;
  max-width: 52px;
  line-height: 1.3;
}
.plastic-index__profile-rank:first-child {
  margin-right: 2.25em;
  position: relative;
}
.plastic-index__profile-rank:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #ffffff;
  right: -30%;
}
.plastic-index__profile-rank .country-score,
.plastic-index__profile-rank .country-rank {
  font-size: 2.1875em;
}
.plastic-index__country-overview {
  padding-right: 1.5em;
}
@media screen and (max-width: 1200px) {
  .plastic-index__country-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .plastic-index__country-overview .plastic-index__flex--row {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.plastic-index__chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.5em auto 2.5em auto;
  position: relative;
  max-width: 31.25em;
}
.plastic-index__profile-chart {
  width: 28.125em !important;
  height: 28.125em !important;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .plastic-index__profile-chart {
    width: 21.875em !important;
    height: 21.875em !important;
  }
}
.plastic-index__chart-label {
  position: absolute;
  font-size: 0.9375em !important;
  line-height: 1em;
  font-family: "Bebas Neue", sans-serif !important;
  margin: 0;
  color: #fff;
}
.plastic-index__chart-label:nth-child(1) {
  top: 0;
  left: 55%;
}
.plastic-index__chart-label:nth-child(2) {
  top: 40%;
  right: 0%;
}
@media screen and (device-width: 1200px) and (device-height: 1366px) {
  .plastic-index__chart-label:nth-child(2) {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index__chart-label:nth-child(2) {
    right: 3%;
  }
}
.plastic-index__chart-label:nth-child(3) {
  bottom: 0;
  left: 55%;
}
.plastic-index__chart-label:nth-child(4) {
  top: 40%;
  left: 0%;
}
@media screen and (device-width: 1200px) and (device-height: 1366px) {
  .plastic-index__chart-label:nth-child(4) {
    left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index__chart-label:nth-child(4) {
    left: 3%;
  }
}
.plastic-index__country-col-name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25em;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(0, 0, 0, 0.7);
  line-height: 1em;
  padding: 6px 0;
}
.plastic-index__country-col-name.one {
  background-color: RGB(0, 204, 255);
}
.plastic-index__country-col-name.two {
  background-color: RGB(255, 168, 0);
}
.plastic-index__chart-legends {
  max-width: 21.875em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .plastic-index__chart-legends {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .plastic-index__chart-labels {
    display: none;
  }
}
.plastic-index__chart-labels-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .plastic-index__chart-labels-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 115%;
  }
  .plastic-index__chart-labels-mobile .plastic-index__legend-text {
    font-size: 13px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .plastic-index__chart-labels-mobile .plastic-index__legend-text:nth-child(3) {
    padding-right: 14px;
  }
  .plastic-index__chart-labels-mobile .plastic-index__legend-text.overall::before {
    background-color: RGB(255, 100, 100);
  }
  .plastic-index__chart-labels-mobile .plastic-index__legend-text.governance::before {
    background-color: RGB(226, 156, 255);
  }
  .plastic-index__chart-labels-mobile .plastic-index__legend-text.stakeholder::before {
    background-color: RGB(1, 255, 247);
  }
  .plastic-index__chart-labels-mobile .plastic-index__legend-text.systemic::before {
    background-color: RGB(187, 255, 23);
  }
}
.plastic-index__chart-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 1.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.plastic-index__legend-text {
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 1.125em;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  line-height: 1;
}
.plastic-index__legend-text::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plastic-index__legend-text.first::before {
  background-color: rgb(0, 204, 255);
}
.plastic-index__legend-text.second::before {
  background-color: rgb(255, 168, 0);
}
.plastic-index__legend-bar {
  width: 2.5em;
  height: 0.125em;
  display: inline-block;
  margin-left: 0.5em;
}
.plastic-index__legend-bar.first {
  background-color: rgb(0, 204, 255);
}
.plastic-index__legend-bar.second {
  background-color: rgb(255, 168, 0);
}
.plastic-index .animated-row {
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  opacity: 0;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    opacity: 1;
  }
}
@-webkit-keyframes slideInUpBar {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes slideInUpBar {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
.articles__grid-bs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 20px 1fr 20px 1fr 20px g;
  grid-template-rows: repeat(3, 1fr) g;
  grid-gap: 20px;
}
.articles__grid-bs > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.articles__grid-bs > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.articles__grid-bs > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.articles__grid-bs > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.articles__grid-bs > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.articles__grid-bs > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.articles__grid-bs > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.articles__grid-bs > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.articles__grid-bs .small-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.articles__grid-bs .small-card .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .articles__grid-bs .small-card .contents {
    height: auto;
  }
}
.articles__grid-bs .small-card .contents button {
  padding: 0;
  height: auto;
}
.articles__grid-bs .small-card .img-container {
  overflow: hidden;
  width: 100px;
  min-width: 100px;
  height: 100px;
}
.articles__grid-bs .small-card__title {
  color: rgb(0, 39, 76);
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.22px;
  text-align: left;
  margin: 0.5em 0 0;
}
@media (max-width: 767px) {
  .articles__grid-bs .small-card__title {
    margin: 0;
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .articles__grid-bs .small-card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.articles__grid-bs .card:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}
@media screen and (max-width: 911px) {
  .articles__grid-bs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-plastic-management-index {
  padding-top: 30px !important;
}

.whitepaper {
  padding-bottom: 1.25em;
}
.whitepaper.chemicals {
  padding-top: 5.625em;
}
.whitepaper .card__media {
  height: 17.5em;
}
@media screen and (max-width: 767px) {
  .whitepaper .card__media {
    height: 14.375em;
  }
}
@media screen and (max-width: 767px) {
  .whitepaper .card__buttons-container {
    margin-top: 2.5em;
  }
}

.section.more-on-pmi {
  padding: 0 0 2.8125em;
}
.section.more-on-pmi .content-heading {
  text-align: left;
  max-width: none;
}
.section.more-on-pmi .content-heading p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.875em;
  line-height: 1;
  color: rgb(134, 134, 134);
}
.section.more-on-pmi .card__media {
  height: 17.5em;
}
.section.more-on-pmi .card__media > div {
  height: 100%;
}
.section.more-on-pmi .card__media .video-js {
  padding-top: 0;
  height: 100%;
}
.section.more-on-pmi .card__media iframe {
  width: 100%;
  height: 100%;
}

/* Chemicals frontpage */
.section-chemicals {
  padding: 0 0 2.8125em;
}
.section-chemicals .content-heading {
  text-align: center !important;
}
.section-chemicals .content-heading::after {
  content: "";
  display: block;
  width: 140px;
  height: 8px;
  background-color: rgb(8, 194, 211);
  margin: 8px auto 0.8333333333em !important;
}
.section-chemicals h1,
.section-chemicals p {
  color: #ffffff;
}
.section-chemicals .content-heading p {
  font-size: 1.125em;
}
.section-chemicals .embed-container {
  width: 100%;
  height: auto;
  max-width: 1200px;
  padding: 6.25em 0;
  margin: 0 auto;
}
@media screen and (max-width: 1365px) {
  .section-chemicals .embed-container {
    padding: 6.25em 3.75em;
  }
}
@media screen and (max-width: 1200px) {
  .section-chemicals .embed-container {
    padding: 6.25em 1.875em;
  }
}
.section-chemicals .embed-container iframe {
  width: 100%;
  height: 100%;
}

.section-story-preview {
  padding: 0;
  height: 100%;
}
.section-story-preview .story-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.section-story-preview .story-preview.inv-game {
  padding: 2.5em 0;
}
.section-story-preview .story-preview__text {
  max-width: 100%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin-right: 3.125em;
}
.section-story-preview .story-preview__text p {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .section-story-preview .story-preview__text p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1200px) {
  .section-story-preview .story-preview__text {
    padding: 0 3.75em;
  }
}
@media screen and (max-width: 767px) {
  .section-story-preview .story-preview__text {
    padding: 0 1.875em;
  }
}
.section-story-preview .story-preview__media {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  width: 100%;
  height: 500px;
}
.section-story-preview .story-preview__media .image-inner {
  height: inherit;
  overflow: hidden;
}
.section-story-preview .story-preview__media video {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section-story-preview .story-preview__media video {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section-story-preview .story-preview__media {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    height: auto;
  }
}
.section-story-preview .story-preview__buttons .button:first-child {
  margin-right: 0.625em;
}
@media screen and (max-width: 1200px) {
  .section-story-preview .story-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-story-preview .story-preview__text {
    margin: 0 0 2.5em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section-story-preview .content-heading {
    padding: 0;
  }
}

.section-chemicals.p-inner-0 .embed-container {
  padding: 0;
}

.section-game.chemicals {
  padding: 6.375em 0;
}

/* innerpage */
.inner h1,
.inner h2,
.inner h3,
.inner h4,
.inner p,
.inner a,
.inner ul {
  color: #000;
}
.inner h2 {
  font-size: 2em;
}
.inner h4 {
  font-size: 1.375em;
  font-family: "econ-sans", sans-serif;
}
.inner p,
.inner li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .inner p,
  .inner li {
    font-size: 1em;
  }
}
.inner .container {
  padding: 0;
  max-width: none;
}
@media screen and (max-width: 1200px) {
  .inner .container {
    padding: 0 3.75em;
  }
}
@media screen and (max-width: 767px) {
  .inner .container {
    padding: 0 1.875em;
  }
}
.inner__section {
  position: relative;
  background: #fff;
  padding: 2.5em 0 6.25em;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.inner__section.no-padding {
  padding: 0;
}
.inner__content, .inner__content-from {
  max-width: 68.75em;
  margin: 0;
}
.inner__content .section-newsletter, .inner__content-from .section-newsletter {
  padding-bottom: 3.125em;
}
@media screen and (max-width: 1200px) {
  .inner__content, .inner__content-from {
    max-width: none !important;
  }
}
.inner__content-from {
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 9.0625em;
}
@media screen and (min-width: 1441px) {
  .inner__content-from {
    max-width: 1400px;
    padding-left: 10em;
  }
}
@media screen and (max-width: 1200px) {
  .inner__content-from {
    padding-left: 0;
  }
}
.inner__content-from img {
  pointer-events: none;
}
.inner__content-from-label h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25em;
}
.inner__content-from-logo {
  max-width: 5.875em;
}
.inner__content-from-logo img {
  border-radius: 0;
}
.inner__title {
  max-width: 34.375em;
  margin-bottom: 3.125em;
}
.inner__block {
  margin: 3.125em 0;
}
.inner__block--video .video-enlarge {
  margin: 2.5em auto;
}
.inner__block--video .video-embed {
  height: 28.125em;
}
@media screen and (max-width: 1200px) {
  .inner__block--video .video-embed {
    height: auto;
  }
}
.inner__block--video iframe {
  width: 100%;
  height: 100%;
}
.inner__block--video .video-gated-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.inner__block--video .video-gated-overlay .btn-primary {
  font-size: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner__block--video .video-gated-overlay .btn-primary {
    font-size: 20px;
  }
}
.inner__block--lead-text h2 {
  border-bottom: 3px solid #000;
}
.inner__block--text-with-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inner__block--text-with-quote h4 {
  font-weight: 800;
  font-size: 1.5em;
  line-height: 1.3;
}
.inner__block--text-with-quote .text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inner__block--5050 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inner__block--5050 .first {
  padding-right: 3.125em;
}
.inner__block--5050 .first,
.inner__block--5050 .second {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .inner__block--5050 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inner__block--5050 .first {
    padding-right: 0;
  }
}
.inner__block--embed-row iframe {
  width: 100%;
}
.inner__block--quote-section .quoted-text-container {
  padding: 0 2.5em;
}
@media screen and (max-width: 767px) {
  .inner__block--quote-section .quoted-text-container {
    padding: 0 1.25em;
  }
}
.inner__block--quote-section .quoted-text {
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: 700;
  color: #0b2945;
}
.inner__block--grid-images .grid__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1.5625em;
}
.inner__block--grid-images .grid__items img {
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .inner__block--grid-images .grid__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.inner__block--grid-images .grid__item {
  overflow: hidden;
  cursor: pointer;
}
.inner__block--grid-images .grid__item--featured {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.inner__block--grid-images .grid .img-border {
  height: 15.625em;
}
.inner__block--grid-images .grid-description {
  margin-top: 1em;
}
.inner__block--embed-section iframe {
  width: 100%;
}
.inner .spacer {
  margin: 6.25em 0;
}
.inner .img-container,
.inner .inner__block--text p {
  overflow: hidden;
  border-radius: 0.625em;
}
.inner__section-outer {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 75% 25%;
  grid-template-columns: 75% 25%;
  max-width: 1250px;
}
.inner__section-outer.no-chapter-links {
  position: relative;
  /*left: calc(-9.0625em / 2);*/ /* Update - Miguel*/
}
@media screen and (min-width: 1441px) {
  .inner__section-outer.no-chapter-links {
    /*left: calc(-10em / 2);*/ /* Update - Miguel*/
	  calc(em(-160) / 2)
  }
}
.inner__section-outer.no-chapter-links .content-article__sidebar {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .inner__section-outer.no-chapter-links {
    left: 0;
  }
}
.inner__section-outer.infographic .inner__content,
.inner__section-outer.infographic .download-box__content {
  margin-left: 25px !important;
}
.inner__section-outer.infographic .content-more {
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .inner__section-outer, .inner__section-outer.no-chapter-links, .inner__section-outer.infographic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inner__section-outer .inner__content.content-container, .inner__section-outer.no-chapter-links .inner__content.content-container, .inner__section-outer.infographic .inner__content.content-container {
    margin: 0 !important;
    padding: 0 !important;
  }
  .inner__section-outer .content-article__sidebar, .inner__section-outer.no-chapter-links .content-article__sidebar, .inner__section-outer.infographic .content-article__sidebar {
    margin: 0 !important;
    max-width: unset !important;
    width: 100%;
    padding: 0 3.75em;
  }
  .inner__section-outer .content-article__sidebar-group:not(:last-child), .inner__section-outer.no-chapter-links .content-article__sidebar-group:not(:last-child), .inner__section-outer.infographic .content-article__sidebar-group:not(:last-child) {
    margin-bottom: 3.75em;
  }
}
@media screen and (max-width: 767px) {
  .inner__section-outer .content-article__sidebar, .inner__section-outer.no-chapter-links .content-article__sidebar, .inner__section-outer.infographic .content-article__sidebar {
    padding: 0 1.875em;
    max-width: none !important;
  }
}
@media screen and (min-width: 1441px) {
  .inner__section-outer {
    max-width: 1400px;
  }
}
.inner__section-outer .inner__content.content-container {
  padding-right: 3.75em;
  margin-left: 9.0625em;
}
@media screen and (min-width: 1441px) {
  .inner__section-outer .inner__content.content-container {
    margin-left: 10em;
  }
}
.inner__section-outer .content-article__sidebar {
  margin-top: 3.125em;
  max-width: 17.5em;
  margin-left: auto;
  margin-right: 25px;
}
.inner__section-outer .content-article__sidebar .card__read-time p {
  font-size: 0.625em;
  color: #616161;
}
@media screen and (max-width: 767px) {
  .inner__section-outer .content-article__sidebar .card__read-time {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1441px) {
  .inner__section-outer .content-article__sidebar {
    max-width: unset;
    margin-right: 0;
  }
}
.inner__section-outer .content-article__sidebar-group:not(:last-child) {
  margin-bottom: 5.625em;
}
.inner__section-outer .content-article__sidebar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inner__section-outer .content-article__sidebar-item:not(:last-child) {
  margin-bottom: 2.5em;
}
.inner__section-outer .content-article__sidebar-item-head {
  position: relative;
  margin-bottom: 1.125em;
}
.inner__section-outer .content-article__sidebar-item-head::before {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  content: "";
  background: black;
}
.inner__section-outer .content-article__sidebar-item-head h3 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .inner__section-outer .content-article__sidebar-item-head h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .inner__section-outer .content-article__sidebar-item-title h2 {
    font-size: 1.5em !important;
    line-height: 1.1;
  }
}
.inner__section-outer .content-article__sidebar-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.inner__section-outer .content-article__sidebar-item-body:not(:last-child) {
  margin-bottom: 1.875em;
}
.inner__section-outer .content-article__sidebar-thumbnail {
  width: 5.375em;
  height: 5.375em;
  overflow: hidden;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.inner__section-outer .content-article__sidebar-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1em;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 5.375em;
}
.inner__section-outer .content-article__sidebar-item-cta {
  font-size: 0.75em;
  color: #22BFDA;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.inner__section-outer .content-article__sidebar-item-cta:hover {
  color: rgb(0, 39, 76);
}
@media screen and (max-width: 767px) {
  .inner__section-outer .content-article__sidebar-item-cta {
    font-size: 1em;
  }
}
.inner__section-outer .content-article__sidebar-item-title h2,
.inner__section-outer .side-content__body-inner.video .side-content__details h2 {
  font-size: 1.25em;
}
@media screen and (min-width: 1441px) {
  .inner__section-outer .content-article__sidebar-item-title h2,
  .inner__section-outer .side-content__body-inner.video .side-content__details h2 {
    font-size: 1.375em;
  }
}
.inner__section-outer.no_category {
  max-width: 1400px;
  display: block;
  padding-right: 6vw;
}
@media screen and (max-width: 1199px) {
  .inner__section-outer.no_category {
    padding-right: 0;
  }
}
.inner__section-outer:not(.infographic) ~ .download-box .download-box__content {
  margin-left: 9.0625em;
}
@media screen and (min-width: 1441px) {
  .inner__section-outer:not(.infographic) ~ .download-box .download-box__content {
    margin-left: 10em;
  }
}
@media screen and (max-width: 1200px) {
  .inner__section-outer:not(.infographic) ~ .download-box .download-box__content {
    margin-left: 0;
  }
}

.content-more {
  padding: 3.125em 0 0 0;
  max-width: 1200px !important;
  margin: 0 auto;
}
.content-more__inner {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  .content-more {
    max-width: 1400px !important;
  }
}
@media screen and (max-width: 1200px) {
  .content-more {
    padding-left: 3.75em;
    padding-right: 3.75em;
  }
  .content-more__inner {
    max-width: 100%;
  }
  .content-more__inner .title,
  .content-more__inner .grid-explore {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .content-more {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

.inner__sidebar {
  position: absolute;
  top: 18.75em;
  left: 0;
  background-color: #0b2945;
  border-radius: 0 8px 8px 0;
  opacity: 1;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .inner__sidebar {
    padding: 16px 10px;
  }
}
.inner__sidebar .anchor-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 1.25em;
  margin-right: 1.25em;
  font-size: 0.75em;
}
.inner__sidebar .anchor-group:first-child {
  margin-top: 1.25em;
}
.inner__sidebar .anchor-group:last-child {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 1441px) {
  .inner__sidebar .anchor-group {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 768px) {
  .inner__sidebar .anchor-group {
    margin-left: 0;
    margin-right: 0;
  }
  .inner__sidebar .anchor-group:first-child {
    margin-top: 0;
  }
  .inner__sidebar .anchor-group:last-child {
    margin-bottom: 0;
  }
}
.inner__sidebar .anchor-group:not(:last-child) {
  margin-bottom: 0.625em;
}
.inner__sidebar .anchor-group:hover {
  opacity: 0.5;
}
.inner__sidebar .anchor-group.inactive {
  pointer-events: none;
  display: none;
}
.inner__sidebar .anchor-group.inactive .download-icon i {
  opacity: 0.5;
}
.inner__sidebar .anchor-group b {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.inner__sidebar .anchor-group .download-icon {
  margin-left: 24px;
}
@media screen and (max-width: 1200px) {
  .inner__sidebar .anchor-group .download-icon {
    margin-left: 0;
  }
}
.inner__sidebar .anchor-group .download-icon i {
  -webkit-transition: 0.3 ease;
  transition: 0.3 ease;
}
@media screen and (max-width: 768px) {
  .inner__sidebar .anchor-group .chapter-label {
    display: none;
  }
}

.download-box {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 3.125em auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70%;
  grid-template-columns: 70%;
  width: 100%;
  max-width: 1250px;
}
@media screen and (min-width: 1441px) {
  .download-box {
    max-width: 1400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .download-box {
    padding: 1em 4.0625em;
  }
}
.download-box a {
  color: #fff;
}
.download-box__content {
  border: 1px solid #1a96d3;
  padding: 1.875em;
  margin-left: 25px;
}
.download-box__title {
  margin: 0 0 10px !important;
  max-width: none !important;
}
.download-box h2 {
  font-size: 2.2em !important;
}
@media screen and (max-width: 767px) {
  .download-box h2 {
    font-size: 25px !important;
  }
}
.download-box .btn-primary {
  margin: 20px auto 0;
}
@media screen and (max-width: 1200px) {
  .download-box {
    padding: 1em 3.75em;
    max-width: 100%;
    display: block;
  }
  .download-box__content {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .download-box {
    padding: 1em 1.875em;
  }
}

.about-jp-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .about-jp-links .button {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .about-jp-links .button {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .about-jp-links .button:first-of-type {
    margin-right: 4px;
  }
  .about-jp-links .button:last-of-type {
    margin-left: 4px;
  }
}

@media screen and (max-width: 1200px) {
  .inner__content.content-container.content-more {
    padding-left: 3.75em !important;
    padding-right: 3.75em !important;
  }
}
@media screen and (max-width: 767px) {
  .inner__content.content-container.content-more {
    padding-left: 1.875em !important;
    padding-right: 1.875em !important;
  }
}

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  position: relative;
}
.banner h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
}
.banner__background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner__background-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.banner__inner {
  padding: 16.875em 0 5em;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 425px;
}
@media screen and (min-width: 1441px) {
  .banner__inner {
    max-width: 1400px;
    min-height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1365px) {
  .banner__inner {
    max-width: 100%;
    padding: 16.875em 3.75em 5em;
  }
}
@media screen and (max-width: 767px) {
  .banner__inner {
    padding: 16.875em 1.875em 5em;
  }
}
.banner__inner.above-the-fold {
  padding-top: 14.375em;
}
@media screen and (min-width: 1200px) and (max-height: 700px) {
  .banner__inner.above-the-fold {
    padding-top: 12.5em;
  }
}
.banner__inner.above-the-fold video-js {
  height: 32.1875em !important;
  padding-top: 0 !important;
}
.banner__content {
  max-width: 46.875em;
}
.banner__content h1,
.banner__content p {
  color: #fff;
}
.banner__content h1 {
  font-size: 3.125em;
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 500;
  line-height: 1;
  max-width: 80%;
}
.banner__content p {
  font-size: 1.25em;
  line-height: 1.2;
}
.banner__content.above-the-fold {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
  text-align: center;
}
.banner__content.above-the-fold h1 {
  max-width: unset;
}
.banner__content.above-the-fold .atf-text {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .banner__content.above-the-fold .atf-text {
    max-width: 100%;
  }
}
.banner__content.above-the-fold .atf-podcast {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .banner__content.above-the-fold .atf-podcast {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .banner__content h1 {
    font-size: 50px;
    margin-bottom: 14px;
  }
  .banner__content p {
    font-size: 22px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .banner__content h1 {
    font-size: 40px;
  }
  .banner__content p {
    font-size: 16px;
  }
}
.banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .banner__buttons div {
    width: 50%;
  }
  .banner__buttons div:first-child {
    margin-right: 4px;
  }
}
.banner__buttons .button:first-child {
  margin: 0 1.25em 0 0;
}
.banner__buttons .button--black {
  color: #fff;
}
.banner__buttons .button--black:hover {
  border-color: transparent;
  background-color: #fff;
  color: rgb(0, 5, 55);
}
.banner__social .social-media {
  position: absolute;
  bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .banner__social .social-media {
    right: 10px;
  }
}
.banner__social .social-mobile {
  position: absolute;
  bottom: 10px;
}
.banner__read-time {
  font-size: 0.6875em;
}
.banner .carousel-bg,
.banner .video-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.banner .carousel-bg__image {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.banner .carousel-bg .slick-list,
.banner .carousel-bg .slick-track {
  height: 100%;
}
.banner .video-bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner.plain-bg {
  background-color: rgb(11, 41, 69);
}

.hide-button-after .embed-fullpage-intro {
  padding: 0 !important;
}
.hide-button-after .embed-fullpage-intro h1 {
  font-size: 36px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  letter-spacing: 0.29px;
}
.hide-button-after .embed-fullpage-intro__button {
  display: none;
}
.hide-button-after .embed-fullpage-intro .container.content-heading::after {
  display: none;
}

.sticky-banner.outer-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75px;
  z-index: 9;
  pointer-events: auto;
  top: 120vh;
}
@media screen and (max-width: 767px) {
  .sticky-banner.outer-container {
    height: 156px;
  }
}
.sticky-banner.outer-container.sign-up-btn-is-closed {
  opacity: 0;
  z-index: 0;
  display: none;
}
.sticky-banner.outer-container.hidden-at-start {
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sticky-banner.outer-container.has-event .column-wrapper {
  padding: 0 40% 0 10% !important;
}
@media only screen and (max-width: 767px) {
  .sticky-banner.outer-container.has-event .column-wrapper {
    padding: 5% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sticky-banner.outer-container.has-event .column-wrapper {
    padding: 0 5% !important;
  }
}
.sticky-banner.outer-container .container {
  width: 100%;
  height: 100%;
  max-width: unset;
  padding: unset;
  background-color: rgba(20, 31, 70, 0.88);
}
.sticky-banner.outer-container .container .column-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sticky-banner.outer-container .container .column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 14px 20px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sticky-banner.outer-container .container .column-wrapper {
    padding: 0 5%;
  }
}
.sticky-banner.outer-container .container .column-wrapper .close-btn {
  position: absolute;
  top: 0.625em;
  right: 1.25em;
}
@media only screen and (max-width: 767px) {
  .sticky-banner.outer-container .container .column-wrapper .close-btn {
    margin-left: auto;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    right: 0;
    height: auto;
    width: 16px;
  }
}
.sticky-banner.outer-container .container .column-wrapper .close-btn img {
  width: 10px;
}
@media only screen and (max-width: 767px) {
  .sticky-banner.outer-container .container .column-wrapper .close-btn img {
    width: 100%;
    height: auto;
  }
}
.sticky-banner.outer-container .container .column-wrapper .button-wrapper {
  width: 40%;
  padding-right: 5%;
}
@media only screen and (max-width: 767px) {
  .sticky-banner.outer-container .container .column-wrapper .button-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.sticky-banner.outer-container .container .column-wrapper .button-wrapper .sticky-banner__button {
  background-color: #fff;
  color: #39a4ed;
  font-size: 1em;
  line-height: 1em;
  padding: 0.625em 1em;
  text-align: center;
}
.sticky-banner.outer-container .container .column-wrapper .button-wrapper .sticky-banner__button:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
@media only screen and (max-width: 767px) {
  .sticky-banner.outer-container .container .column-wrapper .button-wrapper .sticky-banner__button {
    margin: 0;
    padding: 0.375em 1em;
    font-size: 1.125em;
  }
}
.sticky-banner.outer-container .container .column-wrapper .copy-wrapper {
  width: 60%;
}
.sticky-banner.outer-container .container .column-wrapper .copy-wrapper p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sticky-banner.outer-container .container .column-wrapper .copy-wrapper {
    width: 100%;
  }
  .sticky-banner.outer-container .container .column-wrapper .copy-wrapper p {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100vw;
  height: 100vh;
}
.modal--active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal--success h1 {
  margin-bottom: 10px;
}
.modal--success .modal__container {
  padding: 24px;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .modal--success .modal__container {
    width: 90%;
    height: auto;
    border-radius: 0.5em;
  }
}
.modal__container {
  max-width: 37.5em;
  max-height: 37.5em;
  background: rgb(68, 149, 206);
  padding: 2.1875em;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0.5em;
}
.modal__container.popup {
  width: 100%;
  max-width: 62.5em;
  max-height: 90vh;
}
@media (max-width: 767px) {
  .modal__container {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: 80vh !important;
    border-radius: 0;
    padding: 2.1875em 1em;
  }
}
.modal__container::-webkit-scrollbar {
  display: block !important;
  width: 10px;
}
.modal__container::-webkit-scrollbar-track {
  background: #243c79;
  border-radius: 10px;
}
.modal__container::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 10px;
}
.modal__close {
  display: block;
  width: 1em;
  margin-left: auto;
  cursor: pointer;
}
.modal__embed-details {
  max-width: 70%;
}
.modal__embed-details h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
}
.modal__embed {
  width: 100%;
  height: auto;
  max-height: 55vh;
}
.modal__embed p, .modal__embed iframe, .modal__embed video-js {
  height: 100%;
}

.form {
  font-family: "econ-sans", sans-serif;
}
.form__group {
  position: relative;
  margin-bottom: 1.5625em;
}
.form__error {
  font-size: 12px;
  color: #da0000;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form__error--message {
  top: 6%;
}
.form__input {
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  width: 100%;
  padding: 0.625em 0.625em 0.3125em 0;
}
.form__input.invalid {
  border-bottom-color: rgb(218, 0, 0);
}
.form__input.invalid ~ label {
  color: rgb(218, 0, 0);
}
.form__input.invalid ~ .form__error {
  opacity: 1;
}
.form__input::-webkit-input-placeholder {
  color: #fff;
}
.form__input::-moz-placeholder {
  color: #fff;
}
.form__input:-ms-input-placeholder {
  color: #fff;
}
.form__input::-ms-input-placeholder {
  color: #fff;
}
.form__input::placeholder {
  color: #fff;
}
.form__input:not(:-moz-placeholder-shown) ~ label {
  transform: translateY(-150%);
}
.form__input:not(:-ms-input-placeholder) ~ label {
  transform: translateY(-150%);
}
.form__input:focus ~ label, .form__input:not(:placeholder-shown) ~ label {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.form__input--message {
  margin-top: 1.5625em;
}
.form__label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form__label--message {
  top: 0;
  -webkit-transform: none !important;
          transform: none !important;
}
.form__select {
  width: 100%;
  padding: 6px;
  border: none;
  background: none;
  outline: none;
  border-bottom: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../img/select-down.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  position: relative;
  z-index: 10;
}
.form__select:focus ~ label, .form__select.active ~ label {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.form__select.invalid {
  border-bottom-color: rgb(218, 0, 0);
}
.form__select.invalid ~ label {
  color: rgb(218, 0, 0);
}
.form__select.invalid ~ .form__error {
  opacity: 1;
}
.form__select--privacy:not(:last-child) {
  margin-bottom: 1em;
}
.form__select option {
  color: #000 !important;
  background: #fff !important;
}
.form__button {
  display: block;
  text-align: center;
  width: 100%;
  outline: none;
  border: none;
  background: #fff;
  color: RGBA(68, 149, 206, 0.8);
  font-size: 1.25em;
  font-family: "Bebas Neue", sans-serif;
  padding: 0.625em;
  border-radius: 2em;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form__button:hover {
  color: #fff;
  background-color: RGBA(68, 149, 206, 1);
  border-color: #fff;
}
.form__button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.125em 0;
}
.form__checkbox #df-checkbox {
  display: none;
}
.form__checkbox #df-checkbox:checked ~ .custom-checkbox::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form__checkbox .custom-checkbox {
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  border: 1px solid #fff;
  margin-right: 0.25em;
  position: relative;
}
.form__radio-group-wrapper {
  margin-bottom: 1.5em;
}
.form__radio-group-wrapper input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: none;
}
.form__radio-group-wrapper input[type=radio]:checked + .custom-radio::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.form__radio-group-wrapper .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__radio-group-wrapper .radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.875em;
}
.form__radio-group-wrapper .custom-radio {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 3px;
  margin-right: 0.5em;
}
.form__radio-group-wrapper .custom-radio::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form__privacy-text {
  text-align: left;
  margin-top: 2.5em;
}
.form__privacy-text h1 {
  font-size: 2.1875em !important;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
}
.form__privacy-text p {
  font-size: 1em !important;
}
.form__privacy {
  padding: 1.5em 0 0;
  font-size: 1em !important;
}
.form__privacy a:hover {
  color: #fff;
  opacity: 0.7;
}
.form__privacy a {
  text-decoration: underline;
}
.form__opt-in-container {
  margin-bottom: 2.5em;
}

.signup-buttons-wrapper {
  position: relative;
}
.signup-buttons-wrapper.is-loading .spinner {
  display: block;
}
.signup-buttons-wrapper.is-loading button {
  color: #fff;
}

.spinner {
  width: 70px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: rgba(68, 149, 206, 0.8);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.site-content.data-story .pin-spacer {
  position: absolute !important;
}

.section-data-story {
  padding: 0;
}

.section-data-story-hero {
  padding: 0;
}
.section-data-story-hero h1,
.section-data-story-hero p {
  color: #fff;
}
.section-data-story-hero h1 {
  font-size: 3.125em;
}
.section-data-story-hero h1, .section-data-story-hero h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
}
.section-data-story-hero .embed-fullpage-intro {
  padding-bottom: 50px;
}

.story h2 {
  font-size: 36px;
  line-height: 36px;
  color: #48f1ee;
}
@media screen and (max-width: 767px) {
  .story h2 {
    font-size: 32px;
  }
}
.story p {
  font-size: 15px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .story p {
    font-size: 18px;
  }
}
.story__social {
  position: relative;
}
.story__social .social-media {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.story__social .social-mobile {
  position: absolute;
  bottom: 10px;
}
.story .chart {
  max-width: 100%;
  margin: 1.25em 0 3.125em;
  text-align: center;
}
.story .chart svg {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.story__chapter-heading {
  text-align: center;
  background-color: #fff;
  padding: 9.375em 6.25em;
}
.story__chapter-heading.first {
  margin: 4.375em auto;
}
.story__chapter-heading h1 {
  font-size: 53px;
  line-height: 46px;
  color: #00274c;
  margin: 0 auto;
  max-width: 55.375em;
}
@media screen and (max-width: 1200px) {
  .story__chapter-heading {
    padding: 6.25em 3em;
  }
}
@media screen and (max-width: 768px) {
  .story__chapter-heading h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .story__chapter-heading {
    padding: 3.125em 1.5em;
  }
  .story__chapter-heading h1 {
    font-size: 38px;
    line-height: 1;
  }
}
.story__container-wrap {
  background-color: rgb(22, 44, 93);
}
.story__container-wrap:not(:last-child) .story__data-wrapper {
  padding-bottom: 0;
}
.story__data-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.25em 5.25em;
  max-width: 1600px;
  margin: 0 auto;
  min-height: 100vh;
}
@media screen and (max-width: 1200px) {
  .story__data-wrapper {
    min-height: auto;
    padding: 6.25em 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .story__data-wrapper {
    padding: 3.125em 1.5em;
  }
}
.story__data-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 70vh 0 100vh;
}
@media screen and (max-width: 1200px) {
  .story__data-text {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) and (max-height: 719px) {
  .story__data-text.ocean-health {
    padding-bottom: 110vh;
  }
}
.story__data-text.low-oxygen .ocean-text {
  padding-top: 50vh;
}
@media screen and (max-width: 1200px) {
  .story__data-text.low-oxygen .ocean-text {
    padding: 0;
  }
}
.story__data-text.green-chemistry .donut-trigger {
  padding-top: 50vh;
}
@media screen and (max-width: 1200px) {
  .story__data-text.green-chemistry .donut-trigger {
    padding: 0;
  }
}
.story__data-chart {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  position: sticky;
  top: 150px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (min-width: 1800px) {
  .story__data-chart {
    top: 300px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 719px) {
  .story__data-chart {
    top: 110px;
  }
}
@media screen and (max-width: 1200px) {
  .story__data-chart {
    position: unset;
    -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
  }
}
.story__data-text {
  margin-right: 3.875em;
}
.story__data-text h2,
.story__data-text p {
  max-width: 540px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .story__data-text {
    margin: 0 0 3.125em;
  }
  .story__data-text p,
  .story__data-text h2 {
    max-width: none;
  }
}
.story__border {
  display: block;
  width: 0;
  height: 2px;
  background-color: #48f1ee;
  margin-bottom: 1.25em;
}
.story__data-chart {
  overflow: hidden;
}
.story__data-chart .chart-title {
  margin-bottom: 1.25em;
}
.story__data-chart .chart-title p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .story__data-chart .chart-title p {
    font-size: 16px;
  }
}
.story__data-chart .legend-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.story__data-chart .legend-wrapper .legend-text {
  font-size: 1.5em;
  line-height: 1;
  font-family: "Bebas Neue";
  color: rgb(16, 32, 67);
  padding: 5px 10px;
  margin-bottom: 0;
  margin-right: 0.375em;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .story__data-chart .legend-wrapper .legend-text {
    font-size: 1em;
  }
}
.story__data-chart .legend-wrapper .legend-text.pink {
  background-color: #f3d1ff;
}
.story__data-chart .legend-wrapper .legend-text.yellow {
  background-color: #ffda94;
}
.story__data-chart .legend-wrapper .legend-text.green {
  background-color: #cbff94;
}
.story__data-chart .legend-wrapper .legend-text.cyan {
  background-color: #48f1ee;
}
.story__data-chart .legend-wrapper .legend-text.blue {
  background-color: #6fc3ff;
}
.story__data-chart .legend-wrapper .legend-text.gray {
  background-color: #d2dae5;
}
.story__data-chart.map .chart {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .story__data-chart.map .chart {
    height: 450px;
  }
}
@media screen and (max-width: 1400px) {
  .story__data-chart.map .chart {
    height: 430px;
  }
}
@media screen and (max-width: 1439px) {
  .story__data-chart.map .chart {
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .story__data-chart.map .chart {
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  .story__data-chart.map .chart {
    height: auto;
  }
}
.story__data-chart.map .chart svg {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.story__data-chart.map .pin-label text {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-weight: 400;
  pointer-events: none;
}
.story__data-chart.map .pin-label text.text-format {
  font-family: "econ-sans", sans-serif;
  font-size: 14px;
}
.story__data-chart.map .pin-label rect {
  pointer-events: none;
}
.story__data-chart.map .pin-label.\31 2.lead, .story__data-chart.map .pin-label.\33 4.arsenic, .story__data-chart.map .pin-label.\33 3.arsenic, .story__data-chart.map .pin-label.\32 3.mercury {
  -webkit-transform: translateX(-165px);
          transform: translateX(-165px);
}
.story__data-chart.map .legend-group {
  -webkit-transform: translate(-190px, 80px);
          transform: translate(-190px, 80px);
  opacity: 0;
}
.story__data-chart.map .pin-group {
  opacity: 0;
}
.story__data-chart.map .d3plus-textBox text {
  fill-opacity: 0;
  pointer-events: none;
  font-family: "econ-sans", sans-serif !important;
  font-size: 14px;
  -webkit-transform: translate(16px, -8px);
          transform: translate(16px, -8px);
}
.story__data-chart.map #d3plus-textBox-12-lead text,
.story__data-chart.map #d3plus-textBox-34-arsenic text,
.story__data-chart.map #d3plus-textBox-33-arsenic text,
.story__data-chart.map #d3plus-textBox-23-mercury text {
  -webkit-transform: translate(-150px, -8px);
          transform: translate(-150px, -8px);
}
.story__data-chart.static-map .static-map__wrapper {
  position: relative;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .story__data-chart.static-map .static-map__wrapper {
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .story__data-chart.static-map .static-map__wrapper {
    height: 220px;
  }
}
.story__data-chart.static-map .static-map__wrapper #static-map-path {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.story__data-chart.static-map .static-map__wrapper .low-oxy-ocean img {
  z-index: -1;
  opacity: 0;
}
.story__data-chart.static-map .static-map__wrapper .low-oxy-dots img {
  opacity: 0;
}
.story__data-chart.static-map .static-map__magnifier {
  position: relative;
  z-index: 99;
}
.story__data-chart.static-map .static-map__magnifier .glass {
  position: absolute;
  border: 3px solid transparent;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 80px;
  height: 80px;
  background-color: #162c5d;
  visibility: hidden;
}
.story__data-chart.static-map .static-map__text {
  margin-top: -50px;
}
@media screen and (min-width: 1441px) {
  .story__data-chart.static-map .static-map__text {
    margin-top: unset;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1200px) {
  .story__data-chart.static-map .static-map__text {
    margin-top: 130px;
  }
}
.story__data-chart.static-map img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.story__data-chart.static-map .bottom-map-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}
.story__data-chart.line .tick text {
  fill: #fff;
  font-size: 14px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.story__data-chart.line .tick line,
.story__data-chart.line .domain {
  stroke: #fff;
}
.story__data-chart.line .x-axis {
  stroke-width: 2px;
}
.story__data-chart.line .y-axis .domain {
  display: none;
}
.story__data-chart.line .y-axis .tick line:not(.text-under) {
  display: none;
}
.story__data-chart.line .y-axis .tick text {
  text-anchor: start;
  -webkit-transform: translate(-16px, 0);
          transform: translate(-16px, 0);
  font-size: 14px;
  font-weight: 300;
}
.story__data-chart.line .y-axis .tick:first-of-type .text-under {
  -webkit-transform: translate(-25px, 0);
          transform: translate(-25px, 0);
}
.story__data-chart.line .y-axis .tick:first-of-type text {
  -webkit-transform: translate(-16px, -10px);
          transform: translate(-16px, -10px);
}
.story__data-chart.line .y-axis .tick:first-of-type line {
  stroke-width: 2px;
}
.story__data-chart.line .line-label text {
  font-size: 22px;
  font-family: "Bebas Neue", sans-serif;
  fill: #fff;
  pointer-events: none;
}
.story__data-chart.line .line-path {
  opacity: 0;
}
.story__data-chart.bar .y-axis .domain,
.story__data-chart.bar .y-axis .tick,
.story__data-chart.bar .tick line {
  display: none;
}
.story__data-chart.bar .x-axis .tick text {
  fill: #fff;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
.story__data-chart.bar .domain {
  stroke: rgba(255, 255, 255, 0.6);
}
.story__data-chart.bar .bar-label {
  font-family: "Bebas Neue", sans-serif;
  fill: #fff;
  opacity: 0;
}
.story__data-chart.horizontal-bar .chart-title text {
  font-family: "Bebas Neue";
  fill: #386191;
  font-size: 24px;
}
.story__data-chart.horizontal-bar .shareholder__wrapper:first-child {
  margin: 48px 0;
}
.story__data-chart.horizontal-bar .shareholder .legend-wrapper {
  margin-bottom: 24px;
}
.story__data-chart.horizontal-bar .shareholder .bar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.story__data-chart.horizontal-bar .shareholder .bar-group.pink .bar__width {
  background-color: #f3d1ff;
}
.story__data-chart.horizontal-bar .shareholder .bar-group.yellow .bar__width {
  background-color: #ffda94;
}
.story__data-chart.horizontal-bar .shareholder .bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.story__data-chart.horizontal-bar .shareholder .bar::before {
  content: "";
  display: block;
  width: 2px;
  height: 130%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.story__data-chart.horizontal-bar .shareholder .bar.negative::before {
  left: 20.86px;
}
.story__data-chart.horizontal-bar .shareholder .bar.negative .bar__width p {
  position: absolute;
  left: 38px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .story__data-chart.horizontal-bar .shareholder .bar.negative--first .bar__width {
    margin-left: 13px;
  }
}
.story__data-chart.horizontal-bar .shareholder .bar.negative--second .bar__width {
  position: absolute;
  left: 20.86px;
}
.story__data-chart.horizontal-bar .shareholder .bar.negative--second .bar__width p {
  position: unset;
  color: initial;
}
.story__data-chart.horizontal-bar .shareholder .bar__width {
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.story__data-chart.horizontal-bar .shareholder .bar__width p {
  color: rgb(16, 32, 67);
  font-family: "Bebas Neue";
  font-size: 24px;
  margin: 0;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .story__data-chart.horizontal-bar .shareholder .bar__width p {
    font-size: 18px;
    padding-right: 3px;
  }
}
.story__data-chart.horizontal-bar .shareholder .bar-text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.story__data-chart.horizontal-bar .shareholder .bar-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  margin: 18px 0 10px;
  position: relative;
}
.story__data-chart.horizontal-bar .shareholder .bar-text.negative div {
  position: absolute;
  left: 20.86px;
}
.story__data-chart.horizontal-bar .shareholder .bar-text p {
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .story__data-chart.horizontal-bar .shareholder .bar-text p {
    font-size: 12px;
  }
}
.story__data-chart.horizontal-bar .shareholder .bar-text p.bar-title {
  font-weight: 600;
  margin-bottom: 3px;
}
.story__data-chart.horizontal-bar .shareholder .bar-text span {
  font-size: 20px;
  vertical-align: bottom;
}
.story__data-chart.horizontal-stack .chart {
  text-align: left;
}
@media screen and (max-width: 1439px) {
  .story__data-chart.horizontal-stack .chart {
    height: 405px;
  }
}
@media screen and (max-width: 1200px) {
  .story__data-chart.horizontal-stack .chart {
    height: auto;
  }
}
.story__data-chart.horizontal-stack svg {
  width: auto;
  max-width: 100%;
  overflow: visible;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1439px) {
  .story__data-chart.horizontal-stack svg {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 1290px) {
  .story__data-chart.horizontal-stack svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 1200px) {
  .story__data-chart.horizontal-stack svg {
    -webkit-transform: unset;
            transform: unset;
  }
}
@media screen and (max-width: 768px) {
  .story__data-chart.horizontal-stack svg {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
.story__data-chart.horizontal-stack text {
  fill: #fff;
  font-family: "econ-sans", sans-serif;
  font-size: 11px;
}
.story__data-chart.horizontal-stack .axis {
  text-anchor: start;
}
.story__data-chart.horizontal-stack .axis .domain,
.story__data-chart.horizontal-stack .tick line,
.story__data-chart.horizontal-stack .Min text,
.story__data-chart.horizontal-stack .Min rect:not(.filled) {
  display: none;
}
.story__data-chart.horizontal-stack .Max rect:not(.filled) {
  fill: url("#diagonalHatch");
}
.story__data-chart.horizontal-stack .Max text {
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
}
.story__data-chart.horizontal-stack .bars-group {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.story__data-chart.donut svg {
  overflow: visible;
}
.story__data-chart.donut text {
  fill: #000;
  font-family: "Bebas Neue", sans-serif;
}
.story__data-chart.donut .chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .story__data-chart.donut .chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .story__data-chart.donut .chart svg {
    height: 250px;
  }
  .story__data-chart.donut .chart #eastward-shift-2030 {
    margin-bottom: 30px;
  }
}
.story__data-chart.donut .legend-wrapper {
  margin-bottom: 48px;
}
.story__data-chart.donut .donut-chart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 350px;
}
.story__data-chart.donut .donut-chart .donut-title {
  text-align: left;
  margin-bottom: 48px;
}
.story__data-chart.donut .donut-chart .donut-title::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 3px;
}
.story__data-chart.donut .donut-chart .donut-title p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.story__data-chart.donut .donut-group-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #fff;
}
.story__data-chart.donut #eastward-shift-2030 svg {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.story__data-chart.donut .inner-circle {
  font-size: 18px;
  fill: #fff;
}
.story__icons-container {
  margin-bottom: 40px;
}
@media screen and (width: 1440px) {
  .story__icons-container {
    margin-bottom: 30px;
  }
}
.story__icons-container .icons__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .story__icons-container .icons__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.story__icons-container .icons__text {
  max-width: 190px;
  margin: 70px auto 50px;
  text-align: center;
}
.story__icons-container .icons__text.chap-1 {
  opacity: 0;
}
.story__icons-container .icons__text h2 {
  font-size: 64px;
  color: #fff;
}
.story__icons-container .icons__text p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.story__icons-container .icons__icon-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .story__icons-container .icons__icon-wrapper {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }
}
.story__icons-container .icons__icon-wrapper img {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.story__icons-container .icons__icon-wrapper.add-top {
  top: 50px;
}
.story__icons-container .icons__icon-wrapper.add-bot {
  bottom: 50px;
}
.story__icons-container .icons__icon-wrapper.top span {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .story__icons-container .icons__icon-wrapper.top span {
    height: 16px;
  }
}
.story__icons-container .icons__icon-wrapper.top:nth-child(1) span {
  bottom: 0;
  right: -38px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
@media screen and (max-width: 767px) {
  .story__icons-container .icons__icon-wrapper.top:nth-child(1) span {
    right: -16px;
  }
}
.story__icons-container .icons__icon-wrapper.top:nth-child(2) span {
  left: 50%;
  bottom: -30px;
  height: 16px;
}
.story__icons-container .icons__icon-wrapper.top:nth-child(3) span {
  bottom: 0;
  left: -38px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
@media screen and (max-width: 767px) {
  .story__icons-container .icons__icon-wrapper.top:nth-child(3) span {
    left: -16px;
  }
}
.story__icons-container .icons__icon-wrapper.bot span {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .story__icons-container .icons__icon-wrapper.bot span {
    height: 16px;
  }
}
.story__icons-container .icons__icon-wrapper.bot:nth-child(1) span {
  top: 0;
  right: -38px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
@media screen and (max-width: 767px) {
  .story__icons-container .icons__icon-wrapper.bot:nth-child(1) span {
    right: -16px;
  }
}
.story__icons-container .icons__icon-wrapper.bot:nth-child(2) span {
  left: 50%;
  top: -30px;
  height: 16px;
}
.story__icons-container .icons__icon-wrapper.bot:nth-child(3) span {
  top: 0;
  left: -38px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
@media screen and (max-width: 767px) {
  .story__icons-container .icons__icon-wrapper.bot:nth-child(3) span {
    left: -16px;
  }
}
.story__icons-container .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .story__icons-container .flex-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.story__icons-container .flex-container .item {
  text-align: center;
}
.story__icons-container .flex-container .item p {
  font-size: 16px;
  line-height: 22px;
}
.story__icons-container .flex-container .item h3,
.story__icons-container .flex-container .item p {
  color: #fff;
}
.story__icons-container .flex-container .item__icon {
  margin: 30px 0;
}
.story__icons-container .flex-container .item__icon img {
  width: 200px;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
.story__icons-container .flex-container.three .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  left: -100%;
}
.story__icons-container .flex-container.three .item:nth-child(2) {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .story__icons-container .flex-container.three .item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
  .story__icons-container .flex-container.three .item:first-child {
    margin-right: 10px;
  }
  .story__icons-container .flex-container.three .item:nth-child(2) {
    padding: 0;
    margin: 0 0 0 10px;
  }
  .story__icons-container .flex-container.three .item:last-child {
    margin: 0 auto;
  }
}
.story__icons-container .flex-container.four {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.story__icons-container .flex-container.four .item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.story__icons-container .flex-container.four .item.green-energy {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.story__icons-container .flex-container.four .item.conversion {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.story__icons-container .flex-container.four .item.advanced-recycling {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.story__icons-container .flex-container.four .item.energy-storage {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .story__icons-container .flex-container.four .item {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
  .story__icons-container .flex-container.four .item:nth-child(odd) {
    margin-right: 10px;
  }
  .story__icons-container .flex-container.four .item:nth-child(even) {
    margin-left: 10px;
  }
}
.story__icons-container .flex-container .item {
  text-align: center;
  background-color: #162c5d;
  position: relative;
}
.story__icons-container .flex-container .item p {
  font-size: 16px;
  line-height: 22px;
}
.story__icons-container .flex-container .item h3,
.story__icons-container .flex-container .item p {
  color: #fff;
}
.story__icons-container .flex-container .item.organ-damage {
  z-index: 3;
}
.story__icons-container .flex-container .item.cancer {
  z-index: 2;
}
.story__icons-container .flex-container .item.body-functions {
  z-index: 1;
}
.story__icons-container .flex-container .item__icon {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .story__icons-container .flex-container .item__icon {
    margin: 0;
  }
}
.story__icons-container .flex-container .item__icon img {
  width: 200px;
  max-width: 100%;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
.story p.story__data-source {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
}
.story p.story__data-source a {
  color: inherit;
}
.story p.story__data-source a:hover {
  opacity: 0.7;
}
.story__footer {
  padding: 9.375em 0;
  text-align: center;
  background: #fff;
}
.story__footer .story__footer-inner {
  max-width: 45.125em;
  margin: 0 auto;
}
.story__footer h2 {
  color: #00274c;
  font-size: 48px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .story__footer h2 {
    font-size: 42px;
  }
}
.story__footer p {
  font-weight: 400;
  color: #00274c;
}
@media screen and (max-width: 1200px) {
  .story__footer {
    padding: 9.375em 3em;
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .story__footer {
    padding: 6.25em 1.25em;
  }
  .story__footer h2 {
    font-size: 32px;
  }
}
.story__chapter.landing-preview {
  position: absolute;
  width: 100%;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media screen and (max-width: 1200px) {
  .story__chapter.landing-preview {
    display: none;
  }
}
.story__chapter.landing-preview .story__border {
  width: 100%;
}
.story__chapter.landing-preview .story__data-text {
  padding: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.story__chapter.landing-preview .story__data-chart {
  position: unset;
  background-color: #162c5d;
}
.story__chapter.landing-preview .story__icons-container .icons__icon-wrapper img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.story__chapter.landing-preview .story__icons-container .icons__icon-wrapper span {
  opacity: 1;
}

.title {
  opacity: 1;
  color: rgb(2, 39, 76) !important;
  font-size: 1.75em;
  font-style: normal;
  letter-spacing: 0.39px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}
.title::before {
  background: #00C2D3;
  position: absolute;
  bottom: -0.625em;
  width: 140px;
  height: 8px;
  content: "";
}

.three-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875em;
}
.three-col > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1200px) {
  .three-col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .three-col > * {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
  }
}
@media screen and (max-width: 767px) {
  .three-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner-section.inner-page .inner-content {
  padding-top: 12.5em !important;
}
@media screen and (max-width: 1200px) {
  .inner-section.inner-page .inner-content {
    padding-top: 10.625em;
  }
}
@media screen and (max-width: 767px) {
  .inner-section.inner-page .inner-content {
    padding-top: 5em;
  }
  .inner-section.inner-page .inner-content .language-btn-wrap .btn-primary:first-child {
    margin: 0 8px 0 0 !important;
  }
}

.grid-explore {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 20px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 20px;
}

.grid-explore > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-explore > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-explore > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-explore > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid-explore > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.grid-explore > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.grid-explore__el > .card {
  height: 100% !important;
}
.grid-explore__el .card__media {
  height: 8.75em;
}
.grid-explore__el .card__text-container {
  padding: 1.25em;
}
.grid-explore__el .card__content {
  height: 100%;
  padding-bottom: 40px;
}
.grid-explore__el .card__author {
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .grid-explore__el .card__author {
    font-size: 13px !important;
  }
}
.grid-explore__el .card__title {
  font-size: 1.375em;
}
@media screen and (min-width: 1441px) {
  .grid-explore__el .card__title {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1200px) {
  .grid-explore {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 20px 1fr 20px 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .grid-explore > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-explore > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-explore > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-explore > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .grid-explore > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-explore > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 767px) {
  .grid-explore {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 20px 1fr 20px 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .grid-explore > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-explore > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-explore > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-explore > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .grid-explore > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-explore > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 467px) {
  .grid-explore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.title-padding {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .title-padding {
    padding: 0 1.625em;
  }
}
@media screen and (max-width: 767px) {
  .title-padding {
    padding: 0 0.8125em;
  }
}

.text-wrap-container .media {
  float: right;
  width: 600px;
  max-width: 90vw;
  padding: 1em;
}
@media screen and (max-width: 1200px) {
  .text-wrap-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3.75em;
  }
  .text-wrap-container .media {
    float: none;
    padding: 0;
    width: 100%;
    max-width: unset;
  }
  .text-wrap-container .media p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .text-wrap-container {
    padding: 0 1.875em;
  }
}

.inner__content.content-container .section-newsletter {
  padding-bottom: 1.5em;
}

.m-auto .inner__content {
  margin: 0 auto;
}

#filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875em;
}
#filter-form p {
  margin-bottom: 0;
  font-size: 1em;
}
#filter-form .filter {
  padding: 0.5em 1em;
  cursor: pointer;
  margin-left: 1.5em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px #00274C solid;
  background-color: #F4FBFB;
  color: #00274C;
}
#filter-form .filter:hover {
  background-color: #00274C;
  color: #F4FBFB;
}
#filter-form .filter:hover .checkmark_stem, #filter-form .filter:hover .checkmark_kick {
  background-color: #F4FBFB;
}
#filter-form .filter .checkmark_stem, #filter-form .filter .checkmark_kick {
  background-color: #00274C;
}
#filter-form .filter span {
  display: none;
}
#filter-form .filter__selected span {
  display: inline;
  margin-left: 0.2em;
}
#filter-form .filter__selected {
  background-color: #00274C;
  color: #F4FBFB;
}
#filter-form .filter__selected .checkmark_stem, #filter-form .filter__selected .checkmark_kick {
  background-color: #F4FBFB;
}
#filter-form .filters-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #filter-form .filters-group {
    display: none;
  }
}
#filter-form .filters-selection {
  display: none;
}
@media screen and (max-width: 767px) {
  #filter-form .filters-selection {
    display: block;
    width: 100%;
    margin-left: 1em;
  }
}
#filter-form .filters-select {
  outline: none;
  width: 100%;
  min-width: 9.375em;
  padding: 0.1875em 0.75em;
  color: #616161;
  border-radius: 2em;
  border: 1px solid #616161;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: capitalize;
  background: url("../../../back-to-blue/assets/img/2021/dd-icon.svg"), #fff;
  background-repeat: no-repeat;
  background-position: 99% center;
  cursor: pointer;
}

.checkmark {
  display: inline-block;
  width: 22px;
  height: 22px; /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.checkmark_stem {
  position: absolute;
  width: 3px;
  height: 9px;
  background-color: #F4FBFB;
  left: 11px;
  top: 6px;
}
.checkmark_kick {
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #F4FBFB;
  left: 8px;
  top: 12px;
}

.oa__preloader {
  min-height: 100vh;
  padding: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(46.46% 95.98% at 50% 60.55%, #ADC9E0 0%, #2E6695 100%);
  gap: 2.5em;
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 5 !important;
  padding-top: 10vh;
}
.oa__preloader .oa__preloader-container {
  height: 26.25em;
  width: 26.25em;
  overflow: hidden;
  position: relative;
}
.oa__preloader .oa__preloader-inner {
  -webkit-transform: translateY(-16%) scale(1.7);
          transform: translateY(-16%) scale(1.7);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.oa__preloader .oa__preloader-progress h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
}
.oa__preloader .oa__preloader-progress span {
  margin-left: 0.375em;
}
@media screen and (max-width: 768px) {
  .oa__preloader {
    min-height: 110vh;
  }
}

.oa__main {
  position: relative;
  color: white;
  overflow: hidden;
}
.oa__main * {
  color: white;
}
.oa__main img:not(.special) {
  -webkit-transform: none !important;
          transform: none !important;
}
.oa__main [class^=section-] {
  z-index: 1;
}
@media (min-width: 1300px) {
  .oa__main {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .oa__main {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .oa__main {
    font-size: 17px;
  }
}
@media (min-width: 1900px) {
  .oa__main {
    font-size: 1.05vw;
  }
}
@media (min-width: 2400px) {
  .oa__main {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .oa__main {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .oa__main {
    text-align: center;
  }
}
@media (max-width: 1440px) {
  .oa__main br {
    display: none;
  }
}
.oa__main sub {
  padding-left: 2px;
  padding-right: 2px;
}
.oa__content-container {
  width: 100%;
  z-index: 2;
}
.oa__content-title {
  margin-bottom: 1.25em;
}
.oa__content-title h2 {
  font-size: 1.875em;
  line-height: 1.2;
  margin-bottom: 0;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (min-width: 1200px) {
  .oa__content-title h2, .oa__content-title h2 * {
    will-change: transform;
  }
}
@media (max-width: 767px) {
  .oa__content-title h2 {
    font-size: 25px;
  }
}
.oa__content-description p {
  font-size: 1.125em;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .oa__content-description p, .oa__content-description p * {
    will-change: transform;
  }
}
@media (max-width: 767px) {
  .oa__content-description p {
    font-size: 16px;
  }
}
.oa__content-description p:not(:last-child) {
  margin-bottom: 1.25em;
}
.oa__content-description p small {
  font-size: 0.9375em;
}
.oa__content-quote-title {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 1200px) {
  .oa__content-quote-title, .oa__content-quote-title * {
    will-change: transform;
  }
}
.oa__content-quote-title h2 {
  font-size: 1.875em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .oa__content-quote-title h2 {
    font-size: 25px;
    text-align: center;
  }
}
.oa__content-quote-author {
  margin-bottom: 1.375em;
}
.oa__content-quote-author h4 {
  font-family: "econ-sans", sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .oa__content-quote-author h4 {
    font-size: 15px;
    text-align: center;
  }
}
.oa__content-quote-extras p {
  font-style: italic;
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 0;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .oa__content-quote-extras p {
    font-size: 10px;
    text-align: center;
  }
}
.oa__content-quote-extras p:not(:last-child) {
  margin-bottom: 0.25em;
}
.oa__smoke-container {
  position: absolute;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
}
.oa__smoke-container.staggered .oa__smoke-item {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.oa__smoke-container.staggered .oa__smoke-item.active {
  visibility: visible;
  opacity: 1;
}
.oa__smoke-item {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.oa__citation {
  position: absolute;
  bottom: -2.5em;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .oa__citation {
    position: relative;
  }
}
.oa__citation p {
  font-style: italic;
  font-size: 0.9375em;
  max-width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .oa__citation p {
    font-size: 10px;
    max-width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .oa__citation, .oa__citation * {
    will-change: transform;
  }
}
@media screen and (max-width: 1023px) {
  .oa__content-inner {
    max-width: 60vw !important;
    margin: 0 auto !important;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .oa__content-inner {
    max-width: 100% !important;
  }
}

.oa__intro {
  min-height: 180vh;
  position: relative;
  padding: 0 3.75em 25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 37.5em;
  z-index: 4 !important;
}
@media screen and (max-width: 1023px) {
  .oa__intro {
    z-index: 1 !important;
  }
}
@media (max-width: 768px) {
  .oa__intro {
    padding: 0 11.25em;
  }
}
@media (max-width: 767px) {
  .oa__intro {
    padding: 0 2.5em;
    margin-bottom: 12.5em;
  }
}
.oa__intro * {
  position: relative;
}
.oa__intro-content {
  text-align: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .oa__intro-content * {
    will-change: transform;
  }
}
.oa__intro-content h1 {
  font-size: 4.6875em;
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.oa__intro-content p {
  font-size: 1.125em;
  max-width: 37.5em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.oa__intro-content p:not(:last-child) {
  margin-bottom: 1.25em;
}
@media (max-width: 767px) {
  .oa__intro-content {
    padding-top: 20vh;
  }
  .oa__intro-content h1 {
    font-size: 40px;
  }
  .oa__intro-content p {
    font-size: 16px;
  }
}
.oa__intro-model {
  display: none;
}
.oa__intro-model.static {
  height: 30em;
  width: 30em;
  margin-top: 5em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  position: relative;
}
@media screen and (max-width: 767px) {
  .oa__intro-model.static {
    width: 7.5em;
    height: 7.5em;
  }
}
.oa__intro-model.static img {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .oa__intro-model.static {
    width: 30vh;
    height: 30vh;
    margin-top: 5em;
  }
}
.oa__intro-model.webgi {
  height: 50em;
  width: 50em;
  -webkit-transform: rotate(30deg) scale(1.2);
          transform: rotate(30deg) scale(1.2);
  margin-top: -10vh;
}
@media screen and (max-width: 767px) {
  .oa__intro-model.webgi {
    width: 15.625em;
    height: 15.625em;
    margin-top: 10vh;
  }
}
.oa__intro-model.webgi canvas {
  width: inherit;
  height: inherit;
}
.oa__ph-legend {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 3.75em;
  height: 100vh;
  width: 16.25em;
  padding-bottom: 4.125em;
}
@media (max-width: 767px) {
  .oa__ph-legend {
    display: none;
  }
}
.oa__ph-legend img {
  margin-top: auto;
  height: auto;
  width: inherit;
}
.oa__timeline {
  position: absolute;
  height: 100vh;
  right: 3.5em;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .oa__timeline {
    display: none;
  }
}
.oa__timeline-pin {
  position: absolute;
  left: 6px;
  width: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
.oa__timeline-pin.location-0 {
  top: -2px;
}
.oa__timeline-pin.location-1 {
  top: 79px;
}
.oa__timeline-pin.location-2 {
  top: 159px;
}
.oa__timeline-pin.location-3 {
  top: 239px;
}
.oa__timeline-pin.location-4 {
  top: 319px;
}
.oa__timeline-pin.location-5 {
  top: 399px;
}
.oa__timeline-pin.location-6 {
  top: 480px;
}
.oa__timeline-inner {
  position: relative;
  padding-left: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.oa__timeline-bar {
  position: absolute;
  left: 0;
  height: calc(100% - 72px);
  width: 1px;
  top: 50%;
  background: #7188b1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.oa__timeline-bar::before {
  top: 0;
}
.oa__timeline-bar::after {
  bottom: 0;
}
.oa__timeline-bar::before, .oa__timeline-bar::after {
  position: absolute;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #7188b1;
  content: "";
  left: -3px;
}
.oa__timeline-item {
  height: 80px;
  width: 24px;
  color: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.oa__timeline-item p {
  margin: 0;
  font-size: 16px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: inherit;
  line-height: normal;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  font-weight: normal;
}
.oa__timeline-item.active p {
  font-weight: 700;
  color: white;
}
.oa__timeline-item:not(:nth-child(2)):not(:last-child)::before {
  width: 6px;
  position: absolute;
  content: "";
  background: #7188b1;
  height: 1px;
  left: 0;
}

.oa__nav {
  position: absolute;
  z-index: 2 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  height: 100vh;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15.9375em;
}
@media (max-width: 1200px) {
  .oa__nav {
    width: 150px;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .oa__nav {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .oa__nav * {
    will-change: transform;
  }
}
.oa__nav-item {
  min-height: 4.375em;
  padding-left: 3.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .oa__nav-item {
    padding-left: 0;
  }
}
.oa__nav-item h2 {
  letter-spacing: 0.169em;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.375em;
  margin: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .oa__nav-item h2 {
    font-size: 16px;
  }
}
.oa__nav-item h2 span {
  color: inherit;
}
.oa__nav-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3098039216);
}
.oa__nav-item.active h2 {
  color: #fff;
}
.oa__nav-item:hover:not(.active) h2 {
  color: #0B2945;
}
.oa__back-to-top {
  position: absolute;
  left: 50%;
  top: 300vh;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(33, 37, 41, 0.6);
  width: 3.5em;
  height: 2.8125em;
  border-radius: 200px 200px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 10;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .oa__back-to-top {
    position: fixed;
    top: unset;
    bottom: 0;
  }
}
.oa__sticky-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3 !important;
  visibility: hidden;
}
@media (min-width: 1300px) {
  .oa__sticky-nav {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .oa__sticky-nav {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .oa__sticky-nav {
    font-size: 17px;
  }
}
@media (min-width: 1900px) {
  .oa__sticky-nav {
    font-size: 1.05vw;
  }
}
@media (min-width: 2400px) {
  .oa__sticky-nav {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .oa__sticky-nav {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .oa__sticky-nav {
    width: 3.1875em;
  }
  .oa__sticky-nav.active {
    width: 100vw !important;
    max-width: 100vw !important;
  }
}
.oa__sticky-nav__expanded {
  width: 16.875em;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2.8125em;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .oa__sticky-nav__expanded {
    width: 100vw;
  }
}
.oa__sticky-nav__collapsed {
  position: absolute;
  top: 50vh;
  left: 1.3125em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.1875em;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .oa__sticky-nav__collapsed {
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 100px;
    border-radius: 0 15px 15px 0;
  }
}
.oa__sticky-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.375em;
}
@media screen and (max-width: 1024px) {
  .oa__sticky-nav__item {
    display: none;
  }
}
.oa__sticky-nav__item h2 {
  color: #fff;
  margin: 0;
}
.oa__sticky-nav .oa__nav-item {
  padding-left: 0.625em;
  padding-right: 1.875em;
}
.oa__sticky-nav .oa__nav-item:hover h2 {
  color: grey;
}
.oa__sticky-nav .oa__nav-item h2 {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .oa__sticky-nav .oa__nav-item {
    max-width: 11.75em;
  }
}
.oa__sticky-nav__close {
  display: none;
}
@media screen and (max-width: 1024px) {
  .oa__sticky-nav__close {
    display: block;
    position: fixed;
    top: 1.5625em;
    right: 1.5625em;
  }
}
.oa__sticky-nav__icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .oa__sticky-nav__icon {
    display: block;
    max-width: 8px;
  }
  .oa__sticky-nav__icon img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (min-width: 1200px) {
  .oa__nav-item h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2;
    padding: 14px 0px;
  }
  .oa__nav-item h2 span {
    padding-right: 10px;
  }
  .segment__oyster .oa__image-ds-item-value {
    padding: 1.3em;
  }
  .oa__data-highlight .oa__data-highlight-wrap .data-bubble {
    padding: 1em;
  }
  .oa__data-highlight .oa__data-highlight-wrap .data-bubble .data-title p {
    font-size: 1.1em;
  }
  .segment__we-must .oa__image-ds-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.oa__content-with-image {
  min-height: 100vh;
  padding: 2.5em 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5em 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 2.5em;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .oa__content-with-image {
    max-width: 1100px;
  }
}
@media (max-width: 1200px) {
  .oa__content-with-image {
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  .oa__content-with-image {
    padding: 2.5em;
  }
}
@media (max-width: 1023px) {
  .oa__content-with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5em;
    min-height: auto;
  }
}
@media (max-width: 1023px) {
  .oa__content-with-image.pinned-section .oa__image-item:first-child {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .oa__content-with-image.container-cover .oa__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}
@media (max-width: 767px) {
  .oa__content-with-image.container-cover .oa__citation {
    position: relative;
  }
}
.oa__content-with-image.inverted {
  justify-items: center;
}
.oa__content-with-image.inverted .oa__content-container {
  -ms-grid-column: 2;
  grid-column: 2;
}
.oa__content-with-image.inverted .oa__content-inner {
  margin: 0 0 0 auto;
}
.oa__content-with-image.inverted .oa__image-container {
  -ms-grid-column: 1;
  grid-column: 1;
}
.oa__content-with-image.inverted .oa__content-container,
.oa__content-with-image.inverted .oa__image-container {
  -ms-grid-row: 1;
  grid-row: 1;
}
@media (max-width: 1023px) {
  .oa__content-with-image.inverted {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.oa__content-with-image .oa__content-inner {
  max-width: 80%;
}
.oa__content-with-image .oa__image-container {
  margin: 0 auto;
  max-width: 100%;
}
.oa__content-with-image .oa__image-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .oa__content-with-image .oa__image-item img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.oa__content-with-image .oa__image-item p {
  font-size: 1.125em;
  margin-top: 1.875em;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .oa__content-with-image .oa__image-item p {
    font-size: 15px;
  }
}

.segment__stress-sources {
  min-height: auto;
}
@media (max-width: 1023px) {
  .segment__stress-sources {
    padding-bottom: 7.5em;
  }
}
.segment__stress-sources .oa__image-inner.multiple {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.75em 5.625em 8.75em 5.625em 8.75em;
  grid-template-columns: repeat(3, 8.75em);
  gap: 5.625em;
}
@media (max-width: 1024px) {
  .segment__stress-sources .oa__image-inner.multiple {
    gap: 2.5em;
  }
}
@media (max-width: 767px) {
  .segment__stress-sources .oa__image-inner.multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .segment__stress-sources .oa__image-inner.multiple {
    font-size: 16px;
  }
}
.segment__stress-sources .oa__image-inner.multiple .oa__image-item img {
  height: 6.25em;
  width: 6.25em;
}
.segment__stress-sources .oa__content-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.segment__catastrophy {
  padding-bottom: 170vh;
}
@media (max-width: 1023px) {
  .segment__catastrophy {
    min-height: 100vh;
    margin-bottom: 7.5em;
    margin-bottom: 150vh;
    padding-bottom: 0;
  }
}
.segment__catastrophy .oa__content-container, .segment__catastrophy .oa__image-container {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .segment__catastrophy .oa__content-container, .segment__catastrophy .oa__image-container {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .segment__catastrophy .oa__image-container {
    width: 100vw;
  }
}
.segment__catastrophy .oa__content-inner {
  margin: 0 0 0 auto !important;
}
@media screen and (max-width: 1023px) {
  .segment__catastrophy .oa__content-inner {
    margin: 0 auto !important;
  }
}
.segment__catastrophy .oa__image-inner {
  height: 28.125em;
  width: 22.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .segment__catastrophy .oa__image-inner {
    height: 40vh;
    width: 100%;
  }
}
.segment__catastrophy .oa__image-item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(20deg) scale(1.2);
          transform: rotate(20deg) scale(1.2);
  height: inherit;
  width: inherit;
}
@media screen and (max-width: 767px) {
  .segment__catastrophy .oa__image-item {
    -webkit-transform: rotate(20deg) scale(1);
            transform: rotate(20deg) scale(1);
  }
}
.segment__oyster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 100vh;
  margin-top: -10vh;
  margin-bottom: 8.75em;
}
@media screen and (max-width: 1023px) {
  .segment__oyster {
    padding-bottom: 12.5em;
  }
}
@media screen and (max-width: 767px) {
  .segment__oyster {
    padding-bottom: 0;
  }
}
.segment__oyster .oa__content-inner {
  max-width: 70%;
}
@media screen and (max-width: 1023px) {
  .segment__oyster .oa__content-inner {
    min-height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .segment__oyster .oa__content-inner {
    max-width: 100%;
  }
}
.segment__oyster .oa__image-inner, .segment__oyster .oa__content-inner {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.segment__oyster .oa__image-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.segment__oyster .oa__image-inner.data-story {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.segment__oyster .oa__image-data-story-title {
  margin-bottom: 2.5em;
}
.segment__oyster .oa__image-data-story-title p {
  font-size: 1.125em;
  font-weight: 700;
  margin: 0;
}
.segment__oyster .oa__image-ds-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5em;
}
@media screen and (max-width: 1023px) {
  .segment__oyster .oa__image-ds-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .segment__oyster .oa__image-ds-items {
    width: 100%;
  }
}
.segment__oyster .oa__image-ds-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.segment__oyster .oa__image-ds-item-title p {
  font-size: 1.125em;
  font-weight: 700;
  margin: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .segment__oyster .oa__image-ds-item-title p {
    font-size: 9px;
  }
}
.segment__oyster .oa__image-ds-item-value {
  height: 12.5em;
  width: 12.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625em;
  margin-bottom: 1.375em;
  position: relative;
}
.segment__oyster .oa__image-ds-item-value h2 {
  font-size: 2.5em;
  margin: 0;
}
.segment__oyster .oa__image-ds-item-value .circle-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .segment__oyster .oa__image-ds-item-value {
    height: 6.25em;
    width: 6.25em;
  }
  .segment__oyster .oa__image-ds-item-value h2 {
    font-size: 16px;
  }
}
.segment__oyster .oa__citation {
  z-index: 1;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2.5em;
}
@media screen and (max-width: 1023px) {
  .segment__oyster .oa__image-inner:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: auto;
    padding-bottom: 6.25em;
  }
}
@media screen and (max-width: 1023px) {
  .segment__oyster .oa__image-inner:not(:first-child), .segment__oyster .oa__citation {
    height: auto;
    min-height: auto;
  }
}
.segment__rcp .oa__image-container {
  margin-right: auto;
  margin-left: 0;
}
.segment__rcp .oa__image-item {
  width: 80%;
}
@media (max-width: 768px) {
  .segment__rcp .oa__image-item {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .segment__rcp .oa__image-item {
    width: 100%;
  }
}
.segment__rcp .oa__content-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.segment__emissions-graph {
  margin-bottom: 18.75em;
  padding-bottom: 12.5em;
}
@media screen and (max-width: 1023px) {
  .segment__emissions-graph {
    margin-bottom: 0;
  }
}
.segment__emissions-graph .oa__image-item {
  width: 70%;
  margin: auto;
}
@media (max-width: 767px) {
  .segment__emissions-graph .oa__image-item {
    width: 100%;
  }
}
.segment__emissions-graph .oa__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.segment__rcp, .segment__emissions-graph {
  min-height: 90vh;
}
@media screen and (max-width: 1023px) {
  .segment__rcp, .segment__emissions-graph {
    min-height: auto;
  }
}
@media screen and (min-width: 1199px) {
  .segment__ph-planet {
    z-index: 2 !important;
  }
}
.segment__aragonite-planet .oa__content-container, .segment__aragonite-planet .oa__image-container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1199px) {
  .segment__aragonite-planet .oa__content-container, .segment__aragonite-planet .oa__image-container {
    z-index: 2 !important;
  }
}
.segment__seawater-ph, .segment__ph-planet {
  margin-bottom: 6.25em;
}
.segment__we-must {
  min-height: auto;
  margin-top: 15em;
}
@media screen and (max-width: 1023px) {
  .segment__we-must {
    margin-top: 0;
    margin-bottom: 6.25em;
  }
}
@media screen and (max-width: 767px) {
  .segment__we-must {
    margin-bottom: 0;
  }
}
.segment__we-must .oa__content-container {
  height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.segment__we-must .oa__image-inner, .segment__we-must .oa__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.segment__we-must .oa__image-inner.data-story {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.segment__we-must .oa__image-data-story-title {
  margin-bottom: 2.5em;
}
.segment__we-must .oa__image-data-story-title p {
  font-size: 1.125em;
  font-weight: 700;
  margin: 0;
}
.segment__we-must .oa__image-ds-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625em;
}
@media screen and (max-width: 767px) {
  .segment__we-must .oa__image-ds-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.segment__we-must .oa__image-ds-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .segment__we-must .oa__image-ds-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100px;
            flex: 1 1 100px;
  }
}
.segment__we-must .oa__image-ds-item-title {
  max-width: 80%;
  text-align: center;
}
.segment__we-must .oa__image-ds-item-title p {
  font-size: 1.125em;
  font-weight: 700;
  margin: 0;
  margin: 0;
}
.segment__we-must .oa__image-ds-item-img {
  height: 6.25em;
  width: 6.25em;
  margin-bottom: 1.875em;
}
.segment__risk-planet .oa__image-item:nth-child(2) {
  width: 28.75em;
  margin: 0 auto;
}
.segment__risk-planet .oa__citation {
  bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .segment__risk-planet .oa__citation {
    bottom: -8.125em;
  }
}

.oa__content-only {
  min-height: 100vh;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .oa__content-only {
    padding: 2.5em;
  }
}
@media screen and (max-width: 1023px) {
  .oa__content-only {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .oa__content-only {
    padding: 2.5em;
  }
}
.oa__content-only.quote .oa__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .oa__content-only.quote .oa__content-inner {
    -webkit-transform: translateX(-1.25em);
            transform: translateX(-1.25em);
  }
}
.oa__content-only.quote .oa__content-inner .oa__content-quote-mark {
  margin-top: -20px;
}
.oa__content-only.quote .oa__content-inner .oa__content-quote-mark p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 6.25em;
  line-height: 1;
}
.oa__content-only.quote .oa__content-inner .oa__content-quote {
  margin-left: 0.625em;
}
@media screen and (max-width: 1023px) {
  .oa__content-only.quote:not(.segment__environmental-challenge) {
    padding-top: 6.25em !important;
    padding-bottom: 9.375em !important;
  }
}
.oa__content-only.inverted .oa__content-container .oa__content-inner {
  margin: 0 0 0 auto;
}
.oa__content-only.centered .oa__content-container {
  margin: 0 auto;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .oa__content-only.centered .oa__content-container {
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  .oa__content-only.centered .oa__content-container {
    max-width: 100%;
  }
}
.oa__content-only.centered .oa__content-container .oa__content-inner {
  max-width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .oa__content-only.centered .oa__content-container .oa__content-inner {
    max-width: 100%;
  }
}
.oa__content-only .oa__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: inherit;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .oa__content-only .oa__content-container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1200px) {
  .oa__content-only .oa__content-container {
    max-width: 1000px;
  }
}
@media (max-width: 768px) {
  .oa__content-only .oa__content-container {
    max-width: 100%;
  }
}
.oa__content-only .oa__content-inner {
  max-width: 40%;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .oa__content-only .oa__content-inner {
    max-width: 100% !important;
  }
}

.segment__environmental-challenge .oa__content-inner, .segment__frederic-gazeau .oa__content-inner, .segment__know-enough .oa__content-inner, .segment__richard-feely .oa__content-inner {
  max-width: 60%;
}
.segment__ocean-absorption {
  min-height: auto;
}
.segment__ocean-absorption .oa__smoke-container {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media (max-width: 767px) {
  .segment__ocean-absorption .oa__smoke-container {
    -webkit-transform: scale(2);
            transform: scale(2);
    top: 12.5em;
  }
}
.segment__ocean-absorption .oa__smoke-item {
  top: -10vh;
}
.segment__ocean-absorption .oa__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .segment__ocean-absorption .oa__content-inner {
    min-height: auto;
  }
}
.segment__thank-you {
  min-height: 70vh;
}
.segment__thank-you .oa__content-container {
  max-width: 100% !important;
}
.segment__thank-you .oa__content-inner {
  max-width: 60%;
  margin: 0 auto;
}
.segment__coastal-ph .oa__content-title h2 {
  font-family: "econ-sans";
  font-weight: 700;
}
.segment__coastal-ph .oa__content-title span {
  font-size: 0.75em;
}
.segment__coastal-ph .oa__content-inner {
  max-width: 100% !important;
}
.segment__environmental-challenge {
  padding-top: 0;
  padding-bottom: 300vh;
}
.segment__ocean-co2 .oa__smoke-container {
  top: -18.75em;
}
.segment__ocean-co2, .segment__carbonic-acid {
  min-height: 70vh;
}
@media screen and (max-width: 1023px) {
  .segment__ocean-co2, .segment__carbonic-acid {
    min-height: auto;
  }
}
.segment__ocean-co2 .oa__content-container, .segment__carbonic-acid .oa__content-container, .segment__measure-acidification .oa__content-container {
  position: relative;
}
.segment__measure-acidification {
  min-height: 80vh;
  margin-top: 12.5em;
}
@media screen and (max-width: 1023px) {
  .segment__measure-acidification {
    min-height: auto;
    margin-top: 0;
  }
}
.segment__measure-acidification .oa__smoke-container {
  top: -80%;
}
.segment__coastal-ph {
  min-height: 60vh;
}
@media screen and (max-width: 1023px) {
  .segment__coastal-ph {
    min-height: 40vh;
  }
}
.segment__richard-feely .oa__smoke-container {
  top: -50%;
}
.segment__richard-feely .oa__content-quote-title span {
  font-size: 0.75em;
}
.segment__fighting-ocean-acidification {
  margin-top: -10vh;
  min-height: 50vh;
}
@media screen and (max-width: 1023px) {
  .segment__fighting-ocean-acidification {
    min-height: auto;
  }
}
.segment__know-enough {
  min-height: auto;
  padding-top: 22.5em;
  padding-bottom: 12.5em;
}

.oa__content-with-video {
  min-height: 100vh;
}
@media (max-width: 1024px) {
  .oa__content-with-video {
    padding: 2.5em;
  }
}
@media screen and (max-width: 1023px) {
  .oa__content-with-video {
    min-height: 70vh;
  }
}
@media (max-width: 767px) {
  .oa__content-with-video {
    padding: 2.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .oa__content-with-video .oa__content-container {
    padding-right: 2.5em;
    padding-left: 2.5em;
  }
}
.oa__content-with-video .oa__container {
  max-width: 1400px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5em 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 2.5em;
  min-height: inherit;
}
@media (max-width: 1440px) {
  .oa__content-with-video .oa__container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1200px) {
  .oa__content-with-video .oa__container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1023px) {
  .oa__content-with-video .oa__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
@media (max-width: 1440px) {
  .oa__content-with-video .oa__content-container .oa__content-inner {
    max-width: 28.125em;
  }
}
.oa__content-with-video.quote .oa__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.oa__content-with-video.quote .oa__content-inner .oa__content-quote-mark {
  margin-top: -20px;
}
.oa__content-with-video.quote .oa__content-inner .oa__content-quote-mark p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 6.25em;
  line-height: 1;
}
.oa__content-with-video.quote .oa__content-inner .oa__content-quote {
  margin-left: 0.625em;
}
.oa__content-with-video .oa__video-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% + (100vw - 1400px) / 2);
}
@media (max-width: 1440px) {
  .oa__content-with-video .oa__video-container {
    width: calc(100% + (100vw - 1100px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .oa__content-with-video .oa__video-container {
    width: calc(100% + (100vw - 1000px) / 2);
  }
}
@media (min-width: 2400px) {
  .oa__content-with-video .oa__video-container {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .oa__content-with-video .oa__video-container {
    width: 100%;
    z-index: 4 !important;
  }
}
.oa__content-with-video .oa__video-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 8.75em;
}
.oa__content-with-video .oa__video {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .oa__content-with-video .oa__video {
    left: 0;
  }
}
.oa__content-with-video .oa__video-container, .oa__content-with-video .oa__content-container {
  position: relative;
  z-index: 2;
}
.oa__content-with-video .oa__video-container, .oa__content-with-video .oa__content-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.oa__content-with-video .oa__content-inner {
  max-width: 80%;
}

.segment__steve-widdicombe .oa__content-container {
  min-height: inherit;
}
@media screen and (max-width: 1023px) {
  .segment__steve-widdicombe .oa__content-container {
    min-height: auto;
    margin-left: -1.25em !important;
  }
}
.segment__steve-widdicombe .oa__smoke-container {
  top: -18.75em;
}
@media screen and (min-width: 1199px) {
  .segment__human-activity {
    z-index: 2 !important;
  }
}
.segment__upwelling, .segment__bio-process, .segment__human-activity {
  min-height: 90vh;
}
@media screen and (max-width: 1023px) {
  .segment__upwelling, .segment__bio-process, .segment__human-activity {
    min-height: 65vh;
  }
}
.oa__chapter-group {
  position: relative;
  margin-bottom: -1px;
}
.oa__chapter-group.intro .oa__chapter-bg {
  background: #2e6594;
}
.oa__chapter-group.intro .oa__chapter-bg-inner {
  background-size: cover;
  background-repeat: no-repeat;
}
.oa__chapter-group.science .oa__chapter-bg {
  background: #336c99;
}
.oa__chapter-group.science .oa__chapter-description {
  max-width: 100%;
}
.oa__chapter-group.science .oa__chapter-bg-inner {
  background-size: cover;
  background-repeat: no-repeat;
}
.oa__chapter-group.impact .oa__chapter-bg {
  background: #55725c;
}
.oa__chapter-group.impact .oa__chapter-bg-inner {
  background-size: cover;
  background-repeat: no-repeat;
}
.oa__chapter-group.solution .oa__chapter-bg {
  background: #17728A;
}
.oa__chapter-group.solution .oa__chapter-bg-inner {
  background-size: cover;
  background-repeat: no-repeat;
}
.oa__chapter-bg {
  background: #2e6594;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.oa__chapter-bg img {
  position: relative;
  opacity: 0.5;
  height: auto;
}
@media (max-width: 1024px) {
  .oa__chapter-bg img {
    display: none;
  }
}
.oa__chapter-bg-inner {
  height: 100%;
  opacity: 0.5;
  background-position: top;
  background-repeat-y: repeat;
  background-repeat-x: no-repeat;
  background-size: 480%;
  display: none;
}
@media (max-width: 1024px) {
  .oa__chapter-bg-inner {
    display: block;
  }
}
.oa__chapter {
  min-height: 100vh;
  padding: 0 6.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2 !important;
}
@media (max-width: 1024px) {
  .oa__chapter {
    padding: 2.5em;
  }
}
@media screen and (max-width: 1023px) {
  .oa__chapter {
    min-height: auto;
    padding-top: 9.375em !important;
    padding-bottom: 9.375em !important;
  }
}
@media (max-width: 767px) {
  .oa__chapter {
    padding: 2.5em;
  }
}
.oa__chapter-details {
  text-align: center;
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 60%;
}
@media screen and (max-width: 1023px) {
  .oa__chapter-details {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .oa__chapter-details {
    max-width: 100%;
  }
}
.oa__chapter-title {
  margin-bottom: 1.25em;
}
.oa__chapter-title h2 {
  font-size: 4.6875em;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 767px) {
  .oa__chapter-title h2 {
    font-size: 40px;
  }
}
.oa__chapter-description p {
  font-size: 1.125em;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .oa__chapter-description p {
    font-size: 16px;
  }
}
.oa__chapter-description p:not(:last-child) {
  margin-bottom: 1.25em;
}

.oa__emissions {
  min-height: 100vh;
  padding: 0 9.375em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 400vh;
  margin-bottom: 120vh;
}
@media (min-width: 1920px) {
  .oa__emissions {
    padding-left: 15.625em;
    padding-right: 15.625em;
  }
}
@media (max-width: 1023px) {
  .oa__emissions {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 2.5em;
    margin-bottom: 500vh;
  }
}
@media (max-width: 1440px) {
  .oa__emissions .oa__content-container .oa__content-inner {
    max-width: 28.125em;
  }
}
.oa__emissions .oa__emissions-plants {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0.94vw;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .oa__emissions .oa__emissions-plants {
    font-size: 6px;
    right: 0;
    overflow: hidden;
    width: 110vw;
    left: -20%;
  }
}
.oa__emissions .oa__emissions-plant {
  position: absolute;
  height: auto;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  opacity: 0;
  visibility: hidden;
}
.oa__emissions .oa__emissions-plant img {
  z-index: 1;
  position: relative;
}
.oa__emissions .oa__emissions-plant.active {
  opacity: 1;
  visibility: visible;
}
.oa__emissions .oa__emissions-plant:nth-child(1) {
  width: 15.625em;
  right: 25.375em;
  bottom: 9.6875em;
  z-index: 5;
}
.oa__emissions .oa__emissions-plant:nth-child(1) .oa__emissions-smoke {
  font-size: 16px;
  -webkit-transform: translateY(-42%) translateX(-34%);
          transform: translateY(-42%) translateX(-34%);
}
@media screen and (max-width: 1023px) {
  .oa__emissions .oa__emissions-plant:nth-child(1) .oa__emissions-smoke {
    font-size: 8px;
    -webkit-transform: translateY(-50%) translateX(-36%) rotate(-8deg);
            transform: translateY(-50%) translateX(-36%) rotate(-8deg);
  }
}
.oa__emissions .oa__emissions-plant:nth-child(2) {
  width: 9.375em;
  right: 44.25em;
  bottom: 11.5625em;
  z-index: 3;
}
.oa__emissions .oa__emissions-plant:nth-child(2) .oa__emissions-smoke {
  font-size: 26px;
  -webkit-transform: translateY(-18%) translateX(-62%);
          transform: translateY(-18%) translateX(-62%);
}
@media screen and (max-width: 1023px) {
  .oa__emissions .oa__emissions-plant:nth-child(2) .oa__emissions-smoke {
    font-size: 10px;
    -webkit-transform: translateY(-44%) translateX(-50%) rotate(-8deg);
            transform: translateY(-44%) translateX(-50%) rotate(-8deg);
  }
}
.oa__emissions .oa__emissions-plant:nth-child(3) {
  width: 6.875em;
  right: 16.875em;
  bottom: 16.75em;
  z-index: 3;
}
.oa__emissions .oa__emissions-plant:nth-child(3) .oa__emissions-smoke {
  font-size: 14px;
  -webkit-transform: translateY(-64%) translateX(-33%);
          transform: translateY(-64%) translateX(-33%);
}
@media screen and (max-width: 1023px) {
  .oa__emissions .oa__emissions-plant:nth-child(3) .oa__emissions-smoke {
    font-size: 4px;
    -webkit-transform: translateY(-76%) translateX(-17%) rotate(-8deg);
            transform: translateY(-76%) translateX(-17%) rotate(-8deg);
  }
}
.oa__emissions .oa__emissions-plant:nth-child(4) {
  width: 5.625em;
  right: 11.875em;
  bottom: 25.625em;
  z-index: 1;
}
.oa__emissions .oa__emissions-plant:nth-child(4) .oa__emissions-smoke {
  font-size: 8px;
  -webkit-transform: translateY(-88%) translateX(-6%);
          transform: translateY(-88%) translateX(-6%);
}
@media screen and (max-width: 1023px) {
  .oa__emissions .oa__emissions-plant:nth-child(4) .oa__emissions-smoke {
    font-size: 4px;
    -webkit-transform: translateY(-80%) translateX(-14%) rotate(-8deg);
            transform: translateY(-80%) translateX(-14%) rotate(-8deg);
  }
}
.oa__emissions .oa__emissions-plant:nth-child(5) {
  width: 5.625em;
  right: 60em;
  bottom: 10em;
  z-index: 1;
}
.oa__emissions .oa__emissions-plant:nth-child(5) .oa__emissions-smoke {
  font-size: 26px;
  -webkit-transform: translateY(-42%) translateX(-52%);
          transform: translateY(-42%) translateX(-52%);
}
@media screen and (max-width: 1023px) {
  .oa__emissions .oa__emissions-plant:nth-child(5) .oa__emissions-smoke {
    font-size: 4px;
    -webkit-transform: translateY(-80%) translateX(-24%);
            transform: translateY(-80%) translateX(-24%);
  }
}
.oa__emissions .oa__emissions-plant:nth-child(6) {
  width: 5.375em;
  z-index: 5;
  bottom: 1.875em;
  right: 63.875em;
}
.oa__emissions .oa__emissions-plant:nth-child(6) .oa__emissions-smoke {
  font-size: 18px;
  -webkit-transform: translateY(-58%) translateX(-36%) rotate(-8deg);
          transform: translateY(-58%) translateX(-36%) rotate(-8deg);
}
@media screen and (max-width: 1023px) {
  .oa__emissions .oa__emissions-plant:nth-child(6) .oa__emissions-smoke {
    -webkit-transform: translateY(-64%) translateX(-24%) rotate(-8deg);
            transform: translateY(-64%) translateX(-24%) rotate(-8deg);
    font-size: 6px;
  }
}
.oa__emissions .oa__emissions-plant-desc {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
  text-align: center;
  color: black;
  z-index: 1;
}
.oa__emissions .oa__emissions-plant-desc h4,
.oa__emissions .oa__emissions-plant-desc p {
  color: inherit !important;
  margin: 0;
}
.oa__emissions .oa__emissions-plant-desc h4 {
  font-family: "econ-sans";
  font-weight: 700;
  font-size: 2em;
}
.oa__emissions .oa__emissions-plant-desc p {
  font-size: 1.25em;
}
.oa__emissions .oa__emissions-mountain {
  position: absolute;
  height: auto;
  bottom: 0;
  right: 0;
}
.oa__emissions .oa__emissions-mountain img {
  height: inherit;
  width: inherit;
}
.oa__emissions .oa__emissions-mountain:nth-child(7) {
  width: 69.125em;
  bottom: 5em;
  z-index: 2;
}
.oa__emissions .oa__emissions-mountain:nth-child(8) {
  width: 87.5em;
  z-index: 4;
  bottom: -8.75em;
}
.oa__emissions .oa__emissions-mountain:nth-child(9) {
  width: 83.75em;
  z-index: 6;
  bottom: -10.875em;
}
.oa__emissions .oa__emissions-timeline {
  position: absolute;
  height: 100vh;
  right: 3.5em;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .oa__emissions .oa__emissions-timeline {
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.oa__emissions .oa__emissions-timeline-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .oa__emissions .oa__emissions-timeline-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.oa__emissions .oa__emissions-timeline-item {
  height: 20px;
  width: 33px;
  margin-bottom: 2.5em;
  color: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .oa__emissions .oa__emissions-timeline-item {
    width: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .oa__emissions .oa__emissions-timeline-item, .oa__emissions .oa__emissions-timeline-item * {
    will-change: transform;
  }
}
.oa__emissions .oa__emissions-timeline-item p {
  margin: 0;
  font-size: 15px;
  color: inherit;
  line-height: normal;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .oa__emissions .oa__emissions-timeline-item p {
    font-size: 12px;
  }
}
.oa__emissions .oa__emissions-timeline-item.active p {
  font-weight: 700;
  color: white;
  font-size: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .oa__emissions .oa__emissions-timeline-item.active p {
    font-size: 15px;
  }
}
.oa__emissions .oa__emissions-smoke {
  position: absolute;
  height: 50vh;
  width: 50vw;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-90%) translateX(-6%);
          transform: translateY(-90%) translateX(-6%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1023px) {
  .oa__emissions .oa__emissions-smoke {
    height: 40vh;
    width: 40vh;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
.oa__emissions .oa__emissions-smoke img {
  width: 10.5em;
  height: 5.75em;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.oa__emissions .oa__emissions-smoke img:not(.active) {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .oa__emissions .oa__emissions-smoke img {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.oa__emissions .oa__emissions-smoke img:nth-child(1) {
  height: 22.0625em;
  width: 31.5em;
  left: 5.25em;
  bottom: 3.6770833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(2) {
  height: 25.8125em;
  width: 36.5em;
  left: 6.0833333333em;
  bottom: 4.3020833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(3) {
  height: 29.5625em;
  width: 41.5em;
  left: 6.9166666667em;
  bottom: 4.9270833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(4) {
  height: 33.3125em;
  width: 46.5em;
  left: 7.75em;
  bottom: 5.5520833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(5) {
  height: 37.0625em;
  width: 51.5em;
  left: 8.5833333333em;
  bottom: 6.1770833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(6) {
  height: 40.8125em;
  width: 56.5em;
  left: 9.4166666667em;
  bottom: 6.8020833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(7) {
  height: 44.5625em;
  width: 61.5em;
  left: 10.25em;
  bottom: 7.4270833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(8) {
  height: 48.3125em;
  width: 66.5em;
  left: 11.0833333333em;
  bottom: 8.0520833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(9) {
  height: 52.0625em;
  width: 71.5em;
  left: 11.9166666667em;
  bottom: 8.6770833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(10) {
  height: 55.8125em;
  width: 76.5em;
  left: 12.75em;
  bottom: 9.3020833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(11) {
  height: 59.5625em;
  width: 81.5em;
  left: 13.5833333333em;
  bottom: 9.9270833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(12) {
  height: 63.3125em;
  width: 86.5em;
  left: 14.4166666667em;
  bottom: 10.5520833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(13) {
  height: 67.0625em;
  width: 91.5em;
  left: 15.25em;
  bottom: 11.1770833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(14) {
  height: 70.8125em;
  width: 96.5em;
  left: 16.0833333333em;
  bottom: 11.8020833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(15) {
  height: 74.5625em;
  width: 101.5em;
  left: 16.9166666667em;
  bottom: 12.4270833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(16) {
  height: 78.3125em;
  width: 106.5em;
  left: 17.75em;
  bottom: 13.0520833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(17) {
  height: 82.0625em;
  width: 111.5em;
  left: 18.5833333333em;
  bottom: 13.6770833333em;
}
.oa__emissions .oa__emissions-smoke img:nth-child(18) {
  height: 85.8125em;
  width: 116.5em;
  left: 19.4166666667em;
  bottom: 14.3020833333em;
}
.oa__emissions .oa__citation {
  z-index: 1;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2.5em;
}
@media screen and (max-width: 1023px) {
  .oa__emissions .oa__citation {
    position: absolute;
  }
}
.oa__emissions .oa__content-container {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .oa__emissions .oa__content-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 6.875em;
  }
}
.oa__emissions .oa__content-container sub {
  padding-left: 2px;
  padding-right: 2px;
}
.oa__break {
  min-height: 70vh;
  padding: 5em 6.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 0 !important;
  text-align: center;
}
@media (max-width: 767px) {
  .oa__break {
    padding: 2.5em;
    text-align: center;
  }
}
.oa__break .oa__break-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.oa__break .oa__content-title {
  margin-bottom: 30vh;
}
.oa__break .oa__break-arrow {
  position: absolute;
  bottom: 2.8125em;
  height: 3.6875em;
  width: 3.6875em;
  cursor: pointer;
}

.oa__clams {
  min-height: 100vh;
  padding: 0 9.375em 170vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1920px) {
  .oa__clams {
    padding-left: 15.625em;
    padding-right: 15.625em;
  }
}
@media (max-width: 1024px) {
  .oa__clams {
    padding: 0 2.5em 100vh;
  }
}
@media (max-width: 1023px) {
  .oa__clams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5em 2.5em 87.5em;
    margin-top: 6.25em;
  }
}
.oa__clams .oa__content-inner {
  width: 80%;
}
.oa__clams .oa__clams-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .oa__clams .oa__clams-container {
    width: 100%;
  }
}
.oa__clams .oa__clams-image-wrapper {
  position: relative;
}
.oa__clams .oa__clams-image-wrapper:first-child {
  width: 20.5625em;
  height: 12.5em;
  margin-left: auto;
  -webkit-transform: translate(200%, -200%);
          transform: translate(200%, -200%);
}
@media (max-width: 767px) {
  .oa__clams .oa__clams-image-wrapper:first-child {
    width: 8.125em;
    height: 5em;
    margin: 0 0 0.75em auto;
  }
}
.oa__clams .oa__clams-image-wrapper:last-child {
  width: 29.0625em;
  height: 13em;
  -webkit-transform: translate(0%, 300%);
          transform: translate(0%, 300%);
}
@media (max-width: 767px) {
  .oa__clams .oa__clams-image-wrapper:last-child {
    width: 13.75em;
    height: 6.125em;
  }
}
.oa__clams .oa__clams-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.oa__clams .oa__clams-smoke-item {
  position: absolute;
}
.oa__clams .oa__clams-smoke-item:nth-child(1) {
  width: 118.3125em;
  left: 36.1875em;
  top: 24.4375em;
}
.oa__clams .oa__clams-smoke-item:nth-child(2) {
  width: 84.5em;
  left: 42.3125em;
  top: 23.3125em;
}
.oa__clams .oa__clams-smoke-item:nth-child(3) {
  width: 118.5625em;
  left: 16.75em;
  top: 13.0625em;
}
.oa__clams .oa__clams-smoke-item:nth-child(4) {
  width: 115.375em;
  left: -2.9375em;
  top: 23.25em;
}
.oa__clams .oa__clams-smoke-item:nth-child(5) {
  width: 115.8125em;
  left: 20.8125em;
  top: 3.1875em;
}
.oa__clams .oa__clams-smoke-item:nth-child(6) {
  width: 76.9375em;
  left: 18.5em;
  top: -5.875em;
}
.oa__clams .oa__clams-smoke-item:nth-child(7) {
  width: 110.3125em;
  left: 10.8125em;
  top: -10.9375em;
}
.oa__clams .oa__content-container {
  position: relative;
}
.oa__clams .oa__content-inner {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1440px) {
  .oa__clams .oa__content-inner {
    max-width: 28.125em;
  }
}
@media screen and (max-width: 1023px) {
  .oa__clams .oa__content-inner {
    min-height: auto;
  }
}
.oa__clams .oa__smoke-container {
  top: -12.5em;
}
@media (max-width: 767px) {
  .oa__clams .oa__smoke-container {
    top: 37.5em;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

.oa__aragonite {
  min-height: 100vh;
  padding: 0 9.375em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 200vh;
  margin-bottom: 120vh;
}
@media (min-width: 1920px) {
  .oa__aragonite {
    padding-left: 15.625em;
    padding-right: 15.625em;
  }
}
@media (max-width: 1024px) {
  .oa__aragonite {
    padding: 0 2.5em 100vh;
  }
}
@media screen and (max-width: 1023px) {
  .oa__aragonite {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .oa__aragonite {
    text-align: center;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .oa__aragonite {
    margin-bottom: 100vh;
  }
}
.oa__aragonite .oa__content-wrapper, .oa__aragonite .oa__citation {
  z-index: 2;
}
.oa__aragonite .oa__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  gap: 2.5em;
}
@media (max-width: 1023px) {
  .oa__aragonite .oa__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.oa__aragonite .oa__aragonite-content, .oa__aragonite .oa__aragonite-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.5em 0;
}
.oa__aragonite .oa__aragonite-content {
  max-width: 31.25em;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .oa__aragonite .oa__aragonite-content {
    width: 100%;
    max-width: 60vw;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .oa__aragonite .oa__aragonite-content {
    max-width: 100%;
  }
}
.oa__aragonite .oa__aragonite-image {
  width: 10em;
  height: 10em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .oa__aragonite .oa__aragonite-image {
    width: 8.125em;
    height: 8.125em;
  }
}
@media (max-width: 767px) {
  .oa__aragonite .oa__aragonite-image {
    width: 6.25em;
    height: 6.25em;
  }
}
.oa__aragonite .oa__aragonite-image.inactive {
  visibility: hidden;
  opacity: 0;
}
.oa__aragonite .oa__aragonite-citation {
  position: absolute;
  bottom: 3.4375em;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 35.625em;
}
.oa__aragonite .oa__aragonite-citation p {
  margin: 0;
  font-size: 15px;
  text-align: center;
  font-style: italic;
}
@media (max-width: 767px) {
  .oa__aragonite .oa__aragonite-citation p {
    font-size: 10px;
  }
}
@media (max-width: 1023px) {
  .oa__aragonite .oa__aragonite-citation {
    position: relative;
    bottom: 0;
  }
}
.oa__aragonite .oa__aragonite-subtitle p {
  font-size: 1.375em;
  margin-bottom: 0.625em;
  font-weight: 700;
  text-align: center;
}
.oa__aragonite .oa__aragonite-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
@media (max-width: 1023px) {
  .oa__aragonite .oa__aragonite-wrapper {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 110vh;
  }
}
@media screen and (max-width: 767px) {
  .oa__aragonite .oa__aragonite-wrapper {
    margin-bottom: 0;
  }
}
.oa__aragonite .oa__aragonite-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin: 0.625em 0;
  -ms-grid-row-align: center;
      align-self: center;
}
.oa__aragonite .oa__aragonite-saturation p {
  font-size: 1.25em;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}
.oa__aragonite .oa__aragonite-smoke-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.oa__aragonite .oa__aragonite-smoke-item {
  position: absolute;
}
.oa__aragonite .oa__aragonite-smoke-item:nth-child(1) {
  width: 118.3125em;
  left: 41.5625em;
  top: 3.3125em;
}
.oa__aragonite .oa__aragonite-smoke-item:nth-child(2) {
  width: 84.5em;
  left: 47.6875em;
  top: 2.1875em;
}
.oa__aragonite .oa__aragonite-smoke-item:nth-child(3) {
  width: 118.5625em;
  left: 22.125em;
  top: -8.0625em;
}
.oa__aragonite .oa__aragonite-smoke-item:nth-child(4) {
  width: 115.375em;
  left: 2.4375em;
  top: 2.125em;
}
.oa__aragonite .oa__aragonite-smoke-item:nth-child(5) {
  width: 115.8125em;
  left: 26.1875em;
  top: -17.9375em;
}
.oa__aragonite .oa__aragonite-smoke-item:nth-child(6) {
  width: 76.9375em;
  left: 23.875em;
  top: -27em;
}
.oa__aragonite .oa__aragonite-smoke-item:nth-child(7) {
  width: 110.3125em;
  left: 16.1875em;
  top: -32.0625em;
}
.oa__aragonite .oa__citation {
  z-index: 1;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .oa__aragonite .oa__citation {
    height: auto;
  }
}

.oa__pteropod-fish {
  min-height: 100vh;
  padding: 2.5em 9.375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  mix-blend-mode: screen;
}
@media (min-width: 1920px) {
  .oa__pteropod-fish {
    padding-left: 15.625em;
    padding-right: 15.625em;
  }
}
@media (max-width: 1024px) {
  .oa__pteropod-fish {
    padding: 2.5em;
  }
}
@media screen and (max-width: 1023px) {
  .oa__pteropod-fish {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .oa__pteropod-fish * {
    will-change: transform;
  }
}
.oa__pteropod-content-wrapper {
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .oa__pteropod-content-wrapper {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .oa__pteropod-content-wrapper {
    max-width: 100%;
  }
}
.oa__pteropod-fish-content {
  width: 25em;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.oa__pteropod-fish-content.first {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .oa__pteropod-fish-content {
    width: 100%;
  }
  .oa__pteropod-fish-content.first {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.oa__small-pteropod-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.oa__small-pteropod-image-wrapper .img-wrapper {
  position: absolute;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .oa__small-pteropod-image-wrapper .img-wrapper {
    height: 100%;
  }
}
.oa__small-pteropod-image-wrapper .img-wrapper:nth-child(2) {
  width: 10px;
  height: 10px;
  left: 728px;
  top: 199px;
}
@media (max-width: 768px) {
  .oa__small-pteropod-image-wrapper .img-wrapper:nth-child(2) {
    left: 60%;
    top: 46%;
  }
}
@media (max-width: 767px) {
  .oa__small-pteropod-image-wrapper .img-wrapper:nth-child(2) {
    top: 57%;
    width: 5px;
    height: 5px;
  }
}
.oa__small-pteropod-image-wrapper .img-wrapper:nth-child(3) {
  width: 10px;
  height: 10px;
  left: 544px;
  top: 199px;
}
@media (max-width: 768px) {
  .oa__small-pteropod-image-wrapper .img-wrapper:nth-child(3) {
    left: 45%;
    top: 46%;
  }
}
@media (max-width: 767px) {
  .oa__small-pteropod-image-wrapper .img-wrapper:nth-child(3) {
    top: 57%;
    width: 5px;
    height: 5px;
  }
}
.oa__small-pteropod-image-wrapper .img-wrapper:nth-child(4) {
  width: 10px;
  height: 10px;
  left: 496px;
  top: 474px;
}
@media (max-width: 768px) {
  .oa__small-pteropod-image-wrapper .img-wrapper:nth-child(4) {
    left: 22%;
    top: 63%;
  }
}
@media (max-width: 767px) {
  .oa__small-pteropod-image-wrapper .img-wrapper:nth-child(4) {
    top: 74%;
    width: 5px;
    height: 5px;
  }
}
.oa__small-pteropod-image-wrapper .img-wrapper:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 337px;
  top: 474px;
}
@media (max-width: 768px) {
  .oa__small-pteropod-image-wrapper .img-wrapper:nth-child(5) {
    left: 5%;
    top: 63%;
  }
}
@media (max-width: 767px) {
  .oa__small-pteropod-image-wrapper .img-wrapper:nth-child(5) {
    top: 74%;
    width: 5px;
    height: 5px;
  }
}
.oa__small-pteropod-image-wrapper .img-wrapper:nth-child(6) {
  width: 10px;
  height: 10px;
  left: 907px;
  top: 678px;
}
@media (max-width: 768px) {
  .oa__small-pteropod-image-wrapper .img-wrapper:nth-child(6) {
    left: 60%;
    top: 75%;
  }
}
@media (max-width: 767px) {
  .oa__small-pteropod-image-wrapper .img-wrapper:nth-child(6) {
    top: 60%;
    width: 5px;
    height: 5px;
  }
}
.oa__small-pteropod-image-wrapper .img-wrapper:nth-child(7) {
  width: 10px;
  height: 10px;
  left: 723px;
  top: 678px;
}
@media (max-width: 768px) {
  .oa__small-pteropod-image-wrapper .img-wrapper:nth-child(7) {
    left: 35%;
    top: 75%;
  }
}
@media (max-width: 767px) {
  .oa__small-pteropod-image-wrapper .img-wrapper:nth-child(7) {
    top: 60%;
    width: 5px;
    height: 5px;
  }
}
.oa__small-pteropod-image-wrapper .img-wrapper:nth-child(8) {
  width: 10px;
  height: 10px;
  left: 539px;
  top: 678px;
}
@media (max-width: 768px) {
  .oa__small-pteropod-image-wrapper .img-wrapper:nth-child(8) {
    left: 10%;
    top: 75%;
  }
}
@media (max-width: 767px) {
  .oa__small-pteropod-image-wrapper .img-wrapper:nth-child(8) {
    top: 60%;
    width: 5px;
    height: 5px;
  }
}
.oa__pteropod-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: screen;
}
@media screen and (max-width: 1023px) {
  .oa__pteropod-image-wrapper {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .oa__pteropod-image-wrapper {
    height: 80%;
  }
}
@media screen and (max-width: 767px) {
  .oa__pteropod-image-wrapper {
    height: 100%;
  }
}
.oa__pteropod-image-wrapper .img-wrapper {
  position: absolute;
  width: 3.25em;
  height: 4em;
}
.oa__pteropod-image-wrapper .img-wrapper:first-child {
  width: 156px;
  height: 182px;
  left: 49%;
  top: 245px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:first-child {
    left: 55%;
  }
}
@media (max-width: 1024px) {
  .oa__pteropod-image-wrapper .img-wrapper:first-child {
    left: 63%;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:first-child {
    left: 66%;
    top: 57%;
  }
}
@media (max-width: 767px) {
  .oa__pteropod-image-wrapper .img-wrapper:first-child {
    width: 78px;
    height: 91px;
    left: 244px;
    top: 495px;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(2) {
  width: 146px;
  height: 108px;
  left: 40%;
  top: 480px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(2) {
    left: 45%;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(2) {
    left: 44%;
    top: 83%;
  }
}
@media (max-width: 767px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(2) {
    width: 73px;
    height: 54px;
    left: 171px;
    top: 612.5px;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(3) {
  width: 135px;
  height: 95px;
  left: 66%;
  top: 66px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(3) {
    left: 75%;
  }
}
@media (max-width: 1024px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(3) {
    left: 83%;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(3) {
    display: none;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(4) {
  width: 114px;
  height: 129px;
  left: 1211px;
  top: 559px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(4) {
    left: 73%;
  }
}
@media (max-width: 1024px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(4) {
    left: 76%;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(4) {
    display: none;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(5) {
  width: 95px;
  height: 67px;
  left: 49%;
  top: 129px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(5) {
    left: 56%;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(5) {
    left: 50%;
    top: 39%;
  }
}
@media (max-width: 767px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(5) {
    width: 48px;
    height: 34px;
    left: 187px;
    top: 250px;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(6) {
  width: 87px;
  height: 100px;
  left: 5%;
  top: 40px;
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(6) {
    left: 4%;
    top: 35%;
  }
}
@media (max-width: 767px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(6) {
    width: 44px;
    height: 50px;
    left: 18px;
    top: 100px;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(7) {
  width: 81px;
  height: 76px;
  left: 9%;
  top: 526px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(7) {
    left: 10%;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(7) {
    display: none;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(8) {
  width: 59px;
  height: 65px;
  left: 36%;
  top: 278px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(8) {
    left: 42%;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(8) {
    left: 19%;
    top: 65%;
  }
}
@media (max-width: 767px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(8) {
    width: 30px;
    height: 33px;
    left: 68px;
    top: 524px;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(9) {
  width: 75px;
  height: 60px;
  left: 49%;
  top: 663px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(9) {
    left: 57%;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(9) {
    display: none;
  }
}
@media (max-width: 767px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(9) {
    width: 38px;
    height: 30px;
    left: 278px;
    top: 704px;
    display: block;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(10) {
  width: 67px;
  height: 58px;
  left: 23%;
  top: 635px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(10) {
    left: 25%;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(10) {
    left: 8%;
    top: 94%;
  }
}
@media (max-width: 767px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(10) {
    width: 34px;
    height: 29px;
    left: 31px;
    top: 690px;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(11) {
  width: 53px;
  height: 72px;
  left: 61%;
  top: 170px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(11) {
    left: 70%;
  }
}
@media (max-width: 1024px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(11) {
    left: 77%;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(11) {
    left: 90%;
    top: 43%;
  }
}
@media (max-width: 767px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(11) {
    width: 27px;
    height: 36px;
    left: 339px;
    top: 150px;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(12) {
  width: 59px;
  height: 64px;
  left: 57%;
  top: 512px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(12) {
    left: 60%;
  }
}
@media (max-width: 1024px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(12) {
    left: 66%;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(12) {
    left: 87%;
    top: 82%;
  }
}
@media (max-width: 767px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(12) {
    width: 30px;
    height: 32px;
    left: 324px;
    top: 629px;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(13) {
  width: 37px;
  height: 45px;
  left: 22%;
  top: 175px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(13) {
    left: 26%;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(13) {
    display: none;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(14) {
  width: 40px;
  height: 50px;
  left: 43%;
  top: 378px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(14) {
    left: 48%;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(14) {
    left: 44%;
    top: 57%;
  }
}
@media (max-width: 767px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(14) {
    width: 20px;
    height: 25px;
    left: 167px;
    top: 562px;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(15) {
  width: 48px;
  height: 55px;
  left: 68%;
  top: 302px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(15) {
    left: 78%;
  }
}
@media (max-width: 1024px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(15) {
    left: 88%;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(15) {
    display: none;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(16) {
  width: 48px;
  height: 47px;
  left: 71%;
  top: 478px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(16) {
    left: 82%;
  }
}
@media (max-width: 1024px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(16) {
    left: 84%;
    top: 444px;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(16) {
    display: none;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(17) {
  width: 33px;
  height: 40px;
  left: 33%;
  top: 512px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(17) {
    left: 39%;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(17) {
    left: 26%;
    top: 83%;
  }
}
@media (max-width: 767px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(17) {
    display: none;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(18) {
  width: 41px;
  height: 47px;
  left: 36%;
  top: 666px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(18) {
    left: 43%;
  }
}
@media (max-width: 768px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(18) {
    display: none;
  }
}
@media (max-width: 767px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(18) {
    width: 21px;
    height: 24px;
    left: 157px;
    top: 706px;
    display: block;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(19) {
  width: 58px;
  height: 66px;
  left: 63%;
  top: 422px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(19) {
    left: 71%;
  }
}
@media (max-width: 1024px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(19) {
    display: none;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(20) {
  width: 78px;
  height: 92px;
  left: 80%;
  top: 129px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(20) {
    left: 88%;
  }
}
@media (max-width: 1024px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(20) {
    display: none;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(21) {
  width: 53px;
  height: 72px;
  left: 94%;
  top: 78px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(21) {
    display: none;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(22) {
  width: 114px;
  height: 129px;
  left: 80%;
  top: 419px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(22) {
    left: 90%;
    top: 345px;
  }
}
@media (max-width: 1024px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(22) {
    display: none;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(23) {
  width: 48px;
  height: 55px;
  left: 92%;
  top: 410px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(23) {
    display: none;
  }
}
.oa__pteropod-image-wrapper .img-wrapper:nth-child(24) {
  width: 146px;
  height: 108px;
  left: 89%;
  top: 611px;
}
@media (max-width: 1440px) {
  .oa__pteropod-image-wrapper .img-wrapper:nth-child(24) {
    display: none;
  }
}
.oa__fish-image-wrapper {
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .oa__fish-image-wrapper {
    height: 100vh;
    position: absolute;
    top: 0;
  }
}
.oa__fish-image-wrapper .img-wrapper {
  position: absolute;
}
.oa__fish-image-wrapper .img-wrapper video {
  height: inherit;
  width: inherit;
}
.oa__fish-image-wrapper .img-wrapper:nth-child(3) {
  width: 857px;
  height: 210px;
  left: 40%;
  top: 361px;
}
@media (max-width: 768px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(3) {
    width: 513px;
    height: 126px;
    left: 236px;
    top: 60%;
  }
}
@media (max-width: 767px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(3) {
    height: 63px;
    width: 257px;
    left: 133px;
    top: 65%;
  }
}
.oa__fish-image-wrapper .img-wrapper:nth-child(2) {
  width: 588px;
  height: 145px;
  left: 85%;
  top: 603px;
}
@media (max-width: 768px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(2) {
    width: 352px;
    height: 87px;
    left: 614px;
    top: 75%;
  }
}
@media (max-width: 767px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(2) {
    height: 43px;
    width: 176px;
    left: 323px;
    top: 662px;
  }
}
.oa__fish-image-wrapper .img-wrapper:first-child {
  width: 487px;
  height: 119px;
  left: 80%;
  top: 136px;
}
@media (max-width: 768px) {
  .oa__fish-image-wrapper .img-wrapper:first-child {
    width: 292px;
    height: 71px;
    left: 515px;
    top: 45%;
  }
}
@media (max-width: 767px) {
  .oa__fish-image-wrapper .img-wrapper:first-child {
    height: 36px;
    width: 146px;
    left: 273px;
    top: 522px;
  }
}
.oa__fish-image-wrapper .img-wrapper:nth-child(4) {
  width: 328px;
  height: 80px;
  left: 65%;
  top: 603px;
}
@media (max-width: 768px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(4) {
    width: 197px;
    height: 48px;
    left: 498px;
    top: 74%;
  }
}
@media (max-width: 767px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(4) {
    height: 24px;
    width: 98px;
    left: 264px;
    top: 662px;
  }
}
.oa__fish-image-wrapper .img-wrapper:nth-child(5) {
  width: 249px;
  height: 61px;
  left: 90%;
  top: 269px;
}
@media (max-width: 768px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(5) {
    width: 149px;
    height: 37px;
    left: 687px;
    top: 55%;
  }
}
@media (max-width: 767px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(5) {
    height: 18px;
    width: 75px;
    left: 359px;
    top: 562px;
  }
}
.oa__fish-image-wrapper .img-wrapper:nth-child(6) {
  width: 213px;
  height: 53px;
  left: 30%;
  top: 583px;
}
@media (max-width: 768px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(6) {
    width: 128px;
    height: 32px;
    left: 133px;
    top: 73%;
  }
}
@media (max-width: 767px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(6) {
    height: 16px;
    width: 64px;
    left: 82px;
    top: 656px;
  }
}
.oa__fish-image-wrapper .img-wrapper:nth-child(7) {
  width: 214px;
  height: 53px;
  left: 85%;
  top: 37px;
}
@media (max-width: 768px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(7) {
    width: 128px;
    height: 32px;
    left: 567px;
    top: 35%;
  }
}
@media (max-width: 767px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(7) {
    width: 64px;
    height: 16px;
    left: 299px;
    top: 492px;
  }
}
.oa__fish-image-wrapper .img-wrapper:nth-child(8) {
  width: 179px;
  height: 44px;
  left: 50%;
  top: 263px;
}
@media (max-width: 768px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(8) {
    width: 107px;
    height: 26px;
    left: 333px;
    top: 53%;
  }
}
@media (max-width: 767px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(8) {
    width: 54px;
    height: 13px;
    left: 182px;
    top: 560px;
  }
}
.oa__fish-image-wrapper .img-wrapper:nth-child(9) {
  width: 121px;
  height: 30px;
  left: 40%;
  top: 106px;
}
@media (max-width: 768px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(9) {
    width: 73px;
    height: 18px;
    left: 239px;
    top: 43%;
  }
}
@media (max-width: 767px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(9) {
    width: 36px;
    height: 9px;
    left: 135px;
    top: 513px;
  }
}
.oa__fish-image-wrapper .img-wrapper:nth-child(10) {
  width: 121px;
  height: 30px;
  left: 45%;
  top: 662px;
}
@media (max-width: 768px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(10) {
    width: 73px;
    height: 18px;
    left: 311px;
    top: 82%;
  }
}
@media (max-width: 767px) {
  .oa__fish-image-wrapper .img-wrapper:nth-child(10) {
    width: 36px;
    height: 9px;
    left: 171px;
    top: 679px;
  }
}

.oa__data-highlight {
  min-height: 100vh;
  padding: 0;
  margin-bottom: 200vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.25em;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1199px) {
  .oa__data-highlight {
    z-index: 2 !important;
  }
}
@media screen and (min-width: 1200px) {
  .oa__data-highlight * {
    will-change: transform;
  }
}
@media (max-width: 1440px) {
  .oa__data-highlight {
    gap: 5em;
  }
}
@media (max-width: 1024px) {
  .oa__data-highlight {
    gap: 2.5em;
    padding: 2.5em;
  }
}
@media (max-width: 1023px) {
  .oa__data-highlight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5em;
    margin-bottom: 100vh;
    margin-top: 12.5em;
  }
}
@media (max-width: 1023px) {
  .oa__data-highlight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5em 0;
    margin-bottom: 100vh;
    margin-top: 12.5em;
    z-index: auto !important;
  }
  .oa__data-highlight .oa__data-highlight-content,
  .oa__data-highlight .oa__data-highlight-wrapper {
    padding-right: 2.5em;
    padding-left: 2.5em;
    position: relative;
    z-index: 1;
  }
}
.oa__data-highlight .oa__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 2.5em;
  min-height: inherit;
  -ms-grid-columns: 1fr 2.5em 1fr;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 1199px) {
  .oa__data-highlight .oa__content-wrapper {
    z-index: 2 !important;
  }
}
@media (max-width: 1440px) {
  .oa__data-highlight .oa__content-wrapper {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1200px) {
  .oa__data-highlight .oa__content-wrapper {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1023px) {
  .oa__data-highlight .oa__content-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .oa__data-highlight .oa__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.oa__data-highlight .oa__data-highlight-content {
  max-width: 70%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .oa__data-highlight .oa__data-highlight-content {
    width: 100%;
    max-width: 60vw;
    min-height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .oa__data-highlight .oa__data-highlight-content {
    max-width: 100%;
  }
}
.oa__data-highlight .oa__data-highlight-items {
  width: 100%;
}
.oa__data-highlight .oa__data-highlight-items .oa__video {
  max-width: 100%;
}
.oa__data-highlight .oa__video-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + (100vw - 1400px) / 2);
}
@media screen and (max-width: 1023px) {
  .oa__data-highlight .oa__video-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: auto;
    padding-bottom: 12.5em;
  }
}
@media (max-width: 1440px) {
  .oa__data-highlight .oa__video-container {
    width: calc(100% + (100vw - 1100px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .oa__data-highlight .oa__video-container {
    width: calc(100% + (100vw - 1000px) / 2);
  }
}
@media (min-width: 2400px) {
  .oa__data-highlight .oa__video-container {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .oa__data-highlight .oa__video-container {
    width: 100%;
    position: relative;
    z-index: 4 !important;
  }
}
.oa__data-highlight .oa__data-highlight-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .oa__data-highlight .oa__data-highlight-wrapper {
    width: 100%;
    gap: 1.25em;
  }
}
.oa__data-highlight .oa__data-highlight-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.25em;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .oa__data-highlight .oa__data-highlight-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.oa__data-highlight .oa__data-highlight-wrap .data-bubble {
  border: 2px solid #ffffff;
  border-radius: 100%;
  width: 8.75em;
  height: 8.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .oa__data-highlight .oa__data-highlight-wrap .data-bubble {
    width: 116px;
    height: 116px;
  }
}
.oa__data-highlight .oa__data-highlight-wrap .data-bubble .data-title span {
  font-size: 0.75em;
  line-height: 1;
}
@media (max-width: 767px) {
  .oa__data-highlight .oa__data-highlight-wrap .data-bubble .data-title span {
    font-size: 10px;
  }
}
.oa__data-highlight .oa__data-highlight-wrap .data-bubble .data-title p {
  font-size: 1.125em;
  margin: 0 0 0.625em;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 767px) {
  .oa__data-highlight .oa__data-highlight-wrap .data-bubble .data-title p {
    font-size: 15px;
  }
}
.oa__data-highlight .oa__data-highlight-wrap .data-bubble .data-subtitle p {
  font-size: 0.75em;
  margin: 0;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .oa__data-highlight .oa__data-highlight-wrap .data-bubble .data-subtitle p {
    font-size: 10px;
  }
}
.oa__data-highlight .oa__data-highlight-wrap .data-text {
  width: 80%;
  padding-left: 1.875em;
}
@media (max-width: 1280px) {
  .oa__data-highlight .oa__data-highlight-wrap .data-text {
    width: 70%;
  }
}
@media screen and (max-width: 1023px) {
  .oa__data-highlight .oa__data-highlight-wrap .data-text {
    padding-left: 0;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .oa__data-highlight .oa__data-highlight-wrap .data-text {
    width: 100%;
  }
}
.oa__data-highlight .oa__data-highlight-wrap .data-text p {
  margin: 0;
  font-size: 0.9375em;
  font-style: italic;
}
@media (max-width: 767px) {
  .oa__data-highlight .oa__data-highlight-wrap .data-text p {
    font-size: 10px;
    line-height: 1.5;
  }
}

.oa__fixed-video {
  min-height: 100vh;
  padding: 2.5em 0 12.5em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5em 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 2.5em;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .oa__fixed-video {
    z-index: 2 !important;
  }
}
@media (max-width: 1440px) {
  .oa__fixed-video {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .oa__fixed-video {
    max-width: 1000px;
    z-index: unset !important;
  }
}
@media (max-width: 1024px) {
  .oa__fixed-video {
    gap: 2.5em;
    padding: 2.5em;
  }
}
@media (max-width: 1023px) {
  .oa__fixed-video {
    padding: 2.5em 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.oa__fixed-video .oa__content-inner, .oa__fixed-video .oa__video-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.oa__fixed-video .oa__video-inner {
  width: calc(100% + (100vw - 1400px) / 2);
}
@media (max-width: 1440px) {
  .oa__fixed-video .oa__video-inner {
    width: calc(100% + (100vw - 1100px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .oa__fixed-video .oa__video-inner {
    width: calc(100% + (100vw - 1000px) / 2);
  }
}
@media (min-width: 2400px) {
  .oa__fixed-video .oa__video-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .oa__fixed-video .oa__video-inner {
    width: 100%;
  }
}
.oa__fixed-video .oa__video {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .oa__fixed-video .oa__video {
    top: 0;
    left: 0;
  }
}
.oa__fixed-video .oa__video-container, .oa__fixed-video .oa__content-container {
  position: relative;
  z-index: 2;
}
.oa__fixed-video .oa__video-container {
  z-index: 4;
}
.oa__fixed-video .oa__content-inner {
  max-width: 80%;
}
@media (max-width: 1440px) {
  .oa__fixed-video .oa__content-inner {
    max-width: 28.125em;
  }
}
@media screen and (max-width: 1023px) {
  .oa__fixed-video .oa__content-inner {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .oa__fixed-video .oa__content-inner {
    padding: 2.5em;
  }
}
@media screen and (max-width: 1023px) {
  .oa__fixed-video .oa__video-container {
    min-height: auto;
  }
}
.oa__fixed-video .oa__content-description ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.oa__fixed-video .oa__content-description ul li {
  padding-left: 1.875em;
  position: relative;
}
.oa__fixed-video .oa__content-description ul li::before {
  content: "";
  position: absolute;
  left: 0.75em;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: white;
  top: 0.625em;
}
.oa__fixed-video .oa__content-description ul li:not(:last-of-type) {
  margin-bottom: 1.25em;
}

.oa__credits {
  padding: 6.25em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .oa__credits {
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  .oa__credits {
    gap: 2.5em;
    padding: 2.5em;
  }
}
@media (max-width: 1023px) {
  .oa__credits {
    padding: 2.5em 12.1875em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .oa__credits {
    padding: 2.5em;
  }
}
.oa__credits .oa__two-col-text-wrapper {
  width: 50%;
}
@media (min-width: 1201px) {
  .oa__credits .oa__two-col-text-wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .oa__credits .oa__two-col-text-wrapper {
    width: 100%;
  }
}
.oa__credits .oa__content-description.credits p {
  margin-bottom: 0;
}
.oa__credits .oa__content-credits:not(:last-child) {
  margin-bottom: 4.375em;
}

.segment__last {
  padding-top: 0;
  padding-bottom: 10em;
}

.oa__aragonite-map {
  min-height: 100vh;
  padding: 0 9.375em 210vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5em 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 2.5em;
}
@media screen and (min-width: 1200px) {
  .oa__aragonite-map * {
    will-change: transform;
  }
}
@media (min-width: 1920px) {
  .oa__aragonite-map {
    padding-left: 15.625em;
    padding-right: 15.625em;
  }
}
@media (max-width: 1024px) {
  .oa__aragonite-map {
    margin-bottom: 120vh;
    padding: 2.5em;
  }
}
@media (max-width: 1023px) {
  .oa__aragonite-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5em;
    margin-bottom: 100vh;
  }
}
.oa__aragonite-map .oa__content-inner {
  max-width: 70%;
}
@media screen and (max-width: 767px) {
  .oa__aragonite-map .oa__content-inner {
    max-width: 100%;
  }
}
.oa__aragonite-map .oa__citation {
  z-index: 1;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .oa__aragonite-map .oa__citation {
    height: auto;
  }
}
@media (max-width: 767px) {
  .oa__aragonite-map .oa * {
    text-align: center;
  }
}
.oa__aragonite-map .oa__map-container, .oa__aragonite-map .oa__content-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .oa__aragonite-map .oa__content-container {
    min-height: auto;
  }
}
.oa__aragonite-map .oa__map-container {
  margin: 0 auto;
  z-index: 2;
  -ms-grid-column-align: center;
      justify-self: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .oa__aragonite-map .oa__map-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 5.9375em;
  }
}
.oa__aragonite-map .oa__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.oa__aragonite-map .oa__map-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 1.25em;
  max-width: 31.25em;
}
.oa__aragonite-map .oa__map-title h2 {
  margin-bottom: 0.625em;
  font-size: 1.125em;
  font-family: "econ-sans";
  font-weight: bold;
}
.oa__aragonite-map .oa__map-title p {
  margin-bottom: 0;
  font-size: 0.9375em;
  line-height: 1.2;
}
.oa__aragonite-map .oa__map-image {
  width: auto;
  height: 18.75em;
  position: relative;
}
.oa__aragonite-map .oa__map-image img {
  position: absolute;
  height: inherit;
  width: auto;
  -webkit-transform: translateX(-52%) !important;
          transform: translateX(-52%) !important;
}
@media screen and (max-width: 1023px) {
  .oa__aragonite-map .oa__map-image {
    width: 100%;
  }
  .oa__aragonite-map .oa__map-image img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .oa__aragonite-map .oa__map-image img {
    -webkit-transform: translateX(-52%) !important;
            transform: translateX(-52%) !important;
  }
}
.oa__aragonite-map .oa__map-year {
  margin: 1em 0;
}
.oa__aragonite-map .oa__map-year p {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
}
.oa__aragonite-map .oa__map-legend {
  width: 22.5em;
}

:root {
  --container-padding: 7.5em;
  --container-max: 1920px;
  --container-bg-color: #8aa0a7;
}
@media (max-width: 1199px) {
  :root {
    --container-padding: 3.75em;
    --container-max: 100vw;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --container-padding: 30px;
  }
}

.pp__main {
  position: relative;
  color: white;
  overflow: hidden;
  background-color: var(--container-bg-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.pp__main * {
  color: white;
}
.pp__main img:not(.special) {
  -webkit-transform: none !important;
          transform: none !important;
}
.pp__main [class^=section-] {
  z-index: auto;
}
@media (max-width: 1200px) {
  .pp__main {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .pp__main {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .pp__main {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .pp__main {
    font-size: 17px;
  }
}
@media (min-width: 1900px) {
  .pp__main {
    font-size: 18px;
  }
}
.pp__main h1,
.pp__main h2,
.pp__main h3,
.pp__main h4 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
  margin: 0;
}
.pp__main p {
  margin: 0;
}
.pp__main .pp-green {
  background: #26525d;
}
.pp__main .pp-blue {
  background: #122943;
}
.pp__main .pp-skyblue {
  background: #5794c9;
}
.pp__main .pp-cyan {
  background: #56bfd0;
}
.pp__main .pp-white {
  background: white;
}
.pp__main span[class^=transition-],
.pp__main span[class*=" transition-"] {
  display: inline-block;
}
.pp__background {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0.35;
}
.pp__background img {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pp__background {
    height: 140vh;
  }
}
.pp__chapter-group {
  position: relative;
}
.pp__chapter-group .divider {
  width: 100%;
  padding: 35px 0;
  background: #2d4851;
  position: absolute;
  bottom: -40px;
}
.pp__chapter-group.rehighlight + .pin-spacer {
  mix-blend-mode: soft-light;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .pp__chapter-group.conclusion .pp__quote-container {
    min-height: auto;
  }
}
.pp__container {
  padding: 0 var(--container-padding);
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
}
.pp__title.lg h1 {
  font-size: 5.5em;
}
@media screen and (max-width: 767px) {
  .pp__title.lg h1 {
    font-size: 40px;
  }
}
.pp__title.md h2 {
  font-size: 3.125em;
}
@media screen and (max-width: 991px) {
  .pp__title.md h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pp__title.md h2 {
    font-size: 40px;
  }
}
.pp__title.sm h3, .pp__title.sm-v2 h3 {
  font-size: 1.875em;
}
@media screen and (max-width: 767px) {
  .pp__title.sm h3, .pp__title.sm-v2 h3 {
    font-size: 21px;
  }
}
.pp__title.sm h3 {
  letter-spacing: 0.3em;
}
.pp__description p {
  font-size: 1.09375em;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .pp__description p {
    text-align: center;
    font-size: 17.5px;
  }
}
.pp__description p:not(:last-child) {
  margin-bottom: 1.625em;
}
@media screen and (max-width: 767px) {
  .pp__description p {
    font-size: 16px;
    text-align: left;
  }
}
.pp__citation p {
  color: #fff6f6;
  font-style: italic;
  font-size: 0.9375em;
  line-height: 1.1;
}
.pp__checkbox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.pp__checkbox + .pp__checkbox-check {
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  border: 2.5px solid #ffffff;
}
.pp__checkbox:checked + .pp__checkbox-check {
  background: white;
}
.pp__checkbox:checked + .pp__checkbox-check::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
  width: 6px;
  height: 14px;
  border: solid #16292d;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pp__checkbox-circ {
  display: inline-block;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  min-width: 20px;
}
.pp__checkbox-circ.baseline {
  background: white;
}
.pp__checkbox-circ.overall_scenario_one {
  background: #26525d;
}
.pp__checkbox-circ.overall_scenario_two {
  background: #122943;
}
.pp__checkbox-circ.overall_scenario_three {
  background: #5794c9;
}
.pp__checkbox-circ.overall_all {
  background: #56bfd0;
}
.pp__chart-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875em;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .pp__chart-legend {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.pp__chart-legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875em;
}
.pp__chart-legend-item label {
  font-size: 1.125em;
  font-family: "Bebas Neue", sans-serif;
  margin: 0;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .pp__chart-legend-item label {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pp__chart-legend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pp__chart-legend-circ {
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
}
.pp__chart-legend-circ.baseline {
  background: white;
}
.pp__chart-legend-circ.scenario-one {
  background: #26525d;
}
.pp__chart-legend-circ.scenario-two {
  background: #122943;
}
.pp__chart-legend-circ.scenario-three {
  background: #5794c9;
}
.pp__chart-legend-circ.scenario-all {
  background: #56bfd0;
}
.pp__columns {
  display: -ms-grid;
  display: grid;
  gap: 6.25em;
  -ms-grid-columns: minmax(0, 46%) 6.25em minmax(0, 46%);
  grid-template-columns: repeat(2, minmax(0, 46%));
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .pp__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .pp__columns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.pp__column-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pp__slides {
  width: 300%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
.pp__slides:not(.compound) .pp__slide:nth-child(1) .pp__slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 991px) {
  .pp__slides:not(.compound) .pp__slide:nth-child(1) .pp__slide-inner .pp__tools {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pp__slides:not(.compound) .pp__slide:nth-child(1) .pp__slide-inner .pp__tools .pp__tool {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.pp__slides:not(.compound) .pp__slide:nth-child(1) .pp__slide-inner p,
.pp__slides:not(.compound) .pp__slide:nth-child(1) .pp__slide-inner h1 {
  will-change: transform;
}
.pp__slides:not(.compound) .pp__slide:nth-child(2) .pp__slide-inner {
  will-change: transform;
}
.pp__slide {
  width: 100vw;
  height: 100%;
}
.pp__slide-inner {
  overflow: hidden;
  padding: 7.5em var(--container-padding);
  max-width: var(--container-max);
  margin: 0 auto;
  height: 100%;
}
.pp__intro {
  position: relative;
  margin-bottom: 31.25em;
}
@media (max-width: 1366px) {
  .pp__intro {
    margin-bottom: 300px;
  }
}
.pp__intro .pp__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  position: relative;
}
.pp__intro .pp__content {
  max-width: 40%;
  position: relative;
  z-index: 1;
}
.pp__intro .pp__content-group:nth-child(1) {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 12%;
}
@media (max-width: 1366px) {
  .pp__intro .pp__content-group:nth-child(1) {
    padding-top: 20%;
  }
}
.pp__intro .pp__content-group:nth-child(1) .pp__title h3 {
  letter-spacing: 0.15625em;
}
.pp__intro .pp__content-group:nth-child(1) .pp__title.sm {
  margin-bottom: 0.875em;
}
@media (min-width: 991px) {
  .pp__intro .pp__content-group:nth-child(1) .pp__title.sm {
    padding-right: 5%;
  }
}
.pp__intro .pp__content-group:nth-child(1) .pp__title.lg {
  margin-bottom: 1.5625em;
}
.pp__intro .pp__content-group:nth-child(1) .pp__description {
  margin-bottom: 3.875em;
  max-width: 90%;
}
.pp__intro .pp__content-group:last-child {
  padding-top: 6.25em;
}
.pp__intro .pp__content-group:last-child .pp__title {
  margin-bottom: 1em;
}
.pp__intro .pp__content-group:last-child .pp__description p:not(:last-child) {
  margin-bottom: 2.5em;
}
@media (max-width: 991px) {
  .pp__intro .pp__content-group:last-child .pp__description p {
    text-align: left;
  }
}
.pp__intro .pp__graphic {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  right: 0;
  position: absolute;
}
.pp__intro .pp__graphic-item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pp__intro .pp__bottle-container {
  -webkit-transform-origin: center;
          transform-origin: center;
  position: relative;
}
.pp__intro .pp__bottle {
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  width: 56.3125em;
  height: 18.5em;
  position: relative;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.pp__intro .pp__bottle .bottle,
.pp__intro .pp__bottle .wave,
.pp__intro .pp__bottle .fish,
.pp__intro .pp__bottle .turtle {
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
}
.pp__intro .pp__bottle-inner {
  position: absolute;
  z-index: 1;
  height: inherit;
  width: inherit;
  left: 0;
  top: 0;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__intro {
    margin-bottom: 0;
    padding-bottom: 12.5em;
  }
  .pp__intro .pp__bottle {
    font-size: 11px;
  }
  .pp__intro .pp__tool {
    white-space: nowrap;
  }
}
@media screen and (max-width: 991px) {
  .pp__intro {
    margin-bottom: 0;
    padding-bottom: 5em;
  }
  .pp__intro .pp__container {
    padding: calc(136px + 80px) 6.9375em 0 5.625em;
  }
  .pp__intro .pp__content {
    max-width: 100%;
  }
  .pp__intro .pp__content-group:nth-child(1) {
    padding: 0 3.875em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .pp__intro .pp__title.lg h1 {
    font-size: 5.6428571429em;
  }
  .pp__intro .pp__title.sm h3 {
    font-size: 2.0714285714em;
  }
  .pp__intro .pp__description p {
    font-size: 1.25em;
  }
  .pp__intro .pp__pp__graphic {
    position: relative;
  }
  .pp__intro .pp__graphic {
    position: relative;
    padding: 2.5em 0 0;
    width: 100%;
    z-index: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-top: 5em;
  }
  .pp__intro .pp__graphic-item {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    height: auto;
  }
  .pp__intro .pp__bottle {
    left: 50%;
    -webkit-transform: scale(1.2) translateX(-50%);
            transform: scale(1.2) translateX(-50%);
  }
  .pp__intro .pp__tools {
    gap: unset;
  }
  .pp__intro .pp__tool {
    font-size: 1.1428571429em;
    white-space: nowrap;
    gap: unset;
    margin: 0 20px;
  }
  .pp__intro .pp__tool p {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .pp__intro .pp__container {
    padding: 0 var(--container-padding);
  }
  .pp__intro .pp__content-group:nth-child(1) {
    padding: 0;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pp__intro .pp__title, .pp__intro .pp__description, .pp__intro .pp__tools {
    position: relative;
    z-index: 1;
  }
  .pp__intro .pp__content {
    z-index: unset;
  }
  .pp__intro .pp__title.lg h1 {
    font-size: 40px;
  }
  .pp__intro .pp__title.sm h3 {
    font-size: 21px;
  }
  .pp__intro .pp__title, .pp__intro .pp__description, .pp__intro .pp__tools, .pp__intro .pp__content {
    max-width: 100% !important;
  }
  .pp__intro .pp__content-group:nth-child(1) {
    min-height: 63.75em;
    height: 100vh;
    padding-top: 12.5em;
  }
  .pp__intro .pp__content-group:nth-child(1) .pp__description {
    margin-bottom: 1.875em;
  }
  .pp__intro .pp__content-group:nth-child(2) {
    padding-top: 0;
    margin-top: 100vw;
  }
  .pp__intro .pp__tools {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.125em;
  }
  .pp__intro .pp__tool {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1em;
    margin: 0;
  }
  .pp__intro .pp__tool p {
    margin: 0;
  }
  .pp__intro .pp__graphic {
    height: auto;
    margin-top: auto;
  }
  .pp__intro .pp__bottle {
    left: unset;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.pp__intro .wave__water img,
.pp__intro .wave__water svg, .pp__intro .wave__trash img,
.pp__intro .wave__trash svg {
  width: 100%;
  height: auto;
}
.pp__intro .wave__water img:last-of-type,
.pp__intro .wave__water svg:last-of-type, .pp__intro .wave__trash img:last-of-type,
.pp__intro .wave__trash svg:last-of-type {
  position: absolute;
  top: 0;
  left: 100%;
}
.pp__intro .wave__water {
  position: relative;
  z-index: 1;
}
.pp__intro .wave__water img:last-of-type {
  width: calc(100% + 3px);
  left: calc(100% - 3px);
}
.pp__intro .wave__trash {
  position: absolute;
}
.pp__intro .wave__animals {
  position: absolute;
  height: 100%;
  width: 100%;
}
.pp__intro .wave__animal {
  position: absolute;
}
.pp__intro .wave__animal img {
  width: 100%;
  height: auto;
}
.pp__intro .wave__animal.animal-1 {
  height: 2.25em;
  width: 3.5em;
  top: 40%;
  left: 20%;
}
.pp__intro .wave__animal.animal-2, .pp__intro .wave__animal.animal-3 {
  z-index: 4;
}
.pp__intro .wave__animal.animal-2 {
  width: 5.5em;
  height: 3.5em;
  top: 50%;
  left: 30%;
}
.pp__intro .wave__animal.animal-3 {
  width: 7em;
  height: 5.5em;
  top: 50%;
  right: 4%;
}
.pp__intro .wave__animal.animal-4 {
  width: 3.875em;
  height: 3em;
  z-index: 6;
  top: 66%;
  right: 34%;
}
.pp__intro .wave.one {
  top: 4.75em;
  z-index: 2;
}
.pp__intro .wave.two {
  z-index: 4;
  top: 8.625em;
}
.pp__intro .wave.three {
  z-index: 6;
  top: 12.1875em;
}
.pp__intro .wave.one .wave__trash, .pp__intro .wave.two .wave__trash, .pp__intro .wave.three .wave__trash {
  top: -2.5em;
}
.pp__intro .wave.four {
  z-index: 8;
  top: 14.375em;
}
.pp__intro .wave.four .wave__trash {
  top: -1.875em;
}

.pp__carousel-container {
  padding: 6.125em 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  /* the slides */
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__carousel-container {
    min-height: auto;
  }
}
@media screen and (max-width: 991px) {
  .pp__carousel-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: auto;
    padding: 10em 0 !important;
  }
}
.pp__carousel-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #2d4851;
}
.pp__carousel-container .pp__description, .pp__carousel-container .pp__title {
  will-change: transform;
}
.pp__carousel-container .pp__container {
  padding-right: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pp__carousel-container .pp__container {
    padding-right: var(--container-padding);
  }
}
.pp__carousel-container .pp__carousel-title {
  text-align: center;
  width: 100%;
  margin-bottom: 5.125em;
  padding-right: var(--container-padding);
}
@media screen and (max-width: 767px) {
  .pp__carousel-container .pp__carousel-title {
    margin-bottom: 1.25em;
    padding-right: 0;
    text-align: start;
    line-height: 3em;
  }
}
.pp__carousel-container .pp__carousel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11.25em;
}
.pp__carousel-container .pp__carousel-inner.count-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: var(--container-padding);
}
.pp__carousel-container .pp__carousel-inner.count-2 .pp__carousel-item {
  opacity: 100%;
}
@media screen and (max-width: 767px) {
  .pp__carousel-container .pp__carousel-inner.count-2 {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .pp__carousel-container .pp__carousel-inner .slick-list {
    padding: 0 !important;
  }
  .pp__carousel-container .pp__carousel-inner .slick-center {
    opacity: 1 !important;
  }
}
.pp__carousel-container .pp__carousel-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.875em;
  min-width: 26.25em;
  max-width: 26.25em;
  width: 26.25em;
}
@media screen and (max-width: 991px) {
  .pp__carousel-container .pp__carousel-item {
    margin: 0 -10px;
    width: 100%;
    gap: 0.9375em;
    overflow: hidden;
    padding: 0 10px;
    max-width: unset;
    min-width: unset;
  }
}
.pp__carousel-container .pp__carousel-item-title h3 {
  font-size: 2.1875em;
}
@media screen and (max-width: 767px) {
  .pp__carousel-container .pp__carousel-item-title h3 {
    font-size: 25px;
  }
}
.pp__carousel-container .pp__carousel-desc p {
  font-size: 1.25em;
}
@media (max-width: 991px) {
  .pp__carousel-container .pp__carousel-desc p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .pp__carousel-container .pp__carousel-desc p {
    font-size: 16px;
  }
}
.pp__carousel-container .pp__carousel-desc.bulleted p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.9375em;
}
.pp__carousel-container .pp__carousel-desc.bulleted p span {
  display: block;
  position: relative;
  padding-left: 1em;
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .pp__carousel-container .pp__carousel-desc.bulleted p span {
    font-size: 16px;
  }
}
.pp__carousel-container .pp__carousel-desc.bulleted p span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  height: 0.3125em;
  width: 0.3125em;
  background: white;
  border-radius: 50%;
}
.pp__carousel-container .pp__carousel-subtext p {
  color: #9ba1a2;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .pp__carousel-container .pp__carousel-subtext p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pp__carousel-container .slick-slide {
    margin-right: 0.9375em !important;
  }
}
.pp__carousel-container .slick-dots {
  margin-top: 5em;
  margin-bottom: 0;
  padding-right: var(--container-padding);
}
@media screen and (max-width: 991px) {
  .pp__carousel-container .slick-dots {
    position: absolute;
    left: 0;
    bottom: -5em;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pp__carousel-container .slick-dots {
    padding: 0;
  }
}
.pp__carousel-container .slick-dots li {
  margin: 0;
  height: 2px;
  pointer-events: none;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  opacity: 24%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-radius: 0;
}
.pp__carousel-container .slick-dots li.slick-active {
  opacity: 100%;
}
.pp__carousel-container .slick-dots li button {
  display: none;
}

.pp__g20-container {
  overflow: visible;
  margin-bottom: 12.5em;
}
@media screen and (max-width: 991px) {
  .pp__g20-container {
    margin-bottom: 0;
  }
}
.pp__g20-container .pp__container {
  position: relative;
  z-index: 2;
  padding: 0;
  max-width: unset;
}
.pp__g20-container .pp__slides {
  width: 400%;
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__slides {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 17.5em;
  }
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__slide:nth-child(1) {
    height: 100vh;
    max-height: 700px;
    margin-bottom: 8.125em;
  }
}
@media screen and (max-width: 767px) {
  .pp__g20-container .pp__slide:nth-child(1) {
    max-height: unset;
    margin-bottom: unset;
  }
}
.pp__g20-container .pp__slide:nth-child(1) .pp__slide-inner {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-grid-columns: 1fr 6.25em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.25em;
  -webkit-transform: translateY(-6%);
          transform: translateY(-6%);
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__slide:nth-child(1) .pp__slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-transform: none;
            transform: none;
    padding-top: 11.25em;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
}
.pp__g20-container .pp__slide:not(:nth-child(1)) {
  text-align: center;
}
.pp__g20-container .pp__slide:not(:nth-child(1)) .pp__title {
  padding: 0 var(--container-padding);
}
.pp__g20-container .pp__slide:not(:nth-child(1)) .pp__title.md {
  margin-bottom: 3.5em;
}
.pp__g20-container .pp__slide:not(:nth-child(1)) .pp__title.md h2 {
  font-size: 3.125em;
}
.pp__g20-container .pp__slide:not(:nth-child(1)) .pp__title.sm-v2 {
  margin-bottom: 1.375em;
}
.pp__g20-container .pp__slide:not(:nth-child(1)) .pp__title.sm-v2 h3 {
  font-weight: 400;
  font-size: 2.1875em;
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__slide:not(:nth-child(1)) .pp__title {
    padding: 0;
  }
  .pp__g20-container .pp__slide:not(:nth-child(1)) .pp__title.md {
    margin-bottom: 3.125em;
  }
  .pp__g20-container .pp__slide:not(:nth-child(1)) .pp__title.md h2 {
    font-size: 2.5em;
  }
  .pp__g20-container .pp__slide:not(:nth-child(1)) .pp__title.sm-v2 {
    margin-bottom: 2.875em;
  }
  .pp__g20-container .pp__slide:not(:nth-child(1)) .pp__title.sm-v2 h3 {
    font-size: 1.875em;
  }
}
.pp__g20-container .pp__slide-inner {
  overflow: visible;
}
.pp__g20-container .pp__image-container {
  width: 100%;
  position: relative;
  -webkit-transform: scale(2.2) translateY(-20%);
          transform: scale(2.2) translateY(-20%);
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__g20-container .pp__image-container {
    -webkit-transform: scale(1.8) translateY(-10%);
            transform: scale(1.8) translateY(-10%);
  }
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__image-container {
    position: absolute;
    width: 100vw;
    top: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1.5);
            transform: translateX(-50%) scale(1.5);
    min-height: 14.375em;
  }
}
@media screen and (max-width: 767px) {
  .pp__g20-container .pp__image-container {
    -webkit-transform: translateX(-50%) scale(2.2);
            transform: translateX(-50%) scale(2.2);
  }
}
.pp__g20-container .pp__image-item {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.pp__g20-container .pp__content-container {
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .pp__g20-container .pp__content-container h2 {
    text-align: center;
    font-size: 2.5em;
  }
}
.pp__g20-container .pp__timeline {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__timeline {
    position: relative;
    z-index: 2;
    margin-bottom: 6.25em;
  }
}
.pp__g20-container .pp__timeline .year-columns,
.pp__g20-container .pp__timeline .circle-col-wrapper,
.pp__g20-container .pp__timeline .countries-columns {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 var(--container-padding);
}
.pp__g20-container .pp__timeline .year-columns {
  margin-bottom: 1.5em;
}
.pp__g20-container .pp__timeline .year-col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-left: 10%;
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__timeline .year-col {
    margin-bottom: 1em;
  }
}
.pp__g20-container .pp__timeline .year-col h3 {
  color: #ffffff;
  font-size: 2.1875em;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__timeline .year-col h3 {
    font-size: 1.875em;
  }
}
.pp__g20-container .pp__timeline .circle-columns {
  height: 3.125em;
  margin-bottom: 1.125em;
  position: relative;
}
.pp__g20-container .pp__timeline .circle-col-wrapper {
  height: inherit;
}
.pp__g20-container .pp__timeline .circle-col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: auto 0;
  margin-left: 10%;
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__timeline .circle-col {
    position: absolute;
    top: 0;
    left: 0;
    top: 2px;
  }
}
.pp__g20-container .pp__timeline .circle-item {
  height: 2.25em;
  width: 2.25em;
  border-radius: 100%;
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__timeline .circle-item {
    height: 1.375em;
    width: 1.375em;
  }
}
.pp__g20-container .pp__timeline .division-wrapper {
  height: inherit;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__timeline .division-wrapper {
    width: auto;
    height: 87%;
    -webkit-transform: none;
            transform: none;
    left: 0.625em;
    top: 2px;
  }
}
.pp__g20-container .pp__timeline .division-line {
  border-top: 2px solid black;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__timeline .division-line {
    border-left: 2px solid black;
    border-top: none;
    width: auto;
    height: 100%;
  }
}
.pp__g20-container .pp__timeline .countries-columns {
  margin-bottom: 3.625em;
}
.pp__g20-container .pp__timeline .countries-col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-left: 10%;
}
.pp__g20-container .pp__timeline .countries-col p {
  font-size: 1.25em;
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__timeline .countries-col p {
    display: inline;
  }
  .pp__g20-container .pp__timeline .countries-col p:not(:last-of-type)::after {
    content: ", ";
  }
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__timeline .year-col,
  .pp__g20-container .pp__timeline .circle-col,
  .pp__g20-container .pp__timeline .countries-col {
    margin-left: 0;
  }
}
.pp__g20-container .pp__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.25em 1fr 0.25em 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 1em 1fr 1em 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 1em 0.25em;
  max-width: 50%;
  margin: 0 auto 2.25em;
  text-align: center;
}
.pp__g20-container .pp__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.pp__g20-container .pp__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.pp__g20-container .pp__grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.pp__g20-container .pp__grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.pp__g20-container .pp__grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.pp__g20-container .pp__grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.pp__g20-container .pp__grid > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.pp__g20-container .pp__grid > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.pp__g20-container .pp__grid > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.pp__g20-container .pp__grid p {
  font-size: 1.25em;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__grid {
    max-width: 100%;
    text-align: left;
    margin-bottom: 2.875em;
  }
  .pp__g20-container .pp__grid p {
    font-size: 1em;
  }
}
.pp__g20-container .pp__citation {
  text-align: center;
  width: 100%;
}
.pp__g20-container .pp__citation p {
  max-width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__citation p {
    max-width: 100%;
    line-height: 1.4;
  }
}
.pp__g20-container .pp__grid, .pp__g20-container .pp__citation {
  padding: 0 var(--container-padding);
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__grid, .pp__g20-container .pp__citation {
    padding: 0;
  }
}
.pp__g20-container .pp__map {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  height: 100%;
  max-width: var(--container-max);
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__map {
    top: 90%;
    display: none;
  }
}
.pp__g20-container .pp__map-inner {
  position: absolute;
  width: 48.125em;
  height: 25.5em;
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__map-inner {
    width: 18.375em;
    height: 9.75em;
  }
}
.pp__g20-container .pp__map-inner:first-child {
  left: -30%;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__g20-container .pp__map-inner:first-child {
    left: -40%;
  }
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__map-inner:first-child {
    left: -23%;
  }
}
@media screen and (max-width: 767px) {
  .pp__g20-container .pp__map-inner:first-child {
    left: -50%;
  }
}
.pp__g20-container .pp__map-inner:last-child {
  right: -30%;
  top: 22%;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__g20-container .pp__map-inner:last-child {
    right: -40%;
  }
}
@media screen and (max-width: 991px) {
  .pp__g20-container .pp__map-inner:last-child {
    right: -20%;
    top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .pp__g20-container .pp__map-inner:last-child {
    top: 6%;
    right: -40%;
  }
}
.pp__g20-container .pp__timeline-inner {
  position: relative;
}
.pp__g20-container .pp__timeline-inner.is-pp-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.875em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.pp__g20-container .pp__timeline-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2.5em;
}

.pp__infographic-container {
  padding: 8.75em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.pp__infographic-container .pp__container {
  position: relative;
  width: 100%;
}
.pp__infographic-container .pp__columns {
  -ms-grid-columns: 40% 1fr;
  grid-template-columns: 40% 1fr;
}
@media screen and (max-width: 991px) {
  .pp__infographic-container .pp__columns {
    gap: 5em;
  }
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__columns {
    gap: 5em;
  }
}
.pp__infographic-container .pp__column-item:nth-child(1) {
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .pp__infographic-container .pp__column-item:nth-child(1) {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__column-item:nth-child(1) {
    text-align: left;
  }
}
.pp__infographic-container .pp__column-item:nth-child(2) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__column-item:nth-child(2) {
    width: 100%;
  }
}
.pp__infographic-container .pp__col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875em;
}
.pp__infographic-container .pp__left-col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pp__infographic-container .pp__title.md {
  margin-bottom: 2em;
}
@media screen and (max-width: 991px) {
  .pp__infographic-container .pp__title.md h2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__title.md h2 {
    font-size: 2.5em;
    text-align: left;
  }
}
.pp__infographic-container .pp__title.sm-v2 {
  margin-bottom: 0.5em;
}
.pp__infographic-container .pp__title.sm-v2 h3 {
  font-size: 1.5625em;
  font-family: "econ-sans", sans-serif;
  font-weight: bold;
  text-transform: lowercase;
}
@media screen and (max-width: 991px) {
  .pp__infographic-container .pp__title.sm-v2 h3 {
    font-size: 1.875em;
  }
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__title.sm-v2 h3 {
    font-size: 21px;
  }
}
.pp__infographic-container .pp__title.sm-v2 h3 span {
  color: #122943;
}
.pp__infographic-container .pp__description {
  margin-bottom: 1.625em;
}
@media screen and (max-width: 991px) {
  .pp__infographic-container .pp__description {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__description {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__citation {
    font-size: 12px;
  }
}
.pp__infographic-container .pp__pie {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 991px) {
  .pp__infographic-container .pp__pie {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__pie {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.pp__infographic-container .pp__pie-inner {
  padding: 16% 0 0;
  width: 36.5em;
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__pie-inner {
    width: 74vw;
    padding-left: 15%;
  }
}
.pp__infographic-container .pp__pie-inner svg {
  width: 100%;
  height: auto;
  overflow: visible;
}
.pp__infographic-container .pp__pie-labels {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.pp__infographic-container .pp__pie-label-item {
  position: absolute;
}
.pp__infographic-container .pp__pie-label-item:first-child {
  right: 8.125em;
  top: -0.3125em;
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__pie-label-item:first-child {
    right: -20px;
    top: -5px;
  }
}
.pp__infographic-container .pp__pie-label-item:first-child .pp__pie-line {
  top: 1.5em;
  width: 6.25em;
  height: 5.625em;
  -webkit-transform: translateX(calc(-100% - 1.375em));
          transform: translateX(calc(-100% - 1.375em));
  border-top: 1px dashed white;
  border-left: 1px dashed white;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__pie-label-item:first-child .pp__pie-line {
    width: 75px;
    height: 40px;
  }
}
.pp__infographic-container .pp__pie-label-item:first-child .pp__pie-label h3,
.pp__infographic-container .pp__pie-label-item:first-child .pp__pie-label p,
.pp__infographic-container .pp__pie-label-item:first-child .pp__pie-label span {
  color: #243b45;
}
.pp__infographic-container .pp__pie-label-item:first-child .pp__pie-label h3 {
  font-size: 3.125em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__pie-label-item:first-child .pp__pie-label h3 {
    font-size: 23px;
  }
}
.pp__infographic-container .pp__pie-label-item:nth-child(2) {
  top: 13.125em;
  left: -7.5em;
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__pie-label-item:nth-child(2) {
    top: 95px;
    left: -65px;
  }
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__pie-label-item:nth-child(2) .pp__pie-label {
    width: 50%;
    margin: 0 2px 0 auto;
  }
}
.pp__infographic-container .pp__pie-label-item:nth-child(2) .pp__pie-line {
  width: 3.75em;
  top: 0.875em;
  height: 1px;
  right: 0;
  border-top: 1px dashed white;
  -webkit-clip-path: inset(0% 0% 0% 100%);
          clip-path: inset(0% 0% 0% 100%);
  -webkit-transform: translateX(calc(100% - 0.25em));
          transform: translateX(calc(100% - 0.25em));
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__pie-label-item:nth-child(2) .pp__pie-line {
    width: 30px;
  }
}
.pp__infographic-container .pp__pie-label-item:nth-child(3) {
  left: -3.125em;
  bottom: -1.25em;
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__pie-label-item:nth-child(3) {
    left: 0;
    bottom: -25px;
  }
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__pie-label-item:nth-child(3) .pp__pie-label {
    width: 50%;
    margin: 0 auto 0 0;
  }
}
.pp__infographic-container .pp__pie-label-item:nth-child(3) .pp__pie-line {
  width: 4em;
  height: 3.125em;
  -webkit-transform: translateX(calc(100% + 1.375em));
          transform: translateX(calc(100% + 1.375em));
  bottom: 2.25em;
  border-bottom: 1px dashed white;
  border-right: 1px dashed white;
  -webkit-clip-path: inset(0% 0% 0% 100%);
          clip-path: inset(0% 0% 0% 100%);
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__pie-label-item:nth-child(3) .pp__pie-line {
    width: 31px;
    height: 25px;
    bottom: 25px;
  }
}
.pp__infographic-container .pp__pie-label-item:nth-child(4) {
  right: -0.625em;
  bottom: -1.25em;
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__pie-label-item:nth-child(4) {
    right: -60px;
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__pie-label-item:nth-child(4) .pp__pie-label {
    width: 50%;
    margin: 0;
  }
}
.pp__infographic-container .pp__pie-label-item:nth-child(4) .pp__pie-line {
  width: 4em;
  height: 3.125em;
  -webkit-transform: translateX(calc(-100% - 1.375em));
          transform: translateX(calc(-100% - 1.375em));
  bottom: 2.25em;
  border-bottom: 1px dashed white;
  border-left: 1px dashed white;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__pie-label-item:nth-child(4) .pp__pie-line {
    width: 31px;
    height: 25px;
    bottom: 25px;
  }
}
.pp__infographic-container .pp__pie-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375em;
}
.pp__infographic-container .pp__pie-label h3 {
  font-size: 1.5625em;
  font-family: "econ-sans", sans-serif;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__pie-label h3 {
    font-size: 14px;
  }
}
.pp__infographic-container .pp__pie-label h3 span {
  padding-right: 4px;
}
.pp__infographic-container .pp__pie-label p {
  font-size: 0.9375em;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .pp__infographic-container .pp__pie-label p {
    font-size: 10px;
  }
}
.pp__infographic-container .pp__pie-line {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
  position: absolute;
}

.pp__video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 6.125em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.pp__video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #2d4851;
}
.pp__video-container .pp__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.25em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.25em;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .pp__video-container .pp__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}
.pp__video-container .pp__title {
  padding-bottom: 1em;
}
.pp__video-container .pp__title p {
  font-size: 2.1875em;
}
.pp__video-container .pp__media-container, .pp__video-container .pp__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pp__video-container .pp__video-wrapper {
  width: 90%;
  position: relative;
}
@media (max-width: 991px) {
  .pp__video-container .pp__video-wrapper {
    width: 100%;
  }
}
.pp__video-container .pp__video-wrapper video {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .pp__video-container .pp__video-wrapper {
    width: 100%;
  }
}
.pp__video-container .pp__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  z-index: 1;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.pp__video-container .pp__play-btn img {
  height: 4.375em;
  width: 4.375em;
}

.pp__image-content-container {
  padding: 6.25em 0;
  position: relative;
  z-index: 1;
}
.pp__image-content-container .pp__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.25em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.25em;
}
@media screen and (max-width: 991px) {
  .pp__image-content-container .pp__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.pp__image-content-container .pp__content-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pp__image-content-container .pp__content-container p,
.pp__image-content-container .pp__content-container h2 {
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .pp__image-content-container .pp__content-container p,
  .pp__image-content-container .pp__content-container h2 {
    font-size: 2.5em;
    text-align: center;
  }
}
.pp__image-content-container .pp__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pp__image-content-container .pp__image-item {
  width: 100%;
}
.pp__image-content-container .pp__image-item img,
.pp__image-content-container .pp__image-item svg {
  width: inherit;
  height: auto;
}
.pp__image-content-container.image-sequence {
  padding: 12.5em 0;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .pp__image-content-container.image-sequence {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .pp__image-content-container.image-sequence {
    min-height: 100vh;
    padding-top: 11.25em;
    padding-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.pp__image-content-container.image-sequence .pp__image-container {
  top: 4vh;
  position: relative;
  -webkit-transform: scale(2.2);
          transform: scale(2.2);
  display: block;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__image-content-container.image-sequence .pp__image-container {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}
@media screen and (max-width: 991px) {
  .pp__image-content-container.image-sequence .pp__image-container {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
  }
}
@media screen and (max-width: 767px) {
  .pp__image-content-container.image-sequence .pp__image-container {
    position: absolute;
    width: 100vw;
    top: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(2.2);
            transform: translateX(-50%) scale(2.2);
    min-height: 14.375em;
  }
}
.pp__image-content-container.image-sequence .pp__image-item {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pp__image-content-container.image-sequence.reversed .pp__image-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.pp__landscape-dataviz {
  padding: 16.875em 0 2.5em;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__landscape-dataviz {
    padding-top: 21.25em;
  }
}
@media screen and (max-width: 991px) {
  .pp__landscape-dataviz {
    padding-top: 5em;
  }
  .pp__landscape-dataviz .pp__description p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pp__landscape-dataviz {
    padding-top: 12.5em;
  }
  .pp__landscape-dataviz .pp__description p {
    text-align: left;
  }
}
.pp__landscape-dataviz .pp__title {
  margin-bottom: 1.125em;
}
@media screen and (max-width: 991px) {
  .pp__landscape-dataviz .pp__chart-container {
    height: 18.75em;
  }
}
@media screen and (max-width: 767px) {
  .pp__landscape-dataviz .pp__chart-container {
    width: 100vw;
    position: relative;
    -webkit-transform: translateX(calc(var(--container-padding) * -1));
            transform: translateX(calc(var(--container-padding) * -1));
    height: 15.625em;
  }
}
.pp__landscape-dataviz .pp__chart-config-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.5em;
  position: relative;
}
@media screen and (max-width: 991px) {
  .pp__landscape-dataviz .pp__chart-config-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pp__landscape-dataviz .pp__chart-config-container {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .pp__landscape-dataviz .pp__chart-config-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 33.33%) 2.5em minmax(0, 33.33%) 2.5em minmax(0, 33.33%);
    grid-template-columns: repeat(3, minmax(0, 33.33%));
    gap: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .pp__landscape-dataviz .pp__chart-config-wrapper {
    -ms-grid-columns: minmax(0, 50%) 1.25em minmax(0, 50%);
    grid-template-columns: repeat(2, minmax(0, 50%));
    gap: 1.875em 1.25em;
  }
}
.pp__landscape-dataviz .pp__chart-config {
  margin-bottom: 1.875em;
}
.pp__landscape-dataviz .pp__chart-config, .pp__landscape-dataviz .pp__chart-config * {
  cursor: pointer;
}
.pp__landscape-dataviz .pp__chart-config.baseline {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .pp__landscape-dataviz .pp__chart-config {
    margin-bottom: 0;
  }
  .pp__landscape-dataviz .pp__chart-config:last-of-type {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.pp__landscape-dataviz .pp__chart-config-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.pp__landscape-dataviz .pp__chart-extras {
  margin-top: 3.75em;
}
.pp__landscape-dataviz .pp__chart-extras.is-tablet {
  display: none;
}
@media screen and (max-width: 991px) {
  .pp__landscape-dataviz .pp__chart-extras.is-tablet {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .pp__landscape-dataviz .pp__chart-extras.is-desktop {
    display: none;
  }
}
.pp__landscape-dataviz .pp__chart-config-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1.875em;
}
@media screen and (max-width: 991px) {
  .pp__landscape-dataviz .pp__chart-config-desc {
    padding-left: 2.1875em;
  }
}
.pp__landscape-dataviz .pp__chart-config-desc label {
  margin: 0;
  font-family: "econ-sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .pp__landscape-dataviz .pp__chart-config-desc label {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pp__landscape-dataviz .pp__chart-config-desc p {
    display: none;
  }
}
.pp__landscape-dataviz .pp__chart-config-desc label,
.pp__landscape-dataviz .pp__chart-config-desc p {
  font-size: 1.09375em;
}
.pp__landscape-dataviz .pp__dv-head {
  text-align: center;
  max-width: 60%;
  margin: 0 auto 1.375em;
}
@media screen and (max-width: 991px) {
  .pp__landscape-dataviz .pp__dv-head {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .pp__landscape-dataviz .pp__dv-head {
    margin-left: 0;
    margin-right: 0;
    text-align: start;
    max-width: none;
  }
}
.pp__landscape-dataviz .pp__dv-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.375em 21em;
  grid-template-columns: 1fr 21em;
  gap: 4.375em;
  margin-bottom: 10em;
}
@media screen and (max-width: 991px) {
  .pp__landscape-dataviz .pp__dv-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 767px) {
  .pp__landscape-dataviz .pp__dv-body {
    margin-bottom: 2.5em;
    gap: 1.875em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.pp__landscape-dataviz .pp__dv-foot-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pp__landscape-dataviz .pp__dv-foot-item label {
  margin: 0;
}
.pp__landscape-dataviz .pp__dv-foot-item label p {
  font-size: 1.25em;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .pp__landscape-dataviz .pp__dv-foot-item label p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .pp__landscape-dataviz .pp__dv-foot-item label p {
    font-size: 18px;
  }
}
.pp__landscape-dataviz .pp__dv-foot-head {
  margin-bottom: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pp__landscape-dataviz .pp__dv-foot-head label {
  margin: 0;
  font-weight: bold;
}
.pp__landscape-dataviz .pp__dv-foot-head label,
.pp__landscape-dataviz .pp__dv-foot-head p {
  font-size: 1.09375em;
}
.pp__landscape-dataviz .pp__dv-foot-body p {
  font-size: 1em;
}
.pp__landscape-dataviz .pp__dv-foot-head, .pp__landscape-dataviz .pp__dv-foot-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.25em 1fr 6.25em 1fr 6.25em 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 6.25em;
}
.pp__landscape-dataviz .pp__dv-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pp__landscape-dataviz .pp__dv-foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875em;
  }
}
.pp__landscape-dataviz .pp__dv-footer-title {
  min-height: 4.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .pp__landscape-dataviz .pp__dv-footer-title {
    min-height: auto;
  }
}
.pp__landscape-dataviz .pp__dv-footer-title label {
  margin: 0;
  font-family: "econ-sans", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pp__landscape-dataviz .pp__dv-footer-title label {
    display: none;
  }
}
.pp__landscape-dataviz .pp__dv-footer-title label,
.pp__landscape-dataviz .pp__dv-footer-title p {
  font-size: 1.09375em;
}
@media screen and (max-width: 767px) {
  .pp__landscape-dataviz .pp__dv-footer-title label,
  .pp__landscape-dataviz .pp__dv-footer-title p {
    font-style: normal;
    font-weight: 700;
    font-size: 1.125em;
  }
}
.pp__landscape-dataviz .pp__dv-footer-sub p {
  font-size: 1em;
}
.pp__landscape-dataviz .pp__dv-footer-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.25em 1fr 6.25em 1fr 6.25em 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 6.25em;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__landscape-dataviz .pp__dv-footer-inner {
    gap: 2.5em;
  }
}
@media screen and (max-width: 991px) {
  .pp__landscape-dataviz .pp__dv-footer-inner {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 2.5em;
  }
}
.pp__landscape-dataviz .pp__dv-foot-wrapper .pp__dv-foot-item:first-child {
  margin-bottom: 2em;
  height: 50%;
}
@media screen and (max-width: 991px) {
  .pp__landscape-dataviz .pp__dv-foot-wrapper .pp__dv-foot-item:first-child {
    height: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pp__landscape-dataviz .pp__dv-foot-wrapper p {
    text-align: left;
  }
}

.pp__lw {
  padding: 6.125em 0 11.25em;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__lw {
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 991px) {
  .pp__lw {
    padding-bottom: 0;
  }
}
.pp__lw .pp__container {
  position: relative;
}
@media screen and (max-width: 991px) {
  .pp__lw .pp__container {
    padding: 0 var(--container-padding);
  }
}
@media screen and (max-width: 767px) {
  .pp__lw .pp__container {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pp__lw .pp__container {
    margin: 0;
  }
}
.pp__lw .pp__lw-bg {
  position: absolute;
  top: 24.375em;
  width: 146vw;
  -webkit-transform: rotate(10deg) translateX(-50%);
          transform: rotate(10deg) translateX(-50%);
  left: 50%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__lw .pp__lw-bg {
    -webkit-transform: rotate(12deg) translateX(-50%);
            transform: rotate(12deg) translateX(-50%);
  }
}
@media screen and (width: 1024px) {
  .pp__lw .pp__lw-bg {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pp__lw .pp__lw-bg {
    -webkit-transform: rotate(0deg) translateX(0%);
            transform: rotate(0deg) translateX(0%);
    width: 100vw;
    height: 100%;
    left: 0;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pp__lw .pp__lw-bg {
    top: 19em;
    width: 100vw;
    -webkit-transform: rotate(0) translateX(0);
            transform: rotate(0) translateX(0);
    left: 0;
    -webkit-transform-origin: initial;
            transform-origin: initial;
    bottom: -5%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .pp__lw .pp__lw-bg .special.is-desktop {
    display: none;
  }
}
.pp__lw .pp__lw-bg .special.is-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .pp__lw .pp__lw-bg .special.is-mobile {
    display: block;
    -o-object-position: top;
       object-position: top;
  }
}
.pp__lw .pp__title, .pp__lw .pp__lw-item-number, .pp__lw .pp__description {
  position: relative;
  z-index: 1;
}
.pp__lw .pp__lw-title {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pp__lw .pp__lw-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pp__lw .pp__lw-title {
    text-align: center;
  }
}
.pp__lw .pp__lw-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8.375em 1fr 8.375em 1fr 8.375em 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 8.375em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pp__lw .pp__lw-items {
    display: block;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__lw .pp__lw-items {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pp__lw .pp__lw-items {
    display: block;
    z-index: 1;
  }
}
.pp__lw .pp__lw-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pp__lw .pp__lw-item:nth-child(2) {
  margin-top: 4.25em;
}
.pp__lw .pp__lw-item:nth-child(3) {
  margin-top: calc(4.25em * 2);
}
.pp__lw .pp__lw-item:nth-child(4) {
  margin-top: calc(4.25em * 3);
}
.pp__lw .pp__lw-item > div {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .pp__lw .pp__lw-item {
    width: 45vw;
    max-width: 45vw;
    min-width: 45vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: var(--container-padding);
    margin-top: 0 !important;
  }
  .pp__lw .pp__lw-item > div {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .pp__lw .pp__lw-item {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }
}
.pp__lw .pp__lw-item-img {
  height: 9.375em;
  margin-bottom: 2.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.pp__lw .pp__lw-item-img dotlottie-player {
  height: 100%;
  width: 90%;
}
.pp__lw .pp__lw-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__lw .pp__lw-item-img {
    max-height: 9.375em;
  }
}
@media screen and (max-width: 991px) {
  .pp__lw .pp__lw-item-img {
    max-width: 100%;
    min-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 3.4375em 0;
    -webkit-transform: none;
            transform: none;
  }
  .pp__lw .pp__lw-item-img dotlottie-player {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pp__lw .pp__lw-item-img {
    max-width: 100%;
    min-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2.5em 0;
    -webkit-transform: none;
            transform: none;
  }
}
.pp__lw .pp__lw-item-number {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875em;
  height: 3.125em;
  margin-bottom: 2.5em;
  border-radius: 20px;
  -webkit-transform: scale(0%);
          transform: scale(0%);
}
.pp__lw .pp__lw-item-number p {
  font-size: 1.25em;
  color: black;
}
@media screen and (max-width: 767px) {
  .pp__lw .pp__lw-item-number p {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pp__lw .pp__lw-item-number {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .pp__lw .pp__lw-item-number {
    margin-bottom: 20px;
    width: 31px;
    height: 50px;
  }
}
.pp__lw .pp__lw-item-title {
  margin-bottom: 0.625em;
}
@media screen and (max-width: 767px) {
  .pp__lw .pp__lw-item-title h3 {
    font-size: 32px;
    line-height: 1.2;
  }
}
.pp__lw .pp__lw-item-title, .pp__lw .pp__lw-item-desc {
  -webkit-transform: translateX(-3.75em);
          transform: translateX(-3.75em);
}
@media (min-width: 768px) and (max-width: 991px) {
  .pp__lw .pp__lw-item-title p, .pp__lw .pp__lw-item-desc p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .pp__lw .pp__lw-item-title p, .pp__lw .pp__lw-item-desc p {
    font-size: 1.125em;
    line-height: 1.51;
  }
}
@media screen and (max-width: 991px) {
  .pp__lw .pp__lw-item-title, .pp__lw .pp__lw-item-desc {
    -webkit-transform: none;
            transform: none;
  }
}

.pp__conveyor-container {
  padding: 8.125em 0 62.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__conveyor-container {
    padding-bottom: 37.5em;
  }
}
@media screen and (max-width: 767px) {
  .pp__conveyor-container {
    padding-bottom: 50em;
  }
}
.pp__conveyor-container .pp__container {
  padding-left: 0;
}
.pp__conveyor-container .pp__title, .pp__conveyor-container .pp__description {
  margin-bottom: 1.5625em;
}
.pp__conveyor-container .pp__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2em;
}
@media screen and (max-width: 767px) {
  .pp__conveyor-container .pp__title h2 {
    font-size: 2.25em;
  }
}
.pp__conveyor-container .pp__bubbles, .pp__conveyor-container .pp__legend, .pp__conveyor-container .pp__conveyor-scene.two {
  padding-left: var(--container-padding);
}
.pp__conveyor-container .pp__graphic-container {
  position: relative;
}
.pp__conveyor-container .pp__conveyor-scene.one {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 6.25em 50%;
  grid-template-columns: 50% 50%;
  gap: 6.25em;
  padding-bottom: 25em;
  width: 100%;
}
.pp__conveyor-container .pp__conveyor-scene.one .pp__content-container {
  max-width: 85%;
  position: relative;
  z-index: 1;
}
.pp__conveyor-container .pp__conveyor-scene.one .pp__graphic-container:nth-child(1) {
  position: relative;
}
@media screen and (max-width: 991px) {
  .pp__conveyor-container .pp__conveyor-scene.one {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding-bottom: 16.25em;
    gap: 1.875em;
  }
  .pp__conveyor-container .pp__conveyor-scene.one .pp__content-container {
    padding-left: var(--container-padding);
    max-width: 85%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 767px) {
  .pp__conveyor-container .pp__conveyor-scene.one .pp__content-container {
    max-width: 100%;
  }
}
.pp__conveyor-container .pp__conveyor-scene.two {
  padding-top: 6.25em;
  position: relative;
  z-index: 1;
}
.pp__conveyor-container .pp__conveyor-scene.two .pp__content-container {
  max-width: 50%;
}
.pp__conveyor-container .pp__conveyor-scene.two .pp__content-container h2,
.pp__conveyor-container .pp__conveyor-scene.two .pp__content-container p {
  will-change: transform;
}
@media screen and (max-width: 991px) {
  .pp__conveyor-container .pp__conveyor-scene.two {
    margin-top: 3.75em;
  }
  .pp__conveyor-container .pp__conveyor-scene.two .pp__content-container p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .pp__conveyor-container .pp__conveyor-scene.two {
    padding-top: 3.75em;
    max-width: 100%;
  }
  .pp__conveyor-container .pp__conveyor-scene.two .pp__content-container {
    max-width: 100%;
  }
}
.pp__conveyor-container .pp__conveyor {
  position: absolute;
  width: 150%;
  top: 40%;
  z-index: 0;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__conveyor-container .pp__conveyor {
    top: 55%;
  }
}
@media screen and (max-width: 991px) {
  .pp__conveyor-container .pp__conveyor {
    width: 200%;
    top: -40%;
    left: -120%;
  }
}
@media screen and (max-width: 767px) {
  .pp__conveyor-container .pp__conveyor {
    top: 0;
    left: -130%;
  }
}
.pp__conveyor-container .pp__conveyor-body {
  width: 114%;
  position: relative;
}
.pp__conveyor-container .pp__conveyor-body video {
  width: 100%;
  z-index: 1;
  position: relative;
  mix-blend-mode: color;
}
.pp__conveyor-container .pp__conveyor-texture {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
  left: 0;
  z-index: 1;
}
.pp__conveyor-container .pp__conveyor-shadow {
  position: absolute;
  left: -1%;
  width: 100%;
  bottom: 6%;
}
.pp__conveyor-container .pp__conveyor-falling-trash {
  position: absolute;
  width: 15.625em;
  width: 24%;
  right: -10%;
}
.pp__conveyor-container .pp__conveyor-falling-trash video {
  width: 100%;
}
.pp__conveyor-container .pp__source p {
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .pp__conveyor-container .pp__source p {
    font-weight: 400;
    font-size: 1em;
  }
}
.pp__conveyor-container .pp__legend {
  z-index: 2;
  position: relative;
  top: 110%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.625em 1.25em 0.625em 1fr;
  grid-template-columns: 1fr 1.25em 1fr;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pp__conveyor-container .pp__legend > img {
  height: auto;
  width: auto;
  min-width: 1em;
}
.pp__conveyor-container .pp__legend .pp__legend-item:nth-child(1),
.pp__conveyor-container .pp__legend .pp__legend-item:nth-child(4) {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .pp__conveyor-container .pp__legend {
    -ms-grid-columns: auto 0.875em 1.25em 0.875em 40%;
    grid-template-columns: auto 1.25em 40%;
    width: 100vw;
    padding-left: 0;
    -ms-grid-columns: auto 0.875em 1.25em 0.875em auto;
    grid-template-columns: auto 1.25em auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.875em;
    top: 56%;
    padding-top: 12vw;
  }
  .pp__conveyor-container .pp__legend > img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pp__conveyor-container .pp__legend {
    top: 50%;
  }
}
.pp__conveyor-container .pp__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pp__conveyor-container .pp__legend-item label {
  font-family: "econ-sans", sans-serif;
  font-weight: bold;
  font-size: 2em;
  margin-right: 10px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.pp__conveyor-container .pp__legend-item p {
  font-size: 1em;
  text-transform: uppercase;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-family: "econ-sans", sans-serif;
}
.pp__conveyor-container .pp__legend-item label,
.pp__conveyor-container .pp__legend-item p {
  line-height: 1;
}
.pp__conveyor-container .pp__legend-item img {
  height: 2.5em;
  width: auto;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .pp__conveyor-container .pp__legend-item {
    gap: 0.3125em;
  }
  .pp__conveyor-container .pp__legend-item label {
    margin: 0.5em 0;
    font-size: 3.5vw;
  }
  .pp__conveyor-container .pp__legend-item img {
    margin-right: 0;
    height: 5.5vw;
  }
  .pp__conveyor-container .pp__legend-item p {
    font-size: 2.5vw;
  }
  .pp__conveyor-container .pp__legend-item label,
  .pp__conveyor-container .pp__legend-item p {
    text-align: center;
    min-width: auto;
    max-width: 90%;
  }
}
.pp__conveyor-container .pp__trash-mt {
  position: relative;
  -webkit-transform: translateY(-3.125em);
          transform: translateY(-3.125em);
}
.pp__conveyor-container .pp__trash-mt-data {
  position: absolute;
  top: 10em;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(300%);
          transform: translateY(300%);
  opacity: 0;
  visibility: hidden;
}
.pp__conveyor-container .pp__trash-mt-data label,
.pp__conveyor-container .pp__trash-mt-data p {
  font-family: "econ-sans", sans-serif;
  font-weight: bold;
  line-height: 1;
  will-change: transform;
}
.pp__conveyor-container .pp__trash-mt-data label {
  margin-bottom: 10px;
  font-size: 2.5em;
  position: relative;
  width: 100%;
}
.pp__conveyor-container .pp__trash-mt-data label::after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(64% - 30px);
  margin-left: 30px;
  border-top: 1px dashed white;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pp__conveyor-container .pp__trash-mt-data p {
  font-size: 1.5625em;
  text-transform: uppercase;
}
.pp__conveyor-container .pp__trash-mt-data p span {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .pp__conveyor-container .pp__trash-mt-data {
    z-index: 1;
    top: 6.25em;
  }
  .pp__conveyor-container .pp__trash-mt-data label {
    font-size: 2.125em;
  }
  .pp__conveyor-container .pp__trash-mt-data p {
    font-size: 1.5em;
  }
}
.pp__conveyor-container .pp__trash-mt-img {
  margin-left: auto;
  -webkit-transform: translate(24%, 1.25em) scale(1.2);
          transform: translate(24%, 1.25em) scale(1.2);
  position: relative;
}
.pp__conveyor-container .pp__trash-mt-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.pp__conveyor-container .pp__trash-mt-img img:not(:first-of-type) {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .pp__conveyor-container .pp__trash-mt-img {
    -webkit-transform: translate(24%, 2.8125em) scale(2.5);
            transform: translate(24%, 2.8125em) scale(2.5);
  }
}
@media screen and (max-width: 767px) {
  .pp__conveyor-container .pp__trash-mt-img {
    -webkit-transform: translate(24%, 2.8125em) scale(3);
            transform: translate(24%, 2.8125em) scale(3);
  }
}
.pp__conveyor-container .pp__bubbles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pp__conveyor-container .pp__bubbles {
    gap: 0.25em;
  }
}
.pp__conveyor-container .pp__bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(3.75em);
          transform: translateY(3.75em);
}
.pp__conveyor-container .pp__bubble:nth-child(2) {
  padding-top: 1.25em;
}
.pp__conveyor-container .pp__bubble:nth-child(3) {
  padding-top: calc(1.25em * 2);
}
.pp__conveyor-container .pp__bubble:nth-child(4) {
  padding-top: calc(1.25em * 3);
}
.pp__conveyor-container .pp__bubble-circ {
  width: 7.375em;
  height: 7.375em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.pp__conveyor-container .pp__bubble-circ p {
  font-size: 1.6875em;
  line-height: 1.1;
  font-family: "econ-sans", sans-serif;
  font-weight: bold;
}
.pp__conveyor-container .pp__bubble-circ p:nth-child(2) {
  font-size: 1em;
  font-family: "econ-sans", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pp__conveyor-container .pp__bubble-circ {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .pp__conveyor-container .pp__bubble-circ p {
    font-size: 1.25em;
  }
  .pp__conveyor-container .pp__bubble-circ p:nth-child(2) {
    font-size: 0.8125em;
  }
}
.pp__conveyor-container .pp__bubble-foot p {
  font-size: 1em;
  font-family: "econ-sans", sans-serif;
}

.pp__back_to-top-button {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 200%);
          transform: translate(-50%, 200%);
  z-index: 34;
  bottom: 0;
  background-color: transparent;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.pp__nav-button {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  background-color: transparent;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: none !important;
  opacity: 0;
}
.pp__nav-button.disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.pp__side-navbar-overlay {
  display: none;
  z-index: 999;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(18, 18, 18, 0.5490196078);
}
.pp__side-navbar-overlay .pp__side-navbar {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  font-family: Bebas Neue;
  position: fixed;
  background-color: white;
  color: #243b45;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875em;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 3.125em;
  right: 0;
  height: 100vh;
  width: 18.75em;
  top: 0;
}
@media (max-width: 767px) {
  .pp__side-navbar-overlay .pp__side-navbar {
    width: 100vw;
  }
}
.pp__side-navbar-overlay .pp__side-navbar .pp__side-navbar-close-btn {
  position: absolute;
  top: 1.69375em;
  right: 1.69375em;
  background-color: transparent;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.pp__side-navbar-overlay .pp__side-navbar .pp__tool {
  color: #243b45;
  opacity: 0.5;
  position: relative;
}
.pp__side-navbar-overlay .pp__side-navbar .pp__tool:hover {
  cursor: pointer;
}
.pp__side-navbar-overlay .pp__side-navbar .pp__tool::after {
  content: "";
  position: absolute;
  right: -5.125em;
  width: 0;
  height: 0.125em;
  top: 50%;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  background-color: #243b45;
}
.pp__side-navbar-overlay .pp__side-navbar .pp__tool.selected, .pp__side-navbar-overlay .pp__side-navbar .pp__tool:hover {
  opacity: 1;
}
.pp__side-navbar-overlay .pp__side-navbar .pp__tool.selected::after, .pp__side-navbar-overlay .pp__side-navbar .pp__tool:hover::after {
  width: 3.87em;
}
.pp__side-navbar-overlay .pp__side-navbar .pp__side-link {
  opacity: 0.5;
  color: inherit;
  position: relative;
  cursor: pointer;
  max-width: 90%;
  text-align: right;
}
.pp__side-navbar-overlay .pp__side-navbar .pp__side-link:hover {
  cursor: pointer;
}
.pp__side-navbar-overlay .pp__side-navbar .pp__side-link::after {
  content: "";
  position: absolute;
  right: -5.125em;
  width: 0;
  height: 0.125em;
  top: 50%;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  background-color: #243b45;
}
.pp__side-navbar-overlay .pp__side-navbar .pp__side-link.selected, .pp__side-navbar-overlay .pp__side-navbar .pp__side-link:hover {
  opacity: 1;
}
.pp__side-navbar-overlay .pp__side-navbar .pp__side-link.selected::after, .pp__side-navbar-overlay .pp__side-navbar .pp__side-link:hover::after {
  width: 3.87em;
}

.pp__tax-bubbles-container {
  padding: 10em 0;
}
.pp__tax-bubbles-container .pp__container {
  position: relative;
  width: 100%;
}
.pp__tax-bubbles-container .pp__columns {
  gap: 5em;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__tax-bubbles-container .pp__columns {
    -ms-grid-columns: minmax(0, 60%) 40%;
    grid-template-columns: minmax(0, 60%) 40%;
  }
}
@media screen and (max-width: 991px) {
  .pp__tax-bubbles-container .pp__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    width: 100%;
  }
}
.pp__tax-bubbles-container .pp__column-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .pp__tax-bubbles-container .pp__column-item {
    width: 100%;
  }
}
.pp__tax-bubbles-container .pp__bubbles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25em;
  margin-bottom: 4.6875em;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__tax-bubbles-container .pp__bubbles {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .pp__tax-bubbles-container .pp__bubbles {
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: -ms-grid;
    display: grid;
    gap: 20px;
    width: 100%;
  }
}
.pp__tax-bubbles-container .pp__bubble {
  border-radius: 100%;
  padding: 1.25em 0.75em;
  text-align: center;
  width: 10.625em;
  height: 10.625em;
  aspect-ratio: 1/1;
  background-color: #122943;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__tax-bubbles-container .pp__bubble {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 991px) {
  .pp__tax-bubbles-container .pp__bubble {
    width: 140px;
    height: 140px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .pp__tax-bubbles-container .pp__bubble {
    width: 100%;
    height: 100%;
    margin-top: 0 !important;
  }
  .pp__tax-bubbles-container .pp__bubble:nth-child(3) {
    background-color: #122943 !important;
  }
  .pp__tax-bubbles-container .pp__bubble:last-child {
    background-color: #5794c9;
  }
}
.pp__tax-bubbles-container .pp__bubble:nth-child(odd) {
  background-color: #5794c9;
  margin-top: 12%;
}
.pp__tax-bubbles-container .pp__bubble h3 {
  font-family: "econ-sans", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pp__tax-bubbles-container .pp__bubble h3 {
    font-size: 16px;
  }
}
.pp__tax-bubbles-container .pp__bubble p {
  font-size: 0.9375em;
  line-height: 1.2;
  font-family: "econ-sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .pp__tax-bubbles-container .pp__bubble p {
    font-size: 14px;
  }
}
.pp__tax-bubbles-container .pp__description p:not(:last-of-type) {
  margin-bottom: 1.625em;
}
@media screen and (max-width: 991px) {
  .pp__tax-bubbles-container .pp__description p {
    text-align: left;
  }
}

.pp__conclusion-dataviz {
  padding: 6.25em 0 12.5em;
}
@media screen and (max-width: 991px) {
  .pp__conclusion-dataviz {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .pp__conclusion-dataviz {
    padding: 6.25em 0;
  }
}
.pp__conclusion-dataviz .pp__container {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__conclusion-dataviz .pp__columns {
    gap: 1.25em;
  }
}
.pp__conclusion-dataviz .pp__column-item:nth-child(1) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .pp__conclusion-dataviz .pp__column-item:nth-child(2) {
    gap: 2.5em;
  }
}
.pp__conclusion-dataviz .pp__column-item:nth-child(2) .pp__description {
  min-height: 46.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .pp__conclusion-dataviz .pp__column-item:nth-child(2) .pp__description {
    min-height: auto;
  }
  .pp__conclusion-dataviz .pp__column-item:nth-child(2) .pp__description p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .pp__conclusion-dataviz .pp__column-item {
    width: 100%;
  }
}
.pp__conclusion-dataviz .pp__title {
  margin-bottom: 2.5em;
  will-change: transform;
}
.pp__conclusion-dataviz .pp__description {
  will-change: transform;
}
.pp__conclusion-dataviz .pp__description.doughnut-label {
  position: absolute;
  z-index: 1;
  top: 0.625em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pp__conclusion-dataviz .pp__description.doughnut-label p {
  font-family: "econ-sans", sans-serif;
  font-weight: bold;
  font-size: 0.75em;
}
.pp__conclusion-dataviz .pp__description.tooltip-label {
  font-size: 86%;
  position: relative;
  z-index: 1;
}
.pp__conclusion-dataviz .pp__doughnuts {
  height: 36.125em;
  width: 36.125em;
  position: relative;
  border-radius: 50%;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__conclusion-dataviz .pp__doughnuts {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 991px) {
  .pp__conclusion-dataviz .pp__doughnuts {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .pp__conclusion-dataviz .pp__doughnuts {
    height: 18.625em;
    width: 100%;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pp__conclusion-dataviz .pp__doughnuts {
    font-size: 16px;
  }
}
.pp__conclusion-dataviz .pp__doughnut, .pp__conclusion-dataviz .pp__fill, .pp__conclusion-dataviz .pp__texture {
  border-radius: inherit;
}
.pp__conclusion-dataviz .pp__doughnut {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (max-width: 991px) {
  .pp__conclusion-dataviz .pp__doughnut {
    pointer-events: none;
    border-style: solid;
    border-width: 32px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border-color: rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 767px) {
  .pp__conclusion-dataviz .pp__doughnut {
    border-width: 20px;
  }
}
.pp__conclusion-dataviz .pp__doughnut:hover + .pp__tooltip {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-1 {
  height: 36.125em;
  width: 36.125em;
  background: #5794c9;
}
@media screen and (max-width: 991px) {
  .pp__conclusion-dataviz .pp__doughnut.doughnut-1 {
    height: 18.625em;
    width: 18.625em;
    background: none;
    border-color: white;
  }
  .pp__conclusion-dataviz .pp__doughnut.doughnut-1 .pp__doughnut-inner {
    border-color: #5794c9;
  }
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-1:hover {
  background: #4085c2;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-1 .pp__tooltip {
  background: #5794c9;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-1 .pp__description p {
  font-size: 1.25em;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-1 .pp__fill {
  opacity: 1;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-2 {
  height: 30.375em;
  width: 30.375em;
  background: #2c6980;
}
@media screen and (max-width: 991px) {
  .pp__conclusion-dataviz .pp__doughnut.doughnut-2 {
    height: 15.625em;
    width: 15.625em;
    background: none;
  }
  .pp__conclusion-dataviz .pp__doughnut.doughnut-2 .pp__doughnut-inner {
    border-color: #2c6980;
  }
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-2:hover {
  background: #245669;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-2 .pp__description p {
  font-size: 1.125em;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-2 .pp__tooltip {
  background: #2c6980;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-3 {
  height: 24.5em;
  width: 24.5em;
  background: #26525d;
}
@media screen and (max-width: 991px) {
  .pp__conclusion-dataviz .pp__doughnut.doughnut-3 {
    height: 12.625em;
    width: 12.625em;
    background: none;
  }
  .pp__conclusion-dataviz .pp__doughnut.doughnut-3 .pp__doughnut-inner {
    border-color: #26525d;
  }
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-3:hover {
  background: #1d3f47;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-3 .pp__description p {
  font-size: 1em;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-3 .pp__tooltip {
  background: #26525d;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-4 {
  height: 18.5em;
  width: 18.5em;
  background: #122943;
}
@media screen and (max-width: 991px) {
  .pp__conclusion-dataviz .pp__doughnut.doughnut-4 {
    height: 9.5em;
    width: 9.5em;
    background: none;
  }
  .pp__conclusion-dataviz .pp__doughnut.doughnut-4 .pp__doughnut-inner {
    border-color: #122943;
  }
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-4:hover {
  background: #0c1a2b;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-4 .pp__description p {
  font-size: 0.875em;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-4 .pp__tooltip {
  background: #122943;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-5 {
  height: 12.5em;
  width: 12.5em;
  background: #000a39;
}
@media screen and (max-width: 991px) {
  .pp__conclusion-dataviz .pp__doughnut.doughnut-5 {
    height: 6.375em;
    width: 6.375em;
    background: none;
  }
  .pp__conclusion-dataviz .pp__doughnut.doughnut-5 .pp__doughnut-inner {
    border-color: #000a39;
    background: #000a39;
  }
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-5:hover {
  background: #00051a;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-5 .pp__description {
  top: unset;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-5 .pp__fill {
  display: none;
}
.pp__conclusion-dataviz .pp__doughnut.doughnut-5 .pp__tooltip {
  background: #000a39;
}
.pp__conclusion-dataviz .pp__doughnut-inner {
  position: relative;
  height: inherit;
  width: inherit;
  border-radius: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .pp__conclusion-dataviz .pp__doughnut-inner {
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    border: inherit;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 24px;
    height: calc(100% + 8px);
    width: calc(100% + 8px);
  }
}
@media screen and (max-width: 767px) {
  .pp__conclusion-dataviz .pp__doughnut-inner {
    border-width: 16px;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
  }
}
.pp__conclusion-dataviz .pp__fill {
  height: calc(100% - 5.25em);
  width: calc(100% - 5.25em);
  border-radius: inherit;
  position: relative;
  background: var(--container-bg-color);
}
.pp__conclusion-dataviz .pp__texture {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.pp__conclusion-dataviz .pp__tooltip {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.625em 1.25em;
  max-width: 23.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-style: solid;
  border-color: var(--container-bg-color);
  border-width: 0 2px 2px 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
  pointer-events: none;
}
.pp__conclusion-dataviz .pp__tooltip.tooltip-1 {
  background: #5794c9;
}
.pp__conclusion-dataviz .pp__tooltip.tooltip-2 {
  background: #2c6980;
  top: 2.875em;
}
.pp__conclusion-dataviz .pp__tooltip.tooltip-3 {
  top: 5.9375em;
  background: #26525d;
}
.pp__conclusion-dataviz .pp__tooltip.tooltip-4 {
  top: 8.875em;
  background: #122943;
}
.pp__conclusion-dataviz .pp__tooltip.tooltip-5 {
  top: 11.8125em;
  background: #000a39;
}
.pp__conclusion-dataviz .pp__label-group {
  -ms-grid-columns: 1fr 0.875em 1fr 0.875em 1fr 0.875em 1fr 0.875em 1fr;
  grid-template-columns: repeat(5, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 0.875em;
  margin: 3.75em 0 0.75em;
}
.pp__conclusion-dataviz .pp__label {
  border-radius: 6px;
  text-align: center;
  padding: 0.875em 0.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pp__conclusion-dataviz .pp__label.active {
  border: 2px solid white;
}
.pp__conclusion-dataviz .pp__desc-group {
  height: 6.875em;
  position: relative;
  width: 100%;
}
.pp__conclusion-dataviz .pp__desc {
  padding: 0.875em 1.25em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pp__conclusion-dataviz .pp__desc.active {
  opacity: 1;
  visibility: visible;
}
.pp__conclusion-dataviz .pp__label:nth-child(1), .pp__conclusion-dataviz .pp__desc:nth-child(1) {
  background: #5794c9;
}
.pp__conclusion-dataviz .pp__label:nth-child(2), .pp__conclusion-dataviz .pp__desc:nth-child(2) {
  background: #2c6980;
}
.pp__conclusion-dataviz .pp__label:nth-child(3), .pp__conclusion-dataviz .pp__desc:nth-child(3) {
  background: #26525d;
}
.pp__conclusion-dataviz .pp__label:nth-child(4), .pp__conclusion-dataviz .pp__desc:nth-child(4) {
  background: #122943;
}
.pp__conclusion-dataviz .pp__label:nth-child(5), .pp__conclusion-dataviz .pp__desc:nth-child(5) {
  background: #000a39;
}

.pp__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6.125em 0;
  position: relative;
  z-index: 1;
}
.pp__text-container.text-center {
  padding: 12.5em 0;
  min-height: 80vh;
}
.pp__text-container.text-center .pp__container {
  max-width: 60%;
}
@media screen and (max-width: 991px) {
  .pp__text-container.text-center .pp__container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pp__text-container.mobile-alignment p {
    text-align: center;
    font-size: 20px;
  }
}
.pp__text-container.post-overall-dataviz {
  padding: 18.75em 0 12.5em;
  min-height: unset;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__text-container.post-overall-dataviz {
    padding: 10em 0 0;
  }
}
@media screen and (max-width: 991px) {
  .pp__text-container.post-overall-dataviz {
    padding: 10em 0 0;
  }
}
@media screen and (max-width: 767px) {
  .pp__text-container.post-overall-dataviz {
    padding: 18.75em 0 12.5em;
  }
}
.pp__text-container.post-overall-dataviz .pp__description p span.md {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .pp__text-container.post-overall-dataviz .pp__description p {
    text-align: center;
  }
}
.pp__text-container.results {
  padding: 4em 0 0;
}
.pp__text-container.results .pp__columns {
  gap: 0.625em;
}
.pp__text-container.results .pp__column-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pp__text-container.results .pp__title > h2 {
  font-size: 2.5em;
}
@media screen and (max-width: 991px) {
  .pp__text-container.results .pp__title > h2 br {
    display: none;
  }
}
.pp__text-container.implication {
  padding: 7.5em 0 18.75em;
  min-height: 60vh;
}
.pp__text-container.implication .pp__columns.count-2 {
  -ms-grid-columns: 40% 2.5em 1fr;
  grid-template-columns: 40% 1fr;
  gap: 2.5em;
}
@media screen and (max-width: 991px) {
  .pp__text-container.implication .pp__columns.count-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .pp__text-container.implication .pp__columns.count-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.25em;
  }
  .pp__text-container.implication .pp__columns.count-2 .md > h2 {
    font-size: 40px;
    text-align: start;
  }
  .pp__text-container.implication .pp__columns.count-2 .pp_description {
    max-width: 100%;
  }
}
.pp__text-container.implication .pp__title {
  text-align: center;
}
.pp__text-container.implication .pp__description {
  max-width: 80%;
}
@media screen and (max-width: 991px) {
  .pp__text-container.implication .pp__description {
    max-width: 100%;
  }
}
.pp__text-container.implication .pp__description p {
  font-size: 1.5625em;
}
@media screen and (max-width: 991px) {
  .pp__text-container.implication .pp__description p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .pp__text-container.implication .pp__description p {
    font-size: 16px;
  }
}
.pp__text-container.conclusion {
  padding: 25em 0;
  min-height: unset;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__text-container.conclusion {
    padding: 10em 0;
  }
}
@media screen and (max-width: 991px) {
  .pp__text-container.conclusion {
    padding: 10em 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .pp__text-container.conclusion {
    margin-bottom: 0;
  }
}
.pp__text-container.conclusion .pp__tools {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.pp__text-container.datavis {
  padding: 18.75em 0 12.5em;
  min-height: 100vh;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__text-container.datavis {
    min-height: auto;
    padding: 10em 0 0;
  }
  .pp__text-container.datavis .pp__container {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .pp__text-container.datavis {
    min-height: auto;
    padding: 10em 0 0;
  }
}
@media screen and (max-width: 767px) {
  .pp__text-container.datavis {
    padding: 18.75em 0 12.5em;
  }
}
.pp__text-container.datavis .pp__title {
  margin-bottom: 3.375em;
}
@media screen and (max-width: 767px) {
  .pp__text-container.datavis .pp__description p {
    text-align: center;
  }
}
.pp__text-container.major-weaknesses {
  padding: 18.75em 0;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__text-container.major-weaknesses {
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 991px) {
  .pp__text-container.major-weaknesses {
    padding-bottom: 10em;
  }
  .pp__text-container.major-weaknesses .column-title h2,
  .pp__text-container.major-weaknesses .pp__description p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .pp__text-container.major-weaknesses {
    padding: 0 0 6.25em;
  }
}
.pp__text-container.major-weaknesses .pp__title.main-heading h2, .pp__text-container.major-weaknesses .pp__title.column-title h2 {
  font-family: "econ-sans", sans-serif;
}
.pp__text-container.major-weaknesses .pp__title.main-heading {
  text-align: center;
  margin-bottom: 7.5em;
}
.pp__text-container.major-weaknesses .pp__title.main-heading h2 {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .pp__text-container.major-weaknesses .pp__title.main-heading {
    margin-bottom: 5em;
  }
  .pp__text-container.major-weaknesses .pp__title.main-heading h2 {
    line-height: 1.6;
    text-align: left;
  }
}
.pp__text-container.major-weaknesses .pp__title.column-title {
  margin-bottom: 1.25em;
}
.pp__text-container.major-weaknesses .pp__title.column-title h2 {
  font-size: 1.25em;
  font-weight: bold;
}
.pp__text-container.major-weaknesses .pp__columns {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pp__text-container.major-weaknesses .pp__columns .pp__column-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pp__table-container {
  padding: 12.5em 0 18.75em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .pp__table-container {
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 767px) {
  .pp__table-container {
    padding: 12.5em 0;
    z-index: unset;
  }
}
.pp__table-container .pp__container {
  will-change: transform;
}
.pp__table-container .pp__columns {
  gap: 5em;
  -ms-grid-columns: 40% 5em 1fr;
  grid-template-columns: 40% 1fr;
}
@media screen and (max-width: 991px) {
  .pp__table-container .pp__column-item {
    width: 100%;
    position: relative;
  }
}
.pp__table-container .pp__description {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .pp__table-container .pp__description p {
    text-align: left;
  }
}
.pp__table-container .pp__title {
  text-align: center;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  .pp__table-container .pp__title {
    position: relative;
    z-index: 1;
  }
  .pp__table-container .pp__title h3 {
    font-size: 1.875em;
  }
}
.pp__table-container .pp__table table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.pp__table-container .pp__table table th p,
.pp__table-container .pp__table table td p {
  font-size: 1.09375em;
  margin: 0;
  line-height: 1.6;
}
.pp__table-container .pp__table table thead {
  position: relative;
  z-index: 1;
}
.pp__table-container .pp__table table thead tr {
  background-color: transparent;
}
.pp__table-container .pp__table table thead th {
  padding-bottom: 0.875em;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.pp__table-container .pp__table table thead th p {
  font-family: "econ-sans", sans-serif;
  font-weight: bold;
}
.pp__table-container .pp__table table tbody {
  position: relative;
}
.pp__table-container .pp__table table tbody tr:nth-child(odd) {
  background-color: #243b45;
}
.pp__table-container .pp__table table tbody tr:nth-child(even) {
  background-color: #2d4851;
}
.pp__table-container .pp__table table tbody td {
  padding: 1.25em 0.875em;
}
.pp__table-container .pp__table table tbody td p {
  font-family: "econ-sans", sans-serif;
}
.pp__table-container .pp__table table tbody td:nth-child(1) p {
  font-family: "econ-sans", sans-serif;
  font-weight: bold;
}
.pp__table-container .pp__table table tbody td:nth-child(2), .pp__table-container .pp__table table tbody td:last-child {
  background: rgba(255, 255, 255, 0.17);
}
@media screen and (max-width: 767px) {
  .pp__table-container .pp__table {
    width: 100%;
    overflow-x: auto;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .pp__table-container .pp__table table {
    min-width: 50em;
  }
  .pp__table-container .pp__table::-webkit-scrollbar {
    display: none;
  }
}
.pp__table-container .pp__table-slider {
  width: 100%;
  height: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  background-color: #26525d;
  border-radius: 2em;
}
.pp__table-container .pp__table-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}
.pp__table-container .pp__table-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}
.pp__table-container .pp__table-slider-container {
  margin-top: 2.5em;
}

.pp__summary-dataviz {
  padding: 13.75em 0 6.125em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .pp__summary-dataviz br {
    display: none;
  }
}
.pp__summary-dataviz .pp__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 6.25em 1fr;
  grid-template-columns: 30% 1fr;
  gap: 6.25em;
}
.pp__summary-dataviz .pp__container.conclusion-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0;
}
.pp__summary-dataviz .pp__container.conclusion-summary .pp__content-container {
  display: none;
}
.pp__summary-dataviz .pp__container.conclusion-summary .pp__chart-container {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .pp__summary-dataviz .pp__container {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 3.125em;
  }
}
@media screen and (max-width: 767px) {
  .pp__summary-dataviz .pp__container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 1.25em;
  }
}
@media screen and (max-width: 991px) {
  .pp__summary-dataviz .pp__chart {
    height: 20.625em;
  }
}
@media screen and (max-width: 767px) {
  .pp__summary-dataviz .pp__chart {
    min-width: 100vw;
    position: relative;
    -webkit-transform: translateX(calc(var(--container-padding) * -1));
            transform: translateX(calc(var(--container-padding) * -1));
    height: 18.75em;
  }
}
.pp__summary-dataviz .pp__title.md {
  margin-bottom: 1.375em;
}
.pp__summary-dataviz .pp__title.md h2 {
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .pp__summary-dataviz .pp__title.md h2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pp__summary-dataviz .pp__title.md h2 {
    font-size: 2.5em;
    text-align: left;
  }
}
.pp__summary-dataviz .pp__title.sm-v2 {
  text-align: center;
}
.pp__summary-dataviz .pp__title.sm-v2 h3 {
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .pp__summary-dataviz .pp__title.sm-v2 {
    text-align: start;
    padding-left: 0 !important;
  }
  .pp__summary-dataviz .pp__title.sm-v2 h3 {
    font-size: 1.875em;
  }
}
.pp__summary-dataviz .pp__chart-container {
  padding-top: 8.75em;
}
@media screen and (max-width: 991px) {
  .pp__summary-dataviz .pp__chart-container {
    padding-top: 0;
  }
}
.pp__summary-dataviz .pp__chart-legend, .pp__summary-dataviz .pp__title.sm-v2 {
  padding-left: 8%;
}
@media screen and (max-width: 991px) {
  .pp__summary-dataviz .pp__chart-legend, .pp__summary-dataviz .pp__title.sm-v2 {
    padding-left: 0;
  }
}
.pp__summary-dataviz .pp__chart-legend {
  gap: 1.75em;
  margin-top: 1.25em;
}
@media screen and (max-width: 767px) {
  .pp__summary-dataviz .pp__chart-legend {
    padding-left: 0;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.pp__summary-dataviz .pp__chart-legend-item {
  gap: 0.875em;
}
.pp__summary-dataviz .pp__chart-legend-item label {
  font-size: 1em;
}
.pp__summary-dataviz .pp__chart-legend-item:first-child .pp__chart-legend-circ {
  background: white;
}
.pp__summary-dataviz .pp__chart-legend-item:last-child .pp__chart-legend-circ {
  background: #56bfd0;
}
.pp__summary-dataviz .pp__chart-legend-circ {
  height: 1.25em;
  width: 1.25em;
}

.pp__plastic-wave-container {
  height: 100vh;
  position: relative;
}
.pp__plastic-wave-container .pp__container {
  padding: 0;
  position: relative;
  height: inherit;
  max-width: unset;
}
.pp__plastic-wave-container .pp__columns {
  padding: 8.75em 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pp__plastic-wave-container .pp__columns {
    padding: 5em 0;
  }
}
.pp__plastic-wave-container .pp__column-item:first-child {
  will-change: transform;
}
.pp__plastic-wave-container .pp__column-item:nth-child(2) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pp__plastic-wave-container .pp__line-data {
  width: 100%;
  -webkit-transform: translateY(300%);
          transform: translateY(300%);
  opacity: 0;
  visibility: hidden;
}
.pp__plastic-wave-container .pp__line-data label,
.pp__plastic-wave-container .pp__line-data p {
  font-family: "econ-sans", sans-serif;
  font-weight: bold;
  line-height: 1;
  will-change: transform;
}
.pp__plastic-wave-container .pp__line-data label {
  margin-bottom: 10px;
  font-size: 2.5em;
  position: relative;
  width: 100%;
}
.pp__plastic-wave-container .pp__line-data label::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100vw;
  margin-left: 30px;
  border-top: 1px dashed white;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pp__plastic-wave-container .pp__line-data p {
  font-size: 1.5625em;
  text-transform: uppercase;
}
.pp__plastic-wave-container .pp__line-data p span {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .pp__plastic-wave-container .pp__line-data label {
    font-size: 2.125em;
  }
  .pp__plastic-wave-container .pp__line-data p {
    font-size: 1.5em;
  }
}
.pp__plastic-wave-container .pp__content-container, .pp__plastic-wave-container .pp__waves-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pp__plastic-wave-container .pp__waves-container {
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .pp__plastic-wave-container .pp__waves-container {
    min-width: 1366px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.pp__plastic-wave-container .pp__content-container {
  padding: 0 var(--container-padding);
  z-index: 1;
  max-width: var(--container-max);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pp__plastic-wave-container .pp__waves {
  position: relative;
  top: 56vh;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__plastic-wave-container .pp__waves {
    top: 75vh;
  }
}
@media screen and (max-width: 767px) {
  .pp__plastic-wave-container .pp__waves {
    top: 640px;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
.pp__plastic-wave-container .wave, .pp__plastic-wave-container .wave__trash {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
}
.pp__plastic-wave-container .wave__water img,
.pp__plastic-wave-container .wave__water svg, .pp__plastic-wave-container .wave__trash img,
.pp__plastic-wave-container .wave__trash svg {
  width: 100%;
  height: auto;
}
.pp__plastic-wave-container .wave__water img:last-of-type,
.pp__plastic-wave-container .wave__water svg:last-of-type, .pp__plastic-wave-container .wave__trash img:last-of-type,
.pp__plastic-wave-container .wave__trash svg:last-of-type {
  position: absolute;
  top: 0;
  left: 100%;
}
.pp__plastic-wave-container .wave__water {
  position: relative;
  z-index: 1;
}
.pp__plastic-wave-container .wave__water img:last-of-type, .pp__plastic-wave-container .wave__water svg:last-of-type {
  width: calc(100% + 4px);
  left: calc(100% - 4px);
}
.pp__plastic-wave-container .wave__trash {
  position: absolute;
}
.pp__plastic-wave-container .wave__trash path {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.pp__plastic-wave-container .wave__trash .path-group {
  opacity: 0;
  visibility: hidden;
}
.pp__plastic-wave-container .wave__animal {
  position: absolute;
}
.pp__plastic-wave-container .wave__animal img {
  width: 100%;
  height: auto;
}
.pp__plastic-wave-container .wave__animal.animal-1 {
  width: 15.875em;
  height: 12.25em;
  top: 6.875em;
  left: 18%;
}
.pp__plastic-wave-container .wave__animal.animal-1, .pp__plastic-wave-container .wave__animal.animal-2 {
  z-index: 4;
}
.pp__plastic-wave-container .wave__animal.animal-2, .pp__plastic-wave-container .wave__animal.animal-3 {
  width: 11.25em;
  height: 7em;
}
.pp__plastic-wave-container .wave__animal.animal-2 {
  top: 8.125em;
  right: 8%;
}
.pp__plastic-wave-container .wave__animal.animal-3, .pp__plastic-wave-container .wave__animal.animal-4, .pp__plastic-wave-container .wave__animal.animal-5 {
  z-index: 6;
}
.pp__plastic-wave-container .wave__animal.animal-3 {
  top: 13.75em;
  right: 36%;
}
.pp__plastic-wave-container .wave__animal.animal-4 {
  width: 10em;
  height: 10em;
  top: 13.75em;
  left: 4%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}
.pp__plastic-wave-container .wave__animal.animal-5 {
  width: 6.25em;
  height: 6.25em;
  top: 16.875em;
  right: 16%;
}
.pp__plastic-wave-container .wave.one {
  z-index: 2;
}
.pp__plastic-wave-container .wave.one .wave__trash {
  top: -4.375em;
}
.pp__plastic-wave-container .wave.two {
  z-index: 4;
  top: 5.625em;
}
.pp__plastic-wave-container .wave.two .wave__trash {
  top: -3.75em;
}
.pp__plastic-wave-container .wave.three {
  z-index: 6;
  top: 12.5em;
}
.pp__plastic-wave-container .wave.three .wave__trash {
  top: -5.625em;
}
.pp__plastic-wave-container .wave.four {
  z-index: 8;
  top: 18.625em;
}
.pp__plastic-wave-container .wave.four .wave__trash {
  top: -5em;
}
.pp__plastic-wave-container .wave.five {
  z-index: 9;
  top: 26.25em;
}
.pp__plastic-wave-container .wave.five .wave__water svg path {
  fill: var(--container-bg-color);
}

.pp__scenario-one-container {
  overflow: hidden;
}
.pp__scenario-one-container .pp__container {
  padding: 0;
  max-width: unset;
}
.pp__scenario-one-container .pp__title.lg {
  padding-top: 12%;
  max-width: 60%;
}
.pp__scenario-one-container .pp__title.lg h1 {
  font-size: 4.6875em;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__scenario-one-container .pp__title.lg {
    max-width: unset;
  }
}
@media screen and (max-width: 991px) {
  .pp__scenario-one-container .pp__title.lg {
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .pp__scenario-one-container .pp__title.lg h1 {
    font-size: 2.8125em;
  }
}
@media screen and (max-width: 991px) {
  .pp__scenario-one-container .pp__title h2 {
    text-align: center;
    font-size: 4.6875em;
  }
}
.pp__scenario-one-container .pp__waves-container {
  position: absolute;
  width: 100vw;
  left: 0;
  padding-bottom: 50%;
  top: 0;
  height: calc(100vh + 1px);
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .pp__scenario-one-container .pp__waves-container {
    min-width: 1366px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.pp__scenario-one-container .pp__waves {
  top: 50vh;
  position: relative;
}
@media screen and (max-width: 991px) {
  .pp__scenario-one-container .pp__waves {
    top: 80%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
@media screen and (max-width: 767px) {
  .pp__scenario-one-container .pp__waves {
    top: 80vh;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__scenario-one-container .pp__slides {
    width: 200%;
  }
}
@media screen and (max-width: 991px) {
  .pp__scenario-one-container .pp__slides {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .pp__scenario-one-container .pp__slide {
    height: 80vh;
    min-height: 800px;
  }
  .pp__scenario-one-container .pp__slide:nth-child(2) .pp__column-item:first-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pp__scenario-one-container .pp__slide {
    height: 100vh;
  }
  .pp__scenario-one-container .pp__slide:last-child {
    height: auto;
    padding-bottom: 18.75em;
  }
}
.pp__scenario-one-container .wave, .pp__scenario-one-container .wave__trash {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.pp__scenario-one-container .wave__water img,
.pp__scenario-one-container .wave__water svg, .pp__scenario-one-container .wave__trash img,
.pp__scenario-one-container .wave__trash svg {
  width: 100%;
  height: auto;
}
.pp__scenario-one-container .wave__water {
  position: relative;
}
.pp__scenario-one-container .wave__water img:last-of-type {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translateX(-3px) !important;
          transform: translateX(-3px) !important;
}
.pp__scenario-one-container .wave__trashes {
  position: relative;
  width: 300%;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__scenario-one-container .wave__trashes svg {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 991px) {
  .pp__scenario-one-container .wave__trashes svg {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .pp__scenario-one-container .wave__trashes {
    width: 100%;
  }
}
.pp__scenario-one-container .wave__trash {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pp__scenario-one-container .wave__trash {
    -webkit-transform: scale(3);
            transform: scale(3);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
.pp__scenario-one-container .wave__trash.one {
  z-index: 3;
  top: -4.375em;
}
.pp__scenario-one-container .wave__trash.two {
  z-index: 5;
  top: -12.5em;
}
.pp__scenario-one-container .wave__trash.three {
  z-index: 7;
  top: 10em;
}
.pp__scenario-one-container .wave__trash.four {
  z-index: 9;
  top: 3.75em;
}
.pp__scenario-one-container .wave.one {
  z-index: 2;
}
.pp__scenario-one-container .wave.two {
  z-index: 4;
  top: 8.75em;
}
.pp__scenario-one-container .wave.three {
  z-index: 6;
  top: 15em;
}
.pp__scenario-one-container .wave.four {
  z-index: 8;
  top: 22.5em;
}
@media screen and (max-width: 991px) {
  .pp__scenario-one-container .wave.four {
    top: 19.0625em;
  }
}
@media screen and (max-width: 767px) {
  .pp__scenario-one-container .wave.four {
    top: 22.5em;
  }
}

.pp__datavis-container {
  padding: 7.5em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__container {
    padding: 0 30px;
  }
}
.pp__datavis-container .pp__title {
  text-align: center;
  margin-bottom: 1.125em;
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__title h3 {
    font-size: 25px;
  }
}
.pp__datavis-container .pp__description.config-title {
  margin-bottom: 1.875em;
}
.pp__datavis-container .pp__description.config-title p {
  font-size: 0.9375em;
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__description.config-title {
    height: 20px;
    width: 20px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 2px;
    left: 0;
  }
  .pp__datavis-container .pp__description.config-title p {
    display: none;
  }
  .pp__datavis-container .pp__description.config-title.active p {
    display: block;
    position: absolute;
    top: 50%;
    left: 40px;
    background-color: white;
    text-align: center;
    padding: 0.875em;
    border-radius: 4px;
    width: 60vw;
    height: auto;
    color: black;
    z-index: 3;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pp__datavis-container .pp__description.config-title.active p::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent white transparent transparent;
  }
}
.pp__datavis-container .pp__description.slider-title {
  margin-bottom: 1em;
  text-align: center;
  line-height: 1;
}
.pp__datavis-container .pp__description.slider-title p {
  font-size: 1em;
  font-family: "econ-sans", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__description.slider-title p {
    font-size: 16px;
  }
}
.pp__datavis-container .pp__description.slider-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pp__datavis-container .pp__description.slider-label p {
  font-size: 0.8125em;
  margin: 0;
  font-family: "econ-sans", sans-serif;
  overflow: visible;
  width: 1px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pp__datavis-container .pp__description.country-select {
  margin-bottom: 1.75em;
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__description.country-select {
    margin-bottom: 0;
  }
}
.pp__datavis-container .pp__description.country-select p {
  font-size: 1em;
  line-height: 1.2;
  white-space: unset;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__description.country-select p {
    font-size: 14px;
  }
}
.pp__datavis-container .pp__description.methodology {
  margin-bottom: 1.5625em;
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__description.methodology p {
    text-align: left;
  }
}
.pp__datavis-container .pp__chart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__chart-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 3.75em;
  }
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__chart-container {
    gap: 1.875em;
  }
}
.pp__datavis-container .pp__chart-config {
  display: none;
}
.pp__datavis-container .pp__chart-config .pp__tools {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.875em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25em;
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__chart-config .pp__tools {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.25em;
  }
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__chart-config .pp__tools {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__chart-config.left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__chart-config.right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 40px;
    position: relative;
  }
}
.pp__datavis-container .pp__chart-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__chart-tabs {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__chart-tabs {
    margin-bottom: 1.625em;
  }
}
.pp__datavis-container .pp__chart-tab {
  width: 11.875em;
  cursor: pointer;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5625em;
  line-height: 2;
  border-bottom: 2.5px solid #1c3238;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__chart-tab {
    font-size: 18px;
    width: 33.3%;
  }
}
.pp__datavis-container .pp__chart-tab.active, .pp__datavis-container .pp__chart-tab:hover {
  color: #1c3238;
  border-bottom: 5px solid #ffffff;
}
.pp__datavis-container .pp__chart-scenes {
  margin-bottom: 3em;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__chart-scenes {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
}
.pp__datavis-container .pp__chart-scenes-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 3.125em 15em 3.125em 15em 3.125em 15em 3.125em auto;
  grid-template-columns: auto repeat(3, 15em) auto;
  gap: 3.125em;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__datavis-container .pp__chart-scenes-inner {
    -ms-grid-columns: auto 30px minmax(0, 18%) 30px minmax(0, 18%) 30px minmax(0, 18%) 30px auto;
    grid-template-columns: auto repeat(3, minmax(0, 18%)) auto;
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__chart-scenes-inner {
    -ms-grid-columns: minmax(0, 33.33%) 2.5em minmax(0, 33.33%) 2.5em minmax(0, 33.33%);
    grid-template-columns: repeat(3, minmax(0, 33.33%));
    gap: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__chart-scenes-inner {
    -ms-grid-columns: minmax(0, 50%) 1.25em minmax(0, 50%);
    grid-template-columns: repeat(2, minmax(0, 50%));
    gap: 1.875em 1.25em;
  }
}
.pp__datavis-container .pp__chart-scene {
  position: relative;
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__chart-scene:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.pp__datavis-container .pp__chart-scene-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.pp__datavis-container .pp__radio {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.pp__datavis-container .pp__radio:checked + .pp__radio-circ::before {
  content: "";
  height: 16px;
  width: 16px;
  display: block;
  background: white;
  border-radius: 50%;
}
.pp__datavis-container .pp__radio.baseline {
  pointer-events: none;
}
.pp__datavis-container .pp__radio-circ {
  position: absolute;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 2px solid white;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pp__datavis-container .pp__radio-desc {
  padding-left: 2.5em;
}
.pp__datavis-container .pp__radio-desc p {
  line-height: 1.4;
}
.pp__datavis-container .pp__radio-desc p.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.pp__datavis-container .pp__radio-desc p.content {
  font-size: 1em;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .pp__datavis-container .pp__radio-desc p.content {
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .pp__datavis-container .pp__radio-desc p.content {
    font-size: 12px;
  }
}
.pp__datavis-container .pp__radio-desc p b {
  font-family: "econ-sans", sans-serif;
  font-weight: bold;
}
.pp__datavis-container .pp__radio-desc p:not(:last-child) {
  margin-bottom: 4px;
}
.pp__datavis-container .pp__chart-body {
  width: 100%;
}
.pp__datavis-container .pp__charts {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__charts {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
    max-width: 100% !important;
    gap: 1.875em !important;
  }
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__charts {
    gap: 1.25em !important;
  }
}
.pp__datavis-container .pp__charts.overall {
  -ms-grid-columns: 1fr 4.375em 15.625em;
  grid-template-columns: 1fr 15.625em;
  gap: 4.375em;
  max-width: 90%;
}
.pp__datavis-container .pp__charts.overall.default {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  max-width: 70%;
}
.pp__datavis-container .pp__charts.country {
  -ms-grid-columns: 13.75em 0 1fr 0 15.625em;
  grid-template-columns: 13.75em 1fr 15.625em;
  gap: 0;
}
.pp__datavis-container .pp__charts.country .pp__chart {
  padding: 0 4.375em 0 3.125em;
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__charts.country .pp__chart {
    padding-left: 0;
    padding-right: 0;
  }
}
.pp__datavis-container .pp__charts.country.default {
  -ms-grid-columns: 13.75em 1fr;
  grid-template-columns: 13.75em 1fr;
  max-width: 90%;
}
.pp__datavis-container .pp__charts.country.default .pp__chart {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__charts.country.default .pp__chart {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__charts.country + .pp__tools .pp__tool:last-child {
    display: none;
  }
}
.pp__datavis-container .pp__charts.methodology {
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__charts.methodology {
    max-width: 100%;
  }
}
.pp__datavis-container .pp__chart {
  width: 100%;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__chart {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__chart {
    position: relative;
    -webkit-transform: translateX(calc(var(--container-padding) * -1));
            transform: translateX(calc(var(--container-padding) * -1));
    height: 16.25em;
  }
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__chart.overall, .pp__datavis-container .pp__chart.country {
    min-width: 100vw;
  }
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__chart {
    min-height: 20.625em;
  }
}
.pp__datavis-container .pp__chart.country {
  display: none;
}
.pp__datavis-container .pp__chart.methodology {
  display: none;
  padding-top: 2.5em;
}
.pp__datavis-container .pp__chart.methodology .pp__column-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__chart.methodology {
    padding-top: 0;
    -webkit-transform: none;
            transform: none;
    height: auto;
  }
}
.pp__datavis-container .pp__chart, .pp__datavis-container .pp__chart-config {
  min-width: 0;
}
.pp__datavis-container .pp__sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5em;
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__sliders {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 26px;
    gap: 76px;
  }
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__sliders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 10px;
  }
}
.pp__datavis-container .pp__slider-input {
  border-radius: 10px;
  border: none !important;
  background: rgba(255, 255, 255, 0.5019607843);
  height: 0.25em;
  margin-bottom: 0.75em;
}
.pp__datavis-container .pp__slider-input .ui-slider-range {
  background: #0b2945;
}
.pp__datavis-container .pp__slider-input .ui-slider-handle {
  height: 0.5em;
  width: 0.5em;
  border-radius: 50%;
  background: white;
  border: none;
  outline: none;
  margin: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
}
.pp__datavis-container .pp__slider:hover .pp__slider-input .ui-slider-handle {
  height: 1em;
  width: 1em;
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__slider {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__slider {
    width: 100%;
  }
}
.pp__datavis-container .pp__country-selection .ui-selectmenu-button {
  border-bottom: 2px solid white !important;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__country-selection {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 20px minmax(0, 1fr);
    -ms-grid-columns: max-content 20px minmax(0, 1fr);
    grid-template-columns: -webkit-max-content minmax(0, 1fr);
    grid-template-columns: max-content minmax(0, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.pp__datavis-container .pp__select + .ui-selectmenu-button {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.1875em;
  padding: 0;
  background: none;
  width: 100%;
  border: none;
  position: relative;
  padding-right: 20px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__select + .ui-selectmenu-button {
    font-size: 26px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pp__datavis-container .pp__select + .ui-selectmenu-button::before {
    right: 20%;
  }
}
.pp__datavis-container .pp__select + .ui-selectmenu-button::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid white;
}
.pp__datavis-container .pp__column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125em;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__column-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.pp__datavis-container .pp__row-item {
  gap: 4.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__row-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pp__datavis-container .pp__tools {
  padding-top: 5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .pp__datavis-container .pp__tools {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__tools {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__tool {
    min-width: 45%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .pp__datavis-container .pp__columns {
    gap: 0;
  }
}

.pp__scenario-two-container {
  overflow: hidden;
  margin-bottom: 12.5em;
}
@media screen and (max-width: 991px) {
  .pp__scenario-two-container {
    margin-bottom: 0;
  }
}
.pp__scenario-two-container .pp__container {
  padding: 0;
  max-width: unset;
}
.pp__scenario-two-container .pp__title.lg {
  padding-top: 2%;
}
.pp__scenario-two-container .pp__title.lg h1 {
  font-size: 4.6875em;
}
@media screen and (max-width: 767px) {
  .pp__scenario-two-container .pp__title.lg {
    padding-top: 0;
  }
  .pp__scenario-two-container .pp__title.lg h1 {
    font-size: 2.8125em;
  }
}
@media screen and (max-width: 991px) {
  .pp__scenario-two-container .pp__title h2 {
    text-align: center;
    font-size: 4.6875em;
  }
}
.pp__scenario-two-container .pp__slides {
  width: 500%;
}
@media screen and (max-width: 991px) {
  .pp__scenario-two-container .pp__slides {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
@media (max-width: 767px) {
  .pp__scenario-two-container .pp__columns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pp__scenario-two-container .pp__column-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pp__scenario-two-container .pp__tools {
  -webkit-transform: translateY(2.5em);
          transform: translateY(2.5em);
}
@media screen and (max-width: 767px) {
  .pp__scenario-two-container .pp__tools {
    -webkit-transform: none;
            transform: none;
    padding-bottom: 12vh;
  }
}
.pp__scenario-two-container .pp__truck-container, .pp__scenario-two-container .pp__waves-container {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .pp__scenario-two-container .pp__truck-container, .pp__scenario-two-container .pp__waves-container {
    height: 102vh;
  }
}
.pp__scenario-two-container .pp__waves-container {
  padding-bottom: 50%;
}
@media screen and (max-width: 991px) {
  .pp__scenario-two-container .pp__waves-container {
    min-width: 1366px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.pp__scenario-two-container .pp__waves {
  top: 48vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pp__scenario-two-container .pp__waves {
    top: 80%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@media screen and (max-width: 767px) {
  .pp__scenario-two-container .pp__waves {
    top: 80vh;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
.pp__scenario-two-container .pp__truck-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .pp__scenario-two-container .pp__truck-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .pp__scenario-two-container .pp__truck-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .pp__scenario-two-container .pp__truck-inner {
    position: relative;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .pp__scenario-two-container .pp__truck-inner {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.pp__scenario-two-container .pp__truck, .pp__scenario-two-container .pp__conveyor {
  position: relative;
  z-index: 1;
}
.pp__scenario-two-container .pp__truck {
  width: auto;
  -webkit-transform: translate(50%, 58%);
          transform: translate(50%, 58%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pp__scenario-two-container .pp__truck img {
  height: inherit;
  width: auto;
}
.pp__scenario-two-container .pp__truck-body {
  height: 22.125em;
  width: auto;
}
.pp__scenario-two-container .pp__truck-wheels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6.25em;
  margin-top: -4.375em;
}
.pp__scenario-two-container .pp__truck-wheels img {
  height: 7.25em;
  width: 7.25em;
}
.pp__scenario-two-container .pp__conveyor {
  position: absolute;
  width: 48.75em;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
  bottom: -1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pp__scenario-two-container .pp__conveyor-inner {
  height: 2.8125em;
  background: #2f4b53;
  width: 140%;
  left: 50%;
  position: relative;
  top: -0.5em;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__scenario-two-container .pp__conveyor-inner {
    left: 0;
  }
}
.pp__scenario-two-container .pp__conveyor-trash {
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}
.pp__scenario-two-container .pp__land {
  height: 24.25em;
  width: auto;
}
.pp__scenario-two-container .pp__land img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .pp__scenario-two-container .pp__slides {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .pp__scenario-two-container .pp__slide {
    height: 80vh;
    min-height: 800px;
  }
  .pp__scenario-two-container .pp__slide:nth-child(2) .pp__column-item:first-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pp__scenario-two-container .pp__slide {
    height: 100vh;
  }
  .pp__scenario-two-container .pp__slide:last-child {
    height: auto;
    padding-bottom: 18.75em;
  }
}
@media screen and (max-width: 767px) {
  .pp__scenario-two-container .pp__slide-inner {
    padding-top: 11.25em;
  }
}
.pp__scenario-two-container .wave, .pp__scenario-two-container .wave__trash {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
}
.pp__scenario-two-container .wave__water img,
.pp__scenario-two-container .wave__water svg, .pp__scenario-two-container .wave__trash img,
.pp__scenario-two-container .wave__trash svg {
  width: 100%;
  height: auto;
}
.pp__scenario-two-container .wave__water img:last-of-type,
.pp__scenario-two-container .wave__water svg:last-of-type, .pp__scenario-two-container .wave__trash img:last-of-type,
.pp__scenario-two-container .wave__trash svg:last-of-type {
  position: absolute;
  top: 0;
  left: 100%;
}
.pp__scenario-two-container .wave__water {
  position: relative;
  z-index: 1;
}
.pp__scenario-two-container .wave__water img:last-of-type {
  width: calc(100% + 4px);
  left: calc(100% - 4px);
}
.pp__scenario-two-container .wave__trash {
  position: absolute;
}
.pp__scenario-two-container .wave__trash path {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.pp__scenario-two-container .wave__trash .path-group {
  opacity: 0;
  visibility: hidden;
}
.pp__scenario-two-container .wave.one {
  z-index: 2;
}
.pp__scenario-two-container .wave.one .wave__trash {
  top: -4.375em;
}
.pp__scenario-two-container .wave.two {
  z-index: 4;
  top: 5.625em;
}
.pp__scenario-two-container .wave.two .wave__trash {
  top: -3.75em;
}
.pp__scenario-two-container .wave.three {
  z-index: 6;
  top: 12.5em;
}
.pp__scenario-two-container .wave.three .wave__trash {
  top: -5.625em;
}
.pp__scenario-two-container .wave.four {
  z-index: 8;
  top: 18.625em;
}
.pp__scenario-two-container .wave.four .wave__trash {
  top: -5em;
}

.pp__scenario-three-container {
  overflow: hidden;
  padding-bottom: 2.5em;
  position: relative;
  bottom: -1px;
}
.pp__scenario-three-container .pp__container {
  padding: 0;
  max-width: unset;
  position: relative;
}
.pp__scenario-three-container .pp__title.lg {
  padding-top: 2%;
}
.pp__scenario-three-container .pp__title.lg h1 {
  font-size: 4.6875em;
}
@media screen and (max-width: 767px) {
  .pp__scenario-three-container .pp__title.lg {
    padding-top: 0;
  }
  .pp__scenario-three-container .pp__title.lg h1 {
    font-size: 2.8125em;
  }
}
@media screen and (max-width: 991px) {
  .pp__scenario-three-container .pp__title h2 {
    text-align: center;
    font-size: 4.6875em;
  }
}
.pp__scenario-three-container .pp__columns {
  gap: 1.25em;
}
.pp__scenario-three-container .pp__column-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pp__scenario-three-container .pp__tools {
  position: absolute;
  height: 100vh;
  top: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 3.125em;
}
@media (max-width: 1366px) {
  .pp__scenario-three-container .pp__tools {
    padding-bottom: 4.375em;
  }
}
.pp__scenario-three-container .pp__slides, .pp__scenario-three-container .pp__scene-container, .pp__scenario-three-container .pp__factory-container, .pp__scenario-three-container .pp__waves-container {
  height: 100vh;
  min-height: 58.75em;
}
@media screen and (max-width: 767px) {
  .pp__scenario-three-container .pp__slides, .pp__scenario-three-container .pp__scene-container, .pp__scenario-three-container .pp__factory-container, .pp__scenario-three-container .pp__waves-container {
    min-height: auto;
  }
}
.pp__scenario-three-container .pp__scene-container, .pp__scenario-three-container .pp__factory-container, .pp__scenario-three-container .pp__waves-container {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .pp__scenario-three-container .pp__scene-container {
    min-width: 1366px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .pp__scenario-three-container .pp__factory-container, .pp__scenario-three-container .pp__waves-container {
    width: 100%;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
.pp__scenario-three-container .pp__waves {
  top: 90%;
  position: relative;
}
.pp__scenario-three-container .pp__factory-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pp__scenario-three-container .pp__factory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -3.125em;
  gap: 2.5em;
  z-index: 2;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.pp__scenario-three-container .pp__building {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: auto;
  height: 17.125em;
}
.pp__scenario-three-container .pp__building img {
  width: auto;
  height: 100%;
}
.pp__scenario-three-container .pp__building.two {
  position: relative;
}
.pp__scenario-three-container .pp__building.two .pp__building-inner:first-child {
  width: 100%;
  height: auto;
  z-index: 1;
}
.pp__scenario-three-container .pp__building.two .pp__building-inner:last-child {
  width: 3.375em;
  right: 1.25em;
  margin-left: -2.5em;
}
.pp__scenario-three-container .pp__building.three div:last-of-type {
  margin-left: -1.25em;
}
.pp__scenario-three-container .pp__building-inner {
  position: relative;
}
.pp__scenario-three-container .pp__land {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12.5em;
  z-index: 1;
}
.pp__scenario-three-container .pp__land img {
  margin: 0 auto;
  width: auto;
  height: inherit;
}
.pp__scenario-three-container .pp__smoke-container {
  opacity: 0.6;
  position: absolute;
}
.pp__scenario-three-container .pp__smoke-container video {
  height: auto;
  width: 100%;
}
.pp__scenario-three-container .pp__smoke-container::before {
  content: "";
  position: absolute;
  top: 0;
  background: linear-gradient(178deg, var(--container-bg-color) 60%, transparent);
  height: 76%;
  width: 140%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 40%;
}
.pp__scenario-three-container .pp__smoke-container.one {
  -webkit-transform: translateY(-94%) translateX(2%);
          transform: translateY(-94%) translateX(2%);
  width: 136%;
}
.pp__scenario-three-container .pp__smoke-container.two {
  -webkit-transform: translateY(-98%) translateX(-8%);
          transform: translateY(-98%) translateX(-8%);
}
.pp__scenario-three-container .pp__smoke-container.two, .pp__scenario-three-container .pp__smoke-container.four {
  width: auto;
  height: 100%;
}
.pp__scenario-three-container .pp__smoke-container.two video, .pp__scenario-three-container .pp__smoke-container.four video {
  width: inherit;
  height: inherit;
}
.pp__scenario-three-container .pp__smoke-container.three {
  -webkit-transform: translateY(-94%) translateX(12%);
          transform: translateY(-94%) translateX(12%);
  width: 136%;
}
.pp__scenario-three-container .pp__smoke-container.four {
  -webkit-transform: translateY(-98%) translateX(11%);
          transform: translateY(-98%) translateX(11%);
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__scenario-three-container .pp__slides {
    width: 200vw;
  }
}
@media screen and (max-width: 991px) {
  .pp__scenario-three-container .pp__slides {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .pp__scenario-three-container .pp__slides {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .pp__scenario-three-container .pp__slide {
    height: 80vh;
    min-height: 900px;
  }
  .pp__scenario-three-container .pp__slide:last-child .pp__column-item:first-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pp__scenario-three-container .pp__slide {
    height: 100vh;
  }
  .pp__scenario-three-container .pp__slide:last-child {
    height: auto;
    min-height: auto;
    padding-bottom: 12.5em;
  }
}
.pp__scenario-three-container .wave {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.pp__scenario-three-container .wave__water {
  position: relative;
}
.pp__scenario-three-container .wave__water img {
  width: 100%;
  height: auto;
}
.pp__scenario-three-container .wave__water img:last-of-type {
  position: absolute;
  top: 0;
  left: 100%;
  width: calc(100% + 1px);
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.pp__scenario-three-container .wave.one {
  z-index: 2;
}
.pp__scenario-three-container .wave.two {
  z-index: 4;
  top: 0.625em;
}

.pp__fisherman-container {
  position: relative;
  bottom: -1px;
  overflow: hidden;
}
.pp__fisherman-container::after {
  content: "";
  height: 6.25em;
  width: 100%;
  display: block;
  background: #2d4851;
  margin-top: -4%;
  position: relative;
}
@media (max-width: 1670px) {
  .pp__fisherman-container::after {
    margin-top: -2%;
  }
}
.pp__fisherman-container .pp__container {
  padding: 0;
  position: relative;
  height: calc(108vh + 1px);
  min-height: 58.75em;
  max-width: unset;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__fisherman-container .pp__container {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .pp__fisherman-container .pp__container {
    height: 100vh;
    min-height: 68.75em;
  }
}
.pp__fisherman-container .pp__title {
  margin-bottom: 1.875em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pp__fisherman-container .pp__title h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .pp__fisherman-container .pp__description p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .pp__fisherman-container .pp__description p {
    font-size: 17.5px;
  }
}
.pp__fisherman-container .pp__content-container, .pp__fisherman-container .pp__scene-container {
  height: 100%;
  width: 100%;
  min-height: inherit;
}
.pp__fisherman-container .pp__content-container {
  padding: 5em var(--container-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 0;
  z-index: 1;
  padding-bottom: 10%;
  max-width: var(--container-max);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pp__fisherman-container .pp__content-container > * {
  max-width: 44%;
}
@media screen and (max-width: 991px) {
  .pp__fisherman-container .pp__content-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pp__fisherman-container .pp__content-container > * {
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .pp__fisherman-container .pp__content-container {
    padding-top: 11.25em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 0;
    -webkit-transform: none;
            transform: none;
    left: 0;
  }
  .pp__fisherman-container .pp__content-container > * {
    max-width: unset;
  }
}
.pp__fisherman-container .pp__scene-container {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__fisherman-container .pp__scene-container {
    margin-top: 6.25em;
  }
}
@media screen and (max-width: 991px) {
  .pp__fisherman-container .pp__scene-container {
    min-height: 100%;
    width: 1366px;
    font-size: 12px;
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
    left: 50%;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    height: 110%;
  }
}
@media screen and (max-width: 767px) {
  .pp__fisherman-container .pp__scene-container {
    font-size: 22px;
    -webkit-transform: translateX(-50%) scale(0.4);
            transform: translateX(-50%) scale(0.4);
    height: 100%;
  }
}
.pp__fisherman-container .pp__clouds-container, .pp__fisherman-container .pp__waves-container, .pp__fisherman-container .pp__birds-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pp__fisherman-container .pp__clouds {
  position: relative;
  top: 3.75em;
}
.pp__fisherman-container .pp__clouds img {
  width: 100%;
  height: auto;
}
.pp__fisherman-container .pp__clouds img:last-of-type {
  position: absolute;
  top: 0;
  left: 100%;
}
.pp__fisherman-container .pp__waves-container {
  min-height: inherit;
  max-width: var(--container-max);
}
@media screen and (max-width: 991px) {
  .pp__fisherman-container .pp__waves-container {
    max-width: unset;
  }
}
.pp__fisherman-container .pp__birds-container {
  top: 8%;
}
.pp__fisherman-container .pp__birds-container svg {
  width: 100%;
}
.pp__fisherman-container .wave__water, .pp__fisherman-container .wave__trash, .pp__fisherman-container .wave__land, .pp__fisherman-container .wave__fisherman {
  position: absolute;
}
.pp__fisherman-container .wave__water, .pp__fisherman-container .wave__trash, .pp__fisherman-container .wave__land {
  width: 100%;
}
.pp__fisherman-container .wave__water-inner img,
.pp__fisherman-container .wave__water-inner svg, .pp__fisherman-container .wave__trash img,
.pp__fisherman-container .wave__trash svg {
  width: 100%;
  height: auto;
}
.pp__fisherman-container .wave__water-inner {
  position: relative;
  z-index: 2;
}
.pp__fisherman-container .wave__water-inner img:nth-child(2), .pp__fisherman-container .wave__water-inner img:nth-child(3),
.pp__fisherman-container .wave__water-inner svg:nth-child(2),
.pp__fisherman-container .wave__water-inner svg:nth-child(3) {
  position: absolute;
  top: 0;
  width: calc(100% + 4px);
}
.pp__fisherman-container .wave__water-inner img:nth-child(2),
.pp__fisherman-container .wave__water-inner svg:nth-child(2) {
  left: calc(100% - 4px);
}
.pp__fisherman-container .wave__water-inner img:nth-child(3),
.pp__fisherman-container .wave__water-inner svg:nth-child(3) {
  left: calc(200% - 4px);
}
.pp__fisherman-container .wave__land, .pp__fisherman-container .wave__water {
  bottom: 0;
}
.pp__fisherman-container .wave__land {
  z-index: 3;
  width: 100vw;
}
@media screen and (max-width: 991px) {
  .pp__fisherman-container .wave__land {
    width: 100%;
    bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .pp__fisherman-container .wave__land {
    bottom: 0;
  }
}
.pp__fisherman-container .wave__trash {
  bottom: -11%;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .pp__fisherman-container .wave__trash {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .pp__fisherman-container .wave__trash {
    bottom: -11%;
  }
}
.pp__fisherman-container .wave__trash svg:nth-child(2), .pp__fisherman-container .wave__trash svg:nth-child(3) {
  width: calc(100% + 2px);
  position: absolute;
  top: 0;
}
.pp__fisherman-container .wave__trash svg:nth-child(2) {
  left: calc(100% - 2px);
}
.pp__fisherman-container .wave__trash svg:nth-child(3) {
  left: calc(200% - 2px);
}
.pp__fisherman-container .wave__fisherman {
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pp__fisherman-container .wave__fisherman .fisherman__body {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.pp__fisherman-container .wave__fisherman .fisherman__boat {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.pp__fisherman-container .wave__fisherman .fisherman__boat img {
  -webkit-transform: scale(1, 1.3);
          transform: scale(1, 1.3);
}
.pp__fisherman-container .wave__fisherman img,
.pp__fisherman-container .wave__fisherman svg {
  width: 100%;
  height: 100%;
}
.pp__fisherman-container .wave__fisherman.fisher-1 {
  width: 23.875em;
  height: 17.125em;
  top: -25%;
  left: 8%;
}
@media screen and (max-width: 767px) {
  .pp__fisherman-container .wave__fisherman.fisher-1 {
    top: -55%;
    left: 20%;
  }
}
.pp__fisherman-container .wave__fisherman.fisher-1 .fisherman__body {
  height: 90%;
  -webkit-transform: translate(-20%, -10%);
          transform: translate(-20%, -10%);
}
.pp__fisherman-container .wave__fisherman.fisher-1 .fisherman__rod {
  height: 120%;
  position: absolute;
  top: -6%;
  background: white;
  width: 1px;
  left: 25%;
  z-index: 1;
}
.pp__fisherman-container .wave__fisherman.fisher-2 {
  width: 10.5em;
  height: 7.875em;
  top: 3%;
  left: 40%;
}
@media screen and (max-width: 767px) {
  .pp__fisherman-container .wave__fisherman.fisher-2 {
    width: 168px;
    height: 126px;
    top: -10%;
    left: 68%;
  }
}
.pp__fisherman-container .wave__fisherman.fisher-2 .fisherman__body {
  height: 90%;
  -webkit-transform: translate(20%, -4%) rotate(20deg);
          transform: translate(20%, -4%) rotate(20deg);
}

.pp__quote-container {
  padding: 10em 0;
  min-height: 70vh;
  position: relative;
  margin-bottom: 26%;
}
@media screen and (max-width: 991px) {
  .pp__quote-container {
    padding-top: 5em;
  }
}
@media screen and (max-width: 767px) {
  .pp__quote-container {
    padding-top: 10em;
    min-height: auto;
  }
}
.pp__quote-container .pp__container {
  padding: 0;
}
.pp__quote-container .pp__quote-inner {
  padding: 0 var(--container-padding);
}
.pp__quote-container .pp__quote {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  max-width: 60%;
  margin-left: 10%;
}
@media screen and (max-width: 991px) {
  .pp__quote-container .pp__quote {
    max-width: 100%;
  }
}
.pp__quote-container .pp__quote-icon {
  position: absolute;
  top: -0.625em;
  left: -2.375em;
  width: 1.625em;
  height: 1.375em;
}
.pp__quote-container .pp__quote-content {
  margin-bottom: 2.5em;
}
.pp__quote-container .pp__quote-content h3 {
  font-size: 1.875em;
}
@media screen and (max-width: 991px) {
  .pp__quote-container .pp__quote-content h3 {
    font-size: 30px;
  }
}
.pp__quote-container .pp__quote-author p {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .pp__quote-container .pp__quote-author p {
    text-align: left;
    font-size: 17.5;
  }
}
.pp__quote-container .pp__quote-extras {
  margin-top: 1.25em;
}
.pp__quote-container .pp__quote-extras p {
  margin-bottom: 0;
  font-style: italic;
  font-size: 0.9375em;
}
@media screen and (max-width: 991px) {
  .pp__quote-container .pp__quote-extras p {
    text-align: left;
  }
}
.pp__quote-container .pp__waves-container {
  height: 100%;
  top: 84%;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .pp__quote-container .pp__waves-container {
    -webkit-transform-origin: center;
            transform-origin: center;
    min-width: 1366px;
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
    left: 50%;
    top: 64%;
  }
}
@media screen and (max-width: 767px) {
  .pp__quote-container .pp__waves-container {
    -webkit-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5);
  }
}
.pp__quote-container .wave__water {
  position: absolute;
  width: 100%;
}
.pp__quote-container .wave__water img,
.pp__quote-container .wave__water svg {
  width: 100%;
  height: auto;
}
.pp__quote-container .wave__water img:last-of-type,
.pp__quote-container .wave__water svg:last-of-type {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.pp__quote-container .wave__water.one {
  z-index: 2;
}
.pp__quote-container .wave__water.two {
  z-index: 4;
  top: 5em;
}
.pp__quote-container .wave__water.three {
  z-index: 6;
  top: 6.25em;
}
.pp__quote-container .wave__water.four {
  z-index: 8;
  top: 12.5em;
}
.pp__quote-container .wave__water.five {
  z-index: 9;
  top: 23.75em;
}
@media screen and (min-width: 992px) and (max-width: 1180px) {
  .pp__quote-container .wave__water.five {
    top: 21.25em;
  }
}
@media screen and (max-width: 991px) {
  .pp__quote-container .wave__water.five {
    top: 20em;
  }
}
.pp__quote-container .wave__water.five svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pp__quote-container .wave__water.five svg:last-of-type {
  -webkit-transform: scale(-1, 1) translateX(3px);
          transform: scale(-1, 1) translateX(3px);
}
.pp__quote-container .wave__water.five svg path {
  fill: var(--container-bg-color);
}

.pp__preloader-container {
  padding: 5em 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 110vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #8AA0A7;
}
.pp__preloader-container .pp__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pp__preloader-container .pp__preloader {
  overflow: hidden;
  width: 12.5em;
  height: 8.75em;
}
.pp__preloader-container .pp__preloader dotlottie-player {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 44%;
  position: relative;
}
.pp__preloader-container .pp__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: soft-light;
  opacity: 0.35;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pp__preloader-container .pp__preloader {
    width: 100%;
    height: 12.5em;
  }
}

.pp__rehighlight {
  padding: 13.125em 0;
  background: #2d4851;
}
.pp__rehighlight .pp__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5em;
}
@media (max-width: 767px) {
  .pp__rehighlight .pp__tools {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pp__rehighlight .pp__tool {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 25em;
  height: 14.0625em;
}
.pp__rehighlight .pp__tool .bg-img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.pp__rehighlight .pp__tool .bg-img img {
  width: 100%;
  height: 100%;
}
.pp__rehighlight .pp__tool .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25em;
  position: absolute;
  bottom: 0.9375em;
  right: 0.9375em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.pp__rehighlight .pp__tool:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.pp__rehighlight .pp__tool:hover img {
  -webkit-filter: none !important;
          filter: none !important;
}
.pp__rehighlight .pp__tool:hover p {
  color: #fff !important;
}
.pp__rehighlight .pp__tool:focus, .pp__rehighlight .pp__tool:focus-within, .pp__rehighlight .pp__tool:active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pp__rehighlight .pp__tool:focus img, .pp__rehighlight .pp__tool:focus-within img, .pp__rehighlight .pp__tool:active img {
  -webkit-filter: none !important;
          filter: none !important;
}
.pp__rehighlight .pp__tool:focus p, .pp__rehighlight .pp__tool:focus-within p, .pp__rehighlight .pp__tool:active p {
  color: #fff !important;
}

.pp__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.25em;
}
@media screen and (max-width: 767px) {
  .pp__tools {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.125em;
  }
}
.pp__tools .pp__tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pp__tools .pp__tool img {
  height: 0.875em;
  width: 0.875em;
}
.pp__tools .pp__tool p {
  text-transform: uppercase;
  font-weight: 700;
}
.pp__tools .pp__tool:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(25%) saturate(4279%) hue-rotate(187deg) brightness(94%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(13%) sepia(25%) saturate(4279%) hue-rotate(187deg) brightness(94%) contrast(103%);
}
.pp__tools .pp__tool:hover p {
  color: #00274c;
}

@media screen and (min-width: 1401px) {
  .nav__menu .menu {
    -ms-grid-columns: 64px 64px 94px 94px 112px 88px 88px auto auto !important;
    grid-template-columns: 64px 64px 94px 94px 112px 88px 88px auto auto !important;
  }
}
@media screen and (max-width: 1600px) {
  .nav__inner {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1500px) {
  .nav__wrap.main {
    left: 0px;
  }
}
@media screen and (max-width: 1400px) {
  .nav__menu .menu {
    -ms-grid-columns: 54px 54px 76px 76px 98px 66px 80px auto auto;
    grid-template-columns: 54px 54px 76px 76px 98px 66px 80px auto auto;
  }
  .nav__inner {
    padding: 0 2em;
  }
}
.search-bar-container .mega-menu {
  padding-bottom: 0.5em;
  max-width: 305px;
  min-width: 305px;
}
.search-bar-container .mega-menu .mega-menu__inner {
  padding: 0 18px;
}

.search-bar-wrap {
  color: #fff;
  padding-top: 1em;
  position: relative;
}
@media (min-width: 320px) {
  .search-bar-wrap {
    padding-bottom: 1em;
  }
}
@media (min-width: 576px) {
  .search-bar-wrap {
    padding-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .search-bar-wrap {
    padding-bottom: 0.5em;
  }
}
@media (min-width: 992px) {
  .search-bar-wrap {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .search-bar-wrap {
    padding-bottom: 0;
  }
}
.search-bar-wrap p {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 10px;
}
.search-bar-wrap form {
  display: inline-block;
}
@media (min-width: 320px) {
  .search-bar-wrap form {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .search-bar-wrap form {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .search-bar-wrap form {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .search-bar-wrap form {
    width: 86%;
  }
}
@media (min-width: 1200px) {
  .search-bar-wrap form {
    width: 86%;
  }
}
.search-bar-wrap form label.screen-reader-text {
  display: none;
}
.search-bar-wrap form input {
  border: none;
  border-radius: 0;
  background-color: black;
  color: #fff !important;
  padding: 10px 8px !important;
}
@media (min-width: 320px) {
  .search-bar-wrap form input[type=text] {
    width: 85%;
  }
}
@media (min-width: 576px) {
  .search-bar-wrap form input[type=text] {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .search-bar-wrap form input[type=text] {
    width: 86%;
  }
}
@media (min-width: 992px) {
  .search-bar-wrap form input[type=text] {
    width: 88%;
  }
}
@media (min-width: 1200px) {
  .search-bar-wrap form input[type=text] {
    width: 88%;
  }
}
.search-bar-wrap form #searchsubmit {
  background-color: transparent !important;
  font-size: 16px;
  font-weight: 400;
}

#searchNav {
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 320px) {
  #searchNav {
    padding: 8px 0;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  #searchNav {
    padding: 8px 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #searchNav {
    padding: 8px 0;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  #searchNav {
    padding: 8px 14px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #searchNav {
    padding: 8px 14px;
    margin-bottom: 0;
  }
}
#searchNav:hover {
  cursor: pointer;
}
#searchNav a {
  font-size: 18px;
  padding: 0;
}
@media (min-width: 320px) {
  #searchNav a {
    display: none;
  }
}
@media (min-width: 576px) {
  #searchNav a {
    display: none;
  }
}
@media (min-width: 768px) {
  #searchNav a {
    display: none;
  }
}
@media (min-width: 992px) {
  #searchNav a {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  #searchNav a {
    display: inline-block;
  }
}

#searchNav.sch-bg-color {
  background-color: #03345F;
}

.searchNav-dropdown {
  width: 100%;
  background-color: #03345F;
}
@media (min-width: 320px) {
  .searchNav-dropdown {
    display: block;
    top: unset;
    right: unset;
    padding: 0 7px 6px;
    position: relative;
    max-width: unset;
    min-width: unset;
  }
}
@media (min-width: 576px) {
  .searchNav-dropdown {
    display: block;
    top: unset;
    right: unset;
    padding: 0 7px 6px;
    position: relative;
    max-width: unset;
    min-width: unset;
  }
}
@media (min-width: 768px) {
  .searchNav-dropdown {
    display: block;
    top: unset;
    right: unset;
    padding: 0 18px 0;
    position: relative;
    max-width: unset;
    min-width: unset;
  }
}
@media (min-width: 992px) {
  .searchNav-dropdown {
    display: none;
    top: 3.5em;
    right: unset;
    left: 0;
    padding: 0 18px 6px;
    position: absolute;
    max-width: 470px;
    min-width: 470px;
  }
}
@media (min-width: 1200px) {
  .searchNav-dropdown {
    display: none;
    top: 3.5em;
    right: unset;
    left: 0;
    padding: 0 18px 6px;
    position: absolute;
    max-width: 470px;
    min-width: 470px;
  }
}

.nav.animated {
  height: 16px !important;
}

body.search-page {
  padding: 0;
  margin: 0;
}
body.search-page .section-search {
  background-color: rgb(244, 251, 251);
}
body.search-page .content-area a {
  color: black;
}
body.search-page .searchform input {
  color: black;
  padding: 10px 8px;
  border-radius: 0;
  border: 1px solid #000;
}
body.search-page .searchform #searchsubmit {
  color: #00274C;
  border-radius: 0;
  border: 1px solid #03345F;
  background-color: #fff;
  padding: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body.search-page .searchform #searchsubmit:hover {
  background-color: #03345F;
  color: #fff;
}
body.search-page .social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 13%;
  margin-bottom: -1.25em;
}
body.search-page .nav.animated {
  width: 100%;
}

.search-pagination {
  margin-top: 30px;
}
.search-pagination .page-numbers {
  border: 1px solid #00274c;
  width: 35px;
  height: 35px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-top: 0.2em;
  color: #00274C;
}
.search-pagination .page-numbers:hover {
  background-color: #00274c;
  color: #fff;
}
.search-pagination .page-numbers i {
  font-size: 12px;
}
.search-pagination .page-numbers.current {
  background-color: #00274c;
  color: #fff;
}
.search-pagination .page-numbers.dots {
  color: #00274C;
}
.search-pagination .page-numbers.dots:hover {
  background-color: #fff;
  color: #00274C;
}