@font-face {
  font-family: "Cabinet Grotesk";
  src: url("../fonts/CabinetGrotesk-Extrabold.eot");
  src: url("../fonts/CabinetGrotesk-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/CabinetGrotesk-Extrabold.woff2") format("woff2"), url("../fonts/CabinetGrotesk-Extrabold.woff") format("woff"), url("../fonts/CabinetGrotesk-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: "Cabinet Grotesk";
  src: url("../fonts/CabinetGrotesk-Bold.eot");
  src: url("../fonts/CabinetGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CabinetGrotesk-Bold.woff2") format("woff2"), url("../fonts/CabinetGrotesk-Bold.woff") format("woff"), url("../fonts/CabinetGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: "Cabinet Grotesk";
  src: url("../fonts/CabinetGrotesk-Medium.eot");
  src: url("../fonts/CabinetGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CabinetGrotesk-Medium.woff2") format("woff2"), url("../fonts/CabinetGrotesk-Medium.woff") format("woff"), url("../fonts/CabinetGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: "Cabinet Grotesk";
  src: url("../fonts/CabinetGrotesk-Regular.eot");
  src: url("../fonts/CabinetGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CabinetGrotesk-Regular.woff2") format("woff2"), url("../fonts/CabinetGrotesk-Regular.woff") format("woff"), url("../fonts/CabinetGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.eot");
  src: url("../fonts/Satoshi-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/CabinetGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.eot");
  src: url("../fonts/Satoshi-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/CabinetGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.eot");
  src: url("../fonts/Satoshi-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/CabinetGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block; }

/* ==========================================================================
   Variables
   ========================================================================== */
/* Type settings */
/* Layout Settings */
/* Colour setting */
/* Form styles */
/* ==========================================================================
   Bootstrap Overrides
   ========================================================================== */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #00bf8c;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #343434;
  --secondary: #777;
  --success: #00bf8c;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Satoshi", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #343434;
  text-align: left;
  background-color: #fff; }

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

hr {
  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[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #343434;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0e0e0e;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

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: .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; }

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

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

.figure {
  display: inline-block; }

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

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 548px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 732px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 972px; } }

@media (min-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1308px; } }

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px; }

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

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

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

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

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

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

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 13;
      order: 13; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #343434;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #343434;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 52, 52, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #343434;
  border-color: #343434; }
  .btn-primary:hover {
    color: #fff;
    background-color: #212121;
    border-color: #1b1a1a; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #212121;
    border-color: #1b1a1a;
    box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #343434;
    border-color: #343434; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1b1a1a;
    border-color: #141414; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #777;
  border-color: #777; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #646464;
    border-color: #5e5d5d; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #646464;
    border-color: #5e5d5d;
    box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #777;
    border-color: #777; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #5e5d5d;
    border-color: #575757; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5); }

.btn-success {
  color: #fff;
  background-color: #00bf8c;
  border-color: #00bf8c; }
  .btn-success:hover {
    color: #fff;
    background-color: #009970;
    border-color: #008c67; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #009970;
    border-color: #008c67;
    box-shadow: 0 0 0 0.2rem rgba(38, 201, 157, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #00bf8c;
    border-color: #00bf8c; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #008c67;
    border-color: #007f5d; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 201, 157, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #343434;
  border-color: #343434; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #343434;
    border-color: #343434; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 52, 52, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #343434;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #343434;
    border-color: #343434; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 52, 52, 0.5); }

.btn-outline-secondary {
  color: #777;
  border-color: #777; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #777;
    border-color: #777; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #777;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #777;
    border-color: #777; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5); }

.btn-outline-success {
  color: #00bf8c;
  border-color: #00bf8c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #00bf8c;
    border-color: #00bf8c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 191, 140, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00bf8c;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00bf8c;
    border-color: #00bf8c; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 191, 140, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #343434;
  text-decoration: none; }
  .btn-link:hover {
    color: #0e0e0e;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

.text-capitalize {
  text-transform: capitalize !important; }

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

.font-weight-lighter {
  font-weight: lighter !important; }

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

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

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

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

.text-primary {
  color: #343434 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0e0e0e !important; }

.text-secondary {
  color: #777 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #515151 !important; }

.text-success {
  color: #00bf8c !important; }

a.text-success:hover, a.text-success:focus {
  color: #007354 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #343434 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/**
 * Swiper 6.8.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 16, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden; }

/* ==========================================================================
   Print styles.
   In-lined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]::after {
      content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  /*
	* Don't show links for images, or javascript/internal links
	*/
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: ''; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  -webkit-backface-visibility: hidden; }

html,
body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
  min-height: 100%;
  overscroll-behavior-y: none; }

html {
  font-family: "Satoshi", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  zoom: 1;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  position: relative;
  color: #fff;
  background-color: #000;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  scroll-behavior: smooth; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::selection {
  background: rgba(52, 52, 52, 0.5);
  text-shadow: none; }

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

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

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

img {
  max-width: 100%; }

svg,
svg * {
  transition: all 0.8s ease-in-out; }

/* overrides for container and row / column at each viewpoint. Use variables to alter */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 576px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-right: 6px;
      padding-left: 6px; } }
  @media (min-width: 768px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-right: 6px;
      padding-left: 6px; } }
  @media (min-width: 992px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1280px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-right: 14px;
      padding-left: 14px; } }

.row {
  margin-right: -4px;
  margin-left: -4px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -6px;
      margin-left: -6px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -6px;
      margin-left: -6px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 1280px) {
    .row {
      margin-right: -14px;
      margin-left: -14px; } }

.col,
[class*="col-"] {
  padding-right: 4px;
  padding-left: 4px; }
  @media (min-width: 576px) {
    .col,
    [class*="col-"] {
      padding-right: 6px;
      padding-left: 6px; } }
  @media (min-width: 768px) {
    .col,
    [class*="col-"] {
      padding-right: 6px;
      padding-left: 6px; } }
  @media (min-width: 992px) {
    .col,
    [class*="col-"] {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1280px) {
    .col,
    [class*="col-"] {
      padding-right: 14px;
      padding-left: 14px; } }

@keyframes autofill {
  to {
    background-color: #fff; } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeInEnlarge {
  from {
    opacity: 0;
    transform: scale(1); }
  to {
    opacity: 1;
    transform: scale(1.05); } }

@keyframes fadeOutShrink {
  from {
    opacity: 1;
    transform: scale(1.05); }
  to {
    opacity: 0;
    transform: scale(1); } }

h1,
.h1 {
  font-family: "Cabinet Grotesk", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  margin: 0.875em 0;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 114px; }
  h1 > a, h1 > a:hover, h1 > a:active, h1 > a:focus,
  .h1 > a,
  .h1 > a:hover,
  .h1 > a:active,
  .h1 > a:focus {
    color: inherit;
    text-decoration: none; }

h2,
.h2 {
  font-family: "Cabinet Grotesk", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  margin: 0.875em 0;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 56px; }
  h2 > a, h2 > a:hover, h2 > a:active, h2 > a:focus,
  .h2 > a,
  .h2 > a:hover,
  .h2 > a:active,
  .h2 > a:focus {
    color: inherit;
    text-decoration: none; }

h3,
.h3 {
  font-family: "Cabinet Grotesk", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  margin: 0.875em 0;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 40px; }
  h3 > a, h3 > a:hover, h3 > a:active, h3 > a:focus,
  .h3 > a,
  .h3 > a:hover,
  .h3 > a:active,
  .h3 > a:focus {
    color: inherit;
    text-decoration: none; }

h4,
.h4 {
  font-family: "Cabinet Grotesk", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  margin: 0.875em 0;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 32px; }
  h4 > a, h4 > a:hover, h4 > a:active, h4 > a:focus,
  .h4 > a,
  .h4 > a:hover,
  .h4 > a:active,
  .h4 > a:focus {
    color: inherit;
    text-decoration: none; }

h5,
.h5 {
  font-family: "Cabinet Grotesk", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  margin: 0.875em 0;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 24px; }
  h5 > a, h5 > a:hover, h5 > a:active, h5 > a:focus,
  .h5 > a,
  .h5 > a:hover,
  .h5 > a:active,
  .h5 > a:focus {
    color: inherit;
    text-decoration: none; }

h6,
.h6 {
  font-family: "Cabinet Grotesk", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  margin: 0.875em 0;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 18px; }
  h6 > a, h6 > a:hover, h6 > a:active, h6 > a:focus,
  .h6 > a,
  .h6 > a:hover,
  .h6 > a:active,
  .h6 > a:focus {
    color: inherit;
    text-decoration: none; }

p {
  letter-spacing: -0.01em; }
  p > a, p > a:hover, p > a:active, p > a:focus {
    color: inherit;
    text-decoration: none; }

body.menu-open,
body.search-open {
  padding-right: var(--scrollbar-width, 16px);
  overflow: hidden; }
  body.menu-open main,
  body.search-open main {
    position: relative;
    height: 0;
    padding: 0;
    overflow: hidden; }

.swup-transition {
  transition: opacity 0.5s ease-in-out 0s;
  opacity: 1; }
  html.is-animating .swup-transition {
    opacity: 0; }
  .swup-transition.timeline,
  html.from-timeline-to-content .swup-transition,
  html.from-content-to-timeline .swup-transition {
    transition-duration: 1.5s; }

main {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    main {
      padding-top: 120px;
      padding-bottom: 120px; } }

.component {
  margin-top: 65px; }
  @media (min-width: 768px) {
    .component {
      margin-top: 150px; } }
  .component:first-child {
    margin-top: 0; }
  .component .component-title {
    font-family: "Cabinet Grotesk", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    margin: 0.875em 0;
    letter-spacing: -0.01em;
    line-height: 1;
    font-size: 32px;
    margin: 0 0 35px;
    font-weight: normal; }
    @media (min-width: 768px) {
      .component .component-title {
        font-family: "Cabinet Grotesk", "Helvetica", "Arial", sans-serif;
        font-weight: normal;
        margin: 0.875em 0;
        letter-spacing: -0.01em;
        line-height: 1;
        font-size: 56px;
        margin: 0 0 50px;
        font-weight: normal; } }

.loading-content .loading-indicator {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease-in-out 1.25s, visibility 0s ease-in-out 1.25s; }

.loading-indicator {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 100px;
  width: 100px;
  margin: auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.375s ease-in-out 0s, visibility 0s ease-in-out 0.375s; }
  .loading-indicator svg {
    height: 100%;
    width: 100%;
    animation: spin 6s linear infinite; }

.is-leaving .timeline-swiper .swiper-slide,
.is-leaving .timeline-swiper .swiper-slide-prev,
.is-leaving .timeline-swiper .swiper-slide-active,
.is-leaving .timeline-swiper .swiper-slide-next {
  animation-fill-mode: both;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-name: fadeOutUpFull;
  animation-timing-function: cubic-bezier(1, 0, 0.35, 1); }

.is-leaving .timeline-swiper .swiper-slide {
  animation-delay: 0.08s;
  animation-duration: 1.5s; }

.is-leaving .timeline-swiper .swiper-slide-prev,
.is-leaving .timeline-swiper .swiper-slide-next {
  animation-delay: 0.05s;
  animation-duration: 1.4s; }

.is-leaving .timeline-swiper .swiper-slide-active {
  animation-delay: 0s;
  animation-duration: 1.2s; }

.is-rendering .timeline-swiper .swiper-slide * {
  transition: none !important;
  transform: none !important; }

.from-content-to-timeline .timeline-swiper .swiper-slide,
.from-content-to-timeline .timeline-swiper .swiper-slide-prev,
.from-content-to-timeline .timeline-swiper .swiper-slide-active,
.from-content-to-timeline .timeline-swiper .swiper-slide-next {
  animation-fill-mode: both;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-name: fadeInDownFull;
  animation-timing-function: cubic-bezier(0.65, 0, 0, 1); }

.from-content-to-timeline .timeline-swiper .swiper-slide {
  animation-delay: 0s;
  animation-duration: 1.2s; }

.from-content-to-timeline .timeline-swiper .swiper-slide-prev,
.from-content-to-timeline .timeline-swiper .swiper-slide-next {
  animation-delay: 0.05s;
  animation-duration: 1.3s; }

.from-content-to-timeline .timeline-swiper .swiper-slide-active {
  animation-delay: 0.08s;
  animation-duration: 1.5s; }

.from-content-to-timeline .component {
  animation-fill-mode: both;
  animation-delay: 0.6s;
  animation-iteration-count: 1;
  animation-name: fadeOutDownFull;
  animation-timing-function: cubic-bezier(1, 0, 0.35, 1);
  animation-duration: 1.2s; }
  .from-content-to-timeline .component:nth-child(n + 2) {
    animation-delay: 0s; }

.from-content-to-timeline .component-page-description .component-page-hero,
.from-content-to-timeline .component-page-description .component-page-title,
.from-content-to-timeline .component-page-description .component-page-subhead,
.from-content-to-timeline .component-page-description .wysiwyg {
  animation-fill-mode: both;
  animation-delay: 0.9s;
  animation-iteration-count: 1;
  animation-name: fadeOutDown15vh;
  animation-timing-function: ease-in-out;
  animation-duration: 1.2s; }

.from-content-to-timeline .component-page-description .component-page-hero ~ .component-page-title {
  animation-delay: 0.2s;
  animation-duration: 0.6s; }

.from-content-to-timeline .component-page-description .component-page-hero ~ .component-page-subhead {
  animation-delay: 0.1s;
  animation-duration: 0.6s; }

.from-content-to-timeline .component-page-description .component-page-hero ~ .wysiwyg {
  animation-delay: 0s;
  animation-duration: 0.6s; }

.from-timeline-to-content .component {
  animation-fill-mode: both;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-name: fadeInUpFull;
  animation-timing-function: cubic-bezier(0.65, 0, 0, 1);
  animation-duration: 1.2s; }
  .from-timeline-to-content .component:nth-child(n + 2) {
    animation-delay: 0.6s; }

.from-timeline-to-content .component-page-description .component-page-hero,
.from-timeline-to-content .component-page-description .component-page-title,
.from-timeline-to-content .component-page-description .component-page-subhead,
.from-timeline-to-content .component-page-description .wysiwyg {
  animation-fill-mode: both;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-name: fadeInUp15vh;
  animation-timing-function: ease-in-out;
  animation-duration: 1.2s; }

.from-timeline-to-content .component-page-description .component-page-hero ~ .component-page-title {
  animation-delay: 0.7s;
  animation-duration: 0.6s; }

.from-timeline-to-content .component-page-description .component-page-hero ~ .component-page-subhead {
  animation-delay: 0.8s;
  animation-duration: 0.6s; }

.from-timeline-to-content .component-page-description .component-page-hero ~ .wysiwyg {
  animation-delay: 0.9s;
  animation-duration: 0.6s; }

.category-name {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .category-name {
      font-size: 24px;
      line-height: 1.2; } }

@keyframes fadeOutUpFull {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeInDownFull {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1; } }

@keyframes fadeInUpFull {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1; } }

@keyframes fadeInUp15vh {
  from {
    opacity: 0;
    transform: translate3d(0, 15vh, 0); }
  to {
    opacity: 1; } }

@keyframes fadeOutDownFull {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown15vh {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 15vh, 0); } }

body.theme-discover {
  color: #000;
  background-color: #fff; }

.theme-discover,
body .theme-discover {
  color: #000;
  --theme-color: #000;
  --theme-color-rgb: 0, 0, 0; }
  .theme-discover .theme-background, .theme-discover.theme-background,
  body .theme-discover .theme-background,
  body .theme-discover.theme-background {
    background: #000; }
  .theme-discover .theme-gradient, .theme-discover.theme-gradient,
  body .theme-discover .theme-gradient,
  body .theme-discover.theme-gradient {
    background: radial-gradient(100% 256% at 0% 0%, #fff 17.19%, #dedede 100%); }
  .theme-discover .theme-loading-gradient, .theme-discover.theme-loading-gradient,
  body .theme-discover .theme-loading-gradient,
  body .theme-discover.theme-loading-gradient {
    background: linear-gradient(150deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 100%); }
  .theme-discover .theme-color, .theme-discover.theme-color,
  body .theme-discover .theme-color,
  body .theme-discover.theme-color {
    color: #000; }
  .theme-discover .theme-fill, .theme-discover.theme-fill,
  body .theme-discover .theme-fill,
  body .theme-discover.theme-fill {
    fill: #000; }
  .theme-discover .theme-stroke, .theme-discover.theme-stroke,
  body .theme-discover .theme-stroke,
  body .theme-discover.theme-stroke {
    stroke: #000; }
  .theme-discover .theme-reverse-color, .theme-discover.theme-reverse-color,
  body .theme-discover .theme-reverse-color,
  body .theme-discover.theme-reverse-color {
    color: #000; }
  .theme-discover .theme-reverse-fill, .theme-discover.theme-reverse-fill,
  body .theme-discover .theme-reverse-fill,
  body .theme-discover.theme-reverse-fill {
    fill: #000; }
  .theme-discover .theme-reverse-stroke, .theme-discover.theme-reverse-stroke,
  body .theme-discover .theme-reverse-stroke,
  body .theme-discover.theme-reverse-stroke {
    stroke: #000; }
  .theme-discover .theme-backgrounds .theme-discover,
  body .theme-discover .theme-backgrounds .theme-discover, .theme-discover .theme-backgrounds
  body .theme-discover,
  body .theme-discover .theme-backgrounds
  body .theme-discover {
    opacity: 1; }

.theme-discover.menu-open .navbar, .theme-discover.search-open .navbar {
  color: #fff;
  --theme-color: #ed4b4b;
  --theme-color-rgb: 237, 75, 75; }
  .theme-discover.menu-open .navbar .theme-background, .theme-discover.menu-open .navbar.theme-background, .theme-discover.search-open .navbar .theme-background, .theme-discover.search-open .navbar.theme-background {
    background: #ed4b4b; }
  .theme-discover.menu-open .navbar .theme-gradient, .theme-discover.menu-open .navbar.theme-gradient, .theme-discover.search-open .navbar .theme-gradient, .theme-discover.search-open .navbar.theme-gradient {
    background: radial-gradient(100% 256% at 0% 0%, #230606 0%, #000 68.75%); }
  .theme-discover.menu-open .navbar .theme-loading-gradient, .theme-discover.menu-open .navbar.theme-loading-gradient, .theme-discover.search-open .navbar .theme-loading-gradient, .theme-discover.search-open .navbar.theme-loading-gradient {
    background: linear-gradient(150deg, rgba(237, 75, 75, 0.2) 0%, rgba(237, 75, 75, 0.05) 100%); }
  .theme-discover.menu-open .navbar .theme-color, .theme-discover.menu-open .navbar.theme-color, .theme-discover.search-open .navbar .theme-color, .theme-discover.search-open .navbar.theme-color {
    color: #ed4b4b; }
  .theme-discover.menu-open .navbar .theme-fill, .theme-discover.menu-open .navbar.theme-fill, .theme-discover.search-open .navbar .theme-fill, .theme-discover.search-open .navbar.theme-fill {
    fill: #ed4b4b; }
  .theme-discover.menu-open .navbar .theme-stroke, .theme-discover.menu-open .navbar.theme-stroke, .theme-discover.search-open .navbar .theme-stroke, .theme-discover.search-open .navbar.theme-stroke {
    stroke: #ed4b4b; }
  .theme-discover.menu-open .navbar .theme-reverse-color, .theme-discover.menu-open .navbar.theme-reverse-color, .theme-discover.search-open .navbar .theme-reverse-color, .theme-discover.search-open .navbar.theme-reverse-color {
    color: #fff; }
  .theme-discover.menu-open .navbar .theme-reverse-fill, .theme-discover.menu-open .navbar.theme-reverse-fill, .theme-discover.search-open .navbar .theme-reverse-fill, .theme-discover.search-open .navbar.theme-reverse-fill {
    fill: #fff; }
  .theme-discover.menu-open .navbar .theme-reverse-stroke, .theme-discover.menu-open .navbar.theme-reverse-stroke, .theme-discover.search-open .navbar .theme-reverse-stroke, .theme-discover.search-open .navbar.theme-reverse-stroke {
    stroke: #fff; }
  .theme-discover.menu-open .navbar .theme-backgrounds .theme-discover.menu-open .navbar, .theme-discover.search-open .navbar .theme-backgrounds .theme-discover.menu-open .navbar, .theme-discover.menu-open .navbar .theme-backgrounds .theme-discover.search-open .navbar, .theme-discover.search-open .navbar .theme-backgrounds .theme-discover.search-open .navbar {
    opacity: 1; }

.menu-overlay,
.search-overlay {
  color: #fff;
  --theme-color: #ed4b4b;
  --theme-color-rgb: 237, 75, 75; }
  .menu-overlay .theme-background,
  .search-overlay .theme-background {
    background: #ed4b4b; }
  .menu-overlay .theme-gradient,
  .search-overlay .theme-gradient {
    background: radial-gradient(100% 256% at 0% 0%, #230606 0%, #000 68.75%); }
  .menu-overlay .theme-loading-gradient,
  .search-overlay .theme-loading-gradient {
    background: linear-gradient(150deg, rgba(237, 75, 75, 0.2) 0%, rgba(237, 75, 75, 0.05) 100%); }
  .menu-overlay .theme-color,
  .search-overlay .theme-color {
    color: #ed4b4b; }
  .menu-overlay .theme-stroke,
  .search-overlay .theme-stroke {
    stroke: #ed4b4b; }
  .menu-overlay .theme-reverse-color,
  .search-overlay .theme-reverse-color {
    color: #fff; }

.theme-era70,
body .theme-era70 {
  color: #fff;
  --theme-color: #ed4b4b;
  --theme-color-rgb: 237, 75, 75; }
  .theme-era70 .theme-background, .theme-era70.theme-background,
  body .theme-era70 .theme-background,
  body .theme-era70.theme-background {
    background: #ed4b4b; }
  .theme-era70 .theme-gradient, .theme-era70.theme-gradient,
  body .theme-era70 .theme-gradient,
  body .theme-era70.theme-gradient {
    background: radial-gradient(100% 256% at 0% 0%, #230606 0%, #000 68.75%); }
  .theme-era70 .theme-loading-gradient, .theme-era70.theme-loading-gradient,
  body .theme-era70 .theme-loading-gradient,
  body .theme-era70.theme-loading-gradient {
    background: linear-gradient(150deg, rgba(237, 75, 75, 0.2) 0%, rgba(237, 75, 75, 0.05) 100%); }
  .theme-era70 .theme-color, .theme-era70.theme-color,
  body .theme-era70 .theme-color,
  body .theme-era70.theme-color {
    color: #ed4b4b; }
  .theme-era70 .theme-fill, .theme-era70.theme-fill,
  body .theme-era70 .theme-fill,
  body .theme-era70.theme-fill {
    fill: #ed4b4b; }
  .theme-era70 .theme-stroke, .theme-era70.theme-stroke,
  body .theme-era70 .theme-stroke,
  body .theme-era70.theme-stroke {
    stroke: #ed4b4b; }
  .theme-era70 .theme-reverse-color, .theme-era70.theme-reverse-color,
  body .theme-era70 .theme-reverse-color,
  body .theme-era70.theme-reverse-color {
    color: #fff; }
  .theme-era70 .theme-reverse-fill, .theme-era70.theme-reverse-fill,
  body .theme-era70 .theme-reverse-fill,
  body .theme-era70.theme-reverse-fill {
    fill: #fff; }
  .theme-era70 .theme-reverse-stroke, .theme-era70.theme-reverse-stroke,
  body .theme-era70 .theme-reverse-stroke,
  body .theme-era70.theme-reverse-stroke {
    stroke: #fff; }
  .theme-era70 .theme-backgrounds .theme-era70,
  body .theme-era70 .theme-backgrounds .theme-era70, .theme-era70 .theme-backgrounds
  body .theme-era70,
  body .theme-era70 .theme-backgrounds
  body .theme-era70 {
    opacity: 1; }

.theme-era80,
body .theme-era80 {
  color: #fff;
  --theme-color: #70bdd5;
  --theme-color-rgb: 112, 189, 213; }
  .theme-era80 .theme-background, .theme-era80.theme-background,
  body .theme-era80 .theme-background,
  body .theme-era80.theme-background {
    background: #70bdd5; }
  .theme-era80 .theme-gradient, .theme-era80.theme-gradient,
  body .theme-era80 .theme-gradient,
  body .theme-era80.theme-gradient {
    background: radial-gradient(100% 256% at 0% 0%, #021e26 0%, #000 100%); }
  .theme-era80 .theme-loading-gradient, .theme-era80.theme-loading-gradient,
  body .theme-era80 .theme-loading-gradient,
  body .theme-era80.theme-loading-gradient {
    background: linear-gradient(150deg, rgba(112, 189, 213, 0.2) 0%, rgba(112, 189, 213, 0.05) 100%); }
  .theme-era80 .theme-color, .theme-era80.theme-color,
  body .theme-era80 .theme-color,
  body .theme-era80.theme-color {
    color: #70bdd5; }
  .theme-era80 .theme-fill, .theme-era80.theme-fill,
  body .theme-era80 .theme-fill,
  body .theme-era80.theme-fill {
    fill: #70bdd5; }
  .theme-era80 .theme-stroke, .theme-era80.theme-stroke,
  body .theme-era80 .theme-stroke,
  body .theme-era80.theme-stroke {
    stroke: #70bdd5; }
  .theme-era80 .theme-reverse-color, .theme-era80.theme-reverse-color,
  body .theme-era80 .theme-reverse-color,
  body .theme-era80.theme-reverse-color {
    color: #fff; }
  .theme-era80 .theme-reverse-fill, .theme-era80.theme-reverse-fill,
  body .theme-era80 .theme-reverse-fill,
  body .theme-era80.theme-reverse-fill {
    fill: #fff; }
  .theme-era80 .theme-reverse-stroke, .theme-era80.theme-reverse-stroke,
  body .theme-era80 .theme-reverse-stroke,
  body .theme-era80.theme-reverse-stroke {
    stroke: #fff; }
  .theme-era80 .theme-backgrounds .theme-era80,
  body .theme-era80 .theme-backgrounds .theme-era80, .theme-era80 .theme-backgrounds
  body .theme-era80,
  body .theme-era80 .theme-backgrounds
  body .theme-era80 {
    opacity: 1; }

.theme-era90,
body .theme-era90 {
  color: #fff;
  --theme-color: #f0571f;
  --theme-color-rgb: 240, 87, 31; }
  .theme-era90 .theme-background, .theme-era90.theme-background,
  body .theme-era90 .theme-background,
  body .theme-era90.theme-background {
    background: #f0571f; }
  .theme-era90 .theme-gradient, .theme-era90.theme-gradient,
  body .theme-era90 .theme-gradient,
  body .theme-era90.theme-gradient {
    background: radial-gradient(191.82% 69.21% at 0% 0%, #1d0800 0%, #000 100%); }
  .theme-era90 .theme-loading-gradient, .theme-era90.theme-loading-gradient,
  body .theme-era90 .theme-loading-gradient,
  body .theme-era90.theme-loading-gradient {
    background: linear-gradient(150deg, rgba(240, 87, 31, 0.2) 0%, rgba(240, 87, 31, 0.05) 100%); }
  .theme-era90 .theme-color, .theme-era90.theme-color,
  body .theme-era90 .theme-color,
  body .theme-era90.theme-color {
    color: #f0571f; }
  .theme-era90 .theme-fill, .theme-era90.theme-fill,
  body .theme-era90 .theme-fill,
  body .theme-era90.theme-fill {
    fill: #f0571f; }
  .theme-era90 .theme-stroke, .theme-era90.theme-stroke,
  body .theme-era90 .theme-stroke,
  body .theme-era90.theme-stroke {
    stroke: #f0571f; }
  .theme-era90 .theme-reverse-color, .theme-era90.theme-reverse-color,
  body .theme-era90 .theme-reverse-color,
  body .theme-era90.theme-reverse-color {
    color: #fff; }
  .theme-era90 .theme-reverse-fill, .theme-era90.theme-reverse-fill,
  body .theme-era90 .theme-reverse-fill,
  body .theme-era90.theme-reverse-fill {
    fill: #fff; }
  .theme-era90 .theme-reverse-stroke, .theme-era90.theme-reverse-stroke,
  body .theme-era90 .theme-reverse-stroke,
  body .theme-era90.theme-reverse-stroke {
    stroke: #fff; }
  .theme-era90 .theme-backgrounds .theme-era90,
  body .theme-era90 .theme-backgrounds .theme-era90, .theme-era90 .theme-backgrounds
  body .theme-era90,
  body .theme-era90 .theme-backgrounds
  body .theme-era90 {
    opacity: 1; }

.theme-era00,
body .theme-era00 {
  color: #fff;
  --theme-color: #cb98f9;
  --theme-color-rgb: 203, 152, 249; }
  .theme-era00 .theme-background, .theme-era00.theme-background,
  body .theme-era00 .theme-background,
  body .theme-era00.theme-background {
    background: #cb98f9; }
  .theme-era00 .theme-gradient, .theme-era00.theme-gradient,
  body .theme-era00 .theme-gradient,
  body .theme-era00.theme-gradient {
    background: radial-gradient(100% 256% at 0% 0%, #10021d 0%, #000 100%); }
  .theme-era00 .theme-loading-gradient, .theme-era00.theme-loading-gradient,
  body .theme-era00 .theme-loading-gradient,
  body .theme-era00.theme-loading-gradient {
    background: linear-gradient(150deg, rgba(203, 152, 249, 0.2) 0%, rgba(203, 152, 249, 0.05) 100%); }
  .theme-era00 .theme-color, .theme-era00.theme-color,
  body .theme-era00 .theme-color,
  body .theme-era00.theme-color {
    color: #cb98f9; }
  .theme-era00 .theme-fill, .theme-era00.theme-fill,
  body .theme-era00 .theme-fill,
  body .theme-era00.theme-fill {
    fill: #cb98f9; }
  .theme-era00 .theme-stroke, .theme-era00.theme-stroke,
  body .theme-era00 .theme-stroke,
  body .theme-era00.theme-stroke {
    stroke: #cb98f9; }
  .theme-era00 .theme-reverse-color, .theme-era00.theme-reverse-color,
  body .theme-era00 .theme-reverse-color,
  body .theme-era00.theme-reverse-color {
    color: #fff; }
  .theme-era00 .theme-reverse-fill, .theme-era00.theme-reverse-fill,
  body .theme-era00 .theme-reverse-fill,
  body .theme-era00.theme-reverse-fill {
    fill: #fff; }
  .theme-era00 .theme-reverse-stroke, .theme-era00.theme-reverse-stroke,
  body .theme-era00 .theme-reverse-stroke,
  body .theme-era00.theme-reverse-stroke {
    stroke: #fff; }
  .theme-era00 .theme-backgrounds .theme-era00,
  body .theme-era00 .theme-backgrounds .theme-era00, .theme-era00 .theme-backgrounds
  body .theme-era00,
  body .theme-era00 .theme-backgrounds
  body .theme-era00 {
    opacity: 1; }

.theme-era10,
body .theme-era10 {
  color: #fff;
  --theme-color: #fdcd6f;
  --theme-color-rgb: 253, 205, 111; }
  .theme-era10 .theme-background, .theme-era10.theme-background,
  body .theme-era10 .theme-background,
  body .theme-era10.theme-background {
    background: #fdcd6f; }
  .theme-era10 .theme-gradient, .theme-era10.theme-gradient,
  body .theme-era10 .theme-gradient,
  body .theme-era10.theme-gradient {
    background: radial-gradient(100% 256% at 0% 0%, #261c07 0%, #000 100%); }
  .theme-era10 .theme-loading-gradient, .theme-era10.theme-loading-gradient,
  body .theme-era10 .theme-loading-gradient,
  body .theme-era10.theme-loading-gradient {
    background: linear-gradient(150deg, rgba(253, 205, 111, 0.2) 0%, rgba(253, 205, 111, 0.05) 100%); }
  .theme-era10 .theme-color, .theme-era10.theme-color,
  body .theme-era10 .theme-color,
  body .theme-era10.theme-color {
    color: #fdcd6f; }
  .theme-era10 .theme-fill, .theme-era10.theme-fill,
  body .theme-era10 .theme-fill,
  body .theme-era10.theme-fill {
    fill: #fdcd6f; }
  .theme-era10 .theme-stroke, .theme-era10.theme-stroke,
  body .theme-era10 .theme-stroke,
  body .theme-era10.theme-stroke {
    stroke: #fdcd6f; }
  .theme-era10 .theme-reverse-color, .theme-era10.theme-reverse-color,
  body .theme-era10 .theme-reverse-color,
  body .theme-era10.theme-reverse-color {
    color: #fff; }
  .theme-era10 .theme-reverse-fill, .theme-era10.theme-reverse-fill,
  body .theme-era10 .theme-reverse-fill,
  body .theme-era10.theme-reverse-fill {
    fill: #fff; }
  .theme-era10 .theme-reverse-stroke, .theme-era10.theme-reverse-stroke,
  body .theme-era10 .theme-reverse-stroke,
  body .theme-era10.theme-reverse-stroke {
    stroke: #fff; }
  .theme-era10 .theme-backgrounds .theme-era10,
  body .theme-era10 .theme-backgrounds .theme-era10, .theme-era10 .theme-backgrounds
  body .theme-era10,
  body .theme-era10 .theme-backgrounds
  body .theme-era10 {
    opacity: 1; }

.theme-era20,
body .theme-era20 {
  color: #fff;
  --theme-color: #d7ee44;
  --theme-color-rgb: 215, 238, 68; }
  .theme-era20 .theme-background, .theme-era20.theme-background,
  body .theme-era20 .theme-background,
  body .theme-era20.theme-background {
    background: #d7ee44; }
  .theme-era20 .theme-gradient, .theme-era20.theme-gradient,
  body .theme-era20 .theme-gradient,
  body .theme-era20.theme-gradient {
    background: radial-gradient(100% 256% at 0% 0%, #1e2109 0%, #000 100%); }
  .theme-era20 .theme-loading-gradient, .theme-era20.theme-loading-gradient,
  body .theme-era20 .theme-loading-gradient,
  body .theme-era20.theme-loading-gradient {
    background: linear-gradient(150deg, rgba(215, 238, 68, 0.2) 0%, rgba(215, 238, 68, 0.05) 100%); }
  .theme-era20 .theme-color, .theme-era20.theme-color,
  body .theme-era20 .theme-color,
  body .theme-era20.theme-color {
    color: #d7ee44; }
  .theme-era20 .theme-fill, .theme-era20.theme-fill,
  body .theme-era20 .theme-fill,
  body .theme-era20.theme-fill {
    fill: #d7ee44; }
  .theme-era20 .theme-stroke, .theme-era20.theme-stroke,
  body .theme-era20 .theme-stroke,
  body .theme-era20.theme-stroke {
    stroke: #d7ee44; }
  .theme-era20 .theme-reverse-color, .theme-era20.theme-reverse-color,
  body .theme-era20 .theme-reverse-color,
  body .theme-era20.theme-reverse-color {
    color: #fff; }
  .theme-era20 .theme-reverse-fill, .theme-era20.theme-reverse-fill,
  body .theme-era20 .theme-reverse-fill,
  body .theme-era20.theme-reverse-fill {
    fill: #fff; }
  .theme-era20 .theme-reverse-stroke, .theme-era20.theme-reverse-stroke,
  body .theme-era20 .theme-reverse-stroke,
  body .theme-era20.theme-reverse-stroke {
    stroke: #fff; }
  .theme-era20 .theme-backgrounds .theme-era20,
  body .theme-era20 .theme-backgrounds .theme-era20, .theme-era20 .theme-backgrounds
  body .theme-era20,
  body .theme-era20 .theme-backgrounds
  body .theme-era20 {
    opacity: 1; }

input::-ms-clear {
  display: none; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  animation-name: autofill;
  animation-fill-mode: both; }

[type="radio"],
[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none; }
  [type="radio"]::-ms-check,
  [type="checkbox"]::-ms-check {
    display: none; }

select {
  -webkit-appearance: none;
  appearance: none; }
  select::-ms-expand {
    display: none; }

[type="number"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield; }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
            appearance: none;
    margin: 0; }
  [type="number"]::-moz-inner-spin-button, [type="number"]::-moz-outer-spin-button {
    appearance: none;
    margin: 0; }
  [type="number"]::-ms-inner-spin-button, [type="number"]::-ms-outer-spin-button {
    appearance: none;
    margin: 0; }

_:-ms-fullscreen [type="checkbox"],
_:-ms-fullscreen [type="radio"],
:root [type="checkbox"],
:root [type="radio"] {
  box-shadow: 0 0 0 1px #c9c9c9 inset; }

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: none;
  appearance: none; }

.theme-backgrounds {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .theme-backgrounds .theme-gradient {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out 0.125s; }

.navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 0 0 0 15px;
  z-index: 99;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0s, visibility 0s ease-in-out 0s;
  height: 58px; }
  @media (min-width: 768px) {
    .navbar {
      height: 84px;
      padding: 0 10px 0 15px; } }
  @media (min-width: 992px) {
    .navbar {
      padding: 0 20px 0 15px; } }
  .menu-hidden .navbar {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0s, visibility 0s ease-in-out 0.5s; }
  .navbar .navbar-logo {
    display: block;
    height: 100%;
    margin-right: auto;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .navbar .navbar-logo.logo-hidden {
        display: none; } }
    .navbar .navbar-logo svg {
      height: 100%;
      width: 102px; }
      @media (min-width: 768px) {
        .navbar .navbar-logo svg {
          width: 142px; } }
      @media (min-width: 992px) {
        .navbar .navbar-logo svg {
          width: 182px; } }
    .theme-discover:not(.menu-open):not(.search-open) .navbar .navbar-logo .logo-dot,
    .theme-discover:not(.menu-open):not(.search-open) .navbar .navbar-logo .logo-m {
      fill: #bdbdbd; }
    .theme-discover:not(.menu-open):not(.search-open) .navbar .navbar-logo .logo-story,
    .theme-discover:not(.menu-open):not(.search-open) .navbar .navbar-logo .logo-circle {
      fill: #000; }
  .navbar .navbar-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    padding: 10px 10px 10px 0;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
    @media (min-width: 768px) {
      .navbar .navbar-actions {
        padding: 0; } }
    .navbar .navbar-actions .icon {
      display: none;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      cursor: pointer;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      transition: all 0.3s ease-in-out 0s;
      z-index: 1; }
      @media (min-width: 768px) {
        .navbar .navbar-actions .icon {
          width: 58px;
          height: 58px; } }
      .navbar .navbar-actions .icon svg {
        width: 26px;
        height: auto; }
        @media (min-width: 768px) {
          .navbar .navbar-actions .icon svg {
            width: auto; } }
        .navbar .navbar-actions .icon svg * {
          transition: all 0.3s ease-in-out; }
  .navbar .navbar-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    max-width: 100%;
    -ms-flex: 1 0 80%;
        flex: 1 0 80%; }
    .navbar .navbar-search .wrapper {
      border-radius: 22px;
      height: 44px;
      width: 0;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.1);
      transition: width 0.3s ease-in-out; }
      @media (min-width: 768px) {
        .navbar .navbar-search .wrapper {
          height: 58px;
          border-radius: 30px; } }
      .theme-discover:not(.menu-open):not(.search-open) .navbar .navbar-search .wrapper {
        background: rgba(0, 0, 0, 0.1); }
    .navbar .navbar-search .search-icon {
      display: -ms-flexbox;
      display: flex; }
      .navbar .navbar-search .search-icon:hover {
        background: #fff; }
        .navbar .navbar-search .search-icon:hover svg circle,
        .navbar .navbar-search .search-icon:hover svg path {
          stroke: #000; }
    .navbar .navbar-search .close-icon {
      display: none; }
      .navbar .navbar-search .close-icon:hover {
        background: #fff; }
        .navbar .navbar-search .close-icon:hover svg path {
          fill: #000; }
    .navbar .navbar-search .search-input {
      display: block;
      -webkit-appearance: none;
              appearance: none;
      background: transparent;
      border: 0;
      outline: 0;
      color: #fff;
      font-family: "Satoshi", "Helvetica", "Arial", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 1.2;
      height: 100%;
      width: 100%;
      padding-left: 54px;
      padding-right: 10px; }
      @media (min-width: 768px) {
        .navbar .navbar-search .search-input {
          font-size: 24px;
          padding-left: 68px;
          padding-right: 10px; } }
      .navbar .navbar-search .search-input:-ms-input-placeholder {
        font-size: inherit; }
      .navbar .navbar-search .search-input::placeholder {
        font-size: inherit; }
      .theme-discover:not(.menu-open):not(.search-open) .navbar .navbar-search .search-input {
        color: #000; }
    .navbar .navbar-search.active .wrapper {
      width: 100%;
      margin-left: -44px;
      margin-right: 5px; }
      @media (min-width: 768px) {
        .navbar .navbar-search.active .wrapper {
          width: 460px;
          margin-left: -58px;
          margin-right: 10px; } }
      @media (min-width: 992px) {
        .navbar .navbar-search.active .wrapper {
          width: 600px; } }
    .navbar .navbar-search.active .search-icon {
      background: #fff; }
      .navbar .navbar-search.active .search-icon svg circle,
      .navbar .navbar-search.active .search-icon svg path {
        stroke: #000; }
    .navbar .navbar-search.active .close-icon {
      display: -ms-flexbox;
      display: flex; }
  .navbar .navbar-menu .icon:hover {
    background: #fff; }
    .navbar .navbar-menu .icon:hover svg path {
      fill: #000; }
  .navbar .navbar-menu .hamburger-icon {
    display: -ms-flexbox;
    display: flex; }
  body.menu-open .navbar .navbar-menu .hamburger-icon {
    display: none; }
  body.menu-open .navbar .navbar-menu .close-icon {
    display: -ms-flexbox;
    display: flex; }

.welcome {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  color: #000; }

.welcome-message,
.warning-message,
.intro-swiper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease-in-out 0s, visibility 0s ease-in-out 1s; }
  .welcome-message.active,
  .warning-message.active,
  .intro-swiper.active {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease-in-out 0s, visibility 0s ease-in-out 0s; }

.welcome-message,
.warning-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -ms-flex-align: center;
      align-items: center; }
  .welcome-message .message-content,
  .warning-message .message-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: auto;
    padding: 40px;
    height: 100%; }
    .welcome-message .message-content .h1,
    .warning-message .message-content .h1 {
      font-family: "Satoshi", "Helvetica", "Arial", sans-serif;
      font-size: 20px;
      line-height: 1.2;
      text-align: center;
      font-weight: 500;
      margin: 0;
      margin-top: 44px;
      max-width: 800px; }
      @media (min-width: 768px) {
        .welcome-message .message-content .h1,
        .warning-message .message-content .h1 {
          font-size: 30px; } }
      @media (min-width: 992px) {
        .welcome-message .message-content .h1,
        .warning-message .message-content .h1 {
          font-size: 40px; } }
      .welcome-message .message-content .h1:first-child,
      .warning-message .message-content .h1:first-child {
        margin-top: 0; }
    .welcome-message .message-content .message-btn,
    .warning-message .message-content .message-btn {
      padding: 13px 24px 16px;
      cursor: pointer;
      border-radius: 25px;
      margin-top: 60px;
      border: 1px solid #bdbdbd;
      background-color: transparent;
      font-weight: bold;
      font-size: 16px;
      line-height: 1;
      transition: background 0.3s ease-in-out, border 0.3s ease-in-out; }
      @media (min-width: 768px) {
        .welcome-message .message-content .message-btn,
        .warning-message .message-content .message-btn {
          font-size: 18px; } }
      .welcome-message .message-content .message-btn:hover, .welcome-message .message-content .message-btn:active, .welcome-message .message-content .message-btn:focus,
      .warning-message .message-content .message-btn:hover,
      .warning-message .message-content .message-btn:active,
      .warning-message .message-content .message-btn:focus {
        border-color: #fff;
        background: #fff; }

.intro-swiper .swiper {
  height: 100%;
  width: 100%; }

.intro-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px; }

.intro-swiper .skip-button {
  display: block;
  position: absolute;
  right: 32px;
  bottom: 24px;
  z-index: 100;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  color: #ed4b4b;
  transition: color 1.5s ease-in-out 0.5s; }

.intro-swiper .intro-text {
  font-size: 52px;
  font-family: "Cabinet Grotesk", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 0.8;
  margin: 0;
  opacity: 0;
  letter-spacing: -0.0125em; }
  @media (min-width: 768px) {
    .intro-swiper .intro-text {
      font-size: 120px; } }

.intro-swiper .swiper-slide-prev .animation-target {
  animation: fadeOut 1s ease-in-out 0s 1 normal both; }
  .intro-swiper .swiper-slide-prev .animation-target.faster {
    animation: fadeOut 0.33s ease-in-out 0s 1 normal both; }

.intro-swiper .swiper-slide-active .animation-target {
  animation: fadeIn 1s ease-in-out 1s 1 normal both; }
  .intro-swiper .swiper-slide-active .animation-target.faster {
    animation: fadeIn 0.5s ease-in-out 0.5s 1 normal both; }

.intro-swiper .swiper-slide-active .intro-text-animation-first-screen.first {
  animation: fadeIn 1s ease-in-out 0s 1 normal both; }

.intro-swiper .swiper-slide-active .intro-text-animation-first-screen.second {
  animation: fadeIn 1s ease-in-out 1.2s 1 normal both; }

.intro-swiper .swiper-slide-active .intro-text-animation-first-screen.third {
  animation: fadeIn 1s ease-in-out 1.2s 1 normal both; }

.intro-swiper .swiper-slide-active .intro-text-animation-first-screen.fourth {
  animation: fadeIn 1s ease-in-out 2s 1 normal both; }

.intro-swiper .swiper-slide-active .intro-text-animation-first-screen.fifth {
  animation: fadeIn 1s ease-in-out 2s 1 normal both; }

.intro-swiper .swiper-slide-active .intro-text-animation-second-screen.first {
  animation: fadeIn 1s ease-in-out 1s 1 normal both; }

.intro-swiper .swiper-slide-active .intro-text-animation-second-screen.second {
  animation: fadeIn 1s ease-in-out 1.5s 1 normal both; }

.intro-swiper .swiper-slide-active .intro-text-animation-second-screen.third {
  animation: fadeIn 1s ease-in-out 2.5s 1 normal both; }

.intro-swiper .swiper-slide-active .intro-text-animation-second-screen.fourth {
  animation: fadeIn 1s ease-in-out 3.5s 1 normal both; }

.intro-swiper .swiper-slide-active .intro-text-animation-second-screen.fifth {
  animation: fadeIn 1s ease-in-out 4.5s 1 normal both; }

@media (max-width: 767.98px) {
  .intro-swiper .swiper-slide:nth-child(2) .intro-text p {
    line-height: 1.1; }
    .intro-swiper .swiper-slide:nth-child(2) .intro-text p.first, .intro-swiper .swiper-slide:nth-child(2) .intro-text p.second {
      display: inline; } }

.intro-swiper .intro-red {
  color: #ed4b4b; }

.intro-swiper .intro-blue {
  color: #1193bc; }

.intro-swiper .intro-purple {
  color: #8e3fd6; }

.intro-swiper .intro-06 {
  font-size: 46px; }
  @media (min-width: 768px) {
    .intro-swiper .intro-06 {
      font-size: 90px; } }

.intro-swiper .intro-07 {
  font-size: 66px; }
  @media (min-width: 768px) {
    .intro-swiper .intro-07 {
      font-size: 140px; } }

.intro-swiper .intro-08 {
  font-size: 80px; }
  @media (min-width: 768px) {
    .intro-swiper .intro-08 {
      font-size: 220px; } }

.intro-swiper .intro-black {
  font-size: 80px;
  color: #000; }
  @media (min-width: 768px) {
    .intro-swiper .intro-black {
      font-size: 150px; } }

.intro-swiper .animate-logo {
  width: 90%; }
  @media (min-width: 768px) {
    .intro-swiper .animate-logo {
      width: 100%; } }

.intro-swiper #animate-circle {
  animation: rotateCircle 20s infinite linear;
  transform-origin: center;
  transform-box: fill-box; }

@keyframes rotateCircle {
  from {
    transform: rotateZ(0deg); }
  to {
    transform: rotateZ(360deg); } }

.intro-swiper #animate-dot {
  position: absolute;
  bottom: 0;
  transform: translateY(7%);
  animation: moveDot 0.8s infinite alternate ease-out; }

@keyframes moveDot {
  from {
    transform: translateY(7%); }
  to {
    transform: translateY(-7%); } }

.timeline {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767.98px) {
    .timeline {
      padding-top: 80px;
      padding-bottom: 120px; } }
  .timeline * {
    -webkit-transform-style: preserve-3d; }

.timeline-swiper {
  height: 100%;
  overflow-x: hidden;
  transition: transform 0.25s linear 0s; }
  .timeline-swiper[style*="cursor: grabbing"] {
    transform: scale(1.1); }
    .timeline-swiper[style*="cursor: grabbing"] .tile {
      transform: scale(0.95); }
  .timeline-swiper[style*="cursor: grabbing"] .tile .background-link {
    display: none; }
  .timeline-swiper .swiper-wrapper {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; }
  .timeline-swiper .slider-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: auto;
    height: 100%;
    padding: 0 6px; }
    @media (min-width: 768px) {
      .timeline-swiper .slider-section {
        padding: 0 4px; } }
    .timeline-swiper .slider-section:last-child .tile {
      margin-right: 30px; }
      @media (min-width: 768px) {
        .timeline-swiper .slider-section:last-child .tile {
          margin-right: 100px; } }
  .timeline-swiper .tile {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: start;
        align-items: flex-start;
    margin: 0;
    width: 300px;
    min-height: 200px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    border-radius: 2px;
    transition: transform 0.5s linear 0s;
    backface-visibility: hidden;
    max-height: 100%; }
    @media (min-width: 768px) {
      .timeline-swiper .tile {
        width: 400px;
        min-height: 300px; } }
    .timeline-swiper .tile:hover figure {
      transform: scale(0.9); }
      .timeline-swiper .tile:hover figure img,
      .timeline-swiper .tile:hover figure svg {
        transform: scale(1.4); }
    .timeline-swiper .tile figure {
      position: relative;
      width: 100%;
      margin: 0;
      border-radius: 2px;
      overflow: hidden;
      transition: transform 0.25s ease-in-out 0s; }
      .timeline-swiper .tile figure::before {
        display: block;
        content: "";
        padding-bottom: 100%; }
      .timeline-swiper .tile figure img,
      .timeline-swiper .tile figure svg {
        transition: transform 0.25s ease-in-out 0s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        font-size: 8px;
        color: transparent;
        text-align: center; }
    .timeline-swiper .tile .caption {
      color: rgba(0, 0, 0, 0.6);
      font-family: "Satoshi", "Helvetica", "Arial", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 18px;
      line-height: 1.5;
      margin: 0 0 16px;
      text-align: left;
      transition: color 0.25s linear 0s; }
      @media (min-width: 768px) {
        .timeline-swiper .tile .caption {
          margin: 0 0 24px; } }
    .timeline-swiper .tile .large-heading {
      font-family: "Cabinet Grotesk", "Helvetica", "Arial", sans-serif;
      font-size: 40px;
      line-height: 0.9;
      font-weight: normal;
      font-style: normal;
      text-align: left;
      margin: 0;
      letter-spacing: -0.02em;
      transition: color 0.25s linear 0s; }
      @media (min-width: 768px) {
        .timeline-swiper .tile .large-heading {
          font-size: 56px;
          line-height: 1;
          letter-spacing: -0.01em; } }
    .timeline-swiper .tile .small-heading {
      font-family: "Satoshi", "Helvetica", "Arial", sans-serif;
      font-weight: bold;
      font-style: normal;
      font-size: 18px;
      line-height: 1.4;
      text-align: center;
      margin: 2px 0;
      transition: color 0.25s linear 0s; }
    .timeline-swiper .tile .sub-heading {
      font-family: "Satoshi", "Helvetica", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 15px;
      line-height: 1.2;
      color: #fff;
      margin: 2px 0;
      transition: color 0.25s linear 0s; }
    .timeline-swiper .tile .background-link {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 2px; }
  .timeline-swiper .tile-intro {
    padding: 30px;
    height: auto;
    width: auto;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 768px) {
      .timeline-swiper .tile-intro {
        padding: 100px; } }
    .timeline-swiper .tile-intro.pdr-0 {
      padding-right: 0; }
    .timeline-swiper .tile-intro .mobile {
      display: block; }
      @media (min-width: 768px) {
        .timeline-swiper .tile-intro .mobile {
          display: none; } }
    .timeline-swiper .tile-intro .desktop {
      display: none; }
      @media (min-width: 768px) {
        .timeline-swiper .tile-intro .desktop {
          display: block; } }
    .timeline-swiper .tile-intro svg {
      width: 300px;
      height: auto;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        .timeline-swiper .tile-intro svg {
          width: auto; } }
      .timeline-swiper .tile-intro svg text {
        font-family: "Cabinet Grotesk", "Helvetica", "Arial", sans-serif;
        font-weight: 800;
        font-size: 160px;
        line-height: 1; }
  .timeline-swiper .tile-spotlight {
    height: 340px;
    width: 300px;
    padding: 28px 25px;
    transition: transform 0.25s ease-in-out 0s; }
    @media (min-width: 768px) {
      .timeline-swiper .tile-spotlight {
        width: 480px;
        padding: 42px 48px; } }
    .timeline-swiper .tile-spotlight .large-heading,
    .timeline-swiper .tile-spotlight .small-heading,
    .timeline-swiper .tile-spotlight .caption {
      transition: transform 0.25s ease-in-out 0s; }
    .timeline-swiper .tile-spotlight:hover {
      transform: scale(0.9); }
      .timeline-swiper .tile-spotlight:hover .large-heading,
      .timeline-swiper .tile-spotlight:hover .small-heading,
      .timeline-swiper .tile-spotlight:hover .caption {
        transform: translateY(-30px); }
    .timeline-swiper .tile-spotlight.child-1 {
      height: 340px; }
    .timeline-swiper .tile-spotlight.child-2 {
      height: 380px; }
    .timeline-swiper .tile-spotlight.child-3 {
      height: 420px; }
    .timeline-swiper .tile-spotlight.child-4 {
      height: 380px; }
  .timeline-swiper .tile-story {
    height: auto;
    width: 280px;
    padding: 28px 25px;
    transition: transform 0.5s linear 0s, background 0.25s linear 0s; }
    @media (min-width: 768px) {
      .timeline-swiper .tile-story {
        width: 440px;
        padding: 42px 48px; } }
    .timeline-swiper .tile-story .caption {
      color: #fff;
      margin: 20px 0 0; }
      .timeline-swiper .tile-story .caption.category-caption {
        margin-bottom: 24px; }
    @media (max-width: 767.98px) {
      .timeline-swiper .tile-story .large-heading,
      .timeline-swiper .tile-story .small-heading {
        color: #000; }
      .timeline-swiper .tile-story .caption {
        color: #000; } }
    @media (min-width: 768px) {
      .timeline-swiper .tile-story.theme-background:not(:hover) {
        background: transparent; }
      .timeline-swiper .tile-story:hover .large-heading,
      .timeline-swiper .tile-story:hover .small-heading {
        color: #000; }
      .timeline-swiper .tile-story:hover .caption {
        color: #000; } }
  .timeline-swiper .tile-show {
    width: 240px; }
    @media (min-width: 768px) {
      .timeline-swiper .tile-show {
        width: 320px; } }
    .timeline-swiper .tile-show.child-1 figure::before {
      padding-bottom: 131.25%; }
    .timeline-swiper .tile-show.child-2 figure::before {
      padding-bottom: 156.25%; }
    .timeline-swiper .tile-show.child-3 figure::before {
      padding-bottom: 181.25%; }
    .timeline-swiper .tile-show.child-4 figure::before {
      padding-bottom: 156.25%; }
    .timeline-swiper .tile-show figure img {
      object-position: center top; }
    .timeline-swiper .tile-show .large-heading,
    .timeline-swiper .tile-show .small-heading {
      width: 100%;
      text-align: center;
      margin: 10px 0 0; }
    .timeline-swiper .tile-show .caption {
      width: 100%;
      font-size: 15px;
      line-height: 1.2;
      text-align: center;
      margin: 6px 0 0;
      color: #fff; }
  .timeline-swiper .tile-person {
    height: auto;
    width: 240px; }
    @media (min-width: 768px) {
      .timeline-swiper .tile-person {
        width: 320px; } }
    .timeline-swiper .tile-person figure {
      width: 100%;
      border-radius: 120px; }
      @media (min-width: 768px) {
        .timeline-swiper .tile-person figure {
          border-radius: 160px; } }
      .timeline-swiper .tile-person figure::before {
        display: block;
        content: "";
        padding-bottom: 100%; }
    .timeline-swiper .tile-person .large-heading,
    .timeline-swiper .tile-person .small-heading {
      width: 100%;
      text-align: center;
      margin: 10px 0 0; }
    .timeline-swiper .tile-person .caption {
      width: 100%;
      font-size: 15px;
      line-height: 1.2;
      text-align: center;
      margin: 6px 0 0;
      color: #fff; }
  .timeline-swiper .section-discover .tile-intro .scroll-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin: 10px 5px 0 0; }
    .timeline-swiper .section-discover .tile-intro .scroll-text img {
      margin-right: 10px; }
    .timeline-swiper .section-discover .tile-intro .scroll-text p {
      font-family: "Satoshi", "Helvetica", "Arial", sans-serif;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 500;
      font-style: normal;
      color: rgba(0, 0, 0, 0.6);
      margin: 0; }
    .timeline-swiper .section-discover .tile-intro .scroll-text.secondary-text {
      margin-top: -6px; }
  .timeline-swiper .section-discover .tile-spotlight:not(.theme-background) {
    background: #000;
    color: #fff; }
    .timeline-swiper .section-discover .tile-spotlight:not(.theme-background) .caption {
      color: rgba(255, 255, 255, 0.6); }
  .timeline-swiper .section-discover .tile-spotlight.theme-background {
    color: #000; }
    .timeline-swiper .section-discover .tile-spotlight.theme-background .caption {
      color: rgba(0, 0, 0, 0.6); }

.timeline-controller-swiper {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 40px 20px 20px;
  overflow-x: hidden;
  margin: auto;
  max-width: 1240px; }
  @media (min-width: 768px) {
    .timeline-controller-swiper {
      padding: 40px 30px 30px; } }
  .timeline-controller-swiper .controller {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 140px;
    margin: 0 10px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.2); }
    @media (min-width: 768px) {
      .timeline-controller-swiper .controller {
        width: 150px; } }
    .timeline-controller-swiper .controller:not(.active) .mini-text {
      display: none; }
    .timeline-controller-swiper .controller:not(:hover):not(.active) .progress-text {
      color: rgba(255, 255, 255, 0.2); }
    .timeline-controller-swiper .controller:not(:hover):not(.active) .progress-bar {
      background: #fff; }
    .timeline-controller-swiper .controller:not(:hover):not(.active) .progress-position {
      background: transparent;
      width: 0;
      opacity: 0;
      visibility: hidden;
      transition: none; }
    .timeline-controller-swiper .controller.active .progress-position {
      visibility: visible;
      opacity: 1; }
    .timeline-controller-swiper .controller .progress-text {
      font-family: "Satoshi", "Helvetica", "Arial", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 22px;
      line-height: 1.2;
      text-align: left;
      margin: 0 0 12px;
      transition: all 0.25s linear 0s; }
      @media (min-width: 768px) {
        .timeline-controller-swiper .controller .progress-text {
          font-size: 24px;
          margin: 0 0 15px; } }
    .timeline-controller-swiper .controller .progress-bar,
    .timeline-controller-swiper .controller .progress-position {
      position: absolute;
      top: auto;
      right: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      opacity: 0.2;
      border-radius: 2px;
      cursor: pointer;
      transition: all 0.25s linear 0s; }
    .timeline-controller-swiper .controller .progress-position {
      width: 0;
      transition: width 0.5s ease-in-out 0s; }
    .timeline-controller-swiper .controller .mini-text {
      display: block;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 100%;
      left: 0;
      color: #fff;
      font-size: 15px;
      line-height: 1.2;
      font-weight: normal;
      text-align: left;
      margin: 0 0 12px;
      animation: mini-text-move 0.75s ease-in-out 0s both; }

@keyframes mini-text-move {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  80% {
    opacity: 1;
    transform: translateY(-5px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
  .timeline-controller-swiper .controller-discover:hover:not(.active) .progress-text {
    color: #fff; }
  .timeline-controller-swiper .controller-discover:hover:not(.active) .progress-bar,
  .timeline-controller-swiper .controller-discover:hover:not(.active) .progress-position {
    background: #fff; }
  .timeline-controller-swiper .controller-discover.active .progress-text {
    color: #000; }
  .timeline-controller-swiper .controller-discover.active .progress-bar,
  .timeline-controller-swiper .controller-discover.active .progress-position {
    background: #000; }
  .timeline-controller-swiper .controller-discover.active ~ .controller:not(:hover):not(.active) .progress-text {
    color: rgba(0, 0, 0, 0.2); }
  .timeline-controller-swiper .controller-discover.active ~ .controller:not(:hover):not(.active) .progress-bar {
    background: #000; }
  .timeline-controller-swiper .controller-discover.active ~ .controller:not(:hover):not(.active) .progress-position {
    background: #fff; }

body.theme-discover #secondary-subtitle-svg {
  stroke: #000; }

body.theme-discover #secondary-subtitle-text {
  color: #000; }

body #secondary-subtitle-svg {
  stroke: #fff; }

body #secondary-subtitle-text {
  color: #fff;
  transition: color 0.8s ease-in-out; }

.component-page-profile .profile-image {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  width: 120px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .component-page-profile .profile-image {
      width: 300px;
      margin-bottom: 35px; } }
  .component-page-profile .profile-image::before {
    display: block;
    content: "";
    padding-bottom: 100%; }
  .component-page-profile .profile-image img,
  .component-page-profile .profile-image svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center; }

.component-page-profile .profile-name {
  margin-bottom: 16px; }

.component-page-profile .performance-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .component-page-profile .performance-name {
      font-size: 24px; } }

.component-page-profile .profile-year {
  font-size: 18px; }

.component-page-profile .wysiwyg {
  margin-top: 50px; }

.component-back-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .component-back-button {
      margin-top: 30px; } }
  .component-back-button .back-button-text {
    font-size: 18px;
    margin-left: 10px;
    transition: color 0.25s ease-in-out 0s; }
  .component-back-button:not(:hover) .back-button-text {
    color: #fff; }

.component-page-description * {
  -webkit-transform-style: preserve-3d; }

.component-page-description .wysiwyg {
  margin-top: 50px; }

.component-page-hero {
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .component-page-hero {
      margin-bottom: 60px; } }
  .component-page-hero.person-hero {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .component-page-hero.person-hero {
        margin-bottom: 45px; } }
  .component-page-hero .hero-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0; }
    .component-page-hero .hero-image::before {
      display: block;
      content: "";
      padding-bottom: 62.5%; }
    .component-page-hero .hero-image img,
    .component-page-hero .hero-image svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      font-size: 8px;
      color: rgba(255, 255, 255, 0.5);
      text-align: center; }
  .component-page-hero .person-image {
    border-radius: 50%;
    width: 248px; }
    .component-page-hero .person-image::before {
      padding-bottom: 100%; }
    @media (min-width: 768px) {
      .component-page-hero .person-image {
        width: 400px; } }
  .component-page-hero .hero-credit {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
    margin: 14px 0 0 0; }

.component-page-title .page-title {
  font-family: "Cabinet Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  line-height: 0.9;
  margin: 0;
  word-wrap: break-word; }
  @media (min-width: 768px) {
    .component-page-title .page-title {
      font-size: 114px; } }

.component-page-subhead {
  font-family: "Satoshi", "Helvetica", "Arial", sans-serif;
  margin-top: 28px; }
  .component-page-subhead .dot {
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    margin: -3px 14px 0 10px; }
  .component-page-subhead .subhead-main {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    margin: 0; }
    @media (min-width: 768px) {
      .component-page-subhead .subhead-main {
        font-size: 24px; } }
    .component-page-subhead .subhead-main + .subhead-main {
      margin-top: 16px; }
    .component-page-subhead .subhead-main > span:first-child .dot {
      display: none; }
  .component-page-subhead .subhead-sub {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    margin-top: 12px; }
    @media (min-width: 768px) {
      .component-page-subhead .subhead-sub {
        font-size: 24px; } }
  .component-page-subhead .subhead-org {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    margin-top: 12px; }
    @media (min-width: 768px) {
      .component-page-subhead .subhead-org {
        font-size: 22px; } }
    .component-page-subhead .subhead-org > span:last-child .comma {
      display: none; }
  .component-page-subhead .subhead-mini {
    font-style: normal;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
    margin-top: 14px; }
    @media (min-width: 768px) {
      .component-page-subhead .subhead-mini {
        font-size: 18px; } }
    .component-page-subhead .subhead-mini .dot {
      display: inline-block;
      height: 5px;
      width: 5px;
      margin: -2px 11px 0 6px; }
    .component-page-subhead .subhead-mini > span:first-child .dot {
      display: none; }

.component-page-wysiwyg .component-title {
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .component-page-wysiwyg .component-title {
      margin: 0 0 30px; } }

.wysiwyg {
  font-size: 15px;
  line-height: 1.6;
  word-wrap: break-word; }
  @media (min-width: 768px) {
    .wysiwyg {
      font-size: 18px; } }
  .wysiwyg :first-child {
    margin-top: 0; }
  .wysiwyg p {
    margin: 0 0 1em; }
    .wysiwyg p:last-child {
      margin-bottom: 0; }
  .wysiwyg a {
    text-decoration: none;
    color: var(--theme-color);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgba(var(--theme-color-rgb), 0.2);
    transition: border 0.2s ease-in; }
    .wysiwyg a:hover, .wysiwyg a:active, .wysiwyg a:focus {
      color: var(--theme-color);
      text-decoration: none;
      border-bottom-color: var(--theme-color); }
  .wysiwyg ol,
  .wysiwyg ul,
  .wysiwyg dl {
    padding-left: 1em;
    margin-bottom: 1em; }

.component-page-click-slider .click-slider-container {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  text-align: right; }
  .component-page-click-slider .click-slider-container .swiper-wrapper {
    min-height: inherit; }
  .component-page-click-slider .click-slider-container .swiper-slide {
    min-height: inherit; }
    .component-page-click-slider .click-slider-container .swiper-slide::before {
      display: block;
      content: "";
      padding-bottom: 56.25%; }
    .component-page-click-slider .click-slider-container .swiper-slide img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: contain;
      object-position: center center; }

.component-page-click-slider .click-slider-controller {
  position: relative;
  z-index: 100;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 768px) {
    .component-page-click-slider .click-slider-controller {
      background-color: #000;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      display: -ms-flexbox;
      display: flex; } }
  .component-page-click-slider .click-slider-controller.single-image {
    display: none; }
  .component-page-click-slider .click-slider-controller .slider-controller-position {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
    font-family: "Satoshi", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.3); }
    @media (min-width: 768px) {
      .component-page-click-slider .click-slider-controller .slider-controller-position {
        min-width: 80px;
        font-size: 18px; } }
  .component-page-click-slider .click-slider-controller .slider-active-slide {
    color: #fff;
    min-width: 10px; }
  .component-page-click-slider .click-slider-controller .slider-active-slide-middle {
    margin: 0 5px; }
    @media (min-width: 768px) {
      .component-page-click-slider .click-slider-controller .slider-active-slide-middle {
        margin: 0 10px; } }
  @media (min-width: 768px) {
    .component-page-click-slider .click-slider-controller .slider-total-slide {
      min-width: 10px; } }
  .component-page-click-slider .click-slider-controller .slider-control-prev-arrow svg,
  .component-page-click-slider .click-slider-controller .slider-control-prev-arrow svg *,
  .component-page-click-slider .click-slider-controller .slider-control-next-arrow svg,
  .component-page-click-slider .click-slider-controller .slider-control-next-arrow svg * {
    transition: stroke 0.25s ease-in-out 0s; }
  .component-page-click-slider .click-slider-controller .slider-control-prev-arrow:hover path,
  .component-page-click-slider .click-slider-controller .slider-control-next-arrow:hover path {
    stroke: #fff; }
  .component-page-click-slider .click-slider-controller .slider-control-prev-arrow svg,
  .component-page-click-slider .click-slider-controller .slider-control-next-arrow svg {
    height: 48px;
    width: 48px; }
    @media (min-width: 768px) {
      .component-page-click-slider .click-slider-controller .slider-control-prev-arrow svg,
      .component-page-click-slider .click-slider-controller .slider-control-next-arrow svg {
        height: 56px;
        width: 56px; } }

.component-page-click-slider .text-slider-container {
  position: relative;
  overflow: hidden;
  max-width: calc(100% - 140px);
  margin: 0;
  margin-top: -34px;
  text-align: left; }
  @media (min-width: 768px) {
    .component-page-click-slider .text-slider-container {
      max-width: 100%;
      margin: auto;
      margin-top: 14px;
      text-align: center; } }
  .component-page-click-slider .text-slider-container p {
    font-family: "Satoshi", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6); }
    .component-page-click-slider .text-slider-container p:last-child {
      margin: 0; }

.component-page-performers .performer-tile-wrapper {
  position: relative;
  margin-top: -20px; }
  @media (min-width: 768px) {
    .component-page-performers .performer-tile-wrapper {
      margin-top: -60px; } }

.component-page-performers .performer-tile {
  position: relative;
  text-align: center;
  padding: 0 10px;
  margin: 0;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .component-page-performers .performer-tile {
      margin-top: 60px; } }
  .component-page-performers .performer-tile figure,
  .component-page-performers .performer-tile img,
  .component-page-performers .performer-tile svg {
    transition: transform 0.25s ease-in-out 0s; }
  .component-page-performers .performer-tile:hover figure {
    transform: scale(0.95); }
    .component-page-performers .performer-tile:hover figure img,
    .component-page-performers .performer-tile:hover figure svg {
      transform: scale(1.3); }

.component-page-performers .performer-image {
  position: relative;
  display: block;
  padding: 0;
  margin: auto;
  width: 120px;
  max-width: 100%;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .component-page-performers .performer-image::before {
    display: block;
    content: "";
    padding-bottom: 100%; }
  @media (min-width: 768px) {
    .component-page-performers .performer-image {
      width: 245px; } }
  .component-page-performers .performer-image img,
  .component-page-performers .performer-image svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center; }

.component-page-performers .performer-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .component-page-performers .performer-name {
      font-size: 18px;
      margin-top: 16px; } }

.component-page-performers .performer-role {
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
  color: #fff; }

.component-page-performers .collaborator-role {
  color: rgba(255, 255, 255, 0.5); }

.component-page-contributors .contributor-tile-wrapper {
  position: relative;
  margin-top: -20px; }

.component-page-contributors .contributor-tile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  margin-top: 15px; }
  .component-page-contributors .contributor-tile figure,
  .component-page-contributors .contributor-tile img,
  .component-page-contributors .contributor-tile svg {
    transition: transform 0.25s ease-in-out 0s; }
  .component-page-contributors .contributor-tile:hover figure {
    transform: scale(0.95); }
    .component-page-contributors .contributor-tile:hover figure img,
    .component-page-contributors .contributor-tile:hover figure svg {
      transform: scale(1.3); }

.component-page-contributors .contributor-image {
  position: relative;
  display: block;
  width: 88px;
  max-width: 100%;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  margin: auto 20px auto 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .component-page-contributors .contributor-image::before {
    display: block;
    content: "";
    padding-bottom: 100%; }
  .component-page-contributors .contributor-image img,
  .component-page-contributors .contributor-image svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center; }

.component-page-contributors .contributor-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0; }
  @media (min-width: 768px) {
    .component-page-contributors .contributor-name {
      font-size: 24px; } }

.component-page-contributors .contributor-role {
  font-size: 15px;
  margin: 0; }
  @media (min-width: 768px) {
    .component-page-contributors .contributor-role {
      font-size: 18px; } }

.additional-tiles-expander .expander {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 50px;
  cursor: pointer; }
  .additional-tiles-expander .expander:not(.collapsed) {
    display: none; }
  .additional-tiles-expander .expander:hover .expander-text {
    color: #fff; }
  .additional-tiles-expander .expander .expander-line {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-top: 1px; }
  .additional-tiles-expander .expander .expander-text {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0 20px;
    transition: color 0.25s ease-in-out 0s; }
    @media (min-width: 768px) {
      .additional-tiles-expander .expander .expander-text {
        font-size: 20px; } }

.component-page-acknowledgements .component-title {
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .component-page-acknowledgements .component-title {
      margin: 0 0 30px; } }

.component-page-acknowledgements p {
  font-size: 16px;
  margin: 0 0 5px; }
  @media (min-width: 768px) {
    .component-page-acknowledgements p {
      font-size: 18px; } }

.component-page-acknowledgements .acknowledgements-name {
  font-weight: 500; }

.component-page-acknowledgements .acknowledgements-role {
  color: rgba(255, 255, 255, 0.7); }

.component-page-acknowledgements .acknowledgements-info:last-child p {
  margin-bottom: 0; }

.component-page-acknowledgements .acknowledgements {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin: -10px; }
  @media (min-width: 768px) {
    .component-page-acknowledgements .acknowledgements {
      margin: -15px; } }

.component-page-acknowledgements .acknowledgement-logo {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  max-width: 33%;
  padding: 10px; }
  @media (min-width: 768px) {
    .component-page-acknowledgements .acknowledgement-logo {
      max-width: 25%;
      padding: 15px; } }
  .component-page-acknowledgements .acknowledgement-logo img {
    max-height: 100px;
    max-width: 100%;
    object-fit: contain;
    object-position: center center; }
    @media (min-width: 768px) {
      .component-page-acknowledgements .acknowledgement-logo img {
        max-height: 150px; } }

.component-page-acknowledgements .acknowledgements-text {
  font-weight: 500;
  margin: 30px 0 0; }

.component-page-downloads .component-title {
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .component-page-downloads .component-title {
      margin: 0 0 30px; } }

.component-page-downloads p {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px; }
  @media (min-width: 768px) {
    .component-page-downloads p {
      font-size: 18px; } }

.component-page-downloads .downloads-link a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .component-page-downloads .downloads-link a span {
    position: relative;
    margin-left: 10px; }
    .component-page-downloads .downloads-link a span::after {
      content: "";
      position: absolute;
      top: auto;
      right: 0;
      bottom: -2px;
      left: 0;
      border-bottom: 2px solid currentColor;
      opacity: 0.2; }
  .component-page-downloads .downloads-link a:hover span::after, .component-page-downloads .downloads-link a:active span::after, .component-page-downloads .downloads-link a:focus span::after {
    opacity: 1; }

.component-page-downloads .downloads-info {
  -ms-flex-align: center;
      align-items: center; }
  .component-page-downloads .downloads-info:last-child p {
    margin-bottom: 0; }

.component-page-drag-slider {
  overflow: hidden; }
  .component-page-drag-slider .component-title {
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .component-page-drag-slider .component-title {
        margin: 0 0 50px; } }
  .component-page-drag-slider .drag-slider-container {
    position: relative;
    width: 100%;
    overflow: visible; }
  .component-page-drag-slider .swiper-slide {
    width: 320px; }
    @media (min-width: 768px) {
      .component-page-drag-slider .swiper-slide {
        width: 480px; } }
    @media (min-width: 1280px) {
      .component-page-drag-slider .swiper-slide {
        width: 620px; } }
    .component-page-drag-slider .swiper-slide figure,
    .component-page-drag-slider .swiper-slide img,
    .component-page-drag-slider .swiper-slide svg {
      transition: transform 0.25s ease-in-out 0s; }
    .component-page-drag-slider .swiper-slide:hover figure {
      transform: scale(0.95); }
      .component-page-drag-slider .swiper-slide:hover figure img,
      .component-page-drag-slider .swiper-slide:hover figure svg {
        transform: scale(1.3); }
  .component-page-drag-slider .slider-image {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden; }
    .component-page-drag-slider .slider-image::before {
      display: block;
      content: "";
      padding-bottom: 62.5%; }
    .component-page-drag-slider .slider-image img,
    .component-page-drag-slider .slider-image svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      font-size: 8px;
      color: rgba(255, 255, 255, 0.5);
      text-align: center; }
  .component-page-drag-slider .slider-detail {
    max-width: 100%; }
  .component-page-drag-slider .slider-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 16px 0 0; }
    @media (min-width: 768px) {
      .component-page-drag-slider .slider-name {
        font-size: 24px; } }
  .component-page-drag-slider .slider-year {
    font-size: 16px;
    margin: 6px 0 0; }
    @media (min-width: 768px) {
      .component-page-drag-slider .slider-year {
        font-size: 18px; } }
    .component-page-drag-slider .slider-year span {
      color: rgba(255, 255, 255, 0.5); }
  .component-page-drag-slider .dot {
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    margin: -3px 11px 0 6px;
    background-color: #fff; }

.component-story-drag-slider .swiper-slide {
  width: 240px; }
  @media (min-width: 768px) {
    .component-story-drag-slider .swiper-slide {
      width: 320px; } }
  @media (min-width: 1280px) {
    .component-story-drag-slider .swiper-slide {
      width: 480px; } }

[v-cloak] {
  display: none; }

.menu-overlay,
.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: var(--scrollbar-width, 16px);
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 98;
  padding: 80px 0 15px; }
  @media (min-width: 768px) {
    .menu-overlay,
    .search-overlay {
      padding: 120px 0 20px; } }
  @media (min-width: 992px) {
    .menu-overlay,
    .search-overlay {
      padding: 200px 0 30px; } }
  .menu-overlay > .container,
  .menu-overlay > .container-fluid,
  .menu-overlay > .container-sm,
  .menu-overlay > .container-md,
  .menu-overlay > .container-lg,
  .menu-overlay > .container-xl,
  .search-overlay > .container,
  .search-overlay > .container-fluid,
  .search-overlay > .container-sm,
  .search-overlay > .container-md,
  .search-overlay > .container-lg,
  .search-overlay > .container-xl {
    height: 100%; }
    .menu-overlay > .container > .row,
    .menu-overlay > .container-fluid > .row,
    .menu-overlay > .container-sm > .row,
    .menu-overlay > .container-md > .row,
    .menu-overlay > .container-lg > .row,
    .menu-overlay > .container-xl > .row,
    .search-overlay > .container > .row,
    .search-overlay > .container-fluid > .row,
    .search-overlay > .container-sm > .row,
    .search-overlay > .container-md > .row,
    .search-overlay > .container-lg > .row,
    .search-overlay > .container-xl > .row {
      height: 100%; }
  .menu-overlay .theme-backgrounds .theme-gradient,
  .search-overlay .theme-backgrounds .theme-gradient {
    opacity: 1; }

.sidebar-links-main {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .sidebar-links-main {
      margin-bottom: 0; } }
  .sidebar-links-main .sidebar-links-main-content {
    padding-left: 0;
    cursor: pointer;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
    transition: all 0.25s linear; }
    @media (min-width: 768px) {
      .sidebar-links-main .sidebar-links-main-content {
        padding-left: 25px;
        border-bottom: 0;
        border-left: 3px solid rgba(255, 255, 255, 0.1);
        padding-top: 14px;
        padding-bottom: 14px; } }
    .sidebar-links-main .sidebar-links-main-content.active {
      border-bottom-color: currentColor; }
      @media (min-width: 768px) {
        .sidebar-links-main .sidebar-links-main-content.active {
          border-left-color: currentColor; } }
      .sidebar-links-main .sidebar-links-main-content.active .sidebar-main-content-name {
        color: #fff; }
      .sidebar-links-main .sidebar-links-main-content.active .sidebar-main-content-filter {
        display: none; }
        @media (min-width: 768px) {
          .sidebar-links-main .sidebar-links-main-content.active .sidebar-main-content-filter {
            display: block; } }
    @media (min-width: 768px) {
      .sidebar-links-main .sidebar-links-main-content:not(.active) .sidebar-main-content-filter {
        color: rgba(255, 255, 255, 0.2); }
        .sidebar-links-main .sidebar-links-main-content:not(.active) .sidebar-main-content-filter .links-filter {
          color: rgba(255, 255, 255, 0.2); } }
    .sidebar-links-main .sidebar-links-main-content .sidebar-main-content-filter {
      position: relative;
      color: #fff;
      font-weight: bold;
      font-style: normal;
      font-size: 16px;
      line-height: 1.1;
      display: none;
      margin: 0;
      margin-bottom: -0.1em; }
      @media (min-width: 768px) {
        .sidebar-links-main .sidebar-links-main-content .sidebar-main-content-filter {
          display: block;
          font-size: 18px;
          margin-bottom: 0.1em; } }
      @media (min-width: 992px) {
        .sidebar-links-main .sidebar-links-main-content .sidebar-main-content-filter {
          font-size: 20px; } }
      .sidebar-links-main .sidebar-links-main-content .sidebar-main-content-filter .links-filter {
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
        border-bottom: 2px solid transparent;
        transition: border 0.25s ease-in-out; }
        .sidebar-links-main .sidebar-links-main-content .sidebar-main-content-filter .links-filter:hover, .sidebar-links-main .sidebar-links-main-content .sidebar-main-content-filter .links-filter.active {
          border-bottom-color: currentColor; }
    .sidebar-links-main .sidebar-links-main-content .sidebar-main-content-name {
      font-family: "Cabinet Grotesk", "Helvetica", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 22px;
      line-height: 1.75;
      margin: 0;
      padding-top: 0.1em;
      color: rgba(255, 255, 255, 0.2); }
      @media (min-width: 768px) {
        .sidebar-links-main .sidebar-links-main-content .sidebar-main-content-name {
          font-size: 56px;
          line-height: 1;
          padding-top: 0; } }
      .sidebar-links-main .sidebar-links-main-content .sidebar-main-content-name .sidebar-count {
        display: inline-block;
        font-size: 12px;
        margin-left: 8px; }
        @media (min-width: 768px) {
          .sidebar-links-main .sidebar-links-main-content .sidebar-main-content-name .sidebar-count {
            display: none;
            font-size: 18px;
            line-height: 1.5;
            padding-bottom: 6px; } }

.sidebar-links-sub {
  margin-top: 48px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 548px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: fixed;
  bottom: 0;
  height: 80px;
  padding-right: 18px;
  z-index: 1; }
  @media (min-width: 576px) {
    .sidebar-links-sub {
      padding-right: 0; } }
  @media (min-width: 768px) {
    .sidebar-links-sub {
      height: auto;
      position: static; } }
  .sidebar-links-sub .sidebar-links-sub-name {
    margin-right: 10px;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer; }
    @media (min-width: 768px) {
      .sidebar-links-sub .sidebar-links-sub-name {
        font-size: 24px;
        margin-bottom: 18px; } }
    .sidebar-links-sub .sidebar-links-sub-name:hover {
      text-decoration: underline; }
      .sidebar-links-sub .sidebar-links-sub-name:hover .extra-text {
        text-decoration: underline; }
  .sidebar-links-sub .sidebar-links-sub-content.link {
    margin-top: 2px; }
    @media (min-width: 768px) {
      .sidebar-links-sub .sidebar-links-sub-content.link {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .sidebar-links-sub {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .sidebar-links-sub .sidebar-links-sub-content {
        padding-left: 24px;
        transition: border-left ease-in 0.5s; }
        .sidebar-links-sub .sidebar-links-sub-content.active {
          border-left: 3px solid currentColor; }
          .sidebar-links-sub .sidebar-links-sub-content.active .sidebar-links-sub-name {
            color: #fff; } }
  .sidebar-links-sub .content-logo {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 24px; }
    @media (min-width: 768px) {
      .sidebar-links-sub .content-logo {
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 24px; } }
    .sidebar-links-sub .content-logo .logo-link {
      text-decoration: none; }
      .sidebar-links-sub .content-logo .logo-link:hover {
        text-decoration: none; }
        .sidebar-links-sub .content-logo .logo-link:hover .logo-name {
          text-decoration: none; }
    .sidebar-links-sub .content-logo .logo-name {
      display: none;
      font-weight: bold;
      font-size: 18px;
      line-height: 1;
      color: #fff;
      text-decoration: none; }
      @media (min-width: 768px) {
        .sidebar-links-sub .content-logo .logo-name {
          display: block; } }
    .sidebar-links-sub .content-logo .sidebar-content-logo {
      max-width: 150px;
      max-height: 25px; }
      @media (min-width: 768px) {
        .sidebar-links-sub .content-logo .sidebar-content-logo {
          width: 100%;
          max-width: 100%;
          max-height: 100%;
          height: auto; } }
  .sidebar-links-sub .content-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media (min-width: 768px) {
      .sidebar-links-sub .content-link {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start; } }

.menu-content {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .menu-content > [class*="col"] {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .menu-content > [class*="col"]:last-child {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
  @media (min-width: 768px) {
    .menu-content {
      -ms-flex-direction: row;
          flex-direction: row; } }

.page-menu-main {
  position: relative;
  min-height: 100%; }
  .page-menu-main .page-menu-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateX(200px);
    transition: all 0.375s ease-out;
    padding-bottom: 80px; }
    @media (min-width: 768px) {
      .page-menu-main .page-menu-content {
        padding-bottom: 0; } }
    .page-menu-main .page-menu-content.active {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
      transition: all 0.375s ease-in 0.125s; }
    .search-overlay .page-menu-main .page-menu-content {
      padding-right: 1.5em; }
      .search-overlay .page-menu-main .page-menu-content::-webkit-scrollbar-track {
        background: #222222;
        border-radius: 3px;
        display: block; }
      .search-overlay .page-menu-main .page-menu-content::-webkit-scrollbar {
        width: 6px;
        background: #222222;
        border-radius: 3px;
        display: block; }
      .search-overlay .page-menu-main .page-menu-content::-webkit-scrollbar-thumb {
        background: currentColor;
        border-radius: 3px;
        display: block; }

.virtualized-list {
  height: 100%;
  overflow: hidden;
  overflow-y: auto; }
  .virtualized-list::-webkit-scrollbar-track {
    background: #222222;
    border-radius: 3px;
    display: block; }
  .virtualized-list::-webkit-scrollbar {
    width: 6px;
    background: #222222;
    border-radius: 3px;
    display: block; }
  .virtualized-list::-webkit-scrollbar-thumb {
    background: currentColor;
    border-radius: 3px;
    display: block; }
  .virtualized-list .list-item:not(:last-child) .menu-content-letter,
  .virtualized-list .list-item:not(:last-child) .menu-content-period {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .virtualized-list .list-item:not(:last-child) .menu-content-letter,
      .virtualized-list .list-item:not(:last-child) .menu-content-period {
        margin-bottom: 80px; } }
    .virtualized-list .list-item:not(:last-child) .menu-content-letter.mbtom-0,
    .virtualized-list .list-item:not(:last-child) .menu-content-period.mbtom-0 {
      margin-bottom: 0; }

.menu-content-letter,
.menu-content-period {
  padding-right: 1.5em; }

.content-letter-main,
.content-period-main {
  font-family: "Cabinet Grotesk", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .content-letter-main,
    .content-period-main {
      font-size: 56px; } }

.list-link,
.menu-content-event,
.search-stories-result {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .list-link,
    .menu-content-event,
    .search-stories-result {
      font-size: 24px; } }
  .list-link.filter-date,
  .menu-content-event.filter-date,
  .search-stories-result.filter-date {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2; }
  .list-link:not(:hover) .list-link-name,
  .list-link:not(:hover) .menu-content-event-name,
  .list-link:not(:hover) .search-stories-name,
  .menu-content-event:not(:hover) .list-link-name,
  .menu-content-event:not(:hover) .menu-content-event-name,
  .menu-content-event:not(:hover) .search-stories-name,
  .search-stories-result:not(:hover) .list-link-name,
  .search-stories-result:not(:hover) .menu-content-event-name,
  .search-stories-result:not(:hover) .search-stories-name {
    background-color: transparent; }
  .list-link .list-link-name,
  .list-link .menu-content-event-name,
  .list-link .search-stories-name,
  .menu-content-event .list-link-name,
  .menu-content-event .menu-content-event-name,
  .menu-content-event .search-stories-name,
  .search-stories-result .list-link-name,
  .search-stories-result .menu-content-event-name,
  .search-stories-result .search-stories-name {
    position: relative;
    word-wrap: break-word;
    text-decoration: none;
    transition: all 0.25s ease-in-out; }

.list-link-name:not(:hover) {
  background-color: transparent !important; }

.search-content-period .menu-content-event,
.search-content-period .search-stories-result,
.menu-content-period .menu-content-event,
.menu-content-period .search-stories-result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.search-content-period .menu-content-event-year,
.search-content-period .search-stories-year,
.menu-content-period .menu-content-event-year,
.menu-content-period .search-stories-year {
  font-size: 18px;
  line-height: 1.6666666667;
  color: rgba(255, 255, 255, 0.5);
  min-width: 3.5em;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  text-decoration: none; }

.search-content-period .menu-content-event-name,
.search-content-period .search-stories-name,
.menu-content-period .menu-content-event-name,
.menu-content-period .search-stories-name {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

@media (min-width: 768px) {
  .list-link:hover .list-link-img {
    opacity: 1;
    transform: translateX(0) rotate(4deg); } }

@media (min-width: 768px) {
  .list-link:hover .list-link-img-people {
    opacity: 1;
    transform: translate(0, -50%); } }

.list-link .list-link-name {
  display: inline-block; }

.list-link .list-link-img-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 160px; }
  @media (min-width: 768px) {
    .list-link .list-link-img-wrapper {
      max-width: 195px; } }
  @media (min-width: 992px) {
    .list-link .list-link-img-wrapper {
      max-width: 245px; } }
  @media (min-width: 1280px) {
    .list-link .list-link-img-wrapper {
      max-width: 250px; } }

.list-link .list-link-img-people-wrapper {
  top: 50%;
  max-width: 200px; }
  @media (min-width: 768px) {
    .list-link .list-link-img-people-wrapper {
      max-width: 222px; } }
  @media (min-width: 992px) {
    .list-link .list-link-img-people-wrapper {
      max-width: 264px; } }
  @media (min-width: 1280px) {
    .list-link .list-link-img-people-wrapper {
      max-width: 476px; } }

.list-link .list-link-img {
  display: block;
  position: absolute;
  top: -0.5em;
  left: 100%;
  opacity: 0;
  transform: translateX(25%) rotate(4deg);
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  margin: 0;
  margin-left: 2.5em;
  overflow: hidden;
  backface-visibility: hidden;
  width: 100px;
  border-radius: 2px;
  z-index: 1; }
  @media (min-width: 768px) {
    .list-link .list-link-img {
      width: 200px; } }
  @media (min-width: 992px) {
    .list-link .list-link-img {
      width: 300px; } }
  @media (min-width: 1280px) {
    .list-link .list-link-img {
      width: 500px; } }
  .list-link .list-link-img::before {
    content: "";
    display: block;
    padding-bottom: 56.25%; }
  .list-link .list-link-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }

.list-link .list-link-img-people {
  top: 0;
  border-radius: 50%;
  margin-left: 1.75em;
  transform: translate(25%, -50%);
  width: 100px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .list-link .list-link-img-people {
      width: 200px; } }
  @media (min-width: 992px) {
    .list-link .list-link-img-people {
      width: 300px; } }
  .list-link .list-link-img-people::before {
    padding-bottom: 100%; }
  .list-link .list-link-img-people img {
    border-radius: 50%; }

/* ### SEARCH OVERLAY ### */
.search-overlay .sidebar-links-main .sidebar-links-main-content {
  margin-top: 0; }
  .search-overlay .sidebar-links-main .sidebar-links-main-content.active .sidebar-main-content-name {
    color: #fff; }
  @media (min-width: 768px) {
    .search-overlay .sidebar-links-main .sidebar-links-main-content .sidebar-main-content-name {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: end;
          align-items: flex-end;
      padding-top: 0.25em;
      padding-bottom: 0.25em;
      max-width: 205px;
      color: rgba(255, 255, 255, 0.2); } }
  .search-overlay .sidebar-links-main .sidebar-links-main-content .sidebar-count {
    display: inline-block; }

@media (min-width: 768px) {
  .search-overlay .sidebar-search {
    border-left-color: rgba(255, 255, 255, 0.1); } }

.search-overlay .search-result-text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px; }

.search-content-shows {
  display: block;
  max-width: 620px;
  margin-top: 60px;
  text-decoration: none; }
  .search-content-shows:first-child {
    margin-top: 0; }
  .search-content-shows .search-shows-img,
  .search-content-shows img,
  .search-content-shows svg {
    transition: transform 0.25s ease-in-out 0s; }
  .search-content-shows:hover {
    text-decoration: none; }
    .search-content-shows:hover .search-shows-img {
      transform: scale(0.95); }
      .search-content-shows:hover .search-shows-img img,
      .search-content-shows:hover .search-shows-img svg {
        transform: scale(1.3); }
  .search-content-shows .search-shows-img {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden; }
    .search-content-shows .search-shows-img::before {
      content: "";
      display: block;
      padding-bottom: 62.5%; }
    .search-content-shows .search-shows-img img,
    .search-content-shows .search-shows-img svg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }

.search-shows-details {
  display: block; }
  .search-shows-details .search-shows-name {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 8px; }
  .search-shows-details .search-shows-tag {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5); }
    .search-shows-details .search-shows-tag .dot {
      display: inline-block;
      height: 5px;
      width: 5px;
      border-radius: 50%;
      vertical-align: middle;
      font-size: 0;
      line-height: 0;
      margin: -1px 11px 0 9px; }
    .search-shows-details .search-shows-tag .shows-tag-name {
      color: #fff; }
    .search-shows-details .search-shows-tag .shows-tag-name:first-child .dot,
    .search-shows-details .search-shows-tag .shows-tag-year:first-child .dot {
      display: none; }

.search-people-result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  width: 100%;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 16px;
  text-decoration: none; }
  .search-people-result .search-people-img,
  .search-people-result img,
  .search-people-result svg {
    transition: transform 0.25s ease-in-out 0s; }
  .search-people-result:hover {
    text-decoration: none; }
    .search-people-result:hover .search-people-img {
      transform: scale(0.95); }
      .search-people-result:hover .search-people-img img,
      .search-people-result:hover .search-people-img svg {
        transform: scale(1.3); }
  .search-people-result .search-people-img {
    position: relative;
    display: block;
    width: 88px;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 25px;
    overflow: hidden; }
    .search-people-result .search-people-img::before {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .search-people-result .search-people-img img,
    .search-people-result .search-people-img svg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .search-people-result .search-people-details .search-people-name {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 4px; }
  .search-people-result .search-people-details .search-people-roles {
    display: block; }
    .search-people-result .search-people-details .search-people-roles .dot {
      display: inline-block;
      height: 5px;
      width: 5px;
      border-radius: 50%;
      vertical-align: middle;
      font-size: 0;
      line-height: 0;
      margin: -1px 11px 0 9px; }
  .search-people-result .search-people-details .people-role {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #fff; }
    .search-people-result .search-people-details .people-role:first-child .dot {
      display: none; }

/* typeform form */
.typeform-popup,
.tf-v1-popup {
  padding: 15px; }
  .typeform-popup .typeform-iframe-wrapper,
  .typeform-popup .tf-v1-iframe-wrapper,
  .tf-v1-popup .typeform-iframe-wrapper,
  .tf-v1-popup .tf-v1-iframe-wrapper {
    height: 100% !important;
    width: 100% !important; }
    .typeform-popup .typeform-iframe-wrapper .typeform-close,
    .typeform-popup .typeform-iframe-wrapper .tf-v1-close,
    .typeform-popup .tf-v1-iframe-wrapper .typeform-close,
    .typeform-popup .tf-v1-iframe-wrapper .tf-v1-close,
    .tf-v1-popup .typeform-iframe-wrapper .typeform-close,
    .tf-v1-popup .typeform-iframe-wrapper .tf-v1-close,
    .tf-v1-popup .tf-v1-iframe-wrapper .typeform-close,
    .tf-v1-popup .tf-v1-iframe-wrapper .tf-v1-close {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      cursor: pointer;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      transition: all 0.3s ease-in-out 0s;
      z-index: 1;
      top: 5px;
      right: 5px;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='theme-fill' fill-rule='evenodd' clip-rule='evenodd' d='M7.182 5.06A1.5 1.5 0 005.06 7.182l9.194 9.193-9.192 9.192a1.5 1.5 0 002.121 2.12l9.192-9.19 9.192 9.19a1.5 1.5 0 002.12-2.12l-9.19-9.192 9.193-9.193a1.5 1.5 0 10-2.122-2.122l-9.193 9.194L7.182 5.06z'%3E%3C/path%3E%3C/svg%3E");
      color: transparent; }
      @media (min-width: 768px) {
        .typeform-popup .typeform-iframe-wrapper .typeform-close,
        .typeform-popup .typeform-iframe-wrapper .tf-v1-close,
        .typeform-popup .tf-v1-iframe-wrapper .typeform-close,
        .typeform-popup .tf-v1-iframe-wrapper .tf-v1-close,
        .tf-v1-popup .typeform-iframe-wrapper .typeform-close,
        .tf-v1-popup .typeform-iframe-wrapper .tf-v1-close,
        .tf-v1-popup .tf-v1-iframe-wrapper .typeform-close,
        .tf-v1-popup .tf-v1-iframe-wrapper .tf-v1-close {
          width: 58px;
          height: 58px; } }
      .typeform-popup .typeform-iframe-wrapper .typeform-close:hover,
      .typeform-popup .typeform-iframe-wrapper .tf-v1-close:hover,
      .typeform-popup .tf-v1-iframe-wrapper .typeform-close:hover,
      .typeform-popup .tf-v1-iframe-wrapper .tf-v1-close:hover,
      .tf-v1-popup .typeform-iframe-wrapper .typeform-close:hover,
      .tf-v1-popup .typeform-iframe-wrapper .tf-v1-close:hover,
      .tf-v1-popup .tf-v1-iframe-wrapper .typeform-close:hover,
      .tf-v1-popup .tf-v1-iframe-wrapper .tf-v1-close:hover {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='theme-fill' fill-rule='evenodd' clip-rule='evenodd' d='M7.182 5.06A1.5 1.5 0 005.06 7.182l9.194 9.193-9.192 9.192a1.5 1.5 0 002.121 2.12l9.192-9.19 9.192 9.19a1.5 1.5 0 002.12-2.12l-9.19-9.192 9.193-9.193a1.5 1.5 0 10-2.122-2.122l-9.193 9.194L7.182 5.06z'%3E%3C/path%3E%3C/svg%3E"); }
    .typeform-popup .typeform-iframe-wrapper .tf-v1-close-icon,
    .typeform-popup .tf-v1-iframe-wrapper .tf-v1-close-icon,
    .tf-v1-popup .typeform-iframe-wrapper .tf-v1-close-icon,
    .tf-v1-popup .tf-v1-iframe-wrapper .tf-v1-close-icon {
      color: transparent !important; }

.stories-date-list-item {
  margin-bottom: 16px; }

.stories-date-list-detail .category,
.stories-date-list-detail .date {
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.4; }

.stories-date-list-detail .date {
  opacity: 0.5; }

.stories-date-list-detail .dot {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin: -3px 14px 0 10px; }

.stories-filter-category-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.5;
  margin-left: 0;
  padding-left: 0;
  margin-top: 2px;
  min-width: 120px;
  width: 120px; }

.stories-filter-category-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #fff; }

.stories-filter-category-description {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 16px; }

.component-content-tiles .tile {
  margin-bottom: 65px; }
  .component-content-tiles .tile:last-child {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .component-content-tiles .tile {
      margin-bottom: 0; } }

.component-content-tiles .tile-image {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0; }
  .component-content-tiles .tile-image::before {
    display: block;
    content: "";
    padding-bottom: 62.5%; }
  .component-content-tiles .tile-image img,
  .component-content-tiles .tile-image svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center; }

.component-content-tiles .tile-content {
  text-align: center; }
  .component-content-tiles .tile-content .content-title {
    margin-bottom: 0.75em; }

.component-content-split-image .split-image-text {
  margin-top: 60px; }
  .component-content-split-image .split-image-text:first-child {
    margin-top: 0; }

.component-content-split-image .title {
  margin-bottom: 0.75em; }
  @media (min-width: 992px) {
    .component-content-split-image .title {
      margin-top: 0; } }
  .component-content-split-image .title:last-child {
    margin-bottom: 0; }

.component-content-split-image .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%; }

.component-content-split-image .wysiwyg:first-child {
  margin-top: 20px; }

.component-content-accordion .accordion {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.component-content-accordion .card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .component-content-accordion .card table {
    width: 100%; }

.component-content-accordion .card-header-btn {
  width: 100%;
  padding: 20px 0;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: hidden;
  color: #fff; }
  .component-content-accordion .card-header-btn:hover, .component-content-accordion .card-header-btn:focus {
    text-decoration: none; }
  .component-content-accordion .card-header-btn .accordion-toggle svg {
    transform: rotate(135deg);
    transition: transform 200ms ease; }
    .component-content-accordion .card-header-btn .accordion-toggle svg path {
      transition: fill 200ms ease; }
  .component-content-accordion .card-header-btn.collapsed .accordion-toggle svg {
    transform: rotate(0deg); }

.component-content-accordion .title {
  margin: 0; }

.component-content-accordion .wysiwyg {
  position: relative;
  top: -0.25em;
  padding-bottom: 1.25em; }

.margin-reset {
  margin: 0; }
/*# sourceMappingURL=style.css.map */