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

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

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

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

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

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

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

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

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

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

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

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

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

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

.col-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: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

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

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

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

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

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

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

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

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

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

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

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

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

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

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

.btn-sm, .btn-group-sm > .btn {
  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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

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

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

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

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

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

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

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

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

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

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

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

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

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

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

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

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

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

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

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

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

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

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

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

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

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

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

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

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

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

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

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

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

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

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

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

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

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

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

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

.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    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.85714%; }

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

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

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -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 {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

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

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

.justify-content-between {
  -webkit-box-pack: justify !important;
      -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 {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -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: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -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; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

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

.vw-100 {
  width: 100vw !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !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: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

.font-weight-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: #007bff !important; }

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

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

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

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !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: #212529 !important; }

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

@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;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

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

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

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

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .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-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .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-slide-shadow-bottom {
    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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

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

@-webkit-keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 0; }
  .plyr video,
  .plyr audio,
  .plyr iframe {
    display: block;
    height: 100%;
    width: 100%; }
  .plyr button {
    font: inherit;
    line-height: inherit;
    width: auto; }
  .plyr:focus {
    outline: 0; }

.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .plyr--full-ui *,
  .plyr--full-ui *::after,
  .plyr--full-ui *::before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

.plyr__badge {
  background: var(--plyr-badge-background, #4a5464);
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%; }
  .plyr__captions span:empty {
    display: none; }
  @media (min-width: 480px) {
    .plyr__captions {
      font-size: var(--plyr-font-size-base, 15px);
      padding: calc(var(--plyr-control-spacing, 10px) * 2); } }
  @media (min-width: 768px) {
    .plyr__captions {
      font-size: var(--plyr-font-size-large, 18px); } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
          transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4)); }

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap; }
  .plyr__caption div {
    display: inline; }

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .plyr__control svg {
    display: block;
    fill: currentColor;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: var(--plyr-control-icon-size, 18px); }
  .plyr__control:focus {
    outline: 0; }
  .plyr__control.plyr__tab-focus {
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px; }

a.plyr__control {
  text-decoration: none; }
  a.plyr__control::after, a.plyr__control::before {
    display: none; }

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center; }
  .plyr__controls .plyr__progress__container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0; }
  .plyr__controls .plyr__controls__item {
    margin-left: calc(var(--plyr-control-spacing, 10px) / 4); }
    .plyr__controls .plyr__controls__item:first-child {
      margin-left: 0;
      margin-right: auto; }
    .plyr__controls .plyr__controls__item.plyr__progress__container {
      padding-left: calc(var(--plyr-control-spacing, 10px) / 4); }
    .plyr__controls .plyr__controls__item.plyr__time {
      padding: 0 calc(var(--plyr-control-spacing, 10px) / 2); }
    .plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child,
    .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
      padding-left: 0; }
  .plyr__controls:empty {
    display: none; }

.plyr [data-plyr='captions'],
.plyr [data-plyr='pip'],
.plyr [data-plyr='airplay'],
.plyr [data-plyr='fullscreen'] {
  display: none; }

.plyr--captions-enabled [data-plyr='captions'],
.plyr--pip-supported [data-plyr='pip'],
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block; }

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .plyr__menu .plyr__control svg {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .plyr__menu .plyr__control[aria-expanded='true'] svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
    display: none; }
  .plyr__menu__container {
    -webkit-animation: plyr-popup 0.2s ease;
            animation: plyr-popup 0.2s ease;
    background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
    border-radius: 4px;
    bottom: 100%;
    -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
            box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    color: var(--plyr-menu-color, #4a5464);
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3; }
    .plyr__menu__container > div {
      overflow: hidden;
      -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .plyr__menu__container::after {
      border: var(--plyr-menu-arrow-size, 4px) solid transparent;
      border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
      content: '';
      height: 0;
      position: absolute;
      right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
      top: 100%;
      width: 0; }
    .plyr__menu__container [role='menu'] {
      padding: calc(var(--plyr-control-spacing, 10px) * 0.7); }
    .plyr__menu__container [role='menuitem'],
    .plyr__menu__container [role='menuitemradio'] {
      margin-top: 2px; }
      .plyr__menu__container [role='menuitem']:first-child,
      .plyr__menu__container [role='menuitemradio']:first-child {
        margin-top: 0; }
    .plyr__menu__container .plyr__control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: var(--plyr-menu-color, #4a5464);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
      padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
      padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
      padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
      padding-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 100%; }
      .plyr__menu__container .plyr__control > span {
        -webkit-box-align: inherit;
            -ms-flex-align: inherit;
                align-items: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
      .plyr__menu__container .plyr__control::after {
        border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .plyr__menu__container .plyr__control--forward {
        padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4); }
        .plyr__menu__container .plyr__control--forward::after {
          border-left-color: var(--plyr-menu-arrow-color, #728197);
          right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px)); }
        .plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
          border-left-color: currentColor; }
      .plyr__menu__container .plyr__control--back {
        font-weight: var(--plyr-font-weight-regular, 400);
        margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
        margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
        padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
        position: relative;
        width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2)); }
        .plyr__menu__container .plyr__control--back::after {
          border-right-color: var(--plyr-menu-arrow-color, #728197);
          left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px)); }
        .plyr__menu__container .plyr__control--back::before {
          background: var(--plyr-menu-back-border-color, #dcdfe5);
          -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
                  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
          content: '';
          height: 1px;
          left: 0;
          margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
          overflow: hidden;
          position: absolute;
          right: 0;
          top: 100%; }
        .plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
          border-right-color: currentColor; }
    .plyr__menu__container .plyr__control[role='menuitemradio'] {
      padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7); }
      .plyr__menu__container .plyr__control[role='menuitemradio']::before, .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        border-radius: 100%; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::before {
        background: rgba(0, 0, 0, 0.1);
        content: '';
        display: block;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        height: 16px;
        margin-right: var(--plyr-control-spacing, 10px);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 16px; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        background: #fff;
        border: 0;
        height: 6px;
        left: 12px;
        opacity: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) scale(0);
                transform: translateY(-50%) scale(0);
        -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
        width: 6px; }
      .plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::before {
        background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))); }
      .plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::after {
        opacity: 1;
        -webkit-transform: translateY(-50%) scale(1);
                transform: translateY(-50%) scale(1); }
      .plyr__menu__container .plyr__control[role='menuitemradio'].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
        background: rgba(35, 40, 47, 0.1); }
    .plyr__menu__container .plyr__menu__value {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
      overflow: hidden;
      padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
      pointer-events: none; }

.plyr--full-ui input[type='range'] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%; }
  .plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-user-select: none;
            user-select: none;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
    background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%)); }
  .plyr--full-ui input[type='range']::-webkit-slider-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
            box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: var(--plyr-range-thumb-height, 13px);
    -webkit-appearance: none;
    /* stylelint-disable-line */
    margin-top: calc(((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2) * -1); }
  .plyr--full-ui input[type='range']::-moz-range-track {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -moz-user-select: none;
         user-select: none; }
  .plyr--full-ui input[type='range']::-moz-range-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: var(--plyr-range-thumb-height, 13px); }
  .plyr--full-ui input[type='range']::-moz-range-progress {
    background: currentColor;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px); }
  .plyr--full-ui input[type='range']::-ms-track {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -ms-user-select: none;
        user-select: none;
    color: transparent; }
  .plyr--full-ui input[type='range']::-ms-fill-upper {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -ms-user-select: none;
        user-select: none; }
  .plyr--full-ui input[type='range']::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -ms-user-select: none;
        user-select: none;
    background: currentColor; }
  .plyr--full-ui input[type='range']::-ms-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: var(--plyr-range-thumb-height, 13px);
    margin-top: 0; }
  .plyr--full-ui input[type='range']::-ms-tooltip {
    display: none; }
  .plyr--full-ui input[type='range']:focus {
    outline: 0; }
  .plyr--full-ui input[type='range']::-moz-focus-outer {
    border: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px; }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: var(--plyr-control-spacing, 10px); }

@media (max-width: calc(768px - 1)) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2; }
  .plyr__tooltip::before {
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    z-index: 2; }

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%; }
  .plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
  .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
    left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)); }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }
  .plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1); }

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative; }
  .plyr__progress input[type='range'], .plyr__progress__buffer {
    margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
    margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
    width: calc(100% + var(--plyr-range-thumb-height, 13px)); }
  .plyr__progress input[type='range'] {
    position: relative;
    z-index: 2; }
  .plyr__progress .plyr__tooltip {
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%; }
  .plyr__progress__buffer::-webkit-progress-bar {
    background: transparent; }
  .plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }
  .plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: var(--plyr-range-track-height, 5px);
    -moz-transition: width 0.2s ease;
    transition: width 0.2s ease; }
  .plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width 0.2s ease;
    transition: width 0.2s ease; }

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr__volume {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%; }
  .plyr__volume input[type='range'] {
    margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
    margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
    position: relative;
    z-index: 2; }

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: var(--plyr-control-spacing, 10px); }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded='true'] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: var(--plyr-audio-control-color-hover, #fff); }

.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr--video {
  background: #000;
  overflow: hidden; }
  .plyr--video.plyr--menu-open {
    overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%; }

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3; }
  @media (min-width: 480px) {
    .plyr--video .plyr__controls {
      padding: var(--plyr-control-spacing, 10px);
      padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5); } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded='true'] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: var(--plyr-video-control-color-hover, #fff); }

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2; }
  .plyr__control--overlaid svg {
    left: 2px;
    position: relative; }
  .plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
    opacity: 1; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-webkit-full-screen video {
    height: 100%; }
  .plyr:-ms-fullscreen video {
    height: 100%; }
  .plyr:fullscreen video {
    height: 100%; }
  .plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
  .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
  .plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
    .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
    .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none; }
  .plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none; }
  .plyr:fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
      font-size: var(--plyr-font-size-xlarge, 21px); }
    .plyr:-ms-fullscreen .plyr__captions {
      font-size: var(--plyr-font-size-xlarge, 21px); }
    .plyr:fullscreen .plyr__captions {
      font-size: var(--plyr-font-size-xlarge, 21px); } }

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-webkit-full-screen video {
    height: 100%; }
  .plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
      font-size: var(--plyr-font-size-xlarge, 21px); } }

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-moz-full-screen video {
    height: 100%; }
  .plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
      font-size: var(--plyr-font-size-xlarge, 21px); } }

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-ms-fullscreen video {
    height: 100%; }
  .plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
      font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }
  .plyr--fullscreen-fallback video {
    height: 100%; }
  .plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative; }
  .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
      font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }
  .plyr__ads > div,
  .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%; }
  .plyr__ads::after {
    background: #23282f;
    border-radius: 2px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3; }
  .plyr__ads::after:empty {
    display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2; }
  .plyr__preview-thumb--is-shown {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); }
  .plyr__preview-thumb::before {
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    z-index: 2; }
  .plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .plyr__preview-thumb__image-container img {
      height: 100%;
      left: 0;
      max-height: none;
      max-width: none;
      position: absolute;
      top: 0;
      width: 100%; }
  .plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3; }
    .plyr__preview-thumb__time-container span {
      background-color: rgba(0, 0, 0, 0.55);
      border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
      color: #fff;
      font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
      padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1; }
  .plyr__preview-scrubbing--is-shown {
    opacity: 1; }
  .plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%; }

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px; }
  .choices:focus {
    outline: none; }
  .choices:last-child {
    margin-bottom: 0; }
  .choices.is-disabled .choices__inner,
  .choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .choices.is-disabled .choices__item {
    cursor: not-allowed; }
  .choices [hidden] {
    display: none !important; }

.choices[data-type*='select-one'] {
  cursor: pointer; }
  .choices[data-type*='select-one'] .choices__inner {
    padding-bottom: 7.5px; }
  .choices[data-type*='select-one'] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
    margin: 0; }
  .choices[data-type*='select-one'] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.5; }
    .choices[data-type*='select-one'] .choices__button:hover, .choices[data-type*='select-one'] .choices__button:focus {
      opacity: 1; }
    .choices[data-type*='select-one'] .choices__button:focus {
      -webkit-box-shadow: 0px 0px 0px 2px #00bcd4;
              box-shadow: 0px 0px 0px 2px #00bcd4; }
  .choices[data-type*='select-one'] .choices__item[data-value=''] .choices__button {
    display: none; }
  .choices[data-type*='select-one']:after {
    content: '';
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none; }
  .choices[data-type*='select-one'].is-open:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -7.5px; }
  .choices[data-type*='select-one'][dir='rtl']:after {
    left: 11.5px;
    right: auto; }
  .choices[data-type*='select-one'][dir='rtl'] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0; }

.choices[data-type*='select-multiple'] .choices__inner,
.choices[data-type*='text'] .choices__inner {
  cursor: text; }

.choices[data-type*='select-multiple'] .choices__button,
.choices[data-type*='text'] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0; }
  .choices[data-type*='select-multiple'] .choices__button:hover, .choices[data-type*='select-multiple'] .choices__button:focus,
  .choices[data-type*='text'] .choices__button:hover,
  .choices[data-type*='text'] .choices__button:focus {
    opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #dddddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden; }
  .is-focused .choices__inner,
  .is-open .choices__inner {
    border-color: #b7b7b7; }
  .is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0; }
  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px; }

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

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }
  [dir='rtl'] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px; }
  .choices__list--single .choices__item {
    width: 100%; }

.choices__list--multiple {
  display: inline; }
  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #ffffff;
    word-break: break-all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .choices__list--multiple .choices__item[data-deletable] {
      padding-right: 5px; }
    [dir='rtl'] .choices__list--multiple .choices__item {
      margin-right: 0;
      margin-left: 3.75px; }
    .choices__list--multiple .choices__item.is-highlighted {
      background-color: #00a5bb;
      border: 1px solid #008fa1; }
    .is-disabled .choices__list--multiple .choices__item {
      background-color: #aaaaaa;
      border: 1px solid #919191; }

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility; }
  .choices__list--dropdown.is-active {
    visibility: visible; }
  .is-open .choices__list--dropdown {
    border-color: #b7b7b7; }
  .is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0; }
  .choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position; }
  .choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px; }
    [dir='rtl'] .choices__list--dropdown .choices__item {
      text-align: right; }
  @media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
      padding-right: 100px; }
      .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      [dir='rtl'] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px; }
        [dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
          right: auto;
          left: 10px; } }
  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2; }
    .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
      opacity: 0.5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }
  .choices__button:focus {
    outline: none; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }
  .choices__input:focus {
    outline: 0; }
  [dir='rtl'] .choices__input {
    padding-right: 2px;
    padding-left: 0; }

.choices__placeholder {
  opacity: 0.5; }

/*=====  End of Choices  ======*/
body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    -webkit-transition-delay: 50ms;
            transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    -webkit-transition-delay: 250ms;
            transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    -webkit-transition-delay: 350ms;
            transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  -webkit-transition-duration: 450ms;
          transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    -webkit-transition-delay: 450ms;
            transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  -webkit-transition-duration: 550ms;
          transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    -webkit-transition-delay: 550ms;
            transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  -webkit-transition-duration: 650ms;
          transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    -webkit-transition-delay: 650ms;
            transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  -webkit-transition-duration: 750ms;
          transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    -webkit-transition-delay: 750ms;
            transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  -webkit-transition-duration: 850ms;
          transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    -webkit-transition-delay: 850ms;
            transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  -webkit-transition-duration: 900ms;
          transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    -webkit-transition-delay: 900ms;
            transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  -webkit-transition-duration: 950ms;
          transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    -webkit-transition-delay: 950ms;
            transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  -webkit-transition-duration: 1050ms;
          transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    -webkit-transition-delay: 1050ms;
            transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  -webkit-transition-duration: 1100ms;
          transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    -webkit-transition-delay: 1100ms;
            transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  -webkit-transition-duration: 1150ms;
          transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    -webkit-transition-delay: 1150ms;
            transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  -webkit-transition-duration: 1200ms;
          transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    -webkit-transition-delay: 1200ms;
            transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  -webkit-transition-duration: 1250ms;
          transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    -webkit-transition-delay: 1250ms;
            transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  -webkit-transition-duration: 1300ms;
          transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    -webkit-transition-delay: 1300ms;
            transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  -webkit-transition-duration: 1350ms;
          transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    -webkit-transition-delay: 1350ms;
            transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  -webkit-transition-duration: 1400ms;
          transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    -webkit-transition-delay: 1400ms;
            transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  -webkit-transition-duration: 1450ms;
          transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    -webkit-transition-delay: 1450ms;
            transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    -webkit-transition-delay: 1500ms;
            transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  -webkit-transition-duration: 1550ms;
          transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    -webkit-transition-delay: 1550ms;
            transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  -webkit-transition-duration: 1600ms;
          transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    -webkit-transition-delay: 1600ms;
            transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  -webkit-transition-duration: 1650ms;
          transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    -webkit-transition-delay: 1650ms;
            transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  -webkit-transition-duration: 1700ms;
          transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    -webkit-transition-delay: 1700ms;
            transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  -webkit-transition-duration: 1750ms;
          transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    -webkit-transition-delay: 1750ms;
            transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  -webkit-transition-duration: 1800ms;
          transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    -webkit-transition-delay: 1800ms;
            transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  -webkit-transition-duration: 1850ms;
          transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    -webkit-transition-delay: 1850ms;
            transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  -webkit-transition-duration: 1900ms;
          transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    -webkit-transition-delay: 1900ms;
            transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  -webkit-transition-duration: 1950ms;
          transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    -webkit-transition-delay: 1950ms;
            transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  -webkit-transition-duration: 2000ms;
          transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    -webkit-transition-delay: 2000ms;
            transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  -webkit-transition-duration: 2050ms;
          transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    -webkit-transition-delay: 2050ms;
            transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  -webkit-transition-duration: 2100ms;
          transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    -webkit-transition-delay: 2100ms;
            transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  -webkit-transition-duration: 2150ms;
          transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    -webkit-transition-delay: 2150ms;
            transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  -webkit-transition-duration: 2200ms;
          transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    -webkit-transition-delay: 2200ms;
            transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  -webkit-transition-duration: 2250ms;
          transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    -webkit-transition-delay: 2250ms;
            transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  -webkit-transition-duration: 2300ms;
          transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    -webkit-transition-delay: 2300ms;
            transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  -webkit-transition-duration: 2350ms;
          transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    -webkit-transition-delay: 2350ms;
            transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  -webkit-transition-duration: 2400ms;
          transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    -webkit-transition-delay: 2400ms;
            transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  -webkit-transition-duration: 2450ms;
          transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    -webkit-transition-delay: 2450ms;
            transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  -webkit-transition-duration: 2500ms;
          transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    -webkit-transition-delay: 2500ms;
            transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  -webkit-transition-duration: 2550ms;
          transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    -webkit-transition-delay: 2550ms;
            transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  -webkit-transition-duration: 2600ms;
          transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    -webkit-transition-delay: 2600ms;
            transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  -webkit-transition-duration: 2650ms;
          transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    -webkit-transition-delay: 2650ms;
            transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  -webkit-transition-duration: 2700ms;
          transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    -webkit-transition-delay: 2700ms;
            transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  -webkit-transition-duration: 2750ms;
          transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    -webkit-transition-delay: 2750ms;
            transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  -webkit-transition-duration: 2800ms;
          transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    -webkit-transition-delay: 2800ms;
            transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  -webkit-transition-duration: 2850ms;
          transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    -webkit-transition-delay: 2850ms;
            transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  -webkit-transition-duration: 2900ms;
          transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    -webkit-transition-delay: 2900ms;
            transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  -webkit-transition-duration: 2950ms;
          transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    -webkit-transition-delay: 2950ms;
            transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  -webkit-transition-duration: 3000ms;
          transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    -webkit-transition-delay: 3000ms;
            transition-delay: 3000ms; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

[data-aos='fade-up'] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0); }

[data-aos='fade-down'] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0); }

[data-aos='fade-right'] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0); }

[data-aos='fade-left'] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0); }

[data-aos='fade-up-right'] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0); }

[data-aos='fade-up-left'] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0); }

[data-aos='fade-down-right'] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0); }

[data-aos='fade-down-left'] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0); }

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }
  [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1); }

[data-aos='zoom-in'] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6); }

[data-aos='zoom-in-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos='zoom-in-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos='zoom-in-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos='zoom-in-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos='zoom-out'] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

[data-aos='zoom-out-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos='zoom-out-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos='zoom-out-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos='zoom-out-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2); }

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
  [data-aos^='slide'][data-aos^='slide'].aos-animate {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

[data-aos='slide-up'] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0); }

[data-aos='slide-down'] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }

[data-aos='slide-right'] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

[data-aos='slide-left'] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos='flip-left'] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg); }
  [data-aos='flip-left'].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
            transform: perspective(2500px) rotateY(0); }

[data-aos='flip-right'] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg); }
  [data-aos='flip-right'].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
            transform: perspective(2500px) rotateY(0); }

[data-aos='flip-up'] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg); }
  [data-aos='flip-up'].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0); }

[data-aos='flip-down'] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg); }
  [data-aos='flip-down'].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0); }

#outdated {
  font-family: "Open Sans", "Segoe UI", sans-serif;
  position: absolute;
  background-color: #f25648;
  color: white;
  display: none;
  overflow: hidden;
  left: 0;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 1500;
  padding: 0 24px 24px 0; }
  #outdated.fullscreen {
    height: 100%; }
  #outdated .vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 12px 0; }
  #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  #outdated #buttonUpdateBrowser {
    border: 2px solid white;
    color: white;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 230px; }
    #outdated #buttonUpdateBrowser:hover {
      background-color: white;
      color: #f25648; }
  #outdated .last {
    height: 20px;
    position: absolute;
    right: 70px;
    top: 10px;
    width: auto;
    display: inline-table; }
  #outdated .last[dir=rtl] {
    left: 25px !important;
    right: auto !important; }
  #outdated #buttonCloseUpdateBrowser {
    color: white;
    display: block;
    font-size: 36px;
    height: 100%;
    line-height: 36px;
    position: relative;
    text-decoration: none;
    width: 100%; }

/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block; }

/* Psuedo-element chars */
.splitting .char {
  position: relative; }

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/* Expanded CSS Variables */
.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2); }

.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total)); }

.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc(
     (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center))); }

/* @fontface Imports
/* -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Assistant';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/assistant/Assistant-Bold.woff2") format("woff2"), url("../fonts/assistant/Assistant-Bold.woff") format("woff"), url("../fonts/assistant/Assistant-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/assistant/Assistant-SemiBold.woff2") format("woff2"), url("../fonts/assistant/Assistant-SemiBold.woff") format("woff"), url("../fonts/assistant/Assistant-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/assistant/Assistant-Regular.woff2") format("woff2"), url("../fonts/assistant/Assistant-Regular.woff") format("woff"), url("../fonts/assistant/Assistant-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant';
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/assistant/Assistant-Light.woff2") format("woff2"), url("../fonts/assistant/Assistant-Light.woff") format("woff"), url("../fonts/assistant/Assistant-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Sen';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/sen/Sen-Bold.woff2") format("woff2"), url("../fonts/sen/Sen-Bold.woff") format("woff"), url("../fonts/sen/Sen-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Sen';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/sen/Sen-Regular.woff2") format("woff2"), url("../fonts/sen/Sen-Regular.woff") format("woff"), url("../fonts/sen/Sen-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Univers';
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/Univers/Univers.eot");
  src: url("../fonts/Univers/Univers.eot?#iefix") format("embedded-opentype"), url("../fonts/Univers/Univers.woff2") format("woff2"), url("../fonts/Univers/Univers.woff") format("woff"), url("../fonts/Univers/Univers.ttf") format("truetype"), url("../fonts/Univers/Univers.svg#UniversLTStd") format("svg"); }

@font-face {
  font-family: 'Univers';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/Univers/Univers-Light.eot");
  src: url("../fonts/Univers/Univers-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Univers/Univers-Light.woff2") format("woff2"), url("../fonts/Univers/Univers-Light.woff") format("woff"), url("../fonts/Univers/Univers-Light.ttf") format("truetype"), url("../fonts/Univers/Univers-Light.svg#UniversLTStd-Light") format("svg"); }

@font-face {
  font-family: 'Univers';
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/Univers/Univers-Bold.eot");
  src: url("../fonts/Univers/Univers-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Univers/Univers-Bold.woff2") format("woff2"), url("../fonts/Univers/Univers-Bold.woff") format("woff"), url("../fonts/Univers/Univers-Bold.ttf") format("truetype"), url("../fonts/Univers/Univers-Bold.svg#UniversLTStd-Bold") format("svg"); }

@font-face {
  font-family: 'Univers';
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/Univers/Univers-Black.eot");
  src: url("../fonts/Univers/Univers-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Univers/Univers-Black.woff2") format("woff2"), url("../fonts/Univers/Univers-Black.woff") format("woff"), url("../fonts/Univers/Univers-Black.ttf") format("truetype"), url("../fonts/Univers/Univers-Black.svg#UniversLTStd-Black") format("svg"); }

/* Base Imports
/* -------------------------------------------------------------------------- */
/*** Easing Values ***/
/** ============================================================================
 * @base Responsive Helpers
 * ========================================================================== */
/** ============================================================================
 * @base Color Definitions
 * ========================================================================== */
/* Primary Color
/* -------------------------------------------------------------------------- */
/* Secondary Color
/* -------------------------------------------------------------------------- */
/* Tertiary Color
/* -------------------------------------------------------------------------- */
/* Sustainable Development Goals Color
/* -------------------------------------------------------------------------- */
/** ============================================================================
 * @base Utility Mixins Definitions
 * ========================================================================== */
.rotated-text .char1 {
  -webkit-transform: rotate(184.5deg);
          transform: rotate(184.5deg); }

.rotated-text .char2 {
  -webkit-transform: rotate(189deg);
          transform: rotate(189deg); }

.rotated-text .char3 {
  -webkit-transform: rotate(193.5deg);
          transform: rotate(193.5deg); }

.rotated-text .char4 {
  -webkit-transform: rotate(198deg);
          transform: rotate(198deg); }

.rotated-text .char5 {
  -webkit-transform: rotate(202.5deg);
          transform: rotate(202.5deg); }

.rotated-text .char6 {
  -webkit-transform: rotate(207deg);
          transform: rotate(207deg); }

.rotated-text .char7 {
  -webkit-transform: rotate(211.5deg);
          transform: rotate(211.5deg); }

.rotated-text .char8 {
  -webkit-transform: rotate(216deg);
          transform: rotate(216deg); }

.rotated-text .char9 {
  -webkit-transform: rotate(220.5deg);
          transform: rotate(220.5deg); }

.rotated-text .char10 {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg); }

.rotated-text .char11 {
  -webkit-transform: rotate(229.5deg);
          transform: rotate(229.5deg); }

.rotated-text .char12 {
  -webkit-transform: rotate(234deg);
          transform: rotate(234deg); }

.rotated-text .char13 {
  -webkit-transform: rotate(238.5deg);
          transform: rotate(238.5deg); }

.rotated-text .char14 {
  -webkit-transform: rotate(243deg);
          transform: rotate(243deg); }

.rotated-text .char15 {
  -webkit-transform: rotate(247.5deg);
          transform: rotate(247.5deg); }

.rotated-text .char16 {
  -webkit-transform: rotate(252deg);
          transform: rotate(252deg); }

.rotated-text .char17 {
  -webkit-transform: rotate(256.5deg);
          transform: rotate(256.5deg); }

.rotated-text .char18 {
  -webkit-transform: rotate(261deg);
          transform: rotate(261deg); }

.rotated-text .char19 {
  -webkit-transform: rotate(265.5deg);
          transform: rotate(265.5deg); }

.rotated-text .char20 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.rotated-text .char21 {
  -webkit-transform: rotate(274.5deg);
          transform: rotate(274.5deg); }

.rotated-text .char22 {
  -webkit-transform: rotate(279deg);
          transform: rotate(279deg); }

.rotated-text .char23 {
  -webkit-transform: rotate(283.5deg);
          transform: rotate(283.5deg); }

.rotated-text .char24 {
  -webkit-transform: rotate(288deg);
          transform: rotate(288deg); }

.rotated-text .char25 {
  -webkit-transform: rotate(292.5deg);
          transform: rotate(292.5deg); }

.rotated-text .char26 {
  -webkit-transform: rotate(297deg);
          transform: rotate(297deg); }

.rotated-text .char27 {
  -webkit-transform: rotate(301.5deg);
          transform: rotate(301.5deg); }

.rotated-text .char28 {
  -webkit-transform: rotate(306deg);
          transform: rotate(306deg); }

.rotated-text .char29 {
  -webkit-transform: rotate(310.5deg);
          transform: rotate(310.5deg); }

.rotated-text .char30 {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg); }

.rotated-text .char31 {
  -webkit-transform: rotate(319.5deg);
          transform: rotate(319.5deg); }

.rotated-text .char32 {
  -webkit-transform: rotate(324deg);
          transform: rotate(324deg); }

.rotated-text .char33 {
  -webkit-transform: rotate(328.5deg);
          transform: rotate(328.5deg); }

.rotated-text .char34 {
  -webkit-transform: rotate(333deg);
          transform: rotate(333deg); }

.rotated-text .char35 {
  -webkit-transform: rotate(337.5deg);
          transform: rotate(337.5deg); }

.rotated-text .char36 {
  -webkit-transform: rotate(342deg);
          transform: rotate(342deg); }

.rotated-text .char37 {
  -webkit-transform: rotate(346.5deg);
          transform: rotate(346.5deg); }

.rotated-text .char38 {
  -webkit-transform: rotate(351deg);
          transform: rotate(351deg); }

.rotated-text .char39 {
  -webkit-transform: rotate(355.5deg);
          transform: rotate(355.5deg); }

.rotated-text .char40 {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

/* Carousel breaking line helpers
/* -------------------------------------------------------------------------- */
/* Over 100% Width size helpers (e.g., 120 = 120%)
/* Generate `.w-*` classes
/* -------------------------------------------------------------------------- */
/* Min Height size helpers
/* Generate `.mh*` classes
/* -------------------------------------------------------------------------- */
/* Negative margins vh (e.g., where `.mb-n5vh` is negative version of 5vh)
/* -------------------------------------------------------------------------- */
.mt-n5vh {
  margin-top: -5vh; }

.mb-n5vh {
  margin-bottom: -5vh; }

@media screen and (min-width: 768px) {
  .mt-md-n5vh {
    margin-top: -5vh; }
  .mb-md-n5vh {
    margin-bottom: -5vh; } }

.mt-n10vh {
  margin-top: -10vh; }

.mb-n10vh {
  margin-bottom: -10vh; }

@media screen and (min-width: 768px) {
  .mt-md-n10vh {
    margin-top: -10vh; }
  .mb-md-n10vh {
    margin-bottom: -10vh; } }

.mt-n15vh {
  margin-top: -15vh; }

.mb-n15vh {
  margin-bottom: -15vh; }

@media screen and (min-width: 768px) {
  .mt-md-n15vh {
    margin-top: -15vh; }
  .mb-md-n15vh {
    margin-bottom: -15vh; } }

.mt-n20vh {
  margin-top: -20vh; }

.mb-n20vh {
  margin-bottom: -20vh; }

@media screen and (min-width: 768px) {
  .mt-md-n20vh {
    margin-top: -20vh; }
  .mb-md-n20vh {
    margin-bottom: -20vh; } }

.mt-n25vh {
  margin-top: -25vh; }

.mb-n25vh {
  margin-bottom: -25vh; }

@media screen and (min-width: 768px) {
  .mt-md-n25vh {
    margin-top: -25vh; }
  .mb-md-n25vh {
    margin-bottom: -25vh; } }

.mt-n30vh {
  margin-top: -30vh; }

.mb-n30vh {
  margin-bottom: -30vh; }

@media screen and (min-width: 768px) {
  .mt-md-n30vh {
    margin-top: -30vh; }
  .mb-md-n30vh {
    margin-bottom: -30vh; } }

/* Z-index helpers
/* Generate `.z-*` classes
/* -------------------------------------------------------------------------- */
/* Background color transparent helpers
/* Generate `.bg-trans-{background}-*` classes by numbers
/* -------------------------------------------------------------------------- */
/* Sustainable Development Goals color helpers
/* Generate `.bg-sdg-*` classes by numbers
/* -------------------------------------------------------------------------- */
.bg-sdg-1 {
  background-color: #E5243B; }

.bg-sdg-2 {
  background-color: #DDA63A; }

.bg-sdg-3 {
  background-color: #4C9F38; }

.bg-sdg-4 {
  background-color: #C5192D; }

.bg-sdg-5 {
  background-color: #FF3A21; }

.bg-sdg-6 {
  background-color: #26BDE2; }

.bg-sdg-7 {
  background-color: #FCC30B; }

.bg-sdg-8 {
  background-color: #A21942; }

.bg-sdg-9 {
  background-color: #FD6925; }

.bg-sdg-10 {
  background-color: #DD1367; }

.bg-sdg-11 {
  background-color: #FD9D24; }

.bg-sdg-12 {
  background-color: #BF8B2E; }

.bg-sdg-13 {
  background-color: #3F7E44; }

.bg-sdg-14 {
  background-color: #0A97D9; }

.bg-sdg-15 {
  background-color: #56C02B; }

.bg-sdg-16 {
  background-color: #00689D; }

.bg-sdg-17 {
  background-color: #19486A; }

.bg-sdg-18 {
  background-color: #F2F2F2; }

/* Gap size helpers
/* Generate `.gap-*` classes
/* -------------------------------------------------------------------------- */
.gap-0 {
  gap: 0rem; }

@media screen and (min-width: 768px) {
  .gap-md-0 {
    gap: 0rem !important; } }

.gap-1 {
  gap: 1rem; }

@media screen and (min-width: 768px) {
  .gap-md-1 {
    gap: 1rem !important; } }

.gap-2 {
  gap: 2rem; }

@media screen and (min-width: 768px) {
  .gap-md-2 {
    gap: 2rem !important; } }

.gap-3 {
  gap: 3rem; }

@media screen and (min-width: 768px) {
  .gap-md-3 {
    gap: 3rem !important; } }

.gap-4 {
  gap: 4rem; }

@media screen and (min-width: 768px) {
  .gap-md-4 {
    gap: 4rem !important; } }

.gap-5 {
  gap: 5rem; }

@media screen and (min-width: 768px) {
  .gap-md-5 {
    gap: 5rem !important; } }

.gap-6 {
  gap: 6rem; }

@media screen and (min-width: 768px) {
  .gap-md-6 {
    gap: 6rem !important; } }

/** ============================================================================
 * @base Typography Definitions
 * ========================================================================== */
/* Font Family Definitions
/* -------------------------------------------------------------------------- */
/* Typography Styling Overrides
/* -------------------------------------------------------------------------- */
html, body {
  font-size: 16px;
  font-family: Roboto,Arial,sans-serif;
  font-weight: normal;
  line-height: 1.4;
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto,Arial,sans-serif;
  font-weight: bold; }

h1 {
  font-size: 2rem; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 2.5rem; } }
  @media screen and (min-width: 1366px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 2rem; } }
  @media screen and (min-width: 1366px) {
    h2 {
      font-size: 2.5rem; } }

h3 {
  font-size: 1.2rem; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 1.6rem; } }
  @media screen and (min-width: 1366px) {
    h3 {
      font-size: 2rem; } }

h4 {
  font-size: 1.2rem; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 1.35rem; } }
  @media screen and (min-width: 1366px) {
    h4 {
      font-size: 1.5rem; } }

p,
ol,
ul {
  font-size: 0.9rem; }

ol,
ul {
  padding-left: 1rem; }

a {
  color: #ee273a; }

a:hover {
  color: #f25665; }

::-moz-selection {
  background-color: rgba(231, 171, 41, 0.8); }

::selection {
  background-color: rgba(231, 171, 41, 0.8); }

.font-tertiary {
/*   font-family: "Oswald", "Helvetica Neue", "Arial", sans-serif;  */
  font-family: Roboto,Arial,sans-serif;
  }
  

/* Anchors
/* -------------------------------------------------------------------------- */
.anchor {
  display: block;
  position: relative;
  top: -70px; }

/** ============================================================================
 * @base Layout Definitions
 * ========================================================================== */
.main-content {
  background-color: #333;
  position: relative; }

/* Spacing Presets
/* -------------------------------------------------------------------------- */
/* Text Columns
/* -------------------------------------------------------------------------- */
.text-col-2 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1; }
  @media screen and (min-width: 768px) {
    .text-col-2 {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 2.5rem;
         -moz-column-gap: 2.5rem;
              column-gap: 2.5rem; } }

/* Custom inner scrollbar
/* -------------------------------------------------------------------------- */
.custom-scrollbar,
[data-disable-scroll] {
  padding-right: 1rem;
  -webkit-overflow-scrolling: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .custom-scrollbar::-webkit-scrollbar,
  [data-disable-scroll]::-webkit-scrollbar {
    width: 4px; }
  .custom-scrollbar::-webkit-scrollbar-track,
  [data-disable-scroll]::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .custom-scrollbar::-webkit-scrollbar-thumb,
  [data-disable-scroll]::-webkit-scrollbar-thumb {
    background: #ee273a; }
  .custom-scrollbar::-webkit-scrollbar-thumb:hover,
  [data-disable-scroll]::-webkit-scrollbar-thumb:hover {
    background: #d21023; }

.scrollbar--thin::-webkit-scrollbar {
  width: 1px; }

/** ============================================================================
 * @base Grid
 * ========================================================================== */
.grid-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem; }

@media screen and (min-width: 768px) {
  .grid-col-md-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem; } }

@media screen and (min-width: 992px) {
  .grid-col-lg-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem; } }

.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 2rem; }

@media screen and (min-width: 768px) {
  .grid-col-md-3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    gap: 2rem; } }

@media screen and (min-width: 992px) {
  .grid-col-lg-3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    gap: 2rem; } }

.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem; }

@media screen and (min-width: 768px) {
  .grid-col-md-4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem; } }

@media screen and (min-width: 992px) {
  .grid-col-lg-4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem; } }

.grid-auto-rows {
  grid-auto-rows: 1fr; }

.span-2 {
  grid-column-end: span 2;
  grid-row-end: span 2; }

.span-all-col {
  grid-column: 1/-1; }

/** ============================================================================
 * @base Utilities
 * ========================================================================== */
/* Color Utilities
/* -------------------------------------------------------------------------- */
.color-ci {
  color: #ee273a; }

.color-white {
  color: white; }

.color-primary {
  color: #333 !important; }

.color-tertiary {
  color: #f16e70 !important; }

.color-purple {
  color: #6A70B1; }

.color-cyan {
  color: #3B99D4; }

.color-meadow {
  color: #20AB60; }

.color-orange {
  color: #F69421; }

.text-white p a:only-child {
  color: white; }

/* Background Utilities
/* -------------------------------------------------------------------------- */
.bg-fixed {
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  @media (hover: none) {
    .bg-fixed {
      background-attachment: initial; } }

.bg-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(80%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 80%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.7; }

.bg-overlay--white:before,
.bg-overlay--white-gradient:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(80%, white));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 80%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.7; }

.bg-overlay--black-gradient:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(80%, black));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 80%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.7; }

.bg-overlay--black:before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.6; }

.bg-overlay--black[data-bg-opacity]:before {
  opacity: var(--bg-opacity); }

.bg-ci {
  background-color: #ee273a; }

.bg-white {
  background-color: white; }

.bg-trans-white-1 {
  background-color: rgba(255, 255, 255, 0.1); }

.bg-trans-white-2 {
  background-color: rgba(255, 255, 255, 0.2); }

.bg-trans-white-3 {
  background-color: rgba(255, 255, 255, 0.3); }

.bg-trans-white-4 {
  background-color: rgba(255, 255, 255, 0.4); }

.bg-trans-white-5 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-trans-white-6 {
  background-color: rgba(255, 255, 255, 0.6); }

.bg-trans-white-7 {
  background-color: rgba(255, 255, 255, 0.7); }

.bg-trans-white-8 {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-trans-white-9 {
  background-color: rgba(255, 255, 255, 0.9); }

.bg-trans-white-10 {
  background-color: white; }

.bg-lightgray {
  background-color: #f4f4f4; }

.bg-darkgray {
  background-color: #2a2a2a; }

.bg-gradient--blue {
  background: radial-gradient(circle, #25426f 0%, #2a253e 100%); }

.bg-gradient__linear--white-lightgray {
  background: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4), to(white));
  background: linear-gradient(0deg, #f4f4f4 0%, white 100%); }

.bg-gradient__linear--white-fade {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%); }

.bg-gradient__linear--violet {
  background: -webkit-gradient(linear, left bottom, left top, from(#7b1d1d), to(#125a7b));
  background: linear-gradient(0deg, #7b1d1d 0%, #125a7b 100%); }

.bg-gradient__linear--sky {
  background: -webkit-gradient(linear, left bottom, left top, from(#f9fcfd), to(#dfebf4));
  background: linear-gradient(0deg, #f9fcfd 0%, #dfebf4 100%); }

.bg-gradient__linear--sky-fade {
  background: -webkit-gradient(linear, left bottom, left top, from(#d2e0e9), to(rgba(210, 224, 233, 0)));
  background: linear-gradient(0deg, #d2e0e9 0%, rgba(210, 224, 233, 0) 100%); }

.bg-gradient__linear--aqua {
  background: -webkit-gradient(linear, left bottom, left top, from(#f4f8fb), to(#f9fcfd));
  background: linear-gradient(0deg, #f4f8fb 0%, #f9fcfd 100%); }

.bg-gradient__linear--aqua-fade {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(249, 252, 253, 0)), to(#f4f8fb));
  background: linear-gradient(0deg, rgba(249, 252, 253, 0) 0%, #f4f8fb 100%); }

/* Border Utilities
/* -------------------------------------------------------------------------- */
.border-darkgray {
  border-color: darkgray !important; }

.rounded-xl {
  border-radius: 1rem !important; }

@media screen and (min-width: 768px) {
  .rounded-md-xl {
    border-radius: 1rem !important; } }

/* Text Utilities
/* -------------------------------------------------------------------------- */
.text-uppercase {
  text-transform: uppercase; }

.text-mask,
.text-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.safari-text-gradient:after {
  content: attr(data-text);
  font-size: 3rem;
  white-space: pre-wrap;
  background: -webkit-gradient(linear, left bottom, left top, from(#7b1d1d), to(#125a7b));
  background: linear-gradient(0deg, #7b1d1d 0%, #125a7b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0; }

.text-mask__title {
  font-size: 8vw;
  display: inline-block; }
  @media screen and (min-width: 992px) {
    .text-mask__title {
      font-size: 5rem; } }

.text-mask__title-lg {
  font-size: 10vw;
  display: inline-block; }
  @media screen and (min-width: 992px) {
    .text-mask__title-lg {
      font-size: 6rem; } }

.text-replace {
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap; }

.text-sm {
  font-size: 80%; }

.text-lg {
  font-size: 3rem; }

@media screen and (min-width: 768px) {
  .text-md-lg {
    font-size: 3rem; } }

.text-lg-1 {
  font-size: 110%; }

.text-lg-2 {
  font-size: 120%; }

.text-shadow-primary {
  text-shadow: 0 3px 5px rgba(51, 51, 51, 0.75); }

/* Link Utilities
/* -------------------------------------------------------------------------- */
a.link-black {
  color: #333; }

a.link-underline {
  text-decoration: underline; }

/* List style bullet color Utilities
/* -------------------------------------------------------------------------- */
ul.bullet--is-red {
  list-style: none; }
  ul.bullet--is-red li::before {
    content: "\2022";
    color: #f16e70;
    font-weight: bold;
    display: inline-block;
    width: 1.5rem;
    margin-left: -1.5rem; }

/* Gutters Utilities
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .gutters-md > [class*="col-"]:first-child {
    padding-right: 2rem; }
  .gutters-md > [class*="col-"]:last-child {
    padding-left: 2rem; } }

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

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

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

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

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

.mh10 {
  min-height: 10vh; }

.mh10-percent {
  min-height: calc(10 * 1%); }

.mh20 {
  min-height: 20vh; }

.mh20-percent {
  min-height: calc(20 * 1%); }

.mh30 {
  min-height: 30vh; }

.mh30-percent {
  min-height: calc(30 * 1%); }

.mh40 {
  min-height: 40vh; }

.mh40-percent {
  min-height: calc(40 * 1%); }

.mh50 {
  min-height: 50vh; }

.mh50-percent {
  min-height: calc(50 * 1%); }

.mh60 {
  min-height: 60vh; }

.mh60-percent {
  min-height: calc(60 * 1%); }

.mh70 {
  min-height: 70vh; }

.mh70-percent {
  min-height: calc(70 * 1%); }

.mh80 {
  min-height: 80vh; }

.mh80-percent {
  min-height: calc(80 * 1%); }

.mh90 {
  min-height: 90vh; }

.mh90-percent {
  min-height: calc(90 * 1%); }

.mh100 {
  min-height: 100vh; }

.mh100-percent {
  min-height: calc(100 * 1%); }

.mh110 {
  min-height: 110vh; }

.mh110-percent {
  min-height: calc(110 * 1%); }

.mh120 {
  min-height: 120vh; }

.mh120-percent {
  min-height: calc(120 * 1%); }

.mh130 {
  min-height: 130vh; }

.mh130-percent {
  min-height: calc(130 * 1%); }

.mh140 {
  min-height: 140vh; }

.mh140-percent {
  min-height: calc(140 * 1%); }

.mh150 {
  min-height: 150vh; }

.mh150-percent {
  min-height: calc(150 * 1%); }

.mh160 {
  min-height: 160vh; }

.mh160-percent {
  min-height: calc(160 * 1%); }

.mh170 {
  min-height: 170vh; }

.mh170-percent {
  min-height: calc(170 * 1%); }

.mh180 {
  min-height: 180vh; }

.mh180-percent {
  min-height: calc(180 * 1%); }

.mh190 {
  min-height: 190vh; }

.mh190-percent {
  min-height: calc(190 * 1%); }

.mh200 {
  min-height: 200vh; }

.mh200-percent {
  min-height: calc(200 * 1%); }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

.z-10 {
  z-index: 10; }

/* Position Utilities
/* -------------------------------------------------------------------------- */
.fixed-center {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.absolute-center {
  left: 0;
  right: 0;
  margin: auto; }

.top-0 {
  top: 0; }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.bg-center {
  background-position: center; }

.transform-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.origin-bottom {
  -webkit-transform-origin: bottom;
          transform-origin: bottom; }

/* Visibility Utilities
/* -------------------------------------------------------------------------- */
.is-show {
  opacity: 1;
  visibility: visible; }

.is-hide {
  opacity: 0;
  visibility: hidden; }

.overflow-visible {
  overflow: visible !important; }

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

.z-negative {
  z-index: -1; }

.backface-hidden {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.no-pointer-event {
  pointer-events: none; }

/* JS Utilities
/* -------------------------------------------------------------------------- */
.js-lettering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

/* Splitting Characters & Animation
/* -------------------------------------------------------------------------- */
.splitting .char {
  opacity: 0; }

[data-animate="true"].splitting .char {
  -webkit-animation: slide-in 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: slide-in 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -webkit-animation-delay: calc(0.02s * var(--char-index));
          animation-delay: calc(0.02s * var(--char-index)); }

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: scale(0.8) translateY(2rem);
            transform: scale(0.8) translateY(2rem);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1; } }

@keyframes slide-in {
  from {
    -webkit-transform: scale(0.8) translateY(2rem);
            transform: scale(0.8) translateY(2rem);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1; } }

/* Component Imports
/* -------------------------------------------------------------------------- */
/** ============================================================================
 * @component Navigation
 * ========================================================================== */
header {
  min-height: 79px; }

.header-nav {
  position: relative; }
  .header-nav hr {
    max-width: 90%;
    display: none; }
    @media screen and (min-width: 768px) {
      .header-nav hr {
        display: block; } }

.navigation-logo {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  z-index: 10; }
  .navigation-logo:before {
    content: "";
    width: 100%;
    height: 70px;
    background-color: transparent;
    display: block;
    position: fixed;
    top: -1.5rem;
    left: 0;
    z-index: -1; }

.navigation-logo img {
  width: 120px; }
  @media screen and (min-width: 768px) {
    .navigation-logo img {
      width: auto; } }

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    .navigation {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

#mainmenu {
  width: 100%;
  height: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media screen and (min-width: 768px) {
    #mainmenu {
      width: auto;
      height: auto;
      background-color: transparent;
      position: relative;
      opacity: 1;
      visibility: visible;
      pointer-events: all; } }
  #mainmenu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    overflow-y: auto; }
    @media screen and (min-width: 768px) {
      #mainmenu.is-open {
        overflow-y: visible; } }
  #mainmenu .navigation {
    width: 90%;
    margin: auto;
    padding-top: 6rem;
    padding-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      #mainmenu .navigation {
        max-width: 90%;
        width: auto;
        padding-top: 0;
        padding-bottom: 0; } }
  #mainmenu a {
    text-decoration: none; }
  #mainmenu .nav-item {
    text-align: left;
    position: relative;
    display: inline-block;
    padding: 0.5rem 0;
    opacity: 0; }
    @media screen and (min-width: 768px) {
      #mainmenu .nav-item {
        text-align: center;
        padding: 0; } }
  #mainmenu .nav-item > a {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      #mainmenu .nav-item > a {
        font-size: 0.7rem;
        font-weight: normal;
        -webkit-transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); } }
    @media screen and (min-width: 992px) {
      #mainmenu .nav-item > a {
        font-size: 0.8rem; } }
  #mainmenu .nav-item > a:hover {
    color: #ee273a; }

.nav-plus {
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
  top: -2px; }
  @media screen and (min-width: 768px) {
    .nav-plus {
      display: none; } }

.nav-announcement {
  width: 50px;
  position: absolute;
  top: 0;
  right: 10px; }
  .nav-announcement a {
    display: inline-block; }

.has-submenu {
  position: relative;
  white-space: nowrap; }

.has-submenu:after {
  content: "›";
  font-weight: normal;
  display: inline-block;
  margin-left: 0.5rem;
  -webkit-transform: translateY(-0.1rem) rotate(90deg) scale(1.4);
          transform: translateY(-0.1rem) rotate(90deg) scale(1.4); }

/* Header - Theme Modifier
/* -------------------------------------------------------------------------- */
.header-nav.theme-white .nav-hamburger {
  border-color: white; }

.header-nav.theme-white .nav-hamburger rect {
  fill: white; }

.header-nav.theme-white .navigation-logo path {
  fill: white; }

.header-nav.theme-white .language-nav a {
  color: white; }
  .header-nav.theme-white .language-nav a:before {
    border-color: white; }

.header-nav.theme-white hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

@media screen and (min-width: 768px) {
  .header-nav.theme-white #mainmenu .nav-item > a {
    color: white; } }

.submenu {
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
  position: relative;
  overflow: hidden;
  -webkit-transition: none;
  transition: none; }
  @media screen and (min-width: 768px) {
    .submenu {
      height: auto !important;
      padding: 1rem 1rem 0;
      position: absolute;
      top: 100%;
      left: 0;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
      -webkit-transform-origin: top;
              transform-origin: top;
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); } }

.submenu-inner {
  margin: auto;
  padding-top: 1rem; }
  @media screen and (min-width: 768px) {
    .submenu-inner {
      padding-top: 0; } }

.submenu a {
  width: 49%;
  font-size: 0.8rem;
  color: #333;
  display: inline-block;
  vertical-align: text-top;
  margin-bottom: 1rem;
  position: relative;
  -webkit-transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: color; }
  @media screen and (min-width: 768px) {
    .submenu a {
      width: 100%;
      display: block;
      white-space: nowrap; } }
  .submenu a:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ee273a;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform; }

.submenu a:hover {
  color: #ee273a; }
  .submenu a:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }

@media screen and (min-width: 768px) {
  .nav-item:hover .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.nav-hamburger {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #333;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 50;
  display: block; }
  @media screen and (min-width: 768px) {
    .nav-hamburger {
      display: none; } }
  .nav-hamburger svg {
    width: 100%;
    display: block;
    padding: 0.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    .nav-hamburger svg:first-child {
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    .nav-hamburger svg:last-child {
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      -webkit-transform: scale(0);
              transform: scale(0); }
  .nav-hamburger.toggle svg:first-child {
    -webkit-transform: scale(0);
            transform: scale(0); }
  .nav-hamburger.toggle svg:last-child {
    -webkit-transform: scale(1);
            transform: scale(1); }

.language-nav {
  position: absolute;
  top: 1rem;
  right: 6%;
  display: none; }
  @media screen and (min-width: 768px) {
    .language-nav {
      display: block; } }
  .language-nav a {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
    color: #333;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    opacity: 0; }
  .language-nav a:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .language-nav a.active::before {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }

#announcement-canvas {
  /* make the canvas wrapper fits the document */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 10; }

.plane {
  /* define the size of your plane */
  width: 50px;
  height: 79px; }
  .plane a {
    cursor: pointer; }

.plane img {
  /* hide the img element */ }

/** ============================================================================
 * @component Filter
 * ========================================================================== */
.nav-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    .nav-filter {
      border-top: 1px solid lightgray;
      border-bottom: 1px solid lightgray; } }
  .nav-filter .btn-selection {
    border-top: 1px solid lightgray; }
    @media screen and (min-width: 768px) {
      .nav-filter .btn-selection {
        border-top: none;
        border-right: 1px solid lightgray; } }
  .nav-filter .btn-selection:last-child {
    border-right: none; }

@media screen and (min-width: 768px) {
  .nav-filter.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 120px; } }

@media screen and (min-width: 768px) {
  .nav-filter.grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 120px; }
    .nav-filter.grid-4.has-search {
      grid-template-columns: 2fr 1.1fr 1fr 120px; }
    .nav-filter.grid-4.has-search input:first-child {
      border-right: 1px solid lightgray; } }

.btn-selection {
  padding: 1rem;
  position: relative;
  cursor: pointer;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .btn-selection {
      padding: 1.5rem 1rem; } }
  .btn-selection.is-open {
    z-index: 15; }
  .btn-selection + .btn-selection {
    z-index: 9; }
  .btn-selection.border-bottom:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ee273a;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 6;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    will-change: transform; }
  .btn-selection .btn-selection__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .btn-selection .btn-selection__content img,
  .btn-selection .btn-selection__content svg {
    margin-right: 1rem; }
  .btn-selection .btn-selection__value {
    display: inline-block;
    margin-right: auto;
    margin-bottom: -4px; }

.btn-selection__content--white svg path {
  fill: white; }

.btn-selection__content--white .btn-selection__value {
  color: white; }

.btn-selection--fix-width, .btn-selection--fix-width-lg {
  width: 180px;
  padding: 0.5rem; }
  @media screen and (min-width: 768px) {
    .btn-selection--fix-width, .btn-selection--fix-width-lg {
      width: 200px;
      padding: 1rem; } }
  .btn-selection--fix-width .btn-selection__content img, .btn-selection--fix-width-lg .btn-selection__content img,
  .btn-selection--fix-width .btn-selection__content svg,
  .btn-selection--fix-width-lg .btn-selection__content svg {
    max-height: 20px; }
  .btn-selection--fix-width .btn-selection__value, .btn-selection--fix-width-lg .btn-selection__value {
    margin-bottom: 0; }

.btn-selection--fix-width-lg {
  width: 210px; }
  @media screen and (min-width: 768px) {
    .btn-selection--fix-width-lg {
      width: 240px; } }

.btn-selection:hover.border-bottom:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

.dropdown-arrow {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 2px; }
  .dropdown-arrow:before, .dropdown-arrow:after {
    content: "";
    width: 75%;
    height: 2px;
    background-color: gray;
    border-radius: 15px;
    position: absolute;
    top: 0;
    -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .dropdown-arrow:before {
    left: 0;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .dropdown-arrow:after {
    right: 0;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.btn-selection.is-open .dropdown-arrow:before {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.btn-selection.is-open .dropdown-arrow:after {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

/** ============================================================================
 * @component Table
 * ========================================================================== */
.table-border, .press-release__content table {
  font-size: 0.9rem; }
  .table-border td, .press-release__content table td {
    border: 1px solid #333;
    padding: 0.5rem; }

/** ============================================================================
 * @component Slider
 * ========================================================================== */
.landing-slider .landing__img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover; }

.landing-slider .bg-overlay:before,
.landing-slider .bg-overlay--black:before {
  z-index: 1; }

.landing-slider a {
  cursor: pointer; }

.landing-slide__text {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5; }
  .landing-slide__text h1 {
    font-size: 2rem;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .landing-slide__text h1 {
        font-size: 4.5rem; } }
  .landing-slide__text h4 {
    font-weight: 300; }
    @media screen and (min-width: 768px) {
      .landing-slide__text h4 {
        font-size: 2.5rem; } }

.landing__video,
.section__video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }
  .landing__video .plyr,
  .section__video .plyr {
    width: 100%;
    height: 100%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .landing__video .plyr__video-wrapper,
  .section__video .plyr__video-wrapper {
    width: 100%;
    height: 0;
    background-color: white;
    position: relative;
    padding-bottom: 56.25%; }
  .landing__video video,
  .section__video video {
    position: absolute;
    top: 0;
    left: 0; }

.landing-slider__progress {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  margin: auto;
  z-index: 5; }

.landing-slider__counter {
  display: block;
  font-size: 0.9rem; }

.landing-slider__counter-current,
.landing-slider__counter-total {
  color: #333;
  margin: 0 1rem; }

.landing-slider__progress-bar {
  height: 1px;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  position: relative; }

.landing-slider__progress-bar-active {
  width: 100%;
  height: 1px;
  background-color: #ee273a;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: left;
          transform-origin: left; }

/** ============================================================================
 * @component Carousel
 * ========================================================================== */
/* Swiper Default Pagination Components
/* -------------------------------------------------------------------------- */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -1.5rem;
  left: 0;
  width: 100%; }

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

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

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #333; }

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ee273a;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top; }

/* General Carousel Components
/* -------------------------------------------------------------------------- */
.carousel-container {
  width: 100%;
  min-height: 400px;
  height: 60vh;
  max-height: 500px;
  padding-bottom: 3rem;
  padding-right: 1rem; }
  .carousel-container a {
    color: #333;
    text-decoration: none; }

.carousel--has-border .carousel-card {
  -webkit-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: -1px 0 1px rgba(255, 255, 255, 0.3); }

.carousel-card.overlay-red {
  position: relative; }
  .carousel-card.overlay-red:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 6, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 0.3s; }

a.carousel-card {
  display: block;
  cursor: pointer; }

.carousel-inner {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }

.carousel-bg {
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: top center;
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s; }
  .carousel-bg:after {
    content: "";
    width: 100%;
    height: 150%;
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(80%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 80%);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .carousel-bg.bg-center {
    background-position: center; }
  .carousel-bg.bg-bottom {
    background-position-y: bottom; }

.carousel-text {
  padding: 1rem;
  position: absolute;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateY(calc(100% - 6.5rem));
          transform: translateY(calc(100% - 6.5rem));
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.7s; }
  @media screen and (min-width: 768px) {
    .carousel-text {
      padding: 1.5rem; } }
  .carousel-text.no-adjacent {
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .carousel-text.has-adjacent {
    bottom: 1.5rem;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .carousel-text p {
    font-size: 0.8rem;
    padding-bottom: 1rem;
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s; }
    @media screen and (min-width: 1600px) {
      .carousel-text p {
        font-size: 0.9rem; } }

.carousel-text--show p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.carousel-text--mobile {
  color: #333 !important;
  position: relative; }
  @media screen and (min-width: 768px) {
    .carousel-text--mobile {
      display: none; } }
  .carousel-text--mobile .carousel-text__title {
    font-weight: bold;
    padding: 2rem 0 1rem;
    margin-bottom: 0; }

.carousel-text__title {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase; }
  @media screen and (min-width: 1600px) {
    .carousel-text__title {
      font-size: 1.75rem; } }
  .carousel-text__title.text-lg {
    font-size: 2rem; }
  @media screen and (max-width: 767px) {
    .carousel-text__title.mobile-text-sm {
      font-size: 1.2rem; } }

.carousel-text__title:only-child {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem); }

.title--2-line {
  -webkit-transform: translateY(calc( 100% - (6.5rem + 1.75rem * 1)));
          transform: translateY(calc( 100% - (6.5rem + 1.75rem * 1))); }
  @media screen and (min-width: 992px) {
    .title--2-line {
      -webkit-transform: translateY(calc( 100% - (6.5rem + 2.0625rem * 1)));
              transform: translateY(calc( 100% - (6.5rem + 2.0625rem * 1))); } }
  @media screen and (min-width: 1600px) {
    .title--2-line {
      -webkit-transform: translateY(calc( 100% - (6.5rem + 2.375rem * 1)));
              transform: translateY(calc( 100% - (6.5rem + 2.375rem * 1))); } }

.title--3-line {
  -webkit-transform: translateY(calc( 100% - (6.5rem + 1.75rem * 2)));
          transform: translateY(calc( 100% - (6.5rem + 1.75rem * 2))); }
  @media screen and (min-width: 992px) {
    .title--3-line {
      -webkit-transform: translateY(calc( 100% - (6.5rem + 2.0625rem * 2)));
              transform: translateY(calc( 100% - (6.5rem + 2.0625rem * 2))); } }
  @media screen and (min-width: 1600px) {
    .title--3-line {
      -webkit-transform: translateY(calc( 100% - (6.5rem + 2.375rem * 2)));
              transform: translateY(calc( 100% - (6.5rem + 2.375rem * 2))); } }

.title--4-line {
  -webkit-transform: translateY(calc( 100% - (6.5rem + 1.75rem * 3)));
          transform: translateY(calc( 100% - (6.5rem + 1.75rem * 3))); }
  @media screen and (min-width: 992px) {
    .title--4-line {
      -webkit-transform: translateY(calc( 100% - (6.5rem + 2.0625rem * 3)));
              transform: translateY(calc( 100% - (6.5rem + 2.0625rem * 3))); } }
  @media screen and (min-width: 1600px) {
    .title--4-line {
      -webkit-transform: translateY(calc( 100% - (6.5rem + 2.375rem * 3)));
              transform: translateY(calc( 100% - (6.5rem + 2.375rem * 3))); } }

.carousel-text__label {
  text-decoration: underline;
  margin-bottom: 1rem; }

.carousel-link {
  color: white;
  padding-left: 1rem;
  bottom: 1rem;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .carousel-link {
      padding-left: 1.5rem; } }

button.carousel-link {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  button.carousel-link:focus {
    outline: none; }

.carousel-card .carousel-link {
  position: absolute; }

.swiper-button-disabled.swiper-button-prev, .swiper-button-disabled.swiper-button-next, .swiper-button-disabled.associations-button-prev, .swiper-button-disabled.associations-button-next {
  opacity: 0;
  visibility: 0;
  pointer-events: none; }

/* Carousel Image - Landscape
/* -------------------------------------------------------------------------- */
.carousel-img.img-landscape {
  height: calc(100vw * 0.4); }
  @media screen and (min-width: 768px) {
    .carousel-img.img-landscape {
      height: calc(100vw * 0.2); } }
  @media screen and (min-width: 1200px) {
    .carousel-img.img-landscape {
      max-height: 250px; } }
  .carousel-img.img-landscape img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top; }

/* Carousel Prev/Next Button Positon
/* -------------------------------------------------------------------------- */
.carousel-navigation.btn-prev {
  position: absolute;
  left: 1rem;
  top: 45%;
  z-index: 5; }
  @media screen and (min-width: 1300px) {
    .carousel-navigation.btn-prev {
      left: 5rem; } }

.carousel-navigation.btn-next, .carousel-navigation.btn-backtotop {
  position: absolute;
  right: 1rem;
  top: 45%;
  z-index: 5; }
  @media screen and (min-width: 1300px) {
    .carousel-navigation.btn-next, .carousel-navigation.btn-backtotop {
      right: 5rem; } }

/* Outer Content - Modifier
/* -------------------------------------------------------------------------- */
.carousel-container--outer-content {
  height: auto;
  max-height: none; }
  .carousel-container--outer-content .carousel-inner {
    -webkit-box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.5);
            box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.5);
    -webkit-transform: translateY(3px);
            transform: translateY(3px); }
  .carousel-container--outer-content .carousel-text {
    padding: 0.5rem;
    position: relative;
    bottom: auto;
    -webkit-transform: none;
            transform: none; }
  .carousel-container--outer-content .carousel-text__label {
    text-decoration: none;
    margin-bottom: 0; }
  .carousel-container--outer-content .carousel-text__title {
    font-size: 1rem;
    text-transform: none; }
  .carousel-container--outer-content .carousel-text__title:only-child {
    -webkit-transform: none;
            transform: none; }

.carousel-container--outer-content .carousel-card:hover .carousel-inner {
  -webkit-box-shadow: 0px 5px 6px rgba(51, 51, 51, 0.5);
          box-shadow: 0px 5px 6px rgba(51, 51, 51, 0.5);
  -webkit-transform: translateY(0);
          transform: translateY(0); }

/* Make static - Fix Width
/* -------------------------------------------------------------------------- */
.carousel-container--static-width {
  height: 400px; }
  @media screen and (min-width: 768px) {
    .carousel-container--static-width {
      height: 462px; } }
  @media screen and (min-width: 1200px) {
    .carousel-container--static-width {
      height: 504px; } }
  @media screen and (min-width: 1600px) {
    .carousel-container--static-width {
      height: 560px; } }
  .carousel-container--static-width .carousel-card {
    width: 100%;
    min-height: 0; }
    @media screen and (min-width: 768px) {
      .carousel-container--static-width .carousel-card {
        width: 330px !important; } }
    @media screen and (min-width: 1200px) {
      .carousel-container--static-width .carousel-card {
        width: 360px !important; } }
    @media screen and (min-width: 1600px) {
      .carousel-container--static-width .carousel-card {
        width: 400px !important; } }

/* Make dynamic & static - Fix Height for mobile
/* -------------------------------------------------------------------------- */
.carousel-card--static-height {
  min-height: auto;
  height: auto; }
  @media screen and (min-width: 768px) {
    .carousel-card--static-height {
      height: 80vh;
      max-height: 284px; } }
  @media screen and (min-width: 992px) {
    .carousel-card--static-height {
      max-height: 358px; } }
  @media screen and (min-width: 1200px) {
    .carousel-card--static-height {
      max-height: 430px; } }
  .carousel-card--static-height .carousel-inner {
    height: 50vh;
    max-height: 300px; }
    @media screen and (min-width: 768px) {
      .carousel-card--static-height .carousel-inner {
        height: 100%;
        max-height: 100%; } }
  @media screen and (max-width: 767px) {
    .carousel-card--static-height.mobile-height-sm .carousel-inner {
      max-height: 160px; }
    .carousel-card--static-height.mobile-height-md .carousel-inner {
      max-height: 180px; } }

.carousel-card--dynamic-height {
  min-height: auto;
  height: auto; }
  @media screen and (min-width: 768px) {
    .carousel-card--dynamic-height {
      height: 40vw; } }
  @media screen and (min-width: 992px) {
    .carousel-card--dynamic-height {
      height: 30vw; } }
  .carousel-card--dynamic-height .carousel-inner {
    height: 50vw;
    min-height: 200px;
    max-height: 300px; }
    @media screen and (min-width: 768px) {
      .carousel-card--dynamic-height .carousel-inner {
        height: 100%;
        max-height: 100%; } }

.carousel-card--static-height .carousel-bg,
.carousel-card--dynamic-height .carousel-bg {
  background-position: center; }

.no-shadow .carousel-bg:after {
  display: none; }
  @media screen and (min-width: 768px) {
    .no-shadow .carousel-bg:after {
      display: block; } }

@media screen and (max-width: 767px) {
  .mobile-shadow .carousel-bg:after {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); }
  .mobile-shadow .carousel-text {
    padding: 2rem;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .mobile-shadow .carousel-link {
    padding-left: 2rem; } }

/* Card with 16:10 ratio
/* -------------------------------------------------------------------------- */
.carousel-card--16by10 {
  height: 62.5vw;
  max-height: 300px; }
  @media screen and (min-width: 768px) {
    .carousel-card--16by10 {
      height: 80vh;
      max-height: 355px; } }
  @media screen and (min-width: 992px) {
    .carousel-card--16by10 {
      max-height: 480px; } }
  @media screen and (min-width: 1200px) {
    .carousel-card--16by10 {
      max-height: 620px; } }

@media screen and (min-width: 768px) {
  .grid-col-md-2 .carousel-card--16by10 {
    max-height: 178px; } }

@media screen and (min-width: 992px) {
  .grid-col-md-2 .carousel-card--16by10 {
    max-height: 240px; } }

@media screen and (min-width: 1200px) {
  .grid-col-md-2 .carousel-card--16by10 {
    max-height: 310px; } }

@media screen and (min-width: 992px) {
  .grid-col-lg-2 .carousel-card--16by10 {
    max-height: 240px; } }

@media screen and (min-width: 1200px) {
  .grid-col-lg-2 .carousel-card--16by10 {
    max-height: 310px; } }

/* Content at the middle
/* -------------------------------------------------------------------------- */
.carousel-card.content-middle .carousel-inner {
  padding: 0 1rem; }
  @media screen and (min-width: 768px) {
    .carousel-card.content-middle .carousel-inner {
      padding: 0; } }

.carousel-card.content-middle .carousel-text {
  display: block;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%); }

.carousel-card.content-middle .carousel-link {
  bottom: 10%; }
  @media screen and (min-width: 768px) {
    .carousel-card.content-middle .carousel-link {
      bottom: 20%; } }

.carousel-card.content-middle:hover .carousel-text {
  -webkit-transform: translateY(40%);
          transform: translateY(40%); }

/* Hover State
/* -------------------------------------------------------------------------- */
.carousel-card.overlay-red:hover:before {
  opacity: 1; }

.carousel-card:hover .carousel-bg {
  -webkit-transform: translateY(-4%);
          transform: translateY(-4%); }

.carousel-card:hover .carousel-text {
  -webkit-transform: translateY(0);
          transform: translateY(0); }
  .carousel-card:hover .carousel-text.no-adjacent, .carousel-card:hover .carousel-text.has-adjacent {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem); }

.carousel-card:hover .carousel-bg:after {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%); }

.carousel-card:hover p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.carousel-card:hover .btn-arrow .arrow {
  width: 2rem; }

.carousel-card:hover .btn-arrow .arrow span {
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }

/* Pagination
/* -------------------------------------------------------------------------- */
.carousel-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .carousel-pagination.is-bottom {
    width: 60%;
    top: auto;
    bottom: 1rem;
    right: 0;
    margin: auto; }
  .carousel-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 3px;
    border-radius: 0;
    position: relative;
    -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
    @media screen and (min-width: 768px) {
      .carousel-pagination .swiper-pagination-bullet {
        width: 3rem; } }
    @media screen and (min-width: 992px) {
      .carousel-pagination .swiper-pagination-bullet {
        width: 4rem; } }
    .carousel-pagination .swiper-pagination-bullet:first-child {
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px; }
    .carousel-pagination .swiper-pagination-bullet:last-child {
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px; }
  .carousel-pagination .swiper-pagination-bullet:first-child:before {
    content: attr(data-number);
    color: black;
    position: absolute;
    top: -10px;
    right: calc(100% + 10px); }
  .carousel-pagination .swiper-pagination-bullet:last-child:before {
    content: attr(data-number);
    color: black;
    position: absolute;
    top: -10px;
    left: calc(100% + 10px); }
  .carousel-pagination .swiper-pagination-bullet-active {
    background-color: #ee273a; }
  .carousel-pagination.swiper-pagination-progressbar {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 15px; }
  .carousel-pagination.swiper-pagination-progressbar:before {
    content: "01";
    color: black;
    position: absolute;
    top: -10px;
    right: calc(100% + 10px); }
  .carousel-pagination.swiper-pagination-progressbar:after {
    content: attr(data-number);
    color: black;
    position: absolute;
    top: -10px;
    left: calc(100% + 10px); }
  .carousel-pagination .swiper-pagination-progressbar-fill {
    background-color: black;
    border-radius: 15px; }
  .carousel-pagination.fill-red .swiper-pagination-progressbar-fill {
    background-color: #ee273a; }
  .carousel-pagination.swiper-pagination-progressbar--thin {
    height: 1px; }
  .carousel-pagination.pagination-progressbar--white {
    background-color: rgba(255, 255, 255, 0.25); }
    .carousel-pagination.pagination-progressbar--white:before, .carousel-pagination.pagination-progressbar--white:after {
      color: white; }

/* Mobile Content reArrange - Modifier
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .carousel-card--mobile .carousel-text {
    color: #333 !important;
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .carousel-card--mobile .carousel-inner {
    height: auto;
    max-height: none;
    overflow: visible; }
  .carousel-card--mobile .carousel-bg {
    height: 300px; }
  .carousel-card--mobile .carousel-text__title {
    font-weight: bold; }
  .carousel-card--mobile .carousel-text__title:only-child {
    -webkit-transform: none;
            transform: none; }
  .carousel-card--mobile .carousel-text p {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media screen and (max-width: 767px) and (max-width: 767px) {
  .carousel-card--mobile .carousel-text p:last-child {
    margin-bottom: 0;
    padding-bottom: 0; } }

@media screen and (max-width: 767px) {
  .carousel-card--mobile .carousel-link {
    position: relative; }
  .carousel-card--mobile .btn-arrow {
    color: #333; }
  .carousel-card--mobile .btn-arrow .arrow,
  .carousel-card--mobile .btn-arrow .arrow:before,
  .carousel-card--mobile .btn-arrow .arrow:after {
    background-color: #333; }
  .carousel-card--mobile:hover .carousel-bg {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media screen and (max-width: 767px) {
  .carousel-card--16by10.carousel-card--mobile {
    height: auto;
    max-height: none; }
    .carousel-card--16by10.carousel-card--mobile .carousel-bg {
      height: 62.5vw; } }

@media screen and (max-width: 567px) {
  .mobile--3by2 .carousel-bg {
    height: 66vw; } }

/* Image Carousel only
/* -------------------------------------------------------------------------- */
[data-image-carousel] .row {
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 768px) {
    [data-image-carousel] .row {
      margin-left: -15px;
      margin-right: -15px; } }

@media screen and (min-width: 768px) {
  [data-image-carousel] .swiper-wrapper {
    width: auto; } }

/** ============================================================================
 * @component Accordion
 * ========================================================================== */
.accordion {
  position: relative; }

.accordion-item {
  position: relative;
  border-bottom: 1px solid gray; }

.accordion-toggle {
  width: 100%;
  background-color: transparent;
  font-weight: bold;
  text-align: left;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1rem;
  -webkit-transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.3s; }
  .accordion-toggle .dropdown-arrow {
    margin-left: 1.5rem; }

button.accordion-toggle {
  outline: none; }

.accordion-content {
  max-height: 0;
  opacity: 0;
  padding: 0 1rem;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  will-change: max-height; }
  .accordion-content > :first-child {
    padding-top: 1rem; }
  .accordion-content > :last-child {
    padding-bottom: 1rem;
    margin-bottom: 0; }

.accordion-toggle.active {
  color: #ee273a; }
  .accordion-toggle.active .dropdown-arrow:before {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .accordion-toggle.active .dropdown-arrow:after {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.accordion-toggle.active + .accordion-content {
  opacity: 1;
  max-height: none; }

/** ============================================================================
 * @components Panel
 * ========================================================================== */
.panel-wrapper {
  overflow: hidden; }

.panel {
  width: 100%;
  position: relative; }

.panel-inner {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.panel-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0 !important; }

.panel-nav-top {
  width: 100%;
  position: absolute;
  top: 0; }
  .panel-nav-top .panel-nav {
    position: relative; }

.panel-nav {
  width: 100%;
  height: 54px;
  font-size: 0.9rem;
  padding: 1rem 2rem;
  position: absolute;
  bottom: 0;
  opacity: 0; }
  @media screen and (min-width: 568px) {
    .panel-nav {
      opacity: 1; } }
  @media screen and (min-width: 768px) {
    .panel-nav {
      font-size: 1rem; } }

[data-panelnav] {
  cursor: pointer; }

/* Panel z-index helpers
/* -------------------------------------------------------------------------- */
.panel:nth-child(1) {
  height: 100vh;
  z-index: 2; }
  @media screen and (min-width: 568px) {
    .panel:nth-child(1) {
      height: calc(100vh - 54px); } }

.panel:nth-child(1) .panel-inner {
  height: 100vh; }
  @media screen and (min-width: 568px) {
    .panel:nth-child(1) .panel-inner {
      height: calc(100vh - 54px); } }

.panel-stack:nth-child(1) {
  position: fixed;
  top: 0; }

.panel:nth-child(2) {
  height: 100vh;
  z-index: 1; }
  @media screen and (min-width: 568px) {
    .panel:nth-child(2) {
      height: calc(100vh - 0px); } }

.panel:nth-child(2) .panel-inner {
  height: 100vh; }
  @media screen and (min-width: 568px) {
    .panel:nth-child(2) .panel-inner {
      height: calc(100vh - 0px); } }

.panel-stack:nth-child(2) {
  position: fixed;
  top: 0; }

/** ============================================================================
 * @component Button
 * ========================================================================== */
.btn-back--underline,
.btn-read-more,
.btn-see-more,
.btn-bar,
.btn-arrow,
.btn-prev,
.btn-next,
.btn-backtotop,
.btn-cross,
.btn-tab,
.btn-load,
.btn-border,
.btn-submit {
  outline: none; }
  .btn-back--underline:focus,
  .btn-read-more:focus,
  .btn-see-more:focus,
  .btn-bar:focus,
  .btn-arrow:focus,
  .btn-prev:focus,
  .btn-next:focus,
  .btn-backtotop:focus,
  .btn-cross:focus,
  .btn-tab:focus,
  .btn-load:focus,
  .btn-border:focus,
  .btn-submit:focus {
    outline: none; }

.arrow {
  width: 1.5rem;
  height: 1px;
  background-color: #333;
  position: relative;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .arrow span {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.5);
    position: absolute;
    top: -0.75rem;
    right: -0.6rem;
    -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.3s; }

.arrow:before,
.arrow:after {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: right;
          transform-origin: right; }

.arrow:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.arrow:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.arrow--white:before, .arrow--white:after {
  background-color: white; }

.btn-back--underline {
  font-weight: bold;
  color: #333;
  text-decoration: none;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-back--underline:before {
    content: "";
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 6px;
    opacity: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .btn-back--underline:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform; }

.btn-back--underline:hover {
  color: #333;
  text-decoration: none;
  -webkit-transform: translateX(10px);
          transform: translateX(10px); }
  .btn-back--underline:hover:before {
    opacity: 1;
    -webkit-transform: translateX(-10px) rotate(135deg);
            transform: translateX(-10px) rotate(135deg); }
  .btn-back--underline:hover:after {
    -webkit-transform: scaleX(1.05);
            transform: scaleX(1.05); }

.btn-back--white {
  color: white; }
  .btn-back--white:before {
    border-color: white; }
  .btn-back--white:after {
    background-color: white; }
  .btn-back--white:hover {
    color: white; }

.btn-read-more {
  color: #333;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .btn-read-more .arrow {
    background-color: transparent;
    margin-left: -0.5rem;
    top: -1px; }
  .btn-read-more .arrow:before,
  .btn-read-more .arrow:after {
    background-color: #333; }
  .btn-read-more span {
    display: none; }
  .btn-read-more:hover {
    color: #f25665;
    text-decoration: none; }

.btn-read-more--white {
  color: white; }
  .btn-read-more--white .arrow:before,
  .btn-read-more--white .arrow:after {
    background-color: white; }

.btn-see-more {
  font-weight: bold;
  color: #333;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .btn-see-more .text {
    display: inline-block; }
  .btn-see-more .plus {
    margin-left: 0.3rem;
    display: inline-block;
    position: relative;
    top: -1px; }
  .btn-see-more:hover {
    color: #f25665;
    text-decoration: none; }

.btn-bar {
  background-color: #ee273a;
  padding: 0.5rem 2rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-bar:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #d21023;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
    z-index: -1; }

.btn-bar:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 1px 5px rgba(238, 39, 58, 0.5);
          box-shadow: 0px 1px 5px rgba(238, 39, 58, 0.5); }
  .btn-bar:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  .btn-bar:hover .arrow {
    width: 2rem; }
  .btn-bar:hover .arrow span {
    border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }

.btn-arrow {
  color: #333;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: color; }
  .btn-arrow .arrow {
    width: 0;
    margin-left: 1rem;
    margin-top: -1px; }
    @media screen and (min-width: 768px) {
      .btn-arrow .arrow {
        width: 1.5rem;
        margin-left: 0.5rem; } }
  .btn-arrow .arrow span {
    opacity: 0; }
    @media screen and (min-width: 768px) {
      .btn-arrow .arrow span {
        opacity: 1; } }
  .btn-arrow:hover {
    color: #ee273a;
    text-decoration: none; }

.btn-arrow:hover .arrow {
  width: 2rem; }

.btn-arrow:hover .arrow span {
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }

.btn-arrow--red {
  color: #ee273a; }
  .btn-arrow--red:hover {
    color: #ee273a; }
  .btn-arrow--red .arrow {
    background-color: #ee273a; }
  .btn-arrow--red .arrow:before,
  .btn-arrow--red .arrow:after {
    background-color: #ee273a; }
  .btn-arrow--red .arrow span {
    border: 1px solid rgba(238, 39, 58, 0.5); }

.btn-arrow--white {
  color: white; }
  .btn-arrow--white:hover {
    color: white; }
  .btn-arrow--white .arrow {
    background-color: white; }
  .btn-arrow--white .arrow:before,
  .btn-arrow--white .arrow:after {
    background-color: white; }
  .btn-arrow--white .arrow span {
    border: 1px solid rgba(255, 255, 255, 0.5); }

@media screen and (min-width: 768px) {
  .btn-arrow-md--white {
    color: white; }
    .btn-arrow-md--white:hover {
      color: white; }
    .btn-arrow-md--white .arrow {
      background-color: white; }
    .btn-arrow-md--white .arrow:before,
    .btn-arrow-md--white .arrow:after {
      background-color: white; }
    .btn-arrow-md--white .arrow span {
      border: 1px solid rgba(255, 255, 255, 0.5); } }

.btn-prev,
.btn-next,
.btn-backtotop {
  width: 2rem;
  height: 2rem;
  border: 1px solid black;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  @media screen and (min-width: 768px) {
    .btn-prev,
    .btn-next,
    .btn-backtotop {
      width: 3rem;
      height: 3rem; } }
  .btn-prev .arrow,
  .btn-next .arrow,
  .btn-backtotop .arrow {
    width: 0.8rem;
    height: 1px;
    background-color: black;
    position: relative;
    -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
    @media screen and (min-width: 768px) {
      .btn-prev .arrow,
      .btn-next .arrow,
      .btn-backtotop .arrow {
        width: 1.2rem; } }
  .btn-prev .arrow:before,
  .btn-prev .arrow:after,
  .btn-next .arrow:before,
  .btn-backtotop .arrow:before,
  .btn-next .arrow:after,
  .btn-backtotop .arrow:after {
    content: "";
    width: 0.57143rem;
    height: 1px;
    background-color: black;
    position: absolute;
    top: 0; }
    @media screen and (min-width: 768px) {
      .btn-prev .arrow:before,
      .btn-prev .arrow:after,
      .btn-next .arrow:before,
      .btn-backtotop .arrow:before,
      .btn-next .arrow:after,
      .btn-backtotop .arrow:after {
        width: 0.85714rem; } }
  .btn-prev .arrow:before,
  .btn-next .arrow:before,
  .btn-backtotop .arrow:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn-prev .arrow:after,
  .btn-next .arrow:after,
  .btn-backtotop .arrow:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.btn-prev .arrow:before,
.btn-prev .arrow:after {
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left; }


.btn-next .arrow:before,
.btn-backtotop .arrow:before,
.btn-next .arrow:after,
.btn-backtotop .arrow:after {
  right: 0;
  -webkit-transform-origin: right;
          transform-origin: right; }

.btn-prev:hover,
.btn-next:hover,
.btn-backtotop:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }
  .btn-prev:hover .arrow,
  .btn-next:hover .arrow,
  .btn-backtotop:hover .arrow {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }

.btn-prev:active,
.btn-next:active,
.btn-backtotop:active {
  border-color: #ee273a;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }
  .btn-prev:active .arrow,
  .btn-next:active .arrow,
  .btn-backtotop:active .arrow {
    background-color: #ee273a;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  .btn-prev:active .arrow:before,
  .btn-prev:active .arrow:after,
  .btn-next:active .arrow:before,
  .btn-backtotop:active .arrow:before,
  .btn-next:active .arrow:after,
  .btn-backtotop:active .arrow:after {
    background-color: #ee273a; }

.btn-prev--small,
.btn-next--small {
  width: 1.6rem;
  height: 1.6rem; }
  @media screen and (min-width: 768px) {
    .btn-prev--small,
    .btn-next--small {
      width: 2.4rem;
      height: 2.4rem; } }

.btn-prev.btn--red,
.btn-next.btn--red,
.btn--red.btn-backtotop {
  background-color: #ee273a;
  border-color: #ee273a; }
  .btn-prev.btn--red .arrow,
  .btn-prev.btn--red .arrow:before,
  .btn-prev.btn--red .arrow:after,
  .btn-next.btn--red .arrow,
  .btn--red.btn-backtotop .arrow,
  .btn-next.btn--red .arrow:before,
  .btn--red.btn-backtotop .arrow:before,
  .btn-next.btn--red .arrow:after,
  .btn--red.btn-backtotop .arrow:after {
    background-color: white; }

.btn-prev.btn--red:hover,
.btn-next.btn--red:hover,
.btn--red.btn-backtotop:hover {
  -webkit-box-shadow: 0px 3px 6px rgba(238, 39, 58, 0.4);
          box-shadow: 0px 3px 6px rgba(238, 39, 58, 0.4); }

.btn-cross {
  width: 2rem;
  height: 2rem;
  border: 1px solid #333;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .btn-cross:before, .btn-cross:after {
    content: "";
    width: calc(2rem/2);
    height: 1px;
    background-color: #333;
    position: relative;
    -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .btn-cross:before {
    top: 1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn-cross:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  @media screen and (min-width: 768px) {
    .btn-cross {
      width: 3rem;
      height: 3rem; }
      .btn-cross:before, .btn-cross:after {
        width: calc(3rem/2); } }

.btn-cross:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }
  .btn-cross:hover:before {
    -webkit-transform: rotate(45deg) scale(0.8);
            transform: rotate(45deg) scale(0.8); }
  .btn-cross:hover:after {
    -webkit-transform: rotate(-45deg) scale(0.8);
            transform: rotate(-45deg) scale(0.8); }

.btn-cross:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }
  .btn-cross:focus:before {
    -webkit-transform: rotate(45deg) scale(0.9);
            transform: rotate(45deg) scale(0.9); }
  .btn-cross:focus:after {
    -webkit-transform: rotate(-45deg) scale(0.9);
            transform: rotate(-45deg) scale(0.9); }

.btn-cross--white:before, .btn-cross--white:after {
  background-color: white; }


.btn-tab,
.btn-load {
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  color: #333;
  text-decoration: none;
  padding: 2rem 1rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important; }
  .btn-tab .tab__title, .btn-load .tab__title {
    padding-right: 2rem; }
  .btn-tab .tab__date, .btn-load .tab__date {
    font-weight: bold;
    margin-bottom: 1rem; }
  .btn-tab .arrow, .btn-load .arrow {
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: absolute;
    bottom: 2rem;
    opacity: 0;
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem); }

.btn-tab:hover, .btn-load:hover {
  background-color: #ee273a;
  color: white;
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 6px rgba(238, 39, 58, 0.4);
          box-shadow: 0px 3px 6px rgba(238, 39, 58, 0.4);
  -webkit-transform: translateY(-4px) !important;
          transform: translateY(-4px) !important; }
  .btn-tab:hover .arrow, .btn-load:hover .arrow,
  .btn-tab:hover .arrow:before,
  .btn-load:hover .arrow:before,
  .btn-tab:hover .arrow:after,
  .btn-load:hover .arrow:after {
    background-color: white; }
  .btn-tab:hover .arrow, .btn-load:hover .arrow {
    opacity: 1; }
  .btn-tab:hover .arrow span, .btn-load:hover .arrow span {
    border-color: white;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }

.btn-tab--middle, .btn-load {
  padding: 1.5rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-tab--middle .arrow, .btn-load .arrow {
    bottom: 50%; }

.bg-lightgray .btn-tab, .bg-lightgray .btn-load,
.btn-tab--white {
  background-color: white; }
  .bg-lightgray .btn-tab:hover, .bg-lightgray .btn-load:hover,
  .btn-tab--white:hover {
    background-color: #ee273a; }

.btn-load {
  padding: 1rem; }
  .btn-load:hover {
    border-color: #ee273a !important; }

.btn-submit {
  width: 100%;
  color: white;
  background-color: #333;
  padding: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none; }

.btn-search {
  width: 100%;
  background: url("../img/icons/icon-search.svg") no-repeat 1rem center;
  background-size: 20px;
  padding: 1rem;
  padding-left: 3.8rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none; }
  @media screen and (min-width: 768px) {
    .btn-search {
      padding: 1.5rem;
      padding-left: 3.8rem; } }

.btn-submit--bar {
  color: white;
  background-color: #333;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-submit--bar:hover {
    color: white;
    background-color: var(--success);
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-box-shadow: 0px 3px 5px rgba(40, 167, 69, 0.5);
            box-shadow: 0px 3px 5px rgba(40, 167, 69, 0.5); }

.btn-border {
  border: 1px solid #333;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-border:hover {
    color: white;
    background-color: #333;
    border-color: #333;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-box-shadow: 0px 3px 5px rgba(51, 51, 51, 0.5);
            box-shadow: 0px 3px 5px rgba(51, 51, 51, 0.5); }

.btn-border--orange:hover {
  color: white;
  background-color: #e7ab29;
  border-color: #e7ab29;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-shadow: 0px 3px 5px rgba(231, 171, 41, 0.5);
          box-shadow: 0px 3px 5px rgba(231, 171, 41, 0.5); }

.btn-backtotop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  opacity: 0;
  z-index: 10;
  -webkit-transform: scale(0.5);
          transform: scale(0.5); }
  .btn-backtotop .arrow {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .btn-backtotop:hover .arrow {
    -webkit-transform: rotate(-90deg) scale(0.6);
            transform: rotate(-90deg) scale(0.6); }

.btn-backtotop.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }
  .btn-backtotop.active:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }

.btn-backtotop.stick-footer {
  position: absolute;
  top: -4rem; }

/** ============================================================================
 * @component Icons
 * ========================================================================== */
.icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .icon-item {
      margin-bottom: 0; } }
  .icon-item .icon-item__img {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ee273a;
    border-radius: 50%;
    padding: 1.2rem;
    margin-right: 1rem; }
    @media screen and (min-width: 768px) {
      .icon-item .icon-item__img {
        width: 120px;
        height: 120px;
        padding: 1.5rem;
        margin-right: 0;
        margin-bottom: 1rem; } }
    @media screen and (min-width: 992px) {
      .icon-item .icon-item__img {
        margin-right: 1rem;
        margin-bottom: 0; } }
  .icon-item .icon-item__img img,
  .icon-item .icon-item__img svg {
    max-height: 100%; }
  .icon-item .icon-item__info h2,
  .icon-item .icon-item__info p {
    margin-bottom: 0; }
  .icon-item .icon-item__info h2 {
    font-size: 2.5rem;
    margin-top: 0; }
  .icon-item .icon-item__info ul:last-child,
  .icon-item .icon-item__info ol:last-child {
    margin-bottom: 0; }

.icon-item__img[data-number]:after {
  content: attr(data-number);
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.9rem;
  background-color: #ee273a;
  color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: -0.75rem; }

.icon-item--no-border .icon-item__img {
  width: 60px;
  height: 60px;
  border: none;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .icon-item--no-border .icon-item__img {
      width: auto;
      height: auto; } }

.icon-item--white .icon-item__img {
  border-color: white; }

.icon-item--sm .icon-item__img {
  width: 80px;
  height: 80px; }

/* Icons Themes
/* -------------------------------------------------------------------------- */
.icon-item.theme-purple .icon-item__img {
  border-color: #6A70B1; }

.icon-item.theme-purple .icon-item__info-title {
  color: #6A70B1; }

.icon-item.theme-purple svg path {
  stroke: #6A70B1; }

.icon-item.theme-purple svg path.solid {
  fill: #6A70B1; }

.icon-item.theme-cyan .icon-item__img {
  border-color: #3B99D4; }

.icon-item.theme-cyan .icon-item__info-title {
  color: #3B99D4; }

.icon-item.theme-cyan svg path {
  stroke: #3B99D4; }

.icon-item.theme-cyan svg path.solid {
  fill: #3B99D4; }

.icon-item.theme-meadow .icon-item__img {
  border-color: #20AB60; }

.icon-item.theme-meadow .icon-item__info-title {
  color: #20AB60; }

.icon-item.theme-meadow svg path {
  stroke: #20AB60; }

.icon-item.theme-meadow svg path.solid {
  fill: #20AB60; }

.icon-item.theme-orange .icon-item__img {
  border-color: #F69421; }

.icon-item.theme-orange .icon-item__info-title {
  color: #F69421; }

.icon-item.theme-orange svg path {
  stroke: #F69421; }

.icon-item.theme-orange svg path.solid {
  fill: #F69421; }

/* Icon border
/* -------------------------------------------------------------------------- */
.icon-border {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ee273a;
  border-radius: 50%;
  padding: 1.2rem;
  margin-right: 1rem; }
  @media screen and (min-width: 768px) {
    .icon-border {
      width: 100px;
      height: 100px;
      padding: 1.5rem; } }

.icon-border--thick {
  border-width: 3px; }

/* Icons with interaction animation
/* -------------------------------------------------------------------------- */
.icons-interact .icon-item__img,
.icons-interact .icon-item__img svg path,
.icons-interact .icon-item__info p,
.icons-interact .icon-item .btn-arrow {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.icons-interact .icon-item__img {
  width: 100px;
  height: 100px;
  margin-bottom: 1rem;
  margin-right: 0; }
  @media screen and (min-width: 768px) {
    .icons-interact .icon-item__img {
      width: 120px;
      height: 120px;
      margin-bottom: 0;
      margin-right: 1rem; } }

.icons-interact.bg-lightgray .icon-item__img svg path:not(.solid) {
  fill: #f4f4f4; }

.icons-interact .icon-item__info {
  position: relative; }

.icons-interact .icon-item .btn-arrow {
  margin-top: 1rem; }
  @media screen and (min-width: 768px) {
    .icons-interact .icon-item .btn-arrow {
      margin-top: 0;
      position: absolute;
      top: 100%;
      opacity: 0; } }

.icons-interact .icon-item:hover .icon-item__img {
  background-color: #ee273a; }

.icons-interact .icon-item:hover svg path.solid:not(.solid--fixed) {
  fill: white; }

.icons-interact .icon-item:hover svg path:not(.solid) {
  stroke: white; }

@media screen and (min-width: 768px) {
  .icons-interact .icon-item:hover p:not(:only-child) {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem); }
  .icons-interact .icon-item:hover .btn-arrow {
    opacity: 1;
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem); } }

.icons-interact.bg-lightgray .icon-item:hover svg path.solid:not(.solid--fixed) {
  fill: #f4f4f4; }

.icons-interact.bg-lightgray .icon-item:hover svg path:not(.solid) {
  fill: #ee273a;
  stroke: #f4f4f4; }

/** ============================================================================
 * @component Round Infograhpic
 * ========================================================================== */
.round-infographic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 768px) {
    .round-infographic {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.round-infographic-item {
  width: 80vw;
  height: 80vw;
  background-color: #C1D3E0;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 768px) {
    .round-infographic-item {
      width: 30vw;
      height: 30vw; } }
  .round-infographic-item:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px dashed #ee273a;
    border-radius: 50%;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    z-index: -1;
    -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.3s; }
  .round-infographic-item:first-child {
    margin-right: -0.2rem; }
  .round-infographic-item:last-child {
    margin-left: -0.2rem; }

.round-infographic-item:hover:before {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation: scaleRotating 20s linear infinite;
          animation: scaleRotating 20s linear infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

.round-infographic-item--inner {
  width: 59.2vw;
  height: 59.2vw;
  background-color: white;
  border-radius: 50%;
  position: relative; }
  @media screen and (min-width: 768px) {
    .round-infographic-item--inner {
      width: 22.2vw;
      height: 22.2vw; } }

.round-infographic-item--text {
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }

.round-infographic-item:hover .round-infographic-item--text {
  color: #ee273a;
  top: 86%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.round-infographic-item:hover .vector {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.infographic-social .round-infographic-item--text {
  top: 103%; }

/** ============================================================================
 * @component Book
 * ========================================================================== */
.book {
  position: relative;
  width: 250px;
  height: 354px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .book ul {
    list-style: none; }
  .book ::before,
  .book ::after {
    content: ""; }

/* 1. Book Background
/* -------------------------------------------------------------------------- */
/* HARDCOVER FRONT */
.hardcover_front li:first-child {
  background-color: #eee;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* reverse */
.hardcover_front li:last-child {
  background: #fffbec; }

/* HARDCOVER BACK */
.hardcover_back li:first-child {
  background: #fffbec; }

/* reverse */
.hardcover_back li:last-child {
  background: #fffbec; }

.book_spine li:first-child {
  background: #eee; }

.book_spine li:last-child {
  background: #333; }

.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
  background: #999; }

/* 2. Pages
/* -------------------------------------------------------------------------- */
.page {
  width: 100%;
  height: 98%;
  position: absolute;
  top: 1%;
  left: 3%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 10; }
  .page > li {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#e1ddd8), to(#fffbf6));
    background: linear-gradient(90deg, #e1ddd8 0%, #fffbf6 100%);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
            box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
    border-radius: 0px 5px 5px 0px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s; }

.page li:nth-child(1) {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg); }

.page li:nth-child(2) {
  -webkit-transform: rotateY(-30deg);
          transform: rotateY(-30deg); }

.page li:nth-child(3) {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg); }

.page li:nth-child(4) {
  -webkit-transform: rotateY(-34deg);
          transform: rotateY(-34deg); }

.page li:nth-child(5) {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg); }

.page > li:nth-child(3) {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s; }

.page > li:nth-child(4) {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }

/* 3. Opening cover, back cover and pages
/* -------------------------------------------------------------------------- */
.hardcover_front {
  -webkit-transform: rotateY(-34deg) translateZ(8px);
          transform: rotateY(-34deg) translateZ(8px);
  z-index: 100; }

.hardcover_back {
  -webkit-transform: rotateY(-15deg) translateZ(-8px);
          transform: rotateY(-15deg) translateZ(-8px); }

/* 4. Position, transform & transition
/* -------------------------------------------------------------------------- */
.hardcover_front,
.hardcover_back,
.hardcover_front li,
.hardcover_back li,
.book_spine,
.book_spine li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.hardcover_front,
.hardcover_back {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%; }

.hardcover_front {
  -webkit-transition: all 0.8s ease, z-index 0.6s;
  transition: all 0.8s ease, z-index 0.6s; }

/* HARDCOVER front */
.hardcover_front li:first-child {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-transform: translateZ(2px);
          transform: translateZ(2px); }

.hardcover_front li:last-child {
  -webkit-transform: rotateY(180deg) translateZ(2px);
          transform: rotateY(180deg) translateZ(2px); }

.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before {
  width: 4px;
  height: 100%; }

.hardcover_front li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
          transform: rotateY(90deg) translateZ(-2px) translateX(2px); }

.hardcover_front li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
          transform: rotateY(90deg) translateZ(158px) translateX(2px); }

.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before {
  width: 4px;
  height: 250px; }

.hardcover_front li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(125px) translateX(-2px) translateY(-50%);
          transform: rotateX(90deg) rotateZ(90deg) translateZ(125px) translateX(-2px) translateY(-50%); }

.hardcover_front li:last-child:before {
  -webkit-box-shadow: 0px 0px 30px 5px #333;
          box-shadow: 0px 0px 30px 5px #333;
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
          transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-227.5px) translateX(-2px) translateY(-50%);
          transform: rotateX(90deg) rotateZ(90deg) translateZ(-227.5px) translateX(-2px) translateY(-50%); }

/* HARDCOVER back */
.hardcover_back li:first-child {
  -webkit-transform: translateZ(2px);
          transform: translateZ(2px); }

.hardcover_back li:last-child {
  -webkit-transform: translateZ(-2px);
          transform: translateZ(-2px); }

.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before {
  width: 4px;
  height: 100%; }

.hardcover_back li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
          transform: rotateY(90deg) translateZ(-2px) translateX(2px); }

.hardcover_back li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
          transform: rotateY(90deg) translateZ(158px) translateX(2px); }

.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before {
  width: 4px;
  height: 250px; }

.hardcover_back li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(125px) translateX(2px) translateY(-50%);
          transform: rotateX(90deg) rotateZ(90deg) translateZ(125px) translateX(2px) translateY(-50%); }

.hardcover_back li:last-child:before {
  -webkit-box-shadow: 10px -1px 80px 20px #666;
          box-shadow: 10px -1px 80px 20px #666;
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
          transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-227.5px) translateX(2px) translateY(-50%);
          transform: rotateX(90deg) rotateZ(90deg) translateZ(-227.5px) translateX(2px) translateY(-50%); }

.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
  position: absolute;
  top: 0;
  left: 0; }

/* 5. Book Spine
/* -------------------------------------------------------------------------- */
.book_spine {
  -webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
          transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  width: 16px;
  z-index: 0; }

.book_spine li:first-child {
  -webkit-transform: translateZ(2px);
          transform: translateZ(2px); }

.book_spine li:last-child {
  -webkit-transform: translateZ(-2px);
          transform: translateZ(-2px); }

/* thickness of book spine */
.book_spine li:first-child:after,
.book_spine li:first-child:before {
  width: 4px;
  height: 100%; }

.book_spine li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
          transform: rotateY(90deg) translateZ(-2px) translateX(2px); }

.book_spine li:first-child:before {
  -webkit-transform: rotateY(-90deg) translateZ(-12px);
          transform: rotateY(-90deg) translateZ(-12px); }

.book_spine li:last-child:after,
.book_spine li:last-child:before {
  width: 4px;
  height: 16px; }

.book_spine li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
          transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px); }

.book_spine li:last-child:before {
  -webkit-box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-345px) translateX(2px) translateY(-6px);
          transform: rotateX(90deg) rotateZ(90deg) translateZ(-345px) translateX(2px) translateY(-6px); }

/* 6. Hover events
/* -------------------------------------------------------------------------- */
.book:hover > .hardcover_front {
  -webkit-transform: rotateY(-145deg) translateZ(0);
          transform: rotateY(-145deg) translateZ(0);
  z-index: 0; }

.book:hover > .page li:nth-child(1) {
  -webkit-transform: rotateY(-30deg);
          transform: rotateY(-30deg);
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s; }

.book:hover > .page li:nth-child(2) {
  -webkit-transform: rotateY(-35deg);
          transform: rotateY(-35deg);
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s; }

.book:hover > .page li:nth-child(3) {
  -webkit-transform: rotateY(-118deg);
          transform: rotateY(-118deg);
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s; }

.book:hover > .page li:nth-child(4) {
  -webkit-transform: rotateY(-130deg);
          transform: rotateY(-130deg);
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s; }

.book:hover > .page li:nth-child(5) {
  -webkit-transform: rotateY(-140deg);
          transform: rotateY(-140deg);
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s; }

/* 7. Cover design
/* -------------------------------------------------------------------------- */
.coverDesign {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.coverDesign::after {
  background-image: linear-gradient(-135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.coverDesign h1 {
  color: #fff;
  font-size: 2.2em;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 54% 0 0 0;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1); }

.coverDesign p {
  color: #f8f8f8;
  font-size: 1em;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1); }

/* 8. Ribbon design
/* -------------------------------------------------------------------------- */
.ribbon {
  background: #222;
  color: #fff;
  display: block;
  font-family: 'Roboto';
  font-size: 0.7em;
  font-weight: 300;
  position: absolute;
  top: 11px;
  right: 1px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-align: center;
  -webkit-transform: rotateZ(45deg) translateZ(1px);
          transform: rotateZ(45deg) translateZ(1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10; }

.ribbon::before,
.ribbon::after {
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #222;
  border-top: 20px solid transparent; }

.ribbon::before {
  left: -20px;
  border-left: 20px solid transparent; }

.ribbon::after {
  right: -20px;
  border-right: 20px solid transparent; }

/** ============================================================================
 * @component Indicator
 * ========================================================================== */
.indicator-scroll {
  width: 1.5rem;
  height: 2.25rem;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: opacity; }
  .indicator-scroll:before {
    content: '';
    width: 0.15rem;
    height: 0.45rem;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0.45rem;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
            animation-name: scroll;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: opacity; }

.indicator-swipe {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -webkit-animation: animateSwipe 3s infinite;
          animation: animateSwipe 3s infinite;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  will-change: opacity; }
  .indicator-swipe img {
    max-width: 100%; }

.section-landing .indicator-swipe {
  top: 60%;
  opacity: 0; }

@-webkit-keyframes animateSwipe {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); } }

@keyframes animateSwipe {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); } }

/** ============================================================================
 * @component Timeline
 * ========================================================================== */
/* 1. Date selectors
/* -------------------------------------------------------------------------- */
.timeline__dates-container {
  width: 100%;
  position: absolute;
  bottom: 2rem;
  z-index: 50; }
  @media screen and (min-width: 768px) {
    .timeline__dates-container {
      bottom: 5%; } }

.timeline__dates {
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.timeline__date {
  position: relative;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 0.8em;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none; }
  .timeline__date::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform-origin: center;
            transform-origin: center;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: lightgray;
    background-color: #ededed;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .timeline__date:hover::after {
    background-color: #ee273a;
    border-color: #ee273a; }
  @media screen and (max-width: 767px) {
    .timeline__date {
      font-size: 0.7em; } }

/* 2. Line selectors
/* -------------------------------------------------------------------------- */
.timeline__line {
  padding: 2rem 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }
  .timeline__line:before, .timeline__line:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: gray;
    position: absolute;
    top: 50%;
    left: 0; }
  .timeline__line:after {
    width: 15%;
    background-color: red; }
    @media screen and (min-width: 768px) {
      .timeline__line:after {
        width: 20%; } }
    @media screen and (min-width: 992px) {
      .timeline__line:after {
        width: 30%; } }
  .timeline__line ol {
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .timeline__line li {
    width: 25%;
    position: relative; }
    @media screen and (min-width: 768px) {
      .timeline__line li {
        width: 20%; } }
  .timeline__line li:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: gray;
    position: absolute;
    top: 50%;
    left: 0; }
  .timeline__line li:after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: red;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s; }

.timeline__line.after-past:before {
  background-color: gray; }

.timeline__line.after-past:after {
  width: 20%; }

.timeline__line [data-year] {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 0;
  cursor: pointer; }
  .timeline__line [data-year]::before {
    content: attr(data-year);
    font-size: 1rem;
    color: red;
    position: absolute;
    top: calc(100% + 1rem); }
  .timeline__line [data-year]:hover {
    color: transparent; }

.timeline__line .hide-year[data-year]:before {
  opacity: 0; }

.timeline__line-item--prev:after,
.timeline__line-item--past:after {
  width: 100% !important; }

.timeline__line-item--active a::after,
.timeline__line-item--past a::after {
  background-color: #ee273a;
  border-color: #ee273a; }

.timeline__line-item--active {
  pointer-events: none; }
  .timeline__line-item--active a::after {
    -webkit-transform: scaleY(3);
            transform: scaleY(3);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }

.timeline__line--bullet .timeline__line-item--active a::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5); }

.timeline__line-item--active + .swiper-slide:last-child a::after {
  -webkit-transform: scaleY(3) scaleX(1);
          transform: scaleY(3) scaleX(1); }

.timeline__line--bullet .timeline__line-item--active + .swiper-slide:last-child a::after {
  -webkit-transform: scale(1);
          transform: scale(1); }

/* 3. Left & Right arrow button
/* -------------------------------------------------------------------------- */
.timeline__navigation-wrapper {
  width: 100%;
  height: 100%;
  position: absolute; }

.timeline__navigation {
  background-color: white;
  position: absolute;
  top: 70%;
  z-index: 2; }
  .timeline__navigation:hover {
    border-color: #ee273a; }

.timeline__navigation--prev {
  left: 6%; }

.timeline__navigation--next {
  right: 6%; }
  @media screen and (min-width: 768px) {
    .timeline__navigation--next {
      right: 8%; } }

.timeline__navigation.swiper-button-disabled {
  border-color: gray; }
  .timeline__navigation.swiper-button-disabled .arrow,
  .timeline__navigation.swiper-button-disabled .arrow:before,
  .timeline__navigation.swiper-button-disabled .arrow:after {
    background-color: gray; }
  .timeline__navigation.swiper-button-disabled:hover {
    -webkit-transform: none;
            transform: none; }
    .timeline__navigation.swiper-button-disabled:hover .arrow {
      -webkit-transform: none;
              transform: none; }

.timeline__navigation.swiper-button-disabled.btn--red {
  background-color: gray;
  border-color: white;
  opacity: 0.8; }
  .timeline__navigation.swiper-button-disabled.btn--red .arrow,
  .timeline__navigation.swiper-button-disabled.btn--red .arrow:before,
  .timeline__navigation.swiper-button-disabled.btn--red .arrow:after {
    background-color: white; }

/* 4. Container - Events
/* -------------------------------------------------------------------------- */
.timeline__events {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s; }

.timeline__events > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }

.timeline__event {
  padding: 1rem 2rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }
  @media screen and (min-width: 768px) {
    .timeline__event {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 1rem 3rem 5rem; } }

.timeline__event-content {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5rem; }
  @media screen and (min-width: 768px) {
    .timeline__event-content {
      display: grid;
      grid-template-columns: 50% auto;
      gap: 2rem;
      padding-top: 0; } }

@media screen and (min-width: 768px) {
  .timeline__event-info:only-child {
    grid-column-end: span 2; } }

.timeline__event-title {
  font-size: 1.3rem;
  color: #333;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

@media screen and (min-width: 992px) {
  h2.timeline__event-title {
    font-size: 2rem; } }

@media screen and (min-width: 1366px) {
  h2.timeline__event-title {
    font-size: 2.5rem; } }

.timeline__event-title,
.timeline__event-description {
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.timeline__event-date {
  display: block;
  font-style: italic;
  margin: 1rem auto; }
  .timeline__event-date::before {
    content: "- "; }

.timeline__event-img {
  position: relative;
  overflow: hidden; }

.timeline__event-img-rect {
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center; }
  .timeline__event-img-rect.has-animated {
    -webkit-transform-origin: right center;
            transform-origin: right center; }

.timeline__event.swiper-slide-active .timeline__event-description > small {
  font-weight: 600; }

.timeline__event.swiper-slide-active ~ .swiper-slide .timeline__event-title,
.timeline__event.swiper-slide-active ~ .swiper-slide .timeline__event-description {
  opacity: 0.5; }

.timeline__event.swiper-slide-active ~ .swiper-slide:last-child .timeline__event-description > small,
.timeline__event.swiper-slide-active + .swiper-slide:nth-last-child(2) .timeline__event-description > small {
  font-weight: 600; }

.timeline__event.swiper-slide-active ~ .swiper-slide:last-child .timeline__event-title,
.timeline__event.swiper-slide-active ~ .swiper-slide:last-child .timeline__event-description,
.timeline__event.swiper-slide-active + .swiper-slide:nth-last-child(2) .timeline__event-title,
.timeline__event.swiper-slide-active + .swiper-slide:nth-last-child(2) .timeline__event-description {
  opacity: 1; }

/* 5. Section, Events, Single event item - height modifier
/* -------------------------------------------------------------------------- */
.timeline-section--static-height.timeline-section,
.timeline-section--static-height .timeline__events,
.timeline-section--static-height .timeline__event {
  min-height: 600px; }

/* 6. Single event item - Dark theme modifier (even)
/* -------------------------------------------------------------------------- */
.theme--dark-even .timeline__event:nth-child(even) {
  background-color: #333; }
  .theme--dark-even .timeline__event:nth-child(even) .timeline__event-content,
  .theme--dark-even .timeline__event:nth-child(even) .timeline__event-title {
    color: white; }

/* 7. Single event item - Card modifier
/* -------------------------------------------------------------------------- */
.timeline__event--card {
  background-color: white; }
  .timeline__event--card .timeline__event-content {
    max-width: 500px;
    height: 100%;
    padding: 1rem;
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

/* 8. Single event item - Calendar modifier
/* -------------------------------------------------------------------------- */
.timeline__event--calendar {
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid lightgray; }
  @media screen and (min-width: 768px) {
    .timeline__event--calendar {
      max-width: 370px;
      border-bottom: none; } }
  .timeline__event--calendar:last-child {
    border-bottom: none; }
  .timeline__event--calendar .timeline__event-content {
    grid-template-columns: auto 1fr;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0; }
    @media screen and (min-width: 768px) {
      .timeline__event--calendar .timeline__event-content {
        gap: 1rem; } }
  .timeline__event--calendar .timeline__event-content > :first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100px;
            flex: 1 0 100px;
    margin-right: 1rem; }
    @media screen and (min-width: 768px) {
      .timeline__event--calendar .timeline__event-content > :first-child {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        justify-self: flex-end;
        margin-right: 0; } }
  .timeline__event--calendar .timeline__event-title {
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .timeline__event--calendar .timeline__event-title {
        font-size: 2rem; } }
  .timeline__event--calendar .timeline__event-description,
  .timeline__event--calendar .timeline__event-description p:last-child {
    margin-bottom: 0; }

.investor-relations .timeline__event.timeline__event--calendar {
  margin-left: 0;
  margin-right: 0; }

/** ============================================================================
 * @component Scrollesel
 * ========================================================================== */
.scrollesel {
  display: grid;
  gap: 10px; }

.scrollesel__row {
  min-height: 100px;
  height: 15vh;
  max-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 768px) {
    .scrollesel__row {
      height: 25vh; } }
  @media screen and (min-width: 992px) {
    .scrollesel__row {
      height: auto; } }

.scrollesel__row img {
  max-height: 100%;
  margin: 0 5px; }

/** ============================================================================
 * @component Comparison Image
 * ========================================================================== */
.compare-image-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto; }
  .compare-image-container img {
    width: 100vw;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block; }

.compare-image-label {
  color: white;
  padding: 1em;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  visibility: hidden !important; }
  .compare-image-label.is-hidden {
    visibility: hidden; }
  .is-visible .compare-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.compare-resize-img {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 2px 0 white;
          box-shadow: 2px 0 white;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .compare-resize-img img {
    width: auto;
    height: 100%;
    max-width: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
  .compare-resize-img .compare-image-label {
    right: auto;
    left: 0; }
  .is-visible .compare-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: compare-bounce-in 0.7s;
            animation: compare-bounce-in 0.7s; }

@-webkit-keyframes compare-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

@keyframes compare-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

.compare-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  left: 50%;
  top: 70%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: lightgray url("../img/icons/cd-arrows.svg") no-repeat center center;
  cursor: move;
  -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
          transform: translate3d(0, 0, 0) scale(0); }
  .compare-handle.draggable {
    /* change background color when element is active */
    background-color: gray; }
  .is-visible .compare-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
    transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s; }

/** ============================================================================
 * @component Overbox
 * ========================================================================== */
.overbox-container {
  width: 100%;
  height: 100%;
  background-color: gray;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  .overbox-container.is-open {
    z-index: 20; }

.overbox-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0; }
  .overbox-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0; }

/** ============================================================================
 * @component Modal
 * ========================================================================== */
[data-micromodal-trigger] {
  cursor: pointer; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .modal__overlay:focus {
    outline: none; }

.modal__container, .modal__container-video {
  width: 100%;
  max-width: 90%;
  min-height: 70vh;
  max-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 2rem;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .modal__container, .modal__container-video {
      max-width: 80%;
      max-height: 90vh;
      padding: 3rem; } }
  @media screen and (min-width: 1200px) {
    .modal__container, .modal__container-video {
      max-width: 70%; } }
  @media screen and (min-width: 1366px) {
    .modal__container, .modal__container-video {
      max-width: 900px; } }

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.modal__bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  .modal__bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0; }

.modal__icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
  gap: 0.5rem;
  padding-right: 4rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 568px) {
    .modal__icons {
      grid-template-columns: repeat(auto-fill, minmax(40px, 1fr)); } }
  @media screen and (min-width: 768px) {
    .modal__icons {
      grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)); } }

.modal__title {
  margin-top: 0;
  margin-bottom: 0; }
  .modal__title .arrow {
    display: none; }

.modal__close {
  border: 0;
  position: absolute;
  top: 2rem;
  right: 2rem; }

.modal__inner {
  overflow-y: auto; }

.modal__content {
  margin-top: 2rem;
  color: #333;
  overflow-y: auto; }

.modal__content .btn-arrow b {
  max-width: 95%; }

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

.modal__content.text-white p a:only-child {
  max-width: 95%;
  font-weight: bold;
  color: white;
  margin-top: 1rem; }

.modal__footer-ci {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding: 1rem 0;
  margin-top: auto; }
  .modal__footer-ci:before {
    content: "";
    width: calc(100% + 4rem);
    height: 2px;
    background-color: #ee273a;
    position: absolute;
    top: 0;
    left: -2rem; }
    @media screen and (min-width: 768px) {
      .modal__footer-ci:before {
        width: calc(100% + 6rem);
        left: -3rem; } }
  .modal__footer-ci .footer-ci__img {
    max-width: 100px; }

.modal__container-video {
  min-height: 0;
  overflow: visible; }
  .modal__container-video .modal__video {
    opacity: 0;
    visibility: hidden; }
  .modal__container-video .modal__close {
    top: -1.2rem;
    right: -1.2rem;
    z-index: 2; }

.is-open .modal__video {
  visibility: visible;
  -webkit-animation: mmfadeIn 0.3s 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
          animation: mmfadeIn 0.3s 0.3s cubic-bezier(0, 0, 0.2, 1) forwards; }

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container, .micromodal-slide[aria-hidden="false"] .modal__container-video {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container, .micromodal-slide[aria-hidden="true"] .modal__container-video {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container, .micromodal-slide .modal__container-video,
.micromodal-slide .modal__overlay {
  will-change: transform; }

/** ============================================================================
 * @component Events
 * ========================================================================== */
.event-item {
  margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .event-item {
      margin-bottom: 0; } }
  .event-item img {
    display: block;
    margin: auto;
    margin-bottom: 1rem; }

.event-item__img {
  height: 58vw;
  background-size: cover;
  background-position: top center;
  margin-bottom: 1rem; }
  @media screen and (min-width: 568px) {
    .event-item__img {
      height: 340px; } }
  @media screen and (min-width: 768px) {
    .event-item__img {
      height: 235px; } }
  @media screen and (min-width: 992px) {
    .event-item__img {
      height: 205px; } }
  @media screen and (min-width: 1200px) {
    .event-item__img {
      height: 250px; } }

.event-item__description {
  margin-bottom: 0; }

/** ============================================================================
 * @component Form
 * ========================================================================== */
.choices {
  margin-bottom: 0; }

.choices__inner {
  background-color: transparent; }
  .choices__inner .choices__list--single .choices__item {
    color: #333;
    text-align: center; }

.form-transparent {
  color: white;
  text-align: center;
  background-color: transparent;
  border-radius: 30px; }
  .form-transparent:focus {
    color: white;
    background-color: transparent; }

.custom-file-input {
  cursor: pointer; }

.custom-file-input + .form-transparent:after {
  display: none; }

form .btn-arrow:after {
  right: 0; }

.form-underline {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid lightgray;
  padding-left: 0.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (min-width: 768px) {
    .form-underline {
      text-align: left; } }
  .form-underline:focus {
    border-color: #ee273a;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-underline--white {
    border-color: rgba(255, 255, 255, 0.5); }

.selection__list {
  width: calc(100% + 2px);
  max-height: 0;
  overflow-y: auto;
  background-color: white;
  border: 1px solid lightgray;
  border-top-color: transparent;
  margin-left: -1px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  will-change: max-height; }

.selection__list-items {
  padding: 1rem; }

.selection__list-item {
  color: #333;
  padding: 0.5rem 1rem;
  display: block;
  cursor: pointer; }
  .selection__list-item:hover {
    color: #333;
    text-decoration: none;
    background-color: #ededed; }

.is-open .selection__list {
  max-height: 250px;
  border-top: 1px solid lightgray;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.checkbox--group p {
  margin-bottom: 0; }

.checkbox--group .danger {
  margin-bottom: 0.5rem; }

.checkbox--group .checkbox--set {
  position: relative;
  margin-bottom: 0.5rem; }

.checkbox--group .checkbox {
  position: relative;
  margin-bottom: 0.5rem; }

.checkbox--group input {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.checkbox--group .custom-checkbox {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }
  .checkbox--group .custom-checkbox:before, .checkbox--group .custom-checkbox:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .checkbox--group .custom-checkbox:before {
    border: 2px solid #ced1d2; }

.checkbox--group .checksquare:after {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #ced1d2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0; }

.checkbox--group .checkmark {
  width: 3px;
  height: 9px;
  position: absolute;
  top: 2.7px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .checkbox--group .checkmark:before, .checkbox--group .checkmark:after {
    content: "";
    background-color: #333;
    position: absolute;
    top: 0; }
  .checkbox--group .checkmark:before {
    width: 3px;
    height: 2px;
    top: 7.2px;
    left: 0; }
  .checkbox--group .checkmark:after {
    width: 2px;
    height: 9px;
    left: 2.7px; }

.checkbox--group label {
  font-size: 0.9rem;
  margin-left: 33px;
  cursor: pointer; }

.checkbox--group input:checked + .custom-checkbox:before {
  border-color: #333; }

.checkbox--group input:checked + .custom-checkbox.checksquare:after {
  background: #333;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); }

.checkbox--group input:checked + .custom-checkbox .checkmark {
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1); }

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden; }

/** ============================================================================
 * @component Animation
 * ========================================================================== */
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes scaleRotating {
  0% {
    -webkit-transform: scale(1.1) rotate(0deg);
            transform: scale(1.1) rotate(0deg); }
  100% {
    -webkit-transform: scale(1.1) rotate(360deg);
            transform: scale(1.1) rotate(360deg); } }

@keyframes scaleRotating {
  0% {
    -webkit-transform: scale(1.1) rotate(0deg);
            transform: scale(1.1) rotate(0deg); }
  100% {
    -webkit-transform: scale(1.1) rotate(360deg);
            transform: scale(1.1) rotate(360deg); } }

@-webkit-keyframes animateXAxis {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%); } }

@keyframes animateXAxis {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%); } }

@-webkit-keyframes animateLeftCloud {
  0% {
    -webkit-transform: translateX(-10%) translateY(-50%);
            transform: translateX(-10%) translateY(-50%); }
  100% {
    -webkit-transform: translateX(-5%) translateY(-50%);
            transform: translateX(-5%) translateY(-50%); } }

@keyframes animateLeftCloud {
  0% {
    -webkit-transform: translateX(-10%) translateY(-50%);
            transform: translateX(-10%) translateY(-50%); }
  100% {
    -webkit-transform: translateX(-5%) translateY(-50%);
            transform: translateX(-5%) translateY(-50%); } }

@-webkit-keyframes animateReversedLeftCloud {
  0% {
    -webkit-transform: translateX(-20%) translateY(-50%) scaleX(-1);
            transform: translateX(-20%) translateY(-50%) scaleX(-1); }
  100% {
    -webkit-transform: translateX(-10%) translateY(-50%) scaleX(-1);
            transform: translateX(-10%) translateY(-50%) scaleX(-1); } }

@keyframes animateReversedLeftCloud {
  0% {
    -webkit-transform: translateX(-20%) translateY(-50%) scaleX(-1);
            transform: translateX(-20%) translateY(-50%) scaleX(-1); }
  100% {
    -webkit-transform: translateX(-10%) translateY(-50%) scaleX(-1);
            transform: translateX(-10%) translateY(-50%) scaleX(-1); } }

@-webkit-keyframes animateRightCloud {
  0% {
    -webkit-transform: translateX(10%) translateY(-50%);
            transform: translateX(10%) translateY(-50%); }
  100% {
    -webkit-transform: translateX(5%) translateY(-50%);
            transform: translateX(5%) translateY(-50%); } }

@keyframes animateRightCloud {
  0% {
    -webkit-transform: translateX(10%) translateY(-50%);
            transform: translateX(10%) translateY(-50%); }
  100% {
    -webkit-transform: translateX(5%) translateY(-50%);
            transform: translateX(5%) translateY(-50%); } }

@-webkit-keyframes animateReversedRightCloud {
  0% {
    -webkit-transform: translateX(20%) translateY(-50%) scaleX(-1);
            transform: translateX(20%) translateY(-50%) scaleX(-1); }
  100% {
    -webkit-transform: translateX(10%) translateY(-50%) scaleX(-1);
            transform: translateX(10%) translateY(-50%) scaleX(-1); } }

@keyframes animateReversedRightCloud {
  0% {
    -webkit-transform: translateX(20%) translateY(-50%) scaleX(-1);
            transform: translateX(20%) translateY(-50%) scaleX(-1); }
  100% {
    -webkit-transform: translateX(10%) translateY(-50%) scaleX(-1);
            transform: translateX(10%) translateY(-50%) scaleX(-1); } }

.line-follow {
  -webkit-animation: 3s normal cubic-bezier(0.165, 0.84, 0.44, 1) line-follow infinite;
          animation: 3s normal cubic-bezier(0.165, 0.84, 0.44, 1) line-follow infinite; }

@-webkit-keyframes line-follow {
  0% {
    height: 0%; }
  50% {
    height: 100%;
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes line-follow {
  0% {
    height: 0%; }
  50% {
    height: 100%;
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem); } }

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem); } }

@-webkit-keyframes pulse-red {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(238, 39, 58, 0.7);
            box-shadow: 0 0 0 0 rgba(238, 39, 58, 0.7); }
  70% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-box-shadow: 0 0 0 10px rgba(238, 39, 58, 0);
            box-shadow: 0 0 0 10px rgba(238, 39, 58, 0); }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(238, 39, 58, 0);
            box-shadow: 0 0 0 0 rgba(238, 39, 58, 0); } }

@keyframes pulse-red {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(238, 39, 58, 0.7);
            box-shadow: 0 0 0 0 rgba(238, 39, 58, 0.7); }
  70% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-box-shadow: 0 0 0 10px rgba(238, 39, 58, 0);
            box-shadow: 0 0 0 10px rgba(238, 39, 58, 0); }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(238, 39, 58, 0);
            box-shadow: 0 0 0 0 rgba(238, 39, 58, 0); } }

.fade-in {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

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

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

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.image-col {
  position: relative; }

[data-aos="overlap-slide"] {
  overflow: hidden; }
  [data-aos="overlap-slide"]:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  [data-aos="overlap-slide"] .bg {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease 0.4s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1s;
    transition: opacity 0.2s ease 0.4s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1s;
    transition: opacity 0.2s ease 0.4s, transform cubic-bezier(0.19, 1, 0.22, 1) 1s;
    transition: opacity 0.2s ease 0.4s, transform cubic-bezier(0.19, 1, 0.22, 1) 1s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1s; }
  [data-aos="overlap-slide"] img {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  [data-aos="overlap-slide"].aos-animate .bg,
  [data-aos="overlap-slide"].aos-animate img {
    opacity: 1; }
  [data-aos="overlap-slide"].aos-animate:after {
    -webkit-animation: 0.7s normal cubic-bezier(0.165, 0.84, 0.44, 1) overlapSlide;
            animation: 0.7s normal cubic-bezier(0.165, 0.84, 0.44, 1) overlapSlide; }

@-webkit-keyframes overlapSlide {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  40% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  70% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); } }

@keyframes overlapSlide {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  40% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  70% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); } }

[data-aos="overlap-slide"][data-aos][data-aos-delay='50'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='50'].aos-animate:after {
    -webkit-animation-delay: 50ms;
            animation-delay: 50ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='100'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='100'].aos-animate:after {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='150'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='150'].aos-animate:after {
    -webkit-animation-delay: 150ms;
            animation-delay: 150ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='200'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='200'].aos-animate:after {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='250'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='250'].aos-animate:after {
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='300'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='300'].aos-animate:after {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='350'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='350'].aos-animate:after {
    -webkit-animation-delay: 350ms;
            animation-delay: 350ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='400'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='400'].aos-animate:after {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='450'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='450'].aos-animate:after {
    -webkit-animation-delay: 450ms;
            animation-delay: 450ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='500'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='500'].aos-animate:after {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='550'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='550'].aos-animate:after {
    -webkit-animation-delay: 550ms;
            animation-delay: 550ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='600'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='600'].aos-animate:after {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='650'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='650'].aos-animate:after {
    -webkit-animation-delay: 650ms;
            animation-delay: 650ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='700'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='700'].aos-animate:after {
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='750'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='750'].aos-animate:after {
    -webkit-animation-delay: 750ms;
            animation-delay: 750ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='800'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='800'].aos-animate:after {
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='850'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='850'].aos-animate:after {
    -webkit-animation-delay: 850ms;
            animation-delay: 850ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='900'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='900'].aos-animate:after {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='950'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='950'].aos-animate:after {
    -webkit-animation-delay: 950ms;
            animation-delay: 950ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1000'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1000'].aos-animate:after {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1050'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1050'].aos-animate:after {
    -webkit-animation-delay: 1050ms;
            animation-delay: 1050ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1100'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1100'].aos-animate:after {
    -webkit-animation-delay: 1100ms;
            animation-delay: 1100ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1150'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1150'].aos-animate:after {
    -webkit-animation-delay: 1150ms;
            animation-delay: 1150ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1200'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1200'].aos-animate:after {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1250'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1250'].aos-animate:after {
    -webkit-animation-delay: 1250ms;
            animation-delay: 1250ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1300'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1300'].aos-animate:after {
    -webkit-animation-delay: 1300ms;
            animation-delay: 1300ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1350'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1350'].aos-animate:after {
    -webkit-animation-delay: 1350ms;
            animation-delay: 1350ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1400'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1400'].aos-animate:after {
    -webkit-animation-delay: 1400ms;
            animation-delay: 1400ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1450'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1450'].aos-animate:after {
    -webkit-animation-delay: 1450ms;
            animation-delay: 1450ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1500'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1500'].aos-animate:after {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1550'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1550'].aos-animate:after {
    -webkit-animation-delay: 1550ms;
            animation-delay: 1550ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1600'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1600'].aos-animate:after {
    -webkit-animation-delay: 1600ms;
            animation-delay: 1600ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1650'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1650'].aos-animate:after {
    -webkit-animation-delay: 1650ms;
            animation-delay: 1650ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1700'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1700'].aos-animate:after {
    -webkit-animation-delay: 1700ms;
            animation-delay: 1700ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1750'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1750'].aos-animate:after {
    -webkit-animation-delay: 1750ms;
            animation-delay: 1750ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1800'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1800'].aos-animate:after {
    -webkit-animation-delay: 1800ms;
            animation-delay: 1800ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1850'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1850'].aos-animate:after {
    -webkit-animation-delay: 1850ms;
            animation-delay: 1850ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1900'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1900'].aos-animate:after {
    -webkit-animation-delay: 1900ms;
            animation-delay: 1900ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='1950'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='1950'].aos-animate:after {
    -webkit-animation-delay: 1950ms;
            animation-delay: 1950ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2000'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2000'].aos-animate:after {
    -webkit-animation-delay: 2000ms;
            animation-delay: 2000ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2050'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2050'].aos-animate:after {
    -webkit-animation-delay: 2050ms;
            animation-delay: 2050ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2100'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2100'].aos-animate:after {
    -webkit-animation-delay: 2100ms;
            animation-delay: 2100ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2150'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2150'].aos-animate:after {
    -webkit-animation-delay: 2150ms;
            animation-delay: 2150ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2200'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2200'].aos-animate:after {
    -webkit-animation-delay: 2200ms;
            animation-delay: 2200ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2250'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2250'].aos-animate:after {
    -webkit-animation-delay: 2250ms;
            animation-delay: 2250ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2300'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2300'].aos-animate:after {
    -webkit-animation-delay: 2300ms;
            animation-delay: 2300ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2350'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2350'].aos-animate:after {
    -webkit-animation-delay: 2350ms;
            animation-delay: 2350ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2400'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2400'].aos-animate:after {
    -webkit-animation-delay: 2400ms;
            animation-delay: 2400ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2450'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2450'].aos-animate:after {
    -webkit-animation-delay: 2450ms;
            animation-delay: 2450ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2500'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2500'].aos-animate:after {
    -webkit-animation-delay: 2500ms;
            animation-delay: 2500ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2550'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2550'].aos-animate:after {
    -webkit-animation-delay: 2550ms;
            animation-delay: 2550ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2600'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2600'].aos-animate:after {
    -webkit-animation-delay: 2600ms;
            animation-delay: 2600ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2650'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2650'].aos-animate:after {
    -webkit-animation-delay: 2650ms;
            animation-delay: 2650ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2700'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2700'].aos-animate:after {
    -webkit-animation-delay: 2700ms;
            animation-delay: 2700ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2750'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2750'].aos-animate:after {
    -webkit-animation-delay: 2750ms;
            animation-delay: 2750ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2800'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2800'].aos-animate:after {
    -webkit-animation-delay: 2800ms;
            animation-delay: 2800ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2850'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2850'].aos-animate:after {
    -webkit-animation-delay: 2850ms;
            animation-delay: 2850ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2900'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2900'].aos-animate:after {
    -webkit-animation-delay: 2900ms;
            animation-delay: 2900ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='2950'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='2950'].aos-animate:after {
    -webkit-animation-delay: 2950ms;
            animation-delay: 2950ms; }

[data-aos="overlap-slide"][data-aos][data-aos-delay='3000'] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  [data-aos="overlap-slide"][data-aos][data-aos-delay='3000'].aos-animate:after {
    -webkit-animation-delay: 3000ms;
            animation-delay: 3000ms; }

/* Section Imports
/* -------------------------------------------------------------------------- */
/** ============================================================================
 * @section Header
 * ========================================================================== */
header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 100; }

#outdated {
  background-color: white !important;
  padding: 24px; }
  #outdated h6,
  #outdated p {
    color: #333 !important; }
  #outdated #buttonUpdateBrowser {
    background-color: transparent !important;
    font-weight: bold;
    color: #333 !important;
    border: none !important;
    text-decoration: underline;
    margin-bottom: 12px; }
  #outdated #buttonCloseUpdateBrowser {
    color: #333 !important;
    font-weight: 100; }

/** ============================================================================
 * @section Section
 * ========================================================================== */
section .container {
  padding-left: 2rem;
  padding-right: 2rem; }
  @media screen and (min-width: 768px) {
    section .container {
      padding-left: 15px;
      padding-right: 15px; } }

.section-landing {
  height: 60vh; }
  @media screen and (min-width: 768px) {
    .section-landing {
      height: 85vh; } }
  .section-landing .section-bg,
  .section-landing .section-bg-mobile {
    background-position: center; }
  .section-landing .section-header {
    padding: 0 2rem;
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      .section-landing .section-header {
        padding: 0; } }
  .section-landing .section-header h1 {
    font-size: 1.5rem; }
    @media screen and (min-width: 768px) {
      .section-landing .section-header h1 {
        font-size: 2rem; } }
    @media screen and (min-width: 1366px) {
      .section-landing .section-header h1 {
        font-size: 2.5rem; } }

.landing-bg {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  overflow: hidden; }
  .landing-bg .section-bg,
  .landing-bg .section-bg-mobile {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .landing-bg .section-bg.is-animated,
  .landing-bg .section-bg-mobile.is-animated {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }

.landing-description p > * {
  font-size: 110%; }

.section-bg-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.section-bg,
.section-bg-mobile {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 0; }
  .section-bg.is-black-overlay:after,
  .section-bg-mobile.is-black-overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .section-bg.is-gradient-overlay:after,
  .section-bg-mobile.is-gradient-overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .section-bg.is-bottom,
  .section-bg-mobile.is-bottom {
    background-position: bottom;
    top: auto;
    bottom: 0; }

.section-inner {
  width: 100%; }

.section-header .emp {
  color: #ee273a; }

.section-header--absolute {
  position: absolute;
  top: 2rem; }

/** ============================================================================
 * @section Footer
 * ========================================================================== */
footer {
  min-height: 20vh;
  background-color: #333333;
  border-top: 2px solid #ee273a;
  padding: 2rem 1rem 1.5rem;
  position: relative; }
  footer hr {
    border: 1px solid rgba(255, 255, 255, 0.1); }

footer form input:-internal-autofill-previewed,
footer form input:-internal-autofill-selected {
  -webkit-transition: background-color 5000s;
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important; }

footer form input:-webkit-autofill,
footer form input:-webkit-autofill:hover,
footer form input:-webkit-autofill:focus,
footer form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #333333 inset;
  -webkit-text-fill-color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.footer-info {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    .footer-info {
      padding: 0 2rem;
      text-align: left;
      display: grid;
      grid-template-columns: 40% 1fr 1fr; } }
  .footer-info h6 {
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase; }

[class^=footer-info__] {
  margin-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    [class^=footer-info__] {
      margin-bottom: 0; } }

.footer-info__brand p {
  font-size: 0.9rem; }

.footer-info__subscribe [type="submit"] {
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.footer-info__subscribe .arrow {
  width: 1rem;
  margin-left: 0; }
  .footer-info__subscribe .arrow:before, .footer-info__subscribe .arrow:after {
    width: 0.5rem; }

@media screen and (min-width: 768px) {
  .footer-info__social {
    text-align: right; } }

.footer-info__social a {
  margin-right: 0.5rem; }

.footer-info__social a:last-child {
  margin-right: 0; }

.footer-disclaimer {
  font-size: 0.8rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .footer-disclaimer {
      text-align: left;
      display: grid;
      grid-template-columns: 1fr 1fr;
      padding: 0 2rem; } }

.footer-disclaimer__links {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .footer-disclaimer__links {
      text-align: right; } }
  .footer-disclaimer__links a {
    color: white; }
  .footer-disclaimer__links a:after {
    content: "|";
    margin: 0 0.5rem; }
  .footer-disclaimer__links a:last-child:after {
    display: none; }

[class^=footer-disclaimer__]:last-child {
  margin-top: 0.5rem; }
  @media screen and (min-width: 768px) {
    [class^=footer-disclaimer__]:last-child {
      margin-top: 0; } }

.footer__forefront {
  display: inline-block; }
  .footer__forefront svg {
    width: 5px;
    vertical-align: baseline;
    margin-left: 3px;
    margin-bottom: -1px; }

.regsitration-number {
  color: white !important; }

/* Consent
/* -------------------------------------------------------------------------- */
.cookie-consent {
  width: 100%;
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 1rem 1rem;
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 9999;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media screen and (min-width: 768px) {
    .cookie-consent {
      padding: 1.5rem 2rem 1rem; } }
  .cookie-consent.is-open {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .cookie-consent p {
    font-size: 0.8rem;
    margin-bottom: 0; }
    .cookie-consent p a {
      text-decoration: underline; }
  .cookie-consent a {
    color: white;
    cursor: pointer; }
  .cookie-consent .consent__close {
    position: relative;
    margin-left: 1rem; }
    .cookie-consent .consent__close:before {
      content: "\2715";
      padding: 0.5rem 0.5rem 0.3rem;
      border-radius: 0.3rem;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      will-change: background-color; }
  .cookie-consent .consent__close:hover:before {
    background-color: #1a1a1a; }

/* Pages Imports
/* -------------------------------------------------------------------------- */
/** ============================================================================
 * @pages Home
 * ========================================================================== */
.home .vector {
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.home .vector-house {
  max-width: 115%; }

.home .vector-sun {
  max-width: 40%;
  position: absolute;
  bottom: 32%;
  right: 0; }
  .home .vector-sun.animate {
    -webkit-animation: rotating 8s linear infinite;
            animation: rotating 8s linear infinite; }

.home .vector-cloud--outer {
  max-width: 30%;
  position: absolute;
  top: 13%;
  left: 0%; }
  .home .vector-cloud--outer.animate {
    -webkit-animation: animateXAxis 5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
            animation: animateXAxis 5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate; }

.home .vector-cloud--inner {
  max-width: 30%;
  position: absolute;
  bottom: 60%;
  left: 10%; }
  .home .vector-cloud--inner.animate {
    -webkit-animation: animateXAxis 5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
            animation: animateXAxis 5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }

.home .vector-tree-1 {
  max-width: 14%;
  position: absolute;
  bottom: -2%;
  left: 3%; }

.home .vector-tree-2 {
  max-width: 14%;
  position: absolute;
  bottom: -2%;
  left: 10%; }

.home .vector-tree-3 {
  max-width: 14%;
  position: absolute;
  bottom: -2%;
  right: 10%; }

.home .vector-social-1 {
  max-width: 70%;
  justify-self: flex-end;
  top: -10%;
  right: -10%; }

.home .vector-social-2 {
  max-width: 100%;
  position: absolute;
  bottom: 7%;
  left: 5%; }

.home .vector-social-3 {
  max-width: 55%;
  position: absolute;
  bottom: -2%;
  right: 15%; }

.home .vector-social-4 {
  max-width: 35%;
  position: absolute;
  bottom: -2%;
  left: 12%; }

.home .vector-weight {
  max-width: 110%; }

.home .vector-weight-top {
  max-width: 75%;
  position: absolute;
  top: 30%; }

.home .vector-books {
  max-width: 30%;
  position: absolute;
  bottom: 3%;
  left: -2%; }

.home .vector-money {
  max-width: 20%;
  position: absolute;
  bottom: 1%;
  right: 5%; }

/* Landing
/* -------------------------------------------------------------------------- */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .home #section-landing {
      min-height: -webkit-fill-available; } } }

.home #section-landing .bg-overlay--white-gradient {
  z-index: 2; }
  .home #section-landing .bg-overlay--white-gradient:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
    opacity: 1; }

.home #section-landing .bg-overlay--black-gradient {
  z-index: 2; }
  .home #section-landing .bg-overlay--black-gradient:before {
    opacity: 1; }

.home #section-landing .bg-gradient__linear--white-fade {
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%); }

.home #section-landing .landing-slider {
  z-index: unset; }

.home #section-landing .landing-slide {
  height: 100vh;
  overflow: hidden; }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
      .home #section-landing .landing-slide {
        height: -webkit-fill-available; } } }

.home #section-landing .landing-slider .bg-overlay:before {
  height: 50vh; }

.home #section-landing .landing-slide__text.slide__text--left {
  text-align: left;
  top: auto;
  bottom: 20%;
  left: 10%;
  right: auto; }

.mask-landing {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 10; }

.mask-landing svg {
  width: 100vw;
  height: 100%; }

.mask-circle-sm {
  display: block; }
  @media screen and (min-width: 768px) {
    .mask-circle-sm {
      display: none; } }

.mask-circle-md {
  display: none; }
  @media screen and (min-width: 768px) {
    .mask-circle-md {
      display: block; } }

.mask-landing .mask-rect {
  -webkit-transform-origin: center;
          transform-origin: center; }

.infographic-social:hover .round-infographic-item--text {
  top: 91%; }

.home .indicator-scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  margin: auto;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .home .indicator-scroll {
      bottom: 1rem; } }

/* What we do - Business Unit
/* -------------------------------------------------------------------------- */
.home #section-businesses {
  padding-bottom: 200px; }
  @media screen and (min-width: 768px) {
    .home #section-businesses {
      padding-bottom: 400px; } }
  .home #section-businesses .bg-gradient__linear--sky-fade {
    background: -webkit-gradient(linear, left bottom, left top, from(#dfebf4), to(rgba(223, 235, 244, 0)));
    background: linear-gradient(0deg, #dfebf4 0%, rgba(223, 235, 244, 0) 100%); }
  .home #section-businesses .img-bg-footer {
    height: 60%;
    background-position-x: 25%; }
    @media screen and (min-width: 768px) {
      .home #section-businesses .img-bg-footer {
        height: 100%; } }
    @media screen and (min-width: 992px) {
      .home #section-businesses .img-bg-footer {
        background-position-x: 0; } }

.carousel-home-wrapper {
  position: relative; }
  .carousel-home-wrapper .carousel-card {
    min-height: 0; }
  .carousel-home-wrapper .carousel-text__title {
    font-size: 1.2rem; }
    @media screen and (min-width: 768px) {
      .carousel-home-wrapper .carousel-text__title {
        font-size: 1.5rem; } }

.carousel-home {
  width: 100%;
  height: 80vh;
  max-height: calc(100vw / 1.2 / 0.65);
  padding-bottom: 3rem;
  padding-right: 1rem; }
  @media screen and (min-width: 568px) {
    .carousel-home {
      max-height: 416px; } }
  @media screen and (min-width: 768px) {
    .carousel-home {
      max-height: 431px; } }
  @media screen and (min-width: 992px) {
    .carousel-home {
      max-height: 493px; } }
  @media screen and (min-width: 1200px) {
    .carousel-home {
      max-height: 532px; } }
  .carousel-home .carousel-pagination {
    width: 60%;
    top: auto;
    bottom: 0.55rem;
    right: 0;
    margin: auto; }
    .carousel-home .carousel-pagination .swiper-pagination-progressbar-fill {
      background-color: #ee273a; }

/* Carousel Prev/Next Button Positon
/* -------------------------------------------------------------------------- */
.carousel-home-wrapper .btn-prev {
  position: absolute;
  left: 1rem;
  top: 45%;
  z-index: 5; }
  @media screen and (min-width: 1300px) {
    .carousel-home-wrapper .btn-prev {
      left: 5rem; } }

.carousel-home-wrapper .btn-next, .carousel-home-wrapper .btn-backtotop {
  position: absolute;
  right: 1rem;
  top: 45%;
  z-index: 5; }
  @media screen and (min-width: 1300px) {
    .carousel-home-wrapper .btn-next, .carousel-home-wrapper .btn-backtotop {
      right: 5rem; } }

/* Cloud
/* -------------------------------------------------------------------------- */
.cloud-container, .cloud-container2 {
  width: 100%;
  min-height: 200px;
  height: 55vw;
  max-height: 375px;
  position: absolute;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  pointer-events: none; }

.cloud-container2 {
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%); }

.cloud, .cloud-1, .cloud-2, .cloud-3, .cloud-4, .cloud-5, .cloud-6 {
  position: absolute;
  pointer-events: none; }

.cloud-1 {
  max-width: 70vw;
  top: 45%;
  left: 0;
  -webkit-transform: translateX(-10%) translateY(-50%);
          transform: translateX(-10%) translateY(-50%);
  -webkit-animation: animateLeftCloud 5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
          animation: animateLeftCloud 5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate; }
  @media screen and (min-width: 768px) {
    .cloud-1 {
      max-width: 50vw; } }

.cloud-2 {
  max-width: 50vw;
  top: 40%;
  right: 0;
  -webkit-transform: translateX(10%) translateY(-50%);
          transform: translateX(10%) translateY(-50%);
  -webkit-animation: animateRightCloud 6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
          animation: animateRightCloud 6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s; }

.cloud-3 {
  max-width: 30vw;
  top: 30%;
  left: -10%;
  z-index: 1; }

.cloud-4 {
  max-width: 30vw;
  top: 25%;
  right: 10%;
  z-index: 1; }

.cloud-5 {
  max-width: 70vw;
  top: 40%;
  left: 0;
  -webkit-transform: translateX(-20%) translateY(-50%) scaleX(-1);
          transform: translateX(-20%) translateY(-50%) scaleX(-1);
  -webkit-animation: animateReversedLeftCloud 5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
          animation: animateReversedLeftCloud 5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate; }
  @media screen and (min-width: 768px) {
    .cloud-5 {
      max-width: 50vw; } }

.cloud-6 {
  max-width: 50vw;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(20%) translateY(-50%) scaleX(-1);
          transform: translateX(20%) translateY(-50%) scaleX(-1);
  -webkit-animation: animateReversedRightCloud 6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
          animation: animateReversedRightCloud 6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s; }

/* Our Sustainability
/* -------------------------------------------------------------------------- */
.home #section-sustainability .text-gradient {
  font-size: 10vw;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: inline-block; }
  @media screen and (min-width: 992px) {
    .home #section-sustainability .text-gradient {
      font-size: 6rem; } }

/* Stock
/* -------------------------------------------------------------------------- */
.home .stock-performance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 3px 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 3px 10px rgba(51, 51, 51, 0.1); }
  @media screen and (min-width: 568px) {
    .home .stock-performance {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media screen and (min-width: 768px) {
    .home .stock-performance {
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 2rem; } }
  .home .stock-performance:last-child {
    border-right: none; }

.home .stock-img {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media screen and (max-width: 567px) {
    .home .stock-img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; } }

.home .stock-img__xs {
  position: relative; }
  @media screen and (min-width: 568px) {
    .home .stock-img__xs {
      display: none; } }

.home .stock-info {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 1rem; }
  @media screen and (min-width: 768px) {
    .home .stock-info {
      padding: 0; } }

@media screen and (max-width: 767px) {
  .home .stock-info .btn-arrow {
    font-size: 0.9rem; } }

.home .stock-company {
  background-color: #ee273a;
  font-size: 0.8rem;
  display: inline-block;
  padding: 0.6rem 1rem 0.5rem; }
  @media screen and (min-width: 768px) {
    .home .stock-company {
      max-width: 80%;
      font-size: 0.9rem;
      display: block;
      margin: auto;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

.home .stock-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #333;
  padding: 0.5rem 0 0;
  margin: 0 auto 1rem; }
  @media screen and (min-width: 768px) {
    .home .stock-value {
      max-width: 80%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-bottom: 1rem;
      margin: 0 auto 2rem; } }

.home .stock-price {
  min-width: 100px;
  font-size: 2rem;
  position: relative;
  padding-left: 2rem;
  padding-right: 1rem; }
  .home .stock-price:before {
    content: "RM";
    font-size: 1rem;
    position: absolute;
    top: 0.5rem;
    left: 0; }
  @media screen and (min-width: 768px) {
    .home .stock-price {
      min-width: 150px;
      font-size: 3rem;
      padding-left: 1.5rem; } }

.home .stock-value__rate.rate-up:before,
.home .stock-value__rate.rate-down:before {
  top: 20%; }

/* Career Mask
/* -------------------------------------------------------------------------- */
.home .mask-wrapper {
  width: 100%;
  height: 200vh;
  position: relative;
  pointer-events: none;
  z-index: 5; }

.home .mask-container {
  height: 100vh;
  position: relative;
  margin: auto;
  z-index: 1; }

.home .mask-text {
  width: 100% !important;
  -webkit-transform-origin: center;
          transform-origin: center; }
  .home .mask-text h1 {
    font-size: 5rem; }

.home .mask-svg {
  width: 100vw;
  height: 100vh; }
  .home .mask-svg text {
    font-size: 3rem;
    font-family: "Univers", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .home .mask-svg text {
        font-size: 5rem; } }

.home .mask-svg--sm {
  display: block; }
  @media screen and (min-width: 768px) {
    .home .mask-svg--sm {
      display: none; } }

.home .mask-svg--md {
  display: none; }
  @media screen and (min-width: 768px) {
    .home .mask-svg--md {
      display: block; } }

/* Career
/* -------------------------------------------------------------------------- */
.home #section-career {
  padding-top: 2rem; }
  @media screen and (min-width: 1366px) {
    .home #section-career {
      min-height: 80vh; } }
  @media screen and (min-width: 1600px) {
    .home #section-career {
      min-height: 90vh; } }
  .home #section-career .img-bg-footer {
    max-width: 200%;
    width: auto;
    height: auto;
    position: relative;
    margin-top: 3rem;
    margin-bottom: -10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (min-width: 568px) {
      .home #section-career .img-bg-footer {
        max-width: 150%; } }
    @media screen and (min-width: 768px) {
      .home #section-career .img-bg-footer {
        max-width: 100%; } }

#talk-to-us .section-inner {
  margin-top: -110vh; }

#talk-to-us .section-bg-fix {
  height: 100vh; }
  #talk-to-us .section-bg-fix.is-black-overlay:after {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  #talk-to-us .section-bg-fix.is-black-overlay.active:after {
    opacity: 1; }

/** ============================================================================
 * @pages Company
 * ========================================================================== */
.company .draggable-img {
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.company .section-header--absolute {
  top: 2rem;
  z-index: 5; }

.company .lettering-gradient {
  position: absolute;
  top: 0; }
  .company .lettering-gradient .char4 {
    min-width: 10px; }
  .company .lettering-gradient span {
    min-width: 13px;
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(#7b1d1d), to(#125a7b));
    background: linear-gradient(0deg, #7b1d1d 0%, #125a7b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.company .panel-wrapper .section-bg {
  display: none; }
  @media screen and (min-width: 768px) {
    .company .panel-wrapper .section-bg {
      display: block; } }

.company .panel-wrapper .section-bg-mobile {
  width: 100vw;
  height: 40vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  display: block;
  margin-left: -2rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 568px) {
    .company .panel-wrapper .section-bg-mobile {
      width: 100%;
      margin-left: 0; } }
  @media screen and (min-width: 768px) {
    .company .panel-wrapper .section-bg-mobile {
      display: none; } }

.company .panel:nth-child(odd),
.company .panel:nth-child(odd) .panel-inner {
  background-color: #f4f4f4; }
  @media screen and (min-width: 768px) {
    .company .panel:nth-child(odd),
    .company .panel:nth-child(odd) .panel-inner {
      background-color: transparent; } }

.company .panel:nth-child(even) .panel-inner {
  background-color: white; }
  @media screen and (min-width: 768px) {
    .company .panel:nth-child(even) .panel-inner {
      background-color: transparent; } }

.company .panel:nth-child(odd) .panel-nav {
  background-color: #f4f4f4; }

.company .panel:nth-child(even) .panel-nav {
  background-color: white; }

.company .panel:nth-child(even) .panel-nav-top .panel-nav:nth-child(even) {
  background-color: #f4f4f4; }

.company .text-behind {
  opacity: 0; }

.company .container-clip {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  clip: rect(0, auto, auto, 0); }

.company #section-vision .text-lg,
.company #section-mission .text-lg {
  font-size: 2rem; }
  @media screen and (min-width: 768px) {
    .company #section-vision .text-lg,
    .company #section-mission .text-lg {
      font-size: 3rem; } }

.company #section-mission {
  z-index: 5; }

.company #section-mission .icon-item--no-border .icon-item__img {
  width: 80px;
  height: 80px; }
  @media screen and (min-width: 768px) {
    .company #section-mission .icon-item--no-border .icon-item__img {
      width: auto;
      height: auto; } }

.company .globe {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }

.company .globe img {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  -o-object-position: left;
     object-position: left;
  right: -50vw; }
  @media screen and (min-width: 768px) {
    .company .globe img {
      min-width: 100vw;
      left: 0;
      right: 0; } }

.company .globe-info {
  max-width: 90%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 2rem;
  position: absolute;
  left: 5vw;
  bottom: 5vw;
  display: none; }
  @media screen and (min-width: 768px) {
    .company .globe-info {
      max-width: 40%;
      position: absolute;
      left: 5vw;
      bottom: 5vw;
      display: block; } }

.company .globe-category {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0; }

.company .globe-category li {
  width: 50%;
  display: inline-block; }

.company .globe-dots {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.company .globe-dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999px; }
  .company .globe-dot:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 0 0 white;
            box-shadow: 0 0 0 0 white; }
  .company .globe-dot:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #ee273a;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5); }

.company .globe-dot.active {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ee273a; }
  .company .globe-dot.active:before {
    -webkit-animation: pulse-red 2s infinite;
            animation: pulse-red 2s infinite; }
  .company .globe-dot.active:after {
    -webkit-transform: scale(2);
            transform: scale(2); }

/* Chairman
/* -------------------------------------------------------------------------- */
.chairman-img {
  position: relative; }
  @media screen and (min-width: 768px) {
    .chairman-img {
      position: absolute; } }

.chairman-designation {
  color: #212529; }
  .chairman-designation h2 {
    font-size: 1.5rem; }
    @media screen and (min-width: 992px) {
      .chairman-designation h2 {
        font-size: 2rem; } }
  .chairman-designation .btn-arrow--white {
    color: #333; }
    .chairman-designation .btn-arrow--white:hover {
      color: #333; }
    .chairman-designation .btn-arrow--white .arrow {
      background-color: transparent; }
    .chairman-designation .btn-arrow--white .arrow:before,
    .chairman-designation .btn-arrow--white .arrow:after {
      background-color: #333; }
    .chairman-designation .btn-arrow--white .arrow span {
      display: none; }
  @media screen and (min-width: 768px) {
    .chairman-designation {
      color: white; }
      .chairman-designation .btn-arrow--white {
        color: white; }
        .chairman-designation .btn-arrow--white:hover {
          color: white; }
        .chairman-designation .btn-arrow--white .arrow {
          background-color: white;
          margin-left: 0.5rem; }
        .chairman-designation .btn-arrow--white .arrow:before,
        .chairman-designation .btn-arrow--white .arrow:after {
          background-color: white; }
        .chairman-designation .btn-arrow--white .arrow span {
          border: 1px solid rgba(255, 255, 255, 0.5);
          display: block; } }

@media screen and (max-width: 567px) {
  .mobile-p-6 {
    padding-bottom: 6rem !important; } }

.company .timeline-section.timeline-section,
.company .timeline-section .timeline__events,
.company .timeline-section .timeline__event {
  min-height: 700px; }
  @media screen and (min-width: 768px) {
    .company .timeline-section.timeline-section,
    .company .timeline-section .timeline__events,
    .company .timeline-section .timeline__event {
      min-height: 600px; } }

.company .timeline-section .timeline__dates-container {
  bottom: 6rem; }
  @media screen and (min-width: 768px) {
    .company .timeline-section .timeline__dates-container {
      bottom: 10%; } }

[data-country="malaysia-west"] {
  top: 50%;
  left: 53%; }

[data-country="malaysia-east"] {
  top: 51%;
  left: 61%; }

[data-country="singapore"] {
  top: 54%;
  left: 55%; }

[data-country="indonesia"] {
  top: 57%;
  left: 61%; }

/** ============================================================================
 * @pages Board of Directors
 * ========================================================================== */
.leader-container {
  padding: 0 1rem; }
  @media screen and (min-width: 768px) {
    .leader-container {
      padding: 0 2rem; }
      .leader-container.is-enter img {
        opacity: 0.8; } }

.leader {
  position: relative;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  pointer-events: none; }
  @media screen and (min-width: 768px) {
    .leader {
      padding: 0 1rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding: 0;
      margin-bottom: 0;
      pointer-events: all;
      -webkit-box-ordinal-group: unset;
          -ms-flex-order: unset;
              order: unset; } }
  .leader.is-hover {
    z-index: 5; }
  .leader.is-hover img {
    opacity: 1; }

.leader img {
  max-width: 100%;
  margin-bottom: 1rem;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.3s; }
  @media screen and (min-width: 768px) {
    .leader img {
      margin-bottom: 0;
      -webkit-transform: scale(1.3);
              transform: scale(1.3); } }

@media screen and (max-width: 767px) {
  .leader-img {
    height: 80vw;
    margin-bottom: 1rem;
    overflow: hidden; } }

.leader figcaption {
  width: 100%;
  display: block; }
  @media screen and (min-width: 768px) {
    .leader figcaption {
      position: absolute;
      top: 0;
      display: none; } }

@media screen and (min-width: 768px) {
  .leader:hover img {
    -webkit-transform: scale(1.6);
            transform: scale(1.6); } }

.leader .btn-see-more {
  display: block;
  pointer-events: fill;
  margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .leader .btn-see-more {
      display: none; } }

.leader-info {
  display: none; }
  .leader-info.is-open {
    display: block; }

.name-placeholder,
.designation-placeholder {
  white-space: normal;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media screen and (min-width: 768px) {
    .name-placeholder,
    .designation-placeholder {
      white-space: nowrap; } }

/* Individual Container
/* -------------------------------------------------------------------------- */
.individual-container {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity; }
  @media screen and (max-width: 767px) {
    .individual-container {
      display: none !important; } }
  .individual-container.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }

.individual-img-container {
  max-height: 100%; }
  @media screen and (min-width: 1080px) {
    .individual-img-container {
      padding-top: 2rem; } }

.individual-img {
  max-width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end; }
  @media screen and (min-width: 1080px) {
    .individual-img {
      -ms-flex-item-align: start;
          align-self: flex-start; } }

.individual-info {
  max-height: 270px;
  position: relative;
  padding-bottom: 1rem;
  overflow-y: auto; }
  @media screen and (min-width: 768px) {
    .individual-info {
      max-height: 25vw; } }
  @media screen and (min-width: 1200px) {
    .individual-info {
      max-height: 20vw; } }

.overlap-gradient {
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 1.5rem;
  pointer-events: none; }

.leader-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 15; }
  .leader-nav .btn-prev {
    position: absolute;
    left: 0.5rem; }
  .leader-nav .btn-next, .leader-nav .btn-backtotop {
    position: absolute;
    right: 0.5rem; }

.individual-container .btn-cross {
  position: absolute;
  top: 1rem;
  right: 1rem; }

/** ============================================================================
 * @pages Milestones
 * ========================================================================== */
.milestones .timeline__dates-container, .investor-relations .timeline__dates-container {
  top: 50px;
  bottom: auto; }

.milestones .timeline__events, .investor-relations .timeline__events {
  padding-top: 6rem;
  padding-bottom: 3rem; }

.milestones .timeline__event, .investor-relations .timeline__event {
  min-height: 200px;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0; }

.milestones .timeline__event:first-child, .investor-relations .timeline__event:first-child {
  margin-left: 0; }

.milestones .timeline__navigation-wrapper, .investor-relations .timeline__navigation-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

.milestones .timeline__navigation, .investor-relations .timeline__navigation {
  top: 50%;
  z-index: 2; }

.milestones .timeline__navigation--prev, .investor-relations .timeline__navigation--prev {
  left: 5%; }
  @media screen and (min-width: 768px) {
    .milestones .timeline__navigation--prev, .investor-relations .timeline__navigation--prev {
      left: 2rem; } }

.milestones .timeline__navigation--next, .investor-relations .timeline__navigation--next {
  right: 5%; }
  @media screen and (min-width: 768px) {
    .milestones .timeline__navigation--next, .investor-relations .timeline__navigation--next {
      right: 2rem; } }

.milestones .timeline__line:before, .investor-relations .timeline__line:before {
  background-color: gray; }

.milestones .timeline__line [data-year]::before, .investor-relations .timeline__line [data-year]::before {
  font-size: 1.2rem;
  font-weight: bold;
  color: #999999;
  top: -2rem;
  left: 0.2rem; }

.milestones .timeline__line .timeline__line-item--active [data-year]::before, .investor-relations .timeline__line .timeline__line-item--active [data-year]::before {
  color: #333; }

.milestones .timeline__line .timeline__line-item--active [data-year]::after, .investor-relations .timeline__line .timeline__line-item--active [data-year]::after {
  background-color: #ee273a; }

.milestones .timeline__line.after-past:after, .investor-relations .timeline__line.after-past:after {
  width: 20%; }

.milestones .timeline__date::after, .investor-relations .timeline__date::after {
  width: 3rem;
  height: 1px;
  background-color: gray;
  border: 0;
  border-radius: 0;
  top: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left; }

.milestones .timeline__line-item--active .timeline__date::after, .investor-relations .timeline__line-item--active .timeline__date::after {
  -webkit-transform: scaleY(3) scaleX(1);
          transform: scaleY(3) scaleX(1); }

.milestones .timeline__line-item--active + .swiper-slide:last-child a::before, .investor-relations .timeline__line-item--active + .swiper-slide:last-child a::before {
  color: #333; }

.milestones .timeline__line-item--active + .swiper-slide:last-child a::after, .investor-relations .timeline__line-item--active + .swiper-slide:last-child a::after {
  -webkit-transform: scaleY(3) scaleX(1);
          transform: scaleY(3) scaleX(1);
  background-color: #ee273a;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.milestones .custom-position .timeline__navigation, .investor-relations .custom-position .timeline__navigation {
  top: 30%; }

/** ============================================================================
 * @pages Business
 * ========================================================================== */
.business .carousel-section,
.business .carousel-business-wrapper,
.business .carousel-business {
  -webkit-transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.business .carousel-business {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .business .carousel-business {
      height: 100vh;
      min-height: 700px; } }

.business .carousel-business .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    .business .carousel-business .swiper-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.business .carousel-inner {
  min-height: 50vh;
  background-color: black;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: none;
  transition: none; }
  @media screen and (min-width: 768px) {
    .business .carousel-inner {
      height: 100%;
      background-color: transparent;
      pointer-events: all; } }

.business .carousel-bg {
  height: 50vh;
  background-position: center;
  top: 0;
  -webkit-transition: top cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: top cubic-bezier(0.19, 1, 0.22, 1) 1s; }
  @media screen and (min-width: 768px) {
    .business .carousel-bg {
      height: 110%;
      background-position: top center; } }

.business .carousel-bg:after {
  height: 110%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 70%); }

.business .carousel-card:hover .carousel-bg {
  -webkit-transform: none;
          transform: none;
  top: -4%; }

.business .carousel-card:hover .carousel-bg:after {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%); }
  @media screen and (min-width: 768px) {
    .business .carousel-card:hover .carousel-bg:after {
      -webkit-transform: translateY(-10%);
              transform: translateY(-10%); } }

.business .carousel-text {
  position: relative;
  margin-top: -6rem;
  padding-bottom: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0); }
  @media screen and (max-width: 991px) {
    .business .carousel-text {
      -webkit-transform: translateY(0) !important;
              transform: translateY(0) !important; } }
  @media screen and (min-width: 768px) {
    .business .carousel-text {
      margin-top: 0;
      padding-bottom: 1rem;
      position: absolute;
      -webkit-transform: translateY(calc(100% - 11rem));
              transform: translateY(calc(100% - 11rem)); } }

.business .carousel-card:hover .carousel-text {
  margin-top: -6rem; }
  @media screen and (min-width: 768px) {
    .business .carousel-card:hover .carousel-text {
      margin-top: 0;
      -webkit-transform: translateY(calc(100% - 12rem));
              transform: translateY(calc(100% - 12rem)); } }

.business .carousel-text__title {
  font-size: 1.2rem; }

@media screen and (min-width: 768px) {
  .business .carousel-link {
    bottom: 5rem; } }

.business .carousel-text,
.business .carousel-link,
.business .btn-see-more {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media screen and (min-width: 768px) {
    .business .carousel-text,
    .business .carousel-link,
    .business .btn-see-more {
      padding-left: 3rem;
      padding-right: 3rem; } }

.business .btn-see-more {
  margin-top: 1rem;
  pointer-events: fill; }

.business .btn-arrow {
  pointer-events: fill; }

.business .carousel-business-wrapper .btn-prev {
  position: absolute;
  top: 50%;
  left: 5rem;
  display: none;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (min-width: 768px) {
    .business .carousel-business-wrapper .btn-prev {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.business .carousel-business-wrapper .btn-next, .business .carousel-business-wrapper .btn-backtotop {
  position: absolute;
  top: 50%;
  right: 5rem;
  display: none;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (min-width: 768px) {
    .business .carousel-business-wrapper .btn-next, .business .carousel-business-wrapper .btn-backtotop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.business .btn-prev.swiper-button-disabled,
.business .btn-next.swiper-button-disabled,
.business .swiper-button-disabled.btn-backtotop {
  opacity: 0 !important; }

/* Pagination
/* -------------------------------------------------------------------------- */
.business .carousel-pagination {
  width: 60%;
  top: auto;
  bottom: 2rem;
  right: 0;
  margin: auto; }
  .business .carousel-pagination.swiper-pagination-progressbar {
    background-color: rgba(255, 255, 255, 0.25); }
    .business .carousel-pagination.swiper-pagination-progressbar:before, .business .carousel-pagination.swiper-pagination-progressbar:after {
      color: white; }
  .business .carousel-pagination .swiper-pagination-progressbar-fill {
    background-color: white; }

/* Invinsible content
/* -------------------------------------------------------------------------- */
.business .carousel-content {
  display: none; }
  .business .carousel-content.is-open {
    display: block; }

/* Icon last item alignment
/* -------------------------------------------------------------------------- */
.business .carousel-content [class*="col-"]:last-child .icon-item {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .business .overbox-container {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .business .carousel-inner,
  .business .carousel-bg,
  .business .carousel-text {
    -webkit-transform: none !important;
            transform: none !important; }
  .business .carousel-text {
    opacity: 1 !important;
    visibility: visible !important; } }

/** ============================================================================
 * @pages Corporate Sustainability
 * ========================================================================== */
.corporate-sustainability .section-bg--height {
  min-height: 200px;
  height: 40vh;
  max-height: 900px; }
  @media screen and (min-width: 568px) {
    .corporate-sustainability .section-bg--height {
      min-height: 300px;
      height: 50vh; } }
  @media screen and (min-width: 768px) {
    .corporate-sustainability .section-bg--height {
      min-height: 500px;
      height: 70vh; } }

@media screen and (max-width: 767px) {
  .corporate-sustainability [class^="grid-col"] > .carousel-card {
    margin-bottom: 1rem; } }

@media screen and (max-width: 567px) {
  .corporate-sustainability [class^="grid-col"] > .carousel-card {
    min-height: calc(50vw - 2rem); } }

@media screen and (max-width: 567px) {
  .corporate-sustainability [class^="grid-col"] > .carousel-card .card__img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; } }

@media screen and (max-width: 767px) {
  .corporate-sustainability .carousel-text.has-adjacent {
    bottom: -0.5rem; } }

.corporate-sustainability .carousel-text > h4,
.corporate-sustainability .carousel-text > h5 {
  white-space: break-spaces;
  position: relative; }
  @media screen and (max-width: 767px) {
    .corporate-sustainability .carousel-text > h4,
    .corporate-sustainability .carousel-text > h5 {
      font-size: 1rem; } }

.corporate-sustainability .carousel-text .arrow {
  width: 0;
  display: inline-block;
  -webkit-transform: translateX(0.7rem) translateY(-0.3rem);
          transform: translateX(0.7rem) translateY(-0.3rem); }
  @media screen and (min-width: 768px) {
    .corporate-sustainability .carousel-text .arrow {
      display: none; } }

.corporate-sustainability .carousel-pagination {
  width: 60%;
  top: auto;
  bottom: 1rem;
  right: 0;
  margin: auto; }

.corporate-sustainability .carousel-pagination .swiper-pagination-progressbar-fill {
  background-color: #ee273a; }

@media screen and (min-width: 768px) {
  .corporate-sustainability .icon-item__info {
    max-width: 70%; } }

@media screen and (min-width: 768px) {
  .corporate-sustainability .js-carousel-awards + .carousel-navigation,
  .corporate-sustainability .js-carousel-awards + .carousel-navigation + .carousel-navigation {
    display: none; } }

.corporate-sustainability .js-carousel-awards .carousel-card {
  height: auto; }

/* Carousel Prev/Next Button Positon
/* -------------------------------------------------------------------------- */
.corporate-sustainability .carousel-wrapper .btn-prev {
  position: absolute;
  left: 1rem;
  top: 45%;
  z-index: 5; }
  @media screen and (min-width: 1300px) {
    .corporate-sustainability .carousel-wrapper .btn-prev {
      left: 5rem; } }

.corporate-sustainability .carousel-wrapper .btn-next, .corporate-sustainability .carousel-wrapper .btn-backtotop {
  position: absolute;
  right: 1rem;
  top: 45%;
  z-index: 5; }
  @media screen and (min-width: 1300px) {
    .corporate-sustainability .carousel-wrapper .btn-next, .corporate-sustainability .carousel-wrapper .btn-backtotop {
      right: 5rem; } }

/* Cards - Sustainable Developments Goals
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 374px) {
  .sdg-cards .carousel-card {
    height: 80vw; } }

@media screen and (max-width: 991px) {
  .sdg-cards .carousel-card {
    margin-bottom: 1rem; } }

.sdg-cards .carousel-text {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

@media screen and (max-width: 567px) {
  .sdg-cards .carousel-text__title {
    font-size: 1.1rem; } }

@media screen and (min-width: 992px) {
  .sdg-cards .carousel-text__title {
    padding-left: 1.5rem; } }

.sdg-cards .carousel-text__title:only-child {
  margin-bottom: 0;
  -webkit-transform: none;
          transform: none; }

.sdg-cards .carousel-link {
  bottom: 1rem; }

.sdg-cards .overlap-content,
.sdg-cards .carousel-text__heading,
.sdg-cards .carousel-icons {
  opacity: 0; }

.sdg-cards .overlap-content {
  width: 100%;
  height: 100%;
  padding: 6rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0; }
  @media screen and (min-width: 992px) {
    .sdg-cards .overlap-content {
      padding: 6rem 1.5rem; } }

.sdg-cards .carousel-text__heading {
  font-size: 4vw;
  font-weight: bold;
  line-height: normal;
  padding-left: 1rem;
  padding-right: 1rem; }
  .sdg-cards .carousel-text__heading.line-height-1 {
    line-height: 1; }
  @media screen and (min-width: 568px) {
    .sdg-cards .carousel-text__heading {
      font-size: 3vw; } }
  @media screen and (min-width: 768px) {
    .sdg-cards .carousel-text__heading {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media screen and (min-width: 992px) {
    .sdg-cards .carousel-text__heading {
      font-size: 2vw; } }
  @media screen and (min-width: 1200px) {
    .sdg-cards .carousel-text__heading {
      font-size: 2.4vw; } }
  @media screen and (min-width: 1366px) {
    .sdg-cards .carousel-text__heading {
      font-size: 2rem; } }

.sdg-cards .carousel-icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 568px) {
    .sdg-cards .carousel-icons {
      grid-template-columns: repeat(auto-fill, minmax(40px, 1fr)); } }
  @media screen and (min-width: 768px) {
    .sdg-cards .carousel-icons {
      grid-template-columns: repeat(auto-fill, minmax(45px, 1fr));
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media screen and (min-width: 992px) {
    .sdg-cards .carousel-icons {
      grid-template-columns: repeat(auto-fill, minmax(35px, 1fr)); } }
  @media screen and (min-width: 1200px) {
    .sdg-cards .carousel-icons {
      grid-template-columns: repeat(auto-fill, minmax(40px, 1fr)); } }

.sdg-cards .carousel-card:hover .carousel-text {
  bottom: 100%; }

.sdg-cards .carousel-card:hover .carousel-text__title {
  -webkit-transform: translateY(calc(100% + 2rem));
          transform: translateY(calc(100% + 2rem)); }
  @media screen and (min-width: 568px) {
    .sdg-cards .carousel-card:hover .carousel-text__title {
      -webkit-transform: translateY(calc(100% + 3rem));
              transform: translateY(calc(100% + 3rem)); } }

.sdg-cards .carousel-card:hover .overlap-content {
  -webkit-animation: animateSDG 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
          animation: animateSDG 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards; }

.sdg-cards .carousel-card:hover .carousel-text__heading {
  -webkit-animation: animateSDG 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
          animation: animateSDG 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards; }

.sdg-cards .carousel-card:hover .carousel-icons {
  -webkit-animation: animateSDG 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
          animation: animateSDG 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards; }

.sdg-cards .carousel-card:hover .theme-purple {
  background-color: #6A70B1; }

.sdg-cards .carousel-card:hover .theme-cyan {
  background-color: #3B99D4; }

.sdg-cards .carousel-card:hover .theme-meadow {
  background-color: #20AB60; }

.sdg-cards .carousel-card:hover .theme-orange {
  background-color: #F69421; }

@-webkit-keyframes animateSDG {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes animateSDG {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

/* Icons - Sustainable Developments Goals
/* -------------------------------------------------------------------------- */
.sdg-icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 1rem; }
  @media screen and (min-width: 768px) {
    .sdg-icons {
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); } }
  @media screen and (min-width: 1200px) {
    .sdg-icons {
      grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); } }
  @media screen and (min-width: 768px) {
    .sdg-icons p {
      font-size: 1.1rem; } }
  @media screen and (min-width: 992px) {
    .sdg-icons p {
      font-size: 1rem; } }
  @media screen and (min-width: 1200px) {
    .sdg-icons p {
      font-size: 1.1rem; } }

.card-flip {
  margin-bottom: 0;
  -webkit-perspective: 1000px;
          perspective: 1000px; }
  .card-flip .flip {
    position: relative;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .card-flip .flip__front,
  .card-flip .flip__back {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .card-flip .flip__front {
    position: relative;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  .card-flip .flip__back {
    width: 100%;
    height: 100%;
    font-family: "Oswald", "Helvetica Neue", "Arial", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg); }

.card-flip:hover .flip {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }

.corporate-sustainability .img-bg-footer {
  width: 400%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (min-width: 568px) {
    .corporate-sustainability .img-bg-footer {
      width: 300%; } }
  @media screen and (min-width: 768px) {
    .corporate-sustainability .img-bg-footer {
      width: 200%; } }
  @media screen and (min-width: 992px) {
    .corporate-sustainability .img-bg-footer {
      width: 100%; } }

/* Associations logo/icons
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 567px) {
  .icons-associations .icon-item {
    padding: 0 1rem; } }

.icons-associations .icon-item__img {
  height: 100px; }
  @media screen and (max-width: 767px) {
    .icons-associations .icon-item__img {
      width: auto; } }

/* Modal for Corporate Sustainability only
/* -------------------------------------------------------------------------- */
.corporate-sustainability .modal__close {
  top: 2.5rem;
  right: 1.6rem; }
  @media screen and (max-width: 767px) {
    .corporate-sustainability .modal__close {
      top: 2rem;
      right: 1rem; } }

/** ============================================================================
 * @pages Investor Relations
 * ========================================================================== */
.investor-relations .carousel-text__title.text-lg {
  font-size: 2rem; }
  @media screen and (min-width: 768px) {
    .investor-relations .carousel-text__title.text-lg {
      font-size: 4rem; } }

.investor-relations.has-iframe {
  overflow: hidden; }

.investor-relations iframe {
  width: 100%;
  min-height: 100vh;
  border: none; }

.icon-stock {
  max-height: 70px; }

.stock-update {
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0; }
  @media screen and (min-width: 992px) {
    .stock-update {
      text-align: left;
      left: 1rem;
      right: auto; } }
  @media screen and (min-width: 1200px) {
    .stock-update {
      left: 2.5rem; } }

.stock-update__text {
  font-size: 0.8rem; }

.stock-value {
  min-width: 140px;
  margin: 0 1rem 0 2rem; }

.stock-value__price {
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 0; }

.stock-value__rate {
  position: relative;
  display: inline-block; }
  .stock-value__rate.rate-up, .stock-value__rate.rate-down {
    position: relative;
    padding-left: 1rem; }
    .stock-value__rate.rate-up:before, .stock-value__rate.rate-down:before {
      content: "";
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      position: absolute;
      top: 40%;
      left: 0rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .stock-value__rate.rate-up {
    color: var(--success); }
    .stock-value__rate.rate-up:before {
      border-bottom: 5px solid var(--success); }
  .stock-value__rate.rate-down {
    color: var(--danger); }
    .stock-value__rate.rate-down:before {
      border-top: 5px solid var(--danger); }

.stock-performance h4 {
  font-size: 1.2rem; }
  @media screen and (min-width: 768px) {
    .stock-performance h4 {
      font-size: 1.5rem; } }

/* Carousel Pagination
/* -------------------------------------------------------------------------- */
.investor-relations .carousel-wrapper {
  position: relative; }

.investor-relations .carousel-pagination {
  width: 60%;
  top: auto;
  bottom: 1rem;
  right: 0;
  margin: auto; }
  .investor-relations .carousel-pagination .swiper-pagination-progressbar-fill {
    background-color: #ee273a; }

/* Carousel Prev/Next Button Positon
/* -------------------------------------------------------------------------- */
.investor-relations .carousel-wrapper .btn-prev {
  position: absolute;
  left: 1rem;
  top: 45%;
  z-index: 5; }
  @media screen and (min-width: 1300px) {
    .investor-relations .carousel-wrapper .btn-prev {
      left: 5rem; } }

.investor-relations .carousel-wrapper .btn-next, .investor-relations .carousel-wrapper .btn-backtotop {
  position: absolute;
  right: 1rem;
  top: 45%;
  z-index: 5; }
  @media screen and (min-width: 1300px) {
    .investor-relations .carousel-wrapper .btn-next, .investor-relations .carousel-wrapper .btn-backtotop {
      right: 5rem; } }

/* Annual Report Section
/* -------------------------------------------------------------------------- */
#annual-reports {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  #annual-reports .grid--line {
    gap: 0; }
  #annual-reports .grid-item {
    text-align: left;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0; }
    @media screen and (min-width: 768px) {
      #annual-reports .grid-item {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border-bottom: none;
        padding: 1rem; }
        #annual-reports .grid-item:nth-child(1), #annual-reports .grid-item:nth-child(2) {
          border-bottom: 1px solid #b3b3b3; }
        #annual-reports .grid-item:nth-child(odd) {
          border-right: 1px solid #b3b3b3; } }
    @media screen and (min-width: 992px) {
      #annual-reports .grid-item {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 2rem; } }
  #annual-reports .grid-item:last-child {
    border-bottom: 0; }
  #annual-reports .grid-item:after {
    content: "";
    width: 80%;
    height: 1px;
    background-color: #b3b3b3;
    position: absolute;
    bottom: 0; }
    @media screen and (min-width: 768px) {
      #annual-reports .grid-item:after {
        display: none; } }
  #annual-reports .grid-item:last-child:after {
    display: none; }
  #annual-reports .is-black-overlay:after {
    background-color: rgba(0, 0, 0, 0.4); }
  #annual-reports .icon-stock {
    min-width: 90px;
    max-height: 55px; }
    @media screen and (min-width: 768px) {
      #annual-reports .icon-stock {
        max-height: 70px; } }

.announcement-item {
  margin-top: 1rem;
  margin-bottom: 1rem; }

/* Corporate Structure
/* -------------------------------------------------------------------------- */
.structure {
  position: relative; }

.structure-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .structure-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .structure-item img {
    max-width: 70px;
    margin-right: 1rem;
    margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .structure-item img {
        margin-bottom: 0; } }

.structure__percentage {
  position: absolute; }

.horizontal-line, .strucutre__management:after, .strucutre__logo .dotted-line-horizontal, .strucutre__bu:after, .strucutre__bu .structure-item:before, .strucutre__investment .dotted-line-horizontal, .label-collaboration .hline:before, .label-collaboration .hline:after {
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto; }

.vertical-line, .strucutre__management .structure-item:after, .strucutre__logo:before, .strucutre__logo:after, .strucutre__logo .dotted-line-vertical, .strucutre__bu .structure-item:after, .strucutre__bu .dotted-line-vertical, .strucutre__bu .solid-line-vertical--mobile, .strucutre__bu .solid-line-vertical--cover, .strucutre__investment .dotted-line-vertical, .label-collaboration .vline:before, .label-collaboration .vline:after {
  width: 1px;
  background-color: #333;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto; }

.strucutre__management {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  margin: auto;
  padding: 2rem 0; }
  @media screen and (min-width: 768px) {
    .strucutre__management {
      width: 80%; } }
  .strucutre__management:after {
    content: "";
    width: 50%; }
  .strucutre__management .structure-item:after {
    content: "";
    height: 2rem; }
  .strucutre__management .structure-item:first-child .structure__percentage {
    top: 105%;
    left: 53%; }
  .strucutre__management .structure-item:last-child .structure__percentage {
    top: 105%;
    right: 53%; }

.strucutre__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 0;
  padding: 2.5rem 0; }
  .strucutre__logo:before {
    content: "";
    height: 2rem;
    top: 0; }
  .strucutre__logo:after {
    content: "";
    height: 2rem;
    top: auto;
    bottom: 0; }
  .strucutre__logo .dotted-line-horizontal {
    width: 20%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(90deg, #000, #000 50%, transparent 50%, transparent 100%);
    background-size: 20px 1px;
    top: 50%;
    right: auto; }
    @media screen and (min-width: 768px) {
      .strucutre__logo .dotted-line-horizontal {
        left: -1rem; } }
    @media screen and (min-width: 568px) {
      .strucutre__logo .dotted-line-horizontal {
        width: 29%; } }
    @media screen and (min-width: 768px) {
      .strucutre__logo .dotted-line-horizontal {
        width: 39%; } }
    @media screen and (min-width: 992px) {
      .strucutre__logo .dotted-line-horizontal {
        width: 42%; } }
  .strucutre__logo .dotted-line-vertical {
    height: 100%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(180deg, #000, #000 50%, transparent 50%, transparent 100%);
    background-size: 1px 20px;
    top: 50%;
    right: auto; }
    @media screen and (min-width: 768px) {
      .strucutre__logo .dotted-line-vertical {
        left: -1rem; } }

.strucutre__bu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin: auto;
  padding: 2rem 0; }
  @media screen and (min-width: 768px) {
    .strucutre__bu {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .strucutre__bu:after {
    content: "";
    width: 33.6%;
    top: 0;
    left: 16.6%;
    right: auto; }
    @media screen and (min-width: 768px) {
      .strucutre__bu:after {
        width: 66.8%;
        left: 0;
        right: 0; } }
  .strucutre__bu .structure-item {
    width: 71.3%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 1rem; }
    @media screen and (min-width: 768px) {
      .strucutre__bu .structure-item {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .strucutre__bu .structure-item .structure__percentage {
    top: 2rem;
    left: -1.3rem;
    right: auto; }
    @media screen and (min-width: 375px) {
      .strucutre__bu .structure-item .structure__percentage {
        left: auto;
        right: 100%; } }
    @media screen and (min-width: 768px) {
      .strucutre__bu .structure-item .structure__percentage {
        top: -1.5rem;
        left: calc(50% + 0.5rem);
        right: auto; } }
  .strucutre__bu .structure-item:before {
    content: "";
    width: 16.6%;
    top: 1rem;
    left: auto;
    right: 100%; }
    @media screen and (min-width: 768px) {
      .strucutre__bu .structure-item:before {
        display: none; } }
  .strucutre__bu .structure-item:after {
    content: "";
    height: 2rem;
    top: auto;
    bottom: 100%;
    display: none; }
    @media screen and (min-width: 768px) {
      .strucutre__bu .structure-item:after {
        display: block; } }
  .strucutre__bu .dotted-line-vertical {
    height: calc(100% - 3rem);
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(180deg, #000, #000 50%, transparent 50%, transparent 100%);
    background-size: 1px 20px;
    top: 0;
    bottom: 0;
    right: auto; }
    @media screen and (min-width: 768px) {
      .strucutre__bu .dotted-line-vertical {
        left: -1rem; } }
  .strucutre__bu .solid-line-vertical--mobile {
    height: 90%;
    top: 0;
    left: 16.6%;
    right: auto; }
    @media screen and (min-width: 768px) {
      .strucutre__bu .solid-line-vertical--mobile {
        display: none; } }
  .strucutre__bu .solid-line-vertical--cover {
    width: 1rem;
    height: 100%;
    background-color: white;
    top: calc(1rem + 1px);
    left: calc(-17% - 0.5rem);
    right: auto;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .strucutre__bu .solid-line-vertical--cover {
        display: none; } }

.strucutre__investment {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative; }
  .strucutre__investment .structure-item {
    width: 71.3%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 1rem; }
    @media screen and (min-width: 768px) {
      .strucutre__investment .structure-item {
        width: 100%; } }
    @media screen and (min-width: 992px) {
      .strucutre__investment .structure-item {
        padding-left: 3rem; } }
    @media screen and (min-width: 1200px) {
      .strucutre__investment .structure-item {
        padding-left: 4.5rem; } }
  .strucutre__investment .dotted-line-horizontal {
    width: 28%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(90deg, #000, #000 50%, transparent 50%, transparent 100%);
    background-size: 20px 1px;
    top: 50%;
    right: 100%; }
    @media screen and (min-width: 768px) {
      .strucutre__investment .dotted-line-horizontal {
        left: -1rem; } }
    @media screen and (min-width: 768px) {
      .strucutre__investment .dotted-line-horizontal {
        width: 2rem; } }
    @media screen and (min-width: 992px) {
      .strucutre__investment .dotted-line-horizontal {
        width: 3rem; } }
    @media screen and (min-width: 1200px) {
      .strucutre__investment .dotted-line-horizontal {
        width: 4.5rem; } }
  .strucutre__investment .dotted-line-vertical {
    height: 100%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(180deg, #000, #000 50%, transparent 50%, transparent 100%);
    background-size: 1px 20px;
    top: auto;
    bottom: 50%;
    right: auto; }
    @media screen and (min-width: 768px) {
      .strucutre__investment .dotted-line-vertical {
        left: -1rem; } }
  .strucutre__investment .structure__percentage {
    top: 70%;
    right: calc(100% + 2rem); }
    @media screen and (min-width: 768px) {
      .strucutre__investment .structure__percentage {
        right: calc(100% - 1rem); } }
    @media screen and (min-width: 992px) {
      .strucutre__investment .structure__percentage {
        right: calc(100% - 1.5rem); } }
    @media screen and (min-width: 1200px) {
      .strucutre__investment .structure__percentage {
        right: calc(100% - 2.5rem); } }

/* Milestone Section
/* -------------------------------------------------------------------------- */
.investor-relations .timeline__dates-container {
  top: 110px; }

.investor-relations .timeline__event--calendar {
  min-height: 100px; }
  @media screen and (min-width: 768px) {
    .investor-relations .timeline__event--calendar {
      min-height: 200px; } }

/* Infographic row
/* -------------------------------------------------------------------------- */
.infographic-container .icon-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }

.infographic-container .icon-item:after {
  content: "";
  width: 1px;
  height: calc(100% - 80px + 2rem);
  background-color: #333;
  position: absolute;
  top: 80px;
  left: 40px; }
  @media screen and (min-width: 768px) {
    .infographic-container .icon-item:after {
      width: calc(100% - 120px);
      height: 1px;
      background-color: #333;
      position: absolute;
      top: 60px;
      left: calc(100% - 15px); } }
  @media screen and (min-width: 1200px) {
    .infographic-container .icon-item:after {
      left: calc(100% - 30px); } }

.infographic-container .icon-item:last-child:after {
  display: none; }

@media screen and (min-width: 768px) {
  .infographic-container .icon-item__img {
    margin-right: 0; } }

.infographic-container .icon-item__info {
  max-width: 90%;
  max-height: 80px; }
  @media screen and (min-width: 768px) {
    .infographic-container .icon-item__info {
      max-height: 120px; } }

.label-collaboration {
  width: 340px;
  text-align: center;
  position: absolute;
  top: 2rem;
  left: 0;
  -webkit-transform: rotate(-90deg) translateX(-100%);
          transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
          transform-origin: left top; }
  @media screen and (min-width: 768px) {
    .label-collaboration {
      width: 55%;
      max-width: none;
      top: 0;
      -webkit-transform: none;
              transform: none; } }
  @media screen and (min-width: 992px) {
    .label-collaboration {
      width: 50%; } }
  .label-collaboration .hline:before {
    content: "";
    width: 5%;
    top: 50%;
    left: 16.5%;
    right: auto; }
    @media screen and (min-width: 992px) {
      .label-collaboration .hline:before {
        width: 10%; } }
  .label-collaboration .hline:after {
    content: "";
    width: 5%;
    top: 50%;
    left: auto;
    right: 16.5%; }
    @media screen and (min-width: 992px) {
      .label-collaboration .hline:after {
        width: 10%; } }
  .label-collaboration .vline:before {
    content: "";
    height: 1rem;
    top: 50%;
    left: 16.5%;
    right: auto; }
  .label-collaboration .vline:after {
    content: "";
    height: 1rem;
    top: 50%;
    left: auto;
    right: 16.5%; }

.legend-container {
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem 2rem; }
  .legend-container .icon-item {
    margin-right: 1rem; }
  .legend-container .icon-item:last-child {
    margin-bottom: 0; }
  .legend-container .icon-item__img {
    max-width: 44px;
    margin-right: 1rem; }
    @media screen and (min-width: 768px) {
      .legend-container .icon-item__img {
        margin-bottom: 0; } }

/* Calculator
/* -------------------------------------------------------------------------- */
.calculator-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem; }
  .calculator-item .calculator__img {
    min-width: 40px; }
  .calculator-item .calculator__text {
    min-width: 140px;
    font-size: 0.9rem;
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4; }
    @media screen and (min-width: 768px) {
      .calculator-item .calculator__text {
        font-size: 1rem; } }
  .calculator-item .calculator__input {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4; }
  .calculator-item .calculator__input input {
    width: 100%; }

.calculator-group-input .calculator__text {
  padding: 0 1rem; }

@media screen and (max-width: 567px) {
  .calculator-group-input .calculator__img {
    min-width: 30px; }
  .calculator-group-input .calculator__img img {
    max-width: 25px; }
  .calculator-group-input .calculator__text {
    padding-left: 0.5rem; } }

.calculator-group-value .calculator__text {
  padding-right: 1rem; }

/* AGM/EGM
/* -------------------------------------------------------------------------- */
.investor-agm .icon-item__img,
.investor-agm .icon-item__img svg path,
.investor-agm .icon-item__info p,
.investor-agm .icon-item .btn-arrow {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.investor-agm .icon-item__img {
  width: 100px;
  height: 100px;
  margin-bottom: 1rem;
  margin-right: 0; }
  @media screen and (min-width: 768px) {
    .investor-agm .icon-item__img {
      width: 120px;
      height: 120px;
      margin-bottom: 0;
      margin-right: 1rem; } }

.investor-agm .icon-item__img svg path:not(.solid) {
  fill: white; }

.investor-agm.bg-lightgray .icon-item__img svg path:not(.solid) {
  fill: #f4f4f4; }

.investor-agm .icon-item__info {
  position: relative; }

.investor-agm .icon-item .btn-arrow {
  margin-top: 1rem; }
  @media screen and (min-width: 768px) {
    .investor-agm .icon-item .btn-arrow {
      margin-top: 0;
      position: absolute;
      top: 100%;
      opacity: 0; } }

.investor-agm .icon-item:hover .icon-item__img {
  background-color: #ee273a; }

.investor-agm .icon-item:hover svg path.solid:not(.solid--fixed) {
  fill: white; }

.investor-agm .icon-item:hover svg path:not(.solid) {
  fill: #ee273a;
  stroke: white; }

@media screen and (min-width: 768px) {
  .investor-agm .icon-item:hover p:not(:only-child) {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem); }
  .investor-agm .icon-item:hover .btn-arrow {
    opacity: 1;
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem); } }

.investor-agm.bg-lightgray .icon-item:hover svg path.solid:not(.solid--fixed) {
  fill: #f4f4f4; }

.investor-agm.bg-lightgray .icon-item:hover svg path:not(.solid) {
  fill: #ee273a;
  stroke: #f4f4f4; }

.form-email-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .form-email-wrapper form {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

#form-email-alerts button,
#form-email-unsubscribe button,
#form-requisition button {
  padding: 1rem 0.75rem; }

#form-email-alerts.is-toggle {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

#form-email-unsubscribe {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

#form-email-unsubscribe.is-toggle {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

@media screen and (min-width: 768px) {
  #form-requisition {
    grid-template-areas: "title title" "name name" ". ." ". ." "remark remark" "checkbox checkbox" "submit clear"; } }

#form-requisition [data-checkbox] {
  grid-area: checkbox; }

#form-requisition [data-clear] {
  grid-area: clear; }

/** ============================================================================
 * @pages Career
 * ========================================================================== */
.career-home .draggable-img {
  max-width: 200%;
  width: auto;
  height: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (min-width: 568px) {
    .career-home .draggable-img {
      max-width: 150%; } }
  @media screen and (min-width: 768px) {
    .career-home .draggable-img {
      max-width: 133%; } }
  @media screen and (min-width: 992px) {
    .career-home .draggable-img {
      max-width: 120%; } }
  @media screen and (min-width: 1200px) {
    .career-home .draggable-img {
      max-width: 100%; } }

.career-home .landing-bg .section-bg {
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#dfebf4)) !important;
  background-image: linear-gradient(0deg, white 0%, #dfebf4 100%) !important; }

.career .carousel-card .carousel-text {
  -webkit-transform: translateY(0);
          transform: translateY(0); }
  @media screen and (min-width: 768px) {
    .career .carousel-card .carousel-text {
      -webkit-transform: translateY(-1rem);
              transform: translateY(-1rem); } }

.career .carousel-text__title {
  font-size: 1.2rem;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.career .carousel-card:hover .carousel-text {
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem); }

@media screen and (max-width: 567px) {
  .career .carousel-card--mobile:hover .carousel-text {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media screen and (max-width: 567px) {
  #career-quote {
    min-height: 650px; } }

#career-quote .section-bg {
  background-position: center right 25%; }
  @media screen and (min-width: 568px) {
    #career-quote .section-bg {
      background-position: center right 30%; } }
  @media screen and (min-width: 768px) {
    #career-quote .section-bg {
      background-position: center right 28%; } }

.quote-content {
  position: relative; }
  @media screen and (min-width: 568px) {
    .quote-content {
      max-width: 60%; } }

@media screen and (min-width: 768px) {
  #career-vacancies .section-bg {
    width: 95%; } }

/* Carousel Pagination
/* -------------------------------------------------------------------------- */
.career-home .carousel-wrapper {
  position: relative; }

.career-home .swiper-container {
  padding-bottom: 2rem; }

.career-home .carousel-pagination {
  width: 60%;
  top: auto;
  bottom: 1rem;
  right: 0;
  margin: auto; }
  .career-home .carousel-pagination .swiper-pagination-progressbar-fill {
    background-color: #ee273a; }

/* Form Career
/* -------------------------------------------------------------------------- */
#form-career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    #form-career {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "title title" "name name" ". ." "remark remark" "file file" "submit submit";
      gap: 1rem; }
      #form-career [data-file] {
        grid-area: file; } }
  #form-career input,
  #form-career select,
  #form-career .custom-file {
    margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      #form-career input,
      #form-career select,
      #form-career .custom-file {
        margin-bottom: 0; } }
  #form-career input::-webkit-input-placeholder {
    font-style: italic; }
  #form-career input::-moz-placeholder {
    font-style: italic; }
  #form-career input:-ms-input-placeholder {
    font-style: italic; }
  #form-career input::-ms-input-placeholder {
    font-style: italic; }
  #form-career input::placeholder {
    font-style: italic; }

/* Testimonials
/* -------------------------------------------------------------------------- */
.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.testimonials .carousel-card {
  height: 316px;
  min-height: 180px;
  position: relative;
  -webkit-box-ordinal-group: var(--order-index);
      -ms-flex-order: var(--order-index);
          order: var(--order-index); }

.testimonials .carousel-inner {
  height: 200px; }
  @media screen and (min-width: 768px) {
    .testimonials .carousel-inner {
      min-height: 300px; } }

.testimonials .carousel-text__paragraph {
  display: none; }
  .testimonials .carousel-text__paragraph p {
    opacity: 1;
    padding-bottom: 0;
    -webkit-transform: none;
            transform: none; }

.testimonials .carousel-card .btn-cross {
  background-color: white;
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: none; }

.testimonials .is-close .carousel-bg {
  -webkit-animation: fade-in 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: fade-in 1s cubic-bezier(0.77, 0, 0.175, 1) forwards; }

.testimonials .carousel-card.is-open {
  grid-column-end: span 2;
  grid-row-end: span 2;
  pointer-events: none; }
  .testimonials .carousel-card.is-open .carousel-inner {
    height: 100%; }
  .testimonials .carousel-card.is-open .carousel-bg:after {
    background-color: rgba(0, 0, 0, 0.7); }
  .testimonials .carousel-card.is-open .carousel-text {
    width: 90%;
    top: 50%;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .testimonials .carousel-card.is-open .carousel-text__paragraph {
    display: block; }
  .testimonials .carousel-card.is-open .carousel-link {
    display: none; }
  .testimonials .carousel-card.is-open .btn-cross {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: all; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }

@media screen and (max-width: 991px) {
  .testimonials .carousel-card {
    width: 50%;
    padding: 0.5rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .testimonials .carousel-card:nth-child(even) {
    left: 50%; }
  .testimonials .carousel-card.is-open {
    width: 100% !important;
    height: 632px !important; }
    .testimonials .carousel-card.is-open .carousel-inner {
      min-height: calc(600px + 1rem); }
  .testimonials .carousel-card.is-open.is-first + .carousel-card {
    -webkit-transform: translateX(-100%) translateY(200%) !important;
            transform: translateX(-100%) translateY(200%) !important; }
  .testimonials .carousel-card.is-open.is-first ~ .carousel-card:nth-child(2n) {
    -webkit-transform: translateX(-100%) translateY(200%);
            transform: translateX(-100%) translateY(200%); }
  .testimonials .carousel-card.is-open.is-first ~ .carousel-card:nth-child(2n + 1) {
    -webkit-transform: translateX(100%) translateY(100%);
            transform: translateX(100%) translateY(100%); }
  .testimonials .carousel-card.is-open.is-second {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .testimonials .carousel-card.is-open.is-second ~ .carousel-card:nth-child(2n) {
      -webkit-transform: translateX(-100%) translateY(200%);
              transform: translateX(-100%) translateY(200%); }
    .testimonials .carousel-card.is-open.is-second ~ .carousel-card:nth-child(2n + 1) {
      -webkit-transform: translateX(100%) translateY(100%);
              transform: translateX(100%) translateY(100%); }
  .testimonials .carousel-card.before-second {
    -webkit-transform: translateY(200%) !important;
            transform: translateY(200%) !important; } }

@media screen and (max-width: 767px) {
  .testimonials {
    height: auto !important; }
    .testimonials .carousel-card {
      width: 100%;
      padding: 0; }
    .testimonials .carousel-card:nth-child(even) {
      left: 0; }
    .testimonials .carousel-inner {
      height: 316px; }
    .testimonials .carousel-card.is-open.is-first,
    .testimonials .carousel-card.is-open.is-second {
      -webkit-transform: none;
              transform: none; }
      .testimonials .carousel-card.is-open.is-first ~ .carousel-card,
      .testimonials .carousel-card.is-open.is-second ~ .carousel-card {
        -webkit-transform: none !important;
                transform: none !important; }
    .testimonials .carousel-card.before-second {
      -webkit-transform: none !important;
              transform: none !important; } }

@media screen and (max-width: 567px) {
  .testimonials .carousel-card,
  .testimonials .carousel-inner {
    height: 57vw; } }

@media screen and (min-width: 992px) {
  .testimonials .carousel-card {
    width: 33.3%;
    padding: 0.5rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .testimonials .carousel-card:nth-child(3n-1) {
    left: 33.3%; }
  .testimonials .carousel-card:nth-child(3n) {
    left: 66.6%; }
  .testimonials .carousel-card.is-open {
    width: 66.6% !important;
    height: 632px !important; }
    .testimonials .carousel-card.is-open .carousel-inner {
      min-height: calc(600px + 1rem); }
  .testimonials .carousel-card.is-open.is-first + .carousel-card {
    -webkit-transform: translateX(100%) !important;
            transform: translateX(100%) !important; }
  .testimonials .carousel-card.is-open.is-first ~ .carousel-card {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .testimonials .carousel-card.is-open.is-second + .carousel-card {
    -webkit-transform: translateX(-200%) translateY(100%) !important;
            transform: translateX(-200%) translateY(100%) !important; }
  .testimonials .carousel-card.is-open.is-second ~ .carousel-card {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .testimonials .carousel-card.is-open.is-third {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .testimonials .carousel-card.is-open.is-third ~ .carousel-card {
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
  .testimonials .carousel-card.before-third {
    -webkit-transform: translateX(-100%) translateY(100%) !important;
            transform: translateX(-100%) translateY(100%) !important; } }

/** ============================================================================
 * @pages Media
 * ========================================================================== */
.page-media a.gallery-item {
  color: #333;
  cursor: pointer; }

.page-media a.gallery-item:hover {
  color: #ee273a;
  text-decoration: none; }

.page-media a.gallery-item:hover svg path:first-child {
  fill: #FF0000; }

.page-media .gallery-item__title {
  font-size: 1.1rem; }

.page-media .gallery-item__img {
  height: 0;
  padding-top: 55.25%;
  position: relative;
  overflow: hidden; }

.page-media .gallery-item__img img {
  position: absolute;
  top: 0;
  margin-top: -10%; }

.page-media .gallery-item__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  .page-media .gallery-item__play svg path {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }

.page-media .carousel-text__title {
  font-size: 1.2rem; }

.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 1rem; }
  @media screen and (min-width: 768px) {
    .gallery-wrapper {
      gap: 2rem; } }

.logo-item {
  min-height: 170px;
  padding: 2rem;
  border: 1px solid lightgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* Grid - Discover Stories
/* -------------------------------------------------------------------------- */
.discover-stories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem; }
  @media screen and (min-width: 1200px) {
    .discover-stories {
      grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); } }

@media screen and (min-width: 768px) {
  .discover-stories .carousel-card {
    min-height: 300px; } }

@media screen and (min-width: 768px) {
  .discover-stories .carousel-inner {
    min-height: 300px; } }

/* Loop Carousel - Media - Press Release section
/* -------------------------------------------------------------------------- */
.media-pr-carousel .carousel-card {
  width: 100%; }

@media screen and (min-width: 1300px) {
  .media-pr-carousel .carousel-navigation.btn-prev {
    left: 0; }
  .media-pr-carousel .carousel-navigation.btn-next, .media-pr-carousel .carousel-navigation.btn-backtotop {
    right: 0; } }

@media screen and (max-width: 767px) {
  .media-pr-carousel .carousel-text {
    padding-left: 3.5rem;
    padding-right: 3.5rem; } }

@media screen and (max-width: 767px) {
  .media-pr-carousel .carousel-link {
    padding-left: 3.5rem; } }

.media-pr-carousel .carousel-text__label,
.media-pr-carousel .carousel-text__title {
  font-size: 0.9rem; }
  @media screen and (min-width: 768px) {
    .media-pr-carousel .carousel-text__label,
    .media-pr-carousel .carousel-text__title {
      font-size: 1.2rem; } }

.media-pr-carousel .carousel-text__title {
  padding-bottom: 1rem; }

/* Grid - Press Release
/* -------------------------------------------------------------------------- */
.grid-press-release {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2rem; }
  @media screen and (min-width: 992px) {
    .grid-press-release {
      grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); } }

/* Carousel Card - Hover State
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .media-pr-carousel .carousel-text,
  .discover-stories .carousel-text,
  .grid-press-release .carousel-text {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem); } }

.media-pr-carousel .carousel-text__title,
.discover-stories .carousel-text__title,
.grid-press-release .carousel-text__title {
  text-transform: none; }

@media screen and (min-width: 768px) {
  .media-pr-carousel .carousel-card:hover .carousel-text {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem); } }

@media screen and (min-width: 768px) {
  .discover-stories .carousel-card:hover .carousel-text {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%); } }

@media screen and (min-width: 768px) {
  .grid-press-release .carousel-card:hover .carousel-text {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

/* Carousel Pagination
/* -------------------------------------------------------------------------- */
.page-media .carousel-wrapper {
  position: relative; }

.page-media .carousel-container {
  padding-left: 2rem; }
  @media screen and (min-width: 768px) {
    .page-media .carousel-container {
      padding-left: 8rem; } }

.page-media .carousel-pagination {
  width: 60%;
  top: auto;
  bottom: 1rem;
  right: 0;
  margin: auto; }
  .page-media .carousel-pagination .swiper-pagination-progressbar-fill {
    background-color: #ee273a; }

/* Single Press Release Page
/* -------------------------------------------------------------------------- */
.press-release__content aside {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.press-release__content .aside-item {
  position: relative;
  border-bottom: 1px solid lightgray; }
  .press-release__content .aside-item:last-child {
    border-bottom: none; }

.press-release__content .aside-img {
  max-width: 50%; }

.press-release__content .aside-title {
  font-size: 0.9rem;
  color: #333;
  padding-left: 1rem; }

.press-release__content .img-border {
  border: 1px solid lightgray; }

.press-release__content .aside-item:hover {
  text-decoration: none; }
  .press-release__content .aside-item:hover .aside-title {
    color: #ee273a; }

/* Single Photo Album Page
/* -------------------------------------------------------------------------- */
.photo-album {
  position: relative; }
  .photo-album [class*="album-button-"] {
    position: absolute;
    bottom: 6rem;
    z-index: 1; }
  .photo-album .album-button-prev {
    left: -0.5rem; }
  .photo-album .album-button-next {
    right: -0.5rem; }

.photo-album-slideshow {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto; }
  .photo-album-slideshow .swiper-slide {
    background-size: cover;
    background-position: center; }

.photo-album-thumbnail {
  height: 200px;
  padding: 1rem 0 3rem;
  position: relative; }
  .photo-album-thumbnail .swiper-slide {
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    will-change: opacity; }
    .photo-album-thumbnail .swiper-slide:hover {
      opacity: 0.9; }
  .photo-album-thumbnail .swiper-slide-thumb-active {
    opacity: 1; }

/** ============================================================================
 * @pages Contact
 * ========================================================================== */
/* Social Media
/* -------------------------------------------------------------------------- */
.social-media {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem; }
  @media screen and (min-width: 768px) {
    .social-media {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.social-media-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 100px; }
  @media screen and (min-width: 768px) {
    .social-media-item {
      padding-left: 0;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.social-media-item svg {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (min-width: 768px) {
    .social-media-item svg {
      width: 130px;
      height: 130px; } }
  .social-media-item svg path {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .social-media-item svg path.fill-white {
    fill: white; }

.social-media-item figcaption {
  min-width: 160px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .social-media-item figcaption {
      padding-top: 4rem; } }

.social-media-item__type {
  font-size: 1.2rem;
  font-weight: bold; }

.social-media-item__name {
  font-size: 0.8rem; }
  @media screen and (min-width: 768px) {
    .social-media-item__name {
      font-size: 1rem; } }

.social-media-item:hover .social-media-item__type {
  color: #333 !important; }

.social-media-item:hover svg {
  -webkit-transform: scale(0.9);
          transform: scale(0.9); }

@media screen and (min-width: 768px) {
  #icon-facebook svg path:not(.fill-white) {
    fill: #e3e3e3; } }

#icon-facebook .social-media-item__type {
  color: #4B90B9; }

#icon-facebook:hover svg path:not(.fill-white) {
  fill: url(#fb-linear-gradient); }

@media screen and (min-width: 768px) {
  #icon-instagram svg path:not(.fill-white) {
    fill: #e3e3e3; } }

#icon-instagram .social-media-item__type {
  color: #B54887; }

#icon-instagram:hover svg path:not(.fill-white) {
  fill: url(#ig-linear-gradient); }

@media screen and (min-width: 768px) {
  #icon-linkedin svg path:not(.fill-white) {
    fill: #e3e3e3; } }

#icon-linkedin .social-media-item__type {
  color: #3076B2; }

#icon-linkedin:hover svg path:not(.fill-white) {
  fill: url(#li-linear-gradient); }

@media screen and (min-width: 768px) {
  #icon-youtube svg path:not(.fill-white) {
    fill: #e3e3e3; } }

#icon-youtube .social-media-item__type {
  color: #D55772; }

#icon-youtube:hover svg path:not(.fill-white) {
  fill: url(#yt-linear-gradient); }

/* Section - Get in Touch
/* -------------------------------------------------------------------------- */
#section-getintouch [class*="col-"]:first-child .carousel-bg {
  background-position: center right 15%; }

#section-getintouch [class*="col-"]:nth-child(3) .carousel-bg {
  background-position: center right 25%; }

@media screen and (max-width: 767px) {
  #section-getintouch .carousel-inner {
    max-height: 200px; } }

@media screen and (max-width: 567px) {
  #section-getintouch .carousel-card--static-height .carousel-inner {
    height: 100%;
    max-height: none; } }

#section-getintouch .carousel-text {
  padding-bottom: 2rem; }

#section-getintouch .carousel-text__title {
  font-size: 1.2rem;
  -webkit-transform: translateY(0);
          transform: translateY(0); }
  @media screen and (min-width: 1600px) {
    #section-getintouch .carousel-text__title {
      font-size: 1.2rem; } }

@media screen and (min-width: 768px) {
  #section-getintouch .carousel-link {
    font-size: 0.8rem; } }

@media screen and (min-width: 992px) {
  #section-getintouch .carousel-link {
    font-size: 1rem; } }

#section-getintouch .carousel-card:hover .carousel-text {
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem); }

@media screen and (max-width: 567px) {
  #section-getintouch .mobile--5by2 {
    height: 40vw; } }

/* Section - Our Office
/* -------------------------------------------------------------------------- */
#section-office {
  padding-top: 5rem;
  padding-bottom: 200px; }
  #section-office .bg-overlay--white:before {
    opacity: 1; }

.bg-contact-footer {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  bottom: 0; }

/* Section - Forms
/* -------------------------------------------------------------------------- */
#section-forms .section-bg {
  background-position: center; }
  @media screen and (min-width: 768px) {
    #section-forms .section-bg {
      width: 95%; } }

.form-container {
  display: none; }
  .form-container.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: fadeUp 0.6s cubic-bezier(0.77, 0, 0.175, 1);
            animation: fadeUp 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

.form-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    .form-contact {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "title title" "name name" ". ." "remark remark" "submit submit";
      gap: 1rem; }
      .form-contact .form-title {
        grid-area: title; }
      .form-contact [data-name] {
        grid-area: name; }
      .form-contact [data-remark] {
        grid-area: remark; }
      .form-contact [data-submit] {
        grid-area: submit; } }
  .form-contact input,
  .form-contact select,
  .form-contact textarea {
    margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .form-contact input,
      .form-contact select,
      .form-contact textarea {
        margin-bottom: 0; } }
  .form-contact input::-webkit-input-placeholder, .form-contact textarea::-webkit-input-placeholder {
    font-style: italic; }
  .form-contact input::-moz-placeholder, .form-contact textarea::-moz-placeholder {
    font-style: italic; }
  .form-contact input:-ms-input-placeholder, .form-contact textarea:-ms-input-placeholder {
    font-style: italic; }
  .form-contact input::-ms-input-placeholder, .form-contact textarea::-ms-input-placeholder {
    font-style: italic; }
  .form-contact input::placeholder,
  .form-contact textarea::placeholder {
    font-style: italic; }

/*# sourceMappingURL=main.css.map */
