/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 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-xsm: 360px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1261px;
  --font-family-sans-serif:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", 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%;
  -webkit-tap-highlight-color: transparent;
}

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, "Noto Sans", 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:not(:focus-visible) {
  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;
  text-decoration-skip-ink: none;
}

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;
}

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;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

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;
}

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;
}

select {
  word-wrap: normal;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[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-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;
}

.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: 1261px) {
  .container {
    max-width: 1174px;
  }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm,
  .container-xsm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm,
  .container-xsm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xsm {
    max-width: 960px;
  }
}

@media (min-width: 1261px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xsm {
    max-width: 1174px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  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,
.col-xsm,
.col-xsm-1,
.col-xsm-10,
.col-xsm-11,
.col-xsm-12,
.col-xsm-2,
.col-xsm-3,
.col-xsm-4,
.col-xsm-5,
.col-xsm-6,
.col-xsm-7,
.col-xsm-8,
.col-xsm-9,
.col-xsm-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 360px) {
  .col-xsm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xsm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xsm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xsm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xsm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xsm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xsm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xsm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xsm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xsm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xsm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xsm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xsm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xsm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xsm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xsm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xsm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xsm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xsm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xsm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xsm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xsm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xsm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xsm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xsm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xsm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xsm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xsm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xsm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xsm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xsm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xsm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xsm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xsm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xsm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xsm-0 {
    margin-left: 0;
  }

  .offset-xsm-1 {
    margin-left: 8.33333%;
  }

  .offset-xsm-2 {
    margin-left: 16.66667%;
  }

  .offset-xsm-3 {
    margin-left: 25%;
  }

  .offset-xsm-4 {
    margin-left: 33.33333%;
  }

  .offset-xsm-5 {
    margin-left: 41.66667%;
  }

  .offset-xsm-6 {
    margin-left: 50%;
  }

  .offset-xsm-7 {
    margin-left: 58.33333%;
  }

  .offset-xsm-8 {
    margin-left: 66.66667%;
  }

  .offset-xsm-9 {
    margin-left: 75%;
  }

  .offset-xsm-10 {
    margin-left: 83.33333%;
  }

  .offset-xsm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1261px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

@media (max-width: 1260.98px) {
  .mb-colour--white {
    color: #fff !important;
  }

  .mb-colour--white .btn.btn--link,
  .mb-colour--white h1,
  .mb-colour--white h2,
  .mb-colour--white h3,
  .mb-colour--white h4,
  .mb-colour--white p,
  .mb-colour--white span {
    color: #fff !important;
  }

  .mb-colour--white .btn.btn--link:before {
    background-image: url(../img/icons/icon--right-arrow__white.svg);
  }

  .mb-colour--white .btn.btn--link:after {
    background-color: #fff;
  }
}

@media (max-width: 1260.98px) {
  .mb-colour--slate {
    color: #323e48;
  }

  .mb-colour--slate h1,
  .mb-colour--slate h2,
  .mb-colour--slate h3,
  .mb-colour--slate h4,
  .mb-colour--slate p,
  .mb-colour--slate span {
    color: #323e48;
  }
}

@media (max-width: 1260.98px) {
  .mb-colour--slate-5 {
    color: #f5f5f6;
  }

  .mb-colour--slate-5 h1,
  .mb-colour--slate-5 h2,
  .mb-colour--slate-5 h3,
  .mb-colour--slate-5 h4,
  .mb-colour--slate-5 p,
  .mb-colour--slate-5 span {
    color: #f5f5f6;
  }
}

@media (max-width: 1260.98px) {
  .mb-colour--orange {
    color: #ffa068;
  }

  .mb-colour--orange h1,
  .mb-colour--orange h2,
  .mb-colour--orange h3,
  .mb-colour--orange h4,
  .mb-colour--orange p,
  .mb-colour--orange span {
    color: #ffa068;
  }
}

@media (max-width: 1260.98px) {
  .mb-colour--lime {
    color: #c0df8a;
  }

  .mb-colour--lime h1,
  .mb-colour--lime h2,
  .mb-colour--lime h3,
  .mb-colour--lime h4,
  .mb-colour--lime p,
  .mb-colour--lime span {
    color: #c0df8a;
  }
}

@media (max-width: 1260.98px) {
  .mb-colour--light-grey {
    color: #e3e3e3;
  }

  .mb-colour--light-grey h1,
  .mb-colour--light-grey h2,
  .mb-colour--light-grey h3,
  .mb-colour--light-grey h4,
  .mb-colour--light-grey p,
  .mb-colour--light-grey span {
    color: #e3e3e3;
  }
}

@media (max-width: 1260.98px) {
  .mb-colour--pink {
    color: #ffb1ba;
  }

  .mb-colour--pink h1,
  .mb-colour--pink h2,
  .mb-colour--pink h3,
  .mb-colour--pink h4,
  .mb-colour--pink p,
  .mb-colour--pink span {
    color: #ffb1ba;
  }
}

@media (max-width: 1260.98px) {
  .mb-colour--yellow {
    color: #ffe74d;
  }

  .mb-colour--yellow h1,
  .mb-colour--yellow h2,
  .mb-colour--yellow h3,
  .mb-colour--yellow h4,
  .mb-colour--yellow p,
  .mb-colour--yellow span {
    color: #ffe74d;
  }
}

@media (max-width: 1260.98px) {
  .mb-colour--teal {
    color: #9fddd3;
  }

  .mb-colour--teal h1,
  .mb-colour--teal h2,
  .mb-colour--teal h3,
  .mb-colour--teal h4,
  .mb-colour--teal p,
  .mb-colour--teal span {
    color: #9fddd3;
  }
}

@media (max-width: 1260.98px) {
  .mb-colour--lilac {
    color: #cf9dc7;
  }

  .mb-colour--lilac h1,
  .mb-colour--lilac h2,
  .mb-colour--lilac h3,
  .mb-colour--lilac h4,
  .mb-colour--lilac p,
  .mb-colour--lilac span {
    color: #cf9dc7;
  }
}

@media (max-width: 1260.98px) {
  .mb-colour--blue {
    color: #84aae4;
  }

  .mb-colour--blue h1,
  .mb-colour--blue h2,
  .mb-colour--blue h3,
  .mb-colour--blue h4,
  .mb-colour--blue p,
  .mb-colour--blue span {
    color: #84aae4;
  }
}

@media (max-width: 1260.98px) {
  .mb-colour--sand {
    color: #edc2b2;
  }

  .mb-colour--sand h1,
  .mb-colour--sand h2,
  .mb-colour--sand h3,
  .mb-colour--sand h4,
  .mb-colour--sand p,
  .mb-colour--sand span {
    color: #edc2b2;
  }
}

@media (max-width: 1260.98px) {
  .mb-colour-dark-green {
    color: #477628;
  }

  .mb-colour-dark-green h1,
  .mb-colour-dark-green h2,
  .mb-colour-dark-green h3,
  .mb-colour-dark-green h4,
  .mb-colour-dark-green p,
  .mb-colour-dark-green span {
    color: #477628;
  }
}

@media (max-width: 1260.98px) {
  .mb-colour--dark-blue {
    color: #005c82;
  }

  .mb-colour--dark-blue h1,
  .mb-colour--dark-blue h2,
  .mb-colour--dark-blue h3,
  .mb-colour--dark-blue h4,
  .mb-colour--dark-blue p,
  .mb-colour--dark-blue span {
    color: #005c82;
  }
}

@media (max-width: 1260.98px) {
  .mb-colour--dark-purple {
    color: #5b255d;
  }

  .mb-colour--dark-purple h1,
  .mb-colour--dark-purple h2,
  .mb-colour--dark-purple h3,
  .mb-colour--dark-purple h4,
  .mb-colour--dark-purple p,
  .mb-colour--dark-purple span {
    color: #5b255d;
  }
}

@media (max-width: 1260.98px) {
  .mb-colour--dark-pink {
    color: #ca3665;
  }

  .mb-colour--dark-pink h1,
  .mb-colour--dark-pink h2,
  .mb-colour--dark-pink h3,
  .mb-colour--dark-pink h4,
  .mb-colour--dark-pink p,
  .mb-colour--dark-pink span {
    color: #ca3665;
  }
}

@font-face {
  font-family: "Open Sans Bold";
  src: url(../fonts/open-sans-bold/OpenSans-Bold.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Regular";
  src: url(../fonts/open-sans-regular/OpenSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans SemiBold";
  src: url(../fonts/open-sans-semibold/OpenSans-SemiBold.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Publico Italic";
  src:
    url(../fonts/publico-italic/PublicoHeadline-Italic-Web.woff2)
      format("woff2"),
    url(../fonts/publico-italic/PublicoHeadline-Italic-Web.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Publico Roman";
  src:
    url(../fonts/publico-roman/PublicoHeadline-Roman-Web.woff2) format("woff2"),
    url(../fonts/publico-roman/PublicoHeadline-Roman-Web.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

.h1,
h1 {
  font-family: "Publico Roman", serif;
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 42px;
  font-weight: 400;
}

.h2,
h2 {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (min-width: 1261px) {
  .h2,
  h2 {
    font-size: 35px;
    line-height: 1.33;
  }
}

.h3,
h3 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 20px;
}

.h4,
h4 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
}

.drop-cap {
  width: 63px;
  line-height: 63px;
  font-size: 40px;
  text-align: center;
  color: #323e48;
  display: inline-block;
}

* {
  -webkit-font-smoothing: subpixel-antialiased;
}

:focus-visible {
  outline: 2px solid #000;
  outline-offset: -2px;
}

body {
  font-family: "Open Sans Regular";
  color: #323e48;
}

a {
  color: #323e48;
  text-decoration: underline;
}

img {
  height: auto;
  display: block;
  width: 100%;
}

.hide {
  display: none !important;
  visibility: none !important;
}

ul {
  padding-left: 19px;
}

@media (max-width: 1260.98px) {
  .mb-align-center {
    text-align: center;
  }
}

.container {
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
  max-width: 99999px;
}

@media (min-width: 1261px) {
  .container {
    max-width: 1244px;
    margin: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1261px) {
  .container .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.component {
  padding: 40px 0;
}

.component.padding-0x {
  padding: 0;
}

@media (min-width: 1261px) {
  .component.padding-0x {
    padding: 0;
  }
}

.component.padding-top-0x {
  padding-top: 0;
}

@media (min-width: 1261px) {
  .component.padding-top-0x {
    padding-top: 0;
  }
}

.component.padding-bottom-0x {
  padding-bottom: 0;
}

@media (min-width: 1261px) {
  .component.padding-bottom-0x {
    padding-bottom: 0;
  }
}

@media (min-width: 1261px) {
  .component {
    padding: 60px 0;
  }
}

.component--facets {
  width: 100%;
}

.component--intro {
  padding: 0;
}

@media (min-width: 1261px) {
  .component--intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 1261px) {
  .component--intro .btn {
    margin-top: 8px;
    margin-left: auto;
  }
}

@media (max-width: 1260.98px) {
  .component--intro .btn {
    display: none !important;
  }
}

.component--intro h2 {
  margin-bottom: 28px;
}

@media (min-width: 1261px) {
  .component--intro h2 {
    margin-bottom: 45px;
  }
}

.component--outro {
  padding-top: 35px;
}

@media (min-width: 1261px) {
  .component--outro {
    display: none;
  }
}

.component--intro.colour--white .btn,
.component--outro.colour--white .btn {
  color: inherit !important;
}

.component--intro.colour--white .btn:before,
.component--outro.colour--white .btn:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.component--intro.colour--white .btn:after,
.component--outro.colour--white .btn:after {
  background-color: #fff;
}

.component--intro.colour--slate .btn,
.component--outro.colour--slate .btn {
  color: inherit !important;
}

.component--intro.colour--slate .btn:before,
.component--outro.colour--slate .btn:before {
  background-image: url(../img/icons/icon--right-arrow.svg);
}

.component--intro.colour--slate .btn:after,
.component--outro.colour--slate .btn:after {
  background-color: #323e48;
}

.component--container {
  min-height: auto;
  height: auto;
}

.edit-mode .component.view-more {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  max-height: 99999px;
  opacity: 1;
  top: 0;
}

.overlay-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  font-size: 0;
  z-index: 1000;
}

.front-end .overlay-link {
  display: block;
}

@media (min-width: 1261px) {
  .front-end .component[data-animate="fade-in-up"] {
    opacity: 0;
    position: relative;
    top: 30px;
    -webkit-transition:
      opacity 0.5s,
      top 0.5s;
    transition:
      opacity 0.5s,
      top 0.5s;
  }
}

@media (min-width: 1261px) {
  .front-end .component [data-animate="fade-in-left"],
  .front-end .component [data-animate="fade-in-right"] {
    opacity: 0;
    position: relative;
    left: -30px;
    -webkit-transition:
      opacity 0.5s,
      left 0.5s;
    transition:
      opacity 0.5s,
      left 0.5s;
  }
}

@media (min-width: 1261px) {
  .front-end .component [data-animate="fade-in-right"] {
    left: auto;
    right: -30px;
    -webkit-transition:
      opacity 0.5s,
      right 0.5s;
    transition:
      opacity 0.5s,
      right 0.5s;
  }
}

@media (min-width: 1261px) {
  .front-end .component[data-animate="fade-in-left-sequentially"],
  .front-end .component[data-animate="fade-in-up-sequentially"] {
    opacity: 0;
    position: relative;
    top: 30px;
    -webkit-transition:
      opacity 0.5s,
      top 0.5s;
    transition:
      opacity 0.5s,
      top 0.5s;
  }
}

@media (min-width: 1261px) {
  .front-end
    .component[data-animate="fade-in-left-sequentially"]
    .sequential-item,
  .front-end
    .component[data-animate="fade-in-up-sequentially"]
    .sequential-item {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition:
      opacity 0.5s,
      -webkit-transform 0.5s;
    transition:
      opacity 0.5s,
      -webkit-transform 0.5s;
    transition:
      opacity 0.5s,
      transform 0.5s;
    transition:
      opacity 0.5s,
      transform 0.5s,
      -webkit-transform 0.5s;
  }
}

@media (min-width: 1261px) {
  .front-end
    .component[data-animate="fade-in-up-sequentially"]
    .sequential-item {
    opacity: 0;
    right: auto;
    top: 30px;
    -webkit-transition:
      opacity 0.5s,
      top 0.5s;
    transition:
      opacity 0.5s,
      top 0.5s;
  }
}

@media (min-width: 1261px) {
  .front-end .component.disable-scrollmagic[data-animate="fade-in-up"],
  .front-end .component.visible[data-animate="fade-in-up"] {
    opacity: 1;
    top: 0;
  }
}

@media (min-width: 1261px) {
  .front-end .component.disable-scrollmagic [data-animate="fade-in-left"],
  .front-end .component.disable-scrollmagic [data-animate="fade-in-right"],
  .front-end .component.visible [data-animate="fade-in-left"],
  .front-end .component.visible [data-animate="fade-in-right"] {
    opacity: 1;
    left: 0;
  }
}

@media (min-width: 1261px) {
  .front-end .component.disable-scrollmagic [data-animate="fade-in-right"],
  .front-end .component.visible [data-animate="fade-in-right"] {
    opacity: 1;
    left: auto;
    right: 0;
  }
}

@media (min-width: 1261px) {
  .front-end
    .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"],
  .front-end
    .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"],
  .front-end .component.visible[data-animate="fade-in-left-sequentially"],
  .front-end .component.visible[data-animate="fade-in-up-sequentially"] {
    opacity: 1;
    top: 0;
  }
}

@media (min-width: 1261px) {
  .front-end
    .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
    .sequential-item,
  .front-end
    .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
    .sequential-item,
  .front-end
    .component.visible[data-animate="fade-in-left-sequentially"]
    .sequential-item,
  .front-end
    .component.visible[data-animate="fade-in-up-sequentially"]
    .sequential-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(1),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(1),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(1),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(2),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(2),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(2),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(2) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(3),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(3),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(3),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(4),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(4),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(4),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(4) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(5),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(5),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(5),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(5) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(6),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(6),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(6),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(6) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(7),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(7),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(7),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(7) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(8),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(8),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(8),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(8) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(9),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(9),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(9),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(9) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(10),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(10),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(10),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(10) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(11),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(11),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(11),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(11) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(12),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(12),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(12),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(12) {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(13),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(13),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(13),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(13) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(14),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(14),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(14),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(14) {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(15),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(15),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(15),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(15) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(16),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(16),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(16),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(16) {
  -webkit-transition-delay: 3.75s;
  transition-delay: 3.75s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(17),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(17),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(17),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(17) {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(18),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(18),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(18),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(18) {
  -webkit-transition-delay: 4.25s;
  transition-delay: 4.25s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(19),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(19),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(19),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(19) {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(20),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(20),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(20),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(20) {
  -webkit-transition-delay: 4.75s;
  transition-delay: 4.75s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(21),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(21),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(21),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(21) {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(22),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(22),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(22),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(22) {
  -webkit-transition-delay: 5.25s;
  transition-delay: 5.25s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(23),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(23),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(23),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(23) {
  -webkit-transition-delay: 5.5s;
  transition-delay: 5.5s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(24),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(24),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(24),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(24) {
  -webkit-transition-delay: 5.75s;
  transition-delay: 5.75s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(25),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(25),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(25),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(25) {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(26),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(26),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(26),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(26) {
  -webkit-transition-delay: 6.25s;
  transition-delay: 6.25s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(27),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(27),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(27),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(27) {
  -webkit-transition-delay: 6.5s;
  transition-delay: 6.5s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(28),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(28),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(28),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(28) {
  -webkit-transition-delay: 6.75s;
  transition-delay: 6.75s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(29),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(29),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(29),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(29) {
  -webkit-transition-delay: 7s;
  transition-delay: 7s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(30),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(30),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(30),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(30) {
  -webkit-transition-delay: 7.25s;
  transition-delay: 7.25s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(31),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(31),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(31),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(31) {
  -webkit-transition-delay: 7.5s;
  transition-delay: 7.5s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(32),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(32),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(32),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(32) {
  -webkit-transition-delay: 7.75s;
  transition-delay: 7.75s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(33),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(33),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(33),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(33) {
  -webkit-transition-delay: 8s;
  transition-delay: 8s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(34),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(34),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(34),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(34) {
  -webkit-transition-delay: 8.25s;
  transition-delay: 8.25s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(35),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(35),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(35),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(35) {
  -webkit-transition-delay: 8.5s;
  transition-delay: 8.5s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(36),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(36),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(36),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(36) {
  -webkit-transition-delay: 8.75s;
  transition-delay: 8.75s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(37),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(37),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(37),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(37) {
  -webkit-transition-delay: 9s;
  transition-delay: 9s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(38),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(38),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(38),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(38) {
  -webkit-transition-delay: 9.25s;
  transition-delay: 9.25s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(39),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(39),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(39),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(39) {
  -webkit-transition-delay: 9.5s;
  transition-delay: 9.5s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(40),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(40),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(40),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(40) {
  -webkit-transition-delay: 9.75s;
  transition-delay: 9.75s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(41),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(41),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(41),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(41) {
  -webkit-transition-delay: 10s;
  transition-delay: 10s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(42),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(42),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(42),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(42) {
  -webkit-transition-delay: 10.25s;
  transition-delay: 10.25s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(43),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(43),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(43),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(43) {
  -webkit-transition-delay: 10.5s;
  transition-delay: 10.5s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(44),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(44),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(44),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(44) {
  -webkit-transition-delay: 10.75s;
  transition-delay: 10.75s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(45),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(45),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(45),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(45) {
  -webkit-transition-delay: 11s;
  transition-delay: 11s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(46),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(46),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(46),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(46) {
  -webkit-transition-delay: 11.25s;
  transition-delay: 11.25s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(47),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(47),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(47),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(47) {
  -webkit-transition-delay: 11.5s;
  transition-delay: 11.5s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(48),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(48),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(48),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(48) {
  -webkit-transition-delay: 11.75s;
  transition-delay: 11.75s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(49),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(49),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(49),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(49) {
  -webkit-transition-delay: 12s;
  transition-delay: 12s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(50),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(50),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(50),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(50) {
  -webkit-transition-delay: 12.25s;
  transition-delay: 12.25s;
}

.front-end
  .component.disable-scrollmagic[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(51),
.front-end
  .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(51),
.front-end
  .component.visible[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(51),
.front-end
  .component.visible[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(51) {
  -webkit-transition-delay: 12.5s;
  transition-delay: 12.5s;
}

@media (min-width: 1261px) {
  .front-end
    .component.disable-scrollmagic[data-animate="fade-in-up-sequentially"]
    .sequential-item,
  .front-end
    .component.visible[data-animate="fade-in-up-sequentially"]
    .sequential-item {
    opacity: 1;
    top: 0;
  }
}

.edit-mode table.view-more {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  max-height: 99999px;
  opacity: 1;
  top: 0;
}

.edit-mode .ampersand--extra {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  max-height: 99999px;
  opacity: 1;
  top: 0;
}

@media (min-width: 1261px) {
  .CoveoBot .component[data-animate="fade-in-up"] {
    opacity: 1;
    top: 0;
  }
}

@media (min-width: 1261px) {
  .CoveoBot .component [data-animate="fade-in-left"],
  .CoveoBot .component [data-animate="fade-in-right"] {
    opacity: 1;
    left: 0;
  }
}

@media (min-width: 1261px) {
  .CoveoBot .component [data-animate="fade-in-right"] {
    opacity: 1;
    left: auto;
    right: 0;
  }
}

@media (min-width: 1261px) {
  .CoveoBot .component[data-animate="fade-in-left-sequentially"],
  .CoveoBot .component[data-animate="fade-in-up-sequentially"] {
    opacity: 1;
    top: 0;
  }
}

@media (min-width: 1261px) {
  .CoveoBot
    .component[data-animate="fade-in-left-sequentially"]
    .sequential-item,
  .CoveoBot
    .component[data-animate="fade-in-up-sequentially"]
    .sequential-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(1),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(2),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(2) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(3),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(4),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(4) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(5),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(5) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(6),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(6) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(7),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(7) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(8),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(8) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(9),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(9) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(10),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(10) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(11),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(11) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(12),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(12) {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(13),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(13) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(14),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(14) {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(15),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(15) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(16),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(16) {
  -webkit-transition-delay: 3.75s;
  transition-delay: 3.75s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(17),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(17) {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(18),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(18) {
  -webkit-transition-delay: 4.25s;
  transition-delay: 4.25s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(19),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(19) {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(20),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(20) {
  -webkit-transition-delay: 4.75s;
  transition-delay: 4.75s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(21),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(21) {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(22),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(22) {
  -webkit-transition-delay: 5.25s;
  transition-delay: 5.25s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(23),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(23) {
  -webkit-transition-delay: 5.5s;
  transition-delay: 5.5s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(24),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(24) {
  -webkit-transition-delay: 5.75s;
  transition-delay: 5.75s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(25),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(25) {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(26),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(26) {
  -webkit-transition-delay: 6.25s;
  transition-delay: 6.25s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(27),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(27) {
  -webkit-transition-delay: 6.5s;
  transition-delay: 6.5s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(28),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(28) {
  -webkit-transition-delay: 6.75s;
  transition-delay: 6.75s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(29),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(29) {
  -webkit-transition-delay: 7s;
  transition-delay: 7s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(30),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(30) {
  -webkit-transition-delay: 7.25s;
  transition-delay: 7.25s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(31),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(31) {
  -webkit-transition-delay: 7.5s;
  transition-delay: 7.5s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(32),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(32) {
  -webkit-transition-delay: 7.75s;
  transition-delay: 7.75s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(33),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(33) {
  -webkit-transition-delay: 8s;
  transition-delay: 8s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(34),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(34) {
  -webkit-transition-delay: 8.25s;
  transition-delay: 8.25s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(35),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(35) {
  -webkit-transition-delay: 8.5s;
  transition-delay: 8.5s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(36),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(36) {
  -webkit-transition-delay: 8.75s;
  transition-delay: 8.75s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(37),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(37) {
  -webkit-transition-delay: 9s;
  transition-delay: 9s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(38),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(38) {
  -webkit-transition-delay: 9.25s;
  transition-delay: 9.25s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(39),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(39) {
  -webkit-transition-delay: 9.5s;
  transition-delay: 9.5s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(40),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(40) {
  -webkit-transition-delay: 9.75s;
  transition-delay: 9.75s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(41),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(41) {
  -webkit-transition-delay: 10s;
  transition-delay: 10s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(42),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(42) {
  -webkit-transition-delay: 10.25s;
  transition-delay: 10.25s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(43),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(43) {
  -webkit-transition-delay: 10.5s;
  transition-delay: 10.5s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(44),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(44) {
  -webkit-transition-delay: 10.75s;
  transition-delay: 10.75s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(45),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(45) {
  -webkit-transition-delay: 11s;
  transition-delay: 11s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(46),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(46) {
  -webkit-transition-delay: 11.25s;
  transition-delay: 11.25s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(47),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(47) {
  -webkit-transition-delay: 11.5s;
  transition-delay: 11.5s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(48),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(48) {
  -webkit-transition-delay: 11.75s;
  transition-delay: 11.75s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(49),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(49) {
  -webkit-transition-delay: 12s;
  transition-delay: 12s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(50),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(50) {
  -webkit-transition-delay: 12.25s;
  transition-delay: 12.25s;
}

.CoveoBot
  .component[data-animate="fade-in-left-sequentially"]
  .sequential-item:nth-child(51),
.CoveoBot
  .component[data-animate="fade-in-up-sequentially"]
  .sequential-item:nth-child(51) {
  -webkit-transition-delay: 12.5s;
  transition-delay: 12.5s;
}

@media (min-width: 1261px) {
  .CoveoBot
    .component[data-animate="fade-in-up-sequentially"]
    .sequential-item {
    opacity: 1;
    top: 0;
  }
}

.social-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1260.98px) {
  .social-links {
    margin-top: 20px;
    width: 100%;
  }
}

@media (max-width: 1260.98px) {
  .wrapper > .component:nth-of-type(2) {
    margin-top: 10px;
  }
}

.wrapper > .component:nth-of-type(2).component--featured {
  margin-top: 100px;
}

@media (min-width: 1261px) {
  .wrapper > .component:nth-of-type(2).component--error,
  .wrapper > .component:nth-of-type(2).component--hero.microsite,
  .wrapper > .component:nth-of-type(2).component--hero.person,
  .wrapper > .component:nth-of-type(2).component--sticky-navigation.breadcrumb {
    margin-top: 100px;
  }
}

@media (min-width: 1261px) {
  .wrapper > .component:nth-of-type(2).component--hero.map {
    margin-top: 0 !important;
  }
}

.wrapper > .component:nth-of-type(2).component--featured-insight,
.wrapper > .component:nth-of-type(2).component--featured.insight {
  margin-top: 100px;
}

@media (min-width: 1261px) {
  .wrapper > .component:nth-of-type(2).component--featured-insight,
  .wrapper > .component:nth-of-type(2).component--featured.event,
  .wrapper > .component:nth-of-type(2).component--featured.insight,
  .wrapper > .component:nth-of-type(2).component--featured.success {
    margin-top: 0 !important;
    padding-top: 100px;
    height: 380px;
  }
}

@media (min-width: 1261px) {
  .wrapper > .component:nth-of-type(2).component--featured-insight .row,
  .wrapper > .component:nth-of-type(2).component--featured.event .row,
  .wrapper > .component:nth-of-type(2).component--featured.insight .row,
  .wrapper > .component:nth-of-type(2).component--featured.success .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1261px) {
  .wrapper
    > .component:nth-of-type(2).component--featured-insight
    .featured--content
    h2,
  .wrapper
    > .component:nth-of-type(2).component--featured.event
    .featured--content
    h2,
  .wrapper
    > .component:nth-of-type(2).component--featured.insight
    .featured--content
    h2,
  .wrapper
    > .component:nth-of-type(2).component--featured.success
    .featured--content
    h2 {
    margin-bottom: 12px;
  }
}

@media (min-width: 1261px) {
  .wrapper
    > .component:nth-of-type(2).component--featured-insight
    .featured--content
    h1,
  .wrapper
    > .component:nth-of-type(2).component--featured.event
    .featured--content
    h1,
  .wrapper
    > .component:nth-of-type(2).component--featured.insight
    .featured--content
    h1,
  .wrapper
    > .component:nth-of-type(2).component--featured.success
    .featured--content
    h1 {
    line-height: 1.05;
  }
}

@media (min-width: 1261px) {
  .wrapper
    > .component:nth-of-type(2).component--featured-insight
    .featured--image
    img,
  .wrapper
    > .component:nth-of-type(2).component--featured.event
    .featured--image
    img,
  .wrapper
    > .component:nth-of-type(2).component--featured.insight
    .featured--image
    img,
  .wrapper
    > .component:nth-of-type(2).component--featured.success
    .featured--image
    img {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 1261px) {
  .wrapper > .component:nth-of-type(2).component--featured.event,
  .wrapper > .component:nth-of-type(2).component--featured.success {
    margin-top: 0 !important;
  }
}

@media (min-width: 1261px) {
  .wrapper > .component:nth-of-type(2).component--sticky-navigation {
    margin-top: -50px;
  }
}

@media (min-width: 1261px) {
  .wrapper
    > .component:nth-of-type(2).component--sticky-navigation.sub-nav
    + .component {
    margin-top: 150px;
  }
}

@media (max-width: 1260.98px) {
  .wrapper:has(.component--header) > .component:nth-of-type(2) {
    margin-top: 83px;
  }
}

.span {
  margin: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  display: block;
}

.button {
  padding-bottom: 9px;
  position: relative;
  color: #323e48;
  letter-spacing: 1.8px;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 30px;
  display: inline-block;
  font-weight: 700;
  text-decoration: none !important;
}

.button:before {
  width: 20px;
  height: 13px;
  background-image: url(../img/icons/icon--right-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  left: auto;
  background-color: transparent;
}

.button:after {
  width: 0;
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
  background-color: #323e48;
  overflow: hidden;
}

.button:hover {
  text-decoration: none;
}

.button:hover:after {
  width: 100%;
}

.btn {
  text-decoration: none !important;
}

.btn.btn--default {
  color: #323e48;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
}

.btn.btn--default:hover {
  color: inherit;
}

.btn.btn--download,
.btn.btn--expand,
.btn.btn--like,
.btn.btn--link,
.btn.btn--play,
.btn.btn--search {
  padding-bottom: 9px;
  position: relative;
  color: #323e48;
  letter-spacing: 1.8px;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 36px;
  display: inline-block;
  font-weight: 700;
}

.btn.btn--download.inverted,
.btn.btn--expand.inverted,
.btn.btn--like.inverted,
.btn.btn--link.inverted,
.btn.btn--play.inverted,
.btn.btn--search.inverted {
  color: #fff;
}

.btn.btn--download.inverted:hover:after,
.btn.btn--expand.inverted:hover:after,
.btn.btn--like.inverted:hover:after,
.btn.btn--link.inverted:hover:after,
.btn.btn--play.inverted:hover:after,
.btn.btn--search.inverted:hover:after {
  background-color: #fff;
}

.btn.btn--download:after,
.btn.btn--expand:after,
.btn.btn--like:after,
.btn.btn--link:after,
.btn.btn--play:after,
.btn.btn--search:after {
  width: 0;
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
  background-color: #323e48;
  overflow: hidden;
}

.btn.btn--download:hover,
.btn.btn--expand:hover,
.btn.btn--like:hover,
.btn.btn--link:hover,
.btn.btn--play:hover,
.btn.btn--search:hover {
  text-decoration: none;
}

.btn.btn--download:hover:after,
.btn.btn--expand:hover:after,
.btn.btn--like:hover:after,
.btn.btn--link:hover:after,
.btn.btn--play:hover:after,
.btn.btn--search:hover:after {
  width: 100%;
}

.btn.btn--link,
.btn.btn--play {
  padding-right: 30px;
}

.btn.btn--link:before,
.btn.btn--play:before {
  width: 20px;
  height: 13px;
  background-image: url(../img/icons/icon--right-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  left: auto;
  background-color: transparent;
}

.btn.btn--link.inverted:before,
.btn.btn--play.inverted:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.btn.btn--link.underline,
.btn.btn--play.underline {
  text-decoration: none;
}

.btn.btn--link.underline:after,
.btn.btn--play.underline:after {
  width: 100%;
  background-color: #323e48;
}

.btn.btn--sub {
  font-size: 12px;
  color: #323e48;
  text-transform: uppercase;
  text-decoration: underline;
}

.btn.btn--sub.inverted {
  color: #fff;
}

.btn.btn--download {
  padding-right: 20px;
}

.btn.btn--download:before {
  width: 13px;
  height: 12px;
  background-image: url(../img/icons/icon--down-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  left: auto;
  background-color: transparent;
}

.btn.btn--download.inverted {
  background-image: url(../img/icons/icon--down-arrow__white.svg);
}

.btn.btn--download.alternate:after {
  width: 100%;
}

.btn.btn--expand {
  padding-right: 0;
}

.btn.btn--expand img {
  height: 11px;
  width: 11px;
  margin-left: 10px;
}

.btn.btn--expand .contract,
.btn.btn--expand .expand {
  display: none;
  -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: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

.btn.btn--expand .expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn.btn--expand.full {
  width: 100%;
  background-color: #f5f5f6;
  text-align: center;
  padding: 22px 0;
  border-radius: 4px;
}

.btn.btn--expand.full:after {
  display: none;
}

.btn.btn--expand.active .expand {
  display: none;
}

.btn.btn--expand.active .contract {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn.btn--like {
  padding-right: 32px;
}

.btn.btn--like:before {
  width: 13px;
  height: 12px;
  background-image: url(../img/icons/icon--up-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  left: auto;
  background-color: transparent;
}

.btn.btn--like:after {
  width: 100%;
}

.btn.btn--like.inverted {
  background-image: url(../img/icons/icon--up-arrow__white.svg);
}

.btn.btn--like + .indicator {
  min-width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background-color: #ffe74d;
  color: #323e48;
  letter-spacing: 1.8px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  top: 2px;
  left: 10px;
}

.btn.btn--search {
  padding-right: 23px;
}

.btn.btn--search:before {
  height: 14px;
  width: 14px;
  background-image: url(../img/icons/icon--magnifying-glass__small.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  left: auto;
  background-color: transparent;
}

.btn.btn--search.inverted:before {
  background-image: url(../img/icons/icon--magnifying-glass__small--white.svg);
}

.btn.btn--rounded {
  padding: 10px 24px;
  background-color: #323e48;
  border: 1px solid #323e48;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.15;
  -webkit-transition:
    background-color 0.25s,
    color 0.25s;
  transition:
    background-color 0.25s,
    color 0.25s;
  display: inline-block;
  text-align: center;
}

.btn.btn--rounded:hover {
  background-color: #fff;
  color: #323e48;
  border: 1px solid #323e48;
  text-decoration: none;
}

.btn.btn--rounded.inverted {
  background-color: #fff;
  border-color: #fff;
  color: #323e48;
}

.btn.btn--rounded.inverted:hover {
  background-color: #323e48;
  color: #fff;
}

.btn.btn--rounded.large {
  padding: 15px 30px;
  border-radius: 25px;
}

.btn.btn--rounded.back-to-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  padding: 8px 20px 8px 20px;
  border-radius: 14px;
}

.btn.btn--rounded.back-to-top:hover svg path {
  stroke: currentColor;
}

.btn.btn--rounded.back-to-top svg {
  margin-left: 12px;
  margin-top: -3px;
}

@media (min-width: 1261px) {
  .btn.btn--rounded.subscribe {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    padding-bottom: 9px;
    position: relative;
    color: #323e48;
    letter-spacing: 1.8px;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 36px;
    display: inline-block;
    border: 0;
    font-weight: 700;
  }

  .btn.btn--rounded.subscribe:before {
    width: 20px;
    height: 13px;
    background-image: url(../img/icons/icon--right-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    left: auto;
    background-color: transparent;
  }

  .btn.btn--rounded.subscribe:after {
    width: 0;
    content: "";
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
    background-color: #323e48;
    overflow: hidden;
  }

  .btn.btn--rounded.subscribe:hover {
    text-decoration: none;
  }

  .btn.btn--rounded.subscribe:hover:after {
    width: 100%;
  }
}

.btn.btn--rounded.offices {
  text-align: center;
}

@media (min-width: 1261px) {
  .btn.btn--rounded.offices {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    color: #323e48;
    border: 0;
    width: auto;
    padding: 0;
    font-size: 12px;
  }
}

@media (max-width: 1260.98px) {
  .btn.btn--rounded.offices {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1260.98px) {
  .btn.btn--rounded.offices {
    margin-top: 20px;
  }
}

.btn.btn--rounded.offices svg {
  display: none;
}

@media (min-width: 1261px) {
  .btn.btn--rounded.offices svg {
    display: inline-block;
    margin-right: 14px;
  }
}

.btn.btn--squared {
  padding: 10px 15px;
  font-family: "Publico Roman", serif;
  border: 1px solid #323e48;
  color: #323e48;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  -webkit-transition:
    background-color 0.25s,
    color 0.25s;
  transition:
    background-color 0.25s,
    color 0.25s;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -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;
}

.btn.btn--squared.large {
  font-size: 16px;
  padding: 12px 20px 10px 20px;
  margin: 0 20px 23px 0;
}

.btn.btn--squared.large:before {
  top: 12px;
  right: 16px;
}

.btn.btn--squared.short {
  max-width: 180px;
}

.btn.btn--squared:after {
  width: 20px;
  min-width: 20px;
  height: 13px;
  margin-left: 5px;
  background-image: url(../img/icons/icon--right-arrow-thin.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  background-color: transparent;
}

.btn.btn--squared.selected,
.btn.btn--squared:hover {
  background-color: #323e48;
  color: #fff;
  border: 1px solid #323e48;
  text-decoration: none;
}

.btn.btn--squared.selected:after,
.btn.btn--squared:hover:after {
  background-image: url(../img/icons/icon--right-arrow-thin__white.svg);
}

.btn.btn--squared.country,
.btn.btn--squared.office,
.btn.btn--squared.region {
  padding: 12px 15px;
  margin: 0 20px 20px 0;
}

.btn.btn--squared.country:before,
.btn.btn--squared.office:before,
.btn.btn--squared.region:before {
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  background-color: transparent;
}

.btn.btn--squared.country:after,
.btn.btn--squared.office:after,
.btn.btn--squared.region:after {
  display: none;
}

.btn.btn--squared.office {
  margin: 0 15px 18px 0;
}

.btn.btn--squared.office:before {
  height: 19px;
  width: 13px;
  background-image: url(../img/icons/icon--pointer.svg);
}

.btn.btn--squared.office.selected:before,
.btn.btn--squared.office:hover:before {
  background-image: url(../img/icons/icon--pointer__white.svg);
}

.btn.btn--squared.country {
  margin: 0 20px 18px 0;
}

.btn.btn--squared.country:before {
  height: 17px;
  width: 14px;
  background-image: url(../img/icons/icon--flag.svg);
}

.btn.btn--squared.country.selected:before,
.btn.btn--squared.country:hover:before {
  background-image: url(../img/icons/icon--flag__white.svg);
}

.btn.btn--squared.region:before {
  height: 17px;
  width: 17px;
  background-image: url(../img/icons/icon--globe.svg);
}

.btn.btn--squared.region.selected:before,
.btn.btn--squared.region:hover:before {
  background-image: url(../img/icons/icon--globe__white.svg);
}

.btn.btn--squared.inverted {
  background-color: #323e48;
  border-color: #fff;
  color: #fff;
}

.btn.btn--squared.inverted:before {
  background-image: url(../img/icons/icon--right-arrow-thin__white.svg);
}

.btn.btn--squared.inverted:focus:before,
.btn.btn--squared.inverted:hover:before {
  background-image: url(../img/icons/icon--right-arrow-thin.svg);
}

.btn.btn--squared.inverted:hover {
  background-color: #fff;
  color: #323e48;
  border: 1px solid #fff;
  text-decoration: none;
}

.btn.btn--location {
  padding: 12px 15px 13px 33px;
  margin: 0 20px 20px 0;
  font-family: "Publico Roman", serif;
  color: #323e48;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  display: inline-block;
  position: relative;
}

.btn.btn--location:before {
  height: 19px;
  width: 13px;
  background-image: url(../img/icons/icon--pointer.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 8px;
  left: 9px;
  background-color: transparent;
}

.btn.btn--location:hover {
  text-decoration: none;
}

.btn.btn--ajax {
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #323e48;
  background-color: #f5f5f6;
  letter-spacing: 1.8px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  border-radius: 4px;
  -webkit-transition:
    background-color 0.25s,
    color 0.25s;
  transition:
    background-color 0.25s,
    color 0.25s;
}

.btn.btn--ajax:hover {
  background-color: #323e48;
  color: #fff;
  text-decoration: none;
}

.btn.btn--ajax .contract,
.btn.btn--ajax .expand {
  display: none;
}

.btn.btn--ajax .contract:after,
.btn.btn--ajax .expand:after {
  padding-left: 5px;
  content: "-";
}

.btn.btn--ajax .expand {
  display: block;
}

.btn.btn--ajax .expand:after {
  content: "+";
}

.btn.btn--ajax.active .expand {
  display: none;
}

.btn.btn--ajax.active .contract {
  display: block;
}

.btn.btn--play {
  padding-right: 25px;
}

.btn.btn--play:before {
  background-image: none !important;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
  background-color: transparent;
  right: -3px;
}

.icon {
  text-decoration: none !important;
}

.icon.date,
.icon.email,
.icon.location,
.icon.online,
.icon.person,
.icon.phone,
.icon.time,
.icon.timezone {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
}

.icon.date,
.icon.email,
.icon.location,
.icon.online,
.icon.person,
.icon.phone,
.icon.time,
.icon.timezone {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
}

.icon.person {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 14px;
  background-image: url(../img/icons/icon--person.svg);
  background-size: 11px 14px;
  background-position: 0 center;
  background-repeat: no-repeat;
}

.icon.time {
  line-height: 15px;
  background-image: url(../img/icons/icon--clock.svg);
  background-size: 15px 15px;
  background-position: 0 center;
  background-repeat: no-repeat;
}

.icon.date {
  line-height: 15px;
  background-image: url(../img/icons/icon--calendar.svg);
  background-size: 15px 15px;
  background-position: 0 center;
  background-repeat: no-repeat;
}

.icon.arrow {
  width: 38px;
  height: 27px;
  background-image: url(../img/icons/icon--right-arrow--large.svg);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  display: inline-block;
}

.icon.location,
.icon.online,
.icon.timezone {
  background-image: url(../img/icons/icon--pointer.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 10px 15px;
  padding-left: 25px;
  line-height: 15px;
}

.icon.online,
.icon.timezone {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  line-height: 15px;
  font-weight: 400;
  background-image: url(../img/icons/icon--pointer.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 10px 15px;
  line-height: 15px;
  display: inline-block;
}

.icon.online {
  line-height: 14px;
  background-image: url(../img/icons/icon--online__white.svg);
  background-size: 18px 14px;
  background-position: 0 center;
}

.icon.timezone {
  line-height: 15px;
  background-image: url(../img/icons/icon--timezone.svg);
  background-size: 15px 15px;
  background-position: 0 center;
}

.icon.phone {
  line-height: 21px;
  background-image: url(../img/icons/icon--telephone__large.svg);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: 0 center;
}

.icon.email {
  line-height: 24px;
  background-image: url(../img/icons/icon--email__large.svg);
  background-repeat: no-repeat;
  background-size: 24px 23px;
  background-position: 0 center;
}

.icon.global-search,
.icon.social {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  color: #323e48;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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:
    background-color 0.25s,
    color 0.25s;
  transition:
    background-color 0.25s,
    color 0.25s;
}

.icon.global-search + .icon,
.icon.social + .icon {
  margin-left: 25px;
}

.icon.global-search:hover,
.icon.social:hover {
  background-color: #323e48;
  color: #fff;
  text-decoration: none;
}

.icon.global-search.reversed,
.icon.social.reversed {
  background-color: #323e48;
  color: #fff;
}

.icon.global-search.reversed:hover,
.icon.social.reversed:hover {
  background-color: #fff;
  color: #323e48;
}

.icon.global-search.twitter,
.icon.social.twitter {
  width: 25px;
  height: 19px;
  background-image: url(../img/icons/icon--x.svg);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
}

.icon.global-search.twitter:hover,
.icon.social.twitter:hover {
  opacity: 0.5;
  background-color: transparent;
}

.icon.global-search.twitter.inverted,
.icon.social.twitter.inverted {
  background-image: url(../img/icons/icon--x__white.svg);
}

.icon.global-search.linkedin,
.icon.social.linkedin {
  width: 22px;
  height: 21px;
  background-image: url(../img/icons/icon--linkedin-large.svg);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
}

.icon.global-search.linkedin:hover,
.icon.social.linkedin:hover {
  opacity: 0.5;
  background-color: transparent;
}

.icon.global-search.linkedin.inverted,
.icon.social.linkedin.inverted {
  background-image: url(../img/icons/icon--linkedin-large__white.svg);
}

.icon.global-search.wechat,
.icon.social.wechat {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/icon--wechat-large.svg);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
}

.icon.global-search.wechat:hover,
.icon.social.wechat:hover {
  opacity: 0.5;
  background-color: transparent;
}

.icon.global-search.wechat.inverted,
.icon.social.wechat.inverted {
  background-image: url(../img/icons/icon--wechat-large__white.svg);
}

.icon.global-search.phone,
.icon.social.phone {
  height: auto;
  padding: 6px;
  background-image: unset;
}

.icon.global-search.phone:before,
.icon.social.phone:before {
  width: 21px;
  height: 21px;
  content: "";
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 10px;
  background-image: url(../img/icons/icon--telephone__large.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.icon.global-search.phone:before:hover,
.icon.social.phone:before:hover {
  opacity: 0.5;
  background-color: transparent;
}

.icon.global-search.phone:hover,
.icon.social.phone:hover {
  background-color: transparent;
  color: #323e48;
}

.icon.global-search.vcard,
.icon.social.vcard {
  height: auto;
  padding: 6px;
}

.icon.global-search.vcard:before,
.icon.social.vcard:before {
  width: 26px;
  height: 27px;
  content: "";
  background-image: url(../img/icons/icon--vcard.svg);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 10px;
}

.icon.global-search.vcard:before:hover,
.icon.social.vcard:before:hover {
  opacity: 0.5;
  background-color: transparent;
}

.icon.global-search.vcard:hover,
.icon.social.vcard:hover {
  background-color: transparent;
  color: #323e48;
}

.icon.global-search.email,
.icon.social.email {
  height: auto;
  padding: 6px;
  background-image: unset;
}

.icon.global-search.email:before,
.icon.social.email:before {
  width: 26px;
  height: 27px;
  content: "";
  background-image: url(../img/icons/icon--email__large.svg);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 10px;
}

.icon.global-search.email:before:hover,
.icon.social.email:before:hover {
  opacity: 0.5;
  background-color: transparent;
}

.icon.global-search.email:hover,
.icon.social.email:hover {
  background-color: transparent;
  color: #323e48;
}

.icon.global-search {
  width: 63px;
  height: 63px;
  background-color: #323e48;
  color: #fff;
}

.icon--group {
  border-radius: 4px;
  border: 1px solid #323e48;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.icon--group .icon {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

@media (max-width: 1260.98px) {
  .icon--group .icon {
    border-right: 1px solid #323e48;
  }
}

.icon--group .icon.email,
.icon--group .icon.linkedin,
.icon--group .icon.phone,
.icon--group .icon.vcard {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  border-radius: 0;
  padding: 6px;
}

.icon--group .icon.linkedin {
  height: auto;
  padding: 6px;
  background-image: none;
}

.icon--group .icon.linkedin:before {
  width: 21px;
  height: 21px;
  content: "";
  background-image: url(../img/icons/icon--telephone__large.svg);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 10px;
}

.icon--group .icon.linkedin:before:hover {
  opacity: 0.5;
  background-color: transparent;
}

.icon--group .icon.linkedin:hover {
  background-color: transparent;
  color: #323e48;
}

.icon--group .icon:last-child {
  border-right: 0;
}

.icon--group .icon + .icon {
  margin-left: 0;
}

.rich-text-table {
  overflow-x: auto;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

.underline {
  text-decoration: underline;
}

table {
  width: 100%;
}

@media (min-width: 1261px) {
  table {
    width: 100%;
    table-layout: fixed;
  }
}

table tr {
  border-top: 4px solid #323e48;
}

table tr:first-child {
  border-top: 0;
}

table tr:first-child th {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  padding-bottom: 17px;
  padding-right: 17px;
  text-align: center;
  font-size: 14px;
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 600;
  text-transform: initial;
}

@media (min-width: 1261px) {
  table tr:first-child th {
    padding-right: 11px;
  }
}

@media (min-width: 1261px) {
  table tr:first-child th.title {
    width: 37%;
  }
}

@media (min-width: 1261px) {
  table tr:first-child th.download {
    width: 15.5%;
    padding-right: 10px;
  }
}

table tr:last-child {
  border-bottom: 4px solid #323e48;
}

table tr td {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  text-transform: initial;
  font-size: 14px;
  margin-bottom: 18px;
  padding-right: 22px;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
  padding-top: 12px;
  padding-right: 11px;
  padding-bottom: 12px;
}

@media (min-width: 1261px) {
  table tr td {
    padding-top: 24px;
    padding-bottom: 24px;
    margin: 0;
  }
}

table tr td strong {
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 600;
}

figure img {
  display: block;
}

figure img + figcaption {
  padding-top: 15px;
  font-size: 12px;
}

figure blockquote {
  padding: 0 30px;
  border-left: 10px solid pink;
  font-family: "Publico Roman";
  font-size: 18px;
  line-height: 1.35;
}

@media (min-width: 1261px) {
  figure blockquote {
    font-size: 24px;
  }
}

figure blockquote + figcaption {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  padding: 10px 10px 5px 40px;
}

figure blockquote + figcaption svg {
  margin-right: 6px;
}

.mfp-hide {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.mfp-container {
  padding: 0 !important;
  height: auto;
}

.mfp-close-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 1261px) {
  .mfp-close-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.mfp-close-wrapper .mfp-close {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  margin-top: 31px;
  margin-left: auto;
}

@media (min-width: 1261px) {
  .mfp-close-wrapper .mfp-close {
    margin-top: 37px;
    margin-right: 5px;
  }
}

.mfp-close-wrapper .mfp-close:after,
.mfp-close-wrapper .mfp-close:before {
  content: "";
  width: 44px;
  height: 3px;
  background-color: #323e48;
  line-height: 1px;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 19px;
  position: absolute;
  top: 0;
}

.mfp-close-wrapper .mfp-close:after {
  margin-top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 20px;
}

.mfp-wrap {
  z-index: 999999;
  height: 100vh;
}

.mfp-wrap .mfp-content {
  vertical-align: top;
}

.mfp-wrap .mfp-content .modal {
  position: relative;
  padding-top: 65px;
  padding-bottom: 30px;
}

@media (min-width: 1261px) {
  .mfp-wrap .mfp-content .modal {
    padding-top: 90px;
    width: 100%;
    max-width: 1244px;
    margin: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 1261px) {
  .mfp-wrap .mfp-content .modal .container {
    padding: 0;
  }
}

.mfp-wrap .mfp-content .component--video {
  margin-left: -28px;
  margin-right: -28px;
  padding: 0;
}

@media (min-width: 1261px) {
  .mfp-wrap .mfp-content .component--video {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 0;
  }
}

.mfp-wrap .mfp-content .component--tabs {
  margin-left: -28px;
  margin-right: -28px;
}

@media (max-width: 1260.98px) {
  .mfp-wrap .mfp-content .component--tabs .tabs--triggers__item {
    padding: 20px 30px;
    color: #fff;
    background-color: #323e48;
    margin-bottom: 1px;
  }
}

@media (max-width: 1260.98px) {
  .mfp-wrap .mfp-content .component--tabs .tabs--triggers__item:after {
    right: 30px;
    top: 20px;
    background-image: url(../img/icons/icon--accordion-indicator__white.svg);
  }
}

@media (max-width: 1260.98px) {
  .mfp-wrap .mfp-content .component--tabs .tabs--content__item.open {
    padding: 40px 28px;
  }
}

.mfp-wrap .mfp-content h2 {
  font-size: 31px;
  line-height: 1.25;
  margin-bottom: 34px;
}

@media (min-width: 1261px) {
  .mfp-wrap .mfp-content h2 {
    font-size: 36px;
    margin-bottom: 52px;
  }
}

.mfp-wrap .mfp-content h3 {
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 35px;
  font-weight: 300;
}

@media (min-width: 1261px) {
  .mfp-wrap .mfp-content h3 {
    margin-bottom: 23px;
  }
}

@media (min-width: 1261px) {
  .mfp-wrap .mfp-content p {
    margin-bottom: 24px;
  }
}

.mfp-bg {
  z-index: 999998;
  opacity: 0.95;
}

.mfp-bg.modal-green {
  background-color: #c0df8a;
}

.mfp-bg.modal-pink {
  background-color: #ffb1ba;
}

.component--language-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 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;
  z-index: 111111;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.component--language-modal .modal-wrapper {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 25px #323e48;
  box-shadow: 0 10px 25px #323e48;
  padding: 7px;
  margin: 0 10%;
  overflow-y: scroll;
  max-height: 80%;
  width: 90%;
}

@media (min-width: 1261px) {
  .component--language-modal .modal-wrapper {
    max-height: 750px;
    width: 1134px;
    margin: 0;
  }
}

.component--language-modal .modal-close {
  text-align: right;
}

.component--language-modal .modal-close .btn--close {
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: 0 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  color: #323e48;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.component--language-modal .modal-close .btn--close:after,
.component--language-modal .modal-close .btn--close:before {
  content: "";
  width: 44px;
  height: 3px;
  background-color: #333f48;
  line-height: 1px;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 19px;
  position: absolute;
  top: 0;
}

.component--language-modal .modal-close .btn--close:after {
  margin-top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 20px;
}

.component--language-modal .modal-content {
  position: relative;
  padding: 0 15px;
}

.component--language-modal .modal-content .component {
  padding: 10px 0;
}

@media (min-width: 1261px) {
  .component--language-modal .modal-content .component {
    padding: 15px 0;
  }
}

.component--language-modal.href-alt-modal {
  display: none;
}

.component--language-modal.href-alt-modal .modal-wrapper {
  overflow: auto;
}

.dropdown {
  margin-top: 25px;
  width: 100%;
  font-size: 14px;
  position: relative;
}

@media (min-width: 1261px) {
  .dropdown {
    margin-top: 0;
  }
}

.dropdown-label {
  cursor: pointer;
  border-radius: 4px;
  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;
  width: 100%;
  padding: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dropdown-label:after {
  display: block;
  content: "";
  width: 19px;
  height: 11px;
  background-image: url(../img/icons/icon--down-arrow-small.svg);
  background-size: cover;
  background-position: 0 center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dropdown-list {
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 4px;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  position: absolute;
  left: 0;
  list-style: none;
  z-index: 1;
}

.dropdown-list.open {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.dropdown-list li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown-list li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown-item {
  width: 100%;
  z-index: 100;
  overflow: hidden;
  display: block;
  border-bottom: 0;
  padding: 10px 20px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  text-decoration: none;
  cursor: pointer;
}

.dropdown-item a {
  color: inherit;
  text-decoration: none;
}

.dropdown-item:hover {
  text-decoration: none;
}

.dropdown-item:hover a {
  color: inherit;
}

@media (min-width: 1261px) {
  .dropdown.dropdown--default {
    max-width: 200px;
  }
}

.dropdown.dropdown--default .dropdown-label {
  background-color: #f5f5f6;
  border: 1px solid #f5f5f6;
}

.dropdown.dropdown--default .dropdown-label.active {
  background-color: #323e48;
  color: #fff;
}

.dropdown.dropdown--default .dropdown-label.active:after {
  background-image: url(../img/icons/icon--down-arrow-small__white.svg);
}

.dropdown.dropdown--default .dropdown-list {
  margin-top: 10px;
  webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  -webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  box-shadow: -1px 0 5px 0 #d6d9da;
}

.dropdown.dropdown--default .dropdown-list:before {
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  -webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  box-shadow: 1px -1px 2px 0 #d6d9da;
  position: absolute;
  left: 15px;
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}

.dropdown.dropdown--default .dropdown-item {
  background-color: #fff;
  color: #323e48;
}

.dropdown.dropdown--default .dropdown-item:hover {
  background-color: #f5f5f6;
  color: #fff;
}

.dropdown.inverted .dropdown-label {
  background-color: #323e48;
  color: #fff;
  border-color: #fff;
}

.dropdown.inverted .dropdown-label:after {
  background-image: url(../img/icons/icon--down-arrow-small__white.svg);
}

.dropdown.inverted .dropdown-label.active {
  background-color: #323e48;
  color: #fff;
}

.dropdown.inverted .dropdown-label.active:after {
  background-image: url(../img/icons/icon--down-arrow-small__white.svg);
}

@media (min-width: 1261px) {
  .dropdown.dropdown--nav {
    max-width: 400px;
  }
}

.dropdown.dropdown--nav .dropdown-label {
  background-color: #ffe74d;
  padding: 20px;
}

.dropdown.dropdown--nav .dropdown-item {
  background-color: #323e48;
  border: 1px solid #e3e3e3;
  color: #fff;
}

.dropdown.dropdown--nav .dropdown-item:hover {
  color: #323e48;
  background-color: #ffe74d;
}

.dropdown.dropdown--nav .dropdown-item:hover a {
  text-decoration: none;
}

.plyr {
  --plyr-color-main: $theme--slate;
}

.plyr--paused .plyr__controls,
.plyr--stopped .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.plyr__control--overlaid {
  background: 0 0 !important;
}

.plyr__control--overlaid:before {
  display: block;
  content: "";
  height: 69px;
  width: 69px;
  background-image: url(/img/placeholders/placeholder--video-play-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.plyr__control--overlaid svg {
  display: none !important;
}

.plyr__controls {
  background: 0 0 !important;
}

.plyr__controls__item {
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 3px !important;
}

.plyr__controls__item:nth-child(n + 5) {
  display: none !important;
}

.plyr__progress__container {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__time {
  padding: calc(var(--plyr-control-spacing, 8px) * 0.7) !important;
}

.ampersand {
  margin-bottom: 30px;
  padding-left: 55px;
  padding-bottom: 27px;
  position: relative;
}

@media (min-width: 1261px) {
  .ampersand {
    margin-bottom: 0;
    padding-left: 132px;
    padding-bottom: 73px;
  }
}

.ampersand--feature {
  position: absolute;
  bottom: 0;
  left: 0;
}

.ampersand--feature.mobile {
  display: block;
}

@media (min-width: 1261px) {
  .ampersand--feature.mobile {
    display: none;
  }
}

.ampersand--feature.desktop {
  display: none;
}

@media (min-width: 1261px) {
  .ampersand--feature.desktop {
    display: block;
  }
}

.ampersand--feature svg path {
  stroke: unset !important;
}

.ampersand--content {
  padding: 27px 20px 27px 27px;
  background-color: #323e48;
  color: #fff;
  -webkit-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
  position: relative;
  z-index: 10;
}

@media (min-width: 1261px) {
  .ampersand--content {
    padding: 27px 20px 18px 27px;
  }
}

.ampersand--content h1 {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (min-width: 1261px) {
  .ampersand--content h1 {
    font-size: 35px;
    line-height: 1.33;
  }
}

.ampersand--content .btn.btn--link {
  color: #fff !important;
}

.ampersand--content .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg) !important;
}

.ampersand--content .btn.btn--link:after {
  width: 100%;
  background-color: #fff !important;
}

.ampersand--content > :last-child {
  margin-bottom: 0;
}

.ampersand--extra {
  position: relative;
  margin-bottom: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition:
    top 0.25s,
    opacity 0.25s;
  transition:
    top 0.25s,
    opacity 0.25s;
  -webkit-transform-origin: top;
  transform-origin: top;
  top: 30px;
  opacity: 0;
  zoom: 1;
}

.ampersand:hover .ampersand--extra {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  max-height: 99999px;
  opacity: 1;
  top: 0;
}

.ampersand.white .ampersand--content {
  background-color: #fff;
}

.ampersand.white .ampersand--feature svg path {
  fill: #fff;
}

.ampersand.slate .ampersand--content {
  background-color: #323e48;
}

.ampersand.slate .ampersand--feature svg path {
  fill: #323e48;
}

.ampersand.orange .ampersand--content {
  background-color: #ffa068;
}

.ampersand.orange .ampersand--feature svg path {
  fill: #ffa068;
}

.ampersand.lime .ampersand--content {
  background-color: #c0df8a;
}

.ampersand.lime .ampersand--feature svg path {
  fill: #c0df8a;
}

.ampersand.light-grey .ampersand--content {
  background-color: #e3e3e3;
}

.ampersand.light-grey .ampersand--feature svg path {
  fill: #e3e3e3;
}

.ampersand.pink .ampersand--content {
  background-color: #ffb1ba;
}

.ampersand.pink .ampersand--feature svg path {
  fill: #ffb1ba;
}

.ampersand.yellow .ampersand--content {
  background-color: #ffe74d;
}

.ampersand.yellow .ampersand--feature svg path {
  fill: #ffe74d;
}

.ampersand.teal .ampersand--content {
  background-color: #9fddd3;
}

.ampersand.teal .ampersand--feature svg path {
  fill: #9fddd3;
}

.ampersand.lilac .ampersand--content {
  background-color: #cf9dc7;
}

.ampersand.lilac .ampersand--feature svg path {
  fill: #cf9dc7;
}

.ampersand.blue .ampersand--content {
  background-color: #84aae4;
}

.ampersand.blue .ampersand--feature svg path {
  fill: #84aae4;
}

.ampersand.sand .ampersand--content {
  background-color: #edc2b2;
}

.ampersand.sand .ampersand--feature svg path {
  fill: #edc2b2;
}

.ampersand.dark-green .ampersand--content {
  background-color: #477628;
}

.ampersand.dark-green .ampersand--feature svg path {
  fill: #477628;
}

.ampersand.dark-blue .ampersand--content {
  background-color: #005c82;
}

.ampersand.dark-blue .ampersand--feature svg path {
  fill: #005c82;
}

.ampersand.dark-purple .ampersand--content {
  background-color: #5b255d;
}

.ampersand.dark-purple .ampersand--feature svg path {
  fill: #5b255d;
}

.ampersand.dark-pink .ampersand--content {
  background-color: #ca3665;
}

.ampersand.dark-pink .ampersand--feature svg path {
  fill: #ca3665;
}

.site-header-search-container {
  display: none;
}

@media (min-width: 1261px) {
  .site-header-search-container {
    display: block;
  }
}

.component--header.search-is-open .container {
  position: relative;
}

.component--header.search-is-open .site-header-search-box {
  opacity: 1;
  left: 370px;
  visibility: visible;
  background-color: transparent;
}

.component--header.search-is-open .magic-box-input {
  background-color: transparent;
}

.component--header.search-is-open
  .site-header-search-box
  .site-header-search-close {
  pointer-events: inherit;
}

.component--header .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-btn {
  border: none;
  background-color: transparent;
  margin-right: 12px;
}

.site-header-search-box {
  opacity: 0;
  position: absolute;
  height: 100%;
  bottom: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 28px;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #f5f5f6;
  margin: 0 auto;
}

.site-header-search-box.is-hidden {
  opacity: 0;
  -webkit-transform: translate(200%, -50%);
  transform: translate(200%, -50%);
  visibility: hidden;
}

.site-header-search-box .site-header-search-icon {
  position: absolute;
  left: 36px;
  z-index: 99;
  pointer-events: none;
}

.site-header-search-box .CoveoSearchInterface {
  min-height: auto;
  padding: 26px 0;
  background-color: transparent;
}

.site-header-search-box .CoveoSearchbox .magic-box {
  border: none;
}

.site-header-search-box .magic-box .magic-box-input input {
  font-family: "Publico Roman", serif;
  font-size: 16px;
  padding-left: 88px;
  border-radius: 25px;
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .site-header-search-box .magic-box .magic-box-input input {
    font-size: 24px;
  }
}

.site-header-search-box
  .magic-box
  .magic-box-input
  input
  ::-webkit-input-placeholder {
  font-family: "Publico Roman", serif;
  font-size: 24px;
}

.site-header-search-box .magic-box .magic-box-input input ::-moz-placeholder {
  font-family: "Publico Roman", serif;
  font-size: 24px;
}

.site-header-search-box
  .magic-box
  .magic-box-input
  input
  ::-ms-input-placeholder {
  font-family: "Publico Roman", serif;
  font-size: 24px;
}

.site-header-search-box .magic-box .magic-box-input input ::placeholder {
  font-family: "Publico Roman", serif;
  font-size: 24px;
}

.site-header-search-box .magic-box .magic-box-clear {
  background-color: transparent;
  z-index: 19;
}

.site-header-search-box .magic-box.magic-box-notEmpty .magic-box-clear {
  width: 68px;
}

.site-header-search-box .magic-box .magic-box-suggestions {
  top: 74px;
  left: 0;
  right: 0;
}

.site-header-search-box .magic-box .magic-box-clear {
  background-color: transparent;
}

.site-header-search-box .site-header-search-close {
  border: none;
  padding: 0;
  position: absolute;
  right: 28px;
  background-color: rgba(51, 63, 72, 0.5);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  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;
  cursor: pointer;
  color: #fff;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  pointer-events: none;
}

.site-header-search-box .site-header-search-close svg {
  height: 15px;
  width: 15px;
  fill: #fff;
}

.site-header-search-box .magic-box-notEmpty .site-header-search-close {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.site-header-search-box .CoveoSearchButton {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: transparent;
}

.page-search-box .page-search-box-icon {
  position: absolute;
  z-index: 9;
  left: 24px;
}

.page-search-box .CoveoSearchButton,
.page-search-box .CoveoSearchbox .magic-box {
  border: none;
}

.page-search-box .CoveoSearchButton {
  height: auto;
  width: auto;
  position: absolute;
  right: 24px;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-search-box .CoveoSearchButton:hover .coveo-magnifier-circle-svg {
  fill: #fff;
}

.page-search-box .CoveoSearchButton:focus .coveo-search-button,
.page-search-box .CoveoSearchButton:hover .coveo-search-button {
  background-color: #333f48;
}

.page-search-box .coveo-search-button {
  background-color: rgba(51, 63, 72, 0.5);
  color: #fff;
  padding: 12px 18px;
  border-radius: 36px;
  min-width: 68px;
  max-width: 68px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.page-search-box .coveo-search-button .coveo-search-button-svg {
  color: #fff;
}

.page-search-box .magic-box .magic-box-notEmpty + .coveo-search-button {
  background-color: #333f48;
}

.page-search-box
  .magic-box.magic-box-hasFocus
  .magic-box-suggestions.magic-box-hasSuggestion {
  top: 60px;
}

.page-search-box .CoveoSearchInterface {
  background-color: transparent;
}

.page-search-box .CoveoSearchbox .magic-box .magic-box-input {
  height: 78px;
  border-radius: 48px;
  -webkit-box-shadow:
    0 2px 4px rgba(100, 100, 100, 0.5),
    inset 1px 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow:
    0 2px 4px rgba(100, 100, 100, 0.5),
    inset 1px 1px 3px rgba(0, 0, 0, 0.05);
}

.page-search-box .CoveoSearchbox .magic-box .magic-box-input input {
  height: 78px;
  border-radius: 48px;
  background: #fff;
  padding: 12px 98px 12px 72px;
  z-index: 8;
  font-family: "Publico Roman", serif;
  font-size: 16px;
}

@media (min-width: 1261px) {
  .page-search-box .CoveoSearchbox .magic-box .magic-box-input input {
    font-size: 24px;
  }
}

.page-search-box
  .CoveoSearchbox
  .magic-box
  .magic-box-input
  input
  ::-webkit-input-placeholder {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  color: #323e48;
}

.page-search-box
  .CoveoSearchbox
  .magic-box
  .magic-box-input
  input
  ::-moz-placeholder {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  color: #323e48;
}

.page-search-box
  .CoveoSearchbox
  .magic-box
  .magic-box-input
  input
  ::-ms-input-placeholder {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  color: #323e48;
}

.page-search-box
  .CoveoSearchbox
  .magic-box
  .magic-box-input
  input
  ::placeholder {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  color: #323e48;
}

.page-search-box
  .CoveoSearchbox
  .magic-box
  .magic-box-suggestions
  .magic-box-suggestion {
  padding-left: 24px;
  padding-right: 24px;
}

.page-search-box
  .CoveoSearchbox
  .magic-box
  .magic-box-suggestions
  .magic-box-suggestion:first-child {
  padding-top: 68px;
}

.page-search-box
  .CoveoSearchbox
  .magic-box.magic-box-hasFocus
  .magic-box-suggestions.magic-box-hasSuggestion {
  top: 36px;
  left: 0;
  right: 0;
}

.page-search-box
  .CoveoSearchbox
  .magic-box.magic-box-notEmpty
  .magic-box-clear {
  position: absolute;
  z-index: 9;
  right: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-search-box .magic-box-icon,
.site-header-search-box .magic-box-icon {
  background-color: rgba(51, 63, 72, 0.5);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  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: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.page-search-box .magic-box-icon:hover,
.site-header-search-box .magic-box-icon:hover {
  background-color: #333f48;
}

.page-search-box .magic-box .magic-box-suggestions,
.site-header-search-box .magic-box .magic-box-suggestions {
  background-color: transparent;
}

.page-search-box .magic-box .magic-box-suggestions .magic-box-suggestion,
.site-header-search-box
  .magic-box
  .magic-box-suggestions
  .magic-box-suggestion {
  background-color: rgba(51, 63, 72, 0.9);
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  font-family:
    Open Sans,
    Arial,
    Helvetica,
    sans-serif;
  border: none;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-search-box .magic-box .magic-box-suggestions .magic-box-suggestion:after,
.site-header-search-box
  .magic-box
  .magic-box-suggestions
  .magic-box-suggestion:after {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAABHNCSVQICAgIfAhkiAAAAHlJREFUOI3d0DENg2AUReHDRLqxdEMDVABBRKsDD0gARzigHmqApfPpQghLQ/LyL3D29+XmQSC1V4vI7T9MdU6CqoX6Pi+aqS+gDbo58ATuwAeoUEfTNWVqC9TBhTegA0rgCzRBZ/vhvC5b1McFsRXsk2E7dEiGHfUD6YXuQ8HqiWAAAAAASUVORK5CYII=);
  height: 14px;
  width: 20px;
  display: inline-block;
  margin-left: auto;
}

.page-search-box .magic-box .magic-box-suggestions .magic-box-suggestion:hover,
.site-header-search-box
  .magic-box
  .magic-box-suggestions
  .magic-box-suggestion:hover {
  background-color: #333f48;
}

.page-search-box
  .magic-box
  .magic-box-suggestions
  .magic-box-suggestion
  .coveo-omnibox-hightlight,
.site-header-search-box
  .magic-box
  .magic-box-suggestions
  .magic-box-suggestion
  .coveo-omnibox-hightlight {
  color: #fff;
  font-weight: 600;
}

.page-search-box
  .magic-box.magic-box-hasFocus
  .magic-box-suggestions.magic-box-hasSuggestion
  .coveo-magicbox-suggestions,
.site-header-search-box
  .magic-box.magic-box-hasFocus
  .magic-box-suggestions.magic-box-hasSuggestion
  .coveo-magicbox-suggestions {
  border: none;
}

.page-search-box .CoveoSearchbox .magic-box .magic-box-clear-svg,
.site-header-search-box .CoveoSearchbox .magic-box .magic-box-clear-svg {
  color: #fff;
}

#CybotCookiebotDialogHeader {
  display: none !important;
}

#CybotCookiebotDialogBodyLevelButtonCustomize.CybotCookiebotDialogBodyButton {
  border: none !important;
  background-color: transparent !important;
  color: #fff !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails {
  display: none !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

#CybotCookiebotDialogBodyButtonDecline {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

#CybotCookiebotDialogBodyLevelButtonCustomize {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

#CybotCookiebotDialogDetailFooter {
  padding-top: 1.5em !important;
}

#CybotCookiebotDialog
  .CookieCard
  .CybotCookiebotDialogDetailBodyContentCookieContainerButton:not(
    :disabled
  ):not(.disabled),
#CybotCookiebotDialog
  .CookieCard
  .CybotCookiebotDialogDetailBodyContentIABv2Tab:not(:disabled):not(.disabled),
#CybotCookiebotDialog
  label:not([for="CybotCookiebotDialogBodyLevelButtonNecessary"]) {
  cursor: inherit !important;
}

#CybotCookiebotDialog
  .CookieCard
  .CybotCookiebotDialogDetailBodyContentCookieContainerButton:not(
    :disabled
  ):not(.disabled):focus,
#CybotCookiebotDialog
  .CookieCard
  .CybotCookiebotDialogDetailBodyContentCookieContainerButton:not(
    :disabled
  ):not(.disabled):hover,
#CybotCookiebotDialog
  .CookieCard
  .CybotCookiebotDialogDetailBodyContentIABv2Tab:not(:disabled):not(
    .disabled
  ):focus,
#CybotCookiebotDialog
  .CookieCard
  .CybotCookiebotDialogDetailBodyContentIABv2Tab:not(:disabled):not(
    .disabled
  ):hover,
#CybotCookiebotDialog
  label:not([for="CybotCookiebotDialogBodyLevelButtonNecessary"]):focus,
#CybotCookiebotDialog
  label:not([for="CybotCookiebotDialogBodyLevelButtonNecessary"]):hover {
  color: inherit !important;
}

#CybotCookiebotDialogNav
  .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #fff !important;
  color: inherit !important;
}

#CybotCookiebotDialog {
  border-radius: inherit !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #fff !important;
  opacity: 0.8;
}

#CybotCookiebotDialog
  input:checked
  + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #477628 !important;
}

#CybotCookiebotDialog
  #CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard
  .CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled,
#CybotCookiebotDialogBodyLevelDetailsWrapper,
#CybotCookiebotDialogDetailBodyContentCookieContainerPreferenceCard,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes
  .CookieCard:nth-child(2),
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes
  .CookieCard:nth-child(5),
#CybotCookiebotDialogDetailBodyContentCookieContainerUnclassifiedCard,
#CybotCookiebotDialogDetailBodyContentCookieTabsNecessary,
#CybotCookiebotDialogNavList li:last-child,
#CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount,
.CybotCookiebotDialogDetailBodyContentCookieContainerButton:before,
.CybotCookiebotDialogDetailBodyContentCookieGroup,
.CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer,
.CybotCookiebotDialogDetailBodyContentIABv2Tab:before,
.CybotCookiebotScrollContainer #CybotCookiebotDialogDetailBodyContentTextAbout {
  display: none !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard
  #CybotCookiebotDialogDetailBodyContentCookieContainerNecessary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard
  #CybotCookiebotDialogDetailBodyContentCookieContainerNecessary:after {
  content: "Always active";
  display: inline-block;
  font-weight: 400;
  color: #e3e3e3;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog
  #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #fff !important;
  text-decoration: underline !important;
}

@media screen and (min-width: 600px) {
  #CybotCookiebotDialogBodyLevelButtonCustomize {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  #CybotCookiebotDialogBodyButtonDecline {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
}

@media screen and (min-width: 1280px) {
  #CybotCookiebotDialog.CybotEdge
    #CybotCookiebotDialogFooter
    #CybotCookiebotDialogBodyButtonsWrapper {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: unset !important;
  }

  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtons {
    max-width: inherit !important;
  }

  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogTabContent {
    width: 60% !important;
  }

  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter {
    width: 43% !important;
  }

  #CybotCookiebotDialog.CybotEdge
    #CybotCookiebotDialogFooter
    .CybotCookiebotDialogBodyButton:not(:first-of-type) {
    margin-bottom: inherit !important;
  }

  #CybotCookiebotDialog
    .CookieCard
    .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
    padding-left: inherit !important;
  }
}

@-webkit-keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.component--header {
  width: 100%;
  padding: 28px 0 26px 0;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 88888;
  background-color: #fff;
}

@media (min-width: 1261px) {
  .component--header {
    background-color: transparent;
    padding: 34px 0;
  }
}

.component--header.secondary {
  position: relative;
}

@media (min-width: 1261px) {
  .component--header.secondary {
    position: relative;
  }
}

.component--header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.component--header .header--burger {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  margin-right: 25px;
  margin-top: 2px;
  position: relative;
  z-index: 600;
}

@media (min-width: 1261px) {
  .component--header .header--burger {
    margin-top: 4px;
    margin-right: 40px;
  }
}

.component--header .header--burger .line {
  width: 30px;
  height: 2px;
  background-color: #323e48;
  margin: 0 0 9px 0;
  display: block;
  content: "";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.component--header .header--burger .line:nth-child(2) {
  width: 26px;
}

.component--header .header--burger .line:last-child {
  margin-bottom: 0;
}

.component--header .header--burger.active .line:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-8px, 5px);
  transform: rotate(-45deg) translate(-8px, 5px);
}

.component--header .header--burger.active .line:nth-child(2) {
  opacity: 0;
}

.component--header .header--burger.active .line:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-10px, -8px);
  transform: rotate(45deg) translate(-10px, -8px);
}

.component--header .header--logo svg {
  width: 120px;
}

@media (min-width: 360px) {
  .component--header .header--logo svg {
    width: 160px;
  }
}

@media (min-width: 1261px) {
  .component--header .header--logo {
    position: relative;
    z-index: 600;
  }
}

.component--header .header--navigation {
  display: none;
}

@media (min-width: 1261px) {
  .component--header .header--navigation {
    display: block;
    margin-left: auto;
    margin-right: 58px;
  }
}

.component--header .header--navigation ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.component--header .header--navigation ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.component--header .header--navigation ul li a {
  margin: 0 18px;
  padding-bottom: 3px;
  font-family: "Publico Roman", serif;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  text-decoration: none;
}

.component--header .header--navigation ul li a.active {
  border-bottom: 2px solid #323e48;
}

.component--header .header--navigation ul li a:hover {
  text-decoration: none;
  opacity: 0.5;
  color: currentColor;
}

.component--header .header--language-selector {
  position: relative;
  margin-left: auto;
}

@media (min-width: 1261px) {
  .component--header .header--language-selector {
    margin-top: 4px;
    margin-left: 0;
    z-index: 600;
  }
}

.component--header .header--language-selector .indicator {
  font-size: 10px;
  letter-spacing: 1.5px;
  opacity: 0.6;
  background-color: #323e48;
  color: #fff;
  padding: 9px 27px 9px 12px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px 0 #f5f5f6;
  box-shadow: 1px 1px 2px 0 #f5f5f6;
  line-height: 1;
  display: inline-block;
  background-image: url(../img/icons/icon--language-selector-arrow__white.svg);
  background-position: calc(100% - 11px) center;
  background-repeat: no-repeat;
  text-decoration: none;
}

.component--header .header--language-selector .indicator:hover {
  text-decoration: none;
}

.component--header .header--language-selector ul {
  visibility: hidden;
  position: absolute;
  webkit-box-shadow: -1px 0 5px 0 #f5f5f6;
  -webkit-box-shadow: -1px 0 5px 0 #f5f5f6;
  box-shadow: -1px 0 5px 0 #f5f5f6;
  top: auto;
  left: -10px;
  border-radius: 4px;
  padding: 0;
  margin: 40px 0 0 0;
  z-index: 100;
  display: block;
  -webkit-transition:
    margin 0.25s,
    opacity 0.25s;
  transition:
    margin 0.25s,
    opacity 0.25s;
  pointer-events: none;
  opacity: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (min-width: 1261px) {
  .component--header .header--language-selector ul {
    left: 0;
  }
}

.component--header .header--language-selector ul.open {
  pointer-events: initial;
  margin: 20px 0 0 0;
  opacity: 1;
  visibility: visible;
}

.component--header .header--language-selector ul:before {
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  webkit-box-shadow: 1px -1px 2px 0 #f5f5f6;
  -webkit-box-shadow: 1px -1px 2px 0 #f5f5f6;
  box-shadow: 1px -1px 2px 0 #f5f5f6;
  position: absolute;
  left: 15px;
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 0;
}

.component--header .header--language-selector ul li {
  list-style: none;
  position: relative;
  z-index: 100;
  overflow: hidden;
  background-color: #fff;
}

.component--header .header--language-selector ul li:first-child {
  border-radius: 4px 4px 0 0;
}

.component--header .header--language-selector ul li:last-child {
  border-radius: 0 0 4px 4px;
}

.component--header .header--language-selector ul li a {
  font-size: 14px;
  color: #323e48;
  display: block;
  padding: 4px 20px 4px 10px;
  -webkit-transition:
    background-color 0.25s,
    color 0.25s;
  transition:
    background-color 0.25s,
    color 0.25s;
  text-decoration: none;
  cursor: pointer;
}

.component--header .header--language-selector ul li a:hover {
  background-color: #f5f5f6;
  color: #323e48;
  text-decoration: none;
}

.component--header .header--language-selector ul li a.active {
  background-color: #323e48;
  color: #fff;
}

.component--header .header--language-selector ul li a:focus-visible {
  outline-offset: -2px;
}

.component--header .header--language-selector.open .indicator {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.component--header .header--language-selector.open ul {
  pointer-events: initial;
  margin: 20px 0 0 0;
  opacity: 1;
  visibility: visible;
}

.component--header .header--mega-menu {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  left: -100%;
  top: 0;
  color: #fff;
  padding: 0 30px;
  z-index: 500;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  pointer-events: none;
  visibility: hidden;
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu {
    width: 100%;
    max-width: 1174px;
    right: 0;
    margin: auto;
    padding: 0;
  }
}

@media (max-width: 1260.98px) {
  .component--header .header--mega-menu {
    background-color: #323e48;
  }
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu:after {
    position: absolute;
    top: 0;
    left: -45%;
    max-width: 85%;
    width: 100vw;
    height: 100vh;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    content: "";
    display: block;
    z-index: -1;
  }
}

.component--header .header--mega-menu.desktop-open,
.component--header .header--mega-menu.mobile-open {
  pointer-events: initial;
  opacity: 1;
  visibility: visible;
}

.component--header .header--mega-menu .mega-menu--back {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 600;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  pointer-events: none;
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu .mega-menu--back {
    display: none;
  }
}

.component--header .header--mega-menu .mega-menu--back svg {
  pointer-events: none;
}

.component--header .header--mega-menu .mega-menu--blocker {
  display: block;
  width: 100%;
  height: 105px;
}

.component--header .header--mega-menu ul {
  width: 100%;
  position: fixed;
  left: -100%;
  top: 105px;
  padding: 0 30px;
  z-index: 510;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu ul {
    position: relative;
    height: calc(100% - 300px);
    overflow-y: auto;
    width: auto;
    top: 135px;
    padding: 0;
    display: inline-block;
    background-color: transparent;
    left: 0;
  }
}

@media (max-width: 1260.98px) {
  .component--header .header--mega-menu ul {
    overflow: auto;
    height: calc(100% - 323px);
    background-color: #323e48;
    color: #fff;
  }
}

.component--header .header--mega-menu ul:nth-child(1) {
  z-index: 500;
}

.component--header .header--mega-menu ul:nth-child(2) {
  z-index: 501;
}

.component--header .header--mega-menu ul:nth-child(3) {
  z-index: 502;
}

.component--header .header--mega-menu ul:nth-child(4) {
  z-index: 503;
}

.component--header .header--mega-menu ul:nth-child(5) {
  z-index: 504;
}

.component--header .header--mega-menu ul:nth-child(6) {
  z-index: 505;
}

.component--header .header--mega-menu ul:nth-child(7) {
  z-index: 506;
}

.component--header .header--mega-menu ul:nth-child(8) {
  z-index: 507;
}

.component--header .header--mega-menu ul:nth-child(9) {
  z-index: 508;
}

.component--header .header--mega-menu ul:nth-child(10) {
  z-index: 509;
}

.component--header .header--mega-menu ul:nth-child(11) {
  z-index: 510;
}

.component--header .header--mega-menu ul:nth-child(12) {
  z-index: 511;
}

.component--header .header--mega-menu ul:nth-child(13) {
  z-index: 512;
}

.component--header .header--mega-menu ul:nth-child(14) {
  z-index: 513;
}

.component--header .header--mega-menu ul:nth-child(15) {
  z-index: 514;
}

.component--header .header--mega-menu ul:nth-child(16) {
  z-index: 515;
}

.component--header .header--mega-menu ul:nth-child(17) {
  z-index: 516;
}

.component--header .header--mega-menu ul:nth-child(18) {
  z-index: 517;
}

.component--header .header--mega-menu ul:nth-child(19) {
  z-index: 518;
}

.component--header .header--mega-menu ul:nth-child(20) {
  z-index: 519;
}

.component--header .header--mega-menu ul:nth-child(21) {
  z-index: 520;
}

.component--header .header--mega-menu ul:nth-child(22) {
  z-index: 521;
}

.component--header .header--mega-menu ul:nth-child(23) {
  z-index: 522;
}

.component--header .header--mega-menu ul:nth-child(24) {
  z-index: 523;
}

.component--header .header--mega-menu ul:nth-child(25) {
  z-index: 524;
}

.component--header .header--mega-menu ul:nth-child(26) {
  z-index: 525;
}

.component--header .header--mega-menu ul:nth-child(27) {
  z-index: 526;
}

.component--header .header--mega-menu ul:nth-child(28) {
  z-index: 527;
}

.component--header .header--mega-menu ul:nth-child(29) {
  z-index: 528;
}

.component--header .header--mega-menu ul:nth-child(30) {
  z-index: 529;
}

.component--header .header--mega-menu ul:nth-child(31) {
  z-index: 530;
}

.component--header .header--mega-menu ul:nth-child(32) {
  z-index: 531;
}

.component--header .header--mega-menu ul:nth-child(33) {
  z-index: 532;
}

.component--header .header--mega-menu ul:nth-child(34) {
  z-index: 533;
}

.component--header .header--mega-menu ul:nth-child(35) {
  z-index: 534;
}

.component--header .header--mega-menu ul:nth-child(36) {
  z-index: 535;
}

.component--header .header--mega-menu ul:nth-child(37) {
  z-index: 536;
}

.component--header .header--mega-menu ul:nth-child(38) {
  z-index: 537;
}

.component--header .header--mega-menu ul:nth-child(39) {
  z-index: 538;
}

.component--header .header--mega-menu ul:nth-child(40) {
  z-index: 539;
}

.component--header .header--mega-menu ul:nth-child(41) {
  z-index: 540;
}

.component--header .header--mega-menu ul:nth-child(42) {
  z-index: 541;
}

.component--header .header--mega-menu ul:nth-child(43) {
  z-index: 542;
}

.component--header .header--mega-menu ul:nth-child(44) {
  z-index: 543;
}

.component--header .header--mega-menu ul:nth-child(45) {
  z-index: 544;
}

.component--header .header--mega-menu ul:nth-child(46) {
  z-index: 545;
}

.component--header .header--mega-menu ul:nth-child(47) {
  z-index: 546;
}

.component--header .header--mega-menu ul:nth-child(48) {
  z-index: 547;
}

.component--header .header--mega-menu ul:nth-child(49) {
  z-index: 548;
}

.component--header .header--mega-menu ul:nth-child(50) {
  z-index: 549;
}

.component--header .header--mega-menu ul:nth-child(51) {
  z-index: 550;
}

.component--header .header--mega-menu ul:nth-child(52) {
  z-index: 551;
}

.component--header .header--mega-menu ul:nth-child(53) {
  z-index: 552;
}

.component--header .header--mega-menu ul:nth-child(54) {
  z-index: 553;
}

.component--header .header--mega-menu ul:nth-child(55) {
  z-index: 554;
}

.component--header .header--mega-menu ul:nth-child(56) {
  z-index: 555;
}

.component--header .header--mega-menu ul:nth-child(57) {
  z-index: 556;
}

.component--header .header--mega-menu ul:nth-child(58) {
  z-index: 557;
}

.component--header .header--mega-menu ul:nth-child(59) {
  z-index: 558;
}

.component--header .header--mega-menu ul:nth-child(60) {
  z-index: 559;
}

.component--header .header--mega-menu ul:nth-child(61) {
  z-index: 560;
}

.component--header .header--mega-menu ul:nth-child(62) {
  z-index: 561;
}

.component--header .header--mega-menu ul:nth-child(63) {
  z-index: 562;
}

.component--header .header--mega-menu ul:nth-child(64) {
  z-index: 563;
}

.component--header .header--mega-menu ul:nth-child(65) {
  z-index: 564;
}

.component--header .header--mega-menu ul:nth-child(66) {
  z-index: 565;
}

.component--header .header--mega-menu ul:nth-child(67) {
  z-index: 566;
}

.component--header .header--mega-menu ul:nth-child(68) {
  z-index: 567;
}

.component--header .header--mega-menu ul:nth-child(69) {
  z-index: 568;
}

.component--header .header--mega-menu ul:nth-child(70) {
  z-index: 569;
}

.component--header .header--mega-menu ul:nth-child(71) {
  z-index: 570;
}

.component--header .header--mega-menu ul:nth-child(72) {
  z-index: 571;
}

.component--header .header--mega-menu ul:nth-child(73) {
  z-index: 572;
}

.component--header .header--mega-menu ul:nth-child(74) {
  z-index: 573;
}

.component--header .header--mega-menu ul:nth-child(75) {
  z-index: 574;
}

.component--header .header--mega-menu ul:nth-child(76) {
  z-index: 575;
}

.component--header .header--mega-menu ul:nth-child(77) {
  z-index: 576;
}

.component--header .header--mega-menu ul:nth-child(78) {
  z-index: 577;
}

.component--header .header--mega-menu ul:nth-child(79) {
  z-index: 578;
}

.component--header .header--mega-menu ul:nth-child(80) {
  z-index: 579;
}

.component--header .header--mega-menu ul:nth-child(81) {
  z-index: 580;
}

.component--header .header--mega-menu ul:nth-child(82) {
  z-index: 581;
}

.component--header .header--mega-menu ul:nth-child(83) {
  z-index: 582;
}

.component--header .header--mega-menu ul:nth-child(84) {
  z-index: 583;
}

.component--header .header--mega-menu ul:nth-child(85) {
  z-index: 584;
}

.component--header .header--mega-menu ul:nth-child(86) {
  z-index: 585;
}

.component--header .header--mega-menu ul:nth-child(87) {
  z-index: 586;
}

.component--header .header--mega-menu ul:nth-child(88) {
  z-index: 587;
}

.component--header .header--mega-menu ul:nth-child(89) {
  z-index: 588;
}

.component--header .header--mega-menu ul:nth-child(90) {
  z-index: 589;
}

.component--header .header--mega-menu ul:nth-child(91) {
  z-index: 590;
}

.component--header .header--mega-menu ul:nth-child(92) {
  z-index: 591;
}

.component--header .header--mega-menu ul:nth-child(93) {
  z-index: 592;
}

.component--header .header--mega-menu ul:nth-child(94) {
  z-index: 593;
}

.component--header .header--mega-menu ul:nth-child(95) {
  z-index: 594;
}

.component--header .header--mega-menu ul:nth-child(96) {
  z-index: 595;
}

.component--header .header--mega-menu ul:nth-child(97) {
  z-index: 596;
}

.component--header .header--mega-menu ul:nth-child(98) {
  z-index: 597;
}

.component--header .header--mega-menu ul:nth-child(99) {
  z-index: 598;
}

.component--header .header--mega-menu ul:nth-child(100) {
  z-index: 599;
}

.component--header .header--mega-menu ul:nth-child(101) {
  z-index: 600;
}

.component--header .header--mega-menu ul:nth-child(102) {
  z-index: 601;
}

.component--header .header--mega-menu ul:nth-child(103) {
  z-index: 602;
}

.component--header .header--mega-menu ul:nth-child(104) {
  z-index: 603;
}

.component--header .header--mega-menu ul:nth-child(105) {
  z-index: 604;
}

.component--header .header--mega-menu ul:nth-child(106) {
  z-index: 605;
}

.component--header .header--mega-menu ul:nth-child(107) {
  z-index: 606;
}

.component--header .header--mega-menu ul:nth-child(108) {
  z-index: 607;
}

.component--header .header--mega-menu ul:nth-child(109) {
  z-index: 608;
}

.component--header .header--mega-menu ul:nth-child(110) {
  z-index: 609;
}

.component--header .header--mega-menu ul:nth-child(111) {
  z-index: 610;
}

.component--header .header--mega-menu ul:nth-child(112) {
  z-index: 611;
}

.component--header .header--mega-menu ul:nth-child(113) {
  z-index: 612;
}

.component--header .header--mega-menu ul:nth-child(114) {
  z-index: 613;
}

.component--header .header--mega-menu ul:nth-child(115) {
  z-index: 614;
}

.component--header .header--mega-menu ul:nth-child(116) {
  z-index: 615;
}

.component--header .header--mega-menu ul:nth-child(117) {
  z-index: 616;
}

.component--header .header--mega-menu ul:nth-child(118) {
  z-index: 617;
}

.component--header .header--mega-menu ul:nth-child(119) {
  z-index: 618;
}

.component--header .header--mega-menu ul:nth-child(120) {
  z-index: 619;
}

.component--header .header--mega-menu ul:nth-child(121) {
  z-index: 620;
}

.component--header .header--mega-menu ul:nth-child(122) {
  z-index: 621;
}

.component--header .header--mega-menu ul:nth-child(123) {
  z-index: 622;
}

.component--header .header--mega-menu ul:nth-child(124) {
  z-index: 623;
}

.component--header .header--mega-menu ul:nth-child(125) {
  z-index: 624;
}

.component--header .header--mega-menu ul:nth-child(126) {
  z-index: 625;
}

.component--header .header--mega-menu ul:nth-child(127) {
  z-index: 626;
}

.component--header .header--mega-menu ul:nth-child(128) {
  z-index: 627;
}

.component--header .header--mega-menu ul:nth-child(129) {
  z-index: 628;
}

.component--header .header--mega-menu ul:nth-child(130) {
  z-index: 629;
}

.component--header .header--mega-menu ul:nth-child(131) {
  z-index: 630;
}

.component--header .header--mega-menu ul:nth-child(132) {
  z-index: 631;
}

.component--header .header--mega-menu ul:nth-child(133) {
  z-index: 632;
}

.component--header .header--mega-menu ul:nth-child(134) {
  z-index: 633;
}

.component--header .header--mega-menu ul:nth-child(135) {
  z-index: 634;
}

.component--header .header--mega-menu ul:nth-child(136) {
  z-index: 635;
}

.component--header .header--mega-menu ul:nth-child(137) {
  z-index: 636;
}

.component--header .header--mega-menu ul:nth-child(138) {
  z-index: 637;
}

.component--header .header--mega-menu ul:nth-child(139) {
  z-index: 638;
}

.component--header .header--mega-menu ul:nth-child(140) {
  z-index: 639;
}

.component--header .header--mega-menu ul:nth-child(141) {
  z-index: 640;
}

.component--header .header--mega-menu ul:nth-child(142) {
  z-index: 641;
}

.component--header .header--mega-menu ul:nth-child(143) {
  z-index: 642;
}

.component--header .header--mega-menu ul:nth-child(144) {
  z-index: 643;
}

.component--header .header--mega-menu ul:nth-child(145) {
  z-index: 644;
}

.component--header .header--mega-menu ul:nth-child(146) {
  z-index: 645;
}

.component--header .header--mega-menu ul:nth-child(147) {
  z-index: 646;
}

.component--header .header--mega-menu ul:nth-child(148) {
  z-index: 647;
}

.component--header .header--mega-menu ul:nth-child(149) {
  z-index: 648;
}

.component--header .header--mega-menu ul:nth-child(150) {
  z-index: 649;
}

.component--header .header--mega-menu ul:nth-child(151) {
  z-index: 650;
}

.component--header .header--mega-menu ul:nth-child(152) {
  z-index: 651;
}

.component--header .header--mega-menu ul:nth-child(153) {
  z-index: 652;
}

.component--header .header--mega-menu ul:nth-child(154) {
  z-index: 653;
}

.component--header .header--mega-menu ul:nth-child(155) {
  z-index: 654;
}

.component--header .header--mega-menu ul:nth-child(156) {
  z-index: 655;
}

.component--header .header--mega-menu ul:nth-child(157) {
  z-index: 656;
}

.component--header .header--mega-menu ul:nth-child(158) {
  z-index: 657;
}

.component--header .header--mega-menu ul:nth-child(159) {
  z-index: 658;
}

.component--header .header--mega-menu ul:nth-child(160) {
  z-index: 659;
}

.component--header .header--mega-menu ul:nth-child(161) {
  z-index: 660;
}

.component--header .header--mega-menu ul:nth-child(162) {
  z-index: 661;
}

.component--header .header--mega-menu ul:nth-child(163) {
  z-index: 662;
}

.component--header .header--mega-menu ul:nth-child(164) {
  z-index: 663;
}

.component--header .header--mega-menu ul:nth-child(165) {
  z-index: 664;
}

.component--header .header--mega-menu ul:nth-child(166) {
  z-index: 665;
}

.component--header .header--mega-menu ul:nth-child(167) {
  z-index: 666;
}

.component--header .header--mega-menu ul:nth-child(168) {
  z-index: 667;
}

.component--header .header--mega-menu ul:nth-child(169) {
  z-index: 668;
}

.component--header .header--mega-menu ul:nth-child(170) {
  z-index: 669;
}

.component--header .header--mega-menu ul:nth-child(171) {
  z-index: 670;
}

.component--header .header--mega-menu ul:nth-child(172) {
  z-index: 671;
}

.component--header .header--mega-menu ul:nth-child(173) {
  z-index: 672;
}

.component--header .header--mega-menu ul:nth-child(174) {
  z-index: 673;
}

.component--header .header--mega-menu ul:nth-child(175) {
  z-index: 674;
}

.component--header .header--mega-menu ul:nth-child(176) {
  z-index: 675;
}

.component--header .header--mega-menu ul:nth-child(177) {
  z-index: 676;
}

.component--header .header--mega-menu ul:nth-child(178) {
  z-index: 677;
}

.component--header .header--mega-menu ul:nth-child(179) {
  z-index: 678;
}

.component--header .header--mega-menu ul:nth-child(180) {
  z-index: 679;
}

.component--header .header--mega-menu ul:nth-child(181) {
  z-index: 680;
}

.component--header .header--mega-menu ul:nth-child(182) {
  z-index: 681;
}

.component--header .header--mega-menu ul:nth-child(183) {
  z-index: 682;
}

.component--header .header--mega-menu ul:nth-child(184) {
  z-index: 683;
}

.component--header .header--mega-menu ul:nth-child(185) {
  z-index: 684;
}

.component--header .header--mega-menu ul:nth-child(186) {
  z-index: 685;
}

.component--header .header--mega-menu ul:nth-child(187) {
  z-index: 686;
}

.component--header .header--mega-menu ul:nth-child(188) {
  z-index: 687;
}

.component--header .header--mega-menu ul:nth-child(189) {
  z-index: 688;
}

.component--header .header--mega-menu ul:nth-child(190) {
  z-index: 689;
}

.component--header .header--mega-menu ul:nth-child(191) {
  z-index: 690;
}

.component--header .header--mega-menu ul:nth-child(192) {
  z-index: 691;
}

.component--header .header--mega-menu ul:nth-child(193) {
  z-index: 692;
}

.component--header .header--mega-menu ul:nth-child(194) {
  z-index: 693;
}

.component--header .header--mega-menu ul:nth-child(195) {
  z-index: 694;
}

.component--header .header--mega-menu ul:nth-child(196) {
  z-index: 695;
}

.component--header .header--mega-menu ul:nth-child(197) {
  z-index: 696;
}

.component--header .header--mega-menu ul:nth-child(198) {
  z-index: 697;
}

.component--header .header--mega-menu ul:nth-child(199) {
  z-index: 698;
}

.component--header .header--mega-menu ul:nth-child(200) {
  z-index: 699;
}

.component--header .header--mega-menu ul:nth-child(201) {
  z-index: 700;
}

.component--header .header--mega-menu ul:nth-child(202) {
  z-index: 701;
}

.component--header .header--mega-menu ul:nth-child(203) {
  z-index: 702;
}

.component--header .header--mega-menu ul:nth-child(204) {
  z-index: 703;
}

.component--header .header--mega-menu ul:nth-child(205) {
  z-index: 704;
}

.component--header .header--mega-menu ul:nth-child(206) {
  z-index: 705;
}

.component--header .header--mega-menu ul:nth-child(207) {
  z-index: 706;
}

.component--header .header--mega-menu ul:nth-child(208) {
  z-index: 707;
}

.component--header .header--mega-menu ul:nth-child(209) {
  z-index: 708;
}

.component--header .header--mega-menu ul:nth-child(210) {
  z-index: 709;
}

.component--header .header--mega-menu ul:nth-child(211) {
  z-index: 710;
}

.component--header .header--mega-menu ul:nth-child(212) {
  z-index: 711;
}

.component--header .header--mega-menu ul:nth-child(213) {
  z-index: 712;
}

.component--header .header--mega-menu ul:nth-child(214) {
  z-index: 713;
}

.component--header .header--mega-menu ul:nth-child(215) {
  z-index: 714;
}

.component--header .header--mega-menu ul:nth-child(216) {
  z-index: 715;
}

.component--header .header--mega-menu ul:nth-child(217) {
  z-index: 716;
}

.component--header .header--mega-menu ul:nth-child(218) {
  z-index: 717;
}

.component--header .header--mega-menu ul:nth-child(219) {
  z-index: 718;
}

.component--header .header--mega-menu ul:nth-child(220) {
  z-index: 719;
}

.component--header .header--mega-menu ul:nth-child(221) {
  z-index: 720;
}

.component--header .header--mega-menu ul:nth-child(222) {
  z-index: 721;
}

.component--header .header--mega-menu ul:nth-child(223) {
  z-index: 722;
}

.component--header .header--mega-menu ul:nth-child(224) {
  z-index: 723;
}

.component--header .header--mega-menu ul:nth-child(225) {
  z-index: 724;
}

.component--header .header--mega-menu ul:nth-child(226) {
  z-index: 725;
}

.component--header .header--mega-menu ul:nth-child(227) {
  z-index: 726;
}

.component--header .header--mega-menu ul:nth-child(228) {
  z-index: 727;
}

.component--header .header--mega-menu ul:nth-child(229) {
  z-index: 728;
}

.component--header .header--mega-menu ul:nth-child(230) {
  z-index: 729;
}

.component--header .header--mega-menu ul:nth-child(231) {
  z-index: 730;
}

.component--header .header--mega-menu ul:nth-child(232) {
  z-index: 731;
}

.component--header .header--mega-menu ul:nth-child(233) {
  z-index: 732;
}

.component--header .header--mega-menu ul:nth-child(234) {
  z-index: 733;
}

.component--header .header--mega-menu ul:nth-child(235) {
  z-index: 734;
}

.component--header .header--mega-menu ul:nth-child(236) {
  z-index: 735;
}

.component--header .header--mega-menu ul:nth-child(237) {
  z-index: 736;
}

.component--header .header--mega-menu ul:nth-child(238) {
  z-index: 737;
}

.component--header .header--mega-menu ul:nth-child(239) {
  z-index: 738;
}

.component--header .header--mega-menu ul:nth-child(240) {
  z-index: 739;
}

.component--header .header--mega-menu ul:nth-child(241) {
  z-index: 740;
}

.component--header .header--mega-menu ul:nth-child(242) {
  z-index: 741;
}

.component--header .header--mega-menu ul:nth-child(243) {
  z-index: 742;
}

.component--header .header--mega-menu ul:nth-child(244) {
  z-index: 743;
}

.component--header .header--mega-menu ul:nth-child(245) {
  z-index: 744;
}

.component--header .header--mega-menu ul:nth-child(246) {
  z-index: 745;
}

.component--header .header--mega-menu ul:nth-child(247) {
  z-index: 746;
}

.component--header .header--mega-menu ul:nth-child(248) {
  z-index: 747;
}

.component--header .header--mega-menu ul:nth-child(249) {
  z-index: 748;
}

.component--header .header--mega-menu ul:nth-child(250) {
  z-index: 749;
}

.component--header .header--mega-menu ul:nth-child(251) {
  z-index: 750;
}

.component--header .header--mega-menu ul:nth-child(252) {
  z-index: 751;
}

.component--header .header--mega-menu ul:nth-child(253) {
  z-index: 752;
}

.component--header .header--mega-menu ul:nth-child(254) {
  z-index: 753;
}

.component--header .header--mega-menu ul:nth-child(255) {
  z-index: 754;
}

.component--header .header--mega-menu ul:nth-child(256) {
  z-index: 755;
}

.component--header .header--mega-menu ul:nth-child(257) {
  z-index: 756;
}

.component--header .header--mega-menu ul:nth-child(258) {
  z-index: 757;
}

.component--header .header--mega-menu ul:nth-child(259) {
  z-index: 758;
}

.component--header .header--mega-menu ul:nth-child(260) {
  z-index: 759;
}

.component--header .header--mega-menu ul:nth-child(261) {
  z-index: 760;
}

.component--header .header--mega-menu ul:nth-child(262) {
  z-index: 761;
}

.component--header .header--mega-menu ul:nth-child(263) {
  z-index: 762;
}

.component--header .header--mega-menu ul:nth-child(264) {
  z-index: 763;
}

.component--header .header--mega-menu ul:nth-child(265) {
  z-index: 764;
}

.component--header .header--mega-menu ul:nth-child(266) {
  z-index: 765;
}

.component--header .header--mega-menu ul:nth-child(267) {
  z-index: 766;
}

.component--header .header--mega-menu ul:nth-child(268) {
  z-index: 767;
}

.component--header .header--mega-menu ul:nth-child(269) {
  z-index: 768;
}

.component--header .header--mega-menu ul:nth-child(270) {
  z-index: 769;
}

.component--header .header--mega-menu ul:nth-child(271) {
  z-index: 770;
}

.component--header .header--mega-menu ul:nth-child(272) {
  z-index: 771;
}

.component--header .header--mega-menu ul:nth-child(273) {
  z-index: 772;
}

.component--header .header--mega-menu ul:nth-child(274) {
  z-index: 773;
}

.component--header .header--mega-menu ul:nth-child(275) {
  z-index: 774;
}

.component--header .header--mega-menu ul:nth-child(276) {
  z-index: 775;
}

.component--header .header--mega-menu ul:nth-child(277) {
  z-index: 776;
}

.component--header .header--mega-menu ul:nth-child(278) {
  z-index: 777;
}

.component--header .header--mega-menu ul:nth-child(279) {
  z-index: 778;
}

.component--header .header--mega-menu ul:nth-child(280) {
  z-index: 779;
}

.component--header .header--mega-menu ul:nth-child(281) {
  z-index: 780;
}

.component--header .header--mega-menu ul:nth-child(282) {
  z-index: 781;
}

.component--header .header--mega-menu ul:nth-child(283) {
  z-index: 782;
}

.component--header .header--mega-menu ul:nth-child(284) {
  z-index: 783;
}

.component--header .header--mega-menu ul:nth-child(285) {
  z-index: 784;
}

.component--header .header--mega-menu ul:nth-child(286) {
  z-index: 785;
}

.component--header .header--mega-menu ul:nth-child(287) {
  z-index: 786;
}

.component--header .header--mega-menu ul:nth-child(288) {
  z-index: 787;
}

.component--header .header--mega-menu ul:nth-child(289) {
  z-index: 788;
}

.component--header .header--mega-menu ul:nth-child(290) {
  z-index: 789;
}

.component--header .header--mega-menu ul:nth-child(291) {
  z-index: 790;
}

.component--header .header--mega-menu ul:nth-child(292) {
  z-index: 791;
}

.component--header .header--mega-menu ul:nth-child(293) {
  z-index: 792;
}

.component--header .header--mega-menu ul:nth-child(294) {
  z-index: 793;
}

.component--header .header--mega-menu ul:nth-child(295) {
  z-index: 794;
}

.component--header .header--mega-menu ul:nth-child(296) {
  z-index: 795;
}

.component--header .header--mega-menu ul:nth-child(297) {
  z-index: 796;
}

.component--header .header--mega-menu ul:nth-child(298) {
  z-index: 797;
}

.component--header .header--mega-menu ul:nth-child(299) {
  z-index: 798;
}

.component--header .header--mega-menu ul:nth-child(300) {
  z-index: 799;
}

.component--header .header--mega-menu ul:nth-child(301) {
  z-index: 800;
}

.component--header .header--mega-menu ul:nth-child(302) {
  z-index: 801;
}

.component--header .header--mega-menu ul:nth-child(303) {
  z-index: 802;
}

.component--header .header--mega-menu ul:nth-child(304) {
  z-index: 803;
}

.component--header .header--mega-menu ul:nth-child(305) {
  z-index: 804;
}

.component--header .header--mega-menu ul:nth-child(306) {
  z-index: 805;
}

.component--header .header--mega-menu ul:nth-child(307) {
  z-index: 806;
}

.component--header .header--mega-menu ul:nth-child(308) {
  z-index: 807;
}

.component--header .header--mega-menu ul:nth-child(309) {
  z-index: 808;
}

.component--header .header--mega-menu ul:nth-child(310) {
  z-index: 809;
}

.component--header .header--mega-menu ul:nth-child(311) {
  z-index: 810;
}

.component--header .header--mega-menu ul:nth-child(312) {
  z-index: 811;
}

.component--header .header--mega-menu ul:nth-child(313) {
  z-index: 812;
}

.component--header .header--mega-menu ul:nth-child(314) {
  z-index: 813;
}

.component--header .header--mega-menu ul:nth-child(315) {
  z-index: 814;
}

.component--header .header--mega-menu ul:nth-child(316) {
  z-index: 815;
}

.component--header .header--mega-menu ul:nth-child(317) {
  z-index: 816;
}

.component--header .header--mega-menu ul:nth-child(318) {
  z-index: 817;
}

.component--header .header--mega-menu ul:nth-child(319) {
  z-index: 818;
}

.component--header .header--mega-menu ul:nth-child(320) {
  z-index: 819;
}

.component--header .header--mega-menu ul:nth-child(321) {
  z-index: 820;
}

.component--header .header--mega-menu ul:nth-child(322) {
  z-index: 821;
}

.component--header .header--mega-menu ul:nth-child(323) {
  z-index: 822;
}

.component--header .header--mega-menu ul:nth-child(324) {
  z-index: 823;
}

.component--header .header--mega-menu ul:nth-child(325) {
  z-index: 824;
}

.component--header .header--mega-menu ul:nth-child(326) {
  z-index: 825;
}

.component--header .header--mega-menu ul:nth-child(327) {
  z-index: 826;
}

.component--header .header--mega-menu ul:nth-child(328) {
  z-index: 827;
}

.component--header .header--mega-menu ul:nth-child(329) {
  z-index: 828;
}

.component--header .header--mega-menu ul:nth-child(330) {
  z-index: 829;
}

.component--header .header--mega-menu ul:nth-child(331) {
  z-index: 830;
}

.component--header .header--mega-menu ul:nth-child(332) {
  z-index: 831;
}

.component--header .header--mega-menu ul:nth-child(333) {
  z-index: 832;
}

.component--header .header--mega-menu ul:nth-child(334) {
  z-index: 833;
}

.component--header .header--mega-menu ul:nth-child(335) {
  z-index: 834;
}

.component--header .header--mega-menu ul:nth-child(336) {
  z-index: 835;
}

.component--header .header--mega-menu ul:nth-child(337) {
  z-index: 836;
}

.component--header .header--mega-menu ul:nth-child(338) {
  z-index: 837;
}

.component--header .header--mega-menu ul:nth-child(339) {
  z-index: 838;
}

.component--header .header--mega-menu ul:nth-child(340) {
  z-index: 839;
}

.component--header .header--mega-menu ul:nth-child(341) {
  z-index: 840;
}

.component--header .header--mega-menu ul:nth-child(342) {
  z-index: 841;
}

.component--header .header--mega-menu ul:nth-child(343) {
  z-index: 842;
}

.component--header .header--mega-menu ul:nth-child(344) {
  z-index: 843;
}

.component--header .header--mega-menu ul:nth-child(345) {
  z-index: 844;
}

.component--header .header--mega-menu ul:nth-child(346) {
  z-index: 845;
}

.component--header .header--mega-menu ul:nth-child(347) {
  z-index: 846;
}

.component--header .header--mega-menu ul:nth-child(348) {
  z-index: 847;
}

.component--header .header--mega-menu ul:nth-child(349) {
  z-index: 848;
}

.component--header .header--mega-menu ul:nth-child(350) {
  z-index: 849;
}

.component--header .header--mega-menu ul:nth-child(351) {
  z-index: 850;
}

.component--header .header--mega-menu ul:nth-child(352) {
  z-index: 851;
}

.component--header .header--mega-menu ul:nth-child(353) {
  z-index: 852;
}

.component--header .header--mega-menu ul:nth-child(354) {
  z-index: 853;
}

.component--header .header--mega-menu ul:nth-child(355) {
  z-index: 854;
}

.component--header .header--mega-menu ul:nth-child(356) {
  z-index: 855;
}

.component--header .header--mega-menu ul:nth-child(357) {
  z-index: 856;
}

.component--header .header--mega-menu ul:nth-child(358) {
  z-index: 857;
}

.component--header .header--mega-menu ul:nth-child(359) {
  z-index: 858;
}

.component--header .header--mega-menu ul:nth-child(360) {
  z-index: 859;
}

.component--header .header--mega-menu ul:nth-child(361) {
  z-index: 860;
}

.component--header .header--mega-menu ul:nth-child(362) {
  z-index: 861;
}

.component--header .header--mega-menu ul:nth-child(363) {
  z-index: 862;
}

.component--header .header--mega-menu ul:nth-child(364) {
  z-index: 863;
}

.component--header .header--mega-menu ul:nth-child(365) {
  z-index: 864;
}

.component--header .header--mega-menu ul:nth-child(366) {
  z-index: 865;
}

.component--header .header--mega-menu ul:nth-child(367) {
  z-index: 866;
}

.component--header .header--mega-menu ul:nth-child(368) {
  z-index: 867;
}

.component--header .header--mega-menu ul:nth-child(369) {
  z-index: 868;
}

.component--header .header--mega-menu ul:nth-child(370) {
  z-index: 869;
}

.component--header .header--mega-menu ul:nth-child(371) {
  z-index: 870;
}

.component--header .header--mega-menu ul:nth-child(372) {
  z-index: 871;
}

.component--header .header--mega-menu ul:nth-child(373) {
  z-index: 872;
}

.component--header .header--mega-menu ul:nth-child(374) {
  z-index: 873;
}

.component--header .header--mega-menu ul:nth-child(375) {
  z-index: 874;
}

.component--header .header--mega-menu ul:nth-child(376) {
  z-index: 875;
}

.component--header .header--mega-menu ul:nth-child(377) {
  z-index: 876;
}

.component--header .header--mega-menu ul:nth-child(378) {
  z-index: 877;
}

.component--header .header--mega-menu ul:nth-child(379) {
  z-index: 878;
}

.component--header .header--mega-menu ul:nth-child(380) {
  z-index: 879;
}

.component--header .header--mega-menu ul:nth-child(381) {
  z-index: 880;
}

.component--header .header--mega-menu ul:nth-child(382) {
  z-index: 881;
}

.component--header .header--mega-menu ul:nth-child(383) {
  z-index: 882;
}

.component--header .header--mega-menu ul:nth-child(384) {
  z-index: 883;
}

.component--header .header--mega-menu ul:nth-child(385) {
  z-index: 884;
}

.component--header .header--mega-menu ul:nth-child(386) {
  z-index: 885;
}

.component--header .header--mega-menu ul:nth-child(387) {
  z-index: 886;
}

.component--header .header--mega-menu ul:nth-child(388) {
  z-index: 887;
}

.component--header .header--mega-menu ul:nth-child(389) {
  z-index: 888;
}

.component--header .header--mega-menu ul:nth-child(390) {
  z-index: 889;
}

.component--header .header--mega-menu ul:nth-child(391) {
  z-index: 890;
}

.component--header .header--mega-menu ul:nth-child(392) {
  z-index: 891;
}

.component--header .header--mega-menu ul:nth-child(393) {
  z-index: 892;
}

.component--header .header--mega-menu ul:nth-child(394) {
  z-index: 893;
}

.component--header .header--mega-menu ul:nth-child(395) {
  z-index: 894;
}

.component--header .header--mega-menu ul:nth-child(396) {
  z-index: 895;
}

.component--header .header--mega-menu ul:nth-child(397) {
  z-index: 896;
}

.component--header .header--mega-menu ul:nth-child(398) {
  z-index: 897;
}

.component--header .header--mega-menu ul:nth-child(399) {
  z-index: 898;
}

.component--header .header--mega-menu ul:nth-child(400) {
  z-index: 899;
}

.component--header .header--mega-menu ul:nth-child(401) {
  z-index: 900;
}

.component--header .header--mega-menu ul:nth-child(402) {
  z-index: 901;
}

.component--header .header--mega-menu ul:nth-child(403) {
  z-index: 902;
}

.component--header .header--mega-menu ul:nth-child(404) {
  z-index: 903;
}

.component--header .header--mega-menu ul:nth-child(405) {
  z-index: 904;
}

.component--header .header--mega-menu ul:nth-child(406) {
  z-index: 905;
}

.component--header .header--mega-menu ul:nth-child(407) {
  z-index: 906;
}

.component--header .header--mega-menu ul:nth-child(408) {
  z-index: 907;
}

.component--header .header--mega-menu ul:nth-child(409) {
  z-index: 908;
}

.component--header .header--mega-menu ul:nth-child(410) {
  z-index: 909;
}

.component--header .header--mega-menu ul:nth-child(411) {
  z-index: 910;
}

.component--header .header--mega-menu ul:nth-child(412) {
  z-index: 911;
}

.component--header .header--mega-menu ul:nth-child(413) {
  z-index: 912;
}

.component--header .header--mega-menu ul:nth-child(414) {
  z-index: 913;
}

.component--header .header--mega-menu ul:nth-child(415) {
  z-index: 914;
}

.component--header .header--mega-menu ul:nth-child(416) {
  z-index: 915;
}

.component--header .header--mega-menu ul:nth-child(417) {
  z-index: 916;
}

.component--header .header--mega-menu ul:nth-child(418) {
  z-index: 917;
}

.component--header .header--mega-menu ul:nth-child(419) {
  z-index: 918;
}

.component--header .header--mega-menu ul:nth-child(420) {
  z-index: 919;
}

.component--header .header--mega-menu ul:nth-child(421) {
  z-index: 920;
}

.component--header .header--mega-menu ul:nth-child(422) {
  z-index: 921;
}

.component--header .header--mega-menu ul:nth-child(423) {
  z-index: 922;
}

.component--header .header--mega-menu ul:nth-child(424) {
  z-index: 923;
}

.component--header .header--mega-menu ul:nth-child(425) {
  z-index: 924;
}

.component--header .header--mega-menu ul:nth-child(426) {
  z-index: 925;
}

.component--header .header--mega-menu ul:nth-child(427) {
  z-index: 926;
}

.component--header .header--mega-menu ul:nth-child(428) {
  z-index: 927;
}

.component--header .header--mega-menu ul:nth-child(429) {
  z-index: 928;
}

.component--header .header--mega-menu ul:nth-child(430) {
  z-index: 929;
}

.component--header .header--mega-menu ul:nth-child(431) {
  z-index: 930;
}

.component--header .header--mega-menu ul:nth-child(432) {
  z-index: 931;
}

.component--header .header--mega-menu ul:nth-child(433) {
  z-index: 932;
}

.component--header .header--mega-menu ul:nth-child(434) {
  z-index: 933;
}

.component--header .header--mega-menu ul:nth-child(435) {
  z-index: 934;
}

.component--header .header--mega-menu ul:nth-child(436) {
  z-index: 935;
}

.component--header .header--mega-menu ul:nth-child(437) {
  z-index: 936;
}

.component--header .header--mega-menu ul:nth-child(438) {
  z-index: 937;
}

.component--header .header--mega-menu ul:nth-child(439) {
  z-index: 938;
}

.component--header .header--mega-menu ul:nth-child(440) {
  z-index: 939;
}

.component--header .header--mega-menu ul:nth-child(441) {
  z-index: 940;
}

.component--header .header--mega-menu ul:nth-child(442) {
  z-index: 941;
}

.component--header .header--mega-menu ul:nth-child(443) {
  z-index: 942;
}

.component--header .header--mega-menu ul:nth-child(444) {
  z-index: 943;
}

.component--header .header--mega-menu ul:nth-child(445) {
  z-index: 944;
}

.component--header .header--mega-menu ul:nth-child(446) {
  z-index: 945;
}

.component--header .header--mega-menu ul:nth-child(447) {
  z-index: 946;
}

.component--header .header--mega-menu ul:nth-child(448) {
  z-index: 947;
}

.component--header .header--mega-menu ul:nth-child(449) {
  z-index: 948;
}

.component--header .header--mega-menu ul:nth-child(450) {
  z-index: 949;
}

.component--header .header--mega-menu ul:nth-child(451) {
  z-index: 950;
}

.component--header .header--mega-menu ul:nth-child(452) {
  z-index: 951;
}

.component--header .header--mega-menu ul:nth-child(453) {
  z-index: 952;
}

.component--header .header--mega-menu ul:nth-child(454) {
  z-index: 953;
}

.component--header .header--mega-menu ul:nth-child(455) {
  z-index: 954;
}

.component--header .header--mega-menu ul:nth-child(456) {
  z-index: 955;
}

.component--header .header--mega-menu ul:nth-child(457) {
  z-index: 956;
}

.component--header .header--mega-menu ul:nth-child(458) {
  z-index: 957;
}

.component--header .header--mega-menu ul:nth-child(459) {
  z-index: 958;
}

.component--header .header--mega-menu ul:nth-child(460) {
  z-index: 959;
}

.component--header .header--mega-menu ul:nth-child(461) {
  z-index: 960;
}

.component--header .header--mega-menu ul:nth-child(462) {
  z-index: 961;
}

.component--header .header--mega-menu ul:nth-child(463) {
  z-index: 962;
}

.component--header .header--mega-menu ul:nth-child(464) {
  z-index: 963;
}

.component--header .header--mega-menu ul:nth-child(465) {
  z-index: 964;
}

.component--header .header--mega-menu ul:nth-child(466) {
  z-index: 965;
}

.component--header .header--mega-menu ul:nth-child(467) {
  z-index: 966;
}

.component--header .header--mega-menu ul:nth-child(468) {
  z-index: 967;
}

.component--header .header--mega-menu ul:nth-child(469) {
  z-index: 968;
}

.component--header .header--mega-menu ul:nth-child(470) {
  z-index: 969;
}

.component--header .header--mega-menu ul:nth-child(471) {
  z-index: 970;
}

.component--header .header--mega-menu ul:nth-child(472) {
  z-index: 971;
}

.component--header .header--mega-menu ul:nth-child(473) {
  z-index: 972;
}

.component--header .header--mega-menu ul:nth-child(474) {
  z-index: 973;
}

.component--header .header--mega-menu ul:nth-child(475) {
  z-index: 974;
}

.component--header .header--mega-menu ul:nth-child(476) {
  z-index: 975;
}

.component--header .header--mega-menu ul:nth-child(477) {
  z-index: 976;
}

.component--header .header--mega-menu ul:nth-child(478) {
  z-index: 977;
}

.component--header .header--mega-menu ul:nth-child(479) {
  z-index: 978;
}

.component--header .header--mega-menu ul:nth-child(480) {
  z-index: 979;
}

.component--header .header--mega-menu ul:nth-child(481) {
  z-index: 980;
}

.component--header .header--mega-menu ul:nth-child(482) {
  z-index: 981;
}

.component--header .header--mega-menu ul:nth-child(483) {
  z-index: 982;
}

.component--header .header--mega-menu ul:nth-child(484) {
  z-index: 983;
}

.component--header .header--mega-menu ul:nth-child(485) {
  z-index: 984;
}

.component--header .header--mega-menu ul:nth-child(486) {
  z-index: 985;
}

.component--header .header--mega-menu ul:nth-child(487) {
  z-index: 986;
}

.component--header .header--mega-menu ul:nth-child(488) {
  z-index: 987;
}

.component--header .header--mega-menu ul:nth-child(489) {
  z-index: 988;
}

.component--header .header--mega-menu ul:nth-child(490) {
  z-index: 989;
}

.component--header .header--mega-menu ul:nth-child(491) {
  z-index: 990;
}

.component--header .header--mega-menu ul:nth-child(492) {
  z-index: 991;
}

.component--header .header--mega-menu ul:nth-child(493) {
  z-index: 992;
}

.component--header .header--mega-menu ul:nth-child(494) {
  z-index: 993;
}

.component--header .header--mega-menu ul:nth-child(495) {
  z-index: 994;
}

.component--header .header--mega-menu ul:nth-child(496) {
  z-index: 995;
}

.component--header .header--mega-menu ul:nth-child(497) {
  z-index: 996;
}

.component--header .header--mega-menu ul:nth-child(498) {
  z-index: 997;
}

.component--header .header--mega-menu ul:nth-child(499) {
  z-index: 998;
}

.component--header .header--mega-menu ul:nth-child(500) {
  z-index: 999;
}

.component--header .header--mega-menu ul:nth-child(501) {
  z-index: 1000;
}

.component--header .header--mega-menu ul.mobile-open {
  left: 0;
}

.component--header .header--mega-menu ul li {
  list-style: none;
  display: block;
  margin-bottom: 5px;
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu ul li.hide-desktop {
    display: none;
  }
}

.component--header .header--mega-menu ul li.indicator {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
}

.component--header .header--mega-menu ul li a {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 10px 30px 8px 0;
  border-bottom: 1px solid #fff;
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  margin: 0;
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu ul li a {
    font-size: 25px;
    line-height: 1.15;
  }
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu ul li a {
    display: inline-block;
    padding-right: 0;
    margin-right: 30px;
  }
}

@-webkit-keyframes nav-arrow-bounce {
  0% {
    right: 3px;
  }

  50% {
    right: 0;
  }

  100% {
    right: 3px;
  }
}

@keyframes nav-arrow-bounce {
  0% {
    right: 3px;
  }

  50% {
    right: 0;
  }

  100% {
    right: 3px;
  }
}

@media (max-width: 1260.98px) {
  .component--header .header--mega-menu ul li a.active {
    opacity: 0.5;
  }
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu ul li a.active {
    border-bottom: 2px solid #323e48;
  }
}

@media (max-width: 1260.98px) {
  .component--header .header--mega-menu ul li a.active:after {
    -webkit-animation: nav-arrow-bounce 0.5s linear forwards;
    animation: nav-arrow-bounce 0.5s linear forwards;
  }
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu ul li a.sub-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.component--header .header--mega-menu ul li a.sub-nav:after {
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  background-color: transparent;
}

@media (max-width: 1260.98px) {
  .component--header .header--mega-menu ul li a.sub-nav:after {
    position: absolute;
    bottom: 16px;
    right: 3px;
    width: 20px;
    height: 13px;
    background-image: url(../img/icons/icon--right-arrow__white.svg);
  }
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu ul li a.sub-nav:after {
    background-image: url(../img/icons/icon--plus.svg);
    margin-left: 5px;
    height: 20px;
    width: 20px;
  }
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu ul li a.sub-nav.desktop-open:after {
    background-image: url(../img/icons/icon--minus.svg);
  }
}

.component--header .header--mega-menu ul li a:hover {
  opacity: 0.5;
}

.component--header .header--mega-menu ul li a:hover:after {
  -webkit-animation: nav-arrow-bounce 0.5s linear forwards;
  animation: nav-arrow-bounce 0.5s linear forwards;
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu ul li a {
    color: #323e48;
    border-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu ul ul {
    height: auto;
    overflow: hidden;
    display: block;
    line-height: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition:
      top 0.25s,
      opacity 0.25s;
    transition:
      top 0.25s,
      opacity 0.25s;
    background-color: transparent;
    left: 0;
    padding: 0;
    zoom: 1;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1px;
    height: auto;
    position: relative;
    top: 30px;
    margin-bottom: 0;
    max-width: 99999px;
  }

  .component--header .header--mega-menu ul ul .indicator {
    display: none;
  }
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu ul ul li a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0 30px;
    line-height: 1.5;
    font-size: 16px;
  }
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu ul ul.desktop-open {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    top: 0;
    opacity: 1;
    max-height: 99999px;
  }
}

.component--header .header--mega-menu ul ul:after {
  display: none;
}

.component--header .header--mega-menu .mega-menu--level-2 {
  visibility: hidden;
}

.component--header .header--mega-menu .mega-menu--level-2.desktop-open {
  visibility: visible;
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu .mega-menu--level-2.desktop-open {
    padding: 20px 0 20px 0;
  }
}

.component--header .header--mega-menu .mega-menu--level-3 {
  visibility: hidden;
}

.component--header .header--mega-menu .mega-menu--level-3.desktop-open {
  visibility: visible;
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu .mega-menu--level-3.desktop-open {
    padding: 10px 0 10px 0;
  }
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu .mega-menu--level-3.desktop-open li a {
    padding: 0 30px 0 60px;
  }
}

.component--header .header--mega-menu.mega-menu--ancestor .mega-menu--back {
  pointer-events: initial;
  opacity: 1;
  cursor: pointer;
}

.component--header .header--mega-menu.mobile-open {
  left: 0;
}

.component--header .header--mega-menu .mega-menu--buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 60px);
  padding: 48px 0 49px 0;
  margin: 0 30px;
  z-index: 550;
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu .mega-menu--buttons {
    margin-left: 0;
    width: auto;
    border-top: 0;
  }
}

@media (max-width: 1260.98px) {
  .component--header .header--mega-menu .mega-menu--buttons {
    background: #323e48;
  }
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu .mega-menu--buttons .social-links {
    width: 100%;
  }
}

.component--header
  .header--mega-menu
  .mega-menu--buttons
  .social-links:first-child {
  margin-bottom: 30px;
}

.component--header .header--mega-menu .mega-menu--buttons p {
  margin-bottom: 38px;
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu .mega-menu--buttons p {
    margin-bottom: 53px;
  }
}

.component--header .header--mega-menu .mega-menu--buttons .btn {
  display: inline-block;
  margin: 0 36px 0 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

@media (max-width: 1260.98px) {
  .component--header .header--mega-menu .mega-menu--buttons .btn {
    color: #fff;
  }

  .component--header .header--mega-menu .mega-menu--buttons .btn:after {
    background-color: #fff;
  }
}

.component--header .header--mega-menu .mega-menu--buttons .btn:hover {
  opacity: 0.5;
}

.component--header .header--mega-menu .mega-menu--buttons .btn:after {
  width: 100%;
}

.component--header .header--mega-menu .mega-menu--buttons .btn:last-child {
  margin: 0;
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu .mega-menu--buttons .btn.btn--search {
    display: none;
  }
}

.component--header
  .header--mega-menu
  .mega-menu--buttons
  .btn.btn--search:before {
  background-image: url(../img/icons/icon--magnifying-glass__small--white.svg);
}

@media (max-width: 1260.98px) {
  .component--header
    .header--mega-menu
    .mega-menu--buttons
    .btn.btn--link:before {
    background-image: url(../img/icons/icon--right-arrow__white.svg);
  }
}

.component--header .header--mega-menu .mega-menu--buttons .icon {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu .mega-menu--buttons .icon {
    background-color: transparent;
    color: #323e48;
  }

  .component--header .header--mega-menu .mega-menu--buttons .icon:hover {
    background-color: transparent;
    color: #323e48;
  }
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu .mega-menu--buttons .icon.twitter {
    width: 20px;
    height: 15px;
    background-size: 20px 15px;
  }
}

@media (max-width: 1260.98px) {
  .component--header .header--mega-menu .mega-menu--buttons .icon.twitter {
    background-image: url(../img/icons/icon--x__white.svg);
  }
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu .mega-menu--buttons .icon.linkedin {
    width: 20px;
    height: 18px;
    background-size: 20px 18px;
  }
}

@media (max-width: 1260.98px) {
  .component--header .header--mega-menu .mega-menu--buttons .icon.linkedin {
    background-image: url(../img/icons/icon--linkedin-large__white.svg);
  }
}

@media (min-width: 1261px) {
  .component--header .header--mega-menu .mega-menu--buttons .icon.wechat {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}

@media (max-width: 1260.98px) {
  .component--header .header--mega-menu .mega-menu--buttons .icon.wechat {
    background-image: url(../img/icons/icon--wechat-large__white.svg);
  }
}

.component--header .header--mega-menu .mega-menu--buttons .icon:hover {
  opacity: 0.5;
}

.component--header.scrolled {
  background-color: #fff;
}

@media (min-width: 1261px) {
  .component--header.alternate .header--burger .line {
    background-color: #fff;
  }
}

@media (min-width: 1261px) {
  .component--header.alternate .header--logo svg path {
    fill: #fff;
  }
}

.component--header.alternate .search-btn svg g {
  stroke: #fff;
}

@media (min-width: 1261px) {
  .component--header.alternate .header--navigation a {
    color: #fff !important;
  }
}

@media (min-width: 1261px) {
  .component--header.alternate .header--language-selector .indicator {
    background-color: #f5f5f6;
    color: #323e48;
    background-image: url(../img/icons/icon--language-selector-arrow.svg);
  }
}

@media (min-width: 1261px) {
  .component--header.alternate.scrolled .header--burger .line {
    background-color: #323e48;
  }
}

@media (min-width: 1261px) {
  .component--header.alternate.scrolled .header--logo svg path {
    fill: #323e48;
  }
}

@media (min-width: 1261px) {
  .component--header.alternate.scrolled .header--navigation a {
    color: #323e48 !important;
  }
}

.component--header.alternate.scrolled .search-btn svg g {
  stroke: #323e48;
}

@media (min-width: 1261px) {
  .component--header.alternate.scrolled .header--language-selector .indicator {
    background-color: #323e48;
    color: #fff;
    background-image: url(../img/icons/icon--language-selector-arrow__white.svg);
  }
}

.mega-menu-active {
  overflow: hidden;
}

.mega-menu-active .component--header .header--burger.active .line {
  background-color: #fff;
}

@media (min-width: 1261px) {
  .mega-menu-active .component--header .header--burger.active .line {
    background-color: #323e48;
  }
}

@media (min-width: 1261px) {
  .mega-menu-active .component--header.alternate .header--logo svg path {
    fill: #323e48;
  }
}

.component--page-navigation {
  padding: 45px 0;
}

@media (min-width: 1261px) {
  .component--page-navigation {
    padding: 60px 0;
  }
}

.component--page-navigation a {
  text-decoration: none;
}

.component--page-navigation .navigation--item {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1;
  padding-bottom: 6px;
  display: inline-block;
  position: relative;
  width: auto;
  max-width: 50%;
  float: left;
}

@media (min-width: 1261px) {
  .component--page-navigation .navigation--item {
    font-size: 48px;
  }
}

@-webkit-keyframes page-navigation-arrow-bounce--left {
  0% {
    background-position: top 50% left 0;
  }

  50% {
    background-position: top 50% left 15px;
  }

  100% {
    background-position: top 50% left 0;
  }
}

@keyframes page-navigation-arrow-bounce--left {
  0% {
    background-position: top 50% left 0;
  }

  50% {
    background-position: top 50% left 15px;
  }

  100% {
    background-position: top 50% left 0;
  }
}

@-webkit-keyframes page-navigation-arrow-bounce--right {
  0% {
    background-position: top 50% right 0;
  }

  50% {
    background-position: top 50% right 15px;
  }

  100% {
    background-position: top 50% right 0;
  }
}

@keyframes page-navigation-arrow-bounce--right {
  0% {
    background-position: top 50% right 0;
  }

  50% {
    background-position: top 50% right 15px;
  }

  100% {
    background-position: top 50% right 0;
  }
}

.component--page-navigation .navigation--item .arrow {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 700;
  font-size: 10px;
  line-height: 24px;
  display: block;
  margin-bottom: 7px;
  padding-top: 42px;
  background-image: url(../img/icons/icon--left-arrow--large.svg);
  background-repeat: no-repeat;
  background-position: top 0 left 0;
}

@media (min-width: 1261px) {
  .component--page-navigation .navigation--item .arrow {
    background-position: top 50% left 0;
    padding-top: 0;
    padding-left: 75px;
    font-size: 15px;
    margin-bottom: 29px;
    line-height: 27px;
  }
}

.component--page-navigation .navigation--item.next {
  float: right;
}

.component--page-navigation .navigation--item.next .arrow {
  background-image: url(../img/icons/icon--right-arrow--large.svg);
  background-position: top 0 right 0;
}

@media (min-width: 1261px) {
  .component--page-navigation .navigation--item.next .arrow {
    background-position: top 50% right 0;
    padding-left: 0;
    padding-right: 63px;
  }
}

@media (min-width: 1261px) {
  .component--page-navigation .navigation--item.next:hover .arrow {
    -webkit-animation: page-navigation-arrow-bounce--right 0.5s linear forwards;
    animation: page-navigation-arrow-bounce--right 0.5s linear forwards;
  }
}

.component--page-navigation .navigation--item:after {
  width: 0;
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
  background-color: #323e48;
  overflow: hidden;
}

.component--page-navigation .navigation--item:hover {
  text-decoration: none;
  color: #323e48;
}

@media (min-width: 1261px) {
  .component--page-navigation .navigation--item:hover .arrow {
    -webkit-animation: page-navigation-arrow-bounce--left 0.5s linear forwards;
    animation: page-navigation-arrow-bounce--left 0.5s linear forwards;
  }
}

.component--page-navigation .navigation--item:hover:after {
  width: 100%;
}

.component--page-navigation .navigation--item.next {
  text-align: right;
  margin-left: auto;
  float: right;
}

.footer {
  background-color: #f5f5f6;
}

.footer a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  text-decoration: none;
}

.footer a:hover {
  color: currentColor;
  text-decoration: none;
  opacity: 0.75;
}

@media (min-width: 1261px) {
  .footer .component--footer {
    padding: 75px 0;
  }
}

.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer__top {
  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;
  margin-bottom: 54px;
}

@media (min-width: 1261px) {
  .footer__top {
    margin-bottom: 83px;
  }
}

@media (min-width: 1261px) {
  .footer__top .logo svg {
    width: 120px;
    height: 21px;
  }
}

.footer .btn.back-to-top {
  display: none;
}

@media (min-width: 1261px) {
  .footer .btn.back-to-top {
    display: inline-block;
  }
}

@media (min-width: 1261px) {
  .footer__list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__list-inline li {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 16px;
}

@media (max-width: 1260.98px) {
  .footer__list-inline li + li {
    margin-top: 12px;
  }
}

@media (min-width: 1261px) {
  .footer__list-inline li + li {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 1261px) {
  .footer__list-inline li + li::before {
    content: "";
    position: absolute;
    border-left: 1px solid;
    left: 0;
    top: 3px;
    bottom: 3px;
  }
}

.footer__list-inline li:last-child {
  margin-left: auto;
}

.footer__list-inline li:last-child:before {
  display: none;
}

@media (min-width: 1261px) {
  .footer__list-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__list-main li {
  font-family: "Publico Roman", serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 16px;
}

@media (max-width: 1260.98px) {
  .footer__list-main li {
    font-size: 20px;
  }
}

@media (min-width: 1261px) {
  .footer__list-main li {
    width: 50%;
    margin-bottom: 17px;
  }
}

.footer__list-main li + li {
  margin-top: 25px;
}

@media (min-width: 1261px) {
  .footer__list-main li + li {
    margin-top: 0;
  }
}

@media (min-width: 1261px) {
  .footer__list-main li:nth-child(even) {
    padding-left: 13px;
  }
}

.footer__list-link li {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 12px;
  text-transform: inherit;
  letter-spacing: inherit;
  margin-bottom: 12px;
}

@media (min-width: 1261px) {
  .footer__list-link li {
    margin-bottom: 15px;
  }
}

@media (min-width: 1261px) {
  .footer .link-block--inline {
    margin-top: 89px;
  }
}

@media (min-width: 1261px) {
  .footer__ctas {
    padding-top: 43px;
    clear: both;
    text-align: right;
  }
}

.footer__ctas .btn {
  width: 100%;
}

@media (min-width: 1261px) {
  .footer .social-links {
    width: auto;
    float: right;
    margin-top: -5px;
  }
}

@media (max-width: 1260.98px) {
  .footer .social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1261px) {
  .footer .social-links a {
    margin-left: 25px;
  }
}

@media (min-width: 1261px) {
  .footer .social-links a.icon {
    margin-top: -3px;
  }
}

@media (max-width: 1260.98px) {
  .footer .social-links a.btn {
    padding: 10px 24px;
    background-color: #323e48;
    border: 1px solid #323e48;
    color: #fff;
    border-radius: 20px;
    -webkit-transition:
      background-color 0.25s,
      color 0.25s;
    transition:
      background-color 0.25s,
      color 0.25s;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: 1.5px;
    font-weight: 400;
  }

  .footer .social-links a.btn:hover {
    background-color: #fff;
    color: #323e48;
    border: 1px solid #323e48;
    text-decoration: none;
  }

  .footer .social-links a.btn:after,
  .footer .social-links a.btn:before {
    display: none;
  }
}

.accordion-header {
  display: block;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 4px solid #323e48;
  padding-right: 47px;
  position: relative;
  font-family: "Publico Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (min-width: 1261px) {
  .accordion-header {
    font-size: 35px;
    line-height: 1.33;
  }
}

@media (min-width: 1261px) {
  .accordion-header {
    display: none;
  }
}

.accordion-header:after {
  width: 32px;
  height: 32px;
  content: "";
  background-image: url(../img/icons/icon--accordion-indicator.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition:
    transform 0.25s ease-in-out,
    -webkit-transform 0.25s ease-in-out;
}

.accordion-header.active:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.accordion-header:hover {
  text-decoration: none;
}

@media (max-width: 1260.98px) {
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

.accordion-content.showing {
  margin-bottom: 27px;
}

@media (max-width: 1260.98px) {
  .accordion-content.showing {
    max-height: 500px;
    overflow: inherit;
  }
}

@media (max-width: 1260.98px) {
  .accordion-content.hiding {
    max-height: 0;
  }
}

@media (min-width: 1261px) {
  .list-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 1261px) {
  .list-split li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1261px),
  screen and (-ms-high-contrast: none) and (min-width: 1261px) {
  .component--hero .hero--content {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1261px),
  screen and (-ms-high-contrast: none) and (min-width: 1261px) {
  .component--hero.person .container {
    max-width: 99999px;
    width: 1244px;
    padding-left: 700px !important;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1261px),
  screen and (-ms-high-contrast: none) and (min-width: 1261px) {
  .component--testimonials .testimonials--content {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1261px),
  screen and (-ms-high-contrast: none) and (min-width: 1261px) {
  .component--twitter .twitter--content {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1261px),
  screen and (-ms-high-contrast: none) and (min-width: 1261px) {
  .component--about-carousel .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1261px),
  screen and (-ms-high-contrast: none) and (min-width: 1261px) {
  .component--about-carousel .swiper-wrapper .swiper-slide {
    width: 25%;
  }
}

@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .component--sticky-navigation {
    display: none !important;
  }

  .view-more {
    display: none !important;
  }

  .view-more.active {
    display: block !important;
  }
}

img.scToolbarIndicator {
  height: 16px;
  width: 11px;
}

a.scChromeDropDownRow img,
a.sc_DropDownItemLink img {
  height: 16px;
  width: 16px;
  display: inline-block;
}

a.scChromeMoreSection img {
  height: 9px;
  width: 8px;
}

.sc-breadcrumb-item-rectangle img {
  padding-right: 0 !important;
  margin-right: 4px;
  width: auto;
}

p.experience-editor-message {
  border-style: dashed;
  border-color: red;
  padding: 5px;
}

.component.component--rich-text .scWebEditInput {
  display: block;
}

body.front-end .TwoBirdsCoveoSearchInterface.coveo-component {
  display: none;
}

body.front-end .CoveoSearchInterface {
  min-width: auto;
}

body.front-end .CoveoSearchInterface .CoveoSearchbox {
  margin-right: inherit;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
