@charset "UTF-8";
/*
 *  External library overrides
 *
 */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #cc003d;
  --orange: #ff623c;
  --yellow: #ffc107;
  --green: #1dd555;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #1dd555;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #cc003d;
  --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", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-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,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .parallaxBox.eight-col .richText,
.videoBox.eight-col .richText, .col-xl-7, .col-xl-6, .parallaxBox.six-col .richText,
.videoBox.six-col .richText, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .parallaxBox.customTextWidth .richText,
.videoBox.customTextWidth .richText, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .work-with-us.global-variant.eight-col .work-with-us-wrapper, .col-lg-7, .col-lg-6, .work-with-us.global-variant.six-col .work-with-us-wrapper, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .work-with-us.global-variant.full-width .work-with-us-wrapper, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-12, .work-with-us.global-variant.full-width .work-with-us-wrapper {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-right: 8.33333333%;
}

.offset-2 {
  margin-right: 16.66666667%;
}

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

.offset-4 {
  margin-right: 33.33333333%;
}

.offset-5 {
  margin-right: 41.66666667%;
}

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

.offset-7 {
  margin-right: 58.33333333%;
}

.offset-8 {
  margin-right: 66.66666667%;
}

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

.offset-10 {
  margin-right: 83.33333333%;
}

.offset-11 {
  margin-right: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-sm-0 {
    margin-right: 0;
  }
  .offset-sm-1 {
    margin-right: 8.33333333%;
  }
  .offset-sm-2 {
    margin-right: 16.66666667%;
  }
  .offset-sm-3 {
    margin-right: 25%;
  }
  .offset-sm-4 {
    margin-right: 33.33333333%;
  }
  .offset-sm-5 {
    margin-right: 41.66666667%;
  }
  .offset-sm-6 {
    margin-right: 50%;
  }
  .offset-sm-7 {
    margin-right: 58.33333333%;
  }
  .offset-sm-8 {
    margin-right: 66.66666667%;
  }
  .offset-sm-9 {
    margin-right: 75%;
  }
  .offset-sm-10 {
    margin-right: 83.33333333%;
  }
  .offset-sm-11 {
    margin-right: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11, .parallaxBox.six-col .richText,
  .videoBox.six-col .richText, .parallaxBox.eight-col .richText,
  .videoBox.eight-col .richText {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-md-0 {
    margin-right: 0;
  }
  .offset-md-1 {
    margin-right: 8.33333333%;
  }
  .offset-md-2 {
    margin-right: 16.66666667%;
  }
  .offset-md-3 {
    margin-right: 25%;
  }
  .offset-md-4 {
    margin-right: 33.33333333%;
  }
  .offset-md-5 {
    margin-right: 41.66666667%;
  }
  .offset-md-6 {
    margin-right: 50%;
  }
  .offset-md-7 {
    margin-right: 58.33333333%;
  }
  .offset-md-8 {
    margin-right: 66.66666667%;
  }
  .offset-md-9 {
    margin-right: 75%;
  }
  .offset-md-10 {
    margin-right: 83.33333333%;
  }
  .offset-md-11 {
    margin-right: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6, .work-with-us.global-variant.six-col .work-with-us-wrapper {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8, .work-with-us.global-variant.eight-col .work-with-us-wrapper {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9, .parallaxBox.eight-col .richText,
  .videoBox.eight-col .richText {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10, .parallaxBox.six-col .richText,
  .videoBox.six-col .richText {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12, .parallaxBox.customTextWidth .richText,
  .videoBox.customTextWidth .richText {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-lg-0 {
    margin-right: 0;
  }
  .offset-lg-1 {
    margin-right: 8.33333333%;
  }
  .offset-lg-2 {
    margin-right: 16.66666667%;
  }
  .offset-lg-3 {
    margin-right: 25%;
  }
  .offset-lg-4 {
    margin-right: 33.33333333%;
  }
  .offset-lg-5 {
    margin-right: 41.66666667%;
  }
  .offset-lg-6 {
    margin-right: 50%;
  }
  .offset-lg-7 {
    margin-right: 58.33333333%;
  }
  .offset-lg-8 {
    margin-right: 66.66666667%;
  }
  .offset-lg-9 {
    margin-right: 75%;
  }
  .offset-lg-10 {
    margin-right: 83.33333333%;
  }
  .offset-lg-11 {
    margin-right: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6, .parallaxBox.six-col .richText,
  .videoBox.six-col .richText {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8, .parallaxBox.eight-col .richText,
  .videoBox.eight-col .richText {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xl-0 {
    margin-right: 0;
  }
  .offset-xl-1 {
    margin-right: 8.33333333%;
  }
  .offset-xl-2 {
    margin-right: 16.66666667%;
  }
  .offset-xl-3 {
    margin-right: 25%;
  }
  .offset-xl-4 {
    margin-right: 33.33333333%;
  }
  .offset-xl-5 {
    margin-right: 41.66666667%;
  }
  .offset-xl-6 {
    margin-right: 50%;
  }
  .offset-xl-7 {
    margin-right: 58.33333333%;
  }
  .offset-xl-8 {
    margin-right: 66.66666667%;
  }
  .offset-xl-9 {
    margin-right: 75%;
  }
  .offset-xl-10 {
    margin-right: 83.33333333%;
  }
  .offset-xl-11 {
    margin-right: 91.66666667%;
  }
}
.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: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(191.72, 243.24, 207.4);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(137.48, 233.16, 166.6);
}

.table-hover .table-success:hover {
  background-color: rgb(170.2162686567, 239.2437313433, 191.2246268657);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(170.2162686567, 239.2437313433, 191.2246268657);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(240.72, 183.6, 200.68);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(228.48, 122.4, 154.12);
}

.table-hover .table-danger:hover {
  background-color: rgb(236.47, 162.35, 184.5133333333);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(236.47, 162.35, 184.5133333333);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.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;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
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-left: 0;
  padding-right: 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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-right: -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: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 0;
  margin-left: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-left: 0.3125rem;
  margin-right: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #1dd555;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(29, 213, 85, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  right: 5px;
}

.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: #1dd555;
  padding-left: calc(1.5em + 0.75rem) !important;
  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='%231dd555' 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: left 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: #1dd555;
  box-shadow: 0 0 0 0.2rem rgba(29, 213, 85, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-left: 3rem !important;
  background-position: left 1.5rem center;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #1dd555;
  padding-left: calc(0.75em + 2.3125rem) !important;
  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") left 0.75rem center/8px 10px no-repeat, #fff 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='%231dd555' 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") center left 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #1dd555;
  box-shadow: 0 0 0 0.2rem rgba(29, 213, 85, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1dd555;
}
.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: #1dd555;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1dd555;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(64.0041322314, 228.9958677686, 114.2190082645);
  background-color: rgb(64.0041322314, 228.9958677686, 114.2190082645);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(29, 213, 85, 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: #1dd555;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1dd555;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1dd555;
  box-shadow: 0 0 0 0.2rem rgba(29, 213, 85, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(204, 0, 61, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  right: 5px;
}

.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: #cc003d;
  padding-left: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cc003d' 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='%23cc003d' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 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: #cc003d;
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 61, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-left: 3rem !important;
  background-position: left 1.5rem center;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #cc003d;
  padding-left: calc(0.75em + 2.3125rem) !important;
  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") left 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cc003d' 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='%23cc003d' stroke='none'/%3e%3c/svg%3e") center left 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #cc003d;
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 61, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #cc003d;
}
.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: #cc003d;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #cc003d;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(255, 0, 76.25);
  background-color: rgb(255, 0, 76.25);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 61, 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: #cc003d;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #cc003d;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #cc003d;
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 61, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    padding-right: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-left: 0.25rem;
    margin-right: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
        align-items: 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;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 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: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 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: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #1dd555;
  border-color: #1dd555;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(24.416322314, 179.333677686, 71.5650826446);
  border-color: rgb(22.8884297521, 168.1115702479, 67.0867768595);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(24.416322314, 179.333677686, 71.5650826446);
  border-color: rgb(22.8884297521, 168.1115702479, 67.0867768595);
  box-shadow: 0 0 0 0.2rem rgba(62.9, 219.3, 110.5, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1dd555;
  border-color: #1dd555;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(22.8884297521, 168.1115702479, 67.0867768595);
  border-color: rgb(21.3605371901, 156.8894628099, 62.6084710744);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62.9, 219.3, 110.5, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 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: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 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: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #cc003d;
  border-color: #cc003d;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(165.75, 0, 49.5625);
  border-color: rgb(153, 0, 45.75);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(165.75, 0, 49.5625);
  border-color: rgb(153, 0, 45.75);
  box-shadow: 0 0 0 0.2rem rgba(211.65, 38.25, 90.1, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #cc003d;
  border-color: #cc003d;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(153, 0, 45.75);
  border-color: rgb(140.25, 0, 41.9375);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211.65, 38.25, 90.1, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 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: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 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: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 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 {
  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 {
  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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #1dd555;
  border-color: #1dd555;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #1dd555;
  border-color: #1dd555;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 213, 85, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1dd555;
  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: #1dd555;
  border-color: #1dd555;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 213, 85, 0.5);
}

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

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

.btn-outline-danger {
  color: #cc003d;
  border-color: #cc003d;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #cc003d;
  border-color: #cc003d;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 61, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #cc003d;
  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: #cc003d;
  border-color: #cc003d;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 61, 0.5);
}

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: right;
  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 {
  left: auto;
  right: 0;
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    left: auto;
    right: 0;
  }
  .dropdown-menu-sm-right {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    left: auto;
    right: 0;
  }
  .dropdown-menu-md-right {
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    left: auto;
    right: 0;
  }
  .dropdown-menu-lg-right {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    left: auto;
    right: 0;
  }
  .dropdown-menu-xl-right {
    left: 0;
    right: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-left: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-right: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-right: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  left: 100%;
  right: auto;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-right: 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] {
  left: 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: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  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: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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-right: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -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-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-top-left-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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  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-right: -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(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -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-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  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-right: -1px;
}

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -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-left: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .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-left-radius: 0;
  border-bottom-left-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-right-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-right: 1.5rem;
  print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  right: 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 {
  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: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.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;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.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-right: 2.25rem;
}
.custom-switch .custom-control-label::before {
  right: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  right: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -ms-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 0.75rem 0.375rem 1.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") left 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  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-left: 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-right: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 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;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  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;
  left: 0;
  right: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  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;
  left: 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-right: inherit;
  border-radius: 0.25rem 0 0 0.25rem;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  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;
  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::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.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;
  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::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.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-left: 0.2rem;
  margin-right: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  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 {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.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-left: 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 {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 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-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  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-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -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: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@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-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 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-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    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-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 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-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    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-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 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-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    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-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 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-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -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-left: 0;
  padding-right: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 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-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  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%280, 0, 0, 0.5%29' 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%28255, 255, 255, 0.5%29' 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: -ms-flexbox;
  display: flex;
  -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-left: 0;
  margin-right: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -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-right: 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-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-left: -0.625rem;
  margin-bottom: -0.75rem;
  margin-right: -0.625rem;
  border-bottom: 0;
}

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

.card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

.card-deck .card {
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-left: 8px;
    margin-bottom: 0;
    margin-right: 8px;
  }
}

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

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

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

.breadcrumb {
  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-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

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

.page-item:first-child .page-link {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-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-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-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-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  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: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #1dd555;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(22.8884297521, 168.1115702479, 67.0867768595);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(29, 213, 85, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  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: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #cc003d;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(153, 0, 45.75);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 61, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  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: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  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-left: 0;
  padding-right: 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-left: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(15.08, 110.76, 44.2);
  background-color: rgb(209.8, 246.6, 221);
  border-color: rgb(191.72, 243.24, 207.4);
}
.alert-success hr {
  border-top-color: rgb(170.2162686567, 239.2437313433, 191.2246268657);
}
.alert-success .alert-link {
  color: rgb(8.9684297521, 65.8715702479, 26.2867768595);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(106.08, 0, 31.72);
  background-color: rgb(244.8, 204, 216.2);
  border-color: rgb(240.72, 183.6, 200.68);
}
.alert-danger hr {
  border-top-color: rgb(236.47, 162.35, 184.5133333333);
}
.alert-danger .alert-link {
  color: rgb(55.08, 0, 16.47);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

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

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    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 {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

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

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-right: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.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-right-radius: inherit;
  border-top-left-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.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 {
  -ms-flex-direction: row;
      flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-right-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-right-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-right: -1px;
  border-right-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-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-right-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-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-right-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-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-right-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-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-right-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(15.08, 110.76, 44.2);
  background-color: rgb(191.72, 243.24, 207.4);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(15.08, 110.76, 44.2);
  background-color: rgb(170.2162686567, 239.2437313433, 191.2246268657);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(15.08, 110.76, 44.2);
  border-color: rgb(15.08, 110.76, 44.2);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(106.08, 0, 31.72);
  background-color: rgb(240.72, 183.6, 200.68);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(106.08, 0, 31.72);
  background-color: rgb(236.47, 162.35, 184.5133333333);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(106.08, 0, 31.72);
  border-color: rgb(106.08, 0, 31.72);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

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

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

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

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  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);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  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: -ms-flexbox;
  display: flex;
  -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);
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

.modal {
  position: fixed;
  top: 0;
  right: 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 {
  transition: transform 0.3s ease-out;
  -ms-transform: translate(0, -50px);
      transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -ms-transform: none;
      transform: none;
}
.modal.modal-static .modal-dialog {
  -ms-transform: scale(1.02);
      transform: scale(1.02);
}

.modal-dialog-scrollable {
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
      flex-direction: column;
  -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: -ms-flexbox;
  display: flex;
  -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;
  right: 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: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem auto -1rem -1rem;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-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);
    height: min-content;
  }
  .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", "Liberation 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: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: 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 {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-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 {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-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;
  right: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: 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-right: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  right: 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 {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-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;
  right: 50%;
  display: block;
  width: 1rem;
  margin-right: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-left: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  left: 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 {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-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: right;
  width: 100%;
  margin-left: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -ms-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;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    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 {
  right: 0;
}

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

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

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

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

@keyframes spinner-border {
  to {
    transform: rotate(-360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-left-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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: rgb(0, 98.4, 204) !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: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #1dd555 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(22.8884297521, 168.1115702479, 67.0867768595) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(153, 0, 45.75) !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !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-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #1dd555 !important;
}

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

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

.border-danger {
  border-color: #cc003d !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-right-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

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

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

.rounded-left {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-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: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: right !important;
  }
  .float-sm-right {
    float: left !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: right !important;
  }
  .float-md-right {
    float: left !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: right !important;
  }
  .float-lg-right {
    float: left !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: right !important;
  }
  .float-xl-right {
    float: left !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
      -ms-user-select: none !important;
          user-select: 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: sticky !important;
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-auto,
.mx-auto {
  margin-right: 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-left: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-right: 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-left: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-right: 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-left: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-right: 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-left: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-right: 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-left: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-right: 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-left: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-right: 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-left: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-right: 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-left: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-right: 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-left: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-right: 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-left: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-right: 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-left: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-right: 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-left: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-right: 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-left: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-right: -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-left: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-right: -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-left: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-right: -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-left: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-right: -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-left: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-right: -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-left: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-right: 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-left: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-right: 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-left: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-right: 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-left: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-right: 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-left: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-right: 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-left: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-right: 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-left: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-right: 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-left: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-right: 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-left: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-right: 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-left: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-right: 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-left: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-right: 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-left: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-right: 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-left: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-right: 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-left: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-right: -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-left: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-right: -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-left: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-right: -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-left: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-right: -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-left: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-right: -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-left: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-right: 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-left: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-right: 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-left: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-right: 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-left: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-right: 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-left: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-right: 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-left: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-right: 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-left: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-right: 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-left: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-right: 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-left: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-right: 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-left: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-right: 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-left: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-right: 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-left: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-right: 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-left: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-right: 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-left: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-right: -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-left: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-right: -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-left: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-right: -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-left: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-right: -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-left: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-right: -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-left: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-right: 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-left: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-right: 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-left: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-right: 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-left: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-right: 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-left: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-right: 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-left: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-right: 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-left: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-right: 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-left: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-right: 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-left: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-right: 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-left: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-right: 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-left: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-right: 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-left: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-right: 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-left: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-right: 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-left: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-right: -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-left: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-right: -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-left: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-right: -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-left: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-right: -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-left: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-right: -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-left: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: right !important;
  }
  .text-sm-right {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: right !important;
  }
  .text-md-right {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: right !important;
  }
  .text-lg-right {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: right !important;
  }
  .text-xl-right {
    text-align: left !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: rgb(0, 86.1, 178.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #1dd555 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(19.8326446281, 145.6673553719, 58.1301652893) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(127.5, 0, 38.125) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !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;
  word-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;
    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;
  }
  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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  right: 0;
  top: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: right;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: left;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9 ; /*lte IE 8*/
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  right: -25px;
}
[dir=rtl] .slick-prev {
  right: auto;
  left: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  left: -25px;
}
[dir=rtl] .slick-next {
  right: -25px;
  left: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: right;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: ltr;
}
.owl-carousel.owl-rtl .owl-item {
  float: left;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  right: 50%;
  top: 50%;
  margin-right: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

/*
 *  Variables and mixins
 *
 */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: rtl;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  box-shadow: -1px 0 0 #e6e6e6, 1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: 2px 0 0 #e6e6e6, -5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-right: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  right: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  right: auto;
  left: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
/*rtl:begin:ignore*/
  right: 0; /*
/*rtl:end:ignore*/
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
/*rtl:begin:ignore*/
  left: 0; /*
/*rtl:end:ignore*/
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

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

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

.numInputWrapper span {
  position: absolute;
  left: 0;
  width: 14px;
  padding: 0 2px 0 4px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  right: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-right: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0.5ch 0 0;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0.5ch 0 0;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: right;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: 10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: 5px 0 0 #e6e6e6, -5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: 5px 0 0 #569ff7, -5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: right;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: right;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: right;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*
 *  Font-smoothing 
 *
 */
/*
 *  Font-face Based on http://codepen.io/javasteve99/pen/hDxpn
 *
 */
/*
 *  Layout
 *
 */
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1380px;
}

.container.discard-container {
  max-width: inherit;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  font-family: "Pilat Wide", sans-serif;
  line-height: 30px;
  color: #555;
  background: transparent;
        font-family: 'Makdessi',sans-serif ;
}

.display1 {
  font-weight: bold;
  font-size: 59px;
  line-height: 60px;
}
@media (max-width: 767.98px) {
  .display1 {
    font-size: 47px;
    line-height: 48px;
  }
}

.display2, .parallaxBox .richText h2,
.videoBox .richText h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 68px;
}
@media (max-width: 767.98px) {
  .display2, .parallaxBox .richText h2,
  .videoBox .richText h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.h1-style, .panel-box .heading-wrap h2,
.panel-box .heading-wrap .heading, .article-block.with-tabs .article-title h2, .article-block h2 {
  font-weight: bold;
  line-height: 48px;
  font-size: 36px;
}
@media (max-width: 767.98px) {
  .h1-style, .panel-box .heading-wrap h2,
  .panel-box .heading-wrap .heading, .article-block.with-tabs .article-title h2, .article-block h2 {
    line-height: 32px;
    font-size: 28px;
  }
}

.h2-style, .article-block-fullcolumn.enhanced .article-detail h2 {
  font-weight: bold;
  line-height: 36px;
  font-size: 28px;
}
@media (max-width: 767.98px) {
  .h2-style, .article-block-fullcolumn.enhanced .article-detail h2 {
    line-height: 24px;
    font-size: 28px;
  }
}
.h2-style-light {
  line-height: 48px;
  font-size: 28px;
}
@media (max-width: 767.98px) {
  .h2-style-light {
    line-height: 40px;
    font-size: 24px;
  }
}

.h3-style {
  line-height: 28.8px;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .h3-style {
    line-height: 24px;
    font-size: 20px;
  }
}

.h4-style {
  line-height: 26px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .h4-style {
    line-height: 24px;
    font-size: 16px;
  }
}

h1,
.h1 {
  font-weight: bold;
  font-size: 37px;
  line-height: 45px;
}

h2,
.h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
}

h3,
.h3 {
  font-size: 32px;
  line-height: 39px;
}

p {
  margin-bottom: 20px;
  line-height: 28px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  p {
    font-size: 16px;
  }
}

a:hover {
  text-decoration: none;
}

.pp-bodywrapper ul {
  list-style: disc;
}

.pp-bodywrapper ol {
  list-style: decimal;
}

.marginZero {
  margin-top: 0 !important;
}

.topZero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.bottomZero {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

label.error {
  font-size: 13px;
  color: red;
}

figure figcaption {
  font-weight: bold;
  font-size: 15px;
  line-height: 34px;
  color: #000;
}

.loader {
  background: url(../images/loader.gif) no-repeat;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
  background-size: 100%;
  position: fixed;
  height: 100px;
  width: 100px;
  z-index: 11;
  right: 50%;
  top: 50%;
}
.loader-active:before {
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  content: "";
  z-index: 9;
}

.hide-loader.loader-active::before {
  display: none;
}

.lighterdark {
  background: #00141e;
  color: #fff;
}

.lozad-picture,
.lozad-picture_ {
  display: block;
  min-height: 1rem;
}
.lozad-picture img,
.lozad-picture_ img {
  max-width: 100%;
  height: auto;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}

.mainWrapper {
  overflow-x: clip;
}

.before, .search:before, header .main-secondary:before, header .utility:before, header .header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
}

.after, .search:after, header .main-secondary:after, header .utility:after, header .header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
}

.primary-cta {
  font-weight: bold;
  position: relative;
  display: inline-block !important;
  text-transform: capitalize;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  background: transparent linear-gradient(-270deg, #1e1343 0%, #261d5e 23%, #312a82 54%, #5154b6 100%) 100% 0% no-repeat padding-box;
  color: #fff;
  border-radius: 50px;
  padding: 6px 25px 7px 25px;
  font-size: 18px;
  line-height: 36px;
}
.primary-cta:hover {
  background: #1e1450;
  color: #fff;
}
@media (max-width: 767.98px) {
  .primary-cta {
    padding: 3px 25px 6px 25px;
  }
}
.primary-cta .icon {
  margin-left: 12px;
  line-height: 1;
  font-size: 16px;
  margin-top: 2px;
}
.primary-cta:has(.icon) {
  display: -ms-flexbox !important;
  display: flex !important;
  width: fit-content;
  -ms-flex-align: center;
      align-items: center;
}

.primary-cta-white {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  background: #f8f8f8;
  position: relative;
  display: inline-block !important;
  border-radius: 50px;
  text-transform: capitalize;
  color: #3e3c90;
  padding: 12px 24px 13px 24px;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  cursor: pointer;
}
.primary-cta-white .icon {
  margin-left: 12px;
  line-height: 1;
  font-size: 14px;
  margin-top: 2px;
}
.primary-cta-white:has(.icon) {
  display: -ms-flexbox !important;
  display: flex !important;
  width: fit-content;
  -ms-flex-align: center;
      align-items: center;
}
.primary-cta-white:hover {
  color: #1e1450;
}

.secondary-cta-arrow-white {
  background: transparent;
  padding: 9px 24px 9px 65px;
  background-image: linear-gradient(-90deg, #fff, #fff), linear-gradient(-90deg, rgba(0, 0, 0, 0.9), rgba(249, 249, 249, 0.5));
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 1px solid transparent;
  border-radius: 500px;
  line-height: 28px;
  font-size: 18px;
  color: #000;
  position: relative;
  font-weight: 600;
}
.secondary-cta-arrow-white:after {
  background-image: url(../images/Arrow-Right.svg);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: all ease 0.4s;
  background-size: 100%;
  position: absolute;
  height: 32px;
  width: 32px;
  left: 24px;
  content: "";
  top: 50%;
}
.secondary-cta-arrow-white:hover {
  color: #000;
}
.secondary-cta-arrow-white:hover:after {
  left: 14px;
}
.secondary-cta-arrow-white.geo-cta {
  background-image: linear-gradient(-90deg, #f8f8f8, #f8f8f8), linear-gradient(-90deg, rgba(0, 0, 0, 0.9), rgba(249, 249, 249, 0.5));
}
.secondary-cta-arrow-white.geo-cta:hover {
  background-image: linear-gradient(-90deg, #f8f8f8, #f8f8f8), linear-gradient(-270deg, rgba(0, 0, 0, 0.9), rgba(249, 249, 249, 0.5));
}
@media (max-width: 767.98px) {
  .secondary-cta-arrow-white.geo-cta {
    padding: 9px 20px 9px 20px;
    font-size: 14px;
  }
  .secondary-cta-arrow-white.geo-cta:after {
    content: unset;
  }
}

.not-found {
  text-align: center !important;
  padding: 50px 0 150px;
}
.not-found img {
  margin-bottom: 70px;
}
.not-found .cta-red {
  margin-top: 30px;
}
.not-found p {
  margin-bottom: 5px;
}

.cta-red {
  text-align: center;
  display: inline-block;
  color: #fff !important;
  background: #cc003d !important;
  font-size: 17px;
  padding: 6px 25px;
  border-radius: 50px;
  letter-spacing: 0.17px;
  cursor: pointer;
  font-weight: normal !important;
}

.link--blue, body.n2k21theme .social-wall .juicer-feed .j-paginate,
.link--white {
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
  width: fit-content;
  margin-bottom: 12px;
  color: #3e3c90;
}
.link--blue.with-icon, body.n2k21theme .social-wall .juicer-feed .with-icon.j-paginate,
.link--white.with-icon {
  position: relative;
  padding-right: 20px;
}
.link--blue.with-icon .icon, body.n2k21theme .social-wall .juicer-feed .with-icon.j-paginate .icon,
.link--white.with-icon .icon {
  position: absolute;
  top: 1px;
  right: 0;
}
@media (max-width: 767.98px) {
  .link--blue, body.n2k21theme .social-wall .juicer-feed .j-paginate,
  .link--white {
    margin-bottom: 0px;
  }
}
.link--blue:before, body.n2k21theme .social-wall .juicer-feed .j-paginate:before, .link--blue:after, body.n2k21theme .social-wall .juicer-feed .j-paginate:after,
.link--white:before,
.link--white:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  right: 0;
  pointer-events: none;
}
.link--blue:before, body.n2k21theme .social-wall .juicer-feed .j-paginate:before,
.link--white:before {
  display: inline-block;
  height: 10px;
  content: "";
  opacity: 0;
  top: 100%;
}
.link--blue:after, body.n2k21theme .social-wall .juicer-feed .j-paginate:after,
.link--white:after {
  content: "";
  transition: opacity 0.3s;
  opacity: 0;
  transition-delay: 0s;
}
.link--blue:hover, body.n2k21theme .social-wall .juicer-feed .j-paginate:hover,
.link--white:hover {
  color: #1e1450;
}
.link--blue:hover:before, body.n2k21theme .social-wall .juicer-feed .j-paginate:hover:before,
.link--white:hover:before {
  opacity: 1;
  animation: lineUp 0.3s ease forwards;
}
.link--blue:hover:after, body.n2k21theme .social-wall .juicer-feed .j-paginate:hover:after,
.link--white:hover:after {
  opacity: 1;
  transition-delay: 0.3s;
}

.link--white {
  color: #fff;
}
.link--white:hover {
  color: #fff;
}

.link--black {
  color: #000;
}
.link--black:hover {
  color: #000;
}

@keyframes lineUp {
  0% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 0.045, 1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 1, 1);
  }
  51% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 0.045, 1);
  }
}
.parallax {
  position: fixed;
  top: 10px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-above {
  position: relative;
  z-index: 1;
}

.landing-page,
.landing-page-main {
  margin-top: 67px;
}
.transparent-header .landing-page,
.transparent-header .landing-page-main {
  margin-top: 0px;
  /* Fix for this page  : https://cm.dpworld.com/insights/our-stories */
}

.mobile-menu-active {
  overflow-y: hidden;
  position: fixed;
  width: 100%;
}
.mobile-menu-active:before {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  content: "";
  z-index: 13;
}

/*
 *  Font Icons example
 *
 */
.social-icons a,
.social-icons a:hover {
  text-decoration: none;
}

.icon .screenreader {
  display: none;
}

@media screen and (max-width: 768px) {
  .primary-cta,
  .primary-cta-white {
    font-size: 14px !important;
  }
}
.video-banner-wrapper + .two-column-container {
  margin-top: 0px;
}

.two-column-container {
  margin-top: 228px;
}
.two-column-container .content-container,
.two-column-container .intro-block {
  margin-top: 0 !important;
}

.main-container .content-container:nth-child(1) {
  margin-top: 228px;
}

.content-container .h1,
.content-container h1 {
  color: #000;
  margin-bottom: 30px;
}
.content-container h2 {
  color: #000;
  margin-bottom: 20px;
}
.content-container h3 {
  color: #000;
  margin-bottom: 20px;
  margin-top: 65px;
}
.content-container a {
  font-weight: bold;
  color: #003764;
}
.content-container .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.content-container .image-wrapper-item {
  width: 50%;
}
.content-container .image-wrapper-item a {
  display: block;
}
.content-container .image-wrapper-item:first-child {
  padding-left: 10px;
}
.content-container .image-wrapper-item:last-child {
  padding-right: 10px;
}
.content-container .date {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 25px;
  color: #000;
}
.content-container .highlight {
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 40px;
  color: #000;
}
.content-container .img-right {
  float: left;
  margin: 0 20px 15px 0;
}
.content-container .img-full {
  margin-bottom: 70px;
}
.content-container .img-left {
  float: right;
  margin: 0 0 15px 20px;
}
.content-container .content-banner-img {
  margin-bottom: 30px;
}
.content-container .content-wrapper-block {
  margin-bottom: 40px;
}
.content-container .content-wrapper-block p,
.content-container .content-wrapper-block h2,
.content-container .content-wrapper-block h3 {
  text-align: right !important;
}
.content-container ul,
.content-container ol {
  padding-right: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.content-container ul li,
.content-container ol li {
  margin-bottom: 5px;
}
.content-container ul {
  list-style: disc;
}
.content-container ol {
  list-style: decimal;
}

#schedule-table table svg,
#schedule-table-with-filter table svg {
  color: #125e16;
}
#schedule-table .noresult,
#schedule-table-with-filter .noresult {
  margin-bottom: 30px;
  text-align: center;
}

#table-loadmore {
  max-width: 130px;
  margin: 0 auto 50px;
}
#table-loadmore .load-more {
  text-align: center;
  display: block;
  color: #fff;
  background: #cc003d;
  font-size: 17px;
  padding: 6px 0;
  border-radius: 50px;
  letter-spacing: 0.17px;
  cursor: pointer;
  font-weight: normal;
}

.table {
  margin-bottom: 50px;
  border-bottom: solid 1px #000;
}
.table thead tr th {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 33px 30px 27px 0;
  font-size: 19px;
  line-height: 36px;
  color: #333;
}
.table tbody tr td {
  border-bottom: solid 1px #e3e3e3;
  padding: 33px 30px 27px 0;
  font-size: 19px;
  line-height: 36px;
  color: #555;
}
.table tbody tr:last-child td {
  border-bottom: 0 none;
}

.table-font-size .table thead tr th {
  padding: 20px 15px 20px 0;
  font-size: 16px;
}
.table-font-size .table tbody tr td {
  padding: 20px 15px 20px 0;
  font-size: 14px;
}

@media screen and (max-width: 1450px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: calc(100% - 52px);
  }
}
@media screen and (max-width: 1200px) {
  .parallax {
    top: 0;
  }
  .main-container {
    margin-top: 57px;
  }
  .main-container .content-container:nth-child(1) {
    margin-top: 100px;
  }
  .two-column-container {
    margin-top: 100px;
  }
  .two-column-container .content-container {
    margin-top: 0;
  }
  .table {
    width: 1000px;
  }
  .landing-page,
  .landing-page-main {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .two-column-container {
    margin-top: 0;
  }
  .two-column-container .content-container {
    margin-top: 0;
  }
  .main-container .content-container:nth-child(1) {
    margin-top: 0;
  }
  .content-container .h1 {
    font-size: 27px;
    line-height: 33px;
  }
  .content-container h2 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .content-container h3 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 25px;
  }
  .content-container .date {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 25px;
  }
  .content-container .highlight {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 40px;
  }
  .content-container p {
    font-size: 15px;
    line-height: 28px;
  }
  .content-container ul,
  .content-container ol {
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px;
  }
  .content-container ul li,
  .content-container ol li {
    margin-bottom: 5px;
  }
  .content-container .img-full {
    margin-bottom: 40px;
  }
  .content-container .img-right,
  .content-container .img-left {
    float: none;
    margin: 0 0 10px 0;
  }
  .table thead tr th {
    font-size: 15px;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
  }
  .table tbody tr td {
    font-size: 14px;
  }
  .parallax {
    position: relative;
  }
  .parallax-above {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: calc(100% - 14px);
  }
  .content-container .content-wrapper h2,
  .content-container .content-wrapper .date,
  .content-container .content-wrapper .highlight,
  .content-container .content-wrapper h3 {
    text-align: right;
  }
  .content-container .image-wrapper {
    display: block;
  }
  .content-container .image-wrapper-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .content-container .image-wrapper-item:first-child, .content-container .image-wrapper-item:last-child {
    padding: 0;
  }
}
.actionbtnWrap {
  position: absolute;
  top: 70px;
  left: 0px;
  z-index: 1;
  width: 300px;
}
@media all and (max-width: 768px) {
  .actionbtnWrap {
    top: 10px;
  }
}
.actionbtnWrap .actionbtn {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.actionbtnWrap .actionbtn li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .actionbtnWrap .actionbtn li {
    margin-bottom: 6px;
  }
}
.actionbtnWrap .actionbtn li a {
  background: #000000;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.17px;
  color: #ffffff;
  opacity: 0.8;
  padding: 6px 26px 6px 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.actionbtnWrap .actionbtn li a:hover {
  font-weight: bold;
}
.actionbtnWrap .actionbtn li a .xicon {
  max-width: 20px;
  margin-left: 15px;
}

.ic-anchor {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  bottom: 20px;
  left: 20px;
  padding: 10px 20px;
  border-radius: 91.5px;
  border: 1.3px solid #fff;
  z-index: 12;
  background: #1e1450;
  box-shadow: 2.6px 2.6px 9.10001px 0px rgba(69, 69, 69, 0.16);
  color: #fff;
  font-weight: bold;
}
.ic-anchor .text {
  margin-right: 10px;
  font-size: 18px;
}
.ic-anchor:focus {
  outline: none;
}
@media (max-width: 767.98px) {
  .ic-anchor {
    height: 52px;
    width: 52px;
    padding: 0;
  }
  .ic-anchor .text {
    display: none;
  }
}

.form-popup .contact-us-form,
.form-popup .sitecore-form {
  margin-top: 0px;
}
.form-popup.modal-dialog {
  max-width: 800px;
}
.form-popup.modal-dialog .modal-content .modal-header {
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 44px;
}
.form-popup.modal-dialog .modal-content .modal-header .modal-title {
  font-weight: bold;
  font-size: 24px;
}
.form-popup.modal-dialog .modal-content .modal-header p {
  line-height: 28px;
  margin-top: 8px;
  margin-bottom: 0;
}
.form-popup.modal-dialog .modal-content .modal-header .close {
  position: absolute;
  left: 16px;
  top: 16px;
}

.formula-heading {
  margin-bottom: -55px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .formula-heading {
    margin-bottom: -25px;
    margin-top: -45px;
  }
}

.m-top-xl {
  margin-top: 140px !important;
}
@media (max-width: 767.98px) {
  .m-top-xl {
    margin-top: 72px !important;
  }
  .m-top-xl.m-top-mob-0 {
    margin-top: 0px !important;
  }
}

.m-top-medium {
  margin-top: 80px !important;
}
@media (max-width: 767.98px) {
  .m-top-medium {
    margin-top: 50px !important;
  }
  .m-top-medium.m-top-mob-0 {
    margin-top: 0px !important;
  }
}

.m-bottom-xl {
  margin-bottom: 140px !important;
}
@media (max-width: 767.98px) {
  .m-bottom-xl {
    margin-bottom: 72px !important;
  }
  .m-bottom-xl.m-bottom-mob-0 {
    margin-bottom: 0px !important;
  }
}

.m-bottom-medium {
  margin-bottom: 80px !important;
}
@media (max-width: 767.98px) {
  .m-bottom-medium {
    margin-bottom: 50px !important;
  }
  .m-bottom-medium.m-bottom-mob-0 {
    margin-bottom: 0px !important;
  }
}

.p-top-xl {
  padding-top: 140px !important;
}
@media (max-width: 767.98px) {
  .p-top-xl {
    padding-top: 72px !important;
  }
  .p-top-xl.p-top-mob-0 {
    padding-top: 0px !important;
  }
}

.p-top-medium {
  padding-top: 80px !important;
}
@media (max-width: 767.98px) {
  .p-top-medium {
    padding-top: 50px !important;
  }
  .p-top-medium.p-top-mob-0 {
    padding-top: 0px !important;
  }
}

.p-bottom-xl {
  padding-bottom: 140px !important;
}
@media (max-width: 767.98px) {
  .p-bottom-xl {
    padding-bottom: 72px !important;
  }
  .p-bottom-xl.p-bottom-mob-0 {
    padding-bottom: 0px !important;
  }
}

.p-bottom-medium {
  padding-bottom: 80px !important;
}
@media (max-width: 767.98px) {
  .p-bottom-medium {
    padding-bottom: 50px !important;
  }
  .p-bottom-medium.p-bottom-mob-0 {
    padding-bottom: 0px !important;
  }
}

.uc-embedding-container {
  z-index: 1000;
}

.article-video:has(.uc-embedding-container) {
  padding-bottom: 0;
}

#map:has(.uc-embedding-container) {
  height: auto;
}

@media screen and (max-width: 1200px) {
  .location-geo-ip + .header:has(.mobi-navigation) .mobi-navigation {
    top: 218px;
  }
  .location-geo-ip + .header:has(.globe-list) .globe-list {
    top: 160px;
  }
}
/*
 *  remove blue background on ie10/ie11 when selected
 *
 */
select::-ms-value {
  background: none;
  color: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tabs-carousel-container .tabs-heading .tabs-nav ul li.active a::before {
    bottom: 0 !important;
  }
}
/*
 *  Elements
 *
 */
@font-face {
  font-family: font-icons;
  src: url("../fonts/font-icons-eot.eot");
  src: url("../fonts/font-icons-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/font-icons-woff.woff") format("woff"), url("../fonts/font-icons-ttf.ttf") format("truetype"), url("../fonts/font-icons-svg.svg#font-icons") format("svg"), url("https://www.dpworld.com/-/media/themes/dpwg/dpwg-tenant/shared/dpwg-theme/fonts/font-icons-woff.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: font-icons-header;
  src: url("../fonts/font-icons-header-eot.eot?ib9p7t");
  src: url("../fonts/font-icons-header-eot.eot?ib9p7t#iefix") format("embedded-opentype"), url("../fonts/font-icons-header-ttf.ttf?ib9p7t") format("truetype"), url("../fonts/font-icons-header-woff.woff?ib9p7t") format("woff"), url("../fonts/font-icons-header-svg.svg?ib9p7t#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: "font-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.icon-facebook:before {
  content: "\ea01";
}

.icon-insta:before {
  content: "\ea02";
}

.icon-linkedin:before {
  content: "\ea03";
}

.icon-contact:before {
  content: "\ea04";
}

.icon-globe:before {
  content: "\ea05";
}

.icon-search:before {
  content: "\ea06";
}

.icon-twitter:before {
  content: "\ea07";
}

.icon-youtube:before {
  content: "\ea08";
}

.icon-play-icon:before {
  content: "\ea09";
}

.icon-video-people-play:before {
  content: "\ea0a";
}

.icon-video-play:before {
  content: "\ea0b";
}

.icon-bio:before {
  content: "\ea0c";
}

.icon-headshot:before {
  content: "\ea0d";
}

.icon-print:before {
  content: "\ea0e";
}

.icon-attach:before {
  content: "\ea0f";
}

.icon-lin-fill:before {
  content: "\ea10";
}

.icon-pdic:before {
  content: "\ea11";
}

.icon-tico:before {
  content: "\ea12";
}

.icon-file-pdf:before {
  content: "\ea13";
}

.icon-close:before {
  content: "\ea14";
}

.icon-new_tab:before {
  content: "\ea15";
}

.icon-drag:before {
  content: "\ea16";
}

.icon-tiktok:before {
  content: "\ea18";
}

[class^=iconx-],
[class*=" iconx-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "font-icons-header" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconx-Arrow---Right:before {
  content: "\e910";
}

.iconx-Checkbox .path1:before {
  content: "\e908";
  color: rgb(62, 60, 144);
}

.iconx-Checkbox .path2:before {
  content: "\e909";
  margin-right: -1em;
  color: rgb(255, 255, 255);
}

.iconx-Checkbox-2:before {
  content: "\e90d";
  color: #3e3c90;
}

.iconx-Checkmark .path1:before {
  content: "\e90a";
  color: rgb(62, 60, 144);
}

.iconx-Checkmark .path2:before {
  content: "\e90b";
  margin-right: -1em;
  color: rgb(255, 255, 255);
}

.iconx-External-Link:before {
  content: "\e90c";
}

.iconx-Contact:before {
  content: "\e8c1";
}

.iconx-Globe:before {
  content: "\e901";
}

.iconx-Search:before {
  content: "\e902";
}

.iconx-Chevron-Down:before {
  content: "\e903";
}

.iconx-Chevron-Left:before {
  content: "\e904";
}

.iconx-Chevron-Right:before {
  content: "\e905";
}

.iconx-Chevron-Up:before {
  content: "\e906";
}

.iconx-Menu:before {
  content: "\e907";
}

@font-face {
  font-family: "Pilat Wide";
  src: url("../fonts/PilatWide-Regular-woff2.woff2") format("woff2"), url("../fonts/PilatWide-Regular-woff.woff") format("woff"), url("https://www.dpworld.com/-/media/themes/dpwg/dpwg-tenant/shared/dpwg-theme/fonts/PilatWide-Regular-woff.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pilat Wide";
  src: url("../fonts/PilatWide-Bold-woff2.woff2") format("woff2"), url("../fonts/PilatWide-Bold-woff.woff") format("woff"), url("https://www.dpworld.com/-/media/themes/dpwg/dpwg-tenant/shared/dpwg-theme/fonts/PilatWide-Bold-woff.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Makdessi";
  src: url("../fonts/Makdessi-Regular-woff2.woff2") format("woff2"), url("../fonts/Makdessi-Regular-woff.woff") format("woff"), url("https://www.dpworld.com/-/media/themes/dpwg/dpwg-tenant/shared/dpwg-theme/fonts/Makdessi-Regular-woff.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
 *  Components
 *
 */
.topZero {
  top: 0 !important;
}

.headroom--top.topSpace {
  top: 116px !important;
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

.anchor {
  position: relative;
}
.anchor-cta.active {
  position: relative;
}
.anchor-cta.active:before {
  content: "";
  position: absolute;
  right: 8px;
  bottom: -5px;
  height: 7px;
  width: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 11;
}
.anchor-list {
  position: absolute;
  width: 305px;
  background-color: #1c1c1c;
  z-index: 4;
  top: 51px;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
  right: 50%;
  padding-bottom: 30px;
  padding-top: 5px;
  display: none;
}
.anchor-list ul {
  display: block !important;
}
.anchor-list ul li {
  font-size: 16px;
  line-height: 19px;
  padding: 10px 25px 10px 10px;
  margin: 0 !important;
  border-bottom: solid 1px #5c5c5c;
}
.anchor-list ul li:last-child {
  border: 0 none;
}
.anchor-list ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.anchor-list ul li a:hover {
  font-weight: bold;
}
.anchor-list ul li a img {
  margin-left: 20px;
}

.location-geo-ip {
  background-color: #f8f8f8;
  height: 116px;
  color: #000;
  position: relative;
  z-index: 20;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.location-geo-ip.active {
  display: -ms-flexbox;
  display: flex;
}
.location-geo-ip:before {
  background-color: #f8f8f8;
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
}
.location-geo-ip:after {
  background-color: #f8f8f8;
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
}
.location-geo-ip .location-copy {
  display: -ms-flexbox;
  display: flex;
}
.location-geo-ip .location-copy-left {
  margin-left: 15px;
}
.location-geo-ip .location-copy-left p {
  margin-bottom: 0;
  line-height: 27px;
}
.location-geo-ip .location-copy-left p a {
  text-decoration: underline;
  color: #000;
}
.location-geo-ip .location-copy-right img {
  width: 35px;
  margin-left: 10px;
}
.location-geo-ip .location-copy-right span {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}
.location-geo-ip .geo-dropdown-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.location-geo-ip .geo-dropdown-container .geo-dropdown {
  position: relative;
  width: 253px;
  margin-left: 15px;
}
.location-geo-ip .geo-dropdown-container .geo-dropdown .geo-dropdown-selected {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px 0 30px;
  position: relative;
  border: solid 1px #e3e3e3;
  cursor: pointer;
  border-radius: 25px;
}
@media (max-width: 767.98px) {
  .location-geo-ip .geo-dropdown-container .geo-dropdown .geo-dropdown-selected {
    font-size: 14px;
  }
}
.location-geo-ip .geo-dropdown-container .geo-dropdown .geo-dropdown-selected:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  height: 7px;
  width: 7px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.location-geo-ip .geo-dropdown-container .geo-dropdown .geo-dropdown-selected.active {
  border-radius: 25px 25px 0 0;
  border-bottom: none;
}
.location-geo-ip .geo-dropdown-container .geo-dropdown .geo-dropdown-selected.active:before {
  top: 23px;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
.location-geo-ip .geo-dropdown-container .geo-dropdown ul {
  display: none;
  position: absolute;
  padding: 0;
  list-style: none;
  background: #f8f8f8;
  width: 100%;
  padding-right: 0;
  border: solid 1px #e3e3e3;
  border-radius: 0;
  max-height: 380px;
  overflow-x: hidden;
}
.location-geo-ip .geo-dropdown-container .geo-dropdown ul li {
  padding-right: 19px;
  border-bottom: solid 1px #e3e3e3;
  margin: 0 1px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.location-geo-ip .geo-dropdown-container .geo-dropdown ul li:last-child {
  border: 0 none;
}
.location-geo-ip .geo-dropdown-container .geo-dropdown ul li.selected {
  display: none;
}
.location-geo-ip .geo-dropdown-container .geo-dropdown ul li a {
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.location-geo-ip .geo-dropdown-container .geo-dropdown ul li a:hover {
  font-weight: bold;
}
.location-geo-ip .geo-dropdown-container .geo-close {
  color: #fff;
  font-weight: bold;
}
.location-geo-ip .geo-dropdown-container .geo-close.new .icon-close {
  margin-right: 40px;
  font-size: 15px;
  line-height: 1;
  color: #000;
}

header .header {
  background-color: #1c1c1c;
  color: #fff;
  height: 68px;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 13;
  max-width: 1364px;
  margin: 0 auto;
  width: 100%;
  top: 0;
}
header .header:before {
  background-color: #1c1c1c;
}
header .header:after {
  background-color: #1c1c1c;
}
header .logo {
  z-index: 3;
}
header .logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}
header .logo a span {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding: 5px 0 0 0;
}
header .logo a img {
  padding-top: 4px;
}
header .utility {
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  -ms-flex-align: center;
      align-items: center;
  background-color: #1c1c1c;
  position: relative;
}
header .utility:before {
  background-color: #1c1c1c;
}
header .utility:after {
  background-color: #1c1c1c;
}
header .utility-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
header .utility-nav ul li {
  margin-left: 20px;
}
@media only screen and (min-width: 1201px) and (max-width: 1279px) {
  header .utility-nav ul li {
    margin-left: 15px;
  }
}
header .utility-nav ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  display: block;
}
header .utility-nav ul li a:after {
  content: attr(data-nav);
  font-weight: bold;
  display: block;
  margin-top: -24px;
  opacity: 0;
}
header .utility-nav ul li a:hover {
  font-weight: bold;
}
header .utility-links {
  z-index: 3;
}
header .utility-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
header .utility-links ul li {
  margin-left: 20px;
}
header .utility-links ul li.anchor {
  max-width: 20px;
}
header .utility-links ul li a {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
}
header .utility-links ul li a.anchor-cta img {
  width: 100%;
}
header .utility-links ul li a .icon {
  font-size: 18px;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
header .utility-links ul li:last-child {
  margin-left: 0;
  margin-right: 7px;
}
header .utility-links ul li.lang-cta {
  font-size: 15px;
  position: relative;
}
header .utility-links ul li.lang-cta span {
  display: block;
  position: relative;
  cursor: pointer;
}
header .utility-links ul li.lang-cta span:hover:before {
  content: "";
}
header .utility-links ul li.lang-cta span.active:before {
  content: "";
}
header .utility-links ul li.lang-cta span:before {
  position: absolute;
  right: 50%;
  bottom: 5px;
  height: 7px;
  width: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 2;
  top: 30px;
}
header .utility-links ul li.lang-cta ul {
  position: absolute;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #1c1c1c;
  top: 48px;
  z-index: 5;
  right: 50%;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
  display: none;
}
header .utility-links ul li.lang-cta ul li {
  margin: 0;
  width: 100%;
  border-bottom: solid 1px #5c5c5c;
}
header .utility-links ul li.lang-cta ul li:last-child {
  border: 0 none;
}
header .utility-links ul li.lang-cta ul li:last-child a {
  padding-bottom: 30px;
}
header .utility-links ul li.lang-cta ul li.active {
  display: none;
}
header .utility-links ul li.lang-cta ul li a {
  display: block;
  height: auto;
  padding: 10px 20px 10px 50px;
}
header .utility-links ul li.lang-cta ul li a:hover {
  color: #cc003d;
}
header .utility-links ul li.lang-cta ul li.ar a {
  font-family: Makdessi;
}
header .utility-links ul li.lang-cta ul li.ae a {
  font-family: Makdessi;
}
header .utility-links ul li.globe-cta a .icon {
  font-size: 20px;
}
header .main-nav {
  width: 100%;
  position: relative;
  z-index: 2;
}
header .main-nav ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
header .main-nav ul > li:hover a {
  font-weight: bold;
}
header .main-nav ul > li.level2:hover .main-secondary {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transition-delay: 0.3s;
}
header .main-nav ul > li.level2:hover .main-secondary .secondary-nav {
  max-height: 1000px;
  transition-delay: 0.3s;
}
header .main-nav ul > li.level2:hover > a {
  position: relative;
}
header .main-nav ul > li.level2:hover > a:before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 5px;
  height: 7px;
  width: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 11;
  transition-delay: 0.3s;
}
header .main-nav ul > li > a {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 15px;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
header .main-nav ul > li > a:hover {
  font-weight: bold;
}
header .main-nav ul > li > a:after {
  content: attr(data-nav);
  font-weight: bold;
  display: block;
  margin-top: -24px;
  opacity: 0;
}
header .main-secondary {
  position: absolute;
  width: 100%;
  visibility: hidden;
  min-height: 600px;
  background: #1c1c1c;
  right: 0;
  left: 0;
  top: 0;
  padding-top: 55px;
  opacity: 0;
  z-index: -1;
}
header .main-secondary:before {
  background: #1c1c1c;
}
header .main-secondary:after {
  background: #1c1c1c;
}
header .main-secondary .secondary-nav {
  overflow: hidden;
  max-height: 0;
  transition: max-height 800ms ease-out;
}
header .main-secondary .secondary-left {
  padding: 40px 0 60px 50px;
}
header .main-secondary .secondary-left ul {
  display: block;
}
header .main-secondary .secondary-left ul li {
  width: 100%;
}
header .main-secondary .secondary-left ul li ul li:last-child {
  border-bottom: solid 1px #5c5c5c;
}
header .main-secondary .secondary-left ul li ul li a {
  padding-right: 15px;
  font-size: 15px;
  line-height: 22px;
  border: 0 none;
}
header .main-secondary .secondary-left ul li a {
  padding: 10px 0;
  border-bottom: solid 1px #5c5c5c;
  font-weight: normal;
  text-align: right;
}
header .main-secondary .secondary-left ul li a:hover {
  font-weight: normal;
}
header .main-secondary .secondary-left ul li a:after {
  content: "";
  margin: 0;
}
header .main-secondary .secondary-right {
  padding: 45px 0 60px 0;
}
header .main-secondary .secondary-item a {
  padding-right: 0 !important;
}
header .main-secondary .secondary-item img {
  margin-bottom: 25px;
}
header .main-secondary .secondary-item h2 {
  font-size: 21px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
header .main-secondary .secondary-item h2 a,
header .main-secondary .secondary-item h2 a:hover {
  color: #fff;
}
header .main-secondary .secondary-item p {
  font-size: 17px;
  line-height: 26px;
}

.globe {
  position: relative;
}
.globe .globe-cta .icon {
  font-size: 22px;
}
.globe .globe-cta.active {
  position: relative;
}
.globe .globe-cta.active:before {
  content: "";
  position: absolute;
  right: 8px;
  bottom: -5px;
  height: 7px;
  width: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 11;
}
.globe .globe-link {
  font-size: 17px;
  line-height: 21px;
  padding: 0 20px 10px;
  display: block;
  height: auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5px;
}
.globe .globe-list {
  position: absolute;
  top: 52px;
  z-index: 11;
  background: #1c1c1c;
  width: 300px;
  color: #fff;
  right: 50%;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
  display: none;
}
.globe .globe-list ul {
  display: block;
  height: 548px;
  overflow-y: auto;
  margin-left: 5px;
}
.globe .globe-list ul::-webkit-scrollbar {
  width: 0.2em;
}
.globe .globe-list ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.globe .globe-list ul::-webkit-scrollbar-thumb {
  background-color: #989898;
}
.globe .globe-list ul li {
  margin: 0;
}
.globe .globe-list ul li a {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 19px;
  padding: 0px 20px;
  height: 55px;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: solid 1px #5c5c5c;
}
.globe .globe-list ul li a img {
  width: 28px;
  margin-left: 20px;
}

.mo-menu {
  display: none;
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 18px;
}
.hamburger.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}
.hamburger.hamburger--elastic .hamburger-inner:before {
  top: 8px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger.hamburger--elastic .hamburger-inner:after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 8px, 0) rotate(-135deg);
}
.hamburger.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -16px, 0) rotate(270deg);
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  position: absolute;
  width: 24px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 1px;
  background-color: #fff;
}
.hamburger .hamburger-inner:before {
  top: -10px;
}
.hamburger .hamburger-inner::after {
  bottom: -10px;
}
.hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
  display: block;
  content: "";
}

.mobi-navigation {
  display: none;
  height: 100%;
  width: 375px;
  overflow-y: auto;
  background-color: #1c1c1c;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  -ms-transform: translateX(-375px);
      transform: translateX(-375px);
  transition: transform 0.6s;
  padding: 15px;
}
.mobi-navigation.active {
  -ms-transform: translateX(0px);
      transform: translateX(0px);
  transition: transform 0.6s;
}
.mobi-navigation .mobi-nav-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.mobi-navigation .mobi-nav-top .logo img {
  width: 105px;
}
.mobi-navigation .mobi-nav-top .logo span.l-title {
  font-weight: bold;
  margin-top: 0px;
}
.mobi-navigation .mobi-nav-top .close-menu .hamburger-box {
  width: 30px;
  height: 25px;
}
.mobi-navigation .mobi-nav-top .close-menu .hamburger-inner {
  top: 13px;
  height: 4px;
  width: 18px;
}
.mobi-navigation .mobi-nav-top .close-menu .hamburger-inner:after {
  height: 4px;
  width: 18px;
}
.mobi-navigation .mo-search {
  margin-top: 40px;
  padding-left: 10px;
}
.mobi-navigation .mo-search #mo-searchForm {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mobi-navigation .mo-search .error {
  -ms-flex-order: 3;
      order: 3;
}
.mobi-navigation .mo-search .search-btn {
  position: static;
  -ms-flex-order: 2;
      order: 2;
  width: 30px;
}
.mobi-navigation .mo-search .search-btn .icon {
  font-size: 16px;
}
.mobi-navigation .mo-search .search-input {
  font-size: 16px;
  line-height: 19px;
  padding-right: 10px;
  -ms-flex-order: 1;
      order: 1;
  width: calc(100% - 40px);
}
.mobi-navigation .mo-search .search-input::-webkit-input-placeholder {
  color: #fff;
}
.mobi-navigation .mo-search .search-input::-moz-placeholder {
  color: #fff;
}
.mobi-navigation .mo-search .search-input:-ms-input-placeholder {
  color: #fff;
}
.mobi-navigation .mo-search .search-input:-moz-placeholder {
  color: #fff;
}
.mobi-navigation .mobi-main-nav {
  margin-top: 45px;
}
.mobi-navigation .mobi-main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 19px;
}
.mobi-navigation .mobi-main-nav ul > li {
  border-bottom: solid 1px #5c5c5c;
  padding: 0 10px 0 20px;
}
.mobi-navigation .mobi-main-nav ul > li:last-child {
  border: 0 none;
}
.mobi-navigation .mobi-main-nav ul > li.level2 {
  position: relative;
}
.mobi-navigation .mobi-main-nav ul > li.level2 span {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -99999px;
  height: 49px;
  width: 49px;
  cursor: pointer;
}
.mobi-navigation .mobi-main-nav ul > li.level2 a {
  position: relative;
}
.mobi-navigation .mobi-main-nav ul > li.level2 a i {
  font-style: normal;
}
.mobi-navigation .mobi-main-nav ul > li.level2 a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  height: 7px;
  width: 7px;
  border-right: 2px solid #5c5c5c;
  border-bottom: 2px solid #5c5c5c;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 11;
}
.mobi-navigation .mobi-main-nav ul > li.level2.active a:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.mobi-navigation .mobi-main-nav ul > li a {
  color: #fff;
  padding: 15px 0;
  display: block;
}
.mobi-navigation .mobi-main-nav ul > li ul {
  display: none;
  padding-bottom: 10px;
}
.mobi-navigation .mobi-main-nav ul > li ul li {
  border: 0 none;
}
.mobi-navigation .mobi-main-nav ul > li ul li a {
  padding: 8px 5px 8px 0;
}
.mobi-navigation .mobi-main-nav ul > li ul li a:before {
  content: none !important;
}
.mobi-navigation .mobi-utility-nav {
  margin-top: 30px;
}
.mobi-navigation .mobi-utility-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobi-navigation .mobi-utility-nav ul li {
  font-size: 15px;
  line-height: 18px;
  margin: 0 10px 15px 0;
}
.mobi-navigation .mobi-utility-nav ul li a {
  color: #fff;
}
.mobi-navigation .mobi-lang-cta {
  margin: 40px 0 0 0;
}
.mobi-navigation .mobi-lang-cta span {
  display: block;
  padding: 0 10px 15px 10px;
  position: relative;
  border-bottom: solid 1px #5c5c5c;
  font-size: 15px;
  line-height: 18px;
}
.mobi-navigation .mobi-lang-cta span:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 5px;
  height: 7px;
  width: 7px;
  border-right: 2px solid #5c5c5c;
  border-bottom: 2px solid #5c5c5c;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  pointer-events: none;
  z-index: 11;
}
.mobi-navigation .mobi-lang-cta span.active:before {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  border-color: #fff;
  top: 9px;
}
.mobi-navigation .mobi-lang-cta a {
  color: #fff;
}
.mobi-navigation .mobi-lang-cta ul {
  list-style: none;
  margin: 0;
  padding: 0 10px 30px 0;
}
.mobi-navigation .mobi-lang-cta ul li {
  font-size: 15px;
  line-height: 18px;
  margin-top: 15px;
}
.mobi-navigation .mobi-lang-cta ul li.active {
  display: none;
}

.search-open header .withoutbanner .main-nav ul li > a {
  color: #fff;
}

header .withoutbanner .headroom--pinned .main-nav ul > li > a {
  color: #fff;
}
header .withoutbanner .headroom--top .main-nav ul > li > a {
  color: #000;
}
header .withoutbanner .main-nav ul > li > a {
  color: #000;
}
header .withoutbanner .main-nav.navOpen ul > li > a {
  color: #fff;
  transition-delay: 0.3s;
}

.left-nav {
  padding-left: 50px;
}
.left-nav h2 {
  border-bottom: solid 1px #e3e3e3;
  padding: 0 20px 15px 0;
  margin-bottom: 30px;
  color: #000;
}
.left-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.left-nav ul > li {
  font-size: 18px;
  line-height: 30px;
  border-bottom: solid 1px #e3e3e3;
  font-weight: bold;
}
.left-nav ul > li.subnav {
  position: relative;
}
.left-nav ul > li.subnav span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 50px;
  width: 50px;
  text-indent: -9999px;
  display: none;
}
.left-nav ul > li.active > a {
  color: #cc003d;
}
.left-nav ul > li > a {
  color: #000;
  padding: 10px 20px 10px 0;
  display: block;
}
.left-nav ul > li > a:hover {
  color: #cc003d;
}
.left-nav ul > li.current ul {
  display: block;
}
.left-nav ul > li ul {
  margin: 0 15px 10px 0;
  display: none;
}
.left-nav ul > li ul li {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  border: 0 none;
}
.left-nav ul > li ul li a {
  color: #000;
  padding: 0 20px 0 0;
}
.left-nav ul > li ul li a:hover {
  color: #cc003d;
}
.left-nav ul > li ul li.active a {
  color: #cc003d;
}

@media screen and (min-width: 1201px) {
  header .animated {
    transition: transform 0.3s linear;
    will-change: transform;
  }
  header .headroom {
    transition: transform 0.3s linear;
    will-change: transform;
    position: fixed;
    right: 0;
    width: 100%;
    padding-right: 34px;
    padding-left: 34px;
  }
  header .headroom--pinned {
    -ms-transform: translateY(0%);
        transform: translateY(0%);
    z-index: 13;
  }
  header .headroom--pinned .logo {
    -ms-flex-order: 1;
        order: 1;
  }
  header .headroom--pinned .utility {
    -ms-flex-order: 3;
        order: 3;
  }
  header .headroom--pinned .utility .utility-nav,
  header .headroom--pinned .utility .lang-cta {
    display: none;
  }
  header .headroom--pinned .main-nav {
    -ms-flex-order: 2;
        order: 2;
    width: auto;
    position: static;
  }
  header .headroom--pinned .search {
    -ms-flex-order: 4;
        order: 4;
  }
  header .headroom--pinned .search.active {
    top: 0;
  }
  header .headroom--pinned .mobi-navigation {
    -ms-flex-order: 5;
        order: 5;
  }
  header .headroom--pinned.headroom--top .logo,
  header .headroom--pinned.headroom--top .utility,
  header .headroom--pinned.headroom--top .main-nav,
  header .headroom--pinned.headroom--top .search,
  header .headroom--pinned.headroom--top .mobi-navigation {
    -ms-flex-order: unset;
        order: unset;
  }
  header .headroom--pinned.headroom--top .lang-cta {
    display: block;
  }
  header .headroom--pinned.headroom--top .main-nav {
    width: 100%;
    position: relative;
  }
  header .headroom--pinned.headroom--top .search.active {
    top: -54px;
  }
  header .headroom--pinned.headroom--top .utility .utility-nav {
    display: block;
  }
  header .headroom--unpinned {
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    position: fixed;
  }
  header .headroom--unpinned .main-nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1450px) {
  header .header {
    max-width: calc(100% - 0px);
  }
}
@media screen and (max-width: 1200px) {
  .utility-nav,
  .search-cta,
  .lang-cta,
  .main-nav,
  .search {
    display: none;
  }
  .mo-menu,
  .mobi-navigation {
    display: block;
  }
  .header-container {
    margin-bottom: 58px;
  }
  .anchor-list {
    top: 43px;
  }
  header .header {
    height: 58px;
    position: fixed;
    padding-left: 0;
  }
  header .header .logo {
    line-height: 1em;
  }
  header .header .logo img {
    width: 112px;
  }
  header .header .logo a span {
    font-size: 12px;
    line-height: 14px;
  }
  header .header .utility {
    height: 58px;
  }
  header .header .utility-links {
    margin-top: 6px;
  }
  header .header .utility .mo-menu {
    margin-left: 0;
  }
  .globe {
    position: static;
  }
  .globe .globe-list {
    top: 58px;
    left: -8px;
    right: auto;
    -ms-transform: translateX(0);
        transform: translateX(0);
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .mobi-navigation {
    width: 100%;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
  }
  body.globe-active {
    overflow-y: hidden;
    position: fixed;
    width: 100%;
  }
  .globe {
    position: static;
  }
  .globe .globe-list {
    top: 58px;
    right: 0;
    -ms-transform: translateX(0%);
        transform: translateX(0%);
    width: 100%;
    position: fixed;
    height: 100%;
  }
  .body-margin .globe .globe-list {
    height: calc(100% - 150px);
  }
  .globe .globe-list:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background-color: #1c1c1c;
  }
  .globe .globe-list:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background-color: #1c1c1c;
  }
  .globe .globe-list ul {
    height: calc(100% - 150px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  header .header {
    padding-left: 0px;
  }
  header .headroom--pinned.headroom--not-top .logo {
    width: 180px;
  }
  header .headroom--pinned.headroom--not-top .main-nav ul > li > a {
    padding: 8px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1275px) {
  header .headroom--pinned .main-nav ul > li > a {
    padding: 15px;
  }
}
@media screen and (max-width: 992px) {
  .two-column-container .intro-block-container {
    margin-top: 50px;
  }
  .intro-block-container {
    margin-top: 80px;
  }
  .content-container {
    margin-top: 0;
  }
  .content-container .content-wrapper {
    margin-top: 50px;
  }
  [class*=intro-block] + [class*=content-container] .content-wrapper {
    margin-top: 0px;
  }
  .left-nav {
    padding: 0;
  }
  .left-nav h2 {
    display: none;
  }
  .left-nav ul {
    margin: 0;
  }
  .left-nav ul li {
    display: none;
    border: 0 none;
  }
  .left-nav ul li.subnav span {
    display: block;
  }
  .left-nav ul li > a {
    padding-right: 0;
    border-bottom: solid 1px #e3e3e3;
    position: relative;
    z-index: 2;
    background: #fff;
  }
  .left-nav ul li > a:hover {
    color: #000;
  }
  .left-nav ul li > a:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 100%;
    height: 100%;
    width: 100%;
    border-bottom: solid 1px #e3e3e3;
    background: #fff;
  }
  .left-nav ul li > a:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 100%;
    height: 100%;
    width: 100%;
    border-bottom: solid 1px #e3e3e3;
    background: #fff;
  }
  .left-nav ul li.active > a {
    color: #000;
  }
  .left-nav ul li.current {
    display: block;
    position: relative;
  }
  .left-nav ul li.current:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 19px;
    height: 10px;
    width: 10px;
    border-right: 2px solid #7e7e7e;
    border-bottom: 2px solid #7e7e7e;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    pointer-events: none;
    z-index: 11;
    transition: all 0.5s ease-in-out;
  }
  .left-nav ul li.current.active:before {
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    transition: all 0.5s ease-in-out;
  }
  .left-nav ul li.current.active ul.active {
    top: 49px;
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.2);
  }
  .left-nav ul li.current ul {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 1;
    padding: 25px 0;
    display: block;
    top: -1000px;
    transition: top 700ms ease-out;
  }
  .left-nav ul li.current ul:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 100%;
    height: 100%;
    width: 100%;
    background: #fff;
  }
  .left-nav ul li.current ul:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #fff;
  }
  .left-nav ul li.current ul li {
    display: block;
    margin-bottom: 15px;
  }
  .left-nav ul li.current ul li > a {
    border: 0 none;
    background: #f8f8f8;
    position: relative;
    padding: 3px 0;
  }
  .left-nav ul li.current ul li > a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background-color: #f8f8f8;
    border: 0 none;
    z-index: 2;
  }
  .left-nav ul li.current ul li > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background-color: #f8f8f8;
    border: 0 none;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .anchor-list {
    right: 0px;
    -ms-transform: translateX(0%);
        transform: translateX(0%);
    width: 100%;
    position: fixed;
    top: 57px;
  }
  header .header {
    padding-left: 0;
    max-width: calc(100% - 0px);
  }
  header .header .logo a {
    margin-top: -10px;
    display: block;
  }
  header .header .logo a img {
    width: 105px;
  }
  header .header .logo a span {
    display: block;
    padding-right: 0;
    margin-top: -3px;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}
@media screen and (max-width: 1100px) {
  .location-geo-ip .location-copy-left p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .location-geo-ip.active {
    display: block;
  }
  .location-geo-ip .location-copy {
    padding: 15px 0 10px;
  }
  .location-geo-ip .geo-dropdown-container {
    position: relative;
  }
  .location-geo-ip .geo-dropdown-container .geo-close {
    position: absolute;
    left: -8px;
    top: -40px;
  }
}
@media screen and (max-width: 576px) {
  .location-geo-ip .location-copy {
    padding: 15px 0 20px;
    display: block;
  }
  .location-geo-ip .location-copy-left {
    padding-bottom: 10px;
  }
  .location-geo-ip .geo-dropdown-container .geo-close {
    top: -90px;
  }
}
@media (max-width: 767.98px) {
  .headroom--top.topSpace {
    top: 160px !important;
  }
  .location-geo-ip {
    height: 160px;
  }
}
.mainheader {
  position: fixed;
  z-index: 2000;
  width: 100%;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .mainheader .header-container {
    height: 58px;
    margin-bottom: 0px;
  }
}
.mainheader .header {
  position: relative;
}

.disable-links__ {
  overflow: hidden;
}
.disable-links__ .mainheader {
  z-index: 200000;
}
.disable-links__ .mainheader a {
  pointer-events: none;
}
.disable-links__ .location-geo-ip {
  z-index: 200001;
}
.disable-links__ .main-container {
  position: relative;
}
.disable-links__ .main-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10000;
}
.disable-links__ .main-nav::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.disable-links__ .header--fixed:after {
  content: "";
  position: absolute;
  top: 116px;
  right: 0;
  width: 100%;
  height: 68px;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.98px) {
  .disable-links__ .header--fixed:after {
    top: 160px;
    height: 58px;
  }
}

.body-margin {
  margin-top: 116px;
}
@media (max-width: 767.98px) {
  .body-margin {
    margin-top: 218px;
  }
}

@media only screen and (min-width: 1200px) {
  header .headroom--pinned.headroom--not-top .main-nav ul.main-nav-ul.font-drop > li > a {
    padding: 7px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1280px) {
  body.xsUtNav header .utility-nav ul li {
    margin-left: 12px;
  }
  body.xsUtNav header .utility-nav ul li a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1281px) {
  body.xsUtNav header .utility-nav ul li {
    margin-left: 15px;
  }
  body.xsUtNav header .utility-nav ul li a {
    font-size: 14px;
  }
}

#nav-container-top {
  background-color: #fff;
  height: 0px;
}

.sticky-anchor-nav {
  background-color: #fff;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 80px;
  position: sticky;
  text-align: center;
  z-index: 3;
  height: 68px;
  width: 100%;
  top: 0px;
}
.sticky-anchor-nav ul {
  margin-bottom: 0;
  list-style: none;
  overflow-x: auto;
  white-space: nowrap;
  padding: 17px 0px 0px 0px;
}
.sticky-anchor-nav ul li {
  line-height: 1;
  display: inline-block;
  margin-bottom: 0px;
}
.sticky-anchor-nav ul li a {
  padding: 0px 22px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  display: block;
}
.sticky-anchor-nav ul li.current a {
  color: #3e3c90;
}
@media (max-width: 767.98px) {
  .sticky-anchor-nav {
    margin-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
  }
  .sticky-anchor-nav ul::-webkit-scrollbar {
    display: none;
  }
  .sticky-anchor-nav ul li:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .sticky-anchor-nav ul li {
    margin-bottom: 0px;
  }
  .sticky-anchor-nav ul li a {
    padding: 0px 24px 0px 24px;
  }
}

body.ap-sticky-rules .mainWrapper {
  overflow-x: clip;
}
@media screen and (max-width: 1200px) {
  body.ap-sticky-rules .main-container {
    margin-top: 0px;
  }
}
body.ap-sticky-rules .mainheader {
  position: relative;
}
body.ap-sticky-rules header .headroom {
  padding-left: 0px;
  padding-right: 0px;
  position: static;
}
body.ap-sticky-rules .video-banner-wrapper,
body.ap-sticky-rules .picture-banner-wrapper {
  margin-top: 0px;
}

.nav-light,
.nav-dark {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.transparent-header .nav-light,
.transparent-header .nav-dark {
  opacity: 1;
}

/* Root values */
:root {
  --navbar-bg-color-light: #f8f9fa;
  --navbar-bg-color-dark: #333;
  --navbar-link-font-size: 0.875rem;
  --navbar-link-font-size-large: 1.75rem;
  --navbar-link-font-weight: 700;
  --navbar-link-line-height: 20px;
  --navbar-link-line-height-large: 38px;
  --navbar-padding: 0rem 1rem;
  --navbar-padding-mobile: 14px 0;
  --toggler-padding: 0 1px;
  --toggler-font-size: 1.25rem;
  --toggler-border-radius: 0.25rem;
  --logo-height: 40px;
  --logo-text-margin-left: 0.5rem;
  --utility-item-gap: 20px;
  --lang-list-border: 1px solid #ddd;
  --lang-list-padding: 0.5rem;
  --lang-list-border-radius: 0.25rem;
  --lang-item-margin-bottom: 0.5rem;
  --text-color-light: #fff;
  --text-color-dark: #000;
  --icon-size: 1.25rem;
}

/* SCSS Variables */
.nav-scroll {
  --text-color-light: #000;
  --text-color-dark: #fff;
}

.nav-light,
.nav-active {
  --text-color-light: #000;
  --text-color-dark: #fff;
}

.navbar-open {
  overflow: hidden;
}

/* Base Navbar Styles */
.navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: var(--navbar-padding-mobile);
  color: var(--text-color-light);
}
@media (min-width: 1200px) {
  .navbar {
    padding: var(--navbar-padding);
  }
}
.navbar__toggler {
  padding: var(--toggler-padding);
  font-size: var(--toggler-font-size);
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: var(--toggler-border-radius);
  display: none;
  outline: none;
}
.navbar__toggler-icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 10;
}
.navbar__toggler-icon::before, .navbar__toggler-icon::after,
.navbar__toggler-icon div {
  content: "";
  background-color: #fff;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.nav-scroll .navbar__toggler-icon::before, .nav-light .navbar__toggler-icon::before, .nav-scroll .navbar__toggler-icon::after, .nav-light .navbar__toggler-icon::after,
.nav-scroll .navbar__toggler-icon div,
.nav-light .navbar__toggler-icon div {
  background-color: #000;
}
.navbar-open .navbar__toggler-icon::before, .navbar-open .navbar__toggler-icon::after,
.navbar-open .navbar__toggler-icon div {
  background-color: #000;
}
.navbar__toggler-icon::before {
  top: 2px;
}
.navbar-open .navbar__toggler-icon::before {
  -ms-transform: translateY(5px) rotate(-45deg);
      transform: translateY(5px) rotate(-45deg);
}
.navbar__toggler-icon div {
  top: 9px;
}
.navbar-open .navbar__toggler-icon div {
  -ms-transform: scale(0);
      transform: scale(0);
}
.navbar__toggler-icon::after {
  bottom: 2px;
}
.navbar-open .navbar__toggler-icon::after {
  -ms-transform: translateY(-9px) rotate(45deg);
      transform: translateY(-9px) rotate(45deg);
}
.navbar__collapse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 1200px) {
  .navbar__collapse {
    display: none;
  }
}
.navbar__space {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.navbar__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.navbar__title {
  margin: 0;
}
.navbar__logo-image {
  height: var(--logo-height);
}
.navbar__links {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .navbar__links {
    display: none;
  }
}
.navbar__links-list {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  margin: 0;
  list-style: none;
}
.navbar__links-item {
  margin: 0px;
}
.navbar__links-item.is-active .tx {
  text-decoration: underline;
}
.navbar__links-item.active-submenu .submenu {
  display: block !important;
}
@media (min-width: 1200px) {
  .navbar__links-item.active-submenu .submenu {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.navbar__links-item.active-submenu.animation-init .submenu__content, .navbar__links-item.active-submenu.animation-init .submenu__menu {
  opacity: 1 !important;
  -ms-transform: translateX(0) !important;
      transform: translateX(0) !important;
}
.navbar__links-item.active-submenu a {
  color: var(--Purple-Purple-3, #5154b6);
}
.navbar__links-item.active-submenu a .iconx-Chevron-Down {
  -ms-transform: rotate(180deg) translateY(-3px);
      transform: rotate(180deg) translateY(-3px);
}
.navbar__links-item > a {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  column-gap: 4px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: inherit;
  font-size: var(--navbar-link-font-size);
  font-style: normal;
  font-weight: var(--navbar-link-font-weight);
  line-height: var(--navbar-link-line-height);
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .navbar__links-item > a {
    padding: 10px 1rem;
  }
}
.navbar__links-item > a span.tx {
  color: inherit;
}
.navbar__links-item > a span[class^=iconx-] {
  font-size: var(--icon-size);
}
@media screen and (max-width: 1200px) {
  .navbar__links-item > a span[class^=iconx-] {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
}
.navbar__links-item > a:hover span.tx {
  text-decoration: underline;
}
.navbar__utility {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 1200px) {
  .navbar__utility {
    display: none;
  }
}
.navbar__utility-list {
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  margin: 0;
  list-style: none;
  column-gap: var(--utility-item-gap);
  -ms-flex-align: center;
      align-items: center;
}
.navbar__utility-item.search-cta a {
  aria-label: "Search";
}
.navbar__utility-item.contact-cta.desktop a {
  aria-label: "Contact";
}
.navbar__utility-item.is-active .tx {
  text-decoration: underline;
}
.navbar__utility-item.lang-cta.js-lang > .navbar__lang-current {
  text-decoration: none;
  color: inherit;
  padding: 1.2rem 0;
  font-size: var(--navbar-link-font-size);
  font-style: normal;
  font-weight: var(--navbar-link-font-weight);
  line-height: var(--navbar-link-line-height);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  column-gap: 4px;
}
.navbar__utility-item.lang-cta.js-lang > .navbar__lang-current span {
  font-size: var(--icon-size);
}
.navbar__utility-item.lang-cta.js-lang > .navbar__lang-current:hover .tx {
  text-decoration: underline;
}
.navbar__utility-item.lang-cta.js-lang:hover .navbar__lang-list {
  display: block;
}
.navbar__utility-item .navbar__utility-link {
  text-decoration: none;
  color: inherit;
  font-size: var(--navbar-link-font-size);
  font-style: normal;
  font-weight: var(--navbar-link-font-weight);
  line-height: var(--navbar-link-line-height);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  column-gap: 4px;
}
.navbar__utility-item .navbar__utility-link span[class^=iconx-] {
  font-size: var(--icon-size);
}
.navbar__utility-item .navbar__utility-link:hover .tx {
  text-decoration: underline;
}
.navbar__lang-list {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar__lang-list .navbar__lang-item {
  margin-bottom: var(--lang-item-margin-bottom);
  display: none;
  color: var(--text-color-light);
}
.navbar__lang-list .navbar__lang-item.active {
  display: block;
}
.navbar__lang-list .navbar__lang-item:last-child {
  margin-bottom: 0;
}
.navbar__lang-list .navbar__lang-item a {
  text-decoration: none;
  color: var(--text-color-light);
  font-size: var(--navbar-link-font-size);
  font-style: normal;
  font-weight: var(--navbar-link-font-weight);
  line-height: var(--navbar-link-line-height);
}
.navbar__lang-list .navbar__lang-item a:hover {
  text-decoration: underline;
}
.navbar__lang-list .navbar__lang-item a:hover span {
  text-decoration: none;
}
.navbar__mobile-utility {
  display: none;
}
@media screen and (max-width: 1200px) {
  .navbar__mobile-utility {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    column-gap: 16px;
  }
  .navbar__mobile-utility a {
    text-decoration: none;
    color: var(--text-color-light);
    font-size: var(--navbar-link-font-size);
    font-style: normal;
    font-weight: var(--navbar-link-font-weight);
    line-height: var(--navbar-link-line-height);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    column-gap: 4px;
  }
  .navbar__mobile-utility a span {
    font-size: var(--icon-size);
  }
}

/* Mobile Popup Styles */
.navbar__popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.navbar__popup-content {
  background-color: var(--navbar-bg-color-light);
  padding: 1rem 0;
  border-radius: 0.25rem;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  padding-top: 70px;
}
.navbar__popup-content .navbar__links,
.navbar__popup-content .navbar__utility {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.navbar__popup-content .navbar__links .navbar__links-item,
.navbar__popup-content .navbar__links .navbar__utility-item,
.navbar__popup-content .navbar__utility .navbar__links-item,
.navbar__popup-content .navbar__utility .navbar__utility-item {
  margin: 0;
  color: #000;
}
.navbar__popup-content .navbar__links .navbar__links-item > a > .tx,
.navbar__popup-content .navbar__utility .navbar__links-item > a > .tx {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
}
.navbar__popup-content .navbar__links .navbar__links-item .submenu a .tx,
.navbar__popup-content .navbar__utility .navbar__links-item .submenu a .tx {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  font-weight: 700;
}
.navbar__popup-content .navbar__links {
  margin-top: 20px;
  margin-bottom: 30px;
}
.navbar__popup-content .navbar__links-list {
  width: 100%;
}
.navbar__popup-content .navbar__links-list li > a {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar__popup-content .submenu {
  display: none;
}
.navbar__popup-content .submenu__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
}
.navbar__popup-content .submenu__description {
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px; /* 171.429% */
  margin-bottom: 0px;
}
.navbar__popup-content .submenu__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px; /* 171.429% */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  display: inline-block;
}
.navbar__popup-content .submenu__list {
  margin-top: 40px;
  padding: 0;
  list-style-type: none;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 70vh;
}
.navbar__popup-content .submenu__item.is-active a {
  text-decoration: underline;
}
.navbar__popup-content .submenu__item.has-submenu a:after {
  font-family: "font-icons-header" !important;
  content: "\e903";
}
.navbar__popup-content .submenu__item a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  font-weight: 700;
  padding: 13px 1rem;
  color: var(--Greyscale-Black, #000);
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--Greyscale-Grey-2, #e3e3e3);
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}
.navbar__popup-content .submenu__item a.link-is-external:after {
  content: "\e90c";
  font-family: "font-icons-header" !important;
  font-size: 20px;
  position: absolute;
  left: 1rem;
  top: 50%;
  -ms-transform: rotate(0deg) translateX(0%) translateY(-40%);
      transform: rotate(0deg) translateX(0%) translateY(-40%);
  font-weight: 400;
}
.navbar__popup-content .submenu__item a .flag-text {
  display: -ms-flexbox;
  display: flex;
  column-gap: 25px;
}
.navbar__popup-content .submenu__item a .flag-text .tx {
  line-height: 26px;
}
.navbar__popup-content .submenu__item a .flag-text + span:has(.iconx-Chevron-Down) {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.navbar__popup-content .submenu__item a > span.fi {
  margin-left: 10px;
}
.navbar__popup-content .submenu__item a .iconx-Chevron-Down {
  font-size: var(--icon-size);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.navbar__popup-content .submenu__item a:hover {
  background: var(--Greyscale-Grey-2, #e3e3e3);
}
.navbar__popup-content .submenu__list:first-child .submenu__item a {
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
}
.navbar__popup-content .submenu__list:first-child .submenu__item.has-submenu a::after {
  content: "\e903";
  font-family: "font-icons-header" !important;
  font-size: var(--icon-size);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  font-weight: 400;
}
.navbar__popup-content .submenu__content {
  padding: 0 1rem;
}
.navbar__popup-content .submenu__menu-third {
  display: none;
}
.navbar__popup-content .submenu__menu-third.active {
  display: block;
}
.navbar__popup-content .submenu__menu-third-item {
  display: none;
}
.navbar__popup-content .submenu__menu-third-item.active {
  display: block;
}
.navbar__popup-content .submenu__menu-third-item .menu-third_title {
  position: relative;
  padding: 0;
  margin: 0 1rem;
}
.navbar__popup-content .submenu__menu-third-item .menu-third_title a {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000;
}
.navbar__popup-content .submenu__menu-third-item .menu-third_title:after {
  content: "\e910";
  font-family: "font-icons-header" !important;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 3px;
}
.navbar .navbar__links-item.active-submenu .submenu {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .navbar__utility {
    border-top: 1px solid var(--Greyscale-Grey-2, #e3e3e3);
    padding-top: 40px;
  }
  .navbar__utility-list {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 16px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .navbar__utility-list li a.navbar__utility-link {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    column-gap: 12px;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .navbar .navbar__links-list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .navbar .navbar__links-item {
    margin: 0;
  }
  .navbar .navbar__links-item > a {
    padding: 11px 0;
    margin: 0;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 116.667%;
    color: #000;
  }
}

/* Show Toggler on Mobile */
@media screen and (max-width: 1200px) {
  .navbar__toggler {
    display: block;
  }
  .navbar__toggler:focus {
    outline: none;
  }
}
.navbar__logo-image-dark {
  display: none;
}
.navbar__logo-image-light {
  display: block;
}

.nav-dark .header-bg-theme {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 75.13%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(-90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 71.03%);
  backdrop-filter: blur(40px);
  color: #fff;
  transition: all 0.3s ease;
}
.nav-dark.nav-scroll .header-bg-theme {
  background: rgba(245, 243, 245, 0.97);
  box-shadow: -4px 4px 8px 0px rgba(39, 41, 55, 0.08);
  color: #000;
}
.nav-dark.nav-scroll .navbar__logo-image-dark {
  display: block;
}
.nav-dark.nav-scroll .navbar__logo-image-light {
  display: none;
}

.nav-light .header-bg-theme,
.nav-active .header-bg-theme {
  background: rgba(245, 243, 245, 0.97);
  box-shadow: -4px 4px 8px 0px rgba(39, 41, 55, 0.08);
  color: #000;
}
.nav-light .navbar__logo-image-dark,
.nav-active .navbar__logo-image-dark {
  display: block;
}
.nav-light .navbar__logo-image-light,
.nav-active .navbar__logo-image-light {
  display: none;
}

#navbar-content .submenu,
.navbar__utility-item .submenu {
  display: none;
  padding: 60px 1rem;
  background: rgba(245, 243, 245, 0.97);
  box-shadow: -4px 4px 8px 0px rgba(39, 41, 55, 0.08);
  position: absolute;
  top: 60px;
  right: 0px;
  left: 0px;
  max-height: 80vh;
}
#navbar-content .submenu:before,
.navbar__utility-item .submenu:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: rgba(245, 243, 245, 0.97);
  box-shadow: -4px 4px 8px 0px rgba(39, 41, 55, 0.08);
}
#navbar-content .submenu:after,
.navbar__utility-item .submenu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: rgba(245, 243, 245, 0.97);
  box-shadow: -4px 4px 8px 0px rgba(39, 41, 55, 0.08);
  z-index: -1;
}
#navbar-content .submenu__content,
.navbar__utility-item .submenu__content {
  -ms-flex: 0 0 278px;
      flex: 0 0 278px;
  margin-left: 64px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 12px;
  opacity: 0;
  -ms-transform: translateX(-20px);
      transform: translateX(-20px);
  transition: all 0.3s ease;
}
#navbar-content .submenu__title,
.navbar__utility-item .submenu__title {
  font-size: 1.7rem;
  line-height: 36px;
  color: #000;
  margin-bottom: 0px;
}
#navbar-content .submenu__description,
.navbar__utility-item .submenu__description {
  font-size: 12px;
  line-height: 24px;
  font-weight: 450px;
  margin-bottom: 0px;
  color: #000;
}
#navbar-content .submenu__link,
.navbar__utility-item .submenu__link {
  font-size: 14px;
  line-height: 24px;
  color: var(--primary-color, #5154b6);
  text-decoration: underline;
}
#navbar-content .submenu__menu,
.navbar__utility-item .submenu__menu {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  color: #000;
  max-height: 80vh;
  opacity: 0;
  -ms-transform: translateX(-20px);
      transform: translateX(-20px);
  transition: all 0.3s ease;
  margin-left: 64px;
}
#navbar-content .submenu__list,
.navbar__utility-item .submenu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100%;
  overflow-y: auto;
}
#navbar-content .submenu__list::-webkit-scrollbar,
.navbar__utility-item .submenu__list::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
#navbar-content .submenu__item.is-active a,
.navbar__utility-item .submenu__item.is-active a {
  text-decoration: underline;
}
#navbar-content .submenu__item a,
.navbar__utility-item .submenu__item a {
  text-decoration: none;
  color: #000;
  font-size: var(--navbar-link-font-size);
  font-style: normal;
  font-weight: var(--navbar-link-font-weight);
  line-height: var(--navbar-link-line-height);
  padding: 11px 0 11px 0px;
  border-bottom: 1px solid var(--Greyscale-Grey-2, #e3e3e3);
  display: -ms-flexbox;
  display: flex;
  min-width: 290px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 50px;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-left: 30px;
}
#navbar-content .submenu__item a .flag-text,
.navbar__utility-item .submenu__item a .flag-text {
  display: -ms-flexbox;
  display: flex;
  column-gap: 25px;
}
#navbar-content .submenu__item a .flag-text .tx,
.navbar__utility-item .submenu__item a .flag-text .tx {
  line-height: 26px;
}
#navbar-content .submenu__item a span.iconx-Chevron-Down,
.navbar__utility-item .submenu__item a span.iconx-Chevron-Down {
  font-size: var(--navbar-link-font-size-large);
  font-style: normal;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
#navbar-content .submenu__item a:hover .flag-text .tx,
.navbar__utility-item .submenu__item a:hover .flag-text .tx {
  text-decoration: underline;
}
#navbar-content .submenu__item a:hover .flag-text span,
.navbar__utility-item .submenu__item a:hover .flag-text span {
  text-decoration: none;
}
#navbar-content .submenu__item a.link-is-external:after,
.navbar__utility-item .submenu__item a.link-is-external:after {
  content: "\e90c";
  font-family: "font-icons-header" !important;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: rotate(0deg) translateX(0%) translateY(-25%);
      transform: rotate(0deg) translateX(0%) translateY(-25%);
  font-weight: 400;
}
#navbar-content .submenu__item.has-submenu a:after,
.navbar__utility-item .submenu__item.has-submenu a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  font-family: "font-icons-header" !important;
  content: "\e903";
  font-size: var(--navbar-link-font-size-large);
  -ms-transform: rotate(90deg) translateX(-30%);
      transform: rotate(90deg) translateX(-30%);
  font-weight: 400;
}
#navbar-content .submenu__item-title,
.navbar__utility-item .submenu__item-title {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
  padding: 12px 0;
}
#navbar-content .submenu__menu-third,
.navbar__utility-item .submenu__menu-third {
  display: none;
}
#navbar-content .submenu__menu-third.active,
.navbar__utility-item .submenu__menu-third.active {
  display: block;
}
#navbar-content .submenu__menu-third-item,
.navbar__utility-item .submenu__menu-third-item {
  display: none;
}
#navbar-content .submenu__menu-third-item.active,
.navbar__utility-item .submenu__menu-third-item.active {
  display: block;
}
#navbar-content .submenu__menu-third-item .menu-third_title,
.navbar__utility-item .submenu__menu-third-item .menu-third_title {
  position: relative;
  padding: 10px 0;
}
#navbar-content .submenu__menu-third-item .menu-third_title a,
.navbar__utility-item .submenu__menu-third-item .menu-third_title a {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
  color: #000;
}
#navbar-content .submenu__menu-third-item .menu-third_title a:hover,
.navbar__utility-item .submenu__menu-third-item .menu-third_title a:hover {
  text-decoration: underline;
}
#navbar-content .submenu__menu-third-item .menu-third_title:after,
.navbar__utility-item .submenu__menu-third-item .menu-third_title:after {
  content: "\e910";
  font-family: "font-icons-header" !important;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 1200px) {
  #navbar-content .submenu,
  .navbar__utility-item .submenu {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px;
  }
  #navbar-content .submenu__content,
  .navbar__utility-item .submenu__content {
    margin-bottom: 20px;
    text-align: center;
  }
  #navbar-content .submenu__menu,
  .navbar__utility-item .submenu__menu {
    padding: 20px;
  }
  #navbar-content .submenu__list,
  .navbar__utility-item .submenu__list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
#navbar-content .submenu .nav-back,
.navbar__utility-item .submenu .nav-back {
  display: none;
}
@media screen and (max-width: 1200px) {
  #navbar-content .submenu .nav-back,
  .navbar__utility-item .submenu .nav-back {
    display: block;
  }
}

@media (min-width: 1200px) {
  #navbar-content .submenu__item a:hover {
    text-decoration: underline;
  }
}
.navbar__utility-item.active-submenu .submenu {
  display: -ms-flexbox;
  display: flex;
}
.navbar__utility-item.active-submenu .submenu__menu {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
}
.navbar__utility-item.active-submenu .submenu_search .submenu__menu {
  display: block;
  -ms-flex: 1;
      flex: 1;
  margin-left: 0px;
}
.navbar__utility-item.active-submenu .submenu_search .submenu__menu .search-input {
  /* Desktop/H1 */
  font-size: 2.25rem; /* 2.25rem */
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%; /* 133.333% */
  color: #000;
  border-bottom: 1px solid #6e6e72;
}
.navbar__utility-item.active-submenu .submenu_search .submenu__menu .search-input :-ms-input-placeholder {
  color: var(--Greyscale-Grey-1, #6e6e72);
}
.navbar__utility-item.active-submenu .submenu_search .submenu__menu .search-input ::placeholder {
  color: var(--Greyscale-Grey-1, #6e6e72);
}
.navbar__utility-item.active-submenu .submenu_search .submenu__menu .search-submit {
  border: 0px;
  background: none;
  padding: 0px;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.navbar__utility-item .submenu__menu {
  column-gap: 64px;
}
.navbar__utility-item .submenu__menu > ul:first-child li a {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  column-gap: 4px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px;
  font-size: var(--navbar-link-font-size-large);
  font-style: normal;
  font-weight: var(--navbar-link-font-weight);
  line-height: var(--navbar-link-line-height-large);
  border: 0px;
}
.navbar__utility-item .submenu__menu > ul:first-child li a .tx,
.navbar__utility-item .submenu__menu > ul:first-child li a .iconx-Chevron-Down {
  font-size: var(--navbar-link-font-size-large);
  color: inherit;
}
.navbar__utility-item .submenu__menu > ul:first-child li a:hover .tx {
  text-decoration: underline;
}
.navbar__utility-item .submenu__menu > ul:first-child li a span {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

header.nav-dark .header-bg-theme.headroom--unpinned,
header.nav-light .header-bg-theme.headroom--unpinned {
  -ms-transform: translateY(0);
      transform: translateY(0);
  position: relative;
}

@media screen and (max-width: 1200px) {
  .navbar__links-item.active-submenu > a {
    display: none;
  }
  .navbar__language-block,
  .navbar__Primary-block,
  .navbar__search-block {
    display: none;
  }
  .navbar__search-block {
    padding: 0 1rem;
  }
  .navbar-open-link .navbar__Primary-block {
    display: block;
  }
  .navbar-open-lang .navbar__language-block {
    display: block;
  }
  .navbar-open-lang .navbar__language-block .submenu {
    display: block;
  }
  .navbar-open-search .navbar__search-block {
    display: block;
  }
  .navbar-open-search .navbar__search-block .submenu {
    display: block;
  }
  .navbar__Primary-block .iconx-Chevron-Left {
    color: #000;
    position: absolute;
    top: 15px;
    display: none;
    right: 1rem;
    font-size: 30px;
     transform: rotate(180deg);
  }
  .nav-active .navbar__Primary-block .iconx-Chevron-Left {
    display: block;
  }
  .nav-active .navbar__links-item > a {
    display: none;
  }
  .nav-active .navbar__popup-content .navbar__utility {
    display: none;
  }
  #navbar-mobile__lang .iconx-Chevron-Left, #navbar-mobile__search .iconx-Chevron-Left,
  #navbar-mobile__lang .iconx-Chevron-Left,
  #navbar-mobile__search .iconx-Chevron-Left {
    color: #000;
    font-size: 30px;
    position: absolute;
    top: 15px;
     transform: rotate(180deg);
  }
  #navbar-mobile__lang .submenu__title, #navbar-mobile__search .submenu__title,
  #navbar-mobile__lang .submenu__title,
  #navbar-mobile__search .submenu__title {
    color: var(--Greyscale-Black, #000);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 116.667%;
    text-transform: capitalize;
  }
}
#navbar-mobile__search .submenu_search-wrapper {
  position: relative;
  margin-top: 20px;
}
#navbar-mobile__search .search-submit {
  border: 0px;
  background: none;
  padding: 0px;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  color: #6e6e72;
}
#navbar-mobile__search .search-submit:focus {
  outline: none;
}
#navbar-mobile__search .search-submit .iconx-close {
  display: none;
  position: relative;
  bottom: 0px;
  width: 30px;
}
.ios #navbar-mobile__search .search-submit .iconx-close {
  bottom: 5px;
}
#navbar-mobile__search .submenu_search-form.active .search-submit .iconx-close {
  display: inline-block;
}
#navbar-mobile__search .search-input {
  border-radius: 24px;
  background: var(--Greyscale-Grey-2, #e3e3e3);
  color: #000;
  /* Desktop/Mobile/Body 2 */
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px; /* 171.429% */
  padding: 8px 16px;
  border: 0px;
}
#navbar-mobile__search .search-input:-ms-input-placeholder {
  color: var(--Greyscale-Grey-1, #6e6e72);
}
#navbar-mobile__search .search-input::placeholder {
  color: var(--Greyscale-Grey-1, #6e6e72);
}

@media screen and (max-width: 1200px) {
  .transparent-header .main-container {
    margin-top: 0;
  }
  .location-geo-ip + .container-fluid:has(#navbar-popup) #navbar-popup, .location-geo-ip + .container-sm:has(#navbar-popup) #navbar-popup, .location-geo-ip + .container-md:has(#navbar-popup) #navbar-popup, .location-geo-ip + .container-lg:has(#navbar-popup) #navbar-popup, .location-geo-ip + .container-xl:has(#navbar-popup) #navbar-popup {
    top: 218px;
  }
  #navbar-mobile__lang .submenu__title {
    padding: 0 1rem;
  }
  #navbar-mobile__lang .iconx-Chevron-Left {
    right: 1rem;
  }
  .container-full .location-geo-ip {
    padding: 0 1rem;
  }
  .container-full .location-geo-ip .location-copy {
    margin-left: 1rem;
  }
  .container-full .location-geo-ip .geo-dropdown-container .geo-close {
    left: 5px;
  }
}
@media (min-width: 1200px) {
  #language-list .submenu__item a:hover,
  .submenu__item.active .tx {
    text-decoration: underline;
  }
}

.cookie {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  bottom: 0;
  border-top: solid 1px #3b3b3b;
  width: 100%;
  z-index: 111;
}
.cookie-container {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.cookie-copy {
  -ms-flex: 1;
      flex: 1;
  padding-left: 30px;
}
.cookie-copy p {
  font-size: 17px;
  margin-bottom: 0;
}
.cookie-copy a {
  text-decoration: underline;
  color: #fff;
}

a.cookie-cta {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  background: #cc003d;
  border-radius: 18px;
  padding: 8px 26px;
  cursor: pointer;
}

footer {
  clear: both;
  color: #fff;
  background: #000;
  border-top: solid 1px #696969;
}
footer .footer {
  padding: 30px 0 30px 0;
}
footer .footer h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  color: #fff;
  padding-top: 50px;
}
footer .footer-utility {
  font-size: 17px;
  line-height: 21px;
  margin-top: 30px;
}
footer .footer-utility ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-utility ul li {
  margin-left: 60px;
}
footer .footer-utility ul li:last-child {
  margin-left: 0;
}
footer .footer-utility ul li a {
  color: #fff;
}
footer .footer-utility ul li a:hover {
  text-decoration: underline;
}
footer .footer-nav {
  margin-top: 80px;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-nav-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}
footer .footer-nav-block ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
  width: 25%;
}
footer .footer-nav-block ul > li {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
footer .footer-nav-block ul > li a {
  color: #fff;
}
footer .footer-nav-block ul > li a:hover {
  text-decoration: underline;
}
footer .footer-nav-block ul > li ul {
  margin-top: 17px;
  width: 100%;
}
footer .footer-nav-block ul > li ul li {
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  margin-bottom: 10px;
}
footer .footer-contact .contact-info h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
footer .footer-contact .contact-info p {
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  margin-bottom: 10px;
}
footer .footer-contact .contact-info p a {
  color: #fff;
}
footer .footer-contact .contact-info p a:hover {
  text-decoration: underline;
}
footer .footer-contact .social-info {
  margin-top: 30px;
}
footer .footer-contact .social-info h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
footer .footer-contact .social-info ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-contact .social-info ul li {
  padding-left: 20px;
}
footer .footer-contact .social-info ul li:last-child {
  padding-left: 0;
}
footer .footer-contact .social-info ul li a {
  color: #fff;
}
footer .footer-contact .social-info ul li a .icon {
  font-size: 20px;
}
footer .footer-contact .social-info ul li a .icon.icon-twitter {
  font-size: 18px;
}
footer .footer-bottom-links {
  border-top: solid 1px #696969;
  padding-top: 30px;
  margin-top: 40px;
}
footer .footer-bottom-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 17px;
  line-height: 21px;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-bottom-links ul li {
  margin-left: 50px;
}
footer .footer-bottom-links ul li:last-child {
  margin-left: 0;
}
footer .footer-bottom-links ul li.sitemap {
  margin-top: 0;
}
footer .footer-bottom-links ul li a {
  color: #fff;
}
footer .footer-bottom-links ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1450px) {
  .cookie-container {
    max-width: calc(100% - 52px);
  }
}
@media screen and (max-width: 992px) {
  footer .footer h2 {
    font-size: 22px;
    line-height: 27px;
  }
  footer .footer-utility ul {
    display: block;
  }
  footer .footer-utility ul li {
    margin: 0 0 15px 0;
  }
  footer .footer-nav {
    display: block;
  }
  footer .footer-nav-block {
    display: block;
  }
}
@media screen and (max-width: 992px) and (max-width: 767.98px) {
  footer .footer-nav-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 992px) {
  footer .footer-nav-block .block-full {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  footer .footer-nav-block .block-full li {
    width: 50%;
  }
  footer .footer-nav-block .block-half {
    width: 50%;
    float: right;
    clear: right;
    margin-bottom: 30px;
  }
  footer .footer-bottom-links ul {
    font-size: 13px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  footer .footer-bottom-links ul li {
    margin-left: 0;
  }
  footer .footer-bottom-links ul .sitemap {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-contact .social-info ul {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  footer .footer-contact .social-info ul li {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .cookie-container {
    display: block;
    max-width: calc(100% - 14px);
  }
  .cookie-copy p {
    font-size: 15px;
  }
  .cookie-cta {
    text-align: center;
    margin: 10px 0 10px;
  }
  footer .footer-bottom-links ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-bottom-links ul li {
    width: 50%;
    margin-bottom: 10px;
  }
}
#searchForm {
  position: relative;
}

.search {
  background: #1c1c1c;
  position: relative;
  width: 100%;
  padding: 130px 105px 45px;
  top: -300px;
  z-index: -1;
  transition: top 500ms ease-out;
}
.search.active {
  top: -54px;
  z-index: 3;
}
.search.active #searchForm {
  animation: ShowContent 1s ease-in;
}
.search:before {
  background: #1c1c1c;
}
.search:after {
  background: #1c1c1c;
}
.search-input {
  width: 100%;
  background: transparent;
  border: 0;
  font-size: 19px;
  line-height: 36px;
  border-bottom: solid 1px #707070;
  color: #fff;
}
.search-input:focus {
  outline: none;
}
.search-btn {
  position: absolute;
  left: 0;
  background: transparent;
  border: 0;
  color: #fff;
  top: 0;
}
.search-btn:focus {
  outline: none;
}
@keyframes ShowContent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.accordion {
  margin-bottom: 20px;
}
.accordion-wrapper {
  margin-bottom: 30px;
}
.accordion-title h2 {
  font-size: 25px;
  line-height: 30px;
  color: #000;
  margin-bottom: 20px;
}
.accordion .card {
  border: 0 none;
  border-top: solid 1px #e3e3e3;
  border-radius: 0px;
}
.accordion .card:last-child {
  border-bottom: solid 1px #e3e3e3;
}
.accordion .card-header {
  font-size: 19px;
  line-height: 33px;
  background: none;
  border: 0 none;
  padding: 0;
}
.accordion .card-header a {
  color: #212529;
  display: block;
  padding: 34px 0 35px;
  position: relative;
  font-weight: bold;
}
.accordion .card-header a:before {
  position: absolute;
  content: "";
  background-color: #1e1450;
  width: 15px;
  height: 3px;
  left: 14px;
  margin-right: -8px;
  top: 52px;
  margin-top: -2.5px;
  transition: all 0.5s ease-in-out;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  opacity: 0;
}
.accordion .card-header a:after {
  content: "";
  position: absolute;
  background-color: #1e1450;
  width: 3px;
  height: 15px;
  left: 20px;
  margin-right: -2.5px;
  top: 52px;
  margin-top: -8px;
  transition: all 0.5s ease-in-out;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.accordion .card-header a.collapsed {
  font-weight: normal;
  color: #555;
}
.accordion .card-header a.collapsed:before {
  transition: all 0.5s ease-in-out;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  opacity: 1;
}
.accordion .card-header a.collapsed:after {
  transition: all 0.5s ease-in-out;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.accordion .card-body {
  padding: 0 0 20px;
}

@media screen and (max-width: 992px) {
  .accordion .card-header {
    font-size: 14px;
    line-height: 24px;
  }
  .accordion .card-body {
    font-size: 14px;
    line-height: 24px;
  }
}
.accordion-wrapper.revise {
  padding-top: 60px;
}
.accordion-wrapper.revise .card {
  padding: 28px 0;
}
.accordion-wrapper.revise .card-header a {
  padding: 0px;
}
.accordion-wrapper.revise .card-header a:before {
  position: absolute;
  content: "";
  background-color: #1e1450;
  width: 20px;
  height: 2px;
  left: 1px;
  margin-right: 0;
  top: 16px;
  margin-top: 0;
  transition: all 0.5s ease-in-out;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  opacity: 1;
}
.accordion-wrapper.revise .card-header a:after {
  content: "";
  position: absolute;
  background-color: #1e1450;
  width: 2px;
  height: 20px;
  left: 10px;
  margin-right: 0;
  top: 7px;
  margin-top: 0;
  transition: all 0.5s ease-in-out;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.accordion-wrapper.revise .card-header a.collapsed:before {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  background-color: #6e6e72;
}
.accordion-wrapper.revise .card-header a.collapsed:after {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  background-color: #6e6e72;
}
.accordion-wrapper.revise .card-header a h3,
.accordion-wrapper.revise .card-header a .question {
  color: #1e1450;
  line-height: 29px;
  margin-bottom: 0;
  font-size: 19px;
  padding-left: 32px;
  font-weight: bold;
}
.accordion-wrapper.revise .card-header a.collapsed h3,
.accordion-wrapper.revise .card-header a.collapsed .question {
  color: #6e6e72;
}
.accordion-wrapper.revise .card-body {
  color: #6e6e72;
  line-height: 36px;
  font-size: 19px;
  padding-bottom: 0px;
  padding-top: 28px;
}
@media all and (max-width: 768px) {
  .accordion-wrapper.revise .card-body {
    overflow: auto;
    max-width: 100%;
  }
}
.accordion-wrapper.revise .card-body p {
  color: #6e6e72;
  margin-bottom: 40px;
}
.accordion-wrapper.revise .card-body p:last-child {
  margin-bottom: 0px;
}
.accordion-wrapper.revise .card-body ul,
.accordion-wrapper.revise .card-body ol {
  margin-bottom: 40px;
  padding-right: 30px;
}
.accordion-wrapper.revise .card-body a {
  color: #3e3c90;
  font-weight: 600;
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.accordion-wrapper.revise .card-body a:hover {
  text-decoration-thickness: 1px;
}
.accordion-wrapper.revise .card-body .img-mb {
  margin-bottom: 40px;
}
.accordion-wrapper.revise .card-body h3,
.accordion-wrapper.revise .card-body h4,
.accordion-wrapper.revise .card-body h5,
.accordion-wrapper.revise .card-body h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    margin-bottom: 32px;
  }
}
.breadcrumb-item {
  position: relative;
  margin-left: 13px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .breadcrumb-item {
    margin-bottom: 3px;
  }
}
.breadcrumb-item .separator {
  display: none;
}
.breadcrumb-item a {
  line-height: 22px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.breadcrumb-item a:hover {
  color: #3e3c90;
}
.breadcrumb-item + .breadcrumb-item {
  padding-right: 22px;
}
.breadcrumb-item + .breadcrumb-item:before {
  padding-left: 0px;
  content: "";
  border: 2px solid #000;
  border-width: 0 0 2px 2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  -ms-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0px;
}
.breadcrumb-item.last a {
  color: #6e6e72;
}
.breadcrumb-item.last a:hover {
  content: inherit;
}
.breadcrumb.inner-crumbs-white {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .breadcrumb.inner-crumbs-white {
    margin-bottom: 0px;
    margin-top: 40px;
  }
}
.breadcrumb.inner-crumbs-white .breadcrumb-item + .breadcrumb-item:before {
  border-color: #fff;
}
.breadcrumb.inner-crumbs-white .breadcrumb-item a {
  color: #fff;
}
.breadcrumb.inner-crumbs-white .breadcrumb-item.last a {
  color: #fff;
}
.breadcrumb-wrap {
  margin-top: 185px;
}
@media (max-width: 767.98px) {
  .breadcrumb-wrap {
    margin-top: 84px;
  }
}
.breadcrumb-wrap + .news-landing-page {
  margin-top: 10px;
}
.breadcrumb-wrap + .intro-block-container .intro-block {
  margin-top: 10px;
}
.breadcrumb-wrap + .two-column-container {
  margin-top: 20px;
}
.breadcrumb-wrap + .article-block-fullcolumn {
  padding: 10px 0px 50px 0px;
}
@media (max-width: 767.98px) {
  .breadcrumb-wrap + .article-block-fullcolumn {
    padding: 10px 0px 50px 0px;
  }
}
.breadcrumb-wrap + .container-fluid .row .col-12 .leadership-block, .breadcrumb-wrap + .container-fluid .row .work-with-us.global-variant.full-width .work-with-us-wrapper .leadership-block, .work-with-us.global-variant.full-width .breadcrumb-wrap + .container-fluid .row .work-with-us-wrapper .leadership-block, .breadcrumb-wrap + .container-sm .row .col-12 .leadership-block, .breadcrumb-wrap + .container-sm .row .work-with-us.global-variant.full-width .work-with-us-wrapper .leadership-block, .work-with-us.global-variant.full-width .breadcrumb-wrap + .container-sm .row .work-with-us-wrapper .leadership-block, .breadcrumb-wrap + .container-md .row .col-12 .leadership-block, .breadcrumb-wrap + .container-md .row .work-with-us.global-variant.full-width .work-with-us-wrapper .leadership-block, .work-with-us.global-variant.full-width .breadcrumb-wrap + .container-md .row .work-with-us-wrapper .leadership-block, .breadcrumb-wrap + .container-lg .row .col-12 .leadership-block, .breadcrumb-wrap + .container-lg .row .work-with-us.global-variant.full-width .work-with-us-wrapper .leadership-block, .work-with-us.global-variant.full-width .breadcrumb-wrap + .container-lg .row .work-with-us-wrapper .leadership-block, .breadcrumb-wrap + .container-xl .row .col-12 .leadership-block, .breadcrumb-wrap + .container-xl .row .work-with-us.global-variant.full-width .work-with-us-wrapper .leadership-block, .work-with-us.global-variant.full-width .breadcrumb-wrap + .container-xl .row .work-with-us-wrapper .leadership-block {
  margin: 0px 0 60px;
}
@media (max-width: 767.98px) {
  .breadcrumb-wrap + .container-fluid .row .col-12 .leadership-block, .breadcrumb-wrap + .container-fluid .row .work-with-us.global-variant.full-width .work-with-us-wrapper .leadership-block, .work-with-us.global-variant.full-width .breadcrumb-wrap + .container-fluid .row .work-with-us-wrapper .leadership-block, .breadcrumb-wrap + .container-sm .row .col-12 .leadership-block, .breadcrumb-wrap + .container-sm .row .work-with-us.global-variant.full-width .work-with-us-wrapper .leadership-block, .work-with-us.global-variant.full-width .breadcrumb-wrap + .container-sm .row .work-with-us-wrapper .leadership-block, .breadcrumb-wrap + .container-md .row .col-12 .leadership-block, .breadcrumb-wrap + .container-md .row .work-with-us.global-variant.full-width .work-with-us-wrapper .leadership-block, .work-with-us.global-variant.full-width .breadcrumb-wrap + .container-md .row .work-with-us-wrapper .leadership-block, .breadcrumb-wrap + .container-lg .row .col-12 .leadership-block, .breadcrumb-wrap + .container-lg .row .work-with-us.global-variant.full-width .work-with-us-wrapper .leadership-block, .work-with-us.global-variant.full-width .breadcrumb-wrap + .container-lg .row .work-with-us-wrapper .leadership-block, .breadcrumb-wrap + .container-xl .row .col-12 .leadership-block, .breadcrumb-wrap + .container-xl .row .work-with-us.global-variant.full-width .work-with-us-wrapper .leadership-block, .work-with-us.global-variant.full-width .breadcrumb-wrap + .container-xl .row .work-with-us-wrapper .leadership-block {
    margin: 10px 0 40px;
  }
}
.breadcrumb-wrap.d-none + .content-container {
  margin-top: 185px;
}
@media (max-width: 767.98px) {
  .breadcrumb-wrap.d-none + .content-container {
    margin-top: 84px;
  }
  .breadcrumb-wrap.d-none + .content-container .content-wrapper {
    margin-top: 0px;
  }
}

.dl-pdflist {
  background-color: #f8f8f8;
  padding-bottom: 40px;
  padding-top: 20px;
}
.dl-pdflist .title {
  line-height: 39px;
  font-weight: 700;
  font-size: 28px;
  margin: 30px 0;
  color: #000;
}
@media (max-width: 767.98px) {
  .dl-pdflist .title {
    line-height: 30px;
    font-size: 24px;
  }
}
.dl-pdflist .pdf-anchor {
  background-color: #fff;
}

.download-pdf-list {
  margin: 0 -7.5px;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
}
.download-pdf-list li {
  width: calc(25% - 15px);
  margin: 0 7.5px 32px 7.5px;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .download-pdf-list li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767.98px) {
  .download-pdf-list {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
  }
  .download-pdf-list li {
    margin: 8px 0;
    width: 100%;
  }
}

.pdf-anchor {
  padding: 15px;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f8f8f8;
  position: relative;
  line-height: 28px;
  font-size: 19px;
  color: #000;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.pdf-anchor:hover {
  color: #3e3c90;
}
.pdf-anchor .icon {
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  right: 24px;
  top: 50%;
}
.pdf-anchor .icon::before {
  margin-top: 3px;
  display: block;
  color: #3e3c90;
}
@media (max-width: 767.98px) {
  .pdf-anchor {
    padding: 12px;
    line-height: 24px;
    font-size: 16px;
  }
  .pdf-anchor .icon {
    right: 16px;
  }
}
.pdf-anchor.external {
  padding: 16px 50px 16px 15px;
}
@media (max-width: 767.98px) {
  .pdf-anchor.external {
    padding: 12px 39px 12px 12px;
  }
}

.article-title {
  margin-bottom: 30px;
}
.article-title:empty, .article-title:has(.col-md-8:empty) {
  display: none;
}

.article-block h2 {
  color: #000;
}
.article-block-fullcolumn {
  padding: 0px 0 105px 0;
}
.article-block-fullcolumn .article-detail {
  padding: 10px 0 10px 15%;
}
.article-block-fullcolumn .article-detail h2 {
  margin-bottom: 15px;
}
.article-block-fullcolumn.enhanced {
  padding: 0;
}
@media (max-width: 767.98px) {
  .article-block-fullcolumn.enhanced > .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .article-block-fullcolumn.enhanced.noflip > .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.article-block-fullcolumn.enhanced .article-detail {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  height: 100%;
}
.article-block-fullcolumn.enhanced .article-detail h2 {
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .article-block-fullcolumn.enhanced .article-detail h2 {
    margin-bottom: 8px;
  }
}
.article-block-fullcolumn.enhanced .article-detail .icon-for-article {
  display: block;
  max-width: 50px;
}
.article-block-fullcolumn.enhanced .article-detail .icon-for-article img {
  margin-bottom: 32px;
}
.article-block-fullcolumn.enhanced .article-detail .icon-for-article img[src=""] {
  display: none;
}
@media (max-width: 767.98px) {
  .article-block-fullcolumn.enhanced .article-detail .icon-for-article img {
    margin: 20px 0;
  }
}
.article-block-fullcolumn.enhanced .article-detail p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #6e6e72;
  margin-bottom: 10px;
}
.article-block-fullcolumn.enhanced .article-detail .fullcolumn-video-cta {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .article-block-fullcolumn.enhanced .article-detail .fullcolumn-video-cta {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .article-block-fullcolumn.enhanced .article-detail {
    margin-bottom: 20px;
  }
}
.article-block-fullcolumn.enhanced.center-option .article-detail {
  margin-bottom: 24px;
  height: auto;
}
.article-block .article-column {
  padding: 65px 0 45px;
}
.article-block .article-column .article-detail {
  padding-top: 30px;
}
.article-block-fourcolumn .article-detail h2 {
  font-size: 24px;
  line-height: 29px;
}
.article-block-fourcolumn .article-detail p {
  font-size: 20px;
  line-height: 32px;
}
.article-block .slick-dots li {
  margin: 0 3px;
}
.article-block .slick-dots li button:before {
  content: "";
  border: solid 1px #5f6569;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.article-block .slick-dots li.slick-active button:before {
  background: #cc003d;
  border: solid 1px #cc003d;
}
.article-block.rm-py .article-block-fullcolumn {
  padding: 0;
}
@media (max-width: 767.98px) {
  .article-block.rm-py .article-block-fullcolumn {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .article-block.flip-mobile .article-block-fullcolumn > .row {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.article-video {
  padding-bottom: 56.19%;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.article-video iframe {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.component-single-video__thumbnail {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.component-single-video__thumbnail .yt-play {
  position: absolute;
  right: 50%;
  top: 50%;
  -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
  margin: 0;
  padding: 0;
  border: none;
  outline: 0 none;
  background-color: transparent;
}
.component-single-video__thumbnail .yt-play img {
  height: 60px;
  width: 60px;
}
.component-single-video__thumbnail .yt-play:before {
  position: absolute;
  top: 50%;
  right: 50%;
}

@media screen and (max-width: 767px) {
  .component-single-video {
    margin-bottom: 30px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.Play_Button {
  background-color: rgb(255, 255, 255);
  position: absolute;
  right: 176px;
  top: 6269px;
  width: 26px;
  height: 51px;
  z-index: 16;
}

@media screen and (max-width: 992px) {
  .article-block h2 {
    font-size: 27px;
    line-height: 36px;
  }
  .article-block p {
    font-size: 17px;
    line-height: 32px;
  }
  .article-block .article-column {
    padding: 40px 0;
  }
  .article-block-fullcolumn {
    padding: 50px 0 50px 0;
  }
  .article-block-fullcolumn .article-detail {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .article-block-fullcolumn {
    padding-top: 10px;
  }
  .article-block .article-detail {
    padding: 20px 0 20px;
  }
}
.article-block-fullcolumn .bothspace {
  margin-top: 35px;
  margin-bottom: 35px;
}

.article-block.nlayout .article-title, .article-block.stack-layout .article-title {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
  -ms-flex-direction: row;
      flex-direction: row;
  display: -ms-flexbox;
  display: flex;
}
.article-block.nlayout .article-title h2, .article-block.stack-layout .article-title h2 {
  margin-bottom: 0px;
  line-height: 48px;
  font-size: 37px;
}
.article-block.nlayout .article-title h2.mw60, .article-block.stack-layout .article-title h2.mw60 {
  max-width: 60%;
}
.article-block.nlayout .article-title .pdf-anchor, .article-block.stack-layout .article-title .pdf-anchor {
  padding: 11px 20px 11px 20px;
  width: auto;
}
.article-block.nlayout .article-title .pdf-anchor .icon, .article-block.stack-layout .article-title .pdf-anchor .icon {
  right: 17px;
}
.article-block.nlayout .article-title .pdf-anchor.external, .article-block.stack-layout .article-title .pdf-anchor.external {
  padding: 11px 45px 11px 20px;
}
.article-block.nlayout .article-title .primary-cta, .article-block.stack-layout .article-title .primary-cta {
  height: 100%;
}
@media (max-width: 767.98px) {
  .article-block.nlayout .article-title, .article-block.stack-layout .article-title {
    margin-bottom: 88px;
    display: block;
  }
  .article-block.nlayout .article-title h2, .article-block.stack-layout .article-title h2 {
    line-height: 32px;
    font-size: 28px;
  }
  .article-block.nlayout .article-title h2.mw60, .article-block.stack-layout .article-title h2.mw60 {
    max-width: 100%;
  }
  .article-block.nlayout .article-title .pdf-anchor,
  .article-block.nlayout .article-title .primary-cta, .article-block.stack-layout .article-title .pdf-anchor,
  .article-block.stack-layout .article-title .primary-cta {
    margin-top: 30px;
    display: inline-block;
  }
}
.article-block.nlayout .article-column {
  padding: 65px 0 0px;
}
@media (max-width: 767.98px) {
  .article-block.nlayout .article-column {
    padding: 40px 0px;
  }
}
.article-block.nlayout .article-column .article-detail {
  margin-bottom: 72px;
  padding-top: 24px;
}
@media (max-width: 767.98px) {
  .article-block.nlayout .article-column .article-detail {
    margin-bottom: 0px;
  }
}
.article-block.nlayout .article-img {
  border: 1px solid #e3e3e3;
}
.article-block.nlayout .article-detail h2 {
  line-height: 28px;
  font-weight: 700;
  font-size: 19px;
  color: #000;
}
@media (max-width: 767.98px) {
  .article-block.nlayout .article-detail h2 {
    line-height: 24px;
    font-size: 16px;
  }
}
.article-block.nlayout .article-detail p {
  color: #6e6e72;
  margin-bottom: 18px;
  line-height: 36px;
  font-size: 19px;
}
@media (max-width: 767.98px) {
  .article-block.nlayout .article-detail p {
    line-height: 24px;
    font-size: 14px;
  }
}
.article-block.nlayout .article .slick-prev,
.article-block.nlayout .article .slick-next {
  background-color: #f4f3f5;
  background-image: url(../images/carousel-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  height: 40px;
  width: 40px;
}
.article-block.nlayout .article .slick-prev:before,
.article-block.nlayout .article .slick-next:before {
  content: "";
}
.article-block.nlayout .article .slick-prev:hover,
.article-block.nlayout .article .slick-next:hover {
  background-color: #b8b6eb;
}
.article-block.nlayout .article .slick-prev.slick-disabled,
.article-block.nlayout .article .slick-next.slick-disabled {
  opacity: 0.5;
}
.article-block.nlayout .article .slick-prev.slick-disabled:hover,
.article-block.nlayout .article .slick-next.slick-disabled:hover {
  background-color: #f4f3f5;
}
.article-block.nlayout .article .slick-prev {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  top: -64px;
  right: auto;
  left: 56px;
}
.article-block.nlayout .article .slick-next {
  -ms-transform: none;
      transform: none;
  top: -64px;
  left: 0;
}
.article-block.nlayout .article .slick-dots {
  margin-right: 5px;
  text-align: right;
}
@media (max-width: 767.98px) {
  .article-block.stack-layout .article-title {
    margin-bottom: 35px;
  }
}
.article-block.stack-layout .colflex {
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .article-block.stack-layout .colflex {
    border-bottom: 1px solid #e3e3e3;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    margin-bottom: 0px;
    padding-top: 16px;
  }
}
@media (max-width: 767.98px) {
  .article-block.stack-layout .colflex .article-img {
    width: 110px;
    height: 110px;
    margin-right: 15px;
  }
  .article-block.stack-layout .colflex .article-img picture {
    width: 110px;
    height: 110px;
  }
  .article-block.stack-layout .colflex .article-img picture img {
    height: 100%;
    object-fit: cover;
  }
}
.article-block.stack-layout .colflex .article-detail {
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media (max-width: 767.98px) {
  .article-block.stack-layout .colflex .article-detail {
    width: calc(100% - 126px);
    padding: 0px 0 32px 0px;
  }
}
.article-block.stack-layout .colflex .article-detail h2 {
  font-size: 19px;
  font-style: normal;
  line-height: 28px;
}
@media (max-width: 767.98px) {
  .article-block.stack-layout .colflex .article-detail h2 {
    line-height: 24px;
    font-size: 16px;
  }
}
.article-block.stack-layout .colflex .article-detail p {
  color: #6e6e72;
  margin-bottom: 24px;
  line-height: 24px;
  font-size: 14px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.article-block .article-block-fullcolumn.column-flip-in-sm {
  padding-top: 0px;
}
.article-block .article-block-fullcolumn.column-flip-in-sm .article-title .social-share .social-container {
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (max-width: 767.98px) {
  .article-block .article-block-fullcolumn.column-flip-in-sm .article-title {
    padding-top: 10px;
  }
  .article-block .article-block-fullcolumn.column-flip-in-sm .article-title .social-share {
    display: block;
  }
  .article-block .article-block-fullcolumn.column-flip-in-sm .article-title .social-share .social-container {
    margin: 25px 0px 0px;
  }
}
@media (max-width: 767.98px) {
  .article-block .article-block-fullcolumn.column-flip-in-sm > .row {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.readMoreToggle.showlesscontent .SecSec,
.readMoreToggle.showlesscontent .readLess {
  display: none;
}
.readMoreToggle.showmorecontent .dots,
.readMoreToggle.showmorecontent .readMore {
  display: none;
}
.readMoreToggle .readMore,
.readMoreToggle .readLess {
  color: #6e6e72;
  line-height: 36px;
  cursor: pointer;
  font-size: 19px;
}
.readMoreToggle .readMore .icon-arrow,
.readMoreToggle .readLess .icon-arrow {
  padding-left: 25px;
  position: relative;
}
.readMoreToggle .readMore .icon-arrow:before,
.readMoreToggle .readLess .icon-arrow:before {
  border-bottom: 2px solid #6e6e72;
  border-right: 2px solid #6e6e72;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 7px;
  top: 7px;
}
.readMoreToggle .readLess .icon-arrow:before {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  top: 12px;
}

.article-block.bspace-100 {
  padding-bottom: 100px;
}
.article-block.bspace-80 {
  padding-bottom: 80px;
}
.article-block.tspace-100 {
  padding-top: 100px;
}
.article-block.tspace-80 {
  padding-top: 80px;
}
@media (max-width: 767.98px) {
  .article-block.bspace-100 {
    padding-bottom: 50px;
  }
  .article-block.bspace-80 {
    padding-bottom: 48px;
  }
  .article-block.tspace-100 {
    padding-top: 50px;
  }
  .article-block.tspace-80 {
    padding-top: 48px;
  }
}
.article-block.with-tabs {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .article-block.with-tabs {
    padding: 45px 0;
  }
}
.article-block.with-tabs .report-btn {
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: -100px;
  display: -ms-flexbox;
  display: flex;
}
.article-block.with-tabs .report-btn .pdf-anchor {
  width: auto;
}
@media (max-width: 767.98px) {
  .article-block.with-tabs .report-btn {
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 48px;
    margin-top: 0px;
  }
}
.article-block.with-tabs .article-title h2 {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .article-block.with-tabs .article-title h2 {
    margin-bottom: 24px;
  }
}
.article-block.with-tabs .article-title p {
  color: #6e6e72;
  font-size: 19px;
  line-height: 36px;
  margin-top: -20px;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .article-block.with-tabs .article-title p {
    line-height: 32px;
    font-size: 17px;
    margin-top: 0px;
  }
}
.article-block.with-tabs .article-img {
  height: 372px;
}
@media (max-width: 767.98px) {
  .article-block.with-tabs .article-img {
    height: -webkit-fill-available;
    height: auto;
  }
}
.article-block.with-tabs .article-img picture.lozad-picture,
.article-block.with-tabs .article-img picture.lozad-picture_ {
  height: 100%;
}
.article-block.with-tabs .article-img picture.lozad-picture img,
.article-block.with-tabs .article-img picture.lozad-picture_ img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.article-block.with-tabs .article-tab-nav {
  margin-bottom: 0;
}
.article-block.without-tabs {
  padding: 88px 0 28px;
}
@media (max-width: 767.98px) {
  .article-block.without-tabs {
    padding: 56px 0 0px;
  }
}
.article-block.without-tabs .article-title h2 {
  line-height: 48px;
  font-size: 37px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .article-block.without-tabs .article-title h2 {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.article-block.without-tabs .article-column {
  padding: 0px 0 25px;
}
.article-block .article-tab-nav {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .article-block .article-tab-nav {
    margin-bottom: 24px;
    display: block;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.article-block .article-tab-nav .scroll-left,
.article-block .article-tab-nav .scroll-right {
  background: #f4f3f5;
  border-radius: 50px;
  margin-top: 15px;
  max-width: 30px;
  max-height: 30px;
  min-width: 30px;
  min-height: 30px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .article-block .article-tab-nav .scroll-left,
  .article-block .article-tab-nav .scroll-right {
    display: none !important;
  }
}
.article-block .article-tab-nav .scroll-left::after,
.article-block .article-tab-nav .scroll-right::after {
  content: "";
  background-image: url(../images/carousel-arrow-icon.svg);
  background-size: 13px 18px;
  background-repeat: no-repeat;
  height: 30px;
  display: block;
  background-position: 8px 6px;
}
.article-block .article-tab-nav .scroll-left {
  box-shadow: -3px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
.article-block .article-tab-nav .scroll-left::after {
  -ms-transform: scale(-1);
      transform: scale(-1);
}
.article-block .article-tab-nav .scroll-right {
  box-shadow: 3px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
.article-block .article-tab-nav .nav-tabs {
  border-bottom: none;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-bottom: 40px;
  scrollbar-width: none; /* Firefox 64 */
}
@media (max-width: 767.98px) {
  .article-block .article-tab-nav .nav-tabs {
    margin-bottom: 0px;
    overflow-y: hidden;
  }
}
.article-block .article-tab-nav .nav-tabs::-webkit-scrollbar {
  display: none;
}
.article-block .article-tab-nav .nav-tabs .nav-item {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .article-block .article-tab-nav .nav-tabs .nav-item:first-child {
    margin-right: 15px;
  }
  .article-block .article-tab-nav .nav-tabs .nav-item:last-child {
    margin-left: 15px;
  }
}
.article-block .article-tab-nav .nav-tabs .nav-item .nav-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  color: #000;
  border: none;
  background-color: #fff;
  padding: 11px 28px;
  border-radius: 40px;
}
.article-block .article-tab-nav .nav-tabs .nav-item .nav-link.active {
  background-color: #f8f8f8;
  color: #3e3c90;
}
@media (max-width: 767.98px) {
  .article-block .article-tab-nav .nav-tabs .nav-item .nav-link {
    padding: 15px 17px 17px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .article-block .article.variant-highlight .slick-list .slick-track {
    display: -ms-flexbox;
    display: flex;
  }
  .article-block .article.variant-highlight .slick-list .slick-track .slick-slide {
    height: inherit;
  }
  .article-block .article.variant-highlight .slick-list .slick-track .slick-slide > div {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
  }
}
.article-block .article.variant-highlight .thumb-style {
  background-color: #f8f8f8;
  border-right: 8px solid #fff;
  border-left: 8px solid #fff;
  border-top-right-radius: 60px;
  margin-bottom: 16px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.article-block .article.variant-highlight .article-img {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 28px;
}
.article-block .article.variant-highlight .article-img.circle-icon {
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 4px;
  margin-right: 24px;
  margin-top: 28px;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  height: 98px;
  width: 98px;
  padding: 10px;
}
.article-block .article.variant-highlight .article-img.circle-icon picture {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.article-block .article.variant-highlight .article-img.circle-icon picture img {
  max-width: 100%;
}
.article-block .article.variant-highlight .article-img:not(.circle-icon) {
  height: auto;
}
.article-block .article.variant-highlight .article-img:not(.circle-icon) picture img {
  max-height: 182px;
  max-width: 251px;
  display: block;
  margin: 0 auto;
}
.article-block .article.variant-highlight .article-detail {
  padding: 28px 24px;
}
.article-block .article.variant-highlight .article-detail h2 {
  margin-bottom: 4px;
  line-height: 36px;
  font-weight: 700;
  font-size: 28px;
}
.article-block .article.variant-highlight .article-detail h3 {
  color: #6e6e72;
  margin-bottom: 4px;
  line-height: 26px;
  font-weight: 700;
  font-size: 18px;
}
.article-block .article.variant-highlight .article-detail h3.color-black {
  color: #000;
}
.article-block .article.variant-highlight .article-detail p {
  color: #6e6e72;
  margin-bottom: 0px;
  line-height: 32px;
  font-size: 19px;
  font-weight: 400;
}
.article-block .article.variant-highlight .article-detail.text-only {
  padding: 36px 40px;
}
@media (max-width: 767.98px) {
  .article-block .article.variant-highlight .article-detail.text-only {
    padding: 36px 30px;
  }
}
.article-block .article.variant-highlight .slick-next,
.article-block .article.variant-highlight .slick-prev {
  background-color: #f8f8f8;
  background-image: url(../images/carousel-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  background-size: 12px;
  height: 32px;
  width: 32px;
  top: -56px;
  -ms-transform: none;
      transform: none;
}
.article-block .article.variant-highlight .slick-next:before,
.article-block .article.variant-highlight .slick-prev:before {
  content: unset;
}
.article-block .article.variant-highlight .slick-next:hover,
.article-block .article.variant-highlight .slick-prev:hover {
  background-color: #b8b6eb;
}
.article-block .article.variant-highlight .slick-next:focus,
.article-block .article.variant-highlight .slick-prev:focus {
  outline: none;
}
.article-block .article.variant-highlight .slick-next.slick-disabled,
.article-block .article.variant-highlight .slick-prev.slick-disabled {
  opacity: 0.1;
}
.article-block .article.variant-highlight .slick-next.slick-disabled:hover,
.article-block .article.variant-highlight .slick-prev.slick-disabled:hover {
  background-color: #f4f3f5;
}
.article-block .article.variant-highlight .slick-prev {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  margin: 0px 16px;
  right: auto;
  left: 33px; transform: unset;
}
.article-block .article.variant-highlight .slick-next {
  margin: 0px;
  left: 0px;
  right: auto; transform: scaleX(-1);
}
.article-block .article.variant-highlight .slick-dots {
  margin-right: 5px;
  text-align: right;
}
.article-block.black-video {
  background-color: #000;
}
.article-block.black-video .field-heading,
.article-block.black-video h2 {
  color: #fff;
}
@media (max-width: 767.98px) {
  .article-block.black-video .article-column .article-title {
    margin-bottom: 60px;
  }
}
.article-block.black-video .article-column .article-detail .field-description {
  color: #fff;
}
.article-block.black-video .article-column .article .slick-prev,
.article-block.black-video .article-column .article .slick-next {
  background-color: #f4f3f5;
  background-image: url(../images/carousel-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  height: 32px;
  width: 32px;
}
.article-block.black-video .article-column .article .slick-prev:before,
.article-block.black-video .article-column .article .slick-next:before {
  content: "";
}
.article-block.black-video .article-column .article .slick-prev:hover,
.article-block.black-video .article-column .article .slick-next:hover {
  background-color: #b8b6eb;
}
.article-block.black-video .article-column .article .slick-prev.slick-disabled,
.article-block.black-video .article-column .article .slick-next.slick-disabled {
  opacity: 0.5;
}
.article-block.black-video .article-column .article .slick-prev.slick-disabled:hover,
.article-block.black-video .article-column .article .slick-next.slick-disabled:hover {
  background-color: #f4f3f5;
}
.article-block.black-video .article-column .article .slick-prev {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  top: -52px;
  right: auto;
  left: 54px;
}
.article-block.black-video .article-column .article .slick-next {
  -ms-transform: none;
      transform: none;
  top: -52px;
  left: 6px;
}
.article-block.black-video .article-column .article .slick-dots {
  margin-right: 5px;
  text-align: right;
}
.article-block.black-video .article-column .article .slick-dots li button:before {
  background: #6e6e72;
  border: solid 1px #6e6e72;
  opacity: 1;
}
.article-block.black-video .article-column .article .slick-dots li.slick-active button:before {
  background: #b8b6eb;
  border: solid 1px #b8b6eb;
  opacity: 1;
}

.pin-spacer + .article-block {
  padding-top: 0;
}

/* RTL */
/* ignore rtl:begin */
[dir=rtl] .slick-slide {
  float: right; float: right;
}

/* ignore rtl:end */
@media (max-width: 767.98px) {
  .article-block-threecolumn .slick-dots {
    bottom: -85px;
  }
}

.landingBanner-blocks {
  min-height: 800px;
}
@media screen and (max-width: 992px) {
  .landingBanner-blocks {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .landingBanner-blocks {
    min-height: 800px;
  }
}
.landingBanner-blocks .block-banner-img-container {
  position: relative;
  height: 100vh;
  box-shadow: 0px 18px 56px rgba(0, 0, 0, 0.152);
  opacity: 1;
}
.landingBanner-blocks .block-banner {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
  height: 100%;
}
.landingBanner-blocks .block-banner-img {
  margin: 0 auto;
  max-width: 1920px;
  position: absolute;
  right: 50%;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
  height: 100vh;
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.landingBanner-blocks .block-banner-img img {
  position: absolute;
  right: 50%;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
  z-index: -1;
}
.landingBanner-blocks .block-banner-img:before {
  position: absolute;
  -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
      transform: matrix(-1, 0, 0, -1, 0, 0);
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(51, 51, 51, 0) 0%, rgba(0, 0, 0, 0.552) 100%) 100% 0% no-repeat padding-box;
  opacity: 1;
  content: "";
  top: -1px;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.landingBanner-blocks .block-banner-img:after {
  position: absolute;
  content: "";
  top: -1px;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
      transform: matrix(-1, 0, 0, -1, 0, 0);
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(51, 51, 51, 0) 0%, #003764 100%) 100% 0% no-repeat padding-box;
  opacity: 0.78;
}
.landingBanner-blocks .block-banner-copy {
  left: 0;
  right: 0;
  top: 40%;
  -ms-transform: translateY(-40%);
      transform: translateY(-40%);
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
  z-index: 1;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1450px) {
  .landingBanner-blocks .block-banner-copy {
    top: 35%;
    -ms-transform: translateY(-35%);
        transform: translateY(-35%);
  }
}
.landingBanner-blocks .block-banner-copy .copy-wrapper {
  color: #fff;
}
.landingBanner-blocks .block-banner-copy .copy-wrapper h1 {
  margin-bottom: 30px;
}
.landingBanner-blocks .block-banner-copy .copy-wrapper p {
  font-size: 20px;
  line-height: 32px;
}
.landingBanner-blocks .block-banner .banner-blocks {
  position: absolute;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 0px 11px 26px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  width: 100%;
}
.landingBanner-blocks .block-banner .banner-blocks .banner-block {
  padding: 35px 35px 20px;
  border-left: 1px solid #a3a3a3;
  -ms-flex: 1;
      flex: 1;
}
.landingBanner-blocks .block-banner .banner-blocks .banner-block:last-child {
  border-left: 0 none;
}
.landingBanner-blocks .block-banner .banner-blocks .banner-block h2 {
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 20px;
}
.landingBanner-blocks .block-banner .banner-blocks .banner-block p {
  margin-bottom: 25px;
}

@media screen and (min-width: 1200px) {
  .landingBanner-blocks {
    margin-right: -1px;
  }
}
@media screen and (max-width: 1350px) {
  .landingBanner-blocks .block-banner-copy {
    max-width: calc(100% - 52px);
  }
}
@media screen and (max-width: 1350px) {
  .landingBanner-blocks .block-banner .banner-blocks .banner-block {
    padding: 2% 3% 2%;
  }
  .landingBanner-blocks .block-banner .banner-blocks .banner-block h2 {
    margin-bottom: 15px;
  }
  .landingBanner-blocks .block-banner .banner-blocks .banner-block p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .landingBanner-blocks .block-banner-copy {
    top: 10%;
    -ms-transform: translateY(-10%);
        transform: translateY(-10%);
  }
  .landingBanner-blocks .block-banner-copy .copy-wrapper h1 {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .landingBanner-blocks .block-banner-copy .copy-wrapper p {
    font-size: 15px;
    line-height: 21px;
  }
  .landingBanner-blocks .block-banner .banner-blocks .banner-block {
    padding: 2% 3% 2%;
  }
  .landingBanner-blocks .block-banner .banner-blocks .banner-block h2 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
  }
  .landingBanner-blocks .block-banner .banner-blocks .banner-block p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
  }
  .landingBanner-blocks .block-banner .banner-blocks .banner-block .primary-cta-white {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 992px) {
  .landingBanner-blocks {
    margin-top: 0;
  }
  .landingBanner-blocks .block-banner-img-container {
    height: 100%;
  }
  .landingBanner-blocks .block-banner-img {
    right: auto;
    position: relative;
    height: auto;
    -ms-transform: translateX(0);
        transform: translateX(0);
    overflow: visible;
  }
  .landingBanner-blocks .block-banner-img img {
    position: unset;
    right: unset;
    -ms-transform: none;
        transform: none;
    max-width: 100%;
    height: auto;
  }
  .landingBanner-blocks .block-banner-copy {
    top: 30px;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
  .landingBanner-blocks .block-banner-copy .copy-wrapper h1 {
    margin-bottom: 10px;
  }
  .landingBanner-blocks .block-banner .banner-blocks .banner-block {
    padding: 15px 10px 0;
  }
  .landingBanner-blocks .block-banner .banner-blocks .banner-block h2 {
    margin-bottom: 10px;
  }
  .landingBanner-blocks .block-banner .banner-blocks .banner-block p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .landingBanner-blocks .block-banner-copy {
    max-width: calc(100% - 14px);
  }
  .landingBanner-blocks .block-banner .banner-blocks {
    display: block;
  }
  .landingBanner-blocks .block-banner .banner-blocks .banner-block {
    padding: 30px 30px 15px;
    border-bottom: solid 1px #a3a3a3;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .icon-block {
    margin-bottom: 30px;
  }
  .icon-block-heading {
    padding: 60px 0 20px;
  }
  .icon-block-icon {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  .landingBanner-blocks .block-banner-copy {
    top: 15px;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
  .landingBanner-blocks .block-banner-copy .copy-wrapper h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .landingBanner-blocks .block-banner-copy .copy-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
  .landingBanner-blocks .block-banner .banner-blocks .banner-block h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .landingBanner-blocks .block-banner .banner-blocks .banner-block p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .landingBanner-blocks .block-banner .banner-blocks .banner-block .primary-cta-white {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 576px) {
  .landingBanner-blocks .block-banner {
    position: static;
    margin-top: -400px;
  }
  .landingBanner-blocks .block-banner .banner-blocks {
    position: static;
  }
}
@media only screen and (min-width: 1024px) and (orientation: portrait) {
  .landingBanner-blocks .block-banner-img img {
    height: 100vh;
  }
}
.contactFrom .countryInterest-error {
  display: none;
}
.contactFrom .countryInterest label.error {
  color: #cc003d;
  font-size: 15px;
  font-weight: normal;
}

.modal {
  z-index: 2002;
}

.modal-backdrop {
  z-index: 2001;
}

.submit-idea-container {
  margin-top: 200px;
}

.media-form-container {
  margin-top: 30px;
}

.flatpickr-input {
  background: transparent !important;
  height: 33px;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
}
.flatpickr-input:-ms-input-placeholder {
  color: #000;
}
.flatpickr-input::placeholder {
  color: #000;
}
.flatpickr-input::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}
.flatpickr-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.form-privacy-container .captcha-wrapper {
  margin-top: 30px;
}

.sports-form-container {
  margin-top: 110px;
}
.sports-form-container .sitecore-form .form-heading {
  margin-bottom: 20px;
}
.sports-form-container .sitecore-form .form-heading p {
  font-size: 37px;
  line-height: 45px;
  font-weight: bold;
}
.sports-form-container .sitecore-form .form-sub-heading {
  text-align: right;
  padding-bottom: 50px;
  text-transform: none;
}
.sports-form-container .sitecore-form .form-sub-heading p {
  font-size: 25px;
  line-height: 36px;
  font-weight: bold;
}

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

.white-paper-container .sitecore-form {
  margin-top: 0;
}
.white-paper-container .sitecore-form .form-input {
  margin-bottom: 30px;
}

.iti__selected-flag {
  outline: none;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.form-sitecore {
  position: relative;
}
.form-sitecore .loader-overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 1;
  opacity: 0.5;
  display: none;
}

.contact-us-form,
.sitecore-form {
  margin-top: 90px;
  margin-bottom: 30px;
}
.contact-us-form .loader,
.sitecore-form .loader {
  display: none;
}
.contact-us-form .loader p,
.sitecore-form .loader p {
  display: none;
}
.contact-us-form .loader-overlay p,
.sitecore-form .loader-overlay p {
  color: transparent;
}
.contact-us-form h1,
.sitecore-form h1 {
  color: #000;
  margin-bottom: 50px;
}
.contact-us-form .form-success,
.sitecore-form .form-success {
  clear: both;
  margin-top: 30px;
  min-height: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.contact-us-form .form-success h2,
.sitecore-form .form-success h2 {
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -ms-flex-align: center;
      align-items: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 114.286% */
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 767.98px) {
  .contact-us-form .form-success h2,
  .sitecore-form .form-success h2 {
    font-size: 48px;
    line-height: 68px; /* 141.667% */
  }
}
.contact-us-form .form-success h2 img,
.sitecore-form .form-success h2 img {
  margin-right: 10px;
}
.contact-us-form .field-validation-error,
.sitecore-form .field-validation-error {
  color: #c60000;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  margin-top: 7px;
  display: -ms-flexbox;
  display: flex;
}
.contact-us-form .form-heading,
.sitecore-form .form-heading {
  margin-bottom: 70px;
}
.contact-us-form .form-heading p,
.sitecore-form .form-heading p {
  font-size: 32px;
  line-height: 44px;
  color: #000;
}
.contact-us-form .form-field-container,
.sitecore-form .form-field-container {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
.contact-us-form .form-wrapper,
.sitecore-form .form-wrapper {
  width: calc(50% - 8px);
  margin-bottom: 30px;
  line-height: 1;
}
.contact-us-form .form-wrapper.business-unit label, .contact-us-form .form-wrapper.subsidiary label,
.sitecore-form .form-wrapper.business-unit label,
.sitecore-form .form-wrapper.subsidiary label {
  display: none;
}
.contact-us-form .form-privacy,
.sitecore-form .form-privacy {
  line-height: 24px;
  margin-top: 30px;
  font-size: 16px;
  padding-right: 22px;
  color: #000;
  position: relative;
}
.contact-us-form .form-privacy .field-validation-error,
.sitecore-form .form-privacy .field-validation-error {
  margin-right: 0px;
  position: absolute;
  bottom: -24px;
  width: 100%;
}
.contact-us-form .form-privacy .privacy-label,
.sitecore-form .form-privacy .privacy-label {
  display: none;
}
.contact-us-form .form-privacy label,
.sitecore-form .form-privacy label {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.contact-us-form .form-privacy label input,
.sitecore-form .form-privacy label input {
  margin-left: 4px;
}
.contact-us-form .form-privacy a,
.sitecore-form .form-privacy a {
  color: #000;
  text-decoration: underline;
  margin-right: 5px;
}
.contact-us-form .form-privacy.form-privacy-checkbox label,
.sitecore-form .form-privacy.form-privacy-checkbox label {
  color: #000;
  position: static;
}
.contact-us-form .form-privacy.form-privacy-checkbox label .privacy-label,
.sitecore-form .form-privacy.form-privacy-checkbox label .privacy-label {
  position: absolute;
  display: unset;
  top: 7px;
  right: 0;
}
.contact-us-form .form-submit,
.sitecore-form .form-submit {
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.contact-us-form .form-submit input,
.sitecore-form .form-submit input {
  border: none;
  padding: 6.5px 24px;
  color: #fff;
  background: #cc003d;
  border-radius: 50px;
  font-size: 18px;
  line-height: 36px;
  outline: none;
  margin-bottom: 15px;
}
.contact-us-form .form-upload .file-error-msg,
.sitecore-form .form-upload .file-error-msg {
  display: none;
  color: #cc003d;
  font-size: 15px;
}
.contact-us-form .form-upload .fileList,
.sitecore-form .form-upload .fileList {
  font-size: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #003764;
}
.contact-us-form .form-upload .fileList a,
.sitecore-form .form-upload .fileList a {
  color: #003764;
  font-weight: bold;
}
.contact-us-form .form-upload .file-upload-input,
.sitecore-form .form-upload .file-upload-input {
  opacity: 0;
}
.contact-us-form .form-upload label,
.sitecore-form .form-upload label {
  display: block;
  position: absolute;
  z-index: 1;
  padding-right: 35px;
  cursor: pointer;
  color: #003764;
  font-weight: bold;
}
.contact-us-form .form-upload .icon,
.sitecore-form .form-upload .icon {
  position: absolute;
  margin-top: 2px;
  color: blue;
  z-index: 1;
  cursor: pointer;
  color: #003764;
}
.contact-us-form .form-upload p,
.sitecore-form .form-upload p {
  font-size: 17px;
  color: #000;
}
.contact-us-form .form-upload .upload-btn,
.sitecore-form .form-upload .upload-btn {
  border: none;
  padding: 10px 0;
  color: #000;
  font-size: 17px;
  line-height: 21px;
  outline: none;
}
.contact-us-form .radio-wrapper,
.sitecore-form .radio-wrapper {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
}
.contact-us-form .radio-wrapper .radio-group,
.sitecore-form .radio-wrapper .radio-group {
  -ms-flex: 1;
      flex: 1;
  font-weight: bold;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding-right: 25px;
  color: #000;
}
.contact-us-form .radio-wrapper .radio-group.notselected:after,
.sitecore-form .radio-wrapper .radio-group.notselected:after {
  opacity: 0;
}
.contact-us-form .radio-wrapper .radio-group input,
.sitecore-form .radio-wrapper .radio-group input {
  margin-left: 7px;
}
.contact-us-form .radio-wrapper .radio-group.notselected,
.sitecore-form .radio-wrapper .radio-group.notselected {
  color: #9a9a9a;
}
.contact-us-form .radio-wrapper .radio-group input[type=radio],
.sitecore-form .radio-wrapper .radio-group input[type=radio] {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0;
  opacity: 0 !important;
  width: 19px;
  height: 19px;
  margin: 0;
  padding: 0;
}
.contact-us-form .radio-wrapper .radio-group:before,
.sitecore-form .radio-wrapper .radio-group:before {
  position: absolute;
  top: 7px;
  right: 0;
  width: 16px;
  height: 16px;
  content: "";
  background: #fff;
  border: 3px solid #9a9a9a;
  border-radius: 50%;
}
.contact-us-form .radio-wrapper .radio-group:after,
.sitecore-form .radio-wrapper .radio-group:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0px;
  line-height: 12px;
  width: 16px;
  height: 16px;
  text-align: center;
  opacity: 1;
  font-size: 12px;
  border: 3px solid #cc003d;
  background: #cc003d;
  border-radius: 100%;
}
.contact-us-form .radio-wrapper [class*=radio-group] + [class*=radio-group],
.sitecore-form .radio-wrapper [class*=radio-group] + [class*=radio-group] {
  margin-right: 50px;
}
.contact-us-form .form-sub-heading,
.sitecore-form .form-sub-heading {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 20px;
  padding-top: 20px;
}
.contact-us-form .form-sub-heading p,
.sitecore-form .form-sub-heading p {
  font-size: 24px;
}
.contact-us-form .form-radio,
.sitecore-form .form-radio {
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  font-weight: bold;
}
.contact-us-form .form-radio .field-title,
.sitecore-form .form-radio .field-title {
  display: none;
}
.contact-us-form .form-radio .radio-group,
.sitecore-form .form-radio .radio-group {
  margin: 0 0 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.contact-us-form .form-radio .radio-group input,
.sitecore-form .form-radio .radio-group input {
  margin-left: 7px;
}
.contact-us-form .form-date input[type=date]:placeholder,
.sitecore-form .form-date input[type=date]:placeholder {
  opacity: 0;
}
.contact-us-form .form-date label,
.sitecore-form .form-date label {
  position: relative;
}
.contact-us-form .form-date label:before,
.sitecore-form .form-date label:before {
  position: absolute;
  content: "";
  background: url(../images/dp_calendar.png);
  height: 20px;
  width: 21px;
  left: 0;
  top: 5px;
}
.contact-us-form .form-input label,
.contact-us-form .form-dropdown label,
.sitecore-form .form-input label,
.sitecore-form .form-dropdown label {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  display: inline-block;
  margin-bottom: 9px;
}
.contact-us-form .form-input input,
.contact-us-form .form-input textarea,
.contact-us-form .form-dropdown input,
.contact-us-form .form-dropdown textarea,
.sitecore-form .form-input input,
.sitecore-form .form-input textarea,
.sitecore-form .form-dropdown input,
.sitecore-form .form-dropdown textarea {
  width: 100%;
  outline: none;
  display: block;
  font-size: 19px;
  line-height: 30px;
  color: #000;
  border: 1px solid #e3e3e3;
  height: 51px;
  padding: 0 20px;
}
.contact-us-form .form-input input:focus:not(.select2-search__field),
.contact-us-form .form-input textarea:focus:not(.select2-search__field),
.contact-us-form .form-dropdown input:focus:not(.select2-search__field),
.contact-us-form .form-dropdown textarea:focus:not(.select2-search__field),
.sitecore-form .form-input input:focus:not(.select2-search__field),
.sitecore-form .form-input textarea:focus:not(.select2-search__field),
.sitecore-form .form-dropdown input:focus:not(.select2-search__field),
.sitecore-form .form-dropdown textarea:focus:not(.select2-search__field) {
  border: 1px solid rgba(39, 41, 55, 0.35);
  box-shadow: 0px 0px 0px 4px rgba(39, 41, 55, 0.05);
}
.contact-us-form .form-input input.input-validation-error,
.contact-us-form .form-input textarea.input-validation-error,
.contact-us-form .form-dropdown input.input-validation-error,
.contact-us-form .form-dropdown textarea.input-validation-error,
.sitecore-form .form-input input.input-validation-error,
.sitecore-form .form-input textarea.input-validation-error,
.sitecore-form .form-dropdown input.input-validation-error,
.sitecore-form .form-dropdown textarea.input-validation-error {
  border-color: #c60000;
}
.contact-us-form .form-input input::-webkit-input-placeholder,
.contact-us-form .form-input textarea::-webkit-input-placeholder,
.contact-us-form .form-dropdown input::-webkit-input-placeholder,
.contact-us-form .form-dropdown textarea::-webkit-input-placeholder,
.sitecore-form .form-input input::-webkit-input-placeholder,
.sitecore-form .form-input textarea::-webkit-input-placeholder,
.sitecore-form .form-dropdown input::-webkit-input-placeholder,
.sitecore-form .form-dropdown textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
.contact-us-form .form-input input::-moz-placeholder,
.contact-us-form .form-input textarea::-moz-placeholder,
.contact-us-form .form-dropdown input::-moz-placeholder,
.contact-us-form .form-dropdown textarea::-moz-placeholder,
.sitecore-form .form-input input::-moz-placeholder,
.sitecore-form .form-input textarea::-moz-placeholder,
.sitecore-form .form-dropdown input::-moz-placeholder,
.sitecore-form .form-dropdown textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
.contact-us-form .form-input input:-ms-input-placeholder,
.contact-us-form .form-input textarea:-ms-input-placeholder,
.contact-us-form .form-dropdown input:-ms-input-placeholder,
.contact-us-form .form-dropdown textarea:-ms-input-placeholder,
.sitecore-form .form-input input:-ms-input-placeholder,
.sitecore-form .form-input textarea:-ms-input-placeholder,
.sitecore-form .form-dropdown input:-ms-input-placeholder,
.sitecore-form .form-dropdown textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
.contact-us-form .form-input input:-moz-placeholder,
.contact-us-form .form-input textarea:-moz-placeholder,
.contact-us-form .form-dropdown input:-moz-placeholder,
.contact-us-form .form-dropdown textarea:-moz-placeholder,
.sitecore-form .form-input input:-moz-placeholder,
.sitecore-form .form-input textarea:-moz-placeholder,
.sitecore-form .form-dropdown input:-moz-placeholder,
.sitecore-form .form-dropdown textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.contact-us-form .form-input textarea,
.contact-us-form .form-dropdown textarea,
.sitecore-form .form-input textarea,
.sitecore-form .form-dropdown textarea {
  min-height: 150px;
  padding-top: 16px;
}
.contact-us-form .form-input,
.contact-us-form .form-dropdown,
.sitecore-form .form-input,
.sitecore-form .form-dropdown {
  margin: 0px 0 60px;
}
@media (max-width: 767.98px) {
  .contact-us-form .form-input,
  .contact-us-form .form-dropdown,
  .sitecore-form .form-input,
  .sitecore-form .form-dropdown {
    margin: 0px 0 30px;
  }
}
.contact-us-form .form-dropdown,
.sitecore-form .form-dropdown {
  position: relative;
  line-height: 1;
}
.contact-us-form .form-dropdown:before,
.sitecore-form .form-dropdown:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 53px;
  height: 7px;
  width: 7px;
  border-right: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.contact-us-form .form-dropdown p,
.sitecore-form .form-dropdown p {
  display: none;
}
.contact-us-form .form-dropdown select,
.sitecore-form .form-dropdown select {
  border: none;
  background: transparent;
  -webkit-appearance: none;
  line-height: 30px;
  color: #000;
  outline: none;
  width: 100%;
  border: 1px solid #e3e3e3;
  display: block;
  font-size: 19px;
  height: 51px;
  padding: 0 20px;
}
.contact-us-form .form-dropdown select:focus,
.sitecore-form .form-dropdown select:focus {
  border: 1px solid rgba(39, 41, 55, 0.35);
  box-shadow: 0px 0px 0px 4px rgba(39, 41, 55, 0.05);
}
.contact-us-form .form-dropdown select.input-validation-error,
.sitecore-form .form-dropdown select.input-validation-error {
  border-color: #c60000;
}
.contact-us-form .form-dropdown p,
.sitecore-form .form-dropdown p {
  border-bottom: solid 1px #e3e3e3;
  font-size: 19px;
  line-height: 30px;
  font-weight: bold;
  height: 33px;
  margin-bottom: 0;
  color: #000;
}
.contact-us-form .field-required label,
.sitecore-form .field-required label {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.contact-us-form .field-required label:after,
.sitecore-form .field-required label:after {
  position: absolute;
  content: "*";
  height: 10px;
  width: 10px;
  top: 0;
  left: 0;
}

.contact-us-container {
  margin-top: 67px;
}
.transparent-header .contact-us-container {
  margin-top: 60px;
}
.contact-us-banner {
  position: relative;
}
.contact-us-banner .contact-us-banner-img picture .img-fluid {
  width: 100%;
}
.contact-us-copy {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.contact-us-details {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 8px;
  color: #fff;
  position: relative;
  height: 100%;
}
.contact-us-title {
  position: absolute;
  top: 26%;
}
.contact-us-desc {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 490px;
  width: 100%;
  padding: 40px 27px;
}
.contact-us-desc:before {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0.7;
}
.contact-us-desc.new-sty {
  background: #f8f8f8;
  padding: 40px 48px;
  position: static;
}
@media (max-width: 767.98px) {
  .contact-us-desc.new-sty {
    padding: 20px 28px;
  }
}
.contact-us-desc.new-sty::before {
  content: unset;
}
.contact-us-desc.new-sty h3,
.contact-us-desc.new-sty .title {
  margin-bottom: 32px;
  line-height: 28px;
  font-weight: 700;
  font-size: 19px;
  color: #000;
}
.contact-us-desc.new-sty .contact-us-tel-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 1fr;
      grid-template-columns: 40px 1fr;
  margin-bottom: 24px;
}
.contact-us-desc.new-sty .contact-us-tel-link a {
  line-height: 24px;
  font-size: 14px;
  color: #000;
}
.contact-us-desc.new-sty .contact-us-direction {
  line-height: 1;
}
.contact-us-desc.new-sty .contact-us-direction a {
  color: #3e3c90;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-right: 40px;
}
.contact-us-address {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 3px;
  position: relative;
  z-index: 1;
}
.contact-us-map {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.contact-us-map a {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}
.contact-us-map a img {
  margin-left: 6px;
}
.contact-us-tel-link {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.contact-us-tel-link a {
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}
.contact-us-skype {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  display: none !important;
}
.contact-us-skype a {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}
.contact-us-skype a img {
  margin-left: 3px;
}

@media screen and (max-width: 1450px) {
  .contact-us-details {
    max-width: calc(100% - 52px);
  }
}
@media screen and (max-width: 1300px) {
  .contact-us-title {
    top: 15%;
  }
  .contact-us-desc {
    padding: 20px 27px;
  }
}
@media screen and (max-width: 1200px) {
  .submit-idea-container {
    margin-top: 100px;
  }
  .contact-us-title {
    top: 20px;
  }
  .contact-us-container {
    margin-top: 58px;
  }
}
@media screen and (max-width: 992px) {
  .white-paper-container .sitecore-form {
    margin-top: 50px;
  }
  .contact-us-desc {
    padding: 10px 27px;
  }
  .contact-us-title {
    top: 10px;
  }
  .contact-us-title h1 {
    font-size: 27px;
    line-height: 33px;
  }
  .contact-us-address {
    font-size: 15px;
    margin-bottom: 0;
  }
  .contact-us-map {
    margin-bottom: 5px;
  }
  .contact-us-map a {
    font-size: 13px;
  }
  .contact-us-telephone a {
    font-size: 15px;
  }
  .contact-us-skype a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .contact-us-details {
    max-width: 100%;
  }
  .contact-us-title {
    top: 10%;
    right: 15px;
  }
  .contact-us-desc {
    padding: 20px 15px 30px;
    max-width: 100%;
  }
  .contact-us-address {
    margin-bottom: 5px;
  }
  .contact-us-map {
    margin-bottom: 20px;
  }
  .contact-us-form,
  .sitecore-form {
    margin-bottom: 70px;
  }
  .contact-us-form .form-privacy-container,
  .sitecore-form .form-privacy-container {
    display: block;
    width: 100%;
  }
  .contact-us-form .form-success,
  .sitecore-form .form-success {
    min-height: auto;
  }
  .contact-us-form .form-success h2,
  .sitecore-form .form-success h2 {
    font-size: 20px;
    display: inline;
    line-height: 25px;
  }
  .contact-us-form .form-success h2 img,
  .sitecore-form .form-success h2 img {
    margin-right: 10px;
  }
  .contact-us-form .form-heading p,
  .sitecore-form .form-heading p {
    font-size: 22px;
    line-height: 23px;
  }
  .contact-us-form .form-wrapper,
  .sitecore-form .form-wrapper {
    width: 100%;
    padding-left: 0;
  }
  .contact-us-form .form-wrapper:nth-child(2n),
  .sitecore-form .form-wrapper:nth-child(2n) {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-us-form .form-dropdown select,
  .sitecore-form .form-dropdown select {
    font-size: 15px;
  }
  .contact-us-form .form-dropdown p,
  .sitecore-form .form-dropdown p {
    font-size: 17px;
  }
  .contact-us-form .form-input label,
  .sitecore-form .form-input label {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-us-form .form-input input,
  .contact-us-form .form-input textarea,
  .sitecore-form .form-input input,
  .sitecore-form .form-input textarea {
    font-size: 17px;
  }
  .contact-us-form .form-input.business-unit,
  .sitecore-form .form-input.business-unit {
    width: 50%;
    padding-left: 10px;
  }
  .contact-us-form .form-input.subsidiary,
  .sitecore-form .form-input.subsidiary {
    width: 50%;
    padding-right: 10px;
  }
  .contact-us-form .form-textarea,
  .sitecore-form .form-textarea {
    margin-bottom: 10px;
  }
  .contact-us-form .form-heading,
  .sitecore-form .form-heading {
    margin-bottom: 30px;
  }
  .contact-us-form .form-privacy,
  .sitecore-form .form-privacy {
    font-size: 14px;
  }
  .contact-us-form .form-privacy label input,
  .sitecore-form .form-privacy label input {
    margin-left: 10px;
  }
}
.flatpickr-time {
  height: 40px;
}

.mcheckbox-layout label:nth-of-type(1) {
  display: inline-block !important;
  font-weight: bold !important;
  padding-right: 0;
}
.mcheckbox-layout label:nth-of-type(1)::after {
  color: black !important;
}
.mcheckbox-layout label {
  font-weight: normal !important;
  display: block !important;
  padding-right: 30px;
}
.mcheckbox-layout label::after {
  color: transparent !important;
}
.mcheckbox-layout label input {
  position: absolute !important;
  height: 13px !important;
  width: 13px !important;
  top: 8px !important;
  right: 0 !important;
}

.two-col-contact {
  margin-bottom: 60px;
}
.two-col-contact .container-fluid, .two-col-contact .container-sm, .two-col-contact .container-md, .two-col-contact .container-lg, .two-col-contact .container-xl {
  padding: 0px;
}
@media (max-width: 767.98px) {
  .two-col-contact .container-fluid, .two-col-contact .container-sm, .two-col-contact .container-md, .two-col-contact .container-lg, .two-col-contact .container-xl {
    max-width: 100% !important;
  }
}
.two-col-contact .contact-us-container,
.two-col-contact .contact-us-map {
  max-width: 410px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .two-col-contact .contact-us-container,
  .two-col-contact .contact-us-map {
    max-width: inherit;
  }
}
@media (max-width: 767.98px) {
  .two-col-contact .contact-us-map {
    margin-bottom: 50px;
  }
}
.two-col-contact .contact-us-form,
.two-col-contact .sitecore-form {
  margin: 0px;
}

.contact-us-map iframe {
  width: 100%;
  height: 661;
}
@media (max-width: 767.98px) {
  .contact-us-map iframe {
    height: 400px !important;
  }
}

.contact-us-form .iti--allow-dropdown input,
.contact-us-form .iti--allow-dropdown input[type=tel] {
      padding-right: 52px;
      padding-left: 6px
}
.contact-us-form .iti--allow-dropdown .iti__flag-container {
            right: 0;
            left: auto
}
.contact-us-form .iti__arrow {
          margin-right: 6px;
          margin-left: 0px
}
.contact-us-form .iti__country {
          align-items: center;
          display: flex
}
.contact-us-form .iti__country-name,
.contact-us-form .iti__flag-box {
          margin-right: 6px;
          margin-left: 0px
}

.thankyou-onpage {
  border-bottom: 1px solid #e3e3e3;
  margin-top: 189px;
}
@media (max-width: 767.98px) {
  .thankyou-onpage {
    margin-top: 80px;
  }
}

.thankyou-contnet {
  padding-bottom: 131px;
  background-image: url(../images/Thankyou.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - (100% - 190px));
  background-position-y: bottom;
}
.thankyou-contnet .leftcol {
  max-width: 556px;
}
.thankyou-contnet .leftcol .heading {
  color: #1e1450;
  margin-bottom: 16px;
  font-style: normal;
  line-height: 39px;
  font-weight: 700;
  font-size: 28px;
}
.thankyou-contnet .leftcol p {
  margin-bottom: 0px;
  line-height: 28px;
  font-weight: 700;
  font-size: 19px;
  color: #000;
}
.thankyou-contnet .leftcol .pdf-anchor {
  display: inline-block;
  margin-top: 32px;
  width: auto;
}
@media (max-width: 767.98px) {
  .thankyou-contnet {
    padding-bottom: 220px;
    background-position-x: 0%;
    background-size: 50%;
  }
  .thankyou-contnet .leftcol .heading {
    font-size: 28px;
    line-height: 32px;
  }
}

#articleTabContent .contact-us-form .field-required label:after,
#articleTabContent .sitecore-form .field-required label:after {
  left: auto;
}
#articleTabContent .fade:not(.show) {
  display: none;
}
#articleTabContent .form-wrap {
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 1200px) {
  #articleTabContent .form-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  #articleTabContent .form-wrap .terms {
    padding-right: 20px;
    text-indent: -10px;
  }
}
#articleTabContent .form-heading p {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 128.571% */
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  #articleTabContent .form-heading p {
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    max-width: 441px;
  }
}
@media (min-width: 1200px) {
  #articleTabContent .form-main {
    -ms-flex: 1;
        flex: 1;
    max-width: 784px;
  }
}
#articleTabContent .form-main .formbanner-wrap label {
  font-size: 19px;
  line-height: 19px;
}
#articleTabContent .form-main .formbanner-wrap .ms-options-wrap.ms-has-selections > button span {
  font-size: 19px;
  line-height: 19px;
}
#articleTabContent .form-main .formbanner-wrap .ms-options-wrap > button {
  padding: 18px 20px 17px 20px;
}
#articleTabContent .form-main .formbanner-wrap .form-input {
  margin-bottom: 32px;
}
#articleTabContent .form-main .formbanner-wrap .form-input.selectbox:before {
  top: 50px;
  bottom: auto;
}
#articleTabContent .form-main .formbanner-wrap .form-input label {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px; /* 150% */
}
#articleTabContent .form-main .formbanner-wrap .form-input input,
#articleTabContent .form-main .formbanner-wrap .form-input select {
  border: 1px solid #e3e3e3;
  background: #fff;
  height: 51px;
  font-size: 19px;
  line-height: 19px;
  cursor: pointer;
}
#articleTabContent .main-contact-us-form .form-success {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 32px;
  margin-bottom: 30px;
}
#articleTabContent .main-contact-us-form .form-success h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px; /* 141.667% */
}
#articleTabContent .main-contact-us-form .form-success p {
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 36px; /* 200% */
}
@media (min-width: 1200px) {
  #articleTabContent .main-contact-us-form .article-detail {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    column-gap: 32px;
  }
}
@media (min-width: 1200px) {
  #articleTabContent .main-contact-us-form .article-detail > div {
    width: 40%;
  }
}
#articleTabContent .main-contact-us-form .article-detail > div h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 128.571% */
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  #articleTabContent .main-contact-us-form .article-detail > div h2 {
    font-size: 59px;
    line-height: 60px; /* 101.695% */
  }
}
#articleTabContent .main-contact-us-form .article-detail > div p {
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 28px; /* 150% */
}
@media (min-width: 1200px) {
  #articleTabContent .main-contact-us-form .article-detail > div p {
    line-height: 36px; /* 200% */
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  #articleTabContent .main-contact-us-form .article-detail > div:last-child {
    width: 50%;
  }
}

.select2-dropdown {
  border: 0px;
}

.select2-container {
  width: 100% !important;
}
.select2-container.select2-container--default .select2-selection--multiple:before {
  content: " ";
  display: block;
  position: absolute;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 6px;
  margin-right: -4px;
  margin-top: -2px;
  top: 50%;
  width: 0;
  cursor: pointer;
}
.select2-container.select2-container--open .select2-selection--multiple:before {
  content: " ";
  display: block;
  position: absolute;
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
  height: 0;
  left: 6px;
  margin-right: -4px;
  margin-top: -2px;
  top: 50%;
  width: 0;
  cursor: pointer;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: auto;
}
.select2-container.select2-container--default .select2-selection--single, .select2-container.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container.select2-container--default .select2-selection--multiple, .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
  font-size: 19px;
  line-height: 30px;
  color: #000;
  border: 1px solid #e3e3e3;
  height: 51px;
  padding: 0;
  position: relative;
}
.select2-container.select2-container--default .select2-selection--single .select2-search__field, .select2-container.select2-container--default.select2-container--focus .select2-selection--single .select2-search__field,
.select2-container.select2-container--default .select2-selection--multiple .select2-search__field, .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field {
  font-size: 19px;
  line-height: 30px;
  color: #000;
  margin: 0;
  cursor: pointer;
  border: 0px !important;
  background: transparent !important;
}
.select2-container.select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container.select2-container--default.select2-container--focus .select2-selection--single .select2-search__field:-ms-input-placeholder,
.select2-container.select2-container--default .select2-selection--multiple .select2-search__field:-ms-input-placeholder, .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
  color: rgba(39, 41, 55, 0.35) !important;
  border: 0px;
}
.select2-container.select2-container--default .select2-selection--single .select2-search__field::placeholder, .select2-container.select2-container--default.select2-container--focus .select2-selection--single .select2-search__field::placeholder,
.select2-container.select2-container--default .select2-selection--multiple .select2-search__field::placeholder, .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field::placeholder {
  color: rgba(39, 41, 55, 0.35) !important;
  border: 0px;
}
.select2-container.select2-container--default .select2-selection--single .counter, .select2-container.select2-container--default.select2-container--focus .select2-selection--single .counter,
.select2-container.select2-container--default .select2-selection--multiple .counter, .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple .counter {
  position: absolute;
  font-size: 19px;
  line-height: 30px !important;
  color: #000;
  padding: 9px 22px;
  top: 0;
}
.select2-container.select2-container--default .select2-selection--single {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.select2-results__options {
  padding: 0 6px;
  box-shadow: 0px 2px 8px 0px rgba(39, 41, 55, 0.08);
  border: 1px solid rgba(39, 41, 55, 0.12);
}
.select2-results__options .select2-results__option {
  font-size: 12px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  text-transform: uppercase;
  padding: 10px 14px !important;
}
.select2-results__options .select2-results__option[aria-selected=true] {
  font-weight: 700;
  background: transparent no-repeat center left 10px url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADISURBVHgB7ZIxDoIwFIZf0U0WQYkxwcmESGcTdXTiAFzEyWM4eQav4AFMHFycmJwMThUnJhN5tjBqgQbGflv73vv+pK8AGo2mAw3x/FVoO2MrYY/7v3oXGuDNFlvAT0AQrvx4ajUglwMGBEhqELKX9UmfiNL5qD+YHOyhayXP+FIi30TR+SbzGCCll4oigSwshOpyyOdL8P3lNEPcIaDJW4/FbX15ZcBviBioLxdUflPG4pfjuGIHay5/q8iVEEunlJqg0WiU+QKof0hCEw9F4wAAAABJRU5ErkJggg==") !important;
}
.select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background: rgba(39, 41, 55, 0.05) !important;
  color: #000 !important;
}
.select2-results__options .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__options .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
.select2-results__options .select2-container--default .select2-selection--single .select2-selection__rendered li,
.select2-results__options .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  float: none;
  display: inline-block;
  font-size: 19px;
  background: none;
  line-height: 19px;
  padding: 12px 0;
  margin: 0 2px;
}
.select2-results__options .select2-container--default .select2-selection--single .select2-selection__rendered li,
.select2-results__options .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(39, 41, 55, 0.35) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-right: 22px !important;
}

.select2-container--open .select2-dropdown--below {
  border: 0px !important;
}

.article-block.stack-layout {
  display: none;
}

form.form-sitecore:has(> .form-success) + .article-block.stack-layout {
  display: block;
}

body.select2-open {
  overflow-x: hidden;
}

.form-footer .terms {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
}
.form-footer .terms label {
  margin-left: 4px;
}

.lazy {
  display: block;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.herobanner-wrapper .owl-item.active .herobanner-copy {
  animation: 0.65s ease 0s normal forwards 1 fadein;
}

.herobanner-wrapper {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .herobanner-wrapper {
    height: 100%;
    min-height: 700px;
  }
}
.herobanner-wrapper .herobanner-item {
  position: relative;
  height: 100vh;
  margin-right: -1px;
}
.herobanner-wrapper .herobanner-item:before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  right: 0;
  z-index: 13;
  background: transparent linear-gradient(-180deg, #003764 0%, #ffffff 100%) 100% 0% no-repeat padding-box;
  mix-blend-mode: exclusion;
  opacity: 0.3;
}
.herobanner-wrapper .herobanner-img-container {
  position: relative;
  height: 100vh;
}
.herobanner-wrapper .herobanner-img {
  position: absolute;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  height: 100vh;
  right: 50%;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
  overflow: hidden;
  z-index: 13;
}
.herobanner-wrapper .herobanner-img img {
  width: 100%;
  position: absolute;
  right: 50%;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
  height: 100vh;
}
.herobanner-wrapper .herobanner-img:before {
  position: absolute;
  content: "";
  top: 0;
  height: 30%;
  width: 100%;
  right: 0;
  background: transparent linear-gradient(-180deg, rgba(0, 14, 25, 0.9) 0%, rgba(51, 51, 51, 0) 100%) 100% 0% no-repeat padding-box;
  z-index: 15;
  opacity: 0.6;
}
.herobanner-wrapper .herobanner-img:after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 100%;
  width: 100%;
  right: 0;
  background: transparent linear-gradient(-180deg, rgba(0, 0, 0, 0.7) 0%, rgba(19, 31, 39, 0.6) 45%, rgba(0, 0, 0, 0) 100%) 100% 0% no-repeat padding-box;
  opacity: 1;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
  z-index: 15;
}
.herobanner-wrapper .herobanner-copy {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -ms-transform: translateY(-45%);
      transform: translateY(-45%);
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
  z-index: 15;
  opacity: 0;
}
.herobanner-wrapper .herobanner-copy .copy-wrapper {
  max-width: 640px;
}
.herobanner-wrapper .herobanner-copy .copy-wrapper .bannertitle {
  font-size: 75px;
  line-height: 76px;
  font-weight: bold;
  color: #fff;
}
.herobanner-wrapper .herobanner-copy .copy-wrapper .bannersubtitle {
  font-size: 25px;
  line-height: 36px;
  color: #fff;
}
.herobanner-wrapper .icons-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
  z-index: 12;
}
.herobanner-wrapper .icons-wrapper .herobanner-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
}
.herobanner-wrapper .icons-wrapper .herobanner-icons-item {
  margin-right: 10px;
  width: 176px;
}
.herobanner-wrapper .icons-wrapper .herobanner-icons-item.active .heroicon-img {
  box-shadow: none;
  border: solid 5px #fff;
  overflow: hidden;
}
.herobanner-wrapper .icons-wrapper .herobanner-icons-item.active .heroicon-img img {
  filter: saturate(100%);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.herobanner-wrapper .icons-wrapper .herobanner-icons-item .url {
  display: block;
}
.herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-img {
  position: relative;
  width: 176px;
  height: 171px;
  border: solid 1px #fff;
  cursor: pointer;
  box-shadow: 0px 7px 20px #000;
  overflow: hidden;
}
.herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-img img {
  filter: saturate(24%);
  transition: transform 0.4s ease-out;
}
.herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-img:hover {
  box-shadow: none;
  border: solid 5px #fff;
  overflow: hidden;
}
.herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-img:hover img {
  filter: saturate(100%);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-title {
  font-size: 19px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0 0 10px;
  opacity: 1;
}

@media screen and (max-width: 1450px) {
  .herobanner-wrapper .herobanner-copy {
    max-width: calc(100% - 52px);
  }
  .herobanner-wrapper .herobanner-copy .copy-wrapper .bannertitle {
    font-size: 49px;
    line-height: 52px;
  }
  .herobanner-wrapper .herobanner-copy .copy-wrapper .bannersubtitle {
    font-size: 16px;
    line-height: 30px;
  }
  .herobanner-wrapper .icons-wrapper {
    max-width: calc(100% - 52px);
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons .slick-slide {
    width: 126px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item {
    width: 126px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-img {
    width: 126px;
    height: 123px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .herobanner-wrapper .herobanner-copy {
    top: 35%;
    -ms-transform: translateY(-35%);
        transform: translateY(-35%);
  }
  .herobanner-wrapper .herobanner-copy .copy-wrapper .bannertitle {
    font-size: 49px;
    line-height: 52px;
  }
  .herobanner-wrapper .herobanner-copy .copy-wrapper .bannersubtitle {
    font-size: 16px;
    line-height: 30px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-title {
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
  }
}
@media screen and (max-width: 992px) {
  .herobanner-wrapper .herobanner-copy {
    top: 20%;
    -ms-transform: translateY(-20%);
        transform: translateY(-20%);
  }
  .herobanner-wrapper .herobanner-copy .copy-wrapper .bannertitle {
    font-size: 75px;
    line-height: 76px;
  }
  .herobanner-wrapper .herobanner-copy .copy-wrapper .bannersubtitle {
    font-size: 25px;
    line-height: 36px;
  }
  .herobanner-wrapper .icons-wrapper {
    bottom: 150px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons {
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: unset;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item {
    width: 126px;
    margin-right: 0;
    margin-left: 10px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-img {
    width: 126px;
    height: 123px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-title {
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .herobanner-wrapper .herobanner-item {
    height: 100%;
  }
  .herobanner-wrapper .herobanner-item .herobanner-img {
    height: 100%;
    position: relative;
    right: 0;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .herobanner-wrapper .herobanner-item .herobanner-img img {
    height: 100%;
    position: unset;
    right: 0;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .herobanner-wrapper .herobanner-copy {
    top: 25%;
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    max-width: 100%;
    padding: 0 12px;
  }
  .herobanner-wrapper .herobanner-copy .copy-wrapper .bannertitle {
    font-size: 49px;
    line-height: 52px;
  }
  .herobanner-wrapper .herobanner-copy .copy-wrapper .bannersubtitle {
    font-size: 16px;
    line-height: 30px;
  }
  .herobanner-wrapper .icons-wrapper {
    bottom: 90px;
    max-width: 100%;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons {
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: unset;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item {
    margin-right: 0;
    margin-left: 5px;
    width: 84px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-img {
    width: 84px;
    height: 82px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item:last-child {
    margin-left: 0;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .herobanner-wrapper .herobanner-item {
    height: 100%;
  }
  .herobanner-wrapper .herobanner-item .herobanner-img {
    height: 100%;
    position: relative;
    right: 0;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .herobanner-wrapper .herobanner-item .herobanner-img img {
    height: 100%;
    position: unset;
    right: 0;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .herobanner-wrapper .herobanner-copy {
    top: 25%;
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  .herobanner-wrapper .icons-wrapper {
    bottom: 90px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons {
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: unset;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item {
    margin-right: 0;
    margin-left: 5px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item:last-child {
    margin-left: 0;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .herobanner-wrapper .herobanner-item {
    height: 100%;
  }
  .herobanner-wrapper .herobanner-item .herobanner-img {
    height: 100%;
    position: relative;
    right: 0;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .herobanner-wrapper .herobanner-item .herobanner-img img {
    height: 100%;
    position: unset;
    right: 0;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .herobanner-wrapper .herobanner-copy {
    top: 25%;
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  .herobanner-wrapper .icons-wrapper {
    bottom: 90px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons {
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: unset;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item {
    margin-right: 0;
    margin-left: 5px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item:last-child {
    margin-left: 0;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .herobanner-wrapper .herobanner-item {
    height: 100%;
  }
  .herobanner-wrapper .herobanner-item .herobanner-img {
    height: 100%;
    position: relative;
    right: 0;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .herobanner-wrapper .herobanner-item .herobanner-img img {
    height: 100%;
    position: unset;
    right: 0;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .herobanner-wrapper .herobanner-copy {
    top: 25%;
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  .herobanner-wrapper .icons-wrapper {
    bottom: 90px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons {
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: unset;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item {
    margin-right: 0;
    margin-left: 5px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item:last-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) and (orientation: portrait) {
  .herobanner-wrapper .herobanner-copy .copy-wrapper .bannertitle {
    font-size: 75px;
    line-height: 76px;
  }
  .herobanner-wrapper .herobanner-copy .copy-wrapper .bannersubtitle {
    font-size: 25px;
    line-height: 36px;
  }
  .herobanner-wrapper .icons-wrapper {
    bottom: 260px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons {
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: unset;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item {
    width: 176px;
    margin-right: 0;
    margin-left: 20px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-img {
    width: 176px;
    height: 171px;
  }
  .herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-title {
    font-size: 19px;
    line-height: 26px;
    font-weight: bold;
    padding-left: 2px;
  }
}
@media screen and (min-width: 1920px) {
  .herobanner-wrapper .herobanner-img {
    max-width: 100%;
  }
}
.bannershape {
  position: absolute;
  bottom: -12px;
  width: 100%;
  z-index: 1;
  right: 0;
}
@media (max-width: 768px) {
  .bannershape {
    bottom: 0px;
  }
}
.bannershape svg {
  width: 100%;
}

.herobanner.owl-carousel.owl-rtl {
      direction: rtl !important
}
.herobanner.owl-carousel.owl-rtl .owl-item {
    float: right
}

@media screen and (min-width: 1280px) {
  .herobanner-wrapper.smallheight {
    height: 80vh;
  }
  .herobanner-wrapper.smallheight .herobanner-item {
    height: 80vh;
  }
  .herobanner-wrapper.smallheight .icons-wrapper .herobanner-icons-item {
    width: 126px;
  }
  .herobanner-wrapper.smallheight .icons-wrapper .herobanner-icons-item .heroicon-img {
    width: 126px;
    height: 121px;
  }
  .herobanner-wrapper.smallheight .icons-wrapper .herobanner-icons-item .heroicon-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.icon-blocks-container {
  padding-bottom: 20px;
}
.icon-blocks-container .icon-block-header + .row {
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 767.98px) {
  .icon-blocks-container .icon-block-header + .row {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.icon-blocks-container .row .col-12:nth-child(n+4) .icon-block, .icon-blocks-container .row .work-with-us.global-variant.full-width .work-with-us-wrapper:nth-child(n+4) .icon-block, .work-with-us.global-variant.full-width .icon-blocks-container .row .work-with-us-wrapper:nth-child(n+4) .icon-block {
  margin-bottom: 50px;
}

.icon-block {
  margin-bottom: 50px;
}
.icon-block-heading {
  color: #000;
  padding: 75px 0 10px;
}
.icon-block-title h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 15px;
}
.icon-block-icon {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 15px;
}
.icon-block-icon picture {
  width: 100%;
}
.icon-block-icon img {
  max-width: 55px;
  height: 100%;
}
.icon-block-desc p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

@media screen and (max-width: 992px) {
  .icon-blocks-container {
    padding-bottom: 20px;
  }
  .icon-block {
    margin-bottom: 40px;
  }
  .icon-block-heading {
    padding: 55px 0 20px;
  }
  .icon-block-heading .h1 {
    font-size: 27px;
    line-height: 33px;
  }
  .icon-block-title h3 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .icon-block-icon {
    height: auto;
    margin-bottom: 20px;
  }
  .icon-block-desc p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1450px) {
  .icon-block {
    margin-bottom: 30px;
  }
  .icon-block-icon {
    margin-bottom: 20px;
  }
  .icon-block-heading {
    padding: 70px 0 15px;
  }
  .icon-blocks-container .row .col-12:nth-child(n+4) .icon-block, .icon-blocks-container .row .work-with-us.global-variant.full-width .work-with-us-wrapper:nth-child(n+4) .icon-block, .work-with-us.global-variant.full-width .icon-blocks-container .row .work-with-us-wrapper:nth-child(n+4) .icon-block {
    margin-bottom: 10px;
  }
}
.icon-blocks-container.bg-poster {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
}
.icon-blocks-container.bg-poster:before {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  right: 0;
  top: 0;
}
.icon-blocks-container.bg-poster .icon-block-heading {
  position: relative;
}
.icon-blocks-container.bg-poster .icon-block-heading,
.icon-blocks-container.bg-poster .icon-block-title h3,
.icon-blocks-container.bg-poster .icon-block-desc p {
  color: #fff;
}
.icon-blocks-container.sports .icon-block-header {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 54px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .icon-blocks-container.sports .icon-block-header {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: unset;
        justify-content: unset;
  }
}
.icon-blocks-container.sports .icon-block-header .icon-block-heading {
  max-width: 70%;
  padding: 0;
}
.icon-blocks-container.sports .icon-block-header .icon-block-heading .field-title {
  line-height: 48px;
  font-size: 37px;
}
@media (max-width: 767.98px) {
  .icon-blocks-container.sports .icon-block-header .icon-block-heading {
    max-width: 100%;
  }
  .icon-blocks-container.sports .icon-block-header .icon-block-heading .field-title {
    line-height: 36px;
    font-size: 27px;
  }
}
.icon-blocks-container.sports .icon-block-header .icon-block-button {
  margin: 0px;
}
.icon-blocks-container.sports .icon-block-header .icon-block-button a.pdf-anchor {
  padding: 11px 20px 11px 20px;
  height: auto;
}
@media (max-width: 767.98px) {
  .icon-blocks-container.sports .icon-block-header .icon-block-button {
    margin-top: 25px;
  }
  .icon-blocks-container.sports .icon-block-header .icon-block-button a.pdf-anchor {
    display: inline-block;
    width: auto;
  }
}
.icon-blocks-container.sports .icon-block-icon {
  margin-bottom: 32px;
  height: 80px;
  text-align: center;
}
.icon-blocks-container.sports .icon-block-icon picture {
  width: 100%;
}
.icon-blocks-container.sports .icon-block-icon img {
  max-width: 80px;
  margin: auto;
}
.icon-blocks-container.sports .icon-block-logo {
  position: relative;
  height: 150px;
}
.icon-blocks-container.sports .icon-block-logo img {
  -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
  position: absolute;
  width: 100px;
  right: 50%;
  top: 50%;
}
.icon-blocks-container.sports .icon-block-title .field-title,
.icon-blocks-container.sports .icon-block-title h3 {
  text-align: center;
  margin-bottom: 8px;
  line-height: 26px;
  font-size: 18px;
}
.icon-blocks-container.sports .icon-block-desc .field-description,
.icon-blocks-container.sports .icon-block-desc p {
  color: #6e6e72;
  line-height: 28px;
  font-size: 17px;
}
@media (max-width: 767.98px) {
  .icon-blocks-container.sports .icon-block-desc .field-description,
  .icon-blocks-container.sports .icon-block-desc p {
    line-height: 26px;
    font-size: 16px;
  }
}
@media screen and (min-width: 993px) {
  .icon-blocks-container.sports.item-align-center .icon-block {
    text-align: center;
  }
  .icon-blocks-container.sports.item-align-center .icon-block-icon {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.icon-block-button {
  margin-bottom: 30px;
  margin-top: 30px;
}

.landingarticle-inner-wrap.active .primary-cta:before {
  content: none;
}
.landingarticle-inner-wrap.active .primary-cta:after {
  left: 0;
}

.landing-page-article-block {
  margin-top: 130px;
  position: relative;
}
@media screen and (min-width: 993px) {
  .landing-page-article-block .landing-page-article-img:after {
    left: -98%;
    content: "";
    background: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}
.landing-page-article-block .landing-page-article-img a {
  display: block;
}
@media screen and (min-width: 993px) {
  .landing-page-article-block:before, .landing-page-article-block:after {
    content: "";
    background: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(100% - 230px);
    z-index: 0;
  }
}
@media screen and (min-width: 993px) {
  .landing-page-article-block:before {
    right: -100%;
  }
}
@media screen and (min-width: 993px) {
  .landing-page-article-block:after {
    left: -100%;
  }
}
@media screen and (max-width: 992px) {
  .landing-page-article-block {
    margin-top: 0;
  }
}
.landing-page-article-block .landing-page-article-detail {
  padding-right: 40px;
  color: white;
  padding-top: 25px;
  background-color: #000;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (min-width: 993px) {
  .landing-page-article-block .landing-page-article-detail {
    max-width: 75%;
  }
}
@media screen and (min-width: 993px) {
  .landing-page-article-block .landing-page-article-detail:after {
    content: "";
    background: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    right: 100%;
  }
}
@media screen and (max-width: 767px) {
  .landing-page-article-block .landing-page-article-detail {
    padding-right: 25px;
    padding-left: 10px;
  }
}
.landing-page-article-block .landing-page-article-detail .landing-page-article-title {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.28px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .landing-page-article-block .landing-page-article-detail .landing-page-article-title {
    font-size: 23px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .landing-page-article-block .landing-page-article-detail .landing-page-article-title p {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.landing-page-article-block .landing-page-article-detail .landing-page-article-title > p {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .landing-page-article-block .landing-page-article-detail .landing-page-article-title > p {
    font-size: 23px;
    margin-bottom: 5px;
  }
}
.landing-page-article-block .landing-page-article-detail a {
  color: #fff;
}
.landing-page-article-block .landing-page-article-detail a:before, .landing-page-article-block .landing-page-article-detail a:after {
  border-color: #fff;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .landing-page-article-block .landing-page-article-col .landing-page-article-detail {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 993px) {
  .landing-page-article-block .landing-page-article-col .landing-page-article-img img {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .landing-page-article-block .landing-page-article-col .landing-page-article-img img {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .landing-page-main-wrapper .landing-right-wrapper {
    padding: 0;
    position: static;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.HideScroll {
  overflow-x: hidden;
}

.hasLeftnavigation .container-fluid, .hasLeftnavigation .container-sm, .hasLeftnavigation .container-md, .hasLeftnavigation .container-lg, .hasLeftnavigation .container-xl {
  padding: 0;
}

.landing-page-article-block .component-content {
  position: relative;
}
.landing-page-article-block .component-content:before {
  -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
      transform: matrix(-1, 0, 0, -1, 0, 0);
  background: transparent linear-gradient(-180deg, rgba(0, 0, 0, 0.705) 0%, rgba(19, 31, 39, 0.647) 45%, rgba(0, 0, 0, 0) 100%) 100% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  content: "";
  top: -210px;
  right: 0;
  height: 449px;
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 993px) {
  .landing-page-article-col:first-child .landing-page-article-img:after,
  .landing-page-article-col:nth-child(2) .landing-page-article-img:after {
    height: calc(100% - 230px);
  }
}

.landing-page-main .landing-page-article-block .component-content:before {
  background: none;
}

@media screen and (max-width: 767px) {
  .landing-page-article-block {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media screen and (max-width: 992px) {
  .landing-banner-content-wrapper {
    position: absolute;
    right: 0px;
    left: 0;
    margin: 0 auto;
    max-width: calc(100% - 52px);
    z-index: 2;
  }
}

.landing-banner-title.h1 {
  margin-bottom: 28px;
  letter-spacing: 0.37px;
  color: white;
}
@media screen and (max-width: 767px) {
  .landing-banner-title.h1 {
    font-size: 27px;
    margin-bottom: 8px;
    line-height: 34px;
  }
}

.landing-banner-desc {
  max-width: 610px;
}
.landing-banner-desc p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: white;
}
@media screen and (max-width: 767px) {
  .landing-banner-desc p {
    font-size: 15px;
    line-height: 21px;
  }
}

@media screen and (max-width: 992px) {
  .landing-page-main {
    position: relative;
  }
}

@media screen and (max-width: 992px) {
  .landing-page .landing-banner-content-wrapper {
    top: 100px;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .landing-page .landing-banner-content-wrapper {
    top: 60px;
    max-width: none;
  }
}

.landing-banner-wrapper {
  position: relative;
  z-index: 0;
}
.landing-banner-wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(-180deg, rgba(0, 14, 25, 0.909) 0%, rgba(51, 51, 51, 0) 100%) 100% 0% no-repeat padding-box;
  opacity: 0.41;
  z-index: 1;
}
@media screen and (min-width: 993px) {
  .landing-banner-wrapper {
    position: absolute;
  }
}
@media screen and (min-width: 1920px) {
  .landing-banner-wrapper {
    width: 100%;
  }
}
.landing-banner-wrapper .banner-container {
  position: relative;
}
.landing-banner-wrapper .landing-banner-content-wrapper {
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 130px;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .landing-banner-wrapper .landing-banner-content-wrapper {
    top: 40px;
  }
}
.landing-banner-wrapper .landing-banner-content-wrapper .landing-banner-innercontent-wrapper {
  max-width: 690px;
}
@media screen and (min-width: 993px) {
  .landing-banner-wrapper .hasLeftNAv {
    max-width: 675px;
    top: 118px;
  }
}
@media screen and (max-width: 767px) {
  .landing-banner-wrapper .hasLeftNAv {
    top: 40px;
  }
}
.landing-banner-wrapper .landing-banner-img {
  position: relative;
}
@media screen and (min-width: 1920px) {
  .landing-banner-wrapper .landing-banner-img .img-fluid {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .landing-banner-wrapper .landing-banner-img > .img-fluid {
    display: inline-block;
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .landing-banner-wrapper .landing-banner-img > .img-fluid .img-fluid {
    height: 100%;
  }
}
.landing-banner-wrapper .landing-banner-img:before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 100%;
  width: 100%;
  right: 0;
  background: transparent linear-gradient(-180deg, rgba(0, 20, 30, 0) 0%, #1C1C1C 100%) 100% 0% no-repeat padding-box;
  opacity: 1;
}
.landing-banner-wrapper .landing-banner-img:after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  right: 0;
  background: transparent linear-gradient(-180deg, rgba(0, 14, 25, 0.909) 0%, rgba(51, 51, 51, 0) 100%) 100% 0% no-repeat padding-box;
  opacity: 0.41;
}

.landing-page-main > .content-container {
  margin-top: 0;
}

.landing-page .landing-page-main-wrapper {
  z-index: 2;
}
@media screen and (min-width: 993px) {
  .landing-page .landing-page-main-wrapper {
    background-color: transparent;
    position: relative;
  }
}
@media screen and (min-width: 993px) {
  .landing-page .landing-banner-content-wrapper {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 8px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .landing-page .landing-page-article-block .container-fluid, .landing-page .landing-page-article-block .container-sm, .landing-page .landing-page-article-block .container-md, .landing-page .landing-page-article-block .container-lg, .landing-page .landing-page-article-block .container-xl {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  .landing-page .landing-page-article-block {
    background-color: #000;
  }
}
.landing-page .landing-page-article-block:before {
  content: "";
  background: #000;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% - 230px);
  z-index: 0;
  right: 0;
}

@media screen and (max-width: 1450px) {
  .landing-page .landing-banner-content-wrapper {
    max-width: calc(100% - 52px);
  }
}
@media screen and (max-width: 767px) {
  .left-navigation-container {
    position: relative;
  }
}
.left-navigation-container .left-nav ul li {
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .left-navigation-container .left-nav {
    color: #fff;
  }
  .left-navigation-container .left-nav ul > li > a {
    color: #fff;
  }
  .left-navigation-container .left-nav ul > li.active > a, .left-navigation-container .left-nav ul > li > a:hover {
    color: #cc003d;
  }
}
@media screen and (min-width: 993px) {
  .left-navigation-container .left-nav h2 {
    color: white;
  }
}

@media screen and (min-width: 1201px) {
  .landing-page-main-wrapper {
    padding-top: 125px;
    background: #000;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .landing-page-main-wrapper {
    padding-top: 100px;
    background: #000;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .landing-page-main-wrapper {
    background: #000;
  }
}

@media screen and (max-width: 992px) {
  .visible-phone {
    display: block;
  }
}
@media screen and (min-width: 993px) {
  .visible-phone {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .landing-page-main-wrapper > .left-navigation-container {
    display: none;
  }
}

.left-nav-expended {
  padding-left: 50px;
}
.left-nav-expended h2 {
  border-bottom: solid 1px #e3e3e3;
  padding: 0 20px 15px 0;
  margin-bottom: 30px;
  color: #000;
}
.left-nav-expended ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.left-nav-expended ul > li {
  font-size: 18px;
  line-height: 30px;
  border-bottom: solid 1px #e3e3e3;
  font-weight: bold;
}
.left-nav-expended ul > li.subnav {
  position: relative;
}
.left-nav-expended ul > li.subnav span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 50px;
  width: 50px;
  text-indent: -9999px;
  display: none;
}
.left-nav-expended ul > li.active > a {
  color: #989898;
}
.left-nav-expended ul > li > a {
  color: #000;
  padding: 10px 20px 10px 0;
  display: block;
}
.left-nav-expended ul > li > a:hover {
  color: #989898;
}
.left-nav-expended ul > li.current ul {
  display: block;
}
.left-nav-expended ul > li ul {
  margin: 0 15px 10px 0;
  display: none;
}
.left-nav-expended ul > li ul li {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  border: 0 none;
}
.left-nav-expended ul > li ul li a {
  color: #000;
  padding: 0 20px 0 0;
}
.left-nav-expended ul > li ul li a:hover {
  color: #989898;
}
.left-nav-expended ul > li ul li.active a {
  color: #989898;
}

@media screen and (max-width: 992px) {
  .left-nav-expended {
    padding: 0;
  }
  .left-nav-expended h2 {
    display: none;
  }
  .left-nav-expended ul {
    margin: 0;
  }
  .left-nav-expended ul li {
    border: 0 none;
  }
  .left-nav-expended ul li.subnav span {
    display: block;
  }
  .left-nav-expended ul li > a {
    padding-right: 0;
    border-bottom: solid 1px #e3e3e3;
    position: relative;
    z-index: 2;
    background: #fff;
  }
  .left-nav-expended ul li > a:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 100%;
    height: 100%;
    width: 100%;
    border-bottom: solid 1px #e3e3e3;
    background: #fff;
  }
  .left-nav-expended ul li > a:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 100%;
    height: 100%;
    width: 100%;
    border-bottom: solid 1px #e3e3e3;
    background: #fff;
  }
  .left-nav-expended ul li.toggle-icon > a {
    color: #000;
  }
  .left-nav-expended ul li.current {
    display: block;
    position: relative;
  }
  .left-nav-expended ul li.current:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 19px;
    height: 10px;
    width: 10px;
    border-right: 2px solid #7e7e7e;
    border-bottom: 2px solid #7e7e7e;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    pointer-events: none;
    z-index: 11;
    transition: all 0.5s ease-in-out;
  }
  .left-nav-expended ul li.current.toggle-icon:before {
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    transition: all 0.5s ease-in-out;
  }
  .left-nav-expended ul li.current.toggle-icon ul.toggle-icon {
    max-height: 800px;
  }
  .left-nav-expended ul li.current ul {
    width: 100%;
    background: #fff;
    z-index: 1;
    display: block;
    max-height: 0px;
    margin: 0;
    overflow: hidden;
  }
  .left-nav-expended ul li.current ul:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 100%;
    height: 100%;
    width: 100%;
    background: #fff;
  }
  .left-nav-expended ul li.current ul:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #fff;
  }
  .left-nav-expended ul li.current ul li {
    display: block;
    margin-bottom: 15px;
  }
  .left-nav-expended ul li.current ul li > a {
    border: 0 none;
    background: #f8f8f8;
    position: relative;
    padding: 2px 15px 5px 15px;
  }
  .left-nav-expended ul li.current ul li > a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background-color: #f8f8f8;
    border: 0 none;
    z-index: 2;
  }
  .left-nav-expended ul li.current ul li > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background-color: #f8f8f8;
    border: 0 none;
    z-index: 2;
  }
}
.bod-title {
  padding-bottom: 35px;
  color: #000;
}

.leadership {
  text-align: center;
  color: #000;
}
.leadership-bod-team .leadership {
  width: 33.33%;
}
.leadership-bod-team .leadership:nth-child(3n+1) .leadership-img {
  position: relative;
}
.leadership-bod-team .leadership:nth-child(3n+1) .leadership-img:before {
  background: #e2e2e2;
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  left: calc(100% - 1px);
}
.leadership-bod-team .leadership:nth-child(3n) .leadership-img {
  position: relative;
}
.leadership-bod-team .leadership:nth-child(3n) .leadership-img:before {
  background: #e2e2e2;
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  right: 100%;
}
.leadership-team .leadership {
  width: 25%;
}
.leadership-team .leadership:nth-child(4n+1) .leadership-img {
  position: relative;
}
.leadership-team .leadership:nth-child(4n+1) .leadership-img:before {
  background: #e2e2e2;
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  left: calc(100% - 1px);
}
.leadership-team .leadership:nth-child(4n) .leadership-img {
  position: relative;
}
.leadership-team .leadership:nth-child(4n) .leadership-img:before {
  background: #e2e2e2;
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  right: 100%;
}
.leadership:first-child .leadership-img {
  position: relative;
}
.leadership:first-child .leadership-img:before {
  background: #e2e2e2;
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  left: calc(100% - 1px);
}
.leadership-block {
  margin: 180px 0 100px;
  color: #000;
}
.leadership-block h2 {
  margin-bottom: 30px;
  font-size: 37px;
  line-height: 45px;
}
.leadership-img {
  background: #e2e2e2;
  padding-top: 35px;
  position: relative;
}
.leadership-img:hover .read-bio {
  opacity: 1;
}
.leadership-img .read-bio {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: block;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
  background: transparent linear-gradient(-180deg, rgba(0, 22, 39, 0) 0%, rgba(1, 30, 54, 0.694) 100%) 100% 0% no-repeat padding-box;
}
.leadership-img .read-bio span {
  top: 50%;
  position: relative;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
}
.leadership-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.leadership-detail {
  padding: 35px 0 120px;
  color: #000;
}
.leadership-detail h2 {
  font-weight: normal;
}
.leadership-detail p {
  margin-bottom: 0;
}

.leadership-detail-container .leadership-profile,
.two-column-container .leadership-profile {
  display: -ms-flexbox;
  display: flex;
  background: transparent linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, rgba(183, 183, 183, 0.341) 100%) 100% 0% no-repeat padding-box;
  margin-bottom: 35px;
}
.leadership-detail-container .leadership-profile-desc,
.two-column-container .leadership-profile-desc {
  margin: 70px 40px 0 0;
}
.leadership-detail-container .leadership-profile-desc h2,
.two-column-container .leadership-profile-desc h2 {
  font-weight: normal;
  color: #000;
}
.leadership-detail-container .leadership-profile-desc p,
.two-column-container .leadership-profile-desc p {
  color: #000;
}
.leadership-detail-container .leadership-profile-desc .social-links,
.two-column-container .leadership-profile-desc .social-links {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.leadership-detail-container .leadership-profile-desc .social-links.desktop,
.two-column-container .leadership-profile-desc .social-links.desktop {
  display: -ms-flexbox !important;
  display: flex !important;
}
.leadership-detail-container .leadership-profile-desc .social-links.mobile,
.two-column-container .leadership-profile-desc .social-links.mobile {
  display: none !important;
}
.leadership-detail-container .leadership-profile-desc .social-links li,
.two-column-container .leadership-profile-desc .social-links li {
  margin-left: 20px;
}
.leadership-detail-container .leadership-profile-desc .social-links li a,
.two-column-container .leadership-profile-desc .social-links li a {
  color: #000;
  font-size: 25px;
}
.leadership-detail-container .leadership-profile-desc .download-headshot a,
.leadership-detail-container .leadership-profile-desc .download-bio a,
.leadership-detail-container .leadership-profile-desc .leadership-print a,
.two-column-container .leadership-profile-desc .download-headshot a,
.two-column-container .leadership-profile-desc .download-bio a,
.two-column-container .leadership-profile-desc .leadership-print a {
  color: #003764;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
}
.leadership-detail-container .leadership-profile-desc .download-headshot a .icon,
.leadership-detail-container .leadership-profile-desc .download-bio a .icon,
.leadership-detail-container .leadership-profile-desc .leadership-print a .icon,
.two-column-container .leadership-profile-desc .download-headshot a .icon,
.two-column-container .leadership-profile-desc .download-bio a .icon,
.two-column-container .leadership-profile-desc .leadership-print a .icon {
  width: 40px;
  display: inline-block;
}
.leadership-detail-container .leadership-profile-desc .download-headshot,
.leadership-detail-container .leadership-profile-desc .download-bio,
.leadership-detail-container .leadership-profile-desc .leadership-print,
.two-column-container .leadership-profile-desc .download-headshot,
.two-column-container .leadership-profile-desc .download-bio,
.two-column-container .leadership-profile-desc .leadership-print {
  margin-bottom: 15px;
}
.leadership-detail-container .leadership-profile-desc .download-headshot .icon,
.two-column-container .leadership-profile-desc .download-headshot .icon {
  font-size: 22px;
}
.leadership-detail-container .leadership-profile-desc .download-bio .icon,
.two-column-container .leadership-profile-desc .download-bio .icon {
  font-size: 14px;
}
.leadership-detail-container .leadership-profile-desc .leadership-print .icon,
.two-column-container .leadership-profile-desc .leadership-print .icon {
  font-size: 25px;
}

@media screen and (max-width: 1200px) {
  .leadership-block {
    margin: 50px 0 60px;
  }
  .leadership-detail-container {
    margin-top: 90px;
  }
}
@media screen and (max-width: 992px) {
  .leadership-detail-container,
  .two-column-container {
    margin-top: 0px;
  }
  .leadership-detail-container .left-nav,
  .two-column-container .left-nav {
    margin-top: 0;
  }
  .bod-title h2 {
    font-size: 23px;
    line-height: 28px;
  }
  .leadership-block {
    margin: 35px 0 40px;
  }
  .leadership-block h2 {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 15px;
  }
  .leadership-block p {
    font-size: 15px;
    line-height: 28px;
  }
  .leadership-detail {
    padding: 15px 10px 50px;
  }
  .leadership-detail h2 {
    font-size: 23px;
    line-height: 28px;
  }
  .leadership-detail p {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .leadership-row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .leadership-bod-team .leadership {
    width: 100%;
  }
  .leadership-team .leadership {
    width: 50%;
  }
  .leadership-detail-container .content-wrapper p,
  .two-column-container .content-wrapper p {
    font-size: 15px;
    line-height: 28px;
  }
  .leadership-detail-container .leadership-profile,
  .two-column-container .leadership-profile {
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    background: transparent linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(183, 183, 183, 0.341) 100%);
  }
  .leadership-detail-container .leadership-profile:before,
  .two-column-container .leadership-profile:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: transparent linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(183, 183, 183, 0.341) 100%);
  }
  .leadership-detail-container .leadership-profile:after,
  .two-column-container .leadership-profile:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: transparent linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(183, 183, 183, 0.341) 100%);
  }
  .leadership-detail-container .leadership-profile-img,
  .two-column-container .leadership-profile-img {
    -ms-flex-order: 2;
        order: 2;
    text-align: left;
  }
  .leadership-detail-container .leadership-profile-desc,
  .two-column-container .leadership-profile-desc {
    -ms-flex-order: 1;
        order: 1;
    margin: 30px 0 0 0;
  }
  .leadership-detail-container .leadership-profile-desc h2,
  .two-column-container .leadership-profile-desc h2 {
    font-size: 23px;
    line-height: 28px;
  }
  .leadership-detail-container .leadership-profile-desc p,
  .two-column-container .leadership-profile-desc p {
    font-size: 15px;
    line-height: 28px;
  }
  .leadership-detail-container .leadership-profile-desc .download-headshot a,
  .leadership-detail-container .leadership-profile-desc .download-bio a,
  .leadership-detail-container .leadership-profile-desc .leadership-print a,
  .two-column-container .leadership-profile-desc .download-headshot a,
  .two-column-container .leadership-profile-desc .download-bio a,
  .two-column-container .leadership-profile-desc .leadership-print a {
    font-size: 15px;
    line-height: 18px;
  }
  .leadership-detail-container .leadership-profile-desc .download-headshot a .icon,
  .leadership-detail-container .leadership-profile-desc .download-bio a .icon,
  .leadership-detail-container .leadership-profile-desc .leadership-print a .icon,
  .two-column-container .leadership-profile-desc .download-headshot a .icon,
  .two-column-container .leadership-profile-desc .download-bio a .icon,
  .two-column-container .leadership-profile-desc .leadership-print a .icon {
    width: 40px;
    display: inline-block;
  }
  .leadership-detail-container .leadership-profile-desc .social-links,
  .two-column-container .leadership-profile-desc .social-links {
    margin-bottom: 20px;
  }
  .leadership-detail-container .leadership-profile-desc .social-links li a,
  .two-column-container .leadership-profile-desc .social-links li a {
    font-size: 22px;
  }
  .leadership-detail-container .leadership-profile-desc .social-links.desktop,
  .two-column-container .leadership-profile-desc .social-links.desktop {
    display: none !important;
  }
  .leadership-detail-container .leadership-profile-desc .social-links.mobile,
  .two-column-container .leadership-profile-desc .social-links.mobile {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media print {
  header,
  footer,
  .related-pages,
  .social-share,
  .left-nav,
  .download-headshot,
  .download-bio,
  .leadership-print {
    display: none;
  }
  .leadership-detail-container .col-lg-3,
  .two-column-container .col-lg-3 {
    display: none;
  }
  .leadership-detail-container .col-lg-9.col-12, .leadership-detail-container .work-with-us.global-variant.full-width .col-lg-9.work-with-us-wrapper, .work-with-us.global-variant.full-width .leadership-detail-container .col-lg-9.work-with-us-wrapper, .leadership-detail-container .parallaxBox.eight-col .col-12.richText, .leadership-detail-container .parallaxBox.eight-col .work-with-us.global-variant.full-width .richText.work-with-us-wrapper, .work-with-us.global-variant.full-width .leadership-detail-container .parallaxBox.eight-col .richText.work-with-us-wrapper, .parallaxBox.eight-col .leadership-detail-container .col-12.richText, .parallaxBox.eight-col .leadership-detail-container .work-with-us.global-variant.full-width .richText.work-with-us-wrapper, .work-with-us.global-variant.full-width .parallaxBox.eight-col .leadership-detail-container .richText.work-with-us-wrapper,
  .leadership-detail-container .videoBox.eight-col .col-12.richText,
  .leadership-detail-container .videoBox.eight-col .work-with-us.global-variant.full-width .richText.work-with-us-wrapper,
  .work-with-us.global-variant.full-width .leadership-detail-container .videoBox.eight-col .richText.work-with-us-wrapper,
  .videoBox.eight-col .leadership-detail-container .col-12.richText,
  .videoBox.eight-col .leadership-detail-container .work-with-us.global-variant.full-width .richText.work-with-us-wrapper,
  .work-with-us.global-variant.full-width .videoBox.eight-col .leadership-detail-container .richText.work-with-us-wrapper,
  .two-column-container .col-lg-9.col-12,
  .two-column-container .work-with-us.global-variant.full-width .col-lg-9.work-with-us-wrapper,
  .work-with-us.global-variant.full-width .two-column-container .col-lg-9.work-with-us-wrapper,
  .two-column-container .parallaxBox.eight-col .col-12.richText,
  .two-column-container .parallaxBox.eight-col .work-with-us.global-variant.full-width .richText.work-with-us-wrapper,
  .work-with-us.global-variant.full-width .two-column-container .parallaxBox.eight-col .richText.work-with-us-wrapper,
  .parallaxBox.eight-col .two-column-container .col-12.richText,
  .parallaxBox.eight-col .two-column-container .work-with-us.global-variant.full-width .richText.work-with-us-wrapper,
  .work-with-us.global-variant.full-width .parallaxBox.eight-col .two-column-container .richText.work-with-us-wrapper,
  .two-column-container .videoBox.eight-col .col-12.richText,
  .two-column-container .videoBox.eight-col .work-with-us.global-variant.full-width .richText.work-with-us-wrapper,
  .work-with-us.global-variant.full-width .two-column-container .videoBox.eight-col .richText.work-with-us-wrapper,
  .videoBox.eight-col .two-column-container .col-12.richText,
  .videoBox.eight-col .two-column-container .work-with-us.global-variant.full-width .richText.work-with-us-wrapper,
  .work-with-us.global-variant.full-width .videoBox.eight-col .two-column-container .richText.work-with-us-wrapper {
    width: 100%;
    max-width: 100%;
    -ms-flex: 1;
        flex: 1;
  }
  .leadership-detail-container .leadership-profile {
    background: transparent linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, rgba(183, 183, 183, 0.341) 100%) 100% 0% no-repeat padding-box !important;
    -webkit-print-color-adjust: exact;
  }
  .download-headshot a,
  .download-bio a,
  .social-links li a,
  .leadership-print a {
    text-decoration: none !important;
  }
}
.two-column-container.full-width {
  margin-top: 0px;
  background: #f8f8f8;
}
.two-column-container.full-width .leadership-profile {
  margin-bottom: 0px;
  background: transparent;
}
.two-column-container.full-width .leadership-profile-img {
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
}
.two-column-container.full-width .leadership-profile-img img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .two-column-container.full-width .leadership-profile-img {
    width: 100%;
  }
  .two-column-container.full-width .leadership-profile-img img {
    width: auto;
  }
}
.two-column-container.full-width .leadership-profile-desc {
  padding: 30px 130px 30px 0;
  width: calc(100% - 325px);
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.two-column-container.full-width .leadership-profile-desc .social-links {
  margin-bottom: 0px;
}
.two-column-container.full-width .leadership-profile-desc .social-links li a {
  color: #6e6e72;
  font-size: 16px;
}
.two-column-container.full-width .leadership-profile-desc p {
  color: #6e6e72;
  margin-bottom: 35px;
  line-height: 36px;
  font-size: 19px;
}
@media (max-width: 767.98px) {
  .two-column-container.full-width .leadership-profile-desc p {
    line-height: 30px;
    font-size: 16px;
  }
}
.two-column-container.full-width .leadership-profile-desc .testimonial-person {
  line-height: 28px;
  font-weight: 700;
  font-size: 19px;
  color: #000;
}
@media (max-width: 767.98px) {
  .two-column-container.full-width .leadership-profile-desc .testimonial-person {
    font-size: 16px;
    line-height: 24px;
  }
}
.two-column-container.full-width .leadership-profile-desc .testimonial-designation {
  color: #6e6e72;
  line-height: 28px;
  font-weight: 700;
  font-size: 19px;
}
@media (max-width: 767.98px) {
  .two-column-container.full-width .leadership-profile-desc .testimonial-designation {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .two-column-container.full-width .leadership-profile-desc {
    padding: 32px 15px;
    width: 100%;
  }
  .two-column-container.full-width .leadership-profile-desc .social-links.desktop {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .two-column-container.full-width .leadership-profile-desc .social-links.mobile {
    display: none !important;
  }
}

.leadership-large .two-column-container.full-width {
  padding: 60px 0;
}

.location-container.marginZero #map {
  height: 100vh !important;
}
@media screen and (max-width: 992px) {
  .location-container.marginZero #map {
    height: 800px !important;
  }
}

.mapcountryId {
  display: none;
}

.moInfo {
  display: none;
  position: absolute;
  bottom: -15px;
  z-index: 3;
  width: 100%;
}

.location-container {
  margin-top: 67px;
}
.transparent-header .location-container {
  margin-top: 60px;
}
.location-container #map {
  height: calc(100vh - 68px);
}

#map {
  z-index: 1;
  height: 100vh;
  background-color: #000;
}
#map .gm-style .gm-style-iw-c {
  padding: 0;
  border-radius: 0;
  z-index: 2;
}
#map .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
}
#map .gm-style .gm-style-iw-tc:after {
  opacity: 0;
}
#map .gm-style .gm-style-iw-t:after {
  background: #cc003d;
  content: none;
}
#map .gm-style .gm-style-iw-t button {
  display: none !important;
}
#map .locationinfo {
  width: 300px;
  background: #fff;
  position: relative;
  display: block;
  max-height: 356px;
  min-height: 356px;
}
#map .locationinfo:after {
  box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.09);
  opacity: 0;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 61%;
}
#map .locationinfo:before {
  position: absolute;
  content: "";
  top: -12px;
  left: -13px;
  background: url(../images/filled-red-circle-big.png) no-repeat;
  width: 26px;
  height: 26px;
  z-index: 2;
}
#map .locationinfo .locationDesc {
  height: 214px;
}
#map .locationinfo h2 {
  font-size: 19px;
  line-height: 28px;
  color: #000;
  padding: 15px 20px 0;
  font-family: "Pilat Wide", sans-serif;
  position: relative;
  z-index: 1;
            font-family: 'Makdessi',sans-serif ;
}
#map .locationinfo p {
  font-size: 14px;
  line-height: 24px;
  color: #6e6e72;
  padding: 0 20px;
  margin-bottom: 6px;
  font-family: "Pilat Wide", sans-serif;
  position: relative;
  z-index: 1;
  min-height: 110px;
  max-height: 110px;
            font-family: 'Makdessi',sans-serif ;
}
#map .locationinfo a {
  margin-top: 10px;
  display: inline-block;
  margin-right: 20px !important;
  font-family: "Pilat Wide", sans-serif;
  position: relative;
  z-index: 1;
            font-family: 'Makdessi',sans-serif ;
}
#map .img-fluid {
  max-width: 100% !important;
  height: auto;
  max-height: 142px;
  min-height: 142px;
  width: 100%;
}

.map-container {
  position: relative;
}
.map-container .handIcon {
  position: absolute;
  bottom: 50px;
  z-index: 2;
  right: 50%;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
  display: none;
}
.map-container.countryOpen:before {
  background: transparent linear-gradient(-180deg, #00141e 0%, rgba(0, 20, 30, 0.564) 100%) 100% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.map-container .filters-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
  color: #fff;
}
.map-container .filters-container h2 {
  margin-bottom: 0px;
  font-size: 37px;
  line-height: 45px;
  display: inline-block;
  z-index: 2;
  position: relative;
}
.map-container .filters-container .filters-list {
  margin-top: 30px;
  max-width: 530px;
  width: 100%;
}
.map-container .filters-container .filters-list .filters {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.map-container .filters-container .filters-list .filters li {
  background: #00141e 100% 0% no-repeat padding-box;
  border: 1px solid #6e6e6e;
  border-radius: 17px;
  opacity: 0.8;
  margin: 0 0 15px 10px;
  position: relative;
  z-index: 2;
}
.map-container .filters-container .filters-list .filters li a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.15px;
  padding: 8px 15px;
  opacity: 1;
  min-width: 75px;
}
.map-container .filters-container .filters-list .filters li.active {
  background: #cc003d 100% 0% no-repeat padding-box;
  opacity: 1;
  border: solid 1px #cc003d;
}
.map-container.hide-location-map .filters-container {
  display: none;
}
.map-container .country h2 {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 5px;
}
.map-container .country h2.active:before {
  -ms-transform: rotate(225deg);
      transform: rotate(225deg);
  bottom: 10px;
}
.map-container .country h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  height: 13px;
  width: 13px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  pointer-events: none;
  transition: transform 0.2s ease-in-out;
}
.map-container .country-list {
  position: relative;
  display: none;
  margin-top: 25px;
}
.map-container .country-list:before {
  background: transparent linear-gradient(-180deg, #00141e 0%, rgba(0, 20, 30, 0.564) 100%) 100% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.map-container .country-list > ul {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
.map-container .country-list > ul > li {
  list-style: none;
  -ms-flex: 1;
      flex: 1;
}
.map-container .country-list > ul > li.current > span:before {
  background: #cc003d;
  height: 7px;
}
.map-container .country-list > ul > li > span {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 20px;
}
.map-container .country-list > ul > li > span:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  right: 0;
  bottom: 0px;
}
.map-container .country-list > ul > li > span:hover:before {
  background: #cc003d;
  height: 7px;
}
.map-container .country-list > ul > li > ul {
  margin: 15px 0 0 0;
  padding: 0;
}
.map-container .country-list > ul > li > ul > li {
  list-style: none;
}
.map-container .country-list > ul > li > ul > li.active span {
  color: #cc003d;
}
.map-container .country-list > ul > li > ul > li span {
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}
.map-container .country-list > ul > li > ul > li span:hover {
  color: #cc003d;
}

@media screen and (max-width: 1450px) {
  .map-container .filters-container {
    max-width: calc(100% - 52px);
  }
}
@media screen and (max-width: 1200px) {
  .location-container {
    margin-top: 57px;
  }
}
@media screen and (max-width: 992px) {
  #map {
    height: 800px;
  }
  .map-container .filters-container {
    top: 65px;
  }
  .map-container .filters-container h2 {
    margin-bottom: 20px;
  }
  .map-container .filters-container .filters-list {
    margin-top: 20px;
  }
  .map-container .filters-container .filters-list li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #map .locationinfo {
    display: none;
  }
  .map-container .handIcon {
    display: block;
  }
  .map-container .filters-container {
    max-width: calc(100% - 14px);
    top: 35px;
  }
  .map-container .filters-container .filters-list {
    margin-top: 10px;
  }
  .map-container .filters-container .filters-list .filters li {
    margin-bottom: 15px;
  }
  .map-container .filters-container h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .map-container .country-list {
    margin-top: 0;
    height: calc(100vh - 220px);
    overflow: hidden;
  }
  .map-container .country-list > ul {
    display: block;
    height: 100%;
    overflow: scroll;
  }
  .map-container .country-list > ul > li > ul {
    margin-right: 15px;
  }
  .moInfo {
    display: block;
  }
  .moInfo .locationinfo {
    display: block;
    background: #f8f8f8;
    padding: 20px;
    position: relative;
    min-height: 150px;
  }
  .moInfo .locationinfo h2 {
    font-size: 23px;
    line-height: 28px;
    position: relative;
    z-index: 1;
  }
  .moInfo .locationinfo img {
    display: none;
  }
  .moInfo .locationinfo p {
    font-size: 14px;
    line-height: 21px;
    color: #6e6e72;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
  }
  .moInfo .locationinfo a {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width: 1024px) and (orientation: portrait) {
  #map {
    height: calc(100vh - 350px);
  }
}
.golf-map {
  width: 100%;
}

.news-landing-page {
  margin: 140px 0 80px;
  position: relative;
}
.news-landing-page .news-title {
  padding-bottom: 32px;
  color: #000;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .news-landing-page .news-title {
    width: auto;
    float: right;
  }
}
.news-landing-page .filters .modal-dialog {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .news-landing-page .filters {
    display: block;
    width: 100%;
    float: right;
    z-index: 1;
    background: white;
    top: 100%;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .news-landing-page .filters .modal .news-room-filters {
    display: -ms-flexbox;
    display: flex;
    border-top: 0px;
    padding-top: 0px;
  }
  .news-landing-page .filters .modal .news-room-filters .news-data {
    width: 100%;
  }
  .news-landing-page .filters .modal .modal-content {
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 0;
    border: 0px;
  }
  .news-landing-page .filters .modal .modal-content .modal-body {
    padding: 16px 29px 108px;
    overflow-y: auto;
  }
  .news-landing-page .filters .modal .modal-content .modal-body .news-room-filters-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    color: #000;
    width: 100%;
  }
  .news-landing-page .filters .modal .modal-content .modal-body .curvegraybar {
    display: block;
    height: 3px;
    width: 150px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 16px;
  }
}
.news-landing-page .filters .filterModalbtn {
  display: none;
  background: #f8f8f8;
  padding: 0px 12px;
  text-align: center;
  color: #6e6e72;
  font-family: "Pilat Wide";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 150%;
  height: 32px;
  border: 1px solid #f8f8f8;
}
.news-landing-page .filters .filterModalbtn:focus {
  box-shadow: none;
}
.news-landing-page .filters .filterModalbtn img {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .news-landing-page .filters .filterModalbtn {
    display: block;
  }
}
.news-landing-page .filters .modal.fade .modal-dialog {
  position: fixed;
  -ms-transform: translate(0, 50px);
      transform: translate(0, 50px);
  bottom: -100%;
  margin: 0;
  transition: bottom 0.3s ease-in-out;
}
.news-landing-page .filters .modal.show .modal-dialog {
  bottom: 0;
  -ms-transform: none;
  transform: none;
  width: 100%;
  position: absolute;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  animation: slide-up 0.4s ease-out;
  max-width: 100%;
}
@keyframes slide-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.news-landing-page .news-room-filters {
  margin-bottom: 56px;
  float: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-landing-page .news-room-filters .reset-filters-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  -ms-flex-order: 1;
      order: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #5154b6;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .news-landing-page .news-room-filters .reset-filters-btn {
    width: 100%;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .news-landing-page .news-room-filters {
    border-top: 1px solid #adadad;
    padding-top: 27px;
    margin-bottom: 0;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    display: none;
  }
}
.news-landing-page .news-room-filters .news-location-filter-wrap {
  margin: 0 60px;
}
.news-landing-page .news-room-filters .filter-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 40px;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 24px;
}
.news-landing-page .news-room-filters .filter-wrap .label {
  color: #3e3c90;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-left: 40px;
}
@media (max-width: 767.98px) {
  .news-landing-page .news-room-filters .filter-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 15px;
    -ms-flex-align: start;
        align-items: start;
    margin-left: 0px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .news-landing-page .news-room-filters .filter-wrap .label {
    display: none;
  }
}
.news-landing-page .news-room-filters .news-filter-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-landing-page .news-room-filters .news-filter-container {
    width: 100%;
  }
}
.news-landing-page .news-room-filters ul {
  display: none;
  margin-top: 12px;
  padding-right: 0;
}
.news-landing-page .news-room-filters ul li {
  cursor: pointer;
  list-style-type: none;
  font-size: 12px;
  line-height: 150%;
  padding: 8px 16px;
  font-weight: 450;
  text-transform: uppercase;
  color: #6e6e72;
}
@media screen and (max-width: 767px) {
  .news-landing-page .news-room-filters ul li {
    padding: 10px 18px;
  }
}
.news-landing-page .news-room-filters ul li.active-li {
  font-weight: 700;
  background: url("../images/filter-selected-li.svg") no-repeat 4%;
}
.news-landing-page .news-room-filters li:last-child {
  border-bottom: none;
}
.news-landing-page .news-room-filters li[data-value=all] {
  display: none;
}
.news-landing-page .news-room-filters ul.show {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  z-index: 4;
  color: #555;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  box-shadow: 0px 2px 8px 0px rgba(39, 41, 55, 0.08);
  border: 1px solid rgba(39, 41, 55, 0.12);
}
@media screen and (max-width: 767px) {
  .news-landing-page .news-room-filters ul.show {
    position: relative;
  }
}
.news-landing-page .news-room-filters .selected-news-title {
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: #6e6e72;
  background: #f8f8f8;
  min-width: 213px;
  -webkit-appearance: none;
  outline: none;
  border: none;
  padding: 7px 18px 7px 40px;
  text-transform: uppercase;
}
.news-landing-page .news-room-filters .selected-news-title .news-room-counter {
  color: #5154b6;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-right: 8px;
}
.news-landing-page .news-room-filters .selected-news-title span {
  display: none;
}
.news-landing-page .news-room-filters .selected-news-title span:first-child {
  display: inline-block;
}
.news-landing-page .news-room-filters .selected-news-title:after {
  content: "";
  position: absolute;
  display: block;
  border: 2px solid #6e6e72;
  border-width: 0 0 2px 2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -6px;
}
.news-landing-page .news-room-filters .selected-news-title.active:after {
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  margin-top: 12px;
  top: auto;
}
.news-landing-page #loadmore {
  max-width: 148px;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .news-landing-page #loadmore {
    margin: 35px auto 78px;
  }
}
.news-landing-page #loadmore .load-more {
  text-align: center;
  display: block;
  color: #fff;
  background: #cc003d;
  font-size: 14px;
  border-radius: 50px;
  line-height: 20px;
  cursor: pointer;
  padding: 12px 32px;
}
.news-landing-page .news-list {
  margin-top: 80px;
}
.news-landing-page .news-highlight-desc {
  padding-right: 20px;
  padding-top: 40px;
}
.news-landing-page .news-highlight-desc h2 {
  margin-bottom: 25px;
}
.news-landing-page .filter-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .news-landing-page .filter-icon {
    display: block;
    float: left;
    padding-left: 25px;
  }
}
.news-landing-page .news-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .news-landing-page .news-wrapper {
    margin-bottom: 0;
  }
}
.news-landing-page .news-wrapper .news-item {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.news-landing-page .news-wrapper .news-item:hover .news-desc h2 a {
  color: #3e3c90;
}
@media (max-width: 767.98px) {
  .news-landing-page .news-wrapper .news-item {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 32px;
    padding-top: 16px;
  }
}
.news-landing-page .news-wrapper .news-item .news-img {
  position: relative;
}
.news-landing-page .news-wrapper .news-item .news-img .img-fluid {
  aspect-ratio: 6/4;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767.98px) {
  .news-landing-page .news-wrapper .news-item .news-img .img-fluid {
    aspect-ratio: unset;
    object-fit: unset;
  }
}
.news-landing-page .news-wrapper .news-item .news-img:before {
  position: absolute;
  top: 0;
  right: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
}
.news-landing-page .news-wrapper .news-item .news-img:hover:before {
  animation: shine 0.75s;
}
.news-landing-page .news-wrapper .news-item .author-details {
  padding-bottom: 2px;
  margin-top: 24px;
  color: #6e6e72;
  font-size: 14px;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-landing-page .news-wrapper .news-item .author-details .name-author {
  padding-right: 8px;
}
.news-landing-page .news-wrapper .news-item .author-details .name-author:before {
  content: "•";
  padding-left: 10px;
}
.news-landing-page .news-wrapper .news-item .author-details img,
.news-landing-page .news-wrapper .news-item .author-details .author-name {
  display: none;
}
.news-landing-page .news-wrapper .news-item .tags {
  padding-right: 0px;
  margin-bottom: 0;
  margin-top: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
.news-landing-page .news-wrapper .news-item .tags li {
  display: inline-block;
}
.news-landing-page .news-wrapper .news-item .tags li a {
  text-transform: uppercase;
  background: #f8f8f8;
  color: #6e6e72;
  border-radius: 50px;
  padding: 5px 10px;
  margin-left: 6px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 12px;
  display: block;
  cursor: text;
  margin-bottom: 2px;
  margin-top: 2px;
}
.news-landing-page .news-wrapper .news-item .tags li::marker {
  content: "";
}
.news-landing-page .news-wrapper .news-item .author-date {
  display: none;
  color: #6e6e72;
  font-family: "Pilat Wide";
  font-size: 13px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  text-transform: uppercase;
}
.news-landing-page .news-wrapper.newsItemFirst {
  -ms-flex: 0 0 100%;
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .news-landing-page .news-wrapper.newsItemFirst {
    margin-bottom: 0px;
  }
  .news-landing-page .news-wrapper.newsItemFirst .news-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0px;
  }
}
.news-landing-page .news-wrapper.newsItemFirst .news-img {
  max-width: 57.5%;
  overflow: hidden;
  width: 100%;
}
.news-landing-page .news-wrapper.newsItemFirst .news-img a {
  cursor: pointer;
  display: block;
}
@media (max-width: 767.98px) {
  .news-landing-page .news-wrapper.newsItemFirst .news-img {
    padding-left: 0px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.news-landing-page .news-wrapper.newsItemFirst .news-desc {
  max-width: 32.4%;
  position: relative;
  width: 100%;
  color: #555;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 767.98px) {
  .news-landing-page .news-wrapper.newsItemFirst .news-desc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.news-landing-page .news-wrapper.newsItemFirst .news-desc h2 {
  line-height: 1;
  font-size: 28px;
  margin-bottom: 22px;
}
.news-landing-page .news-wrapper.newsItemFirst .news-desc h2 a {
  line-height: 30px;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  font-style: normal;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.news-landing-page .news-wrapper.newsItemFirst .news-desc h2 a:hover {
  color: #3e3c90;
}
@media (max-width: 767.98px) {
  .news-landing-page .news-wrapper.newsItemFirst .news-desc h2 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .news-landing-page .news-wrapper.newsItemFirst .news-desc h2 a {
    line-height: 24px;
    font-size: 16px;
  }
}
.news-landing-page .news-wrapper.newsItemFirst .news-desc p {
  font-size: 14px;
  line-height: 24px;
  color: #6e6e72;
  font-weight: 450;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.news-landing-page .news-wrapper.newsItemFirst .news-desc a.news-cta {
  display: none;
}
.news-landing-page .news-wrapper.newsItemFirst .news-desc:before {
  content: none;
}
.news-landing-page .news-wrapper.newsItem .news-item {
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
.news-landing-page .news-wrapper.newsItem .news-item:hover .news-desc h2 a {
  color: #3e3c90;
}
@media (max-width: 767.98px) {
  .news-landing-page .news-wrapper.newsItem .news-item {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .news-landing-page .news-wrapper.newsItem .news-item .news-img {
    background: gray;
    margin-right: 15px;
    -ms-flex: 0 0 110px;
        flex: 0 0 110px;
    height: 110px;
    width: 110px;
    overflow: hidden;
  }
  .news-landing-page .news-wrapper.newsItem .news-item .news-img img {
    object-fit: cover;
    height: 100%;
  }
}
.news-landing-page .news-wrapper.newsItem .news-item .news-desc {
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .news-landing-page .news-wrapper.newsItem .news-item .news-desc .author-details {
    margin-top: 0px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    gap: 4px;
  }
}
.news-landing-page .news-wrapper.newsItem .news-item .news-desc h2 {
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 1;
}
.news-landing-page .news-wrapper.newsItem .news-item .news-desc h2 a {
  line-height: 28px;
  font-weight: 700;
  color: #000;
  font-size: 19px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.news-landing-page .news-wrapper.newsItem .news-item .news-desc h2 a:hover {
  color: #3e3c90;
}
@media (max-width: 767.98px) {
  .news-landing-page .news-wrapper.newsItem .news-item .news-desc h2 {
    font-size: 16px;
  }
  .news-landing-page .news-wrapper.newsItem .news-item .news-desc h2 a {
    line-height: 24px;
    font-size: 16px;
  }
}
.news-landing-page .news-wrapper.newsItem .news-item .news-desc p {
  color: #6e6e72;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media (max-width: 767px) {
  .news-landing-page .news-wrapper.newsItem .news-item .news-desc p {
    display: none;
  }
}
.news-landing-page .news-wrapper.newsItem .news-item .news-desc a.link--blue, .news-landing-page .news-wrapper.newsItem .news-item .news-desc body.n2k21theme .social-wall .juicer-feed a.j-paginate, body.n2k21theme .social-wall .juicer-feed .news-landing-page .news-wrapper.newsItem .news-item .news-desc a.j-paginate {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: end;
      align-items: flex-end;
}
.news-landing-page .news-insights .news-wrapper .news-item .news-desc a.link--blue, .news-landing-page .news-insights .news-wrapper .news-item .news-desc body.n2k21theme .social-wall .juicer-feed a.j-paginate, body.n2k21theme .social-wall .juicer-feed .news-landing-page .news-insights .news-wrapper .news-item .news-desc a.j-paginate {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .news-landing-page {
    margin-top: 130px;
  }
}
@media screen and (max-width: 992px) {
  .news-landing-page {
    margin: 90px -8px 0 -8px;
  }
  .news-landing-page .news-title {
    font-size: 28px;
    line-height: 32px;
    padding: 0 0px 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .news-landing-page {
    margin: 90px 0px 0px 0px;
  }
}
@keyframes shine {
  100% {
    right: 125%;
  }
}
body.modal-open .modal {
  z-index: 9999;
}
body.modal-open .modal-backdrop {
  z-index: 9998;
}
body.modal-open .modal-backdrop.filter-body-backdrop.show {
  opacity: 0.2 !important;
}

.news-insights-error {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  color: #ff5f5f;
  margin-top: 24px;
  margin-bottom: 60px;
  display: none;
}

.news-landing-page .news-room-filters .reset-filters-btn {
  display: none;
}

ul.news-room-filter[multiselect=true] li {
  position: relative;
  padding-right: 35px !important;
  cursor: pointer;
}
ul.news-room-filter[multiselect=true] li:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
ul.news-room-filter[multiselect=true] li:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -ms-transform: translateY(-65%) rotate(-45deg);
      transform: translateY(-65%) rotate(-45deg);
  width: 6px;
  height: 12px;
  border: solid transparent;
  border-width: 0 0 2px 2px;
  transition: all 0.2s ease-in-out;
}
ul.news-room-filter[multiselect=true] li:hover:before {
  border-color: #666;
}
ul.news-room-filter[multiselect=true] li.active-li {
  background: none;
}
ul.news-room-filter[multiselect=true] li.active-li:before {
  background-color: #5154B6;
  border-color: #5154B6;
}
ul.news-room-filter[multiselect=true] li.active-li:after {
  border-color: #fff;
}

.news-events {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .news-events {
    margin-bottom: 0px;
  }
}
.news-events .news-events-title {
  display: inline-block;
  letter-spacing: 0.37px;
  margin-bottom: 30px;
  padding-top: 20px;
  color: #000;
  width: auto;
}
@media (max-width: 767.98px) {
  .news-events .news-events-title {
    font-size: 24px;
    margin-bottom: 0 !important;
    line-height: 32px;
  }
}
.news-events .view-all-news {
  width: auto;
  float: left;
  margin-top: 28px;
  padding-right: 60px;
}
@media (max-width: 767.98px) {
  .news-events .view-all-news {
    margin-bottom: 40px;
    padding-right: 0px;
    margin-top: 0;
    float: none;
  }
  .news-events .view-all-news.visible-xs {
    display: none !important;
  }
}
.news-events .news-item {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .news-events .news-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.news-events .news-item .news-events-detail-inner-wrapper {
  position: relative;
  z-index: 2;
}
.news-events .news-item .news-events-detail {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 70px 25px 18px;
  width: 100%;
  z-index: 5;
}
.news-events .news-item .news-events-detail:before {
  background: transparent linear-gradient(-180deg, rgba(0, 22, 39, 0) 0%, rgb(1, 30, 54) 100%) 100% 0% no-repeat padding-box;
  opacity: 1;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  right: 0px;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .news-events .news-item .news-events-detail {
    position: static;
    padding-top: 0;
    padding-right: 0;
  }
  .news-events .news-item .news-events-detail:before {
    background: unset;
  }
}
.news-events .news-item .news-events-detail .news-title {
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .news-events .news-item .news-events-detail .news-title {
    margin-bottom: 0px;
  }
}
.news-events .news-item .news-events-detail .link--blue, .news-events .news-item .news-events-detail body.n2k21theme .social-wall .juicer-feed .j-paginate, body.n2k21theme .social-wall .juicer-feed .news-events .news-item .news-events-detail .j-paginate {
  display: none;
}
@media (max-width: 767.98px) {
  .news-events .news-item .news-events-detail .link--blue, .news-events .news-item .news-events-detail body.n2k21theme .social-wall .juicer-feed .j-paginate, body.n2k21theme .social-wall .juicer-feed .news-events .news-item .news-events-detail .j-paginate {
    margin-top: 15px;
    display: block;
  }
}
.news-events .news-item .news-events-img {
  position: relative;
}
.news-events .news-item .news-events-img a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.news-events .news-item .news-events-img:before {
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(51, 51, 51, 0) 0%, rgb(200, 173, 155) 100%) 100% 0% no-repeat padding-box;
  -webkit-transition: all 0.5s ease-out 0s;
  -webkit-transform: scale(1);
  -ms-transition: all 0.5s ease-out 0s;
  -ms-transform: scale(1);
  -moz-transition: all 0.5s ease-out 0s;
  -moz-transform: scale(1);
  transition: all 0.5s ease-out 0s;
  transform: scale(1);
  opacity: 0.45;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
      transform: matrix(-1, 0, 0, -1, 0, 0);
}
.news-events .news-item .news-events-img img {
  display: block;
  min-height: 1rem;
  height: 100%;
  float: right;
  width: 100%;
  max-width: none;
  bottom: -100%;
  right: -100%;
  margin: auto;
  position: absolute;
  left: -100%;
  top: -100%;
  z-index: 2;
  max-width: none;
  vertical-align: middle;
  display: block;
  transition: transform 0.2s linear;
}
@media (max-width: 767.98px) {
  .news-events .news-item .news-events-img {
    min-height: unset !important;
    -ms-flex: 0 0 110px;
        flex: 0 0 110px;
    height: 110px;
    width: 110px;
  }
  .news-events .news-item .news-events-img img {
    position: static;
    height: 100%;
    width: 100%;
  }
  .news-events .news-item .news-events-img::before {
    content: unset;
  }
}
.news-events .news-item:hover .news-events-img:before {
  background: none;
}
.news-events .news-item:hover .news-events-img picture,
.news-events .news-item:hover .news-events-img img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
  background: none;
}
.news-events .news-left-col .news-item .news-events-img {
  min-height: 666px;
  position: relative;
}
@media (max-width: 1450px) {
  .news-events .news-left-col .news-item .news-events-img {
    min-height: 550px;
  }
}
.news-events .news-right-col .news-item .news-events-img {
  min-height: 323px;
}
@media (max-width: 1450px) {
  .news-events .news-right-col .news-item .news-events-img {
    min-height: 265px;
  }
}
.news-events .news-events-top-wrapper {
  margin-bottom: 20px;
}
.news-events .font25 {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.25px;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .news-events .font25 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .news-events .font25 {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 16px;
    color: #000;
  }
}
.news-events .font20 {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.2px;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .news-events .font20 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .news-events .hidden-xs {
    display: none !important;
  }
  .news-events .visible-xs {
    display: block !important;
  }
}

.visible-xs {
  display: none;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .news-events .news-left-col {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .news-events .news-left-col .news-item {
    margin-bottom: 20px;
  }
  .news-events .news-left-col .news-item .news-events-img {
    min-height: 540px;
  }
  .news-events .news-right-col {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  .news-events .news-right-col .news-item .news-events-img {
    min-height: 275px;
  }
  .news-events .news-right-col .news-events-top-wrapper {
    width: calc(50% - 10px);
    margin-bottom: 0;
    margin-left: 10px;
  }
  .news-events .news-right-col .news-events-bottom-wrapper {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1024px) and (orientation: portrait) {
  .news-events .news-left-col {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .news-events .news-left-col .news-item {
    margin-bottom: 20px;
  }
  .news-events .news-left-col .news-item .news-events-img {
    min-height: 540px;
  }
  .news-events .news-right-col {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  .news-events .news-right-col .news-item .news-events-img {
    min-height: 275px;
  }
  .news-events .news-right-col .news-events-top-wrapper {
    width: calc(50% - 10px);
    margin-bottom: 0;
    margin-left: 10px;
  }
  .news-events .news-right-col .news-events-bottom-wrapper {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
}
.panel-gsap-scrub {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  box-sizing: border-box;
}
.panel-gsap-scrub.dir-col {
  -ms-flex-direction: column;
      flex-direction: column;
}

.jsAnimateFullWrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .jsAnimateFullWrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.panel-box {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.panel-box .heading-wrap h2,
.panel-box .heading-wrap .heading {
  margin-bottom: 40px;
  color: #000;
}
@media (max-width: 767.98px) {
  .panel-box .heading-wrap h2,
  .panel-box .heading-wrap .heading {
    margin-bottom: 32px;
  }
}
.panel-box .vidWrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.panel-box .vidWrap:has(video) {
  max-height: 813px;
}
.panel-box .vidWrap video {
  width: 100%;
  top: 50%;
  right: 50%;
}

.no-paralax .panel-box .vidWrap:has(video) {
  position: relative;
  padding-bottom: 62.9590766002%;
  height: 0;
  overflow: hidden;
  max-height: 813px;
}
.no-paralax .panel-box .vidWrap video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parallaxBox,
.videoBox {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
@media (max-width: 767.98px) {
  .parallaxBox,
  .videoBox {
    height: 86vh;
  }
}
.parallaxBox .background-video,
.videoBox .background-video {
  position: absolute;
  right: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
}
.parallaxBox.customTextWidth .richText,
.videoBox.customTextWidth .richText {
  max-width: 1364px;
}
.parallaxBox.align-center .richText,
.videoBox.align-center .richText {
  text-align: center;
}
.parallaxBox.align-center .richText h2,
.videoBox.align-center .richText h2 {
  line-height: 48px;
  font-size: 37px;
}
@media (max-width: 767.98px) {
  .parallaxBox.align-center .richText h2,
  .videoBox.align-center .richText h2 {
    line-height: 36px;
    font-size: 28px;
  }
}
.parallaxBox.align-center .richText h2,
.parallaxBox.align-center .richText p,
.videoBox.align-center .richText h2,
.videoBox.align-center .richText p {
  text-align: center;
}
.parallaxBox .richText,
.videoBox .richText {
  z-index: 2;
}
.parallaxBox .richText h2,
.parallaxBox .richText p,
.videoBox .richText h2,
.videoBox .richText p {
  color: #fff;
}
.parallaxBox .richText a,
.videoBox .richText a {
  margin-top: 37px;
}
@media (max-width: 767.98px) {
  .parallaxBox .richText,
  .videoBox .richText {
    margin: 0 16px;
  }
  .parallaxBox .richText h2,
  .videoBox .richText h2 {
    margin-bottom: 0px;
  }
}
.parallaxBox .bg,
.videoBox .bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  right: 0;
  top: 0;
}
.parallaxBox.youtube-as-bg .richText,
.videoBox.youtube-as-bg .richText {
  position: absolute;
}
@media (max-width: 767.98px) {
  .parallaxBox.youtube-as-bg .richText,
  .videoBox.youtube-as-bg .richText {
    padding: 0 16px;
  }
}

.videoBox {
  height: 552px;
  overflow: hidden;
}
.videoBox:after {
  background: linear-gradient(-170deg, rgba(0, 0, 0, 0.5) 28.33%, rgba(0, 0, 0, 0) 92.65%);
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 389.99px) {
  .videoBox.youtube-as-bg .article-video iframe {
    -ms-transform: scale(2.9);
        transform: scale(2.9);
  }
}
@media screen and (min-width: 390px) and (max-width: 546.98px) {
  .videoBox.youtube-as-bg .article-video iframe {
    -ms-transform: scale(2.6);
        transform: scale(2.6);
  }
}
@media screen and (min-width: 547px) and (max-width: 992.98px) {
  .videoBox.youtube-as-bg .article-video iframe {
    -ms-transform: scale(1.9);
        transform: scale(1.9);
  }
}

.jsAnimateFullWrapper .component-single-video__thumbnail .yt-play img {
  transform: scale3d(1, 1, 1);
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .jsAnimateFullWrapper .component-single-video__thumbnail .yt-play img {
    transform: scale3d(1.1, 1.1, 1.1);
    visibility: visible;
  }
}
.jsAnimateFullWrapper .component-single-video__thumbnail .yt-play img.reset-play-icon {
  transform: scale3d(1, 1, 1);
}
@media (max-width: 767.98px) {
  .jsAnimateFullWrapper .component-single-video__thumbnail .yt-play img.reset-play-icon {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.jsAnimateFullWrapper .component-single-video__thumbnail .yt-play img.set-play-icon {
  transform: scale3d(1.5, 1.5, 1.5);
}
@media (max-width: 767.98px) {
  .jsAnimateFullWrapper:last-child {
    margin-top: 48px;
  }
}
.jsAnimateFullWrapper-last {
  margin-bottom: -80px !important;
}
@media (max-width: 767.98px) {
  .jsAnimateFullWrapper-last {
    margin-bottom: -55px !important;
  }
}
@media (max-width: 767.98px) {
  .jsAnimateFullWrapper-last .reset-margin {
    margin-bottom: -55px !important;
  }
}
.jsAnimateFullWrapper-last .jsAnimateFullWrapper {
  padding-bottom: 0 !important;
}
.jsAnimateFullWrapper + .article-block {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .jsAnimateFullWrapper + .article-block {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .tabs-carousel-container-extended + .jsAnimateFullWrapper {
    padding-top: 0;
  }
}

.news-events-extra {
  background-image: url(../images/highlightsnews-shape.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100% 561px;
  background-color: #F8F8F8;
  background-position-x: 100%;
  background-position-y: 0%;
  padding-bottom: 160px;
}
.news-events-extra .maincol {
  display: -ms-flexbox;
  display: flex;
}
.news-events-extra .maincol .leftcol {
  padding-bottom: 90px;
  position: sticky;
  height: 100%;
  width: 42%;
  top: 15px;
  padding-top: 300px;
}
.news-events-extra .maincol .leftcol .maintitle {
  text-transform: uppercase;
  margin-bottom: 32px;
  line-height: 60px;
  font-weight: 700;
  font-size: 59px;
  color: #000;
}
.news-events-extra .maincol .rightcol {
  padding-top: 160px;
  width: 58%;
}
.news-events-extra .maincol .box {
  background: white;
  padding-left: 64px;
  margin-bottom: 85px;
  padding-top: 64px;
  display: -ms-flexbox;
  display: flex;
}
.news-events-extra .maincol .box:last-child {
  margin-bottom: 0px;
}
.news-events-extra .maincol .box .imghold {
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  width: 339px;
}
.news-events-extra .maincol .box .texthold {
  padding-bottom: 15px;
  padding-right: 28px;
  padding-top: 56px;
}
.news-events-extra .maincol .box .texthold .date {
  margin-bottom: 12px;
  font-style: normal;
  line-height: 24px;
  color: #6E6E72;
  font-size: 16px;
  display: block;
}
.news-events-extra .maincol .box .texthold .title {
  color: #000;
  margin-bottom: 32px;
  line-height: 36px;
  font-weight: 700;
  font-size: 28px;
}

@media screen and (max-width: 1200px) and (min-width: 1023.1px) {
  .news-events-extra .maincol .leftcol .maintitle {
    font-size: 50px;
  }
  .news-events-extra .maincol .box {
    padding-left: 25px;
  }
  .news-events-extra .maincol .box .imghold {
    width: 270px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .news-events-extra .maincol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-events-extra .maincol .box .imghold {
    max-width: 240px;
  }
  .news-events-extra .maincol .leftcol {
    position: unset;
    padding-top: 120px;
    width: 100%;
  }
  .news-events-extra .maincol .rightcol {
    width: 100%;
    padding-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .news-events-extra {
    background-image: unset;
    padding-bottom: 120px;
  }
  .news-events-extra .maincol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-events-extra .maincol .leftcol,
  .news-events-extra .maincol .rightcol {
    width: 100%;
  }
  .news-events-extra .maincol .leftcol {
    position: unset;
    padding-bottom: 64px;
    padding-top: 120px;
  }
  .news-events-extra .maincol .leftcol .maintitle {
    font-size: 47px;
    line-height: 48px;
  }
  .news-events-extra .maincol .rightcol {
    padding-top: 0px;
  }
  .news-events-extra .maincol .box {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 56px 24px 0 0;
    margin-bottom: 64px;
    line-height: 1;
  }
  .news-events-extra .maincol .box .imghold {
    width: 100%;
  }
  .news-events-extra .maincol .box .imghold .img-fluid {
    width: 100%;
  }
  .news-events-extra .maincol .box .imghold img {
    width: 100%;
  }
  .news-events-extra .maincol .box .texthold {
    padding: 0 0 40px 60px;
    width: 100%;
  }
  .news-events-extra .maincol .box .texthold .date {
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 14px;
  }
  .news-events-extra .maincol .box .texthold .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 28px;
  }
}
.informative-media,
.informative-media-op2 {
  padding: 80px 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .informative-media,
  .informative-media-op2 {
    padding: 50px 0;
  }
}
.informative-media:not(.variant-2),
.informative-media-op2:not(.variant-2) {
  background-image: url(../images/informative-shape1.svg);
  background-position-x: 100%;
  background-position-y: 0%;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .informative-media:not(.variant-2),
  .informative-media-op2:not(.variant-2) {
    background-image: unset !important;
  }
}
.informative-media .text-box .title,
.informative-media-op2 .text-box .title {
  margin-bottom: 28px;
  line-height: 48px;
  font-weight: 700;
  font-size: 36px;
  color: #000;
}
@media (max-width: 767.98px) {
  .informative-media .text-box .title,
  .informative-media-op2 .text-box .title {
    font-size: 28px;
    line-height: 32px; /* 114.286% */
    margin-bottom: 20px;
  }
}
.informative-media .text-box .sub-title,
.informative-media-op2 .text-box .sub-title {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 48px;
  font-weight: 400;
  font-size: 28px;
  color: #000;
}
@media (max-width: 767.98px) {
  .informative-media .text-box .sub-title,
  .informative-media-op2 .text-box .sub-title {
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 24px;
  }
}
.informative-media .text-box p,
.informative-media-op2 .text-box p {
  color: #6e6e72;
  line-height: 28px;
  font-size: 18px;
}
.informative-media .text-box p:last-child,
.informative-media-op2 .text-box p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .informative-media .text-box p,
  .informative-media-op2 .text-box p {
    font-size: 16px;
  }
}
.informative-media .img-scroll-sec,
.informative-media-op2 .img-scroll-sec {
  margin-bottom: 96px;
  overflow-x: scroll;
  padding-top: 96px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width: 767.98px) {
  .informative-media .img-scroll-sec,
  .informative-media-op2 .img-scroll-sec {
    margin-bottom: 38px;
    padding-left: 15px;
    padding-top: 38px;
    padding-right: 15px;
  }
}
.informative-media .img-scroll-sec::-webkit-scrollbar,
.informative-media-op2 .img-scroll-sec::-webkit-scrollbar {
  display: none;
}
.informative-media .img-scroll-sec .col-sm-4:last-child,
.informative-media-op2 .img-scroll-sec .col-sm-4:last-child {
  margin-left: 16.66666%;
}
@media (max-width: 767.98px) {
  .informative-media .img-scroll-sec .col-sm-4:last-child,
  .informative-media-op2 .img-scroll-sec .col-sm-4:last-child {
    margin-left: 0;
  }
}
.informative-media .img-scroll-sec .im-holder .img-fluid img,
.informative-media-op2 .img-scroll-sec .im-holder .img-fluid img {
  width: 100%;
}
.informative-media.variant-2,
.informative-media-op2.variant-2 {
  background-image: url(../images/informative-shape2.svg);
  background-position-y: 87%;
  background-position-x: 100%;
  background-size: 100%;
  padding-bottom: 0px;
}
.informative-media.variant-2 .text-box,
.informative-media-op2.variant-2 .text-box {
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .informative-media.variant-2 .text-box,
  .informative-media-op2.variant-2 .text-box {
    padding-bottom: 38px;
  }
}
.informative-media.variant-2 .text-box .title,
.informative-media-op2.variant-2 .text-box .title {
  margin-bottom: 48px;
}
@media (max-width: 767.98px) {
  .informative-media.variant-2 .text-box .title,
  .informative-media-op2.variant-2 .text-box .title {
    margin-bottom: 38px;
  }
}
.informative-media.variant-2 .text-box .sub-title,
.informative-media-op2.variant-2 .text-box .sub-title {
  line-height: 28.8px;
  font-size: 24px;
  margin: 40px 0;
}
@media (max-width: 767.98px) {
  .informative-media.variant-2 .text-box .sub-title,
  .informative-media-op2.variant-2 .text-box .sub-title {
    line-height: 24px;
    font-size: 20px;
    margin: 24px 0;
  }
}
.informative-media.variant-2 .picholder,
.informative-media-op2.variant-2 .picholder {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  -ms-flex-align: end;
      align-items: flex-end;
}
.informative-media.variant-2 .picholder .pic-one,
.informative-media.variant-2 .picholder .pic-two,
.informative-media-op2.variant-2 .picholder .pic-one,
.informative-media-op2.variant-2 .picholder .pic-two {
  transition: width 800ms ease-in-out;
}
.informative-media.variant-2 .picholder .pic-one .im-holder img,
.informative-media.variant-2 .picholder .pic-two .im-holder img,
.informative-media-op2.variant-2 .picholder .pic-one .im-holder img,
.informative-media-op2.variant-2 .picholder .pic-two .im-holder img {
  width: 100%;
}
.informative-media.variant-2 .picholder .pic-one,
.informative-media-op2.variant-2 .picholder .pic-one {
  width: 35%;
  border-left: 8px solid transparent;
}
@media (max-width: 767.98px) {
  .informative-media.variant-2 .picholder .pic-one,
  .informative-media-op2.variant-2 .picholder .pic-one {
    border-left: 2px solid transparent;
  }
}
.informative-media.variant-2 .picholder .pic-two,
.informative-media-op2.variant-2 .picholder .pic-two {
  width: 65%;
  border-right: 8px solid transparent;
}
@media (max-width: 767.98px) {
  .informative-media.variant-2 .picholder .pic-two,
  .informative-media-op2.variant-2 .picholder .pic-two {
    border-right: 2px solid transparent;
  }
}
.informative-media.variant-2.enable .picholder .pic-one,
.informative-media-op2.variant-2.enable .picholder .pic-one {
  width: 100%;
}
.informative-media.variant-2.enable .picholder .pic-two,
.informative-media-op2.variant-2.enable .picholder .pic-two {
  width: 50%;
}

.people-stories {
  background-color: #000;
  padding-top: 110px;
}
.people-stories .people-stories-wrapper .owl-nav {
  position: absolute;
  line-height: 1;
  margin-top: 0;
  top: -90px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .people-stories .people-stories-wrapper .owl-nav {
    top: -52px;
  }
}
.people-stories .people-stories-wrapper .owl-nav .owl-next,
.people-stories .people-stories-wrapper .owl-nav .owl-prev {
  background-color: #f4f3f5;
  background-image: url(../images/carousel-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  height: 40px;
  width: 40px;
}
@media (max-width: 767.98px) {
  .people-stories .people-stories-wrapper .owl-nav .owl-next,
  .people-stories .people-stories-wrapper .owl-nav .owl-prev {
    height: 32px;
    width: 32px;
    background-size: 12px;
  }
}
.people-stories .people-stories-wrapper .owl-nav .owl-next:hover,
.people-stories .people-stories-wrapper .owl-nav .owl-prev:hover {
  background-color: #b8b6eb;
}
.people-stories .people-stories-wrapper .owl-nav .owl-next:focus,
.people-stories .people-stories-wrapper .owl-nav .owl-prev:focus {
  outline: none;
}
.people-stories .people-stories-wrapper .owl-nav .owl-next span,
.people-stories .people-stories-wrapper .owl-nav .owl-prev span {
  display: none;
}
.people-stories .people-stories-wrapper .owl-nav .owl-next.disabled:hover,
.people-stories .people-stories-wrapper .owl-nav .owl-prev.disabled:hover {
  background-color: #f4f3f5;
}
.people-stories .people-stories-wrapper .owl-nav .owl-prev {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  margin: 0px 16px; transform: unset;
}
.people-stories .people-stories-wrapper .owl-nav .owl-next {
  margin: 0px; transform: scaleX(-1);
}
.people-stories-heading {
  max-width: 1380px;
  margin: 0 auto;
  padding-right: 8px;
  padding-left: 8px;
}
.people-stories .owl-carousel .owl-stage-outer {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .people-stories .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .people-stories {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 993px) {
  .people-stories {
    padding-bottom: 75px;
  }
}
.people-stories .people-stories-img-cont-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
}
.people-stories .people-stories-img-cont-wrapper iframe {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .people-stories .owl-carousel {
    display: block;
  }
}
.people-stories .owl-carousel .owl-dots {
  margin-right: -5px;
  margin-top: 20px;
  text-align: right;
}
.people-stories .owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #6e6e72;
}
.people-stories .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #b8b6eb;
}
.people-stories .people-stories-title {
  letter-spacing: 0.37px;
  color: #fff;
  padding-right: 3px;
  margin-bottom: 53px;
  padding-left: 200px;
}
@media screen and (max-width: 767px) {
  .people-stories .people-stories-title {
    margin-bottom: 88px;
    padding-left: 0px;
    line-height: 32px;
    font-size: 28px;
  }
}
.people-stories .people-stories-detail {
  color: #e3e3e3;
  width: 80%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .people-stories .people-stories-detail {
    width: 100%;
  }
}
.people-stories .people-stories-detail .title {
  font-size: 28px;
  line-height: 39px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .people-stories .people-stories-detail .title {
    line-height: 30px;
    font-size: 24px;
  }
}
.people-stories .people-stories-detail p {
  margin-bottom: 18px;
  line-height: 36px;
  font-size: 19px;
}
@media (max-width: 767.98px) {
  .people-stories .people-stories-detail p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .people-stories .owl-stage {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .people-stories .owl-carousel .owl-item {
    padding-right: 15px;
  }
  .people-stories .owl-carousel .owl-item:first-child.active {
    padding-right: 6px;
  }
}
@media screen and (min-width: 1025px) {
  .people-stories .owl-carousel .owl-item:first-child.active {
    margin-right: 6px;
  }
}

.component-single-video,
.carousel-component-single-video {
  margin-bottom: 55px;
}
.component-single-video__thumbnail,
.carousel-component-single-video__thumbnail {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.component-single-video__thumbnail .yt-play,
.component-single-video__thumbnail .yt-play-carousel,
.carousel-component-single-video__thumbnail .yt-play,
.carousel-component-single-video__thumbnail .yt-play-carousel {
  position: absolute;
  right: 50%;
  top: 50%;
  -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
  margin: 0;
  padding: 0;
  border: none;
  outline: 0 none;
  background-color: transparent;
}
.component-single-video__thumbnail .yt-play img,
.component-single-video__thumbnail .yt-play-carousel img,
.carousel-component-single-video__thumbnail .yt-play img,
.carousel-component-single-video__thumbnail .yt-play-carousel img {
  height: 60px;
  width: 60px;
}
.component-single-video__thumbnail .yt-play:before,
.component-single-video__thumbnail .yt-play-carousel:before,
.carousel-component-single-video__thumbnail .yt-play:before,
.carousel-component-single-video__thumbnail .yt-play-carousel:before {
  position: absolute;
  top: 50%;
  right: 50%;
}
.component-single-video__thumbnail img,
.carousel-component-single-video__thumbnail img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .component-single-video,
  .carousel-component-single-video {
    margin-bottom: 30px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.Play_Button {
  background-color: rgb(255, 255, 255);
  position: absolute;
  right: 176px;
  top: 6269px;
  width: 26px;
  height: 51px;
  z-index: 16;
}

.people-stories-carousel.owl-carousel.owl-rtl {
        direction: rtl !important
}
.people-stories-carousel.owl-carousel.owl-rtl .owl-item {
      float: right
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLessCarouselBtn {
  display: none;
}
.addReadMore.showmorecontent .dots,
.addReadMore.showmorecontent .readMoreCarouselBtn {
  display: none;
}
.addReadMore .readMoreCarouselBtn,
.addReadMore .readLessCarouselBtn {
  color: #e3e3e3;
  line-height: 36px;
  cursor: pointer;
  font-size: 19px;
}
.addReadMore .readMoreCarouselBtn .icon-arrow,
.addReadMore .readLessCarouselBtn .icon-arrow {
  padding-left: 25px;
  position: relative;
}
.addReadMore .readMoreCarouselBtn .icon-arrow:before,
.addReadMore .readLessCarouselBtn .icon-arrow:before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 7px;
  top: 7px;
}
.addReadMore .readLessCarouselBtn .icon-arrow:before {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  top: 12px;
}

.people-stories.people-stories__Light {
  background-image: url(../images/curve-lines.svg);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 120%;
  background-size: 2060px;
}
@media only screen and (max-width: 768px) {
  .people-stories.people-stories__Light {
    background-image: none;
  }
}
.people-stories.people-stories__Light.no-bg-image {
  background-image: none;
}

.people-stories-carousel-v2 .people-stories-item {
  padding-left: 59px;
}
.people-stories-carousel-v2 .people-stories-item .title {
  margin-bottom: 32px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 128.571% */
  text-transform: uppercase;
  /* min 4 line of text */
  min-height: 145px;
  word-break: break-word;
}
@media screen and (max-width: 992px) {
  .people-stories-carousel-v2 .people-stories-item .title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 114.286% */
    min-height: 64px;
  }
}
.people-stories-carousel-v2 .people-stories-detail {
  width: 100%;
}
.people-stories-carousel-v2 .people-stories-detail .sub-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  text-transform: capitalize;
  word-break: break-word;
}
@media screen and (max-width: 992px) {
  .people-stories-carousel-v2 .people-stories-detail .sub-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
  }
}
.people-stories-carousel-v2 .people-stories-detail p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
@media screen and (max-width: 992px) {
  .people-stories-carousel-v2 .people-stories-detail p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }
}
.people-stories-carousel-v2 .people-stories-detail .addReadMore .readMoreCarouselBtn,
.people-stories-carousel-v2 .people-stories-detail .addReadMore .readLessCarouselBtn {
  color: #000;
  font-size: 16px;
}
.people-stories-carousel-v2 .people-stories-detail .addReadMore .readMoreCarouselBtn .icon-arrow:before,
.people-stories-carousel-v2 .people-stories-detail .addReadMore .readMoreCarouselBtn .icon-arrow:before,
.people-stories-carousel-v2 .people-stories-detail .addReadMore .readLessCarouselBtn .icon-arrow:before,
.people-stories-carousel-v2 .people-stories-detail .addReadMore .readLessCarouselBtn .icon-arrow:before {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.people-stories-carousel-v2 .people-stories-detail .link--black {
  font-weight: bold;
}

.no-bg-image .people-stories-carousel-v2 .people-stories-detail .link--black {
  color: #3e3c90;
}

.people-stories .people-stories-title-v2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 133.333% */
  margin-bottom: 98px;
}

.location-popup-container {
  display: none;
}
.location-popup-container.show {
  display: block;
  width: 100%;
  right: 0px;
  top: 0px;
  height: 100%;
  background: rgba(15, 15, 15, 0.8);
  z-index: 9998;
  position: fixed;
}
.location-popup-container.show .location-popup-wrapper {
  display: block;
  width: 90%;
  background: #fff;
  max-width: 550px;
  position: absolute;
  top: 50%;
  right: 50%;
  -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
  padding: 64px;
  z-index: 9999;
}
.location-popup-container.show .location-popup-wrapper::before {
  position: fixed;
  content: "";
  width: 100%;
  right: 0px;
  top: 0px;
  height: 100%;
}
.location-popup-container.show .location-popup-wrapper .location-title {
  font-size: 36px;
  line-height: 48px;
  color: #000;
  margin: 0px;
  font-weight: 700;
}
.location-popup-container.show .location-popup-wrapper .location-container {
  margin-top: 60px;
}
.location-popup-container.show .location-popup-wrapper .location-container ul {
  list-style: none;
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0px;
}
.location-popup-container.show .location-popup-wrapper .location-container ul li {
  margin-bottom: 35px;
}
.location-popup-container.show .location-popup-wrapper .location-container ul li:last-child {
  margin-bottom: 0px;
}
.location-popup-container.show .location-popup-wrapper .location-container ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 450;
  line-height: 24px;
  position: relative;
}
.location-popup-container.show .location-popup-wrapper .location-container ul li a::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #000;
  right: 0px;
  bottom: -2px;
}
.location-popup-container.show .location-popup-wrapper .location-container ul li a:hover {
  color: #3E3C90;
}
.location-popup-container.show .location-popup-wrapper .location-container ul li a:hover::after {
  background-color: #3E3C90;
}
.location-popup-container.show .location-popup-wrapper .icon-close {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.location-popup-container.show .location-popup-wrapper .icon-close::before, .location-popup-container.show .location-popup-wrapper .icon-close::after {
  position: absolute;
  right: 10px;
  content: " ";
  height: 21px;
  width: 2px;
  background-color: #333;
}
.location-popup-container.show .location-popup-wrapper .icon-close::before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.location-popup-container.show .location-popup-wrapper .icon-close::after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.related-pages {
  padding: 140px 0 75px;
}
.related-pages.landing-blocks {
  margin: 0;
  padding: 70px 0 20px;
}
.related-pages.landing-blocks .related-item {
  height: calc(100% - 40px);
}
.related-pages.landing-blocks .related-item .related-img {
  height: 100%;
}
.related-pages.landing-blocks .related-item .related-img picture {
  height: 100%;
}
.related-pages.landing-blocks .related-item .related-img picture img {
  height: 100%;
  width: 100%;
}
.related-pages.landing-blocks .related-title {
  font-weight: bold;
  border-bottom: solid 1px #333;
  padding-bottom: 25px;
  margin-bottom: 60px;
  color: #fff;
}
.related-pages.landing-blocks .related-item {
  margin-bottom: 40px;
}
.related-pages.landing-blocks .related-item .related-desc:before {
  width: 101%;
}
.related-pages .related-title {
  font-weight: normal;
  padding-bottom: 35px;
  color: #000;
}
.related-pages .related-item {
  position: relative;
  overflow: hidden;
}
.related-pages .related-item:hover .related-img picture,
.related-pages .related-item:hover .related-img img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
  background: none;
}
.related-pages .related-item .related-img {
  position: relative;
}
.related-pages .related-item .related-img:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
      transform: matrix(-1, 0, 0, -1, 0, 0);
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(51, 51, 51, 0) 0%, rgb(200, 173, 155) 100%) 100% 0% no-repeat padding-box;
  opacity: 0.32;
}
.related-pages .related-item .related-img picture,
.related-pages .related-item .related-img img {
  transition: transform 0.2s linear;
}
.related-pages .related-item .related-cta {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.related-pages .related-item .related-desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 0 12px 10px;
}
.related-pages .related-item .related-desc:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 162px;
  background: transparent linear-gradient(-180deg, rgba(0, 22, 39, 0) 0%, rgb(1, 30, 54) 100%) 100% 0% no-repeat padding-box;
  opacity: 1;
}
.related-pages .related-item .related-desc h2 {
  position: relative;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 5px;
  z-index: 2;
  word-break: break-word;
}
.related-pages .related-item .related-desc p {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  z-index: 2;
}
.related-pages.variant-2 .related-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
.related-pages.variant-2 .related-item .related-img:before {
  content: unset;
}
.related-pages.variant-2 .related-item .related-desc {
  position: static;
  padding: 24px 0px 0px 0px;
  -ms-flex-direction: column;
      flex-direction: column;
  position: static;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.related-pages.variant-2 .related-item .related-desc h2 {
  font-style: normal;
  line-height: 28px;
  font-size: 19px;
  color: #000;
}
.related-pages.variant-2 .related-item .related-desc p {
  color: #6e6e72;
  margin-bottom: 24px;
  line-height: 24px;
  font-size: 14px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.related-pages.variant-2 .related-item .related-desc:before {
  content: unset;
}
.related-pages.variant-2 .related-item:hover .related-img picture,
.related-pages.variant-2 .related-item:hover .related-img img {
  -ms-transform: unset;
      transform: unset;
}
@media (max-width: 767.98px) {
  .related-pages.variant-2 {
    margin: 30px 0px;
  }
  .related-pages.variant-2 .related-title {
    padding: 0 0px 15px 0;
  }
  .related-pages.variant-2 .related-item {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 16px;
  }
  .related-pages.variant-2 .related-item .related-img {
    margin-right: 15px;
    height: 110px;
    width: 110px;
  }
  .related-pages.variant-2 .related-item .related-img picture img {
    object-fit: cover;
    height: 110px;
    width: 110px;
  }
  .related-pages.variant-2 .related-item .related-desc {
    width: calc(100% - 126px);
    padding: 0px 0 32px 0px;
  }
}

@media screen and (max-width: 992px) {
  .related-pages {
    margin: 30px -8px 0 -8px;
    padding: 70px 0 75px;
  }
  .related-pages .related-title {
    font-size: 23px;
    line-height: 28px;
    padding: 0 15px 15px 0;
  }
}
@media screen and (max-width: 576px) {
  .landing-blocks .related-title {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .related-pages {
    margin: 30px -15px 0 -15px;
  }
  .related-pages .related-item {
    margin-bottom: 15px;
  }
}
.right-signpost .description {
  border-top: solid 1px #707070;
  margin-top: 38px;
  padding-top: 18px;
}
.right-signpost .description p {
  font-size: 18px;
  line-height: 31px;
  color: #000;
  margin-bottom: 15px;
}
.right-signpost .description h2 {
  font-size: 19px;
  line-height: 36px;
  color: #000;
}
.right-signpost .related-links {
  margin-top: 30px;
}
.right-signpost .related-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.right-signpost .related-links ul li a {
  color: #003764;
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .right-signpost .description {
    border: 0 none;
    margin-top: 50px;
  }
  .right-signpost .description p {
    font-size: 15px;
    line-height: 25px;
  }
  .right-signpost .description h2 {
    font-size: 15px;
    line-height: 36px;
  }
  .right-signpost .related-links ul li a {
    font-size: 15px;
  }
}
.search-results-container {
  margin: 215px 0 50px;
}
.search-results-container .searchbar .search-btn,
.search-results-container .searchbar .search-input {
  color: #000;
}
.search-results-container .noresults {
  color: #cc003d;
  margin-top: 18px;
  display: none;
}
.search-results-container .results-container {
  margin-top: 90px;
}
.search-results-container .results-container.error {
  color: #cc003d;
}
.search-results-container .results-container .result-item {
  margin-bottom: 53px;
}
.search-results-container .results-container .result-item .result-title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
}
.search-results-container .results-container .result-item .result-title a {
  color: #003764;
  text-decoration: underline;
}
.search-results-container .results-container .result-item p {
  font-size: 18px;
  line-height: 34px;
}
.search-results-container .results-container .result-item p span {
  color: #003764;
  font-weight: bold;
}

.pagination ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  margin: 0 10px;
  cursor: pointer;
  padding: 0px 10px 0 10px;
  color: #000;
}
.pagination ul li:first-child {
  margin-right: 0;
}
.pagination ul li.current {
  border: solid 1px #000;
}
.pagination ul li.hideElipsis {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .search-results-container {
    margin-top: 100px;
  }
  .search-results-container .results-container {
    margin-top: 40px;
  }
  .search-results-container .results-container .noresults {
    margin-top: -25px;
  }
}
@media screen and (max-width: 767px) {
  .pagination {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .search-results-container .results-container .result-item {
    margin-bottom: 40px;
  }
  .search-results-container .results-container .result-item .result-title {
    font-size: 23px;
    line-height: 28px;
  }
  .search-results-container .results-container .result-item p {
    font-size: 15px;
    line-height: 23px;
  }
}
.sitemap {
  margin-top: 60px;
}
.sitemap-container {
  margin-top: 225px;
}
.sitemap-heading h1 {
  color: #000;
}
.sitemap-list {
  display: -ms-flexbox;
  display: flex;
  padding-right: 115px;
  position: relative;
  margin-bottom: 110px;
}
.sitemap-list:last-child {
  margin-bottom: 0;
}
.sitemap-list:before {
  position: absolute;
  content: "";
  background: #cc003d;
  height: 5px;
  width: 25px;
  top: 12px;
  right: 0;
}
.sitemap-list-item {
  width: 100%;
}
.sitemap-list-item > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
.sitemap-list-item > ul div {
  width: 300px;
}
.sitemap-list-item > ul ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
.sitemap-list-item > ul .level1 {
  break-inside: avoid;
}
.sitemap-list-item > ul .level1 > a {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  margin-bottom: 30px;
}
.sitemap-list-item > ul .level2 > a {
  font-size: 19px;
  line-height: 23px;
  font-weight: normal;
  color: #000;
  display: inline-block;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .sitemap-container {
    margin-top: 125px;
  }
}
@media screen and (max-width: 767px) {
  .sitemap {
    margin-top: 40px;
  }
  .sitemap-container {
    margin-top: 100px;
  }
  .sitemap-heading h1 {
    font-size: 27px;
    line-height: 33px;
  }
  .sitemap-list {
    display: block;
    padding-right: 70px;
    margin-bottom: 65px;
  }
  .sitemap-list:last-child {
    margin-bottom: 65px;
  }
  .sitemap-list-item {
    max-width: 100%;
  }
  .sitemap-list-item ul {
    display: block;
    column-count: unset;
  }
  .sitemap-list-item ul div {
    width: 100%;
  }
  .sitemap-list-item ul .level1 > a {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 13px;
  }
  .sitemap-list-item ul .level2 > a {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px;
  }
}
.social-wall .top-box h2 {
  color: #000;
}

.social-share {
  clear: both;
  background-color: #fff;
}
.social-share.blackBG {
  background: #000;
  color: #fff;
  position: relative;
}
.social-share.blackBG:before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #000;
}
.social-share.blackBG:after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #000;
}
.social-share.blackBG .social-title {
  color: #fff;
}
.social-share.blackBG .share ul li a {
  color: #fff;
}
.social-share.lighterBlack {
  background: #00141e;
  color: #fff;
  position: relative;
}
.social-share.lighterBlack:before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #00141e;
}
.social-share.lighterBlack:after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #00141e;
}
.social-share.lighterBlack .social-title {
  color: #fff;
}
.social-share.lighterBlack .share ul li a {
  color: #fff;
}
.social-share.purpleBg {
  background: #1E1450;
  color: #fff;
  position: relative;
}
.social-share.purpleBg:before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #1E1450;
}
.social-share.purpleBg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #1E1450;
}
.social-share.purpleBg .social-title {
  color: #fff;
}
.social-share.purpleBg .share ul li a {
  color: #fff;
}

.social-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 75px 0 35px;
}
.social-container .social-title {
  font-size: 17px;
  line-height: 28px;
  margin-left: 90px;
  color: #000;
}
.social-container .share ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-container .share ul li {
  margin-left: 36px;
}
.social-container .share ul li a {
  color: #555;
  font-size: 21px;
  line-height: 1em;
}
.social-container .share ul li:last-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .social-share {
    display: none;
  }
}
.social-wall {
  margin-bottom: 75px;
}
.social-wall.extra-width .juicer-feed .j-display-filters {
  margin: 0 300px 0 0;
}
.social-wall .referral {
  display: none !important;
}
.social-wall .top-box h2 {
  color: #000;
}
.social-wall .juicer-feed {
  position: relative;
  top: -67px;
}
.social-wall .juicer-feed .j-paginate {
  text-align: center;
  display: block;
  color: #fff;
  background: #cc003d;
  font-size: 15px !important;
  padding: 11px 3px;
  border-radius: 50px;
  letter-spacing: 0.17px;
  cursor: pointer;
  border: none;
  font-size: 17px;
  font-weight: 400;
}
.social-wall .juicer-feed .j-paginate:hover {
  background: #cc003d;
}
.social-wall .juicer-feed .j-display-filters {
  -ms-flex-pack: end;
      justify-content: flex-end;
  font-size: 0px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .social-wall .juicer-feed .j-display-filters {
    margin-bottom: 20px !important;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-right: 15px;
  }
}
.social-wall .juicer-feed .j-display-filters li {
  border-bottom: 0px !important;
  background: #fff !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
  border-radius: 30px;
  height: 50px;
  width: 80px;
  position: relative;
}
@media (max-width: 767.98px) {
  .social-wall .juicer-feed .j-display-filters li {
    margin: 0px 0px 0px 15px !important;
  }
}
.social-wall .juicer-feed .j-display-filters li:before {
  font-size: 26px !important;
  color: #000;
  position: absolute !important;
  top: 50% !important;
  right: 50% !important;
  -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
  margin-left: 0 !important;
}
.social-wall .juicer-feed .j-display-filters li.all.highlight:not(.filters-label), .social-wall .juicer-feed .j-display-filters li.all:not(.filters-label):hover {
  background: #f8f8f8 !important;
  border-bottom: 0px !important;
}
.social-wall .juicer-feed .j-display-filters li.all.highlight:not(.filters-label):before, .social-wall .juicer-feed .j-display-filters li.all:not(.filters-label):hover:before {
  color: #3e3c90;
}
.social-wall .juicer-feed .j-display-filters li.all:not(.filters-label) {
  border-bottom: 0px !important;
}
.social-wall .juicer-feed .j-display-filters li.all:not(.filters-label):hover {
  background: #f8f8f8 !important;
  border-bottom: 0px !important;
}
.social-wall .juicer-feed .j-display-filters li.all:not(.filters-label):hover:before {
  color: #3e3c90;
}
.social-wall .juicer-feed .j-display-filters li:hover, .social-wall .juicer-feed .j-display-filters li.highlight {
  background: #f8f8f8 !important;
}
.social-wall .juicer-feed .j-display-filters li:hover:before, .social-wall .juicer-feed .j-display-filters li.highlight:before {
  color: #3e3c90;
}

.social-feeds .juicer-feed .j-message {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 50px 34px 20px 25px;
  background: transparent linear-gradient(-180deg, rgba(0, 22, 39, 0.745) 0%, #011E36 100%) 100% 0% no-repeat padding-box;
  color: #fff !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
}
.social-feeds .juicer-feed .j-message p {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 26px;
}
.social-feeds .juicer-feed .j-message p a {
  color: #fff !important;
}
.social-feeds .juicer-feed.colors .j-meta a.j-social.j-instagram,
.social-feeds .juicer-feed.colored-icons .j-meta a.j-social.j-instagram,
.social-feeds .juicer-feed.colors .j-meta a.j-social {
  color: #cc003d;
  float: right;
}
.social-feeds .juicer-feed.colors .j-meta a.j-social.j-instagram:hover,
.social-feeds .juicer-feed.colored-icons .j-meta a.j-social.j-instagram:hover,
.social-feeds .juicer-feed.colors .j-meta a.j-social:hover {
  color: #cc003d;
}
.social-feeds .juicer-feed.colors .j-meta a.j-social.j-instagram:hover:before,
.social-feeds .juicer-feed.colored-icons .j-meta a.j-social.j-instagram:hover:before,
.social-feeds .juicer-feed.colors .j-meta a.j-social:hover:before {
  color: #cc003d;
}
.social-feeds .juicer-feed .j-stacker > * {
  padding: 0 !important;
}
.social-feeds .juicer-feed.modern .j-meta {
  margin: 0;
}
.social-feeds .juicer-feed.modern .j-meta li a.comments {
  padding-right: 25px;
}
.social-feeds .juicer-feed.modern .j-meta li a.comments span {
  display: block;
  padding-right: 34px;
}
.social-feeds .juicer-feed.modern .j-meta li a.heart {
  padding-right: 25px;
}
.social-feeds .juicer-feed.modern .j-meta a.heart,
.social-feeds .juicer-feed.modern .j-meta a.comments {
  position: relative;
  float: right;
}
.social-feeds .juicer-feed.modern .j-meta a.heart span,
.social-feeds .juicer-feed.modern .j-meta a.comments span {
  display: block;
  padding-right: 38px;
  float: right;
}
.social-feeds .juicer-feed.modern .j-meta a.heart:before {
  position: absolute;
  background-image: url(../images/heart.png);
  content: "";
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  right: 0;
  top: -2px;
}
.social-feeds .juicer-feed.modern .j-meta a.comments:before {
  position: absolute;
  background-image: url(../images/comment-icon.png);
  content: "";
  height: 21px;
  width: 21px;
  background-repeat: no-repeat;
  right: 0;
  top: -2px;
}
.social-feeds .juicer-feed.modern .j-meta a.j-social:before {
  position: absolute;
  height: 21px;
  width: 21px;
  background-repeat: no-repeat;
  left: 34px;
  bottom: 35px;
  font-weight: normal;
}
.social-feeds .juicer-feed.modern .j-meta a.j-giphy:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  background-repeat: no-repeat;
  right: 34px;
  bottom: 35px;
}
.social-feeds .juicer-feed.modern .j-meta a {
  font-weight: bold;
  color: white;
}
.social-feeds .juicer-feed.modern .j-meta a:before {
  margin-left: 8px;
}
.social-feeds .juicer-feed.modern .j-meta nav {
  position: absolute;
  bottom: 0;
}
.social-feeds .juicer-feed.modern .j-meta ul {
  position: absolute;
  bottom: 40px;
  left: 30px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  display: -ms-flexbox;
  display: flex;
}
.social-feeds .juicer-feed.modern .j-meta ul li:first-child {
  -ms-flex-order: 2;
      order: 2;
  margin-left: 0;
}
.social-feeds .juicer-feed.modern .j-meta ul li:last-child {
  -ms-flex-order: 1;
      order: 1;
  margin-left: 10px;
}
.social-feeds .juicer-feed.modern .j-meta ul li a {
  font-size: 10px;
  line-height: 12px;
}
.social-feeds .juicer-feed.modern .j-meta ul li a.comments:before {
  font-size: 20px;
  color: white;
}
.social-feeds .feed-item.j-video a.j-image {
  position: unset !important;
}
.social-feeds .feed-item.j-video .j-message p {
  display: none;
}
.social-feeds .feed-item:hover .j-message {
  visibility: visible;
  opacity: 1;
}
.social-feeds .feed-item:hover .j-meta ul {
  visibility: visible;
  opacity: 1;
}
.social-feeds .juicer-feed.modern li.feed-item {
  position: relative;
  min-height: 346px;
  overflow: hidden;
  border: none;
  margin: 0 !important;
}
.social-feeds .juicer-feed.modern li.feed-item .j-image {
  min-height: inherit;
}
.social-feeds .juicer-feed.modern li.feed-item .j-image:after {
  left: 20px;
}
.social-feeds .juicer-feed.modern li.feed-item img {
  height: 100% !important;
  float: right;
  width: auto !important;
  max-width: none;
  bottom: -100%;
  right: -100%;
  margin: auto;
  position: absolute;
  left: -100%;
  top: -100%;
  z-index: 0;
  max-width: none;
  vertical-align: middle;
  display: block;
}
.social-feeds .juicer-feed.modern .j-poster {
  display: none;
}
.social-feeds .juicer-feed.modern .j-text {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .social-wall {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0;
  }
  .social-wall .top-box h2 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 24px;
    line-height: 32px;
  }
  .social-wall .juicer-feed {
    top: 0;
  }
  .social-feeds .juicer-feed.modern li.feed-item {
    min-height: 263px;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .social-feeds .juicer-feed.modern li.feed-item {
    min-height: 310px;
  }
  .social-feeds .juicer-feed.modern .j-meta a.j-social:before {
    right: 20px;
    bottom: 10px;
  }
  .social-feeds .juicer-feed.modern .feed-item:nth-child(even) .j-meta a.j-social:before {
    right: 10px;
  }
}
@media screen and (max-width: 400px) {
  .social-feeds .juicer-feed.modern li.feed-item {
    min-height: 210px;
    width: 50%;
    float: right;
  }
}
.tabs-carousel-container {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .tabs-carousel-container {
    min-height: 500px;
  }
}
@media screen and (max-width: 992px) {
  .tabs-carousel-container {
    min-height: 700px;
  }
}
.tabs-carousel-container .tabs-carousel-item {
  position: relative;
}
.tabs-carousel-container .tabs-carousel-item:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
      transform: matrix(-1, 0, 0, -1, 0, 0);
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(51, 51, 51, 0) 0%, rgb(0, 55, 100) 100%) 100% 0% no-repeat padding-box;
  opacity: 0;
  z-index: 1;
}
.tabs-carousel-container .tabs-carousel-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 33px;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
  z-index: 3;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
}
.tabs-carousel-container .tabs-carousel-desc {
  width: 70%;
  padding-left: 50px;
}
.tabs-carousel-container .tabs-carousel-cta {
  -ms-flex: 1;
      flex: 1;
  padding-top: 6px;
}
.tabs-carousel-container .tabs-carousel-img {
  position: relative;
}
.tabs-carousel-container .tabs-carousel-img:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
      transform: matrix(-1, 0, 0, -1, 0, 0);
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(51, 51, 51, 0) 0%, rgba(0, 0, 0, 0.5) 100%) 100% 0% no-repeat padding-box;
  opacity: 1;
  z-index: 2;
}
.tabs-carousel-container .tabs-carousel-img:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 26%;
  content: "";
  background: transparent linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.443) 100%) 100% 0% no-repeat padding-box;
  mix-blend-mode: difference;
  opacity: 1;
  z-index: 2;
}
.tabs-carousel-container .tabs-heading {
  top: 14%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
  z-index: 2;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
}
.tabs-carousel-container .tabs-heading .tabs-title {
  margin-left: 10%;
  width: 250px;
}
.tabs-carousel-container .tabs-heading .tabs-nav {
  -ms-flex: 1;
      flex: 1;
}
.tabs-carousel-container .tabs-heading .tabs-nav ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  width: 100%;
}
.tabs-carousel-container .tabs-heading .tabs-nav ul li {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 0 25px;
  max-width: 17.5%;
  width: auto;
}
.tabs-carousel-container .tabs-heading .tabs-nav ul li a {
  color: #fff;
  position: relative;
  display: block;
  letter-spacing: 1px;
}
.tabs-carousel-container .tabs-heading .tabs-nav ul li a:hover {
  font-weight: bold;
  letter-spacing: unset;
}
.tabs-carousel-container .tabs-heading .tabs-nav ul li a:hover:before {
  position: absolute;
  content: "";
  bottom: -22px;
  right: 50%;
  background: #fff;
  height: 1px;
  width: 42px;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
}
.tabs-carousel-container .tabs-heading .tabs-nav ul li a:after {
  content: attr(data-nav);
  font-weight: bold;
  display: block;
  opacity: 0;
  height: 0;
  letter-spacing: 0;
  overflow: hidden;
  visibility: hidden;
}
.tabs-carousel-container .tabs-heading .tabs-nav ul li.active a {
  font-weight: bold;
  position: relative;
  letter-spacing: unset;
}
.tabs-carousel-container .tabs-heading .tabs-nav ul li.active a:before {
  position: absolute;
  content: "";
  bottom: -22px;
  right: 50%;
  background: #fff;
  height: 1px;
  width: 42px;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
}

@media screen and (max-width: 1450px) {
  .tabs-carousel-container .tabs-heading,
  .tabs-carousel-container .tabs-carousel-copy {
    max-width: calc(100% - 52px);
  }
}
@media screen and (max-width: 992px) {
  .tabs-carousel-container .tabs-heading {
    display: block;
    top: 50px;
    max-width: calc(100% - 52px);
  }
  .tabs-carousel-container .tabs-heading .tabs-title {
    margin: 0 0 50px;
    width: 100%;
  }
  .tabs-carousel-container .tabs-heading .tabs-title h2 {
    font-size: 37px;
    line-height: 45px;
  }
  .tabs-carousel-container .tabs-heading .tabs-nav ul {
    display: inline;
  }
  .tabs-carousel-container .tabs-heading .tabs-nav ul li {
    text-align: right;
    margin: 0 0 40px;
    max-width: 100%;
  }
  .tabs-carousel-container .tabs-heading .tabs-nav ul li a:hover:before {
    right: 0;
    bottom: -12px;
    -ms-transform: translateX(0%);
        transform: translateX(0%);
  }
  .tabs-carousel-container .tabs-heading .tabs-nav ul li.active a:before {
    right: 0;
    bottom: -12px;
    -ms-transform: translateX(0%);
        transform: translateX(0%);
  }
  .tabs-carousel-container .tabs-carousel-copy {
    display: block;
    bottom: 30px;
    max-width: calc(100% - 52px);
  }
  .tabs-carousel-container .tabs-carousel-copy .tabs-carousel-desc {
    width: 85%;
    padding-left: 0;
  }
  .tabs-carousel-container .tabs-carousel-copy .tabs-carousel-desc p {
    font-size: 25px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .tabs-carousel-container .tabs-heading {
    display: block;
    top: 60px;
    max-width: calc(100% - 14px);
  }
  .tabs-carousel-container .tabs-heading .tabs-title {
    margin: 0 0 50px;
  }
  .tabs-carousel-container .tabs-heading .tabs-title h2 {
    font-size: 27px;
    line-height: 36px;
  }
  .tabs-carousel-container .tabs-heading .tabs-nav ul {
    display: inline;
  }
  .tabs-carousel-container .tabs-heading .tabs-nav ul li {
    text-align: right;
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 18px;
  }
  .tabs-carousel-container .tabs-heading .tabs-nav ul li a:hover:before {
    right: 0;
    -ms-transform: translateX(0%);
        transform: translateX(0%);
  }
  .tabs-carousel-container .tabs-heading .tabs-nav ul li.active a:before {
    right: 0;
    -ms-transform: translateX(0%);
        transform: translateX(0%);
  }
  .tabs-carousel-container .tabs-carousel-copy {
    display: block;
    bottom: 50px;
    max-width: calc(100% - 14px);
  }
  .tabs-carousel-container .tabs-carousel-copy .tabs-carousel-desc {
    width: 100%;
    padding-left: 0;
  }
  .tabs-carousel-container .tabs-carousel-copy .tabs-carousel-desc p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (orientation: portrait) {
  .tabs-carousel-container .tabs-heading {
    display: block;
    top: 140px;
    max-width: calc(100% - 52px);
  }
  .tabs-carousel-container .tabs-heading .tabs-title {
    margin: 0 0 50px;
    width: 100%;
  }
  .tabs-carousel-container .tabs-heading .tabs-title h2 {
    font-size: 37px;
    line-height: 45px;
  }
  .tabs-carousel-container .tabs-heading .tabs-nav ul {
    display: block;
  }
  .tabs-carousel-container .tabs-heading .tabs-nav ul li {
    text-align: right;
    margin: 0 0 40px;
    max-width: 100%;
  }
  .tabs-carousel-container .tabs-heading .tabs-nav ul li a:hover:before {
    right: 0;
    bottom: -12px;
    -ms-transform: translateX(0%);
        transform: translateX(0%);
  }
  .tabs-carousel-container .tabs-heading .tabs-nav ul li.active a:before {
    right: 0;
    bottom: -12px;
    -ms-transform: translateX(0%);
        transform: translateX(0%);
  }
  .tabs-carousel-container .tabs-carousel-copy {
    display: block;
    bottom: 50px;
    max-width: calc(100% - 52px);
  }
  .tabs-carousel-container .tabs-carousel-copy .tabs-carousel-desc {
    width: 85%;
    padding-left: 0;
  }
  .tabs-carousel-container .tabs-carousel-copy .tabs-carousel-desc p {
    font-size: 25px;
    line-height: 36px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .tabs-carousel-container .tabs-heading .tabs-title h2 {
    font-size: 27px;
    line-height: 36px;
  }
  .tabs-carousel-container .tabs-heading .tabs-nav ul li {
    font-size: 15px;
    line-height: 18px;
  }
  .tabs-carousel-container .tabs-carousel-copy .tabs-carousel-desc p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .tabs-carousel-container .tabs-heading .tabs-title h2 {
    font-size: 27px;
    line-height: 36px;
  }
  .tabs-carousel-container .tabs-heading .tabs-nav ul li {
    font-size: 15px;
    line-height: 18px;
  }
  .tabs-carousel-container .tabs-carousel-copy .tabs-carousel-desc p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .tabs-carousel-container .tabs-heading .tabs-title h2 {
    font-size: 27px;
    line-height: 36px;
  }
  .tabs-carousel-container .tabs-heading .tabs-nav ul li {
    font-size: 15px;
    line-height: 18px;
  }
  .tabs-carousel-container .tabs-carousel-copy .tabs-carousel-desc p {
    font-size: 16px;
    line-height: 30px;
  }
}
.tabs-carousel.owl-carousel.owl-rtl {
    direction: rtl !important
}
.tabs-carousel.owl-carousel.owl-rtl .owl-item {
    float: right
}

.tabs-carousel-container-extended {
  position: relative;
  background: #f8f8f8;
}
.tabs-carousel-container-extended > .component-content {
  -ms-flex-pack: end;
      justify-content: flex-end;
  max-height: 779px;
  display: -ms-flexbox;
  display: flex;
}
.tabs-carousel-container-extended > .component-content .tabs-carousel-extended {
  width: 50%;
}
.tabs-carousel-container-extended > .component-content .tabs-carousel-extended .owl-stage-outer {
  height: 100%;
}
.tabs-carousel-container-extended > .component-content .tabs-carousel-extended .owl-stage-outer .owl-stage {
  height: 100%;
}
.tabs-carousel-container-extended > .component-content .tabs-carousel-extended .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.tabs-carousel-container-extended > .component-content .tabs-carousel-extended .owl-stage-outer .owl-stage .owl-item .tabs-carousel-item {
  height: 100%;
}
.tabs-carousel-container-extended > .component-content .tabs-carousel-extended .owl-stage-outer .owl-stage .owl-item .tabs-carousel-item .tabs-carousel-img {
  height: 100%;
}
@media (max-width: 767.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-carousel-extended .owl-stage-outer .owl-stage .owl-item .tabs-carousel-item .tabs-carousel-img {
    margin-bottom: -30px;
  }
}
.tabs-carousel-container-extended > .component-content .tabs-carousel-extended .owl-stage-outer .owl-stage .owl-item .tabs-carousel-item .tabs-carousel-img picture {
  height: 100%;
  display: block;
}
.tabs-carousel-container-extended > .component-content .tabs-carousel-extended .owl-stage-outer .owl-stage .owl-item .tabs-carousel-item .tabs-carousel-img picture img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-carousel-extended .owl-stage-outer .owl-stage .owl-item .tabs-carousel-item .tabs-carousel-copy .tabs-carousel-cta {
    padding-top: 10px;
  }
}
.tabs-carousel-container-extended > .component-content .tabs-carousel-extended .tabs-carousel-item .tabs-carousel-copy {
  display: none;
}
.tabs-carousel-container-extended > .component-content .tabs-heading {
  top: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  z-index: 2;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.tabs-carousel-container-extended > .component-content .tabs-heading .tab-container {
  width: 50%;
  padding-top: 64px;
  padding-bottom: 0px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tab-container .tabs-title {
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tab-container .tabs-title {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tab-container .tabs-title {
    padding-right: 30px;
  }
}
@media (min-width: 1800px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tab-container .tabs-title {
    padding-right: 0;
  }
}
.tabs-carousel-container-extended > .component-content .tabs-heading .tab-container .tabs-title h2, .tabs-carousel-container-extended > .component-content .tabs-heading .tab-container .tabs-title h3 {
  line-height: 24px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
.tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav {
  padding-bottom: 64px;
  overflow-x: scroll;
  height: 100%;
}
.tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul {
  padding-left: 96px;
  list-style: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul {
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul {
    padding-right: 30px;
  }
}
@media (min-width: 1800px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul {
    padding-right: 0;
  }
}
.tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended {
  border-bottom: 2px solid #e3e3e3;
  padding-bottom: 40px;
  position: relative;
  padding-top: 40px;
}
.tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended::after {
  transition: width 0.1s ease-in-out;
  position: absolute;
  background: #3e3c90;
  bottom: -2px;
  height: 2px;
  content: "";
  width: 0%;
}
.tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended h3 {
  cursor: pointer;
  color: #000;
  margin-bottom: 0px;
  line-height: 32px;
  font-weight: 700;
  font-size: 28px;
}
@media (max-width: 767.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended h3 {
    color: #6e6e72;
  }
}
.tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended .details {
  display: none;
  padding-top: 18px;
}
.tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended .details p {
  color: #6e6e72;
  font-size: 19px;
  line-height: 28px; /* 147.368% */
}
.tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended.active h3 {
  color: #3e3c90;
}
.tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended.active::after {
  width: 100%;
  transition: width 15s ease-in-out;
}
.tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended.active .details {
  display: block;
}

@media (max-width: 767.98px) {
  .tabs-carousel-container-extended {
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(248, 248, 248) 15%, rgb(248, 248, 248) 100%);
  }
  .tabs-carousel-container-extended > .component-content {
    min-height: unset;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: unset;
  }
  .tabs-carousel-container-extended > .component-content .tabs-carousel-extended {
    width: 100%;
  }
  .tabs-carousel-container-extended > .component-content .tabs-carousel-extended .tabs-carousel-item .tabs-carousel-copy {
    padding: 10px 29px 48px 29px;
    display: block;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-carousel-extended .tabs-carousel-item .tabs-carousel-copy {
    padding: 10px 16px 48px 16px;
  }
}
@media (max-width: 767.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-carousel-extended .tabs-carousel-item .tabs-carousel-copy .tabs-carousel-desc h3,
  .tabs-carousel-container-extended > .component-content .tabs-carousel-extended .tabs-carousel-item .tabs-carousel-copy .tabs-carousel-desc .heading {
    margin-bottom: 16px;
    line-height: 30px;
    font-weight: 700;
    font-size: 24px;
    color: #000;
  }
  .tabs-carousel-container-extended > .component-content .tabs-carousel-extended .tabs-carousel-item .tabs-carousel-copy .tabs-carousel-desc h3:empty,
  .tabs-carousel-container-extended > .component-content .tabs-carousel-extended .tabs-carousel-item .tabs-carousel-copy .tabs-carousel-desc .heading:empty {
    display: none;
  }
  .tabs-carousel-container-extended > .component-content .tabs-carousel-extended .tabs-carousel-item .tabs-carousel-copy .tabs-carousel-desc p {
    line-height: 30px;
    color: #6e6e72;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-carousel-extended .tabs-carousel-item .tabs-carousel-copy .tabs-carousel-desc p {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading {
    position: static;
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    z-index: 2;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs-carousel-container-extended > .component-content .tabs-heading .tab-container {
    padding-left: 0px;
    padding-top: 48px;
    width: 100%;
  }
  .tabs-carousel-container-extended > .component-content .tabs-heading .tab-container .tabs-title {
    padding-right: 29px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tab-container .tabs-title {
    padding-right: 16px;
  }
}
@media (max-width: 767.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tab-container .tabs-title h2, .tabs-carousel-container-extended > .component-content .tabs-heading .tab-container .tabs-title h3 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tab-container .tabs-title h2, .tabs-carousel-container-extended > .component-content .tabs-heading .tab-container .tabs-title h3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav {
    padding-bottom: 0;
    overflow-x: unset;
    height: unset;
  }
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul {
    padding-right: 29px;
    padding-left: 0px;
    margin-bottom: 22px;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 767.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul::-webkit-scrollbar {
    display: none;
  }
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended:after {
    transition: none;
  }
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended h3 {
    padding-left: 24px;
    line-height: 24px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended:last-child {
    margin-left: 16px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended:last-child h3 {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended:last-child.active::after {
    width: 100%;
  }
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended .details {
    display: none;
  }
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended.active::after {
    width: calc(100% - 24px);
    transition: none;
  }
  .tabs-carousel-container-extended > .component-content .tabs-heading .tabs-nav ul li.tabs-list-item-extended.active .details {
    display: none;
  }
}
.work-with-us:not(.global-variant) {
  min-height: 350px;
  background-color: #1e1450;
}
@media (max-width: 767.98px) {
  .work-with-us:not(.global-variant) {
    min-height: unset;
  }
}
.work-with-us:not(.global-variant).work-with-us_large {
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  .work-with-us:not(.global-variant).work-with-us_large {
    padding: 60px 0;
  }
}
.work-with-us:not(.global-variant).work-with-us_large .work-with-us-wrapper {
  padding: 0;
}
.work-with-us:not(.global-variant) .work-with-us-wrapper {
  text-align: center;
  padding: 105px;
}
@media screen and (max-width: 767px) {
  .work-with-us:not(.global-variant) .work-with-us-wrapper {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-right: 0;
    padding-left: 0;
  }
}
.work-with-us:not(.global-variant) .work-with-us-wrapper p {
  margin-bottom: 40px;
  line-height: 36px;
  font-size: 19px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .work-with-us:not(.global-variant) .work-with-us-wrapper p {
    margin-bottom: 0;
  }
}
.work-with-us:not(.global-variant) .work-with-us-title {
  letter-spacing: 0.32px;
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .work-with-us:not(.global-variant) .work-with-us-title {
    line-height: 30px;
    font-size: 19px;
    margin-bottom: 15px;
  }
}
.work-with-us:not(.global-variant) .work-with-us-cta span {
  font-size: 40px;
  letter-spacing: 0.4px;
  line-height: 52px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .work-with-us:not(.global-variant) .work-with-us-cta span {
    font-size: 32px;
    padding-bottom: 12px;
  }
}
.work-with-us:not(.global-variant) .work-with-us-cta {
  position: relative;
  display: inline-block;
}
.work-with-us:not(.global-variant) .work-with-us-cta:after {
  content: "";
  border: 1px solid #fff;
  height: 1px;
  width: 95%;
  position: absolute;
  right: 50%;
  margin-right: -47.5%;
  bottom: 0;
}
.work-with-us:not(.global-variant).black-variant {
  background-color: #000;
}
.work-with-us:not(.global-variant).black-variant .work-with-us-title {
  font-weight: bold;
  line-height: 48px;
  font-size: 37px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .work-with-us:not(.global-variant).black-variant .work-with-us-title {
    margin-bottom: 24px;
    line-height: 30px;
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .work-with-us:not(.global-variant).black-variant p {
    font-size: 16px;
    line-height: 30px;
  }
}
.work-with-us:not(.global-variant).black-variant + .accordion-wrapper {
  margin-top: 60px;
}
.work-with-us:not(.global-variant).white-variant {
  background-color: #fff;
  min-height: fit-content;
}
.work-with-us:not(.global-variant).white-variant .work-with-us-title {
  font-weight: bold;
  line-height: 48px;
  font-size: 37px;
  color: #6e6e72;
}
@media (max-width: 767.98px) {
  .work-with-us:not(.global-variant).white-variant .work-with-us-title {
    margin-bottom: 24px;
    line-height: 30px;
    font-size: 24px;
  }
}
.work-with-us:not(.global-variant).white-variant .workwithus-content-wrapper {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
}
.work-with-us:not(.global-variant).white-variant .work-with-us-wrapper p {
  color: #000;
}
@media (max-width: 767.98px) {
  .work-with-us:not(.global-variant).white-variant .work-with-us-wrapper p {
    font-size: 16px;
    line-height: 30px;
  }
}
.work-with-us:not(.global-variant).white-variant.reduced-space {
  margin-bottom: 82px;
}
.work-with-us:not(.global-variant).white-variant.reduced-space .work-with-us-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0px;
}
@media (max-width: 767.98px) {
  .work-with-us:not(.global-variant).white-variant.reduced-space {
    margin-bottom: 32px;
  }
}

.work-with-us.global-variant {
  background-color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.work-with-us.global-variant .work-with-us-wrapper {
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 767.98px) {
  .work-with-us.global-variant .work-with-us-wrapper {
    padding: 0px 0px 32px 0px;
  }
}
.work-with-us.global-variant .work-with-us-wrapper .work-with-us-title,
.work-with-us.global-variant .work-with-us-wrapper h2 {
  text-align: center;
  margin-bottom: 34px;
  line-height: 48px;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 37px;
  color: #000;
}
@media (max-width: 767.98px) {
  .work-with-us.global-variant .work-with-us-wrapper .work-with-us-title,
  .work-with-us.global-variant .work-with-us-wrapper h2 {
    line-height: 24px;
    font-size: 16px;
  }
}
.work-with-us.global-variant .work-with-us-wrapper .statement {
  color: #000;
  line-height: 28px;
  font-weight: 700;
  font-size: 19px;
  display: block;
}
@media (max-width: 767.98px) {
  .work-with-us.global-variant .work-with-us-wrapper .statement {
    line-height: 24px;
    font-size: 16px;
  }
}
.work-with-us.global-variant .work-with-us-wrapper .statement + a {
  margin-top: 30px;
}
.work-with-us.global-variant .work-with-us-wrapper p {
  color: #6e6e72;
  line-height: 30px;
  font-size: 16px;
  margin-top: 24px;
}
.work-with-us.global-variant .bg-video {
  position: absolute;
  top: 50%;
  right: 50%;
  -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.work-with-us.global-variant.bg-black {
  background-color: #000;
}
.work-with-us.work-with-us_large.white-variant .work-with-us-title {
  color: #000 !important;
}
.work-with-us.work-with-us_large.white-variant p {
  color: #6e6e72 !important;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .work-with-us.work-with-us_large.white-variant p {
    margin-bottom: 20px;
  }
}

.video-banner-wrapper,
.picture-banner-wrapper {
  position: relative;
  margin-top: 58px;
  margin-bottom: 82px;
}
@media (max-width: 767.98px) {
  .video-banner-wrapper,
  .picture-banner-wrapper {
    margin-top: 57px;
  }
}
.transparent-header .video-banner-wrapper,
.transparent-header .picture-banner-wrapper {
  margin-top: 60px;
}
.video-banner-wrapper.small-banner .video-banner-copy,
.picture-banner-wrapper.small-banner .video-banner-copy {
  top: 25%;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .video-banner-wrapper.small-banner .video-banner-copy,
  .picture-banner-wrapper.small-banner .video-banner-copy {
    padding-left: 180px;
  }
}
.video-banner-wrapper.no-overlay .video-banner-img .video-container:before,
.picture-banner-wrapper.no-overlay .video-banner-img .video-container:before {
  background: transparent;
}
.video-banner-wrapper.annual-banner,
.picture-banner-wrapper.annual-banner {
  margin-bottom: 0px;
}
.video-banner-wrapper.annual-banner .video-banner-copy,
.picture-banner-wrapper.annual-banner .video-banner-copy {
  padding: 32px 0 29px;
}
.video-banner-wrapper.annual-banner .video-banner-copy .breadcrumb,
.picture-banner-wrapper.annual-banner .video-banner-copy .breadcrumb {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .video-banner-wrapper.annual-banner .video-banner-copy .breadcrumb,
  .picture-banner-wrapper.annual-banner .video-banner-copy .breadcrumb {
    margin-bottom: 32px;
  }
}
.video-banner-wrapper.annual-banner .video-banner-copy-inner,
.picture-banner-wrapper.annual-banner .video-banner-copy-inner {
  width: 50%;
}
@media (max-width: 767.98px) {
  .video-banner-wrapper.annual-banner .video-banner-copy-inner,
  .picture-banner-wrapper.annual-banner .video-banner-copy-inner {
    width: 100%;
  }
}
.video-banner-wrapper.annual-banner .video-banner-copy-inner h2,
.picture-banner-wrapper.annual-banner .video-banner-copy-inner h2 {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .video-banner-wrapper.annual-banner .video-banner-copy-inner h2,
  .picture-banner-wrapper.annual-banner .video-banner-copy-inner h2 {
    margin-bottom: 32px;
  }
}
.video-banner-wrapper.annual-banner .video-banner-copy-inner .pdf-anchor,
.picture-banner-wrapper.annual-banner .video-banner-copy-inner .pdf-anchor {
  width: auto;
  display: inline-block;
  padding: 15px 24px;
}
@media (max-width: 767.98px) {
  .video-banner-wrapper.annual-banner .video-banner-copy-inner .pdf-anchor,
  .picture-banner-wrapper.annual-banner .video-banner-copy-inner .pdf-anchor {
    padding: 13px 16px;
  }
}
.video-banner-wrapper.annual-banner .video-banner-copy-inner .pdf-anchor.external,
.picture-banner-wrapper.annual-banner .video-banner-copy-inner .pdf-anchor.external {
  padding: 16px 50px 16px 24px;
}
@media (max-width: 767.98px) {
  .video-banner-wrapper.annual-banner .video-banner-copy-inner .pdf-anchor.external,
  .picture-banner-wrapper.annual-banner .video-banner-copy-inner .pdf-anchor.external {
    padding: 13px 38px 13px 16px;
  }
}
.video-banner-wrapper .video-banner .background-video,
.picture-banner-wrapper .video-banner .background-video {
  position: relative;
  overflow: hidden;
  height: 572px;
}
@media (max-width: 767.98px) {
  .video-banner-wrapper .video-banner .background-video,
  .picture-banner-wrapper .video-banner .background-video {
    height: 219px;
  }
}
.video-banner-wrapper .video-banner .background-video + .video-banner-copy,
.picture-banner-wrapper .video-banner .background-video + .video-banner-copy {
  -ms-transform: unset;
      transform: unset;
  bottom: 109px;
  top: auto;
}
.video-banner-wrapper .video-banner .background-video + .video-banner-copy .breadcrumb,
.picture-banner-wrapper .video-banner .background-video + .video-banner-copy .breadcrumb {
  margin-bottom: 26px;
}
@media (max-width: 767.98px) {
  .video-banner-wrapper .video-banner .background-video + .video-banner-copy .breadcrumb,
  .picture-banner-wrapper .video-banner .background-video + .video-banner-copy .breadcrumb {
    margin-bottom: 38px;
  }
}
.video-banner-wrapper .video-banner .background-video:before,
.picture-banner-wrapper .video-banner .background-video:before {
  position: absolute;
  content: "";
  top: 0;
  height: 70px;
  width: 100%;
  right: 0;
  z-index: 1;
  background: linear-gradient(-180deg, rgba(15, 15, 25, 0.5) 47.5%, rgba(15, 15, 25, 0) 100%);
}
.video-banner-wrapper .video-banner .background-video:after,
.picture-banner-wrapper .video-banner .background-video:after {
  background: radial-gradient(99.96% 99.96% at 0% 99.96%, rgba(15, 15, 25, 0.8) 38%, rgba(15, 15, 25, 0) 100%);
  position: absolute;
  height: 100%;
  content: "";
  width: 100%;
}
.video-banner-wrapper .video-banner .background-video video,
.picture-banner-wrapper .video-banner .background-video video {
  position: absolute;
  right: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
}
@media (max-width: 767.98px) {
  .video-banner-wrapper .video-banner .background-video,
  .picture-banner-wrapper .video-banner .background-video {
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .video-banner-wrapper .video-banner .background-video + .video-banner-copy,
  .picture-banner-wrapper .video-banner .background-video + .video-banner-copy {
    padding: 32px 29px 32px;
    -ms-transform: unset;
        transform: unset;
    position: static;
    max-width: 100%;
  }
  .video-banner-wrapper .video-banner .background-video video,
  .picture-banner-wrapper .video-banner .background-video video {
    position: static;
    -ms-transform: unset;
        transform: unset;
    width: 100%;
    object-fit: cover;
  }
}
.video-banner-wrapper .video-banner__v2 .background-video,
.picture-banner-wrapper .video-banner__v2 .background-video {
  height: 614px;
}
@media screen and (max-width: 992px) {
  .video-banner-wrapper .video-banner__v2 .background-video video,
  .picture-banner-wrapper .video-banner__v2 .background-video video {
    object-fit: cover;
  }
}
.video-banner-wrapper .video-banner__v2 .background-video:after,
.picture-banner-wrapper .video-banner__v2 .background-video:after {
  background: radial-gradient(99.96% 99.96% at 0% 99.96%, rgba(15, 15, 25, 0.6) 38%, rgba(15, 15, 25, 0) 100%);
}
.video-banner-wrapper .video-banner__v2 .background-video:before,
.picture-banner-wrapper .video-banner__v2 .background-video:before {
  position: absolute;
  content: "";
  top: 0;
  height: 70px;
  width: 100%;
  right: 0;
  z-index: 1;
  background: linear-gradient(-180deg, rgba(15, 15, 25, 0.5) 47.5%, rgba(15, 15, 25, 0) 100%);
}
.video-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy,
.picture-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy {
  bottom: 71px;
}
@media screen and (max-width: 992px) {
  .video-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy,
  .picture-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy {
    position: absolute;
    background: transparent;
    bottom: 30px;
  }
}
.video-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy.bannerwith-form,
.picture-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy.bannerwith-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .video-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy.bannerwith-form,
  .picture-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy.bannerwith-form {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 100%;
    bottom: 0;
  }
}
.video-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy .video-banner__form,
.picture-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy .video-banner__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .video-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy .video-banner__form,
  .picture-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy .video-banner__form {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.video-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy .video-banner__form-label,
.picture-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy .video-banner__form-label {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
}
.video-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy .video-banner__form-select,
.picture-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy .video-banner__form-select {
  position: relative;
}
.video-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy .video-banner__form-select select,
.picture-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy .video-banner__form-select select {
  padding: 12px 24px 16px 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  border: 1px solid #e3e3e3;
  background: #f8f8f8; /* This is to remove the default dropdown style */ /* This is to remove the default dropdown style */
  appearance: none; /* This is to remove the default dropdown style */
}
.video-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy .video-banner__form-select select::-ms-expand,
.picture-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy .video-banner__form-select select::-ms-expand {
  display: none;
}
.video-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy .video-banner__form-select:after,
.picture-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy .video-banner__form-select:after {
  content: "";
  border: 2px solid #3e3c90;
  border-width: 0 0 2px 2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -6px;
}
.video-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy .video-banner__form button,
.picture-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy .video-banner__form button {
  border: 0px;
}
.video-banner-wrapper .video-banner__v2 .background-video picture,
.picture-banner-wrapper .video-banner__v2 .background-video picture {
  display: block;
}
.video-banner-wrapper .video-banner__v2 .background-video picture img,
.picture-banner-wrapper .video-banner__v2 .background-video picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-banner-wrapper .video-banner__v2 .video-banner-copy-inner,
.picture-banner-wrapper .video-banner__v2 .video-banner-copy-inner {
  width: 500px;
}
@media screen and (max-width: 992px) {
  .video-banner-wrapper .video-banner__v2 .video-banner-copy-inner,
  .picture-banner-wrapper .video-banner__v2 .video-banner-copy-inner {
    width: 100%;
  }
}
.video-banner-wrapper .video-banner__v2 h2,
.picture-banner-wrapper .video-banner__v2 h2 {
  font-size: 59px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 101.538% */
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .video-banner-wrapper .video-banner__v2 h2,
  .picture-banner-wrapper .video-banner__v2 h2 {
    font-size: 47px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
.video-banner-wrapper .video-banner__v2 p,
.picture-banner-wrapper .video-banner__v2 p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
}
@media screen and (max-width: 992px) {
  .video-banner-wrapper .video-banner__v2 p,
  .picture-banner-wrapper .video-banner__v2 p {
    font-size: 16px;
    line-height: 24px;
  }
}
.video-banner-img .video-container:before,
.picture-banner-img .video-container:before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
      transform: matrix(-1, 0, 0, -1, 0, 0);
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(51, 51, 51, 0) 0%, rgba(0, 0, 0, 0.552) 100%) 100% 0% no-repeat padding-box;
  opacity: 1;
}
.video-banner-img .video-container picture .img-fluid,
.picture-banner-img .video-container picture .img-fluid {
  width: 100% !important;
}
@media (min-width: 1200px) {
  .video-banner-img .video-container picture .img-fluid,
  .picture-banner-img .video-container picture .img-fluid {
    aspect-ratio: 1728/545;
  }
}
.video-banner-img .video-container picture.img-fluid,
.picture-banner-img .video-container picture.img-fluid {
  aspect-ratio: 1728/545;
  display: block;
}
.video-banner-img.video-block,
.picture-banner-img.video-block {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
}
.video-banner-img.video-block .yt-play img,
.picture-banner-img.video-block .yt-play img {
  height: 80px;
  width: 80px;
}
.video-banner-img.video-block iframe,
.picture-banner-img.video-block iframe {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.video-banner-copy,
.picture-banner-copy {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 1380px;
  padding: 0 8px;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  z-index: 2;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.video-banner-copy-inner,
.picture-banner-copy-inner {
  width: 80%;
}
@media (max-width: 767.98px) {
  .video-banner-copy-inner,
  .picture-banner-copy-inner {
    width: 100%;
  }
}
.video-banner-copy-inner h2,
.picture-banner-copy-inner h2 {
  margin-bottom: 8px;
  font-size: 37px;
  line-height: 48px;
}
.video-banner-copy-inner p,
.picture-banner-copy-inner p {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 20px;
}
.video-banner-copy .breadcrumb-item a,
.picture-banner-copy .breadcrumb-item a {
  color: #fff;
}
.video-banner-copy .breadcrumb-item + .breadcrumb-item:before,
.picture-banner-copy .breadcrumb-item + .breadcrumb-item:before {
  border-color: white;
}

@media screen and (max-width: 1450px) {
  .video-banner-copy {
    max-width: calc(100% - 52px);
  }
}
@media screen and (max-width: 1200px) {
  .video-banner-wrapper {
    margin-top: 57px;
  }
  .video-banner-copy-inner {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .video-banner-wrapper {
    margin-bottom: 32px;
  }
}
@media all and (max-width: 992px) and (min-width: 768px) {
  .video-banner-img.video-block .yt-play img {
    height: 57px;
    width: 57px;
  }
  .video-banner-copy-inner h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .video-banner-copy-inner p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .video-banner-copy {
    position: relative;
    top: 0;
    background: #000;
    padding: 30px 0 25px;
    -ms-transform: unset;
        transform: unset;
  }
  .video-banner-copy:before {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
  }
  .video-banner-copy:after {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
  }
  .video-banner-copy-inner h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .video-banner-copy-inner p {
    margin-bottom: 0px;
    line-height: 28px;
    font-size: 19px;
  }
  .video-banner-copy-inner .primary-cta-white {
    margin-top: 20px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .video-banner-wrapper {
    margin-bottom: 50px;
  }
  .video-banner-img.video-block .yt-play img {
    height: 57px;
    width: 57px;
  }
  .video-banner-copy-inner {
    width: 65%;
  }
  .video-banner-copy-inner h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .video-banner-copy-inner p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .video-banner-wrapper {
    margin-bottom: 50px;
  }
  .video-banner-img.video-block .yt-play img {
    height: 57px;
    width: 57px;
  }
  .video-banner-copy-inner {
    width: 65%;
  }
  .video-banner-copy-inner h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .video-banner-copy-inner p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .video-banner-wrapper {
    margin-bottom: 50px;
  }
  .video-banner-img.video-block .yt-play img {
    height: 57px;
    width: 57px;
  }
  .video-banner-copy-inner {
    width: 65%;
  }
  .video-banner-copy-inner h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .video-banner-copy-inner p {
    font-size: 16px;
    line-height: 30px;
  }
}
.video-banner-wrapper + .article-block .article-block-fullcolumn {
  padding-top: 0px;
}

.level-2 .background-picture,
.level-2 .background-video {
  height: 460px !important;
}

.level-3 .background-picture,
.level-3 .background-video {
  height: 360px !important;
}

.background-picture {
  position: relative;
  overflow: hidden;
  height: 572px;
}
.background-picture:before {
  position: absolute;
  content: "";
  top: 0;
  height: 70px;
  width: 100%;
  right: 0;
  z-index: 1;
  background: linear-gradient(-180deg, rgba(15, 15, 25, 0.5) 47.5%, rgba(15, 15, 25, 0) 100%);
}
.background-picture:after {
  background: radial-gradient(99.96% 99.96% at 0% 99.96%, rgba(15, 15, 25, 0.6) 38%, rgba(15, 15, 25, 0) 100%);
  position: absolute;
  height: 100%;
  content: "";
  width: 100%;
  top: 0;
}
@media (max-width: 767.98px) {
  .background-picture {
    height: 400px;
  }
}
.background-picture + .picture-banner-copy {
  -ms-transform: unset;
      transform: unset;
  bottom: 71px;
  top: auto;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .background-picture + .picture-banner-copy {
    bottom: 50px;
  }
}
.background-picture picture {
  display: block;
  height: 100%;
}
.background-picture picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picture-banner-copy-inner .field-title,
.video-banner-copy-inner .field-title {
  margin-bottom: 12px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .picture-banner-copy-inner .field-title,
  .video-banner-copy-inner .field-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 128.571% */
  }
}
.picture-banner-copy-inner .parent-page,
.video-banner-copy-inner .parent-page {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .picture-banner-copy-inner .parent-page,
  .video-banner-copy-inner .parent-page {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
  }
}
.picture-banner-copy-inner .field-description,
.video-banner-copy-inner .field-description {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
}
@media (max-width: 767.98px) {
  .picture-banner-copy-inner .field-description,
  .video-banner-copy-inner .field-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 0 0 15px;
  font-size: 16px;
  line-height: 24px;
}
.select-dropdown::last-child {
  margin-left: 0px;
}
.select-dropdown__button {
  padding: 10px 24px 10px 35px;
  background-color: #fff;
  color: #000000;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  cursor: pointer;
  width: 210px;
  text-align: right;
}
.select-dropdown__button:focus {
  outline: none !important;
}
.select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  left: 20px;
  top: 12px;
}
.select-dropdown__list {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #e3e3e3;
  border-top: 0px solid transparent;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  -ms-transform-origin: top right;
      transform-origin: top right;
  -ms-transform: scale(1, 0);
      transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 24px;
  background: #fff;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  color: #000000;
  text-align: right;
  transition: all ease-in-out 0.3s;
}

.level-3 .background-picture + .picture-banner-copy {
  bottom: 60px;
}
@media (max-width: 767.98px) {
  .level-3 .background-picture + .picture-banner-copy {
    bottom: 20px;
  }
}

.level-3.video-banner-wrapper .video-banner .background-video + .video-banner-copy {
  bottom: 60px !important;
}
@media (max-width: 767.98px) {
  .level-3.video-banner-wrapper .video-banner .background-video + .video-banner-copy {
    background: none;
    position: absolute;
  }
}

.level-2.video-banner-wrapper .video-banner .background-video + .video-banner-copy {
  bottom: 70px !important;
}
@media (max-width: 767.98px) {
  .level-2.video-banner-wrapper .video-banner .background-video + .video-banner-copy {
    background: none;
    position: absolute;
  }
}

.select-custom {
  opacity: 0;
}

.transparent-header .video-banner-wrapper,
.transparent-header .picture-banner-wrapper {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .transparent-header .video-banner-wrapper {
    margin-top: 0px;
  }
}
@media screen and (max-width: 992px) {
  .transparent-header .video-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy.bannerwith-form,
  .transparent-header .picture-banner-wrapper .video-banner__v2 .background-video + .video-banner-copy.bannerwith-form {
    padding-top: 90px;
  }
}
[class*=videoBlock-wrapper] + [class*=videoBlock-wrapper] {
  margin-top: 60px;
}

[class*=videoBlock-wrapper] + [class*=work-with-us] {
  margin-top: 126px;
}

[class*=videoBlock-wrapper] + [class*=people-stories] {
  margin-top: 126px;
}

.videoBlock {
  padding: 65px 0;
}
.videoBlock-wrapper {
  margin-bottom: 10px;
}
.videoBlock-img {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
}
.videoBlock-img iframe {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.videoBlock-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.videoBlock-container .yt-play img {
  height: 80px;
  width: 80px;
}
.videoBlock-copy {
  margin-bottom: 40px;
}
.videoBlock-copy h2 {
  color: #000;
  font-size: 37px;
  line-height: 45px;
  margin-bottom: 25px;
}
.videoBlock-copy p {
  text-align: justify;
}

@media screen and (max-width: 767px) {
  [class*=videoBlock-wrapper] + [class*=work-with-us] {
    margin-top: 75px;
  }
  [class*=videoBlock-wrapper] + [class*=people-stories] {
    margin-top: 75px;
  }
  .videoBlock-copy {
    margin-bottom: 25px;
  }
  .videoBlock-copy h2 {
    color: #000;
    font-size: 27px;
    line-height: 43px;
    margin-bottom: 20px;
  }
  .videoBlock-copy p {
    font-size: 15px;
    line-height: 28px;
  }
}
.video-rte-container {
  text-align: justify;
}
.video-rte-container .h1,
.video-rte-container h1 {
  color: #000;
  margin-bottom: 30px;
}
.video-rte-container h2 {
  color: #000;
  margin-bottom: 20px;
  margin-top: 35px;
}
.video-rte-container h3 {
  color: #000;
  margin-bottom: 20px;
  margin-top: 35px;
}
.video-rte-container .date {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 25px;
  color: #000;
}
.video-rte-container .highlight {
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 40px;
  color: #000;
}
.video-rte-container ul,
.video-rte-container ol {
  padding-right: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.video-rte-container ul li,
.video-rte-container ol li {
  margin-bottom: 5px;
}
.video-rte-right {
  float: left;
  max-width: 767px;
  width: 100%;
  margin: 0 20px 15px 0;
}
.video-rte-left {
  float: right;
  max-width: 767px;
  width: 100%;
  margin: 0 0 15px 20px;
}
.video-rte-img {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
}
.video-rte-img iframe {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .video-rte-container .h1 {
    font-size: 27px;
    line-height: 33px;
  }
  .video-rte-container h2 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .video-rte-container h3 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 25px;
  }
  .video-rte-container .date {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 25px;
  }
  .video-rte-container .highlight {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 40px;
  }
  .video-rte-container p {
    font-size: 15px;
    line-height: 28px;
  }
  .video-rte-container ul,
  .video-rte-container ol {
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px;
  }
  .video-rte-container ul li,
  .video-rte-container ol li {
    margin-bottom: 5px;
  }
}
.intro-block {
  margin-top: 228px;
}
.intro-block .h1,
.intro-block h1 {
  color: #000;
  margin-bottom: 30px;
}
.intro-block .date {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 25px;
  color: #000;
}
.intro-block .highlight {
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 40px;
  color: #000;
}
.intro-block .author-details {
  margin-bottom: 30px;
}
.intro-block .author-details img {
  margin-left: 10px;
}
.intro-block .author-details span {
  font-size: 22px;
  line-height: 27px;
  color: #000;
}
.intro-block .contact-us-heading {
  margin-bottom: 40px;
  line-height: 48px;
  font-weight: 700;
  font-size: 37px;
  color: #000;
}
@media (max-width: 767.98px) {
  .intro-block .contact-us-heading {
    margin-bottom: 30px;
    margin-top: -40px;
    line-height: 30px;
    font-size: 30px;
  }
}

[class*=intro-block] + [class*=content-container] {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .intro-block {
    margin-top: 100px;
  }
}
@media screen and (max-width: 992px) {
  .intro-block {
    margin-top: 50px;
  }
  .intro-block .h1,
  .intro-block h1 {
    font-size: 27px;
    line-height: 33px;
  }
  .intro-block .date {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 25px;
  }
  .intro-block p {
    font-size: 15px;
    line-height: 23px;
  }
  .intro-block .highlight {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 40px;
  }
  .intro-block .author-details {
    margin-bottom: 20px;
  }
  .intro-block .author-details img {
    margin-left: 5px;
  }
  .intro-block .author-details span {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h1,
  h1,
  h2,
  .date,
  .highlight {
    text-align: right;
  }
}
.iframe-block iframe {
  border: 0 none;
}
.iframe-block h2 {
  font-size: 37px;
  line-height: 45px;
  color: #000;
  margin-bottom: 30px;
}
.iframe-block p {
  margin-bottom: 40px;
  text-align: justify;
}

.js-iframe {
  width: 1px;
  min-width: 100%;
}

.track-trace-map-container {
  padding-top: 50px;
}
.track-trace-map-container iframe {
  min-height: 420px;
  height: 620px;
}

.modalBox .modal-dialog {
  display: none;
}

#myModal .modal-dialog,
#myModal .modal-content {
  height: 80%;
}
#myModal .modal-body {
  max-height: calc(100% - 160px);
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  #myModal .modal-title {
    font-size: 24px;
  }
  #myModal .modal-body p {
    font-size: 16px;
    line-height: 24px;
  }
}

.document-intro {
  margin-bottom: 50px;
}
.document-intro h2 {
  font-size: 37px;
  line-height: 45px;
  color: #000;
  margin-bottom: 30px;
}
.document-intro ul {
  padding-right: 20px;
}
.document-list {
  margin-bottom: 50px;
}
.document-list h2 {
  color: #000;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 35px;
}
.document-list ul {
  list-style: none;
  padding: 0;
}
.document-list ul li {
  margin-bottom: 15px;
}
.document-list ul li a {
  font-weight: bold;
  font-size: 19px;
  line-height: 33px;
  color: #555;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.document-list ul li a .icon {
  font-size: 35px;
  color: #555;
  margin-left: 15px;
}
.document-list ul li a:hover {
  color: #003764;
}
.document-list ul li a:hover .icon {
  color: #003764;
}
.document-ratings {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
}
.document-ratings.document-contacts .document-ratings-item {
  width: 33.333%;
  padding: 0 0 40px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.document-ratings.document-contacts .document-ratings-item h3 {
  font-size: 32px;
  line-height: 39px;
  color: #000;
  margin-bottom: 5px;
}
.document-ratings.document-contacts .document-ratings-item p {
  margin-bottom: 20px;
}
.document-ratings.document-contacts .document-ratings-item .doc-contact {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  display: inline-block;
}
.document-ratings.document-contacts .document-ratings-item .doc-email {
  color: #333;
  font-size: 17px;
  line-height: 30px;
  display: inline-block;
}
.document-ratings-item {
  width: 50%;
  padding: 0 0 20px 20px;
}
.document-ratings-item h3 {
  font-size: 25px;
  line-height: 30px;
  color: #000;
  margin-bottom: 20px;
}
.document-ratings-item p {
  font-size: 19px;
  line-height: 32px;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .document-container {
    margin-top: 40px;
  }
  .document-intro {
    margin-bottom: 50px;
  }
  .document-intro h2 {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .document-intro p,
  .document-intro ul {
    font-size: 15px;
    line-height: 28px;
  }
  .document-ratings.document-contacts .document-ratings-item {
    width: 50%;
  }
  .document-list {
    margin-bottom: 30px;
  }
  .document-list h2 {
    color: #000;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .document-list ul {
    list-style: none;
    padding: 0;
  }
  .document-list ul li {
    margin-bottom: 15px;
  }
  .document-list ul li a {
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
  }
  .document-list ul li a .icon {
    font-size: 30px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .document-intro {
    margin-bottom: 30px;
  }
  .document-ratings {
    display: block;
    margin-bottom: 25px;
  }
  .document-ratings.document-contacts .document-ratings-item {
    width: 100%;
    padding: 0 0 30px;
  }
  .document-ratings-item {
    width: 100%;
    padding: 0 0 25px 0;
  }
  .document-ratings-item h3 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    margin-bottom: 10px;
  }
  .document-ratings-item p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
  }
}
.news-landing-page.rs-landing-page {
  margin-top: 0;
}
.news-landing-page.rs-landing-page .primary-cta {
  display: inline-block !important;
}
.news-landing-page.rs-landing-page .news-wrapper:first-child .news-item {
  display: block;
  margin: 0 0 30px;
}
.news-landing-page.rs-landing-page .news-wrapper:first-child .news-desc {
  max-width: 100%;
  padding: 0;
}
.news-landing-page.rs-landing-page .news-wrapper:first-child .news-desc h2 {
  font-size: 25px;
  line-height: 30px;
  color: #000;
  margin-bottom: 12px;
}
.news-landing-page.rs-landing-page .news-wrapper:first-child .primary-cta {
  margin-top: 0;
}
.news-landing-page.rs-landing-page .news-wrapper .news-item {
  overflow: auto;
  margin-bottom: 30px;
}
.news-landing-page.rs-landing-page .news-wrapper .news-item .news-desc {
  position: unset;
  bottom: unset;
  width: 100%;
  color: #555;
  padding: 0;
}
.news-landing-page.rs-landing-page .news-wrapper .news-item .news-desc:before {
  content: none;
}
.news-landing-page.rs-landing-page .news-wrapper .news-item .news-desc h2 {
  font-size: 25px;
  line-height: 30px;
  color: #000;
  margin-bottom: 12px;
}
.news-landing-page.rs-landing-page .news-wrapper .news-item .news-desc .date {
  color: #000;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 17px;
}
.news-landing-page.rs-landing-page .news-wrapper .news-item .news-desc p {
  font-size: 19px;
  line-height: 30px;
}

@media screen and (max-width: 992px) {
  .news-landing-page.rs-landing-page {
    margin-top: 50px;
  }
  .news-landing-page.rs-landing-page .news-title {
    padding-right: 0;
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .news-landing-page.rs-landing-page {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  .news-landing-page.rs-landing-page .filters {
    margin-bottom: 20px;
  }
  .news-landing-page.rs-landing-page .news-wrapper:first-child .news-item {
    margin-bottom: 25px;
  }
  .news-landing-page.rs-landing-page .news-wrapper .news-item {
    margin-bottom: 25px;
  }
  .news-landing-page.rs-landing-page .news-wrapper .news-item .news-desc h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .news-landing-page.rs-landing-page .news-wrapper .news-item .news-desc p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .news-landing-page.rs-landing-page .news-wrapper .news-item .news-desc .date {
    font-size: 19px;
    line-height: 24px;
  }
}
.daily-report-container {
  margin: 100px 0 50px;
}
.daily-report .daily-report-blocks {
  margin-right: -8px;
  margin-left: -8px;
}
.daily-report-detail-container {
  margin: 30px 0;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block {
  width: 100%;
  padding: 0;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block .report-block-title {
  min-height: auto;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate {
  margin-bottom: 70px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .report-block-detail, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .report-block-detail {
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list {
  width: 35%;
  padding-left: 20px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list .vessel-detail, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list .vessel-detail {
  display: none;
  background: rgba(227, 227, 227, 0.4039215686);
  color: #000;
  margin-bottom: 25px;
  padding: 5px 20px 6px 10px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list .vessel-detail span, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list .vessel-detail span {
  font-size: 17px;
  line-height: 29px;
  font-weight: bold;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list .vessel-detail p, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list .vessel-detail p {
  font-size: 17px;
  line-height: 29px;
  margin: 0;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list .schedule-item, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list .schedule-item {
  margin-bottom: 40px;
  margin-top: 5px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list .schedule-day, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list .schedule-day {
  position: relative;
  width: 175px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list .schedule-day span, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list .schedule-day span {
  position: absolute;
  top: 0;
  right: 70px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list .schedule-day img, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list .schedule-day img {
  margin-top: 10px; transform: scaleX(-1);
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list .schedule-vehicalname, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list .schedule-vehicalname {
  width: calc(100% - 175px);
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-details, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-details {
  width: 35%;
  padding-left: 50px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-details .vessel-detail, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-details .vessel-detail {
  background: rgba(227, 227, 227, 0.4039215686);
  color: #000;
  margin-bottom: 25px;
  padding: 5px 20px 6px 10px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-details .vessel-detail span, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-details .vessel-detail span {
  font-size: 17px;
  line-height: 29px;
  font-weight: bold;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-details .vessel-detail p, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-details .vessel-detail p {
  font-size: 17px;
  line-height: 29px;
  margin: 0;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-descriptions, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-descriptions {
  width: 30%;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-descriptions .cranes, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-descriptions .cranes {
  margin-bottom: 10px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-descriptions .cranes p, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-descriptions .cranes p {
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  color: #cc003d;
  margin-bottom: 40px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-descriptions .vessel-info, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-descriptions .vessel-info {
  color: #000;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-descriptions .vessel-info span, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-descriptions .vessel-info span {
  font-weight: bold;
  font-size: 17px;
  line-height: 32px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-descriptions .vessel-info p, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-descriptions .vessel-info p {
  font-size: 17px;
  line-height: 32px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-descriptions .vessel-info a, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-descriptions .vessel-info a {
  font-weight: bold;
  color: #003764;
  font-size: 17px;
  line-height: 32px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside.new-s .schedule-list .schedule-day, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate.new-s .schedule-list .schedule-day {
  width: 100%;
  font-size: 50px;
  line-height: 1;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside.new-s .schedule-list .schedule-day span, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate.new-s .schedule-list .schedule-day span {
  position: static;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report {
  margin-bottom: 70px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail {
  display: -ms-flexbox;
  display: flex;
  padding: 30px 15px 15px 0;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .totalteu {
  width: 30%;
  margin-top: 30px;
  padding-left: 30px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .totalteu h2 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .imp-exp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 40%;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .imp-exp .imp {
  width: 35%;
  margin-bottom: 35px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .imp-exp .imp .imp-title {
  font-size: 17px;
  line-height: 29px;
  color: #000;
  display: block;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .imp-exp .imp .imp-number {
  font-size: 37px;
  line-height: 45px;
  font-weight: bold;
  color: #003764;
  display: block;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .stack-info {
  color: #000;
  width: 30%;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .stack-info span {
  font-weight: bold;
  font-size: 17px;
  line-height: 32px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .stack-info p {
  font-size: 17px;
  line-height: 32px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report-half .report-block-detail .totalteu {
  width: 40%;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report-half .report-block-detail .imp-exp {
  width: 50%;
  display: none;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report-half .report-block-detail .stack-info {
  width: 60%;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report-half .report-block-detail .stack-info p {
  text-align: right;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time {
  margin-bottom: 70px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail {
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .average-container {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .average-time {
  position: relative;
  width: 217px;
  text-align: center;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .average-time img {
  width: 100%;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .average-time p {
  position: absolute;
  top: 60%;
  right: 50%;
  -ms-transform: translate(50%, -60%);
      transform: translate(50%, -60%);
  color: #000;
  font-size: 17px;
  line-height: 18px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .average-time p span {
  font-size: 33px;
  line-height: 56px;
  font-weight: bold;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 40%;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-container .appointment {
  width: 40%;
  padding-left: 85px;
  margin-bottom: 30px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-container .appointment-title {
  font-size: 17px;
  line-height: 22px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-container .appointment-number {
  font-size: 37px;
  line-height: 45px;
  font-weight: bold;
  color: #003764;
  display: block;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-info {
  color: #000;
  width: 30%;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-info span {
  font-weight: bold;
  font-size: 17px;
  line-height: 32px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-info p {
  font-size: 17px;
  line-height: 32px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time-half .report-block-detail .appointment-container .appointment {
  width: 50%;
  padding-left: 50px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time-half .report-block-detail .appointment-container .appointment-title {
  text-align: right;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail {
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .terminal-container {
  width: 28%;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .terminal-container .terminal {
  position: relative;
  margin-bottom: 23px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .terminal-container .terminal img { transform: scaleX(-1)
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .terminal-container .terminal .tlabel {
  position: absolute;
  right: 65px;
  top: 0;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .terminal-container .terminal .tindicator {
  line-height: 46px;
  position: absolute;
  right: 130px;
  width: 115px;
  border: solid 5px;
  text-align: center;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .terminal-container .terminal .tindicator.Low {
  border-color: #1dd555;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .terminal-container .terminal .tindicator.Medium {
  border-color: #ff623c;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .terminal-container .terminal .tindicator.High {
  border-color: #cc003d;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .terminal-container .terminal span {
  font-size: 33px;
  line-height: 56px;
  color: #000;
  font-weight: bold;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .vehical-queued-container {
  width: 42%;
  padding-left: 50px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .vehical-queued-container .vehical-queued {
  background: rgba(227, 227, 227, 0.4039215686);
  color: #000;
  margin-bottom: 25px;
  padding: 10px 15px 12px 15px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .vehical-queued-container .vehical-queued-info {
  font-weight: bold;
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 5px;
  display: block;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .vehical-queued-container .vehical-queued .low {
  background: #1dd555;
  width: 33.33%;
  height: 13px;
  display: block;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .vehical-queued-container .vehical-queued .medium {
  background: #ff623c;
  width: 66.66%;
  height: 13px;
  display: block;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .vehical-queued-container .vehical-queued .high {
  background: #cc003d;
  width: 100%;
  height: 13px;
  display: block;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .vehical-info {
  color: #000;
  width: 30%;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .vehical-info span {
  font-weight: bold;
  font-size: 17px;
  line-height: 32px;
}
.daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .vehical-info p {
  font-size: 17px;
  line-height: 32px;
}
.daily-report-heading {
  padding-bottom: 60px;
}
.daily-report-heading h2 {
  font-size: 37px;
  line-height: 45px;
  color: #000;
}
.daily-report-blocks {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.daily-report-blocks .daily-detail {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.daily-report-block {
  width: 100%;
  padding: 0 8px;
}
.daily-report-block.turnaround-time .average-time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  margin-top: 30px;
}
.daily-report-block.turnaround-time .average-time p {
  position: absolute;
  top: 60%;
  right: 50%;
  -ms-transform: translate(50%, -60%);
      transform: translate(50%, -60%);
  text-align: center;
  font-size: 17px;
  line-height: 13px;
  color: #000;
}
.daily-report-block.turnaround-time .average-time p span {
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
}
.daily-report-block.transfer-area-status .report-block-title h3 img {
  top: 5px;
}
.daily-report-block.stack-report .report-block-title h3 img {
  top: 9px;
}
.daily-report-block.stack-report .report-block-detail {
  padding: 30px 25px 15px 0;
}
.daily-report-block.stack-report .report-block-detail h2 {
  color: #000;
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 45px;
}
.daily-report-block.transfer-area-status .report-block-detail {
  padding: 40px 20px 15px 0;
}
.daily-report-block.transfer-area-status .report-block-detail .terminal {
  font-size: 28px;
  line-height: 48px;
  font-weight: bold;
  color: #000;
  padding-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.daily-report-block.transfer-area-status .report-block-detail .terminal span.tindicator {
  height: 53px;
  width: 113px;
  min-width: 113px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: solid 8px;
  margin-right: 25px;
}
.daily-report-block.transfer-area-status .report-block-detail .terminal span.tindicator.High {
  border-color: #cc003d;
}
.daily-report-block.transfer-area-status .report-block-detail .terminal span.tindicator.Low {
  border-color: #1dd555;
}
.daily-report-block.transfer-area-status .report-block-detail .terminal span.tindicator.Medium {
  border-color: #ff623c;
}
.daily-report-block .report-block-title {
  border-bottom: solid 3px #cc003d;
  padding-bottom: 25px;
  min-height: 100px;
}
.daily-report-block .report-block-title h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.daily-report-block .report-block-title h3 img {
  position: absolute;
  top: 0;
}
.daily-report-block .report-block-title span {
  margin-right: 50px;
}
.daily-report-block .report-block-detail.schedule-list {
  padding: 30px 15px 15px;
}
.daily-report-block .report-block-detail .schedule-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.daily-report-block .report-block-detail .schedule-day {
  font-size: 24px;
  line-height: 29px;
  color: #000;
  font-weight: bold;
  width: 100px;
}
.daily-report-block .report-block-detail .schedule-vehicalname {
  color: #000;
  width: calc(100% - 100px);
}

@media screen and (max-width: 1400px) {
  .daily-report-block .report-block-title h3 {
    font-size: 21px;
  }
  .daily-report-block .report-block-detail.schedule-list .schedule-item {
    margin-bottom: 20px;
  }
  .daily-report-block .report-block-detail.schedule-list .schedule-day,
  .daily-report-block .report-block-detail.schedule-list .schedule-vehicalname {
    font-size: 16px;
    line-height: 26px;
  }
  .daily-report-block.stack-report .report-block-detail h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .daily-report-block.transfer-area-status .report-block-detail .terminal {
    font-size: 20px;
    line-height: 53px;
  }
}
@media screen and (max-width: 1250px) {
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .report-block-detail, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .report-block-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list {
    width: 50%;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-details, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-details {
    width: 50%;
    padding-left: 0;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-descriptions, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-descriptions {
    width: 100%;
    margin-top: 30px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .totalteu {
    width: 50%;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .imp-exp {
    width: 50%;
    padding-left: 0;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .imp-exp .imp {
    width: 50%;
    padding-left: 0;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .stack-info {
    width: 100%;
    margin-top: 30px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .average-container {
    width: 50%;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-container {
    width: 50%;
    padding-left: 0;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-container .appointment {
    width: 50%;
    padding-left: 0;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-info {
    width: 100%;
    margin-top: 30px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .terminal-container {
    width: 50%;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .vehical-queued-container {
    width: 50%;
    padding-left: 0;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .vehical-info {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .daily-report-blocks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .daily-report-block {
    width: 50%;
  }
  .daily-report-block .report-block-title {
    min-height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .daily-report-container {
    margin: 50px 0 0 0;
  }
  .daily-report .daily-report-blocks {
    margin-right: 10px;
    margin-left: 10px;
  }
  .daily-report .daily-report-blocks .report-block-detail {
    padding-right: 0px;
    padding-left: 0px;
  }
  .daily-report .daily-report-blocks .report-block-title {
    padding-bottom: 10px;
  }
  .daily-report-heading {
    padding-bottom: 40px;
  }
  .daily-report-heading h2 {
    font-size: 27px;
    line-height: 33px;
  }
  .daily-report-block {
    width: 100%;
    padding: 0;
  }
  .daily-report-block .report-block-title {
    min-height: auto;
    border-bottom: solid 1px #cc003d;
  }
  .daily-report-block .report-block-title h3 img {
    display: none;
  }
  .daily-report-block .report-block-title h3 span {
    margin-right: 0;
  }
  .daily-report-block .report-block-detail {
    margin-bottom: 50px;
  }
  .daily-report-block .report-block-detail.schedule-list {
    padding-bottom: 0;
  }
  .daily-report-block .report-block-detail.schedule-list .schedule-item {
    margin-bottom: 10px;
  }
  .daily-report-block.turnaround-time .average-time {
    display: block;
  }
  .daily-report-block.turnaround-time .average-time img {
    width: 127px;
  }
  .daily-report-block.turnaround-time .average-time p {
    font-size: 9px;
    line-height: 6px;
    right: 30px;
    -ms-transform: translate(0, -60%);
        transform: translate(0, -60%);
  }
  .daily-report-block.turnaround-time .average-time p span {
    font-size: 20px;
    line-height: 24px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block {
    margin-bottom: 50px !important;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block .report-block-detail {
    margin-bottom: 0 !important;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block .report-block-title {
    padding-bottom: 10px;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block .report-block-title:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 10px;
    height: 10px;
    width: 10px;
    border-right: 2px solid #7e7e7e;
    border-bottom: 2px solid #7e7e7e;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    pointer-events: none;
    z-index: 11;
  }
}
@media screen and (max-width: 767px) {
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block .report-block-title.active:before {
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    top: 15px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block .report-block-title img {
    display: none;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block .report-block-title span {
    margin-right: 0;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate {
    margin-bottom: 0;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .report-block-detail, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .report-block-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .report-block-detail, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .report-block-detail {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list {
    width: 100%;
    padding-left: 0;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list .schedule-item, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list .schedule-item {
    margin-bottom: 10px;
    -ms-flex-align: center;
        align-items: center;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list .schedule-item .schedule-day, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list .schedule-item .schedule-day {
    -ms-flex-order: 2;
        order: 2;
    font-size: 16px;
    line-height: 19px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list .schedule-item .schedule-day img, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list .schedule-item .schedule-day img {
    width: 80px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list .schedule-item .schedule-day span, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list .schedule-item .schedule-day span {
    right: 50px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list .schedule-item .schedule-vehicalname, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list .schedule-item .schedule-vehicalname {
    -ms-flex-order: 1;
        order: 1;
    font-size: 16px;
    line-height: 19px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .schedule-list .vessel-detail, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .schedule-list .vessel-detail {
    display: block;
    padding-right: 15px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-details, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-details {
    display: none;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-descriptions, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-descriptions {
    width: 100%;
    margin-top: 0;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-descriptions .cranes p, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-descriptions .cranes p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-descriptions .vessel-info p, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-descriptions .vessel-info p {
    margin-bottom: 10px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-descriptions .vessel-info span,
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-descriptions .vessel-info p,
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside .vessel-descriptions .vessel-info a, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-descriptions .vessel-info span,
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-descriptions .vessel-info p,
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate .vessel-descriptions .vessel-info a {
    font-size: 14px;
    line-height: 25px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.vessels-alongside.new-s .schedule-list .schedule-day, .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.ex-rate.new-s .schedule-list .schedule-day {
    width: 100%;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report {
    margin-bottom: 0;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .totalteu {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .imp-exp {
    width: 100%;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .imp-exp .imp {
    margin-bottom: 20px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .imp-exp .imp .imp-title {
    font-size: 14px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .imp-exp .imp .imp-number {
    font-size: 23px;
    line-height: 28px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .stack-info {
    width: 100%;
    margin-top: 10px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .stack-info p,
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report .report-block-detail .stack-info span {
    font-size: 14px;
    line-height: 25px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time {
    margin-bottom: 0;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .average-container {
    width: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 30px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .average-container .average-time {
    width: 120px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .average-container .average-time p {
    font-size: 9px;
    line-height: 6px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .average-container .average-time p span {
    font-size: 20px;
    line-height: 24px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-container {
    width: 100%;
    padding-left: 0;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-container .appointment {
    width: 50%;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-container .appointment .appointment-title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-container .appointment .appointment-number {
    font-size: 23px;
    line-height: 28px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-info {
    width: 100%;
    margin-top: 10px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-info span,
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.truck-time .report-block-detail .appointment-info p {
    font-size: 14px;
    line-height: 25px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .terminal-container {
    width: 100%;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .terminal-container .terminal .tlabel {
    font-size: 20px;
    line-height: 36px;
    right: 50px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .terminal-container .terminal .tindicator {
    font-size: 20px;
    line-height: 28px;
    width: 75px;
    right: 90px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .terminal-container .terminal img {
    width: 165px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .vehical-queued-container {
    width: 100%;
    padding-left: 0;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .vehical-info {
    width: 100%;
    margin-top: 10px;
  }
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .vehical-info p,
  .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.transfer-status .report-block-detail .vehical-info span {
    font-size: 14px;
    line-height: 25px;
  }
}
.image-mapping {
  position: relative;
}
.image-mapping-container {
  position: relative;
}
.image-mapping-container .handIcon {
  position: absolute;
  bottom: 20px;
  right: 50%;
  z-index: 1;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
  display: none;
}
.image-mapping-container .mo-mapping-detail {
  display: none;
  background: #596c79;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  padding: 20px 15px;
  z-index: 2;
}
.image-mapping-container .mo-mapping-detail:before {
  position: absolute;
  content: "";
  right: 100%;
  height: 100%;
  width: 100%;
  top: 0;
  background: #596c79;
}
.image-mapping-container .mo-mapping-detail:after {
  position: absolute;
  content: "";
  left: 100%;
  height: 100%;
  width: 100%;
  top: 0;
  background: #596c79;
}
.image-mapping-container .mo-mapping-detail h2 {
  font-size: 23px;
  line-height: 28px;
}
.image-mapping-container .mo-mapping-detail p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}
.image-mapping-wrapper {
  position: relative;
}
.image-mapping .mapping-item {
  position: absolute;
}
.image-mapping .mapping-item a {
  background: url(../images/red-circle-white-big.png) no-repeat;
  color: #fff;
  font-weight: bold;
  height: 50px;
  width: 50px;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
}
.image-mapping .mapping-item a.active {
  background: #cc003d;
  border-radius: 50%;
  z-index: 2;
}
.image-mapping .mapping-item-detail {
  display: none;
  background: #7a8483;
  color: #fff;
  backdrop-filter: blur(50px);
  border-radius: 5px 5px 0px 0px;
  box-shadow: inset -14px 10px 45px -30px rgba(255, 255, 255, 0.9);
  width: 270px;
  padding: 20px 25px 20px 20px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
}
.image-mapping .mapping-item-detail h2 {
  font-size: 28px;
  line-height: 34px;
}
.image-mapping .mapping-item-detail p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
  .image-mapping {
    width: 1032px;
    height: auto;
  }
  .image-mapping-container .handIcon {
    display: block;
  }
  .image-mapping-wrapper {
    overflow-x: auto;
  }
  .image-mapping img {
    width: 100%;
    max-width: none;
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .image-mapping-container {
    margin-bottom: 50px;
  }
  .image-mapping-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.port-info-container {
  padding-top: 45px;
  padding-bottom: 25px;
}
.port-info-container.bg-gray {
  background-color: #fafafa;
}
.port-info-heading {
  color: #000;
  margin-bottom: 35px;
}
.port-info-heading .h1 {
  margin-bottom: 18px;
  letter-spacing: 0.27px;
  font-size: 27px;
  line-height: 33px;
}
.port-info-heading p {
  font-size: 15px;
  line-height: 21px;
}

.pf-block {
  margin-bottom: 45px;
}
.pf-block .pf-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 19px;
}
.pf-block .pf-icon picture {
  width: 100%;
}
.pf-block .pf-icon img {
  max-width: 50px;
}
.pf-block .pf-title {
  color: #00141e;
}
.pf-block .pf-title h3,
.pf-block .pf-title .heading {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 21px;
  line-height: 30px;
}
.pf-block .primary-cta:hover:before {
  content: "";
}
.pf-block .primary-cta:hover:after {
  content: none;
}
.pf-block .link {
  display: block;
}
.pf-block .link:hover .primary-cta {
  color: #cc003d;
}
.pf-block .link:hover .primary-cta:before {
  border-color: #cc003d;
}

@media screen and (min-width: 768px) {
  .port-info-container {
    padding-top: 119px;
  }
  .port-info-heading {
    margin-bottom: 67px;
  }
  .port-info-heading .h1 {
    margin-bottom: 28px;
    letter-spacing: 0.37px;
    font-size: 37px;
    line-height: 45px;
  }
  .port-info-heading p {
    letter-spacing: 0.25px;
    font-size: 25px;
    line-height: 36px;
  }
  .pf-block {
    margin-bottom: 95px;
  }
  .pf-block .link {
    max-width: 190px;
  }
  .pf-block .pf-icon {
    height: 70px;
    margin-bottom: 29px;
  }
  .pf-block .pf-icon img {
    max-width: 75px;
  }
  .pf-block .pf-title h3,
  .pf-block .pf-title .heading {
    margin-bottom: 15px;
    font-size: 27px;
    line-height: 33px;
  }
}
.banner-form {
  position: relative;
  margin-top: 67px;
}
.transparent-header .banner-form {
  margin-top: 60px;
}
.banner-form + .videoBlock-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .banner-form .block-banner-img-container .block-banner-img img {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .banner-form .block-banner-img-container .block-banner-img img {
    width: 100%;
  }
}
.banner-form:before {
  position: absolute;
  right: 0%;
  left: 0%;
  top: -0.04%;
  bottom: 85.6%;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
}
.banner-form .form-banner-content {
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .banner-form .form-banner-content {
    padding-bottom: 15px;
    background: #000;
    -ms-transform: none;
        transform: none;
    position: static;
  }
  .banner-form .form-banner-content .formbanner-wrap-box {
    margin-top: 20px;
  }
  .banner-form .form-banner-content .form-banner-text {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-form {
    margin-top: 57px;
  }
}

.form-banner-text {
  color: #fff;
  margin-top: 65px;
}
.form-banner-text .h1 {
  margin-bottom: 30px;
  line-height: 45px;
  font-size: 37px;
}
.form-banner-text img {
  margin-bottom: 15px;
  max-width: 200px;
}
.form-banner-text p {
  margin-bottom: 37px;
  line-height: 36px;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .form-banner-text .h1 {
    margin-bottom: 20px;
    line-height: 36px;
    font-size: 27px;
  }
  .form-banner-text p {
    margin-bottom: 30px;
    line-height: 32px;
    font-size: 17px;
  }
}

.formbanner-wrap-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 420px;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.formbanner-wrap-box .sitecore-form {
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .formbanner-wrap-box {
    max-width: inherit;
  }
}
.formbanner-wrap-box .form-footer .form-input-captcha iframe {
  -ms-transform: scale(0.77);
      transform: scale(0.77);
  -webkit-transform: scale(0.77);
  -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
}
.formbanner-wrap-box .form-footer .form-submit {
  margin-bottom: 10px;
  text-align: center;
  margin-top: 8px;
  display: block;
}
.formbanner-wrap-box .form-footer .form-submit input {
  border-radius: 21px;
  padding: 10px 27px;
  line-height: 21px;
  background: #cc003d;
  font-size: 17px;
  color: #fff;
  outline: none;
  border: none;
}
.formbanner-wrap-box .form-footer .terms {
  line-height: 1.4 !important;
  font-size: 12px !important;
  color: #c2c2c2;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.formbanner-wrap-box .field-validation-error {
  color: #cc003d;
  font-size: 12px;
}

.formbanner-wrap .form-heading {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
}
.formbanner-wrap .form-heading p {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
}
.formbanner-wrap .form-input {
  margin-bottom: 10px;
}
.formbanner-wrap .form-input label {
  display: none;
}
.formbanner-wrap .form-input input,
.formbanner-wrap .form-input select {
  height: 40px;
  background: #f1f1f1;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
  padding: 0 22px;
}
.formbanner-wrap .form-input select {
  -webkit-appearance: none;
  padding: 0 22px 0 30px;
}
.formbanner-wrap .form-input.selectbox {
  position: relative;
}
.formbanner-wrap .form-input.selectbox:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  height: 7px;
  width: 7px;
  border-right: 2px solid #696969;
  border-bottom: 2px solid #696969;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.banner-form-no-background {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .banner-form-no-background {
    padding: 30px 0px;
  }
}
.banner-form-no-background .h1 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 45px;
  font-size: 37px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .banner-form-no-background .h1 {
    margin-bottom: 20px;
    line-height: 43px;
    font-size: 27px;
  }
}
.banner-form-no-background .form-banner-image {
  text-align: left;
}
@media (max-width: 767px) {
  .banner-form-no-background .form-banner-image img {
    width: 100%;
  }
}
.banner-form-no-background .formbanner-wrap-box {
  max-width: 380px;
  padding: 0px;
}
@media (max-width: 767px) {
  .banner-form-no-background .formbanner-wrap-box {
    max-width: inherit;
    margin-top: 30px;
  }
}

.news-landing-page.leadership-blog .news-room-filters {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-landing-page.leadership-blog .news-room-filters .leadership-blog-filter {
    position: static;
  }
}
.news-landing-page.leadership-blog .news-room-filters .leadership-blog-filter[data-multi=false] {
  position: static;
}
.news-landing-page.leadership-blog .news-room-filters .leadership-blog-filter[data-multi=false] .leadership-filter {
  min-width: 220px;
}
.news-landing-page.leadership-blog .news-room-filters .leadership-blog-filter[data-multi=false] .leadership-filter .leadership-filter-inner .leadership-filter-wrapper {
  width: 100%;
}
.news-landing-page.leadership-blog .news-room-filters .leadership-blog-filter[data-multi=false] .leadership-filter .leadership-filter-inner img {
  display: none;
  margin-left: 0px;
}
.news-landing-page.leadership-blog .news-room-filters .leadership-blog-filter .selected-news-title {
  float: right;
  position: relative;
  margin-bottom: 10px;
  margin-left: 40px;
}
.news-landing-page.leadership-blog .leadership-blog-filter .leadership-filter {
  position: absolute;
  top: 100%;
  right: 0;
  background: #f8f8f8;
  z-index: 4;
  color: #555;
  width: 100%;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: none;
}
.news-landing-page.leadership-blog .leadership-blog-filter .leadership-filter.show {
  display: block;
}
.news-landing-page.leadership-blog .leadership-blog-filter .leadership-filter .leadership-filter-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.news-landing-page.leadership-blog .leadership-blog-filter .leadership-filter .leadership-filter-inner img {
  margin-left: 50px;
}
.news-landing-page.leadership-blog .leadership-blog-filter .leadership-filter .leadership-filter-inner .leadership-filter-wrapper {
  width: 66%;
  display: -ms-flexbox;
  display: flex;
}
.news-landing-page.leadership-blog .leadership-blog-filter .leadership-filter .leadership-filter-inner .leadership-filter-wrapper ul {
  display: block;
  width: 100%;
  margin: 0;
}
.news-landing-page.leadership-blog .leadership-blog-filter .leadership-filter .leadership-filter-inner .leadership-filter-wrapper ul:last-child {
  margin-right: 10px;
}
.news-landing-page.leadership-blog .leadership-blog-filter .leadership-filter .leadership-filter-inner .leadership-filter-wrapper ul:first-child {
  margin-left: 10px;
}

@media screen and (max-width: 992px) {
  .news-landing-page.leadership-blog .leadership-blog-filter .leadership-filter .leadership-filter-inner .leadership-filter-wrapper {
    width: 100%;
  }
  .news-landing-page.leadership-blog .leadership-blog-filter .leadership-filter .leadership-filter-inner img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news-landing-page.leadership-blog .news-room-filters .leadership-blog-filter .selected-news-title {
    float: none;
    margin-left: 0px;
  }
  .news-landing-page.leadership-blog .news-room-filters .leadership-blog-filter .leadership-filter .leadership-filter-inner .leadership-filter-wrapper {
    display: block;
  }
  .news-landing-page.leadership-blog .news-room-filters .leadership-blog-filter .leadership-filter .leadership-filter-inner .leadership-filter-wrapper ul:first-child,
  .news-landing-page.leadership-blog .news-room-filters .leadership-blog-filter .leadership-filter .leadership-filter-inner .leadership-filter-wrapper ul:last-child {
    margin: 0;
  }
  .news-landing-page.leadership-blog .news-room-filters .leadership-blog-filter .leadership-filter .leadership-filter-inner .leadership-filter-wrapper ul:first-child li:last-child {
    border-bottom: 1px solid #DDDDDD;
  }
  .news-landing-page.leadership-blog .news-room-filters .leadership-blog-filter .leadership-filter .leadership-filter-inner img {
    display: none;
  }
}
.filtertable-form {
  border: 1px solid #ced4da;
  background: #f8f8f8;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 40px;
}
.filtertable-form .vdiv {
  width: 30%;
  margin: 15px;
}
.filtertable-form .dtdiv {
  width: 55%;
  margin: 15px;
  position: relative;
}
.filtertable-form .subdiv {
  width: 15%;
  margin: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .filtertable-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filtertable-form .vdiv,
  .filtertable-form .dtdiv,
  .filtertable-form .subdiv {
    width: 100%;
    margin: 15px 0;
  }
}

.fil-form-sty label {
  font-size: 14px;
  display: block;
  color: #000;
  margin-bottom: 15px;
  line-height: 14px;
}
.fil-form-sty .form-control {
  height: 45px;
  padding: 0.375rem 0.75rem;
  background: white !important;
  border-radius: 5px;
}
.fil-form-sty .form-control:-ms-input-placeholder {
  color: #ced4da;
}
.fil-form-sty .form-control::placeholder {
  color: #ced4da;
}
.fil-form-sty .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #ced4da;
}
.fil-form-sty .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ced4da;
}
.fil-form-sty select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 55.751 55.751' width='30' height='30' xml:space='preserve'%3E%3Cpath fill='%23ced4da' d='M31.836,43.006c0.282-0.281,0.518-0.59,0.725-0.912L54.17,20.485c2.107-2.109,2.109-5.528,0-7.638 c-2.109-2.107-5.527-2.109-7.638,0l-18.608,18.61L9.217,12.753c-2.109-2.108-5.527-2.109-7.637,0 C0.527,13.809-0.002,15.19,0,16.571c-0.002,1.382,0.527,2.764,1.582,3.816l21.703,21.706c0.207,0.323,0.445,0.631,0.729,0.913 c1.078,1.078,2.496,1.597,3.91,1.572C29.336,44.604,30.758,44.084,31.836,43.006z'/%3E%3C/svg%3E") !important;
  appearance: none;
  background-repeat: no-repeat !important;
  background-position-x: 4% !important;
  background-size: 14px !important;
  background-position-y: center !important;
}

.filtersearchbtn {
  background-color: #cc003d;
  height: 45px;
  width: 100%;
  color: #fff;
  border-radius: 5px;
  border: none;
}

.fieldValidation {
  position: absolute;
  font-size: 12px;
  display: none;
  color: #cc003d;
  font-weight: bold;
  bottom: -27px;
  right: 0;
}

.table-responsive.doublelayout .table th {
  background-color: #f8f8f8;
}
.table-responsive.doublelayout .table th,
.table-responsive.doublelayout .table td {
  padding: 20px 20px 20px 0;
  line-height: 30px;
}

.table tbody tr td.nores {
  text-align: center;
  color: #cc003d;
  padding-right: 0;
}

.table td[data-content="-"] {
  text-align: center; /* Center alignment for cells with "-" */
}

.flatpickr-input {
  background: transparent !important;
  height: 33px;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
}
.flatpickr-input:-ms-input-placeholder {
  color: #000;
}
.flatpickr-input::placeholder {
  color: #000;
}
.flatpickr-input::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}
.flatpickr-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.storage-invoice-form {
  position: relative;
}
.storage-invoice-form .loader-overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 1;
  opacity: 0.5;
  display: none;
}

.invoice-form {
  margin-top: 35px;
  margin-bottom: 30px;
}
.invoice-form .loader {
  display: none;
}
.invoice-form .loader p {
  display: none;
}
.invoice-form .form-success {
  clear: both;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  min-height: auto;
}
.invoice-form .form-success h2 {
  font-size: 25px;
  display: -ms-flexbox;
  display: flex;
  color: #1dd555;
  -ms-flex-align: center;
      align-items: center;
  line-height: 30px;
  -ms-flex-pack: center;
      justify-content: center;
}
.invoice-form .form-success h2 img {
  margin-right: 10px;
}
.invoice-form .field-validation-error {
  color: #cc003d;
  font-size: 15px;
  font-weight: normal;
}
.invoice-form .form-heading {
  margin-bottom: 30px;
}
.invoice-form .form-heading p {
  font-size: 32px;
  line-height: 44px;
  color: #000;
}
.invoice-form .form-heading p.form-instructions {
  font-size: 20px;
}
.invoice-form .form-heading p.required {
  font-size: 20px;
  font-style: oblique;
}
.invoice-form .form-heading p.required span {
  color: #cc003d;
}
.invoice-form .form-field-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.invoice-form .form-wrapper {
  width: 50%;
  padding-left: 25px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .invoice-form .form-wrapper {
    width: 100%;
  }
}
.invoice-form .form-wrapper:nth-child(2n) {
  padding-left: 0;
  padding-right: 25px;
}
@media (max-width: 575.98px) {
  .invoice-form .form-wrapper:nth-child(2n) {
    padding-right: 0;
  }
}
.invoice-form .form-wrapper.business-unit label, .invoice-form .form-wrapper.subsidiary label {
  display: none;
}
.invoice-form .form-wrapper .release-radio-group {
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .invoice-form .form-wrapper .release-radio-group .release-radio-group-list {
    margin-bottom: 6px;
  }
}
.invoice-form .form-wrapper .release-radio-group .release-radio-group-list input {
  width: 30px;
  position: relative;
  top: 10px;
  float: right;
}
@media (max-width: 575.98px) {
  .invoice-form .form-wrapper .release-radio-group .release-radio-group-list input {
    top: 5;
  }
}
.invoice-form .form-wrapper .release-radio-group .release-radio-group-list label {
  font-weight: normal;
  margin-bottom: 3px;
  line-height: 22px;
}
@media (max-width: 575.98px) {
  .invoice-form .form-wrapper .release-radio-group .release-radio-group-list label {
    width: 85%;
  }
}
.invoice-form .form-wrapper-full-width {
  width: 100%;
  margin-top: 45px;
}
.invoice-form .form-wrapper-full-width-submit {
  width: 100%;
}
@media (max-width: 575.98px) {
  .invoice-form .form-wrapper-full-width-submit {
    text-align: center;
  }
}
.invoice-form .form-wrapper-full-width-submit .form-submit {
  float: left;
  margin-top: 0;
  width: 50%;
  text-align: right;
  padding-right: 25px;
}
@media (max-width: 575.98px) {
  .invoice-form .form-wrapper-full-width-submit .form-submit {
    width: auto;
    padding-right: 0;
    float: none;
    margin: 0 auto;
  }
}
.invoice-form .form-wrapper-full-width-submit .form-submit input {
  border-radius: 30px;
  color: #fff;
  width: auto;
  margin-left: 15px;
}
@media (max-width: 575.98px) {
  .invoice-form .form-wrapper-full-width-submit .form-submit input {
    margin: auto;
  }
}
.invoice-form .form-wrapper-full-width-submit .form-submit input[type=button] {
  display: none;
}
.invoice-form .form-wrapper .calendar-wrapper {
  position: relative;
  width: 50%;
  margin-bottom: 20px;
}
.invoice-form .form-wrapper .calendar-wrapper input {
  position: relative;
  z-index: 2;
}
.invoice-form .form-wrapper .calendar-wrapper span {
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 1;
}
.invoice-form .form-submit {
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.invoice-form .form-submit input {
  border: none;
  padding: 10px 27px;
  color: #fff;
  background: #cc003d;
  border-radius: 21px;
  font-size: 17px;
  line-height: 21px;
  outline: none;
  margin-bottom: 15px;
}
.invoice-form .radio-wrapper {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  font-weight: bold;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding-right: 25px;
  color: #000;
}
.invoice-form .radio-wrapper .radio-group.notselected:after {
  opacity: 0;
}
.invoice-form .radio-wrapper .radio-group input {
  margin-left: 7px;
}
.invoice-form .radio-wrapper .radio-group.notselected {
  color: #9a9a9a;
}
.invoice-form .radio-wrapper .radio-group input[type=radio] {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0;
  opacity: 0 !important;
  width: 19px;
  height: 19px;
  margin: 0;
  padding: 0;
}
.invoice-form .radio-wrapper [class*=radio-group] + [class*=radio-group] {
  margin-right: 50px;
}
.invoice-form .form-sub-heading {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 20px;
  padding-top: 20px;
}
.invoice-form .form-sub-heading p {
  font-size: 24px;
}
.invoice-form .form-radio {
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  font-weight: bold;
}
.invoice-form .form-radio .field-title {
  display: none;
}
.invoice-form .form-radio .radio-group {
  margin: 0 0 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.invoice-form .form-radio .radio-group input {
  margin-left: 7px;
}
.invoice-form .form-date input[type=date]:placeholder {
  opacity: 0;
}
.invoice-form .form-date label {
  position: relative;
}
.invoice-form .form-date label:before {
  position: absolute;
  content: "";
  background: url(../images/dp_calendar.png);
  height: 20px;
  width: 21px;
  left: 0;
  top: 5px;
}
.invoice-form .form-input label,
.invoice-form .form-dropdown label {
  font-size: 17px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  display: block;
  margin-bottom: 13px;
}
.invoice-form .form-input input,
.invoice-form .form-input textarea,
.invoice-form .form-dropdown input,
.invoice-form .form-dropdown textarea {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: solid 1px #e3e3e3;
  display: block;
  font-size: 19px;
  line-height: 30px;
  color: #000;
}
.invoice-form .form-input input::-webkit-input-placeholder,
.invoice-form .form-input textarea::-webkit-input-placeholder,
.invoice-form .form-dropdown input::-webkit-input-placeholder,
.invoice-form .form-dropdown textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
.invoice-form .form-input input::-moz-placeholder,
.invoice-form .form-input textarea::-moz-placeholder,
.invoice-form .form-dropdown input::-moz-placeholder,
.invoice-form .form-dropdown textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
.invoice-form .form-input input:-ms-input-placeholder,
.invoice-form .form-input textarea:-ms-input-placeholder,
.invoice-form .form-dropdown input:-ms-input-placeholder,
.invoice-form .form-dropdown textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
.invoice-form .form-input input:-moz-placeholder,
.invoice-form .form-input textarea:-moz-placeholder,
.invoice-form .form-dropdown input:-moz-placeholder,
.invoice-form .form-dropdown textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.invoice-form .form-textarea {
  margin: 60px 0 40px;
}
.invoice-form .form-dropdown {
  position: relative;
}
.invoice-form .form-dropdown:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50px;
  height: 10px;
  width: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.invoice-form .form-dropdown p {
  display: none;
}
.invoice-form .form-dropdown select {
  border: none;
  background: transparent;
  -webkit-appearance: none;
  font-size: 17px;
  line-height: 30px;
  color: #000;
  outline: none;
  margin-bottom: 12px;
  width: 100%;
  border-bottom: solid 1px #e3e3e3;
}
.invoice-form .form-dropdown p {
  border-bottom: solid 1px #e3e3e3;
  font-size: 19px;
  line-height: 30px;
  font-weight: bold;
  height: 33px;
  margin-bottom: 0;
  color: #000;
}
.invoice-form .field-required label {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.invoice-form .field-required label:after {
  position: absolute;
  content: "*";
  height: 10px;
  width: 10px;
  top: 0;
  left: 0;
  color: #cc003d;
}
.invoice-form .field-required label.error {
  color: #cc003d;
  font-size: 15px;
  font-weight: normal;
  display: none;
}
.invoice-form .field-required label.error::after {
  display: none;
}
.invoice-form .field-required .release-radio-group label::after {
  display: none;
}

#sokhna-storage-invoice .invoice-details-estimates-data-items-table tbody tr td:first-child {
  width: 10%;
}

.invoice-details .loader-overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 1;
  opacity: 0.5;
  display: none;
}
.invoice-details-header {
  position: relative;
}
.invoice-details-header-logo {
  float: right;
  margin: 10px 0 25px;
}
.invoice-details-header .btn-pay {
  border: none;
  padding: 10px 27px;
  color: #fff;
  background: #cc003d;
  border-radius: 30px;
  font-size: 19px;
  line-height: 30px;
  outline: none;
  margin-bottom: 15px;
  margin-right: 25px;
}
.invoice-details-header-invoice-date {
  float: left;
  padding: 45px 0 0;
}
@media (max-width: 575.98px) {
  .invoice-details-header-invoice-date {
    float: right;
    padding: 0 0 20px;
  }
}
.invoice-details-print-invoice {
  position: absolute;
  left: 55px;
  top: -3px;
}
.invoice-details-print-invoice span {
  font-size: 45px;
  cursor: pointer;
  z-index: 1;
}
.invoice-details-data-estimates-table, .invoice-details-estimates-data-items-table, .invoice-details-data-summary-table {
  table-layout: auto;
  border-right: 1px solid #696969;
  border-top: 1px solid #696969;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 25px;
}
.invoice-details-data-estimates-table thead tr, .invoice-details-estimates-data-items-table thead tr, .invoice-details-data-summary-table thead tr {
  background-color: #696969;
  color: #fff;
}
.invoice-details-data-estimates-table tr th, .invoice-details-estimates-data-items-table tr th, .invoice-details-data-summary-table tr th {
  border-left: 1px solid #696969;
  border-bottom: 1px solid #696969;
  padding: 8px;
}
.invoice-details-data-estimates-table tr td, .invoice-details-estimates-data-items-table tr td, .invoice-details-data-summary-table tr td {
  border-left: 1px solid #696969;
  border-bottom: 1px solid #696969;
  padding: 8px;
}
.invoice-details-data-estimates-table tr td:first-child, .invoice-details-estimates-data-items-table tr td:first-child, .invoice-details-data-summary-table tr td:first-child {
  width: 25%;
}
.invoice-details-data-estimates-table tr:nth-child(even), .invoice-details-estimates-data-items-table tr:nth-child(even), .invoice-details-data-summary-table tr:nth-child(even) {
  background-color: #f8f8f8;
}
.invoice-details-estimates-data-items {
  overflow-y: hidden;
  overflow-x: auto;
}
.invoice-details-estimates-data-items-table thead tr:nth-child(2) th {
  color: #000;
}
.invoice-details-estimates-data-items-table thead tr:nth-child(2) th:last-child {
  width: 20%;
}
.invoice-details-data-summary-table thead tr th:first-child {
  width: 80%;
  border-left: 1px solid #f1f1f1;
}
.invoice-details .invoice-summary-notes {
  padding-top: 35px;
}
.invoice-details .invoice-summary-notes ul li {
  list-style: disc;
}
.invoice-details .modal-dialog {
  max-width: 850px;
}

@media print {
  .storage-invoice-form,
  .invoice-details-print-invoice,
  .performa-invoice-wrapper,
  .performa-invoice-form {
    display: none;
  }
  #invoiceModal .modal-header {
    display: none;
  }
  #invoiceModal.modal,
  .modal-dialog-scrollable .modal-body,
  .modal-dialog-scrollable .modal-content,
  .modal-open .modal {
    visibility: visible;
    /**Remove scrollbar for printing.**/
    overflow: visible !important;
  }
  #invoiceModal.modal,
  #performaCleaningInvoice.modal,
  #performaLightDuesInvoice.modal,
  #performaPortDuesInvoice.modal,
  #performaCargoTonInvoice.modal,
  #performaSailorClubInvoice.modal {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    min-height: 550px;
    visibility: visible;
    /**Remove scrollbar for printing.**/
    overflow: visible !important;
  }
  .modal-dialog-scrollable .modal-content {
    max-height: 1000%;
  }
  #invoiceModal.modal,
  #performaCleaningInvoice .modal-dialog,
  #performaLightDuesInvoice .modal-dialog,
  #performaPortDuesInvoice .modal-dialog,
  #performaCargoTonInvoice .modal-dialog,
  #performaSailorClubInvoice .modal-dialog {
    visibility: visible !important;
    /**Remove scrollbar for printing.**/
    overflow: visible !important;
  }
  body.modal-open .intro-block-container,
  body.modal-open .video-banner-wrapper {
    visibility: hidden;
  }
}
#payment-status-sokhna {
  max-width: 500px;
  width: 100%;
  height: 200px;
  z-index: 2;
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  visibility: hidden;
}

#payment-confirmation-sokhna {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2;
  display: none;
}
#payment-confirmation-sokhna .payment-status-box {
  border: 1px solid #fff;
  width: 100%;
  max-width: 550px;
  height: 150px;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  padding: 25px;
}
#payment-confirmation-sokhna .payment-status-box h2 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 0 15px;
  line-height: 30px;
}
#payment-confirmation-sokhna .payment-status-box .close-icon-confirmation {
  position: absolute;
  margin: auto;
  left: 0;
  font-size: 26px;
  cursor: pointer;
  top: 0;
  background: #fff;
  padding: 10px;
  color: #000;
}

.vessels-schedule {
  min-height: calc(100vh - 250px);
}
.vessels-schedule h2 {
  margin: 15px auto;
}

.table.sokvess {
  width: 100%;
}
.table.sokvess tbody tr:nth-child(3) {
  display: none;
}
.table.sokvess tbody tr.tableRowATA + tr.ETA {
  display: table-row;
}
.table.sokvess tbody tr.tableRowATA + tr.ETA td {
  display: table-cell;
}
.table.sokvess tbody tr td:first-child {
  width: 30%;
}
.table.sokvess tr.tableRowATA {
  display: none;
}

.performa-invoice-form .validation-error-msg {
  display: none;
}
.performa-invoice-form .validation-error-msg {
  color: #cc003d;
  font-size: 15px;
  font-weight: normal;
}

.modal {
  z-index: 2002;
}

.modal-backdrop {
  z-index: 2001;
}

.flatpickr-input {
  background: transparent !important;
  height: 33px;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
}
.flatpickr-input:-ms-input-placeholder {
  color: #000;
}
.flatpickr-input::placeholder {
  color: #000;
}
.flatpickr-input::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}
.flatpickr-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.performa-invoice {
  position: relative;
}
.performa-invoice .loader-overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 1;
  opacity: 0.5;
  display: none;
}

.performa-invoice-form {
  margin-top: 90px;
  margin-bottom: 30px;
}
.performa-invoice-form .loader {
  display: none;
}
.performa-invoice-form .loader p {
  display: none;
}
.performa-invoice-form .form-success {
  clear: both;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  min-height: auto;
}
.performa-invoice-form .form-success h2 {
  font-size: 25px;
  display: -ms-flexbox;
  display: flex;
  color: #1dd555;
  -ms-flex-align: center;
      align-items: center;
  line-height: 30px;
  -ms-flex-pack: center;
      justify-content: center;
}
.performa-invoice-form .form-success h2 img {
  margin-right: 10px;
}
.performa-invoice-form .field-validation-error {
  color: #cc003d;
  font-size: 15px;
  font-weight: normal;
}
.performa-invoice-form .form-heading {
  margin-bottom: 30px;
}
.performa-invoice-form .form-heading p {
  font-size: 32px;
  line-height: 44px;
  color: #000;
}
.performa-invoice-form .form-heading p.form-instructions {
  font-size: 20px;
  clear: both;
  padding-top: 5px;
}
.performa-invoice-form .form-heading p.required {
  font-size: 20px;
  font-style: oblique;
}
.performa-invoice-form .form-heading p.required span {
  color: #cc003d;
}
.performa-invoice-form .form-field-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.performa-invoice-form .form-wrapper {
  width: 50%;
  margin-bottom: 30px;
  padding-left: 0;
}
@media (max-width: 575.98px) {
  .performa-invoice-form .form-wrapper {
    width: 100%;
  }
}
.performa-invoice-form .form-wrapper .vessel-type-group {
  position: relative;
}
.performa-invoice-form .form-wrapper:nth-child(2n) {
  padding-left: 0;
  padding-right: 35px;
}
@media (max-width: 575.98px) {
  .performa-invoice-form .form-wrapper:nth-child(2n) {
    padding-right: 0;
  }
}
.performa-invoice-form .form-wrapper .vessel-type-group .vessel-type-radio-group-list,
.performa-invoice-form .form-wrapper .vessel-type-group-liquid .vessel-type-radio-group-list {
  width: 33%;
  float: right;
}
@media (max-width: 575.98px) {
  .performa-invoice-form .form-wrapper .vessel-type-group .vessel-type-radio-group-list,
  .performa-invoice-form .form-wrapper .vessel-type-group-liquid .vessel-type-radio-group-list {
    width: 100%;
  }
}
.performa-invoice-form .form-wrapper .vessel-type-group .vessel-type-radio-group-list input,
.performa-invoice-form .form-wrapper .vessel-type-group-liquid .vessel-type-radio-group-list input {
  width: 30px;
  position: relative;
  top: 10px;
  float: right;
}
.performa-invoice-form .form-wrapper .vessel-type-group .vessel-type-radio-group-list label,
.performa-invoice-form .form-wrapper .vessel-type-group-liquid .vessel-type-radio-group-list label {
  font-weight: normal;
}
.performa-invoice-form .form-wrapper .vessel-type-group .vessel-type-liquid,
.performa-invoice-form .form-wrapper .vessel-type-group-liquid .vessel-type-liquid {
  display: none;
}
.performa-invoice-form .form-wrapper p.information {
  font-size: 18px;
  font-style: italic;
  position: relative;
  top: -15px;
  margin-bottom: 0;
  line-height: 25px;
}
.performa-invoice-form .form-wrapper .vessel-type-group-liquid {
  clear: both;
  display: none;
}
.performa-invoice-form .form-wrapper-full-width {
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 575.98px) {
  .performa-invoice-form .form-wrapper-full-width {
    margin-top: 5px;
  }
}
.performa-invoice-form .form-wrapper-full-width .form-submit,
.performa-invoice-form .form-wrapper-full-width .form-reset {
  float: right;
  margin-top: 0;
  width: auto;
}
@media (max-width: 575.98px) {
  .performa-invoice-form .form-wrapper-full-width .form-submit,
  .performa-invoice-form .form-wrapper-full-width .form-reset {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }
}
.performa-invoice-form .form-wrapper-full-width .form-submit input,
.performa-invoice-form .form-wrapper-full-width .form-reset input {
  border-radius: 30px;
  color: #fff;
  width: auto;
}
@media (max-width: 575.98px) {
  .performa-invoice-form .form-wrapper-full-width .form-submit input,
  .performa-invoice-form .form-wrapper-full-width .form-reset input {
    margin: auto !important;
    width: auto !important;
  }
}
.performa-invoice-form .form-wrapper-full-width .form-submit.reset,
.performa-invoice-form .form-wrapper-full-width .form-reset.reset {
  margin-right: 20px;
}
.performa-invoice-form .form-wrapper .calendar-wrapper {
  position: relative;
  width: 50%;
}
@media (max-width: 575.98px) {
  .performa-invoice-form .form-wrapper .calendar-wrapper {
    width: 100%;
  }
}
.performa-invoice-form .form-wrapper .calendar-wrapper input {
  position: relative;
  z-index: 2;
  width: 100%;
}
.performa-invoice-form .form-wrapper .calendar-wrapper span {
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 1;
}
.performa-invoice-form .form-wrapper .checkbox-wrapper {
  width: 15%;
  float: right;
}
.performa-invoice-form .form-wrapper .checkbox-wrapper-full-width {
  width: 100%;
}
@media (max-width: 575.98px) {
  .performa-invoice-form .form-wrapper .checkbox-wrapper {
    width: 100%;
  }
}
.performa-invoice-form .form-wrapper .checkbox-wrapper input {
  float: right;
  width: 25px;
  position: relative;
  top: 9px;
  right: -5px;
}
.performa-invoice-form .form-wrapper .checkbox-wrapper label {
  font-weight: normal;
}
.performa-invoice-form .form-wrapper .checkbox-wrapper label::after {
  display: none;
}
.performa-invoice-form .form-wrapper .checkbox-wrapper.eqyption {
  width: 100%;
  margin-bottom: 20px;
}
.performa-invoice-form .form-wrapper.vessel-type-liquid {
  display: none;
}
.performa-invoice-form .form-wrapper.vessel-type-liquid label.form-group-heading {
  clear: both;
}
.performa-invoice-form .form-submit,
.performa-invoice-form .form-reset {
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.performa-invoice-form .form-submit input,
.performa-invoice-form .form-reset input {
  border: none;
  padding: 10px 27px;
  color: #fff;
  background: #cc003d;
  border-radius: 21px;
  font-size: 17px;
  line-height: 21px;
  outline: none;
  margin-bottom: 15px;
}
.performa-invoice-form .radio-wrapper {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  font-weight: bold;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding-right: 25px;
  color: #000;
}
.performa-invoice-form .radio-wrapper .radio-group.notselected:after {
  opacity: 0;
}
.performa-invoice-form .radio-wrapper .radio-group input {
  margin-left: 7px;
}
.performa-invoice-form .radio-wrapper .radio-group.notselected {
  color: #9a9a9a;
}
.performa-invoice-form .radio-wrapper .radio-group input[type=radio] {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0;
  opacity: 0 !important;
  width: 19px;
  height: 19px;
  margin: 0;
  padding: 0;
}
.performa-invoice-form .radio-wrapper [class*=radio-group] + [class*=radio-group] {
  margin-right: 50px;
}
.performa-invoice-form .form-sub-heading {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 20px;
  padding-top: 20px;
}
.performa-invoice-form .form-sub-heading p {
  font-size: 24px;
}
.performa-invoice-form .form-radio {
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  font-weight: bold;
}
.performa-invoice-form .form-radio .field-title {
  display: none;
}
.performa-invoice-form .form-radio .radio-group {
  margin: 0 0 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.performa-invoice-form .form-radio .radio-group input {
  margin-left: 7px;
}
.performa-invoice-form .form-date input[type=date]:placeholder {
  opacity: 0;
}
.performa-invoice-form .form-date label {
  position: relative;
}
.performa-invoice-form .form-date label:before {
  position: absolute;
  content: "";
  background: url(../images/dp_calendar.png);
  height: 20px;
  width: 21px;
  left: 0;
  top: 5px;
}
.performa-invoice-form .form-input label,
.performa-invoice-form .form-dropdown label {
  font-size: 17px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  display: block;
  margin-bottom: 13px;
}
.performa-invoice-form .form-input label.error,
.performa-invoice-form .form-dropdown label.error {
  font-weight: normal;
  color: #cc003d;
}
.performa-invoice-form .form-input input,
.performa-invoice-form .form-input textarea,
.performa-invoice-form .form-dropdown input,
.performa-invoice-form .form-dropdown textarea {
  width: 85%;
  outline: none;
  border: none;
  border-bottom: solid 1px #e3e3e3;
  display: block;
  font-size: 19px;
  line-height: 30px;
  color: #000;
}
.performa-invoice-form .form-input input[type=submit],
.performa-invoice-form .form-input textarea[type=submit],
.performa-invoice-form .form-dropdown input[type=submit],
.performa-invoice-form .form-dropdown textarea[type=submit] {
  width: 100%;
  margin-left: 15px;
}
@media (max-width: 575.98px) {
  .performa-invoice-form .form-input input,
  .performa-invoice-form .form-input textarea,
  .performa-invoice-form .form-dropdown input,
  .performa-invoice-form .form-dropdown textarea {
    width: 100%;
  }
}
.performa-invoice-form .form-input input::-webkit-input-placeholder,
.performa-invoice-form .form-input textarea::-webkit-input-placeholder,
.performa-invoice-form .form-dropdown input::-webkit-input-placeholder,
.performa-invoice-form .form-dropdown textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
.performa-invoice-form .form-input input::-moz-placeholder,
.performa-invoice-form .form-input textarea::-moz-placeholder,
.performa-invoice-form .form-dropdown input::-moz-placeholder,
.performa-invoice-form .form-dropdown textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
.performa-invoice-form .form-input input:-ms-input-placeholder,
.performa-invoice-form .form-input textarea:-ms-input-placeholder,
.performa-invoice-form .form-dropdown input:-ms-input-placeholder,
.performa-invoice-form .form-dropdown textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
.performa-invoice-form .form-input input:-moz-placeholder,
.performa-invoice-form .form-input textarea:-moz-placeholder,
.performa-invoice-form .form-dropdown input:-moz-placeholder,
.performa-invoice-form .form-dropdown textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.performa-invoice-form .form-input input:focus,
.performa-invoice-form .form-input textarea:focus,
.performa-invoice-form .form-dropdown input:focus,
.performa-invoice-form .form-dropdown textarea:focus {
  border-bottom: 1px solid #000;
}
.performa-invoice-form .form-textarea {
  margin: 60px 0 40px;
}
.performa-invoice-form .form-dropdown {
  position: relative;
}
.performa-invoice-form .form-dropdown:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50px;
  height: 10px;
  width: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.performa-invoice-form .form-dropdown p {
  display: none;
}
.performa-invoice-form .form-dropdown select {
  border: none;
  background: transparent;
  -webkit-appearance: none;
  font-size: 17px;
  line-height: 30px;
  color: #000;
  outline: none;
  margin-bottom: 12px;
  width: 100%;
  border-bottom: solid 1px #e3e3e3;
}
.performa-invoice-form .form-dropdown p {
  border-bottom: solid 1px #e3e3e3;
  font-size: 19px;
  line-height: 30px;
  font-weight: bold;
  height: 33px;
  margin-bottom: 0;
  color: #000;
}
.performa-invoice-form .field-required label {
  position: relative;
  padding-left: 15px;
}
.performa-invoice-form .field-required label::after {
  position: absolute;
  content: "*";
  height: 10px;
  width: 10px;
  top: 0;
  margin-right: 5px;
  left: auto;
  color: #cc003d;
}
.performa-invoice-form .field-required label.error {
  font-weight: normal;
  color: #cc003d;
}
.performa-invoice-form .field-required label.error::after {
  display: none;
}
.performa-invoice-form .field-required .vessel-type-group label::after {
  display: none;
}
.performa-invoice-details {
  display: none;
}

#sokhna-performa .modal-dialog {
  max-width: 850px;
}
#sokhna-performa .invoice-details-estimates-data-items-table tr th:nth-child(1),
#sokhna-performa .invoice-details-estimates-data-items-table tr th:nth-child(1) {
  width: 80%;
}

.invoice-details-header {
  position: relative;
}
.invoice-details-header-logo {
  float: right;
  margin: 10px 0 25px;
}
.invoice-details-header-invoice-date {
  float: left;
  padding: 20px 0 0;
}
.invoice-details-header-print-invoice {
  position: absolute;
  left: 0;
  top: 0;
}
.invoice-details-header-print-invoice span {
  font-size: 45px;
  cursor: pointer;
  z-index: 1;
}
.invoice-details-data-estimates, .invoice-details-estimates-data-items, .invoice-details-data-summary {
  overflow: none;
  overflow-x: auto;
  clear: both;
}
.invoice-details-data-estimates-table, .invoice-details-estimates-data-items-table, .invoice-details-data-summary-table {
  table-layout: auto;
  border-right: 1px solid #696969;
  border-top: 1px solid #696969;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 25px;
}
.invoice-details-data-estimates-table thead tr, .invoice-details-estimates-data-items-table thead tr, .invoice-details-data-summary-table thead tr {
  background-color: #696969;
  color: #fff;
}
.invoice-details-data-estimates-table tr th, .invoice-details-estimates-data-items-table tr th, .invoice-details-data-summary-table tr th {
  border-left: 1px solid #696969;
  border-bottom: 1px solid #696969;
  padding: 8px;
  vertical-align: top;
}
.invoice-details-data-estimates-table tr td, .invoice-details-estimates-data-items-table tr td, .invoice-details-data-summary-table tr td {
  border-left: 1px solid #696969;
  border-bottom: 1px solid #696969;
  padding: 8px;
}
.invoice-details-data-estimates-table tr td:first-child, .invoice-details-estimates-data-items-table tr td:first-child, .invoice-details-data-summary-table tr td:first-child {
  width: 25%;
}
.invoice-details-data-estimates-table tr:nth-child(even), .invoice-details-estimates-data-items-table tr:nth-child(even), .invoice-details-data-summary-table tr:nth-child(even) {
  background-color: #f8f8f8;
}
.invoice-details-estimates-data-items-table thead tr:nth-child(2) th {
  color: #000;
}
.invoice-details-estimates-data-items-table thead tr:nth-child(2) th:last-child {
  width: 20%;
}
.invoice-details-data-summary-table thead tr th:first-child {
  width: 80%;
  border-left: 1px solid #f1f1f1;
}
.invoice-details .invoice-summary-notes {
  padding-top: 35px;
}
.invoice-details .invoice-summary-notes ul li {
  list-style: disc;
}

#sokhna-performa .invoice-details-data-estimates-table tbody tr td:last-child {
  text-align: left;
}

.performa-invoice-wrapper {
  padding-bottom: 35px;
}
.performa-invoice-wrapper h2 {
  font-size: 20px;
  line-height: 30px;
}

.performa-invoice-amount {
  border-top: 1px solid #696969;
  border-right: 1px solid #696969;
}
.performa-invoice-amount-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.performa-invoice-amount-row:nth-child(even) {
  background-color: #f8f8f8;
}
.performa-invoice-amount-row.foot-note {
  background-color: #707070;
}
.performa-invoice-amount-row.foot-note .performa-invoice-amount-col {
  color: #fff;
  font-weight: bold;
  border-color: #fff;
}
@media (max-width: 575.98px) {
  .performa-invoice-amount-row.foot-note .performa-invoice-amount-col {
    -ms-flex: 2;
        flex: 2;
  }
}
.performa-invoice-amount-row.foot-note .performa-invoice-amount-col:last-child {
  border-left-color: #696969;
}
@media (max-width: 575.98px) {
  .performa-invoice-amount-row.foot-note .performa-invoice-amount-col:nth-child(1) {
    -ms-flex: 0;
        flex: 0;
    display: none;
  }
}
.performa-invoice-amount-col {
  empty-cells: show;
  padding: 10px 15px;
  border-left: 1px solid #696969;
  border-bottom: 1px solid #696969;
  line-height: 24px;
}
@media (max-width: 575.98px) {
  .performa-invoice-amount-col {
    padding: 5px;
  }
}
.performa-invoice-amount-col:nth-child(1) {
  -ms-flex: 2;
      flex: 2;
}
@media (max-width: 575.98px) {
  .performa-invoice-amount-col:nth-child(1) {
    -ms-flex: 1;
        flex: 1;
  }
}
.performa-invoice-amount-col:nth-child(2) {
  -ms-flex: 2;
      flex: 2;
  text-align: left;
}
@media (max-width: 575.98px) {
  .performa-invoice-amount-col:nth-child(2) {
    -ms-flex: 1;
        flex: 1;
  }
}
.performa-invoice-amount-col:nth-child(3) {
  -ms-flex: 1;
      flex: 1;
}

@media print {
  .inspection-inquiry-form,
  .invoice-details-print-invoice {
    display: none;
  }
  #invoiceModal .modal-header {
    display: none;
  }
  #invoiceModal.modal,
  .modal-dialog-scrollable .modal-body,
  .modal-dialog-scrollable .modal-content,
  .modal-open .modal {
    visibility: visible;
    /**Remove scrollbar for printing.**/
    overflow: visible !important;
  }
  #invoiceModal.modal {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    min-height: 550px;
  }
  .modal-dialog-scrollable .modal-content {
    max-height: 1000%;
  }
  #invoiceModal .modal-dialog {
    visibility: visible !important;
    /**Remove scrollbar for printing.**/
    overflow: visible !important;
  }
  body.modal-open .intro-block-container,
  body.modal-open .video-banner-wrapper {
    visibility: hidden;
  }
}
#inspection-inquiry-form.invoice-form .form-wrapper-full-width-submit .form-submit,
#inspection-inquiry-form.invoice-form .form-wrapper .form-submit {
  padding-right: 0;
  float: right;
}
#inspection-inquiry-form.invoice-form .form-wrapper-full-width-submit p.information,
#inspection-inquiry-form.invoice-form .form-wrapper p.information {
  font-size: 18px;
  font-style: italic;
  position: relative;
  top: -15px;
  margin-bottom: 0;
  line-height: 25px;
}

.inspection-inquiry-container .modal-dialog {
  max-width: 850px;
}
.inspection-inquiry-container .invoice-details-data-estimates-table tr td:first-child {
  width: 36%;
}

#inspection-details-table table.invoice-details-data-estimates-table {
  width: 100%;
}
#inspection-details-table table.invoice-details-data-estimates-table thead tr {
  background-color: #696969;
}
#inspection-details-table table.invoice-details-data-estimates-table thead tr td {
  color: #707070;
}
#inspection-details-table table.invoice-details-data-estimates-table thead tr.no-bg:nth-child(odd) {
  background-color: #fff;
}
#inspection-details-table table.invoice-details-data-estimates-table thead tr.no-bg:nth-child(even) {
  background-color: #f8f8f8;
}
#inspection-details-table table.invoice-details-data-estimates-table tbody tr td:first-child {
  width: 5%;
}
#inspection-details-table table.invoice-details-data-estimates-table tbody tr td:nth-child(2) {
  font-weight: bold;
}

@media print {
  .inspection-inquiry-form,
  .invoice-details-print-invoice {
    display: none;
  }
  #invoiceModalInspection .modal-header {
    display: none;
  }
  #invoiceModalInspection.modal,
  .modal-dialog-scrollable .modal-body,
  .modal-dialog-scrollable .modal-content,
  .modal-open .modal {
    visibility: visible;
    /**Remove scrollbar for printing.**/
    overflow: visible !important;
  }
  #invoiceModalInspection.modal {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    min-height: 550px;
  }
  .modal-dialog-scrollable .modal-content {
    max-height: 1000%;
  }
  #invoiceModalInspection .modal-dialog {
    visibility: visible !important;
    /**Remove scrollbar for printing.**/
    overflow: visible !important;
  }
  body.modal-open .intro-block-container,
  body.modal-open .video-banner-wrapper {
    visibility: hidden;
  }
}
.video-guide-container {
  padding: 15px 0;
}
.video-guide-container a span {
  position: relative;
  top: 3px;
  color: #f00;
}

#bill-tracking-form.invoice-form .form-wrapper-full-width-submit .form-submit,
#bill-tracking-form.invoice-form .form-wrapper .form-submit {
  padding-right: 0;
  float: right;
}
#bill-tracking-form.invoice-form .form-wrapper-full-width-submit p.information,
#bill-tracking-form.invoice-form .form-wrapper p.information {
  font-size: 18px;
  font-style: italic;
  position: relative;
  top: -15px;
  margin-bottom: 0;
  line-height: 25px;
}

.bill-tracking-container .modal-dialog {
  max-width: 850px;
}
.bill-tracking-container #ladingTrackingVideoGuideModal .modal-dialog {
  max-width: 500px;
}
.bill-tracking-container #ladingTrackingVideoGuideModal .modal-dialog iframe {
  width: 100%;
}
.bill-tracking-container #ladingTrackingVideoGuideModal .modal-dialog .modal-header {
  border-bottom: none;
  padding: 10px 15px 0;
}

table.invoice-details-data-estimates-table tbody tr td.highlight-data {
  background-color: Lime;
  color: #000;
}

#container-details-table table.invoice-details-data-estimates-table {
  width: 100%;
}
#container-details-table table.invoice-details-data-estimates-table thead tr {
  background-color: #696969;
}
#container-details-table table.invoice-details-data-estimates-table thead tr td {
  color: #707070;
}
#container-details-table table.invoice-details-data-estimates-table thead tr.no-bg:nth-child(odd) {
  background-color: #fff;
}
#container-details-table table.invoice-details-data-estimates-table thead tr.no-bg:nth-child(even) {
  background-color: #f8f8f8;
}
#container-details-table table.invoice-details-data-estimates-table tbody tr td:first-child {
  width: 5%;
}
#container-details-table table.invoice-details-data-estimates-table tbody tr td:nth-child(2) {
  font-weight: bold;
}

@media print {
  .inspection-inquiry-form,
  .invoice-details-print-invoice,
  .bill-tracking {
    display: none;
  }
  #invoiceModalInspection .modal-header {
    display: none;
  }
  #ladingTrackingModal.modal,
  .modal-dialog-scrollable .modal-body,
  .modal-dialog-scrollable .modal-content,
  .modal-open .modal {
    visibility: visible;
    /**Remove scrollbar for printing.**/
    overflow: visible !important;
  }
  #ladingTrackingModal.modal {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    min-height: 550px;
  }
  .modal-dialog-scrollable .modal-content {
    max-height: 1000%;
  }
  #ladingTrackingModal .modal-dialog {
    visibility: visible !important;
    /**Remove scrollbar for printing.**/
    overflow: visible !important;
  }
  body.modal-open .intro-block-container,
  body.modal-open .video-banner-wrapper {
    visibility: hidden;
  }
}
.formbanner-wrap .form-heading.small-heading {
  margin-bottom: 15px;
}
.formbanner-wrap .form-heading.small-heading p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
.formbanner-wrap .form-input label.propspect-intention {
  display: block;
  position: relative;
  text-align: right;
  padding-right: 24px;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  font-size: 14px;
}
.formbanner-wrap .form-input label.propspect-intention input {
  position: absolute;
  right: 10px;
  top: -9px;
  width: 15px;
}
.formbanner-wrap .form-input label.propspect-intention input[type=checkbox] {
  right: 4px;
}
@media (max-width: 767.98px) {
  .formbanner-wrap .form-input label.propspect-intention input[type=checkbox] {
    right: 0px !important;
    top: 0px !important;
    width: 15px;
    height: 20px;
  }
}
.formbanner-wrap .form-input.terms label.propspect-intention {
  padding-right: 25px;
  font-size: 15px;
}
.formbanner-wrap .form-input.terms label.propspect-intention input {
  right: 5px;
  top: -7px;
}
.formbanner-wrap .form-input.mandatory {
  position: relative;
}
.formbanner-wrap .form-input.mandatory p.mandatory {
  display: block;
  position: absolute;
  color: #900;
  z-index: 9;
  left: 10px;
  top: -5px;
}
.formbanner-wrap .prospect-intention-title p {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 0px;
  font-weight: bold;
}

.surcharge-information-wrapper {
  margin: 100px 0 50px;
}
.surcharge-information .surcharge-information-blocks {
  margin-right: -10px;
  margin-left: -10px;
}
.surcharge-information-blocks {
  margin: 30px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.surcharge-information-blocks .surcharge-information-block {
  width: 100%;
  padding: 0;
  margin-bottom: 70px;
  -ms-flex: 1;
      flex: 1;
  padding: 0 10px;
}
.surcharge-information-blocks .surcharge-information-block .surcharge-information-block-title {
  min-height: auto;
  border-bottom: solid 3px #cc003d;
  padding-bottom: 25px;
}
.surcharge-information-blocks .surcharge-information-block .surcharge-information-block-title h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.surcharge-information-blocks .surcharge-information-block .surcharge-information-block-title h3 img {
  position: absolute;
  top: 0;
}
.surcharge-information-blocks .surcharge-information-block .surcharge-information-block-title span {
  margin: 10px 80px 0 0;
}
.surcharge-information-blocks .surcharge-information-block .surcharge-information-block-list {
  padding: 20px 0 0 0;
}
.surcharge-information-blocks .surcharge-information-block .surcharge-information-block-list-item {
  padding: 10px 0;
  font-size: 25px;
}
.surcharge-information-blocks .surcharge-information-block .surcharge-information-block-list-item span {
  min-width: 180px;
  display: inline-block;
  font-weight: 600;
}
.surcharge-information-blocks .surcharge-information-block .surcharge-information-bunker-list {
  padding: 20px 0 0 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.surcharge-information-blocks .surcharge-information-block .surcharge-information-bunker-list-item {
  max-width: 50%;
  padding: 10px 0;
  font-size: 19px;
  width: 50%;
}
.surcharge-information-blocks .surcharge-information-block .surcharge-information-bunker-list-item.first-list-item {
  max-width: 100%;
  display: block;
  width: 100%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  text-align: center;
  font-size: 25px;
  min-width: 180px;
}
.surcharge-information-blocks .surcharge-information-block .surcharge-information-bunker-list-item span {
  min-width: 100px;
  display: inline-block;
  font-weight: 600;
}
.surcharge-information-heading {
  padding-bottom: 60px;
}
.surcharge-information-heading h2 {
  font-size: 37px;
  line-height: 45px;
  color: #000;
}
.surcharge-information-blocks {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.surcharge-information-block {
  width: 100%;
  padding: 0 8px;
}

@media screen and (max-width: 767px) {
  .surcharge-information-blocks .surcharge-information-block .surcharge-information-block-list-item {
    font-size: 20px;
  }
  .surcharge-information-blocks .surcharge-information-block .surcharge-information-block-list-item span {
    min-width: 120px;
  }
  .surcharge-information-blocks .surcharge-information-block .surcharge-information-bunker-list-item {
    max-width: 100%;
    display: block;
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    text-align: right;
  }
  .surcharge-information-blocks .surcharge-information-block .surcharge-information-bunker-list-item.first-list-item {
    text-align: right;
    font-size: 20px;
  }
  .surcharge-information-blocks .surcharge-information-block .surcharge-information-bunker-list-item span {
    min-width: 120px;
  }
  .cta-wrapper div {
    text-align: center;
    padding: 10px 0;
  }
}
.image-popup-wrap {
  padding-bottom: 40px;
  padding-top: 80px;
}
.image-popup-wrap .heading-title {
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 48px;
  font-size: 37px;
  color: #000;
}
@media (max-width: 767.98px) {
  .image-popup-wrap .heading-title {
    margin-bottom: 25px;
    line-height: 32px;
    font-size: 24px;
  }
}
.image-popup-wrap .toggle-button {
  position: absolute;
  cursor: pointer;
  display: none;
  color: #000;
  border: none;
}
.image-popup-wrap .toggle-button:not(.closeicon) {
  background-color: #fff;
  border-radius: 150px;
  line-height: 18px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  padding: 0;
  bottom: 15px;
  left: 15px;
}
@media (max-width: 767.98px) {
  .image-popup-wrap .toggle-button:not(.closeicon) {
    display: block;
  }
}
.image-popup-wrap .toggle-button.closeicon {
  background-color: transparent;
  padding: 10px;
  left: 5px;
  top: 2px;
}
.image-popup-wrap .image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.image-popup-wrap .image-container .img-wrap {
  border: 1px solid #f8f8f8;
}
.image-popup-wrap .image-container .img-wrap img {
  display: block;
  width: 100%;
}
@media (max-width: 767.98px) {
  .image-popup-wrap .image-container .img-wrap img {
    width: auto;
  }
}
.image-popup-wrap .image-container.full-width {
  padding: 100px 15px 0px 15px;
  background: #fff;
  position: fixed;
  height: 100dvh;
  z-index: 2001;
  top: 0;
  right: 0;
}
.image-popup-wrap .image-container.full-width .img-wrap {
  overflow-x: auto;
}
.image-popup-wrap .image-container.full-width .img-wrap img {
  width: auto; /* Allow full image width on mobile */
}
.image-popup-wrap .image-container.full-width .toggle-button:not(.closeicon) {
  display: none;
}
.image-popup-wrap .image-container.full-width .toggle-button.closeicon {
  display: block;
}

.wimc-container {
  max-width: 880px;
  margin-bottom: 40px;
}
.wimc-container p {
  color: #000;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 40px;
}
.wimc-container p a {
  text-decoration: underline;
}

.wimc-form-container form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.wimc-form-container form label {
  font-size: 14px;
  font-weight: 450;
  line-height: 18px;
  margin-bottom: 12px;
  color: #000;
}
.wimc-form-container form input.id_number {
  max-width: 675px;
  min-height: 50px;
  margin-bottom: 40px;
}

th .day-date,
th .day-time {
  font-weight: 400;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 12px;
}
th .day-time {
  margin-bottom: 0px;
}
th .day-name {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}

.ship-schedule-table.table {
  -ms-transform: translatex(0px);
      transform: translatex(0px);
  -webkit-transform: translateX(0px);
  transition: all 0.5s ease;
}
.ship-schedule-table.table thead tr th {
  text-align: center;
  padding: 30px 10px 25px 10px;
  min-width: 180px;
  vertical-align: top;
}
.ship-schedule-table.table thead tr th:first-child {
  min-width: 120px;
}
.ship-schedule-table.table tbody tr {
  height: 100%;
}
.ship-schedule-table.table tbody tr td {
  font-size: 14px;
  line-height: 1;
  height: 100%;
  padding: 10px 0px;
}
.ship-schedule-table.table tbody tr td > div {
  padding: 15px 0px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 125px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.ship-schedule-table.table tbody tr td > div .ship-name {
  font-weight: 700;
  margin-bottom: 8px;
}
.ship-schedule-table.table tbody tr td > div .ship-msg {
  margin-bottom: auto;
}
.ship-schedule-table.table tbody tr td > div .ship-ref {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.ship-schedule-table.table tbody tr td > div.ship-off {
  border-left: 1px solid #000;
  margin-left: 5px;
}
.ship-schedule-table.table tbody tr td > div.ship-off .ship-msg {
  color: #f47228;
}
.ship-schedule-table.table tbody tr td > div.ship-start {
  border-right: 1px solid #000;
  margin-right: 5px;
  padding-right: 8px;
}
.ship-schedule-table.table tbody tr td > div.ship-start .ship-msg {
  color: #4547dd;
}
.ship-schedule-table.table tbody tr td:first-child {
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.ship-schedule-table-wrapper {
  width: 100%;
  overflow: hidden;
}

.table-btn-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  top: 20px;
  z-index: 1;
  width: 100%;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.table-btn-wrapper:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 124px;
  background: #fff;
  z-index: -1;
}
.table-btn-wrapper button {
  font-size: 0px;
  appearance: none;
  border: 0px;
  background: #f4f3f5;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: relative;
}
.table-btn-wrapper button:after {
  border-top: 2px solid #696969;
  border-right: 2px solid #696969;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 12px;
}
.table-btn-wrapper button.next:after {
  left: 16px;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
.table-btn-wrapper button.prev:after {
  right: 16px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.Feature-Slider .page-header {
  height: 700px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .Feature-Slider .page-header {
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 930px;
  }
}
.Feature-Slider .owl-partnership {
  position: relative;
  padding-top: 50px;
}
.Feature-Slider .owl-partnership .owl-nav {
  position: absolute;
  top: 0;
  right: 10%;
}
.Feature-Slider .owl-partnership .owl-nav .owl-prev,
.Feature-Slider .owl-partnership .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-color: #f8f8f8 !important;
  border-radius: 100px;
}
.Feature-Slider .owl-partnership .owl-nav .owl-prev span,
.Feature-Slider .owl-partnership .owl-nav .owl-next span {
  background-image: url(../images/carousel-arrow-icon.svg);
  background-size: 13px 18px;
  background-repeat: no-repeat;
  height: 30px;
  display: block;
  background-position: 8px 6px;
  width: 30px;
  text-indent: -99999px;
  position: relative;
  right: 6px;
}
.Feature-Slider .owl-partnership .owl-nav .owl-prev {
  right: -20px;
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
  position: relative;
}
.Feature-Slider .owl-partnership .owl-nav .owl-prev:focus,
.Feature-Slider .owl-partnership .owl-nav .owl-next:focus {
  outline: none;
}
.Feature-Slider .owl-partnership .owl-nav .owl-prev.disabled,
.Feature-Slider .owl-partnership .owl-nav .owl-next.disabled {
  background-color: #f8f8f8 !important;
  opacity: 0.5;
  cursor: not-allowed;
}
@media (min-width: 1200px) {
  .Feature-Slider .owl-carousel.owl-partnership.not-enough-items .owl-stage-outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.Feature-Slider .owl-partnership-item {
  padding: 15px;
}
.Feature-Slider .owl-partnership-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(-180deg, rgba(0, 0, 0, 0) 37.08%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 0.1;
}
.Feature-Slider .dp-text-lg {
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 1200px) {
  .Feature-Slider .dp-text-lg {
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 101.695% */
  }
}
.Feature-Slider .dp-text-sm {
  color: #6e6e72;
}
@media (min-width: 1200px) {
  .Feature-Slider .dp-text-sm {
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 36px; /* 200% */
  }
}
@media (min-width: 1200px) {
  .Feature-Slider .page-partner-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100vh;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 90px 0;
    min-height: 900px;
  }
}
.Feature-Slider .fixed-image-right {
  position: absolute;
  height: 462px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .Feature-Slider .fixed-image-right {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    margin-right: auto;
    object-fit: cover;
    max-width: 50%;
    top: 0;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .Feature-Slider .owl-partnership-wrap {
    position: absolute;
    top: 220px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .Feature-Slider .page-partner-text {
    margin-bottom: 150px;
  }
}

.video-container .video {
  width: 100%;
  display: none;
  position: relative;
  z-index: 1;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.video-container .placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

.video-container_detail {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: end;
  margin: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(-180deg, rgba(0, 0, 0, 0) 37.08%, rgba(0, 0, 0, 0.9) 100%);
  padding: 15px;
  z-index: 2;
}
@media (max-width: 380px) {
  .video-container_detail .video-container_detail-text {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
  }
}
.video-container_detail .video-container_detail-text .dp-text-lgx0 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 128.571% */
  color: #fff;
  margin: 0;
}
.video-container_detail .video-container_detail-text .dp-text-smx0 {
  font-size: 12px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px; /* 200% */
  color: #fff;
  margin: 0;
}
.video-container_detail .video-container_detail-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media (max-width: 380px) {
  .video-container_detail .video-container_detail-logo {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
  }
}
.video-container_detail .video-container_detail-logo img {
  max-height: 48px;
  width: 100% !important;
  object-fit: contain;
}

.owl-partnership-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
}

.Feature-Slider_slide {
  padding: 120px 0;
  background: #000;
  position: relative;
}
.Feature-Slider_slide.Feature-Slider .owl-partnership .owl-nav {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
}
.Feature-Slider_slide .Feature-Slider-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 50px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .Feature-Slider_slide .Feature-Slider-header {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 100px;
    gap: auto;
  }
}
.Feature-Slider_slide .Feature-Slider-header h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  color: #fff;
}
@media (min-width: 1200px) {
  .Feature-Slider_slide .Feature-Slider-header h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    text-transform: uppercase;
  }
}
.Feature-Slider_slide .owl-partnership-wrap {
  position: relative;
  top: auto;
}

@media (max-width: 767.98px) {
  .owl-logo .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.owl-logo .item img {
  max-height: 60px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.owl-logo-title {
  text-align: center;
  /* Desktop/H1 */
  font-family: "Pilat Wide";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 133.333% */
  color: #000;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .owl-logo-title {
    font-size: 24px;
    line-height: 28px; /* 116.667% */
    margin-bottom: 40px;
  }
}
.bg-black .owl-logo-title {
  color: #fff;
}

.video-large {
  margin: 0;
}
.video-large::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.15) 14.41%, rgba(0, 0, 0, 0.9) 67.94%, #000 93.71%);
}
@media (min-width: 1200px) {
  .video-large .video-banner-copy-inner {
    width: 580px;
  }
}

@media (max-width: 767.98px) {
  .video-banner-wrapper.video-large .video-banner .background-video {
    height: 600px;
  }
}
.video-banner-wrapper.video-large .video-banner .background-video:before {
  display: none;
}
@media (max-width: 767.98px) {
  .video-banner-wrapper.video-large .video-banner .background-video video {
    object-fit: cover;
  }
}
.video-banner-wrapper.video-large .video-banner .background-video + .video-banner-copy {
  bottom: 93px;
}
@media (max-width: 767.98px) {
  .video-banner-wrapper.video-large .video-banner .background-video + .video-banner-copy {
    position: relative;
    background: none;
    padding-bottom: 0;
    bottom: 124px;
  }
}
@media (min-width: 1200px) {
  .video-banner-wrapper.video-large .video-banner .background-video {
    height: 729px;
  }
}

.text-slider {
  padding: 100px 0;
}
.text-slider .owl-nav .owl-prev,
.text-slider .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-color: #f8f8f8 !important;
  border-radius: 100px;
}
.text-slider .owl-nav .owl-prev span,
.text-slider .owl-nav .owl-next span {
  background-image: url(../images/carousel-arrow-icon.svg);
  background-size: 13px 18px;
  background-repeat: no-repeat;
  height: 30px;
  display: block;
  background-position: 8px 6px;
  width: 30px;
  text-indent: -99999px;
  position: relative;
  right: 6px;
}
.text-slider .owl-nav .owl-prev {
  right: -20px;
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
  position: relative;
}
.text-slider .dp-text-lgx1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  color: #000;
}
@media (min-width: 1200px) {
  .text-slider .dp-text-lgx1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
  }
}
.text-slider .dp-text-smx1 {
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 28px; /* 175% */
  color: #6e6e72;
}
@media (min-width: 1200px) {
  .text-slider .dp-text-smx1 {
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 36px; /* 200% */
  }
}

.bg-black .dp-text-lgx1,
.bg-black .dp-text-smx1 {
  color: #fff;
}

.quote-section {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 665px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 1200px) {
  .quote-section {
    min-height: 855px;
  }
}
.quote-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-108deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 96.69%), linear-gradient(-90deg, rgba(0, 0, 0, 0) 51.66%, rgba(0, 0, 0, 0.45) 96.31%);
}

.blockquote p:not(.blockquote-footer) {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  color: #fff;
}
@media (min-width: 1200px) {
  .blockquote p:not(.blockquote-footer) {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 128.571% */
  }
}

.blockquote-footer {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: #fff;
}
@media (min-width: 1200px) {
  .blockquote-footer {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 128.571% */
  }
}

.section-zigzag-fixed {
  background: #3230be;
  height: 100vh;
}
.section-zigzag-fixed-sticky {
  height: 100vh;
  text-align: center;
}
.section-zigzag-fixed-sticky > div {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  display: inline-block;
  text-align: right;
}
.section-zigzag-fixed__title {
  color: var(--Greys-White, #f8f8f8);
  leading-trim: both;
  text-edge: cap;
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 45.333% */
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media screen and (max-width: 1200px) {
  .section-zigzag-fixed__title {
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 75px */
    text-transform: uppercase;
  }
}
.section-zigzag-fixed__subtitle {
  color: var(--Greys-White, #f8f8f8);
  /* Desktop/Title S 28/Bold Alt */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 128.571% */
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .section-zigzag-fixed__subtitle {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    text-transform: uppercase;
  }
}

.section-zigzag-fixed-cards {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.section-zigzag-fixed-cards::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
@media screen and (max-width: 1200px) {
  .section-zigzag-fixed-cards {
    right: 0;
    padding: 0 10px;
  }
}
.sticky-active .section-zigzag-fixed-cards {
  overflow: scroll;
}
.section-zigzag-fixed-card {
  position: relative;
  margin: 400px 0;
  opacity: 1;
}
.section-zigzag-fixed-card:nth-child(odd) {
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .section-zigzag-fixed-card {
    margin: 600px 0;
  }
  .section-zigzag-fixed-card img {
    width: 126px;
  }
}

.bg-black {
  background-color: #000;
}

.offset-block_image {
  padding: 60px 0;
}
.offset-block_image .block_image {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .offset-block_image .block_image {
    margin-bottom: 0;
  }
}
.offset-block_image .block_image img {
  max-height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .offset-block_image .block_image img {
    width: auto;
  }
}
.offset-block_image .block_text-head {
  font-size: 1.5rem; /* 24px */
  font-style: normal;
  font-weight: 400;
  line-height: 116.667%; /* 28px */
  margin-bottom: 32px;
  color: #000;
}
@media (min-width: 1200px) {
  .offset-block_image .block_text-head {
    margin-top: 18px;
    font-size: 1.75rem; /* 28px */
    font-style: normal;
    font-weight: 400;
    line-height: 128.571%; /* 36px */
    margin-bottom: 56px;
  }
}
.offset-block_image .block_text-footer {
  font-size: 1rem; /* 16px */
  font-style: normal;
  font-weight: 450;
  line-height: 175%; /* 175% */
}
@media (min-width: 1200px) {
  .offset-block_image .block_text-footer {
    font-size: 1.125rem; /* 18px */
    font-style: normal;
    font-weight: 450;
    line-height: 36px; /* 200% */
    color: #6e6e72;
  }
}
.offset-block_image .block_text-info .block_text-info-title,
.offset-block_image .block_text-info .block_text-info-subtitle {
  font-size: 1rem; /* 16px */
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
.offset-block_image .block_text-info .block_text-info-subtitle {
  color: #5154b6;
}
.offset-block_image .block_text-info .block_text-info-icons {
  display: -ms-flexbox;
  display: flex;
  column-gap: 1rem;
}

.zigzag-container {
  margin: 10px 0;
}
.zigzag-container .zigzag-block {
  padding: 50px 0;
  grid-row-gap: 20px;
}
@media (min-width: 1200px) {
  .zigzag-container .zigzag-block {
    padding: 100px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    grid-row-gap: none;
  }
}
.zigzag-container .zigzag-image-left img {
  width: 100%;
}
@media (min-width: 1200px) {
  .zigzag-container .zigzag-image-left img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .zigzag-container .zigzag-image-left {
    -ms-transform: translateY(100px);
        transform: translateY(100px);
  }
}
.zigzag-container .zigzag-image-right img {
  width: 100%;
}
@media (min-width: 1200px) {
  .zigzag-container .zigzag-image-right img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .zigzag-container .zigzag-image-right {
    -ms-transform: translateY(-100px);
        transform: translateY(-100px);
  }
}
.zigzag-container .zigzag-text .zigzag-text_head {
  font-size: 9.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #5154b6;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .zigzag-container .zigzag-text .zigzag-text_head {
    font-size: 9.375rem; /* 150px */
    font-style: normal;
    font-weight: 700;
  }
}
.zigzag-container .zigzag-text .zigzag-text_head.large-font {
  font-size: 7rem;
}
@media (min-width: 1200px) {
  .zigzag-container .zigzag-text .zigzag-text_head.large-font {
    font-size: 7rem; /* 112px */
  }
}
.zigzag-container .zigzag-text .zigzag-text_head.extra-large-font {
  font-size: 6rem;
}
@media (min-width: 1200px) {
  .zigzag-container .zigzag-text .zigzag-text_head.extra-large-font {
    font-size: 6rem;
  }
}
.zigzag-container .zigzag-text .zigzag-text_footer {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 128.571%;
}
@media (min-width: 1200px) {
  .zigzag-container .zigzag-text .zigzag-text_footer {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 128.571%;
  }
}

.image-container {
  margin: 100px 0;
  height: 417px;
  padding: 40px 0;
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .image-container {
    height: 100vh;
    padding: 80px 0;
    min-height: 800px;
  }
}
.image-container .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-container .image-container_sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.image-container .image-container_sub .top-left-image,
.image-container .image-container_sub .right-bottom-image {
  height: 100%;
  object-fit: contain;
  max-width: 222px;
  max-height: 182px;
  border: 1px solid #fff;
}
@media (min-width: 1200px) {
  .image-container .image-container_sub .top-left-image,
  .image-container .image-container_sub .right-bottom-image {
    max-width: 280px;
    max-height: 380px;
  }
}
.image-container .image-container_sub .top-left-image.float-effect,
.image-container .image-container_sub .right-bottom-image.float-effect {
  will-change: transform;
}

.video-slider-horizontal {
  background: #000;
  padding: 100px 0;
}
@media (min-width: 1200px) {
  .video-slider-horizontal {
    padding: 120px 0;
  }
}
.video-slider-horizontal .video-slider-horizontal_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  margin-bottom: 60px;
  color: #fff;
  width: 50%;
}
@media (min-width: 1200px) {
  .video-slider-horizontal .video-slider-horizontal_title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    margin-bottom: 100px;
  }
}
.video-slider-horizontal .video-card {
  position: relative;
  width: 410px;
  height: 695px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: white;
}
.video-slider-horizontal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 93.81%), linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.video-slider-horizontal .icon {
  position: relative;
  z-index: 2;
}
.video-slider-horizontal .caption {
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 2;
  left: 32px;
  text-align: right;
}
.video-slider-horizontal .caption p {
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  line-height: 120%; /* 24px */
}
@media (min-width: 1200px) {
  .video-slider-horizontal .caption p {
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%; /* 28.8px */
  }
}
.video-slider-horizontal #videoModal.modal-open .modal {
  overflow: hidden;
}
.video-slider-horizontal .modal-dialog {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
}
.video-slider-horizontal .modal-dialog .modal-header {
  background: #000;
  border: 0px;
  padding: 0px;
}
.video-slider-horizontal .modal-dialog .modal-header .close {
  opacity: 1;
  font-size: 35px;
  padding: 0px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .video-slider-horizontal .modal-dialog .modal-header .close {
    font-size: 25px;
    top: -10px;
    left: 20px;
  }
}
.video-slider-horizontal .modal-dialog .modal-header .close:focus {
  outline: none;
}
.video-slider-horizontal .modal-dialog .progress-bar-container {
  position: relative;
  top: 20px;
  right: 0px;
  width: auto;
  z-index: 10;
  margin: 0 20px;
}
.video-slider-horizontal .modal-dialog progress#video-progress {
  width: 100%;
  height: 2px;
  appearance: none;
}
.video-slider-horizontal .modal-dialog progress#video-progress::-webkit-progress-bar {
  background-color: #6e6e72;
}
.video-slider-horizontal .modal-dialog progress#video-progress::-webkit-progress-value {
  background-color: #fff;
  transition: width 0.2s linear;
}
.video-slider-horizontal .modal-dialog progress#video-progress::-moz-progress-bar {
  background-color: #fff;
  transition: width 0.2s linear;
}
.video-slider-horizontal .modal-dialog video::-webkit-media-controls-timeline,
.video-slider-horizontal .modal-dialog video::-webkit-media-controls-current-time-display,
.video-slider-horizontal .modal-dialog video::-webkit-media-controls-time-remaining-display,
.video-slider-horizontal .modal-dialog video::-webkit-media-controls-fullscreen-button,
.video-slider-horizontal .modal-dialog video::-webkit-media-controls-seek-back-button,
.video-slider-horizontal .modal-dialog video::-webkit-media-controls-seek-forward-button,
.video-slider-horizontal .modal-dialog video::-webkit-media-controls-rewind-button,
.video-slider-horizontal .modal-dialog video::-webkit-media-controls-download-button,
.video-slider-horizontal .modal-dialog video::-webkit-media-controls-playback-rate-button,
.video-slider-horizontal .modal-dialog video::-webkit-media-controls-pip-button,
.video-slider-horizontal .modal-dialog video::-webkit-media-controls-overflow-menu-button,
.video-slider-horizontal .modal-dialog video::-webkit-media-controls-play {
  display: none !important;
}
.video-slider-horizontal .modal-dialog .modal-body {
  background: #000;
  padding: 0;
  border: 0px;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .video-slider-horizontal .modal-dialog .modal-body {
    padding-top: 0;
  }
}
.video-slider-horizontal .modal-dialog .custom-mute-button {
  position: absolute;
  top: 50px;
  left: 0px;
  background-color: transparent;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .video-slider-horizontal .modal-dialog .custom-mute-button {
    top: 20px;
    left: 20px;
  }
}
.video-slider-horizontal .modal-dialog .custom-mute-button:focus {
  outline: none;
}
.video-slider-horizontal .modal-dialog .custom-mute-button .icon-hidden {
  display: none;
}
.video-slider-horizontal .modal-dialog .custom-mute-button .icon-visible {
  display: inline;
}
.video-slider-horizontal .modal-dialog .custom-mute-button img {
  width: 20px;
  height: 20px;
}
.video-slider-horizontal .modal-open .modal {
  overflow: hidden;
}
.video-slider-horizontal .modal-dialog {
  width: auto;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .video-slider-horizontal .modal-dialog {
    max-width: 500px;
  }
}
.video-slider-horizontal .modal-dialog .modal-content {
  height: 100%;
  border: 0px;
}
.video-slider-horizontal .modal-dialog .embed-responsive {
  height: 100%;
}
.video-slider-horizontal .owl-nav {
  position: absolute;
  top: -110px;
  left: 0;
}
@media (min-width: 1200px) {
  .video-slider-horizontal .owl-nav {
    top: -150px;
  }
}
.video-slider-horizontal .owl-nav .owl-prev,
.video-slider-horizontal .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-color: #f8f8f8 !important;
  border-radius: 100px;
}
.video-slider-horizontal .owl-nav .owl-prev span,
.video-slider-horizontal .owl-nav .owl-next span {
  background-image: url(../images/carousel-arrow-icon.svg);
  background-size: 13px 18px;
  background-repeat: no-repeat;
  height: 30px;
  display: block;
  background-position: 8px 6px;
  width: 30px;
  text-indent: -99999px;
  position: relative;
  right: 6px;
}
.video-slider-horizontal .owl-nav .owl-prev {
  right: -20px;
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
  position: relative;
}
.video-slider-horizontal .owl-nav .owl-prev:focus,
.video-slider-horizontal .owl-nav .owl-next:focus {
  outline: none;
}
.video-slider-horizontal .owl-nav .owl-prev.disabled,
.video-slider-horizontal .owl-nav .owl-next.disabled {
  background-color: #f8f8f8 !important;
  opacity: 0.5;
  cursor: not-allowed;
}

@media screen and (max-width: 992px) {
  .expo-landing .tabs-carousel-container {
    margin-top: 30px;
  }
}
.expo-landing .tabs-carousel-container .tabs-carousel-img:before {
  height: 37%;
  background: transparent linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(82, 82, 82, 0.8) 100%) 100% 0% no-repeat padding-box;
}
.expo-landing .tabs-carousel-container .tabs-carousel-img:after {
  height: 56%;
  background: transparent linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(82, 82, 82, 0.8) 100%) 100% 0% no-repeat padding-box;
  mix-blend-mode: inherit;
}
.expo-landing .tabs-carousel-container .tabs-heading {
  max-width: calc(100% - 80px);
  padding: 0 0px;
  top: 9%;
}
.expo-landing .tabs-carousel-container .tabs-carousel-cta {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.expo-landing .tabs-carousel-container .tabs-carousel-copy {
  max-width: calc(100% - 80px);
  padding: 0 0px;
}
.expo-landing .tabs-carousel-container .tabs-carousel-desc .date {
  font-weight: bold;
  margin-bottom: 10px;
}
.expo-landing .news-landing-page.expo-news {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .expo-landing .news-landing-page.expo-news {
    margin: 0px 0px 80px 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.expo-landing .news-landing-page.expo-news .news-events-wrapper .news-events-title {
  width: 70%;
  display: inline-block;
  letter-spacing: 0.37px;
  margin-bottom: 40px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .expo-landing .news-landing-page.expo-news .news-events-wrapper .news-events-title {
    width: 100%;
  }
}
.expo-landing .news-landing-page.expo-news .view-all-news {
  float: left;
}
.expo-landing .news-landing-page.expo-news .primary-cta {
  display: block !important;
}
@media (max-width: 767.98px) {
  .expo-landing .news-landing-page.expo-news .hidden-xs {
    display: none !important;
  }
  .expo-landing .news-landing-page.expo-news .visible-xs {
    display: block !important;
  }
}
@media screen and (max-width: 992px) {
  .expo-landing .left-nav {
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 992px) {
  .expo-landing .work-with-us {
    min-height: auto;
  }
}
@media screen and (min-width: 992px) {
  .expo-landing .left-nav ul > li ul li a,
  .expo-landing .left-nav ul > li > a,
  .expo-landing .left-nav h2 {
    color: #fff;
  }
}
@media screen and (max-width: 992px) {
  .expo-landing .left-nav ul li {
    display: inherit;
  }
  .expo-landing .left-nav ul li.current ul {
    position: static;
    overflow: hidden;
    margin-bottom: 0px;
    max-height: 0px;
    padding: 0;
  }
  .expo-landing .left-nav ul li.current ul li {
    margin-top: 15px;
  }
  .expo-landing .left-nav ul li.current ul li > a {
    background-color: transparent;
  }
  .expo-landing .left-nav ul li.current ul.active {
    max-height: 1500px;
    box-shadow: none;
    margin-bottom: 0;
  }
}
.expo-landing .article-block .article-column {
  padding: 0px;
}
.expo-landing .article-block,
.expo-landing .videoBlock-wrapper,
.expo-landing .document-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .expo-landing .article-block,
  .expo-landing .videoBlock-wrapper,
  .expo-landing .document-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.expo-landing .article-block-fullcolumn {
  padding: 0px;
}
.expo-landing .tabs-carousel-container {
  margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .expo-landing .tabs-carousel-container {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .expo-landing .social-wall {
    margin-right: 0px;
    margin-left: 0px;
  }
  .expo-landing .social-wall .top-box h2 {
    padding: 0px;
  }
}
.expo-landing.with-banner .video-banner-wrapper.bg-banner {
  position: fixed;
  z-index: -1;
  width: 100%;
  margin: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  .expo-landing.with-banner .video-banner-wrapper.bg-banner {
    display: none;
  }
}
.expo-landing.with-banner .video-banner-wrapper.bg-banner .video-container {
  position: relative;
  height: 100vh;
  width: 100%;
}
.expo-landing.with-banner .video-banner-wrapper.bg-banner .video-container::before {
  z-index: 2;
}
.expo-landing.with-banner .video-banner-wrapper.bg-banner .video-container picture .img-fluid {
  width: 100% !important;
  position: absolute;
  height: 100vh;
  z-index: 1;
  right: 0;
  top: 0;
}
.expo-landing.with-banner .video-banner-wrapper.bg-banner .video-banner-copy {
  display: none;
}
.expo-landing.with-banner .two-column-container {
  margin-top: 240px;
}
@media screen and (max-width: 992px) {
  .expo-landing.with-banner .two-column-container {
    margin-top: 0px;
  }
}
.expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .col-lg-9.col-12, .expo-landing.with-banner .two-column-container > .component-content > .container-sm > .row > .col-lg-9.col-12, .expo-landing.with-banner .two-column-container > .component-content > .container-md > .row > .col-lg-9.col-12, .expo-landing.with-banner .two-column-container > .component-content > .container-lg > .row > .col-lg-9.col-12, .expo-landing.with-banner .two-column-container > .component-content > .container-xl > .row > .col-lg-9.col-12, .expo-landing.with-banner .parallaxBox.eight-col .two-column-container > .component-content > .container-fluid > .row > .col-12.richText, .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .col-12.richText, .expo-landing.with-banner .parallaxBox.eight-col .two-column-container > .component-content > .container-sm > .row > .col-12.richText, .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-sm > .row > .col-12.richText, .expo-landing.with-banner .parallaxBox.eight-col .two-column-container > .component-content > .container-md > .row > .col-12.richText, .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-md > .row > .col-12.richText, .expo-landing.with-banner .parallaxBox.eight-col .two-column-container > .component-content > .container-lg > .row > .col-12.richText, .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-lg > .row > .col-12.richText, .expo-landing.with-banner .parallaxBox.eight-col .two-column-container > .component-content > .container-xl > .row > .col-12.richText, .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-xl > .row > .col-12.richText,
.expo-landing.with-banner .videoBox.eight-col .two-column-container > .component-content > .container-fluid > .row > .col-12.richText,
.videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .col-12.richText,
.expo-landing.with-banner .videoBox.eight-col .two-column-container > .component-content > .container-sm > .row > .col-12.richText,
.videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-sm > .row > .col-12.richText,
.expo-landing.with-banner .videoBox.eight-col .two-column-container > .component-content > .container-md > .row > .col-12.richText,
.videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-md > .row > .col-12.richText,
.expo-landing.with-banner .videoBox.eight-col .two-column-container > .component-content > .container-lg > .row > .col-12.richText,
.videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-lg > .row > .col-12.richText,
.expo-landing.with-banner .videoBox.eight-col .two-column-container > .component-content > .container-xl > .row > .col-12.richText,
.videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-xl > .row > .col-12.richText, .expo-landing.with-banner .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-fluid > .row > .col-lg-9.work-with-us-wrapper, .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .col-lg-9.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-sm > .row > .col-lg-9.work-with-us-wrapper, .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-sm > .row > .col-lg-9.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-md > .row > .col-lg-9.work-with-us-wrapper, .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-md > .row > .col-lg-9.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-lg > .row > .col-lg-9.work-with-us-wrapper, .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-lg > .row > .col-lg-9.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-xl > .row > .col-lg-9.work-with-us-wrapper, .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-xl > .row > .col-lg-9.work-with-us-wrapper, .expo-landing.with-banner .parallaxBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-fluid > .row > .richText.work-with-us-wrapper, .parallaxBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .parallaxBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-sm > .row > .richText.work-with-us-wrapper, .parallaxBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-sm > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .parallaxBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-md > .row > .richText.work-with-us-wrapper, .parallaxBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-md > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .parallaxBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-lg > .row > .richText.work-with-us-wrapper, .parallaxBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-lg > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .parallaxBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-xl > .row > .richText.work-with-us-wrapper, .parallaxBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-xl > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .parallaxBox.eight-col .two-column-container > .component-content > .container-fluid > .row > .richText.work-with-us-wrapper, .work-with-us.global-variant.full-width .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .parallaxBox.eight-col .two-column-container > .component-content > .container-sm > .row > .richText.work-with-us-wrapper, .work-with-us.global-variant.full-width .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-sm > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .parallaxBox.eight-col .two-column-container > .component-content > .container-md > .row > .richText.work-with-us-wrapper, .work-with-us.global-variant.full-width .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-md > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .parallaxBox.eight-col .two-column-container > .component-content > .container-lg > .row > .richText.work-with-us-wrapper, .work-with-us.global-variant.full-width .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-lg > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .parallaxBox.eight-col .two-column-container > .component-content > .container-xl > .row > .richText.work-with-us-wrapper, .work-with-us.global-variant.full-width .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-xl > .row > .richText.work-with-us-wrapper,
.expo-landing.with-banner .videoBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-fluid > .row > .richText.work-with-us-wrapper,
.videoBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .richText.work-with-us-wrapper,
.expo-landing.with-banner .videoBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-sm > .row > .richText.work-with-us-wrapper,
.videoBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-sm > .row > .richText.work-with-us-wrapper,
.expo-landing.with-banner .videoBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-md > .row > .richText.work-with-us-wrapper,
.videoBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-md > .row > .richText.work-with-us-wrapper,
.expo-landing.with-banner .videoBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-lg > .row > .richText.work-with-us-wrapper,
.videoBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-lg > .row > .richText.work-with-us-wrapper,
.expo-landing.with-banner .videoBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-xl > .row > .richText.work-with-us-wrapper,
.videoBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-xl > .row > .richText.work-with-us-wrapper,
.expo-landing.with-banner .work-with-us.global-variant.full-width .videoBox.eight-col .two-column-container > .component-content > .container-fluid > .row > .richText.work-with-us-wrapper,
.work-with-us.global-variant.full-width .videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .richText.work-with-us-wrapper,
.expo-landing.with-banner .work-with-us.global-variant.full-width .videoBox.eight-col .two-column-container > .component-content > .container-sm > .row > .richText.work-with-us-wrapper,
.work-with-us.global-variant.full-width .videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-sm > .row > .richText.work-with-us-wrapper,
.expo-landing.with-banner .work-with-us.global-variant.full-width .videoBox.eight-col .two-column-container > .component-content > .container-md > .row > .richText.work-with-us-wrapper,
.work-with-us.global-variant.full-width .videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-md > .row > .richText.work-with-us-wrapper,
.expo-landing.with-banner .work-with-us.global-variant.full-width .videoBox.eight-col .two-column-container > .component-content > .container-lg > .row > .richText.work-with-us-wrapper,
.work-with-us.global-variant.full-width .videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-lg > .row > .richText.work-with-us-wrapper,
.expo-landing.with-banner .work-with-us.global-variant.full-width .videoBox.eight-col .two-column-container > .component-content > .container-xl > .row > .richText.work-with-us-wrapper,
.work-with-us.global-variant.full-width .videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-xl > .row > .richText.work-with-us-wrapper {
  background: rgba(255, 255, 255, 0.85);
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 992px) {
  .expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .col-lg-9.col-12, .expo-landing.with-banner .two-column-container > .component-content > .container-sm > .row > .col-lg-9.col-12, .expo-landing.with-banner .two-column-container > .component-content > .container-md > .row > .col-lg-9.col-12, .expo-landing.with-banner .two-column-container > .component-content > .container-lg > .row > .col-lg-9.col-12, .expo-landing.with-banner .two-column-container > .component-content > .container-xl > .row > .col-lg-9.col-12, .expo-landing.with-banner .parallaxBox.eight-col .two-column-container > .component-content > .container-fluid > .row > .col-12.richText, .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .col-12.richText, .expo-landing.with-banner .parallaxBox.eight-col .two-column-container > .component-content > .container-sm > .row > .col-12.richText, .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-sm > .row > .col-12.richText, .expo-landing.with-banner .parallaxBox.eight-col .two-column-container > .component-content > .container-md > .row > .col-12.richText, .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-md > .row > .col-12.richText, .expo-landing.with-banner .parallaxBox.eight-col .two-column-container > .component-content > .container-lg > .row > .col-12.richText, .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-lg > .row > .col-12.richText, .expo-landing.with-banner .parallaxBox.eight-col .two-column-container > .component-content > .container-xl > .row > .col-12.richText, .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-xl > .row > .col-12.richText,
  .expo-landing.with-banner .videoBox.eight-col .two-column-container > .component-content > .container-fluid > .row > .col-12.richText,
  .videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .col-12.richText,
  .expo-landing.with-banner .videoBox.eight-col .two-column-container > .component-content > .container-sm > .row > .col-12.richText,
  .videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-sm > .row > .col-12.richText,
  .expo-landing.with-banner .videoBox.eight-col .two-column-container > .component-content > .container-md > .row > .col-12.richText,
  .videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-md > .row > .col-12.richText,
  .expo-landing.with-banner .videoBox.eight-col .two-column-container > .component-content > .container-lg > .row > .col-12.richText,
  .videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-lg > .row > .col-12.richText,
  .expo-landing.with-banner .videoBox.eight-col .two-column-container > .component-content > .container-xl > .row > .col-12.richText,
  .videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-xl > .row > .col-12.richText, .expo-landing.with-banner .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-fluid > .row > .col-lg-9.work-with-us-wrapper, .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .col-lg-9.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-sm > .row > .col-lg-9.work-with-us-wrapper, .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-sm > .row > .col-lg-9.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-md > .row > .col-lg-9.work-with-us-wrapper, .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-md > .row > .col-lg-9.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-lg > .row > .col-lg-9.work-with-us-wrapper, .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-lg > .row > .col-lg-9.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-xl > .row > .col-lg-9.work-with-us-wrapper, .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-xl > .row > .col-lg-9.work-with-us-wrapper, .expo-landing.with-banner .parallaxBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-fluid > .row > .richText.work-with-us-wrapper, .parallaxBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .parallaxBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-sm > .row > .richText.work-with-us-wrapper, .parallaxBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-sm > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .parallaxBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-md > .row > .richText.work-with-us-wrapper, .parallaxBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-md > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .parallaxBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-lg > .row > .richText.work-with-us-wrapper, .parallaxBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-lg > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .parallaxBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-xl > .row > .richText.work-with-us-wrapper, .parallaxBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-xl > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .parallaxBox.eight-col .two-column-container > .component-content > .container-fluid > .row > .richText.work-with-us-wrapper, .work-with-us.global-variant.full-width .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .parallaxBox.eight-col .two-column-container > .component-content > .container-sm > .row > .richText.work-with-us-wrapper, .work-with-us.global-variant.full-width .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-sm > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .parallaxBox.eight-col .two-column-container > .component-content > .container-md > .row > .richText.work-with-us-wrapper, .work-with-us.global-variant.full-width .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-md > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .parallaxBox.eight-col .two-column-container > .component-content > .container-lg > .row > .richText.work-with-us-wrapper, .work-with-us.global-variant.full-width .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-lg > .row > .richText.work-with-us-wrapper, .expo-landing.with-banner .work-with-us.global-variant.full-width .parallaxBox.eight-col .two-column-container > .component-content > .container-xl > .row > .richText.work-with-us-wrapper, .work-with-us.global-variant.full-width .parallaxBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-xl > .row > .richText.work-with-us-wrapper,
  .expo-landing.with-banner .videoBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-fluid > .row > .richText.work-with-us-wrapper,
  .videoBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .richText.work-with-us-wrapper,
  .expo-landing.with-banner .videoBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-sm > .row > .richText.work-with-us-wrapper,
  .videoBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-sm > .row > .richText.work-with-us-wrapper,
  .expo-landing.with-banner .videoBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-md > .row > .richText.work-with-us-wrapper,
  .videoBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-md > .row > .richText.work-with-us-wrapper,
  .expo-landing.with-banner .videoBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-lg > .row > .richText.work-with-us-wrapper,
  .videoBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-lg > .row > .richText.work-with-us-wrapper,
  .expo-landing.with-banner .videoBox.eight-col .work-with-us.global-variant.full-width .two-column-container > .component-content > .container-xl > .row > .richText.work-with-us-wrapper,
  .videoBox.eight-col .work-with-us.global-variant.full-width .expo-landing.with-banner .two-column-container > .component-content > .container-xl > .row > .richText.work-with-us-wrapper,
  .expo-landing.with-banner .work-with-us.global-variant.full-width .videoBox.eight-col .two-column-container > .component-content > .container-fluid > .row > .richText.work-with-us-wrapper,
  .work-with-us.global-variant.full-width .videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .richText.work-with-us-wrapper,
  .expo-landing.with-banner .work-with-us.global-variant.full-width .videoBox.eight-col .two-column-container > .component-content > .container-sm > .row > .richText.work-with-us-wrapper,
  .work-with-us.global-variant.full-width .videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-sm > .row > .richText.work-with-us-wrapper,
  .expo-landing.with-banner .work-with-us.global-variant.full-width .videoBox.eight-col .two-column-container > .component-content > .container-md > .row > .richText.work-with-us-wrapper,
  .work-with-us.global-variant.full-width .videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-md > .row > .richText.work-with-us-wrapper,
  .expo-landing.with-banner .work-with-us.global-variant.full-width .videoBox.eight-col .two-column-container > .component-content > .container-lg > .row > .richText.work-with-us-wrapper,
  .work-with-us.global-variant.full-width .videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-lg > .row > .richText.work-with-us-wrapper,
  .expo-landing.with-banner .work-with-us.global-variant.full-width .videoBox.eight-col .two-column-container > .component-content > .container-xl > .row > .richText.work-with-us-wrapper,
  .work-with-us.global-variant.full-width .videoBox.eight-col .expo-landing.with-banner .two-column-container > .component-content > .container-xl > .row > .richText.work-with-us-wrapper {
    padding-top: 0px;
  }
}
.expo-landing.with-banner .news-landing-page.expo-news {
  margin-bottom: 0px;
}
.expo-landing.with-banner .intro-block .h1 {
  margin-bottom: 20px;
}
.expo-landing.with-banner .intro-block .highlight {
  margin-bottom: 0px;
}
.expo-landing.with-banner .article-block .container-fluid, .expo-landing.with-banner .article-block .container-sm, .expo-landing.with-banner .article-block .container-md, .expo-landing.with-banner .article-block .container-lg, .expo-landing.with-banner .article-block .container-xl,
.expo-landing.with-banner .videoBlock-wrapper .container-fluid,
.expo-landing.with-banner .videoBlock-wrapper .container-sm,
.expo-landing.with-banner .videoBlock-wrapper .container-md,
.expo-landing.with-banner .videoBlock-wrapper .container-lg,
.expo-landing.with-banner .videoBlock-wrapper .container-xl,
.expo-landing.with-banner .intro-block-container .container-fluid,
.expo-landing.with-banner .intro-block-container .container-sm,
.expo-landing.with-banner .intro-block-container .container-md,
.expo-landing.with-banner .intro-block-container .container-lg,
.expo-landing.with-banner .intro-block-container .container-xl {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 100%;
}
.expo-landing.with-banner .news-landing-page.expo-news,
.expo-landing.with-banner .social-feeds {
  background: rgba(255, 255, 255, 0.85);
}
.expo-landing.with-banner .social-wall {
  margin-bottom: 0px;
}
.expo-landing.with-banner .juicer-feed .j-display-filters li {
  background: transparent;
}
@media screen and (max-width: 1279px) and (min-width: 992px) {
  .expo-landing .tabs-carousel-container .tabs-carousel-copy {
    max-width: calc(100% - 30px);
  }
  .expo-landing .tabs-carousel-container .tabs-carousel-desc {
    padding-left: 20px;
  }
  .expo-landing .tabs-carousel-desc p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .expo-landing .tabs-carousel-container .tabs-heading {
    max-width: calc(100% - 30px);
    top: 10px;
  }
  .expo-landing .tabs-carousel-container .tabs-heading .tabs-title {
    margin-left: 5%;
  }
  .expo-landing .tabs-carousel-container .tabs-heading .tabs-title .field-title {
    font-size: 28px;
    line-height: 32px;
  }
  .expo-landing .tabs-carousel-container .tabs-heading .tabs-nav ul li {
    max-width: inherit;
  }
  .expo-landing .tabs-carousel-container .tabs-carousel-cta .primary-cta-white {
    padding: 6px 18px 6px 62px !important;
    font-size: 14px !important;
  }
}

.our-History {
  padding: 82px 0;
  /* Base styles for positioning and scaling the slides */
  /* Individual image styles for each slide */
  /* Continue the pattern for slides 4 through 10 */
}
.our-History .history-head {
  width: 441px;
}
@media screen and (max-width: 992px) {
  .our-History .history-head {
    width: 100%;
  }
}
.our-History .history-head h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 128.571% */
  color: #000;
  margin-bottom: 32px;
}
.our-History .history-head p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #6e6e72;
}
.our-History .history-detail {
  width: 555px;
  min-height: 400px;
}
@media screen and (max-width: 992px) {
  .our-History .history-detail {
    width: 100%;
  }
}
.our-History .history-detail h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px; /* 141.667% */
  color: #b8b6eb;
  margin-bottom: 32px;
}
.our-History .history-detail p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  margin-bottom: 64px;
}
.our-History .history-detail .history-slide {
  width: 555px;
  height: 620px;
}
.our-History .history-slide_wrap {
  position: relative;
  width: 755px;
  height: 620px;
}
@media screen and (max-width: 992px) {
  .our-History .history-slide_wrap {
    width: 310px;
    height: 346px;
  }
}
.our-History .history-slide_wrap .history-slide {
  position: absolute;
  transform-style: preserve-3d;
  transition: all 300ms ease-in-out;
  z-index: 20;
  -ms-transform: translateX(-20.25%) scale(1);
      transform: translateX(-20.25%) scale(1);
}
@media screen and (max-width: 992px) {
  .our-History .history-slide_wrap .history-slide {
    width: 100%;
  }
}
.our-History .history-slide {
  position: absolute;
  top: 50%;
  right: 50%;
  transform-style: preserve-3d;
  transition: transform 0.5s, opacity 0.5s;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .our-History .history-slide {
    top: 0px;
    right: 0px;
  }
}
.our-History .slide-1 .history-slide {
  z-index: 10;
  -ms-transform: translate(40%, -50%) scale(1);
      transform: translate(40%, -50%) scale(1);
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .our-History .slide-1 .history-slide {
    -ms-transform: translate(-19%, 0%) scale(1);
        transform: translate(-19%, 0%) scale(1);
  }
}
.our-History .slide-2 .history-slide {
  z-index: 9;
  transform: translate(52%, -50%) scale(0.9) rotateY(10deg);
  opacity: 0.9;
}
@media screen and (max-width: 992px) {
  .our-History .slide-2 .history-slide {
    transform: translate(-7%, 0%) scale(0.9) rotateY(10deg);
  }
}
.our-History .slide-3 .history-slide {
  z-index: 8;
  transform: translate(64%, -50%) scale(0.8) rotateY(20deg);
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .our-History .slide-3 .history-slide {
    transform: translate(5%, 0%) scale(0.8) rotateY(10deg);
  }
}
.our-History .slide-4 .history-slide {
  z-index: 7;
  transform: translate(76%, -50%) scale(0.7) rotateY(30deg);
  opacity: 0.7;
}
@media screen and (max-width: 992px) {
  .our-History .slide-4 .history-slide {
    transform: translate(17%, 0%) scale(0.7) rotateY(10deg);
  }
}
.our-History .slide-5 .history-slide {
  z-index: 6;
  transform: translate(88%, -50%) scale(0.6) rotateY(40deg);
  opacity: 0.6;
}
@media screen and (max-width: 992px) {
  .our-History .slide-5 .history-slide {
    transform: translate(29%, 0%) scale(0.6) rotateY(10deg);
  }
}
.our-History .slide-6 .history-slide {
  z-index: 5;
  transform: translate(100%, -50%) scale(0.5) rotateY(50deg);
  opacity: 0.5;
  display: block;
}
@media screen and (max-width: 992px) {
  .our-History .slide-6 .history-slide {
    transform: translate(41%, 0%) scale(0.5) rotateY(10deg);
  }
}
.our-History .slide-7 .history-slide,
.our-History .slide-8 .history-slide,
.our-History .slide-9 .history-slide,
.our-History .slide-10 .history-slide {
  display: none;
}
.our-History .history-nav {
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 40px;
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .our-History .history-nav {
    -ms-transform: translateY(-170px);
        transform: translateY(-170px);
  }
}
.our-History .arrow {
  background-color: #f4f3f5;
  background-image: url(../images/carousel-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.our-History .arrow.left {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
.our-History .flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; /* Ensures there is space between the two columns */
  -ms-flex-align: center;
      align-items: center; /* Vertically centers the content in each column */
  height: 100%; /* Adjust the height as needed */
}
@media screen and (max-width: 992px) {
  .our-History .flex-container {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-pack: start;
        justify-content: start;
  }
}
.our-History .flex-item {
  width: 50%; /* Each item takes up half of the container's width */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; /* Vertically centers the content inside the item */
  text-align: right; /* Aligns the text to the left inside the flex-item */
  padding: 0; /* Optional: Adds some padding inside each flex item for better text spacing */
}
@media screen and (max-width: 992px) {
  .our-History .flex-item {
    width: 100%;
  }
}
.our-History .history-slide-active .history-slider__content {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .our-History .history-slide-active .history-slider__content {
    padding-top: 45px;
  }
}
.our-History .history-slide-inActive .history-slider__content {
  opacity: 0;
}
.our-History .history-slider {
  position: absolute;
}
.our-History .history-slider__wraper {
  position: relative;
  min-height: 700px;
}
@media screen and (max-width: 992px) {
  .our-History .history-slider__wraper {
    padding-top: 100px;
    min-height: 850px;
  }
}

body.the-wlp {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
  font-family: "Poppins", sans-serif;
}

.the-wlp a {
  color: #211A65;
}
.the-wlp a:hover {
  opacity: 0.8;
}
.the-wlp .search,
.the-wlp .search:before,
.the-wlp .search:after,
.the-wlp .globe .globe-list,
.the-wlp header .utility-links ul li.lang-cta ul {
  background: #211A65;
}
.the-wlp header .header,
.the-wlp header .utility,
.the-wlp header .main-secondary {
  background-color: #211A65;
}
.the-wlp header .header:before, .the-wlp header .header:after,
.the-wlp header .utility:before,
.the-wlp header .utility:after,
.the-wlp header .main-secondary:before,
.the-wlp header .main-secondary:after {
  background-color: #211A65;
}
.the-wlp header .main-secondary .secondary-item a.primary-cta-white {
  padding-right: 30px !important;
}
.the-wlp header .logo .h1 {
  margin-bottom: 0;
}
.the-wlp header .logo a img {
  padding-top: 0px;
}
.the-wlp header .logo a span {
  padding-top: 0px;
}
@media screen and (max-width: 1200px) {
  .the-wlp header .logo img {
    width: 55px !important;
  }
}
.the-wlp header .main-nav ul > li.level2:hover > a:before {
  border-right: 2px solid #FFDE01;
  border-bottom: 2px solid #FFDE01;
}
.the-wlp header .utility-links ul li a:hover {
  color: #fff;
}
.the-wlp header .utility-links ul li.lang-cta ul li a:hover {
  color: #FFDE01;
}
.the-wlp header .utility-links ul li.lang-cta span:before {
  content: "";
}
.the-wlp header .utility-links ul li.lang-cta span:after {
  background-color: transparent;
  position: absolute;
  bottom: -10px;
  height: 100%;
  content: "";
  width: 100%;
  right: 0;
}
.the-wlp header .utility-nav ul li a:hover {
  color: #FFDE01;
}
.the-wlp .anchor-list {
  background-color: #211A65;
}
.the-wlp .mobi-navigation {
  background-color: #211A65;
}
.the-wlp .mobi-navigation .mobi-main-nav ul > li.level2 a:before,
.the-wlp .mobi-navigation .mobi-lang-cta span:before {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .the-wlp .mobi-navigation .mobi-nav-top .logo a {
    margin-top: 0px;
  }
}
.the-wlp footer {
  background: #211A65;
}
.the-wlp .primary-cta {
  border: 1px solid #8ac541;
  border-bottom-left-radius: 20px !important;
  padding: 0 30px 0px 30px !important;
  color: #211A65;
  font-size: 16px;
  text-transform: uppercase;
  transform: translateZ(0);
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}
.the-wlp .primary-cta:before {
  display: none;
}
.the-wlp .primary-cta:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #8ac541;
  height: 100%;
  opacity: 1;
  right: 0px;
  top: 0px;
  left: 100%;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.the-wlp .primary-cta:hover:after {
  left: 0;
}
.the-wlp .primary-cta-white {
  border: 1px solid #fff;
  border-bottom-left-radius: 20px !important;
  padding: 0 30px 0px 30px !important;
  color: #fff;
  background: transparent;
  font-size: 16px;
  line-height: 36px;
  text-transform: uppercase;
  border-radius: unset;
}
.the-wlp .primary-cta-white:after {
  background: #fff;
  height: 100%;
  opacity: 1;
  right: 0px;
  top: 0px;
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.the-wlp .primary-cta-white:hover {
  color: #211A65 !important;
}
.the-wlp .primary-cta-white:hover:after {
  left: 0;
}
.the-wlp .actionbtnWrap .actionbtn li a {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.the-wlp .herobanner-wrapper .actionbtnWrap {
  z-index: 2;
  top: 130px;
}
@media (max-width: 768px) {
  .the-wlp .herobanner-wrapper .actionbtnWrap {
    top: 10px;
  }
}
.the-wlp .herobanner-wrapper .icons-wrapper {
  bottom: 14%;
}
.the-wlp .herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-img {
  border-radius: 9px;
}
.the-wlp .herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-img:hover {
  border: solid 1px #fff;
}
.the-wlp .herobanner-wrapper .icons-wrapper .herobanner-icons-item.active .heroicon-img {
  border: solid 1px #FFDE01;
}
.the-wlp .video-banner-wrapper .bannershape {
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .the-wlp .video-banner-wrapper .video-banner-copy,
  .the-wlp .video-banner-wrapper .video-banner-copy::before,
  .the-wlp .video-banner-wrapper .video-banner-copy::after {
    background-color: #211A65;
  }
}
.the-wlp footer .footer-utility ul li a:hover,
.the-wlp footer .footer-bottom-links ul li a:hover,
.the-wlp footer .footer-nav-block ul > li a:hover,
.the-wlp header .main-nav ul > li > a:hover {
  color: #FFDE01;
}
.the-wlp header .main-nav ul > li:hover > a {
  color: #FFDE01;
}
.the-wlp .related-pages .related-item:hover .related-desc h2 {
  color: #FFDE01;
}
.the-wlp .news-events .news-events-title,
.the-wlp .article-block h2,
.the-wlp .videoBlock-copy h2,
.the-wlp .contact-us-form .form-heading p,
.the-wlp .sitecore-form .form-heading p,
.the-wlp .content-container .h1,
.the-wlp .content-container h1,
.the-wlp .content-container .date,
.the-wlp .content-container h3,
.the-wlp .content-container .highlight,
.the-wlp .content-container h2,
.the-wlp .accordion-title h2,
.the-wlp .accordion .card-header a,
.the-wlp .table thead tr th,
.the-wlp .related-pages .related-title,
.the-wlp .news-landing-page .news-title,
.the-wlp .news-landing-page .news-wrapper:first-child .news-desc h2 a,
.the-wlp .intro-block .h1, .the-wlp .intro-block h1,
.the-wlp .bod-title,
.the-wlp .leadership-block,
.the-wlp .leadership-detail,
.the-wlp .document-intro h2 {
  color: #211A65;
}
.the-wlp .videoBlock-wrapper.wlp {
  background-color: #211A65;
  padding-bottom: 110px;
  padding-top: 110px;
}
.the-wlp .videoBlock-wrapper.wlp .videoBlock-copy h2, .the-wlp .videoBlock-wrapper.wlp .videoBlock-copy h3, .the-wlp .videoBlock-wrapper.wlp .videoBlock-copy h4 {
  color: #5C7BF9;
}
.the-wlp .videoBlock-wrapper.wlp .videoBlock-copy p {
  color: #fff;
}
.the-wlp .news-item:hover .news-events-detail .news-title {
  color: #FFDE01;
}
.the-wlp .news-events .news-item .news-events-img:before {
  background: transparent radial-gradient(closest-side at 50% 50%, #333333 0%, #000000 100%) 100% 0% no-repeat padding-box;
}
.the-wlp .contact-us-desc:before {
  background-color: #211A65;
}
.the-wlp .contact-us-form .form-dropdown:before,
.the-wlp .sitecore-form .form-dropdown:before {
  border-color: #211A65;
}
.the-wlp .contact-us-form .form-input label,
.the-wlp .contact-us-form .form-dropdown label,
.the-wlp .sitecore-form .form-input label,
.the-wlp .sitecore-form .form-dropdown label,
.the-wlp .contact-us-form .form-privacy,
.the-wlp .sitecore-form .form-privacy,
.the-wlp .contact-us-form .form-success h2,
.the-wlp .sitecore-form .form-success h2 {
  color: #211A65;
}
.the-wlp .contact-us-form .form-submit input,
.the-wlp .sitecore-form .form-submit input {
  border-radius: 0px;
  border-bottom-left-radius: 20px;
  background: transparent;
  border: 1px solid #8ac541;
  color: #211A65;
  background-color: #fff;
}
.the-wlp .contact-us-form .form-submit input:hover,
.the-wlp .sitecore-form .form-submit input:hover {
  background-color: #8ac541;
}
.the-wlp .landing-page .landing-page-article-block::before {
  background: #211A65;
}
.the-wlp .landing-page-article-block .component-content:before {
  background: transparent linear-gradient(-180deg, rgb(34, 26, 101) 0%, rgba(19, 31, 39, 0.647) 45%, transparent 100%) 100% 0% no-repeat padding-box;
}
@media screen and (min-width: 993px) {
  .the-wlp .landing-page-article-block .landing-page-article-img:after {
    background: #211A65;
  }
}
.the-wlp .landing-page-article-block .landing-page-article-detail,
.the-wlp .landing-page-article-block .landing-page-article-detail:after {
  background: #211A65;
}
.the-wlp .landing-page-article-block .landing-page-article-detail a::after {
  border-color: none;
  background: #8ac541;
}
.the-wlp .left-nav h2,
.the-wlp .left-nav ul > li > a {
  color: #211A65;
}
.the-wlp .left-nav ul > li.active > a,
.the-wlp .left-nav ul > li > a:hover {
  color: #FFDE01;
}
.the-wlp .table thead tr th {
  border-color: #211A65;
}
.the-wlp .accordion .card-header a:after,
.the-wlp .accordion .card-header a:before {
  background-color: #211A65;
}
.the-wlp .social-share.blackBG {
  background: #211A65;
}
.the-wlp .news-landing-page .news-room-filters .selected-news-title {
  color: #211A65;
}
.the-wlp .news-landing-page .news-room-filters .selected-news-title:after {
  border-color: #211A65;
}
.the-wlp .news-landing-page .news-item:hover .news-desc h2,
.the-wlp .news-landing-page .news-item:hover .news-desc h2 a {
  color: #FFDE01;
}
.the-wlp .news-landing-page #loadmore {
  text-align: center;
  max-width: 320px;
}
.the-wlp .news-landing-page #loadmore .load-more {
  border-radius: 0px;
  border-bottom-left-radius: 20px;
  padding: 3px 30px 3px 30px !important;
  border: 1px solid #8ac541;
  color: #211A65;
  background: transparent;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.the-wlp .news-landing-page #loadmore .load-more::after {
  transition-timing-function: ease-out;
  transition-property: left;
  transition-duration: 0.3s;
  background: #8ac541;
  position: absolute;
  content: "";
  z-index: -1;
  height: 100%;
  left: 100%;
  width: 100%;
  top: 0;
}
.the-wlp .news-landing-page #loadmore .load-more:hover::after {
  left: 0;
}
.the-wlp .people-stories {
  background-color: #211A65;
}
.the-wlp .people-stories .people-stories-detail {
  color: #fff;
}
.the-wlp .document-list ul li a:hover, .the-wlp .document-list ul li a:hover .icon {
  color: #211A65;
}
.the-wlp .article-block + .article-block .article-block-fullcolumn {
  padding-top: 0;
}
.the-wlp .content-container .content-wrapper ul {
  display: table;
}

body.n2k21theme .content-container a {
  color: #1e1450;
}
body.n2k21theme header .logo a span {
  display: none;
}
body.n2k21theme .search,
body.n2k21theme .search:before,
body.n2k21theme .search:after,
body.n2k21theme .globe .globe-list,
body.n2k21theme .anchor-list,
body.n2k21theme header .utility-links ul li.lang-cta ul,
body.n2k21theme .mobi-navigation {
  background: #1e1450;
}
body.n2k21theme header .header,
body.n2k21theme header .utility,
body.n2k21theme header .main-secondary {
  background-color: #1e1450;
}
body.n2k21theme header .header:before, body.n2k21theme header .header:after,
body.n2k21theme header .utility:before,
body.n2k21theme header .utility:after,
body.n2k21theme header .main-secondary:before,
body.n2k21theme header .main-secondary:after {
  background-color: #1e1450;
}
body.n2k21theme header .main-secondary .secondary-item a.primary-cta-white {
  padding-right: 25px !important;
}
body.n2k21theme footer {
  background: transparent linear-gradient(-90deg, #1e1343 0%, #312a82 53%, #5154b6 100%) 100% 0% no-repeat padding-box;
  border-top: solid 1px #87878b;
}
body.n2k21theme footer .footer-container {
  background-image: url(../images/footerlines.svg);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 100%;
  background-size: 2260px;
}
@media only screen and (max-width: 768px) {
  body.n2k21theme footer .footer-container {
    background-size: 1320px;
  }
}
body.n2k21theme footer .footer-bottom-links {
  border-color: #5154b6;
}
body.n2k21theme footer .footer-nav-block ul > li {
  font-size: 17px;
}
body.n2k21theme footer .footer-nav-block ul > li ul li {
  font-size: 15px;
}
body.n2k21theme .social-feeds {
  padding-top: 60px;
}
body.n2k21theme .social-wall {
  margin-bottom: 50px;
}
body.n2k21theme .social-wall .juicer-feed .j-paginate {
  background: transparent !important;
  padding: 0px !important;
  font-family: "Pilat Wide", sans-serif;
          font-family: 'Makdessi',sans-serif ;
}
@media screen and (max-width: 767px) {
  body.n2k21theme .social-wall .juicer-feed .j-paginate {
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  body.n2k21theme .social-wall.extra-width .juicer-feed .j-display-filters {
    margin: 10px 0 0 0;
    padding-bottom: 10px;
  }
}
body.n2k21theme .map-container .filters-container .filters-list .filters li {
  border: none;
}
body.n2k21theme .map-container .filters-container .filters-list .filters li a {
  position: relative;
}
body.n2k21theme .map-container .filters-container .filters-list .filters li a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(-80deg, white, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
body.n2k21theme .map-container .filters-container .filters-list .filters li.active {
  border: none;
  background: #1e1450;
}
body.n2k21theme .priBtnSt, body.n2k21theme a.cookie-cta {
  background: transparent linear-gradient(-90deg, #d7d7de 0%, #dedee3 23%, #e5e5e9 54%, #f4f3f5 100%) 100% 0% no-repeat padding-box;
  color: #000;
}
body.n2k21theme .secBtnSt, body.n2k21theme .news-landing-page #loadmore .load-more,
body.n2k21theme #table-loadmore .load-more,
body.n2k21theme .filtersearchbtn {
  font-weight: bold;
  background: #f8f8f8;
  color: #3e3c90;
}
body.n2k21theme .cookie {
  background: #1e1450;
  border-top: 1px solid #5154b6;
}
body.n2k21theme a.cookie-cta {
  font-weight: bold;
}
body.n2k21theme a.cookie-cta:hover {
  color: #000;
}
body.n2k21theme .left-nav ul > li > a:hover,
body.n2k21theme .left-nav ul > li.active > a,
body.n2k21theme .left-nav ul > li ul li a:hover,
body.n2k21theme .left-nav ul > li ul li.active a {
  color: #989898;
}
body.n2k21theme .article-block .slick-dots li.slick-active button:before {
  background: #1e1450;
  border: solid 1px #1e1450;
}
body.n2k21theme .article-block-fullcolumn .article-title .field-heading,
body.n2k21theme .article-block-twocolumn.article-column .field-heading,
body.n2k21theme .article-block-threecolumn.article-column .field-heading,
body.n2k21theme .article-block-fourcolumn.article-column .field-heading {
  text-transform: uppercase;
}
body.n2k21theme .article-block-twocolumn.article-column .article .article-detail .field-article-title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 22px;
}
body.n2k21theme .article-block-threecolumn.article-column .article .article-detail .field-article-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
}
body.n2k21theme .article-block-threecolumn .row.article {
  row-gap: 48px;
  -ms-flex-pack: center;
      justify-content: center;
}
body.n2k21theme .article-block-fourcolumn.article-column .article .article-detail .field-article-title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}
body.n2k21theme #map .locationinfo a {
  font-size: 14px !important;
}
body.n2k21theme .news-events {
  margin-top: 50px;
}
body.n2k21theme .news-events .news-events-title {
  margin-bottom: 30px;
  padding-top: 20px;
}
body.n2k21theme .contact-us-form .form-submit input,
body.n2k21theme .sitecore-form .form-submit input,
body.n2k21theme .formbanner-wrap-box .form-footer .form-submit input,
body.n2k21theme .cta-red {
  background: transparent linear-gradient(-270deg, #1e1343 0%, #261d5e 23%, #312a82 54%, #5154b6 100%) 100% 0% no-repeat padding-box !important;
  font-weight: bold !important;
}
body.n2k21theme .herobanner-wrapper .herobanner-copy .copy-wrapper .bannertitle,
body.n2k21theme .video-banner-copy-inner h2,
body.n2k21theme .map-container .filters-container h2,
body.n2k21theme .news-events .news-events-title,
body.n2k21theme .social-wall .top-box h2,
body.n2k21theme .videoBlock-copy .field-title,
body.n2k21theme .document-intro .field-rte-title,
body.n2k21theme .intro-block .h1 {
  text-transform: uppercase;
}
body.n2k21theme .people-stories {
  background-color: #0f0f19;
}
@media (max-width: 767.98px) {
  body.n2k21theme.tt-camp .map-container .filters-container h2 {
    font-size: 26px;
    line-height: 32px;
  }
  body.n2k21theme.tt-camp .article-block .article-title {
    margin-bottom: 19px;
  }
  body.n2k21theme.tt-camp .article-block .article-title .field-heading {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }
  body.n2k21theme.tt-camp .article-block .article-block-fullcolumn > .row {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  body.n2k21theme.tt-camp .herobanner-wrapper {
    margin-bottom: 50px;
    min-height: unset;
  }
  body.n2k21theme.tt-camp .herobanner-wrapper .herobanner-item {
    height: calc(100vh - 100px);
  }
  body.n2k21theme.tt-camp .herobanner-wrapper .herobanner-copy .copy-wrapper .bannertitle {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 33px;
  }
}
@media (max-width: 767.98px) and (max-width: 374.98px) {
  body.n2k21theme.tt-camp .herobanner-wrapper .herobanner-copy .copy-wrapper .bannertitle {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  body.n2k21theme.tt-camp .herobanner-wrapper .herobanner-copy .copy-wrapper .bannersubtitle {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
  body.n2k21theme.tt-camp .herobanner-wrapper .icons-wrapper {
    bottom: 20px;
  }
  body.n2k21theme.tt-camp .herobanner-wrapper .icons-wrapper .herobanner-icons {
    -ms-flex-pack: center;
        justify-content: center;
  }
  body.n2k21theme.tt-camp .herobanner-wrapper .icons-wrapper .herobanner-icons-item {
    width: 114px;
  }
}
@media (max-width: 767.98px) and (max-width: 374.98px) {
  body.n2k21theme.tt-camp .herobanner-wrapper .icons-wrapper .herobanner-icons-item {
    width: 94px;
  }
}
@media (max-width: 767.98px) {
  body.n2k21theme.tt-camp .herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-title {
    font-size: 10px;
    line-height: 12px;
  }
  body.n2k21theme.tt-camp .herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-img {
    width: 114px;
    height: 110px;
    transition: border-width 0.3s linear;
    box-shadow: 0px 10px 10px #000;
  }
}
@media (max-width: 767.98px) and (max-width: 374.98px) {
  body.n2k21theme.tt-camp .herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-img {
    width: 94px;
    height: 90px;
  }
}
@media (max-width: 767.98px) {
  body.n2k21theme.tt-camp .herobanner-wrapper .icons-wrapper .herobanner-icons-item .heroicon-img img {
    -ms-transform: unset;
        transform: unset;
  }
}
body.n2k21theme .people-stories.people-stories__Light {
  background-color: #f8f8f8;
  color: #000;
}
body.n2k21theme .people-stories.people-stories__Light .people-stories-detail {
  color: #6e6e72;
}
body.n2k21theme .people-stories.people-stories__Light .title {
  color: #000;
}

.transparent-header .news-insight-content.content-container:nth-child(1) {
  margin-top: 112px;
}
@media screen and (max-width: 767px) {
  .transparent-header .news-insight-content .content-wrapper {
    margin-top: 0px;
  }
}
.transparent-header .news-insight-details .content-wrapper img {
  width: 100%;
  height: auto;
}
.transparent-header .news-insight-details .content-wrapper > img {
  margin: 80px 0;
}
.transparent-header .news-insight-details .content-wrapper .article-video {
  margin-top: 80px;
}
.transparent-header .news-insight-details .content-wrapper .component-single-video__thumbnail .yt-play img {
  height: 60px;
  width: 60px;
}
.transparent-header .news-insight-details .content-wrapper .field-description {
  color: #000;
  font-family: "Pilat Wide";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 120px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .transparent-header .news-insight-details .content-wrapper .field-description {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 64px;
  }
}
.transparent-header .news-insight-details .content-wrapper .date-share .content-date p {
  color: #6e6e72;
  /* Desktop/Date */
  font-family: "Pilat Wide";
  font-size: 13px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%; /* 19.5px */
  text-transform: uppercase;
}
.transparent-header .news-insight-details .content-wrapper .date-share .content-share p {
  color: #6e6e72;
  /* Desktop/Date */
  font-family: "Pilat Wide";
  font-size: 13px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%; /* 19.5px */
  text-transform: uppercase;
}
.transparent-header .news-insight-details .content-wrapper p,
.transparent-header .news-insight-details .content-wrapper ul li {
  color: #6e6e72;
  font-family: "Pilat Wide";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 200% */
  text-align: right;
}
@media screen and (max-width: 767px) {
  .transparent-header .news-insight-details .content-wrapper p,
  .transparent-header .news-insight-details .content-wrapper ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 28px;
    text-align: right;
  }
}
.transparent-header .news-insight-details .content-wrapper a {
  color: #3e3c90;
  font-family: "Pilat Wide";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.transparent-header .news-insight-details .content-wrapper h3 {
  color: #000;
  /* Desktop/Title M 36 */
  font-family: "Pilat Wide";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 39.6px */
  text-transform: uppercase;
  margin-bottom: 48px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .transparent-header .news-insight-details .content-wrapper h3 {
    margin-top: 64px;
    line-height: 100%;
  }
}
.transparent-header .news-insight-details .content-wrapper figure {
  margin-bottom: 80px;
}
.transparent-header .news-insight-details .content-wrapper figure figcaption {
  color: #6e6e72;
  /* Desktop/Body S 14 */
  font-family: "Pilat Wide";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.transparent-header .news-insight-details .content-wrapper .image-wrapper {
  margin-top: 80px;
}
.transparent-header .news-insight-details .content-wrapper .image-wrapper + h3 {
  margin-top: 0px;
}
.transparent-header .news-insight-details .content-banner-img {
  margin-bottom: 0px;
}

.news-insight-details .h1 {
  text-align: right;
  color: #000;
  font-family: "Pilat Wide";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .news-insight-details .h1 {
    font-size: 28px;
  }
}

.date-share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 920px) {
  .date-share {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 24px;
  }
}
.date-share .content-date {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.date-share .content-date .content-tabs {
  border-radius: 50px;
  background: #f8f8f8;
  color: #6e6e72;
  text-align: center;
  font-feature-settings: "calt" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  padding: 5px 10px;
}
.date-share .content-date p {
  margin-bottom: 0px;
  color: #6e6e72;
  font-size: 13px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  text-transform: uppercase;
}
.date-share .content-share {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-align: center;
      align-items: center;
}
.date-share .content-share a {
  line-height: 11px !important;
}
.date-share .content-share a:hover svg path {
  fill: #5154b6;
}
.date-share .content-share p {
  color: #6e6e72;
  font-size: 13px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .image-wrapper.image-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .image-wrapper.image-flex .image-wrapper-item {
    width: 50%;
    margin-bottom: 0px;
  }
  .image-wrapper.image-flex .image-wrapper-item:first-child {
    padding-left: 8px;
  }
}
.image-wrapper.image-flex .img-fluid {
  height: 100%;
  aspect-ratio: 6/4;
  object-fit: cover;
}

.news-insight-content .content-wrapper .h1 {
  overflow: hidden;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 32px;
  margin-top: 32px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .news-insight-content .content-wrapper .h1 {
    font-size: 28px;
  }
}
.news-insight-content .content-wrapper .content-quote {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 120px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .news-insight-content .content-wrapper .content-quote {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 64px;
    text-align: right;
  }
}
.news-insight-content .content-wrapper .content-banner-img {
  margin-bottom: 0px;
}
.news-insight-content .content-wrapper .content-img-caption {
  margin-bottom: 0px;
  color: #6e6e72;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.news-insight-content .content-wrapper .content-wrapper-block p {
  color: #6e6e72;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .news-insight-content .content-wrapper .content-wrapper-block p {
    font-size: 16px;
    font-weight: 450;
    line-height: 28px;
    margin-bottom: 36px;
  }
}
.news-insight-content .content-wrapper .content-wrapper-block .highlight {
  margin-top: 0px;
  margin-bottom: 48px;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .news-insight-content .content-wrapper .content-wrapper-block .highlight {
    line-height: 100%;
  }
}
.news-insight-content .content-wrapper .content-wrapper-block a {
  color: #3e3c90;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.news-insight-content .content-wrapper .content-wrapper-block .article-video {
  margin-bottom: 36px;
}
.news-insight-content .content-wrapper .content-wrapper-block .article-video .img-fluid.lozad-picture {
  aspect-ratio: auto;
}
.news-insight-content .content-wrapper .img-fluid {
  height: 100%;
  aspect-ratio: 6/4;
  object-fit: cover;
}
.news-insight-content .content-wrapper b {
  color: #6e6e72;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.news-insight-content .content-wrapper figure,
.news-insight-content .content-wrapper ul {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .news-insight-content .content-wrapper figure,
  .news-insight-content .content-wrapper ul {
    margin-bottom: 36px;
  }
}
.news-insight-content .content-wrapper .image-wrapper.image-flex {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .news-insight-content .content-wrapper .image-wrapper.image-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .news-insight-content .content-wrapper .image-wrapper.image-flex .image-wrapper-item {
    width: 50%;
    margin-bottom: 0px;
  }
  .news-insight-content .content-wrapper .image-wrapper.image-flex .image-wrapper-item:first-child {
    padding-left: 8px;
  }
}

.news-related-articles {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 767.98px) {
  .news-related-articles {
    margin-top: 67px;
    margin-bottom: 67px;
  }
}
.news-related-articles .related-articles-heading {
  color: #000;
  /* Desktop/Title M 36 */
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 39.6px */
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .news-related-articles .related-articles-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.news-related-articles .related-articles-wrap {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .news-related-articles .related-articles-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 24px;
  }
}
.news-related-articles .related-articles-cta {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  position: relative;
  line-height: 28px;
  font-size: 19px;
  color: #000;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 11px 20px 11px 20px;
  width: auto;
}
.news-related-articles .related-articles-cta:hover {
  color: #5154b6;
}
@media (max-width: 767.98px) {
  .news-related-articles .related-articles-cta {
    margin-left: auto;
  }
}
.news-related-articles .article-box {
  display: block;
}
@media (max-width: 767.98px) {
  .news-related-articles .article-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border-top: 1px solid #e3e3e3;
    padding-top: 16px;
    margin-bottom: 32px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.news-related-articles .article-box > a {
  margin-bottom: 24px;
  display: block;
  position: relative;
  overflow: hidden;
}
.news-related-articles .article-box > a:before {
  position: absolute;
  top: 0;
  right: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
}
.news-related-articles .article-box > a:hover:before {
  animation: shine 0.75s;
}
.news-related-articles .article-box img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .news-related-articles .article-box img {
    width: 110px;
    -ms-flex-order: 1;
        order: 1;
    height: 110px;
    object-fit: cover;
    margin-bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  .news-related-articles .article-box .r-article-content-box {
    -ms-flex-order: 0;
        order: 0;
    width: 60%;
  }
}
.news-related-articles .article-box .r-article-content-box .r-article-tag-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .news-related-articles .article-box .r-article-content-box .r-article-tag-date {
    gap: 4px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.news-related-articles .article-box .r-article-content-box .r-article-tag {
  border-radius: 50px;
  background: #f8f8f8;
  color: #6e6e72;
  text-align: center;
  font-feature-settings: "calt" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  text-transform: uppercase;
  padding: 5px 10px;
}
.news-related-articles .article-box .r-article-content-box .r-article-date {
  color: #6e6e72;
  font-size: 13px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%; /* 19.5px */
  text-transform: uppercase;
  white-space: nowrap;
}
.news-related-articles .article-box .r-article-content-box .r-article-title {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 147.368% */
  margin-bottom: 12px;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (max-width: 767.98px) {
  .news-related-articles .article-box .r-article-content-box .r-article-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
  }
}
.news-related-articles .article-box .r-article-content-box .r-article-title:hover {
  color: #5154b6 !important;
}
.news-related-articles .article-box .r-article-content-box .r-article-content {
  color: #6e6e72;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px; /* 171.429% */
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media (max-width: 767.98px) {
  .news-related-articles .article-box .r-article-content-box .r-article-content {
    display: none;
  }
}

.digital-wall-container {
  width: 100%;
  background-color: #1E1450;
  margin: 0 auto;
  padding-bottom: 54px;
  padding-top: 54px;
}
.digital-wall-container.full-height {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.digital-wall-container .component-content {
  max-width: 100%;
}

.digital-wall-top {
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  width: 1440px;
  margin: 20px auto;
  color: #fff;
  margin-bottom: 40px;
}
.digital-wall-top h2 {
  margin-bottom: 0px;
}

@media all and (max-width: 768px) {
  .digital-wall-top {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 32px;
  }
  .digital-wall-top h2 {
    font-size: 24px;
    line-height: 29px;
    padding-left: 70px;
  }
}
.digital-wall-bottom {
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  width: 1440px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.digital-wall-scroll {
  display: none;
  width: 300px;
  height: 100%;
  position: absolute;
  z-index: 10;
}

@media all and (min-width: 768px) {
  .digital-wall-scroll {
    display: block;
  }
}
.digital-wall-scroll.right {
  left: 0px;
}

.digital-wall-wrapper {
  display: block;
  min-width: 100%;
  height: 544px;
  overflow: hidden;
  position: relative;
  margin-right: -60px;
}

@media all and (max-width: 768px) {
  .digital-wall-wrapper {
    margin-right: -91px;
    height: 252px;
  }
}
.digital-wall-item {
  width: 200px;
  height: 200px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  transition: all 0.5s linear;
}

.digital-wall-info:before {
  content: "";
  position: absolute;
  right: 0;
  top: -40px;
  width: 100%;
  height: calc(100% + 40px);
  opacity: 0.6;
  z-index: -1;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 44.85%, rgba(0, 0, 0, 0.60) 80.29%), url(<path-to-image>) lightgray 50% / cover no-repeat; */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.9) 100%);
}

@media all and (max-width: 768px) {
  .digital-wall-item {
    transition: all 0.3s linear;
  }
}
.digital-wall-item img {
  width: 100%;
  object-fit: fill;
}

.digital-wall-item:nth-child(7n+7) {
  width: 200px;
  height: 200px;
  margin-right: 1512px;
  margin-top: 10px;
}

@media all and (max-width: 768px) {
  .digital-wall-item:nth-child(7n+7) {
    width: 73px;
    height: 73px;
    margin-right: 584px;
    margin-top: 0px;
  }
}
.digital-wall-item:nth-child(7n+6) {
  width: 300px;
  height: 300px;
  margin-right: 1330px;
  margin-top: 220px;
  z-index: 2;
}

@media all and (max-width: 768px) {
  .digital-wall-item:nth-child(7n+6) {
    width: 163px;
    height: 163px;
    margin-right: 494px;
    margin-top: 89px;
  }
}
.digital-wall-item:nth-child(7n+5) {
  width: 200px;
  height: 200px;
  margin-top: 105px;
  margin-right: 1240px;
  z-index: 3;
}

@media all and (max-width: 768px) {
  .digital-wall-item:nth-child(7n+5) {
    margin-right: 470px;
    width: 74px;
    height: 74px;
    margin-top: 39px;
  }
}
.digital-wall-item:nth-child(7n+4) {
  margin-right: 627px;
  width: 540px;
  height: 540px;
  z-index: 4;
}

@media all and (max-width: 768px) {
  .digital-wall-item:nth-child(7n+4) {
    margin-right: 202px;
    width: 252px;
    height: 252px;
    margin-top: 0px;
  }
}
.digital-wall-item:nth-child(7n+3) {
  width: 200px;
  height: 200px;
  margin-top: 330px;
  margin-right: 354px;
  z-index: 5;
}

@media all and (max-width: 768px) {
  .digital-wall-item:nth-child(7n+3) {
    width: 73px;
    height: 73px;
    margin-top: 180px;
    margin-right: 113px;
  }
}
.digital-wall-item:nth-child(7n+2) {
  width: 300px;
  height: 300px;
  margin-right: 204px;
  margin-top: 10px;
  z-index: 6;
}

@media all and (max-width: 768px) {
  .digital-wall-item:nth-child(7n+2) {
    width: 163px;
    height: 163px;
    margin-right: 24px;
    margin-top: 0px;
  }
}
.digital-wall-item:nth-child(7n+1) {
  width: 200px;
  height: 200px;
  margin-top: 278px;
  margin-right: 64px;
  z-index: 7;
}

@media all and (max-width: 768px) {
  .digital-wall-item:nth-child(7n+1) {
    width: 74px;
    height: 74px;
    margin-top: 139px;
    margin-right: 0px;
  }
}
.digital-wall-info {
  opacity: 0;
  padding: 30px 40px;
  width: 100%;
  color: #fff;
  position: relative;
  transition: opacity 1s ease 5s;
}

@media all and (max-width: 768px) {
  .digital-wall-info {
    padding: 15px 20px;
  }
}
.digital-wall-item:nth-child(7n+4) .digital-wall-info {
  height: auto;
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  animation: fadeInOpacity 1s ease forwards;
  animation-delay: 0.5s;
}

@keyframes fadeInOpacity {
  to {
    opacity: 1;
  }
}
.digital-wall-item:nth-child(7n+8) {
  margin-right: 1760px;
}

@media all and (max-width: 768px) {
  .digital-wall-item:nth-child(7n+8) {
    margin-right: 670px;
  }
}
.digital-wall-item:nth-child(7n+9) {
  margin-right: 1899px;
}

@media all and (max-width: 768px) {
  .digital-wall-item:nth-child(7n+9) {
    margin-right: 694px;
  }
}
.digital-wall-item:nth-child(7n+10) {
  margin-right: 2050px;
}

@media all and (max-width: 768px) {
  .digital-wall-item:nth-child(7n+10) {
    margin-right: 783px;
  }
}
.digital-wall-item:nth-child(7n+11) {
  margin-right: 2323px;
}

@media all and (max-width: 768px) {
  .digital-wall-item:nth-child(7n+11) {
    margin-right: 872px;
  }
}
.digital-wall-item:nth-child(7n+12) {
  margin-right: 2935px;
}

@media all and (max-width: 768px) {
  .digital-wall-item:nth-child(7n+12) {
    margin-right: 1142px;
  }
}
.digital-wall-item:nth-child(7n+13) {
  margin-right: 3025px;
}

@media all and (max-width: 768px) {
  .digital-wall-item:nth-child(7n+13) {
    margin-right: 1154px;
  }
}
.digital-wall-item:nth-child(7n+14) {
  margin-right: 3207px;
  transition: none;
}

@media all and (max-width: 768px) {
  .digital-wall-item:nth-child(7n+14) {
    margin-right: 1238px;
  }
}
.digital-wall-btns-wrapper {
  width: 100%;
  min-height: 24px;
  margin-bottom: 32px;
  padding: 0px 25px;
  display: none;
}

@media all and (max-width: 768px) {
  .digital-wall-btns-wrapper {
    display: block;
    margin-top: -56px;
  }
  .digital-wall-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: end;
    gap: 12px;
  }
}
.digital-wall-btns > div {
  width: 24px;
  font-size: 0px;
  height: 24px;
}

.digital-wall-btns .scroll-left {
  background: url(../../images/digital-wall/wall-arrow-left.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.digital-wall-btns .scroll-right {
  background: url(../../images/digital-wall/wall-arrow-right.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.digital-wall-info .title {
  font-size: 13.067px;
  font-style: normal;
  font-weight: 700;
  line-height: 15.867px;
  letter-spacing: -0.233px;
  margin-bottom: 0px;
}

@media all and (min-width: 768px) {
  .digital-wall-info .title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: -0.5px;
  }
}
.digital-wall-info .name {
  font-size: 9.333px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.867px;
  /* 170% */
  letter-spacing: 0px;
  margin-bottom: 0px;
}

@media all and (min-width: 768px) {
  .digital-wall-info .name {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
  }
}
.digital-wall-info .location {
  color: #B8B6EB;
  font-size: 7.467px;
  font-style: normal;
  font-weight: 600;
  line-height: 11.2px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

@media all and (min-width: 768px) {
  .digital-wall-info .location {
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
  }
}
