@charset "UTF-8";
/*
 *  External library overrides
 *
 */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
: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", 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: transparent; }

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .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.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .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.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .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.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .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.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  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: #80bdff;
    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; }

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    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-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #1DD555;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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: center right calc(0.375em + 0.1875rem);
  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 .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #1DD555;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #1DD555;
    box-shadow: 0 0 0 0.2rem rgba(29, 213, 85, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

.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 ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

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

.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 ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.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: 80%;
  color: #CC003D; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #CC003D;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23CC003D' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23CC003D' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  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 .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #CC003D;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23CC003D' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23CC003D' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #CC003D;
    box-shadow: 0 0 0 0.2rem rgba(204, 0, 61, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.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 ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

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

.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 ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.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-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -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;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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; }

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

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

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

.btn-success {
  color: #fff;
  background-color: #1DD555;
  border-color: #1DD555; }
  .btn-success:hover {
    color: #fff;
    background-color: #18b348;
    border-color: #17a843; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 219, 111, 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: #17a843;
    border-color: #159d3f; }
    .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(63, 219, 111, 0.5); }

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

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

.btn-danger {
  color: #fff;
  background-color: #CC003D;
  border-color: #CC003D; }
  .btn-danger:hover {
    color: #fff;
    background-color: #a60032;
    border-color: #99002e; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 38, 90, 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: #99002e;
    border-color: #8c002a; }
    .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(212, 38, 90, 0.5); }

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

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

.btn-outline-primary {
  color: #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: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -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-left: -1px; }

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

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

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

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

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

.btn-group-vertical {
  -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-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: -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%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -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-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

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

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

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

.input-group-text {
  display: -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-right: 1.75rem; }

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    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: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

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

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

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  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' 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' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

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

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    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 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    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-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

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

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

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

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

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

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

.custom-control-label::before,
.custom-file-label,
.custom-select {
  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-left: 0;
  margin-bottom: 0;
  list-style: none; }

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

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

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

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

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

.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 {
    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-right: 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-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        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-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        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-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        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-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        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-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: 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 {
    padding-right: 0;
    padding-left: 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-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: 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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a: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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a: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-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-group > .card {
    margin-bottom: 8px; }
  @media (min-width: 576px) {
    .card-group {
      -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-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

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

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

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    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-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

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

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    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: #17a843; }
  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: #117a8b; }
  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: #d39e00; }
  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: #99002e; }
  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: #dae0e5; }
  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: #1d2124; }
  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-right: 0;
  padding-left: 0;
  border-radius: 0; }

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

.alert-heading {
  color: inherit; }

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

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

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

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

.alert-success {
  color: #0f6f2c;
  background-color: #d2f7dd;
  border-color: #c0f3cf; }
  .alert-success hr {
    border-top-color: #abefbf; }
  .alert-success .alert-link {
    color: #09421a; }

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

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

.alert-danger {
  color: #6a0020;
  background-color: #f5ccd8;
  border-color: #f1b8c9; }
  .alert-danger hr {
    border-top-color: #eda3b9; }
  .alert-danger .alert-link {
    color: #370011; }

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

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

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

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  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;
  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: progress-bar-stripes 1s linear infinite; }
  @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-left: 0;
  margin-bottom: 0; }

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.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-horizontal {
  -ms-flex-direction: row;
      flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

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

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

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

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

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

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

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

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

.list-group-item-success {
  color: #0f6f2c;
  background-color: #c0f3cf; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0f6f2c;
    background-color: #abefbf; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f6f2c;
    border-color: #0f6f2c; }

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

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

.list-group-item-danger {
  color: #6a0020;
  background-color: #f1b8c9; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #6a0020;
    background-color: #eda3b9; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #6a0020;
    border-color: #6a0020; }

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

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

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

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

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

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

.toast-header {
  display: -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); }

.toast-body {
  padding: 0.75rem; }

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    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-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);
    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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -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-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.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-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

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

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  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: 0s 0.6s opacity; }
  @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%;
  color: #fff;
  text-align: center;
  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 {
  left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -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;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

.flex-row {
  -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: left !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .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 {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: 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;
        left: 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: left;
    -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;
    -moz-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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* 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;
  left: 50%;
  top: 50%;
  margin-left: -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 (-webkit-min-device-pixel-ratio: 2), (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: ltr;
  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-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 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;
  left: 22px; }

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 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;
  -moz-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*/
  left: 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*/
  right: 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 .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;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  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-left: 4px solid transparent;
  border-right: 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-left: 4px solid transparent;
  border-right: 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%;
  left: 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-left: .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 0 .5ch;
  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;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  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 0 .5ch;
  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: left;
  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: 50px 0 0 50px; }

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

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

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

.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;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  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: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-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 {
  max-width: 1380px; }

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

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 {
  font-size: 19px;
  line-height: 35px;
  margin-bottom: 20px; }

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;
  height: 100px;
  width: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11;
  background-size: 100%; }
  .loader-active:before {
    position: fixed;
    left: 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 {
  display: block;
  min-height: 1rem; }
  .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: hidden; }

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

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

.primary-cta {
  font-weight: bold;
  font-size: 16px !important;
  line-height: 36px !important;
  padding: 0 60px 0 0 !important;
  color: #003764;
  position: relative;
  display: inline-block !important;
  text-transform: uppercase;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden; }
  .primary-cta:hover {
    color: #003764; }
    .primary-cta:hover:before {
      content: none; }
    .primary-cta:hover:after {
      right: 0; }
  .primary-cta:before {
    position: absolute;
    content: '';
    border-bottom: solid 1px #003764;
    right: 0;
    top: 50%;
    width: 45px;
    height: 1px;
    transition: transform 0.35s ease-out; }
  .primary-cta:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 2px;
    right: 100%;
    top: 15px;
    background: #003764;
    opacity: 0.3;
    height: 6px;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; }

.primary-cta-white {
  font-weight: bold;
  font-size: 16px !important;
  line-height: 36px !important;
  padding: 0 60px 0 0 !important;
  position: relative;
  display: inline-block !important;
  text-transform: uppercase;
  color: #fff !important;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  cursor: pointer; }
  .primary-cta-white:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 2px;
    right: 100%;
    top: 15px;
    background: #fff;
    height: 6px;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    opacity: 0.3; }
  .primary-cta-white:before {
    border-bottom: solid 1px #fff;
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 45px;
    height: 1px; }
  .primary-cta-white:hover {
    color: #fff; }
    .primary-cta-white:hover:before {
      content: none; }
    .primary-cta-white:hover:after {
      right: 0; }

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

.parallax {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .parallax-above {
    position: relative;
    z-index: 1; }

.landing-page,
.landing-page-main {
  margin-top: 67px; }

.mobile-menu-active {
  overflow-y: hidden;
  position: fixed;
  width: 100%; }
  .mobile-menu-active:before {
    position: absolute;
    left: 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; } }

.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 .content-wrapper {
  text-align: justify; }

.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-right: 10px; }
    .content-container .image-wrapper-item:last-child {
      padding-left: 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: right;
  margin: 0 0 15px 20px; }

.content-container .img-full {
  margin-bottom: 70px; }

.content-container .img-left {
  float: left;
  margin: 0 20px 15px 0; }

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

.content-container ul,
.content-container ol {
  padding-left: 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 {
  color: #125e16; }

#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 0 27px 30px;
    font-size: 19px;
    line-height: 36px;
    color: #333; }
  .table tbody tr td {
    border-bottom: solid 1px #e3e3e3;
    padding: 33px 0 27px 30px;
    font-size: 19px;
    line-height: 36px;
    color: #555; }
  .table tbody tr:last-child td {
    border-bottom: 0 none; }

@media screen and (max-width: 1450px) {
  .container-fluid {
    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 {
    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: left; }
  .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;
  right: 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: .8;
        padding: 6px 30px 6px 26px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px; }
        .actionbtnWrap .actionbtn li a:hover {
          font-weight: bold; }
        .actionbtnWrap .actionbtn li a .xicon {
          max-width: 20px;
          margin-right: 15px; }

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

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

.icon-insta:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-contact:before {
  content: ""; }

.icon-globe:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-play-icon:before {
  content: ""; }

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

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

.icon-bio:before {
  content: ""; }

.icon-headshot:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-attach:before {
  content: ""; }

@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;
      left: 8px;
      bottom: -5px;
      height: 7px;
      width: 7px;
      border-left: 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%);
    left: 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 10px 10px 25px;
        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-right: 20px; }

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

.location-geo-ip {
  background-color: #454545;
  height: 116px;
  color: #fff;
  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: #454545;
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%; }
  .location-geo-ip:after {
    background-color: #454545;
    position: absolute;
    content: "";
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%; }
  .location-geo-ip .location-copy {
    display: -ms-flexbox;
    display: flex; }
    .location-geo-ip .location-copy-left {
      margin-right: 15px; }
      .location-geo-ip .location-copy-left p {
        margin-bottom: 0;
        line-height: 27px; }
    .location-geo-ip .location-copy-right img {
      width: 35px;
      margin-right: 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-right: 15px; }
      .location-geo-ip .geo-dropdown-container .geo-dropdown .geo-dropdown-selected {
        font-size: 16px;
        line-height: 19px;
        font-weight: bold;
        height: 41px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding: 0 30px 0 20px;
        position: relative;
        border: solid 1px #717070;
        cursor: pointer;
        border-radius: 25px; }
        .location-geo-ip .geo-dropdown-container .geo-dropdown .geo-dropdown-selected:before {
          content: "";
          position: absolute;
          right: 20px;
          top: 17px;
          height: 7px;
          width: 7px;
          border-left: 2px solid #fff;
          border-bottom: 2px solid #fff;
          -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: 20px;
            -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: #454545;
        width: 100%;
        padding-left: 0;
        border: solid 1px #717070;
        border-radius: 0 0 25px 25px; }
        .location-geo-ip .geo-dropdown-container .geo-dropdown ul li {
          padding-left: 19px;
          border-bottom: solid 1px #717070;
          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: #fff; }
            .location-geo-ip .geo-dropdown-container .geo-dropdown ul li a:hover {
              font-weight: bold; }
    .location-geo-ip .geo-dropdown-container .geo-cta {
      font-size: 17px;
      line-height: 21px;
      color: #fff;
      background: #CC003D;
      height: 41px;
      padding: 0 20px;
      border-radius: 25px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-right: 50px; }
    .location-geo-ip .geo-dropdown-container .geo-close {
      color: #fff;
      font-weight: bold; }

.client .location-geo-ip {
  background-color: #454545;
  height: 116px;
  color: #fff;
  position: relative;
  z-index: 20;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .client .location-geo-ip.active {
    display: -ms-flexbox;
    display: flex; }
  .client .location-geo-ip:before {
    background-color: #454545;
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%; }
  .client .location-geo-ip:after {
    background-color: #454545;
    position: absolute;
    content: "";
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%; }
  .client .location-geo-ip .location-copy {
    display: -ms-flexbox;
    display: flex; }
    .client .location-geo-ip .location-copy-left {
      margin-right: 15px; }
      .client .location-geo-ip .location-copy-left p {
        margin-bottom: 0;
        line-height: 27px; }
    .client .location-geo-ip .location-copy-right img {
      width: 35px;
      margin-right: 10px; }
    .client .location-geo-ip .location-copy-right span {
      font-weight: bold;
      font-size: 16px;
      line-height: 19px; }
  .client .location-geo-ip .geo-dropdown-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .client .location-geo-ip .geo-dropdown-container .geo-dropdown {
      position: relative;
      width: 253px;
      margin-right: 15px; }
      .client .location-geo-ip .geo-dropdown-container .geo-dropdown .geo-dropdown-selected {
        font-size: 16px;
        line-height: 19px;
        font-weight: bold;
        height: 41px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding: 0 30px 0 20px;
        position: relative;
        border: solid 1px #717070;
        cursor: pointer;
        border-radius: 25px; }
        .client .location-geo-ip .geo-dropdown-container .geo-dropdown .geo-dropdown-selected:before {
          content: "";
          position: absolute;
          right: 20px;
          top: 17px;
          height: 7px;
          width: 7px;
          border-left: 2px solid #fff;
          border-bottom: 2px solid #fff;
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
        .client .location-geo-ip .geo-dropdown-container .geo-dropdown .geo-dropdown-selected.active {
          border-radius: 25px 25px 0 0;
          border-bottom: none; }
          .client .location-geo-ip .geo-dropdown-container .geo-dropdown .geo-dropdown-selected.active:before {
            top: 20px;
            -ms-transform: rotate(135deg);
                transform: rotate(135deg); }
      .client .location-geo-ip .geo-dropdown-container .geo-dropdown ul {
        display: none;
        position: absolute;
        padding: 0;
        list-style: none;
        background: #454545;
        width: 100%;
        padding-left: 0;
        border: solid 1px #717070;
        border-radius: 0 0 25px 25px; }
        .client .location-geo-ip .geo-dropdown-container .geo-dropdown ul li {
          padding-left: 19px;
          border-bottom: solid 1px #717070;
          margin: 0 1px;
          height: 40px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          cursor: pointer; }
          .client .location-geo-ip .geo-dropdown-container .geo-dropdown ul li:last-child {
            border: 0 none; }
          .client .location-geo-ip .geo-dropdown-container .geo-dropdown ul li.selected {
            display: none; }
          .client .location-geo-ip .geo-dropdown-container .geo-dropdown ul li a {
            font-size: 16px;
            line-height: 19px;
            color: #fff; }
            .client .location-geo-ip .geo-dropdown-container .geo-dropdown ul li a:hover {
              font-weight: bold; }
    .client .location-geo-ip .geo-dropdown-container .geo-cta {
      font-size: 17px;
      line-height: 21px;
      color: #fff;
      background: #CC003D;
      height: 41px;
      padding: 0 20px;
      border-radius: 25px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-right: 50px; }
    .client .location-geo-ip .geo-dropdown-container .geo-close {
      color: #fff;
      font-weight: bold; }

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-right: 20px; }
      @media only screen and (min-width: 1201px) and (max-width: 1279px) {
        header .utility-nav ul li {
          margin-right: 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-right: 20px; }
        header .utility-links ul li a {
          color: #fff;
          display: -ms-flexbox;
          display: flex;
          height: 37px; }
          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-right: 0;
          margin-left: 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;
              left: 50%;
              bottom: 5px;
              height: 7px;
              width: 7px;
              border-left: 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;
            left: 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 50px 10px 20px; }
                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;
        left: 50%;
        bottom: 5px;
        height: 7px;
        width: 7px;
        border-left: 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-nav ul > li:last-child a {
      padding-right: 0;
      text-align: right;
      padding-left: 15px; }

header .main-secondary {
  position: absolute;
  width: 100%;
  visibility: hidden;
  min-height: 600px;
  background: #1c1c1c;
  left: 0;
  right: 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 50px 60px 0; }
    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-left: 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: left; }
          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-left: 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; }

.client 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; }
  .client header .header:before {
    background-color: #1c1c1c; }
  .client header .header:after {
    background-color: #1c1c1c; }

.client header .logo {
  z-index: 3; }
  .client 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; }
    .client header .logo a span {
      font-size: 12px;
      line-height: 14px;
      color: #fff;
      padding: 5px 0 0 0; }
    .client header .logo a img {
      padding-top: 4px; }

.client header .utility {
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  -ms-flex-align: center;
      align-items: center;
  background-color: #1c1c1c;
  position: relative; }
  .client header .utility:before {
    background-color: #1c1c1c; }
  .client header .utility:after {
    background-color: #1c1c1c; }
  .client header .utility-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex; }
    .client header .utility-nav ul li {
      margin-right: 20px; }
      @media only screen and (min-width: 1201px) and (max-width: 1279px) {
        .client header .utility-nav ul li {
          margin-right: 15px; } }
      .client header .utility-nav ul li a {
        color: #fff;
        font-size: 15px;
        line-height: 18px;
        color: #fff;
        text-align: center;
        display: block; }
        .client header .utility-nav ul li a:after {
          content: attr(data-nav);
          font-weight: bold;
          display: block;
          margin-top: -24px;
          opacity: 0; }
        .client header .utility-nav ul li a:hover {
          font-weight: bold; }
  .client header .utility-links {
    z-index: 3; }
    .client header .utility-links ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .client header .utility-links ul li {
        margin-right: 20px; }
        .client header .utility-links ul li a {
          color: #fff;
          display: -ms-flexbox;
          display: flex;
          height: 37px; }
          .client header .utility-links ul li a .icon {
            font-size: 18px;
            margin: 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center; }
        .client header .utility-links ul li:last-child {
          margin-right: 0;
          margin-left: 7px; }
        .client header .utility-links ul li.lang-cta {
          font-size: 15px;
          position: relative; }
          .client header .utility-links ul li.lang-cta span {
            display: block;
            position: relative;
            cursor: pointer; }
            .client header .utility-links ul li.lang-cta span:hover:before {
              content: ""; }
            .client header .utility-links ul li.lang-cta span.active:before {
              content: ""; }
            .client header .utility-links ul li.lang-cta span:before {
              position: absolute;
              left: 50%;
              bottom: 5px;
              height: 7px;
              width: 7px;
              border-left: 2px solid #fff;
              border-bottom: 2px solid #fff;
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
              pointer-events: none;
              z-index: 2;
              top: 30px; }
          .client header .utility-links ul li.lang-cta ul {
            position: absolute;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            background: #1c1c1c;
            top: 48px;
            z-index: 5;
            left: 50%;
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
            display: none; }
            .client header .utility-links ul li.lang-cta ul li {
              margin: 0;
              width: 100%;
              border-bottom: solid 1px #5c5c5c; }
              .client header .utility-links ul li.lang-cta ul li:last-child {
                border: 0 none; }
                .client header .utility-links ul li.lang-cta ul li:last-child a {
                  padding-bottom: 30px; }
              .client header .utility-links ul li.lang-cta ul li.active {
                display: none; }
              .client header .utility-links ul li.lang-cta ul li a {
                display: block;
                height: auto;
                padding: 10px 50px 10px 20px; }
                .client header .utility-links ul li.lang-cta ul li a:hover {
                  color: #CC003D; }
              .client header .utility-links ul li.lang-cta ul li.ar a {
                font-family: Makdessi; }
              .client header .utility-links ul li.lang-cta ul li.ae a {
                font-family: Makdessi; }
        .client header .utility-links ul li.globe-cta a .icon {
          font-size: 20px; }

.client header .main-nav {
  width: 100%;
  position: relative;
  z-index: 2; }
  .client header .main-nav ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .client header .main-nav ul > li:hover a {
      font-weight: bold; }
    .client header .main-nav ul > li.level2:hover .main-secondary {
      opacity: 1;
      z-index: 1;
      visibility: visible;
      transition-delay: 0.3s; }
      .client header .main-nav ul > li.level2:hover .main-secondary .secondary-nav {
        max-height: 1000px;
        transition-delay: 0.3s; }
    .client header .main-nav ul > li.level2:hover > a {
      position: relative; }
      .client header .main-nav ul > li.level2:hover > a:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 5px;
        height: 7px;
        width: 7px;
        border-left: 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; }
    .client 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; }
      .client header .main-nav ul > li > a:hover {
        font-weight: bold; }
      .client header .main-nav ul > li > a:after {
        content: attr(data-nav);
        font-weight: bold;
        display: block;
        margin-top: -24px;
        opacity: 0; }
    .client header .main-nav ul > li:last-child a {
      padding-right: 0;
      text-align: right;
      padding-left: 15px; }

.client header .main-secondary {
  position: absolute;
  width: 100%;
  visibility: hidden;
  min-height: 600px;
  background: #1c1c1c;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 55px;
  opacity: 0;
  z-index: -1; }
  .client header .main-secondary:before {
    background: #1c1c1c; }
  .client header .main-secondary:after {
    background: #1c1c1c; }
  .client header .main-secondary .secondary-nav {
    overflow: hidden;
    max-height: 0;
    transition: max-height 800ms ease-out; }
  .client header .main-secondary .secondary-left {
    padding: 40px 50px 60px 0; }
    .client header .main-secondary .secondary-left ul {
      display: block; }
      .client header .main-secondary .secondary-left ul li {
        width: 100%; }
        .client header .main-secondary .secondary-left ul li ul li:last-child {
          border-bottom: solid 1px #5c5c5c; }
        .client header .main-secondary .secondary-left ul li ul li a {
          padding-left: 15px;
          font-size: 15px;
          line-height: 22px;
          border: 0 none; }
        .client header .main-secondary .secondary-left ul li a {
          padding: 10px 0;
          border-bottom: solid 1px #5c5c5c;
          font-weight: normal;
          text-align: left; }
          .client header .main-secondary .secondary-left ul li a:hover {
            font-weight: normal; }
          .client header .main-secondary .secondary-left ul li a:after {
            content: "";
            margin: 0; }
  .client header .main-secondary .secondary-right {
    padding: 45px 0 60px 0; }
  .client header .main-secondary .secondary-item a {
    padding-left: 0 !important; }
  .client header .main-secondary .secondary-item img {
    margin-bottom: 25px; }
  .client header .main-secondary .secondary-item h2 {
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 20px; }
    .client header .main-secondary .secondary-item h2 a,
    .client header .main-secondary .secondary-item h2 a:hover {
      color: #fff; }
  .client 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;
      left: 8px;
      bottom: -5px;
      height: 7px;
      width: 7px;
      border-left: 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;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    display: none; }
    .globe .globe-list ul {
      display: block;
      height: 548px;
      overflow-y: auto;
      margin-right: 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-right: 20px; }

.client .globe {
  position: relative; }
  .client .globe .globe-cta .icon {
    font-size: 22px; }
  .client .globe .globe-cta.active {
    position: relative; }
    .client .globe .globe-cta.active:before {
      content: "";
      position: absolute;
      left: 8px;
      bottom: -5px;
      height: 7px;
      width: 7px;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      pointer-events: none;
      z-index: 11; }
  .client .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; }
  .client .globe .globe-list {
    position: absolute;
    top: 52px;
    z-index: 11;
    background: #1c1c1c;
    width: 300px;
    color: #fff;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    display: none; }
    .client .globe .globe-list ul {
      display: block;
      height: 548px;
      overflow-y: auto;
      margin-right: 5px; }
      .client .globe .globe-list ul::-webkit-scrollbar {
        width: 0.2em; }
      .client .globe .globe-list ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
      .client .globe .globe-list ul::-webkit-scrollbar-thumb {
        background-color: #989898; }
      .client .globe .globe-list ul li {
        margin: 0; }
        .client .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; }
          .client .globe .globe-list ul li a img {
            width: 28px;
            margin-right: 20px; }

.mo-menu {
  display: none; }

.client .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;
  right: 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-right: 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-left: 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 20px 0 10px; }
        .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;
            right: 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;
              right: 0;
              top: 20px;
              height: 7px;
              width: 7px;
              border-left: 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-left: 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 0 8px 5px; }
              .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 0 15px 10px; }
        .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;
        right: 20px;
        top: 5px;
        height: 7px;
        width: 7px;
        border-left: 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 0 30px 10px; }
      .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; }

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

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

.search-open .client 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; }

.client header .withoutbanner .headroom--pinned .main-nav ul > li > a {
  color: #fff; }

.client header .withoutbanner .headroom--top .main-nav ul > li > a {
  color: #000; }

.client header .withoutbanner .main-nav ul > li > a {
  color: #000; }

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

.left-nav {
  padding-right: 50px; }
  .left-nav h2 {
    border-bottom: solid 1px #e3e3e3;
    padding: 0 0 15px 20px;
    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;
          right: 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 0 10px 20px;
        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 0 10px 15px;
        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 0 0 20px; }
            .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;
    left: 0;
    width: 100%;
    padding-left: 34px;
    padding-right: 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; }
  .client header .animated {
    transition: transform 0.3s linear;
    will-change: transform; }
  .client header .headroom {
    transition: transform 0.3s linear;
    will-change: transform;
    position: fixed;
    left: 0;
    width: 100%;
    padding-left: 34px;
    padding-right: 34px; }
    .client header .headroom--pinned {
      -ms-transform: translateY(0%);
          transform: translateY(0%);
      z-index: 13; }
      .client header .headroom--pinned .logo {
        -ms-flex-order: 1;
            order: 1; }
      .client header .headroom--pinned .utility {
        -ms-flex-order: 3;
            order: 3; }
        .client header .headroom--pinned .utility .utility-nav,
        .client header .headroom--pinned .utility .lang-cta {
          display: none; }
      .client header .headroom--pinned .main-nav {
        -ms-flex-order: 2;
            order: 2;
        width: auto;
        position: static; }
      .client header .headroom--pinned .search {
        -ms-flex-order: 4;
            order: 4; }
        .client header .headroom--pinned .search.active {
          top: 0; }
      .client header .headroom--pinned .mobi-navigation {
        -ms-flex-order: 5;
            order: 5; }
      .client header .headroom--pinned.headroom--top .logo,
      .client header .headroom--pinned.headroom--top .utility,
      .client header .headroom--pinned.headroom--top .main-nav,
      .client header .headroom--pinned.headroom--top .search,
      .client header .headroom--pinned.headroom--top .mobi-navigation {
        -ms-flex-order: unset;
            order: unset; }
      .client header .headroom--pinned.headroom--top .lang-cta {
        display: block; }
      .client header .headroom--pinned.headroom--top .main-nav {
        width: 100%;
        position: relative; }
      .client header .headroom--pinned.headroom--top .search.active {
        top: -54px; }
      .client header .headroom--pinned.headroom--top .utility .utility-nav {
        display: block; }
    .client header .headroom--unpinned {
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
      position: fixed; }
      .client header .headroom--unpinned .main-nav {
        display: none; } }

@media only screen and (min-width: 768px) and (max-width: 1450px) {
  .client 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; }
  .client .mo-menu,
  .client .mobi-navigation {
    display: block; }
  .client .header-container {
    margin-bottom: 58px; }
  .client .anchor-list {
    top: 43px; }
  header .header {
    height: 58px;
    position: fixed;
    padding-right: 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-right: 0; }
  .client header .header {
    height: 58px;
    position: fixed;
    padding-right: 0; }
    .client header .header .logo {
      line-height: 1em; }
      .client header .header .logo img {
        width: 112px; }
      .client header .header .logo a span {
        font-size: 12px;
        line-height: 14px; }
    .client header .header .utility {
      height: 58px; }
      .client header .header .utility-links {
        margin-top: 6px; }
      .client header .header .utility .mo-menu {
        margin-right: 0; }
  .globe {
    position: static; }
    .globe .globe-list {
      top: 58px;
      right: -8px;
      left: auto;
      -ms-transform: translateX(0);
          transform: translateX(0);
      width: 350px; }
  .client .globe {
    position: static; }
    .client .globe .globe-list {
      top: 58px;
      right: -8px;
      left: 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%); }
  .client .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;
      left: 0;
      -ms-transform: translateX(0%);
          transform: translateX(0%);
      width: 100%;
      position: fixed;
      height: 100%; }
      .globe .globe-list:before {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        height: 100%;
        width: 100%;
        background-color: #1c1c1c; }
      .globe .globe-list:after {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        height: 100%;
        width: 100%;
        background-color: #1c1c1c; }
      .globe .globe-list ul {
        height: calc(100% - 150px); }
  .client .globe {
    position: static; }
    .client .globe .globe-list {
      top: 58px;
      left: 0;
      -ms-transform: translateX(0%);
          transform: translateX(0%);
      width: 100%;
      position: fixed;
      height: 100%; }
      .client .globe .globe-list:before {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        height: 100%;
        width: 100%;
        background-color: #1c1c1c; }
      .client .globe .globe-list:after {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        height: 100%;
        width: 100%;
        background-color: #1c1c1c; }
      .client .globe .globe-list ul {
        height: calc(100% - 150px); } }

@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  header .header {
    padding-right: 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; }
  .client header .header {
    padding-right: 0px; }
  .client header .headroom--pinned.headroom--not-top .logo {
    width: 180px; }
  .client 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; }
  .client 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-left: 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;
            left: 100%;
            height: 100%;
            width: 100%;
            border-bottom: solid 1px #e3e3e3;
            background: #fff; }
          .left-nav ul li > a:after {
            content: "";
            position: absolute;
            top: 1px;
            right: 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;
            right: 16px;
            top: 19px;
            height: 10px;
            width: 10px;
            border-left: 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;
              right: 100%;
              height: 100%;
              width: 100%;
              background: #fff; }
            .left-nav ul li.current ul:before {
              content: "";
              position: absolute;
              top: 1px;
              left: 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;
                  left: 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;
                  right: 100%;
                  height: 100%;
                  width: 100%;
                  background-color: #f8f8f8;
                  border: 0 none;
                  z-index: 2; } }

@media screen and (max-width: 767px) {
  .anchor-list {
    left: 0px;
    -ms-transform: translateX(0%);
        transform: translateX(0%);
    width: 100%;
    position: fixed;
    top: 57px; }
  .client .anchor-list {
    left: 0px;
    -ms-transform: translateX(0%);
        transform: translateX(0%);
    width: 100%;
    position: fixed;
    top: 57px; }
  header .header {
    padding-right: 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-left: 0;
        margin-top: -3px; }
  .client header .header {
    padding-right: 0;
    max-width: calc(100% - 0px); }
    .client header .header .logo a {
      margin-top: -10px;
      display: block; }
      .client header .header .logo a img {
        width: 105px; }
      .client header .header .logo a span {
        display: block;
        padding-left: 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; }
  .location-geo-ip .geo-dropdown-container .geo-cta {
    margin-right: 25px; }
  .client .location-geo-ip .location-copy-left p {
    font-size: 14px; }
  .client .location-geo-ip .geo-dropdown-container .geo-cta {
    margin-right: 25px; } }

@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;
      right: 0px;
      top: -40px; }
  .client .location-geo-ip.active {
    display: block; }
  .client .location-geo-ip .location-copy {
    padding: 15px 0 10px; }
  .client .location-geo-ip .geo-dropdown-container {
    position: relative; }
    .client .location-geo-ip .geo-dropdown-container .geo-close {
      position: absolute;
      right: 0px;
      top: -40px; } }

@media screen and (max-width: 576px) {
  .headroom--top.topSpace {
    top: 160px !important; }
  .client .headroom--top.topSpace {
    top: 160px !important; }
  .location-geo-ip {
    height: 160px; }
    .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; }
  .client .location-geo-ip {
    height: 160px; }
    .client .location-geo-ip .location-copy {
      padding: 15px 0 20px;
      display: block; }
      .client .location-geo-ip .location-copy-left {
        padding-bottom: 10px; }
    .client .location-geo-ip .geo-dropdown-container .geo-close {
      top: -90px; } }

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

.client .mainheader {
  position: fixed;
  z-index: 2000;
  width: 100%;
  top: 0; }
  @media screen and (max-width: 1200px) {
    .client .mainheader .header-container {
      height: 58px;
      margin-bottom: 0px; } }
  .client .mainheader .header {
    position: relative; }

.body-margin {
  margin-top: 116px; }
  @media screen and (max-width: 576px) {
    .body-margin {
      margin-top: 160px; } }

@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; }
  .client 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-right: 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-right: 15px; }
    body.xsUtNav header .utility-nav ul li a {
      font-size: 14px; } }

@media only screen and (min-width: 1201px) and (max-width: 1280px) {
  body.xsUtNav .client header .utility-nav ul li {
    margin-right: 12px; }
    body.xsUtNav .client header .utility-nav ul li a {
      font-size: 13px; } }

@media only screen and (min-width: 1281px) {
  body.xsUtNav .client header .utility-nav ul li {
    margin-right: 15px; }
    body.xsUtNav .client header .utility-nav ul li a {
      font-size: 14px; } }

.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-right: 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-right: 60px; }
          footer .footer-utility ul li:last-child {
            margin-right: 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 15px 0 0;
          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-right: 20px; }
          footer .footer-contact .social-info ul li:last-child {
            padding-right: 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-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-right: 50px; }
          footer .footer-bottom-links ul li:last-child {
            margin-right: 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; }

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

.client footer {
  background-color: #000; }

@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; }
      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: left;
        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-right: 0; }
    footer .footer-bottom-links ul .sitemap {
      display: none; }
  .client footer .footer h2 {
    font-size: 22px;
    line-height: 27px; }
  .client footer .footer-utility ul {
    display: block; }
    .client footer .footer-utility ul li {
      margin: 0 0 15px 0; }
  .client footer .footer-nav {
    display: block; }
    .client footer .footer-nav-block {
      display: block; }
      .client footer .footer-nav-block .block-full {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 20px; }
        .client footer .footer-nav-block .block-full li {
          width: 50%; }
      .client footer .footer-nav-block .block-half {
        width: 50%;
        float: left;
        margin-bottom: 30px; }
  .client footer .footer-bottom-links ul {
    font-size: 13px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .client footer .footer-bottom-links ul li {
      margin-right: 0; }
    .client 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; }
  .client footer .footer-contact .social-info ul {
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .client 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; }
  .client footer .footer-bottom-links ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .client 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;
    right: 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; }
    .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: #003764;
          width: 15px;
          height: 3px;
          right: 14px;
          margin-left: -8px;
          top: 22px;
          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: #003764;
          width: 3px;
          height: 15px;
          right: 20px;
          margin-left: -2.5px;
          top: 22px;
          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; } }

.article-title {
  margin-bottom: 30px; }

.article-block h2 {
  font-weight: bold;
  font-size: 37px;
  line-height: 45px;
  color: #000; }

.article-block-fullcolumn {
  padding: 103px 0 105px 0; }
  .article-block-fullcolumn .article-detail {
    padding: 10px 15% 10px 0; }
    .article-block-fullcolumn .article-detail h2 {
      margin-bottom: 15px; }

.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-video {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  width: 100%;
  height: 0; }
  .article-video iframe {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

.component-single-video__thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden; }
  .component-single-video__thumbnail .yt-play {
    position: absolute;
    left: 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%;
      left: 50%; }

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

.Play_Button {
  background-color: white;
  position: absolute;
  left: 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; }

.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;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      height: 100vh;
      overflow: hidden;
      width: 100%;
      background: #fff; }
      .landingBanner-blocks .block-banner-img img {
        position: absolute;
        left: 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%) 0% 0% no-repeat padding-box;
        opacity: 1;
        content: '';
        top: -1px;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1; }
      .landingBanner-blocks .block-banner-img:after {
        position: absolute;
        content: '';
        top: -1px;
        left: 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%) 0% 0% no-repeat padding-box;
        opacity: 0.78; }
    .landingBanner-blocks .block-banner-copy {
      right: 0;
      left: 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-right: 1px solid #a3a3a3;
        -ms-flex: 1;
            flex: 1; }
        .landingBanner-blocks .block-banner .banner-blocks .banner-block:last-child {
          border-right: 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-left: -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 {
      left: auto;
      position: relative;
      height: auto;
      -ms-transform: translateX(0);
          transform: translateX(0);
      overflow: visible; }
      .landingBanner-blocks .block-banner-img img {
        position: unset;
        left: 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: left;
    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;
    left: 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 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 {
      font-size: 25px;
      display: -ms-flexbox;
      display: flex;
      color: #000;
      -ms-flex-align: center;
          align-items: center;
      line-height: 30px;
      -ms-flex-pack: center;
          justify-content: center; }
      .contact-us-form .form-success h2 img,
      .sitecore-form .form-success h2 img {
        margin-left: 10px; }
  .contact-us-form .field-validation-error,
  .sitecore-form .field-validation-error {
    color: #CC003D;
    font-size: 15px;
    font-weight: normal; }
  .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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .contact-us-form .form-wrapper,
  .sitecore-form .form-wrapper {
    width: 50%;
    padding-right: 25px;
    margin-bottom: 30px; }
    .contact-us-form .form-wrapper:nth-child(2n),
    .sitecore-form .form-wrapper:nth-child(2n) {
      padding-right: 0;
      padding-left: 25px; }
    .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-container,
  .sitecore-form .form-privacy-container {
    display: inline-block;
    float: right;
    width: auto; }
  .contact-us-form .form-privacy,
  .sitecore-form .form-privacy {
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -ms-flex-align: baseline;
        align-items: baseline;
    position: relative; }
    .contact-us-form .form-privacy .field-validation-error,
    .sitecore-form .form-privacy .field-validation-error {
      margin-left: 0px;
      position: absolute;
      top: 25px;
      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 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #fff; }
      .contact-us-form .form-privacy label input,
      .sitecore-form .form-privacy label input {
        margin-right: 17px; }
    .contact-us-form .form-privacy a,
    .sitecore-form .form-privacy a {
      color: #000;
      text-decoration: underline;
      margin-left: 5px; }
  .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: 10px 27px;
      color: #fff;
      background: #CC003D;
      border-radius: 21px;
      font-size: 17px;
      line-height: 21px;
      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-left: 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;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      position: relative;
      padding-left: 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-right: 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;
        left: 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;
        left: 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;
        left: 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-left: 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 20px 0 0;
      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-right: 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;
      right: 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: 17px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    display: block;
    margin-bottom: 13px; }
  .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;
    border: none;
    border-bottom: solid 1px #e3e3e3;
    display: block;
    font-size: 19px;
    line-height: 30px;
    color: #000; }
    .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-textarea,
  .sitecore-form .form-textarea {
    margin: 60px 0 40px; }
  .contact-us-form .form-dropdown,
  .sitecore-form .form-dropdown {
    position: relative; }
    .contact-us-form .form-dropdown:before,
    .sitecore-form .form-dropdown:before {
      content: "";
      position: absolute;
      right: 10px;
      top: 50px;
      height: 10px;
      width: 10px;
      border-left: 2px solid #000;
      border-bottom: 2px solid #000;
      -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;
      font-size: 17px;
      line-height: 30px;
      color: #000;
      outline: none;
      margin-bottom: 12px;
      width: 100%;
      border-bottom: solid 1px #e3e3e3; }
    .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-right: 15px; }
    .contact-us-form .field-required label:after,
    .sitecore-form .field-required label:after {
      position: absolute;
      content: '*';
      height: 10px;
      width: 10px;
      top: 0;
      right: 0; }

.contact-us-container {
  margin-top: 67px; }

.contact-us-banner {
  position: relative; }
  .contact-us-banner .contact-us-banner-img picture .img-fluid {
    width: 100%; }

.contact-us-copy {
  position: absolute;
  top: 0;
  left: 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;
  left: 0;
  max-width: 490px;
  width: 100%;
  padding: 40px 27px; }
  .contact-us-desc:before {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    opacity: 0.7; }

.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-right: 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-right: 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%;
    left: 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;
      float: left;
      width: 100%;
      padding-bottom: 50px; }
    .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-left: 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-right: 0; }
      .contact-us-form .form-wrapper:nth-child(2n),
      .sitecore-form .form-wrapper:nth-child(2n) {
        padding-right: 0;
        padding-left: 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: 15px;
      line-height: 30px; }
    .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-right: 10px; }
    .contact-us-form .form-input.subsidiary,
    .sitecore-form .form-input.subsidiary {
      width: 50%;
      padding-left: 10px; }
    .contact-us-form .form-textarea,
    .sitecore-form .form-textarea {
      margin-top: 0; }
    .contact-us-form .form-heading,
    .sitecore-form .form-heading {
      margin-bottom: 30px; }
    .contact-us-form .form-privacy,
    .sitecore-form .form-privacy {
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin-top: 30px;
      font-size: 12px; }
      .contact-us-form .form-privacy label input,
      .sitecore-form .form-privacy label input {
        margin-right: 10px; }
    .contact-us-form .form-submit,
    .sitecore-form .form-submit {
      -ms-flex-pack: center;
          justify-content: center;
      margin-right: 0; } }

.flatpickr-time {
  height: 40px; }

.mcheckbox-layout label:nth-of-type(1) {
  display: inline-block !important;
  font-weight: bold !important;
  padding-left: 0; }
  .mcheckbox-layout label:nth-of-type(1)::after {
    color: black !important; }

.mcheckbox-layout label {
  font-weight: normal !important;
  display: block !important;
  padding-left: 30px; }
  .mcheckbox-layout label::after {
    color: transparent !important; }
  .mcheckbox-layout label input {
    position: absolute !important;
    height: 13px !important;
    width: 13px !important;
    top: 8px !important;
    left: 0 !important; }

.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-left: -1px; }
    .herobanner-wrapper .herobanner-item:before {
      position: absolute;
      content: "";
      top: 0;
      height: 100%;
      width: 100%;
      left: 0;
      z-index: 13;
      background: transparent linear-gradient(180deg, #003764 0%, #ffffff 100%) 0% 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;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    overflow: hidden;
    z-index: 13; }
    .herobanner-wrapper .herobanner-img img {
      width: 100%;
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      height: 100vh; }
    .herobanner-wrapper .herobanner-img:before {
      position: absolute;
      content: "";
      top: 0;
      height: 30%;
      width: 100%;
      left: 0;
      background: transparent linear-gradient(180deg, rgba(0, 14, 25, 0.9) 0%, rgba(51, 51, 51, 0) 100%) 0% 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%;
      left: 0;
      background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(19, 31, 39, 0.6) 45%, transparent 100%) 0% 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;
    right: 0;
    left: 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;
    right: 0;
    left: 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;
      right: 0;
      bottom: 0; }
      .herobanner-wrapper .icons-wrapper .herobanner-icons-item {
        margin-left: 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 10px 0 0;
        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-left: 0;
        margin-right: 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;
      left: 0;
      -ms-transform: translateX(0);
          transform: translateX(0); }
      .herobanner-wrapper .herobanner-item .herobanner-img img {
        height: 100%;
        position: unset;
        left: 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-left: 0;
        margin-right: 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-right: 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;
      left: 0;
      -ms-transform: translateX(0);
          transform: translateX(0); }
      .herobanner-wrapper .herobanner-item .herobanner-img img {
        height: 100%;
        position: unset;
        left: 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-left: 0;
        margin-right: 5px; }
        .herobanner-wrapper .icons-wrapper .herobanner-icons-item:last-child {
          margin-right: 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;
      left: 0;
      -ms-transform: translateX(0);
          transform: translateX(0); }
      .herobanner-wrapper .herobanner-item .herobanner-img img {
        height: 100%;
        position: unset;
        left: 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-left: 0;
        margin-right: 5px; }
        .herobanner-wrapper .icons-wrapper .herobanner-icons-item:last-child {
          margin-right: 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;
      left: 0;
      -ms-transform: translateX(0);
          transform: translateX(0); }
      .herobanner-wrapper .herobanner-item .herobanner-img img {
        height: 100%;
        position: unset;
        left: 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-left: 0;
        margin-right: 5px; }
        .herobanner-wrapper .icons-wrapper .herobanner-icons-item:last-child {
          margin-right: 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-left: 0;
        margin-right: 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-right: 2px; } }

@media screen and (min-width: 1920px) {
  .herobanner-wrapper .herobanner-img {
    max-width: 100%; } }

.bannershape {
  position: absolute;
  bottom: -12px;
  width: 100%;
  z-index: 1;
  left: 0; }
  @media (max-width: 768px) {
    .bannershape {
      bottom: 0px; } }
  .bannershape svg {
    width: 100%; }

.herobanner.owl-carousel.owl-rtl {
  /* rtl:raw:
          direction: rtl !important;
        */ }
  .herobanner.owl-carousel.owl-rtl .owl-item {
    /* rtl:raw:
          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 .row .col-12:nth-child(n+4) .icon-block {
    margin-bottom: 50px; }

.icon-block {
  margin-bottom: 20px; }
  .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 img {
      max-width: 55px; }
  .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 {
    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: '';
    left: 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-block-button {
  margin-bottom: 30px;
  margin-top: 30px; }

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

.landingarticle-inner-wrap.active .primary-cta:after {
  right: 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 {
      right: -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 {
      left: -100%; } }
  @media screen and (min-width: 993px) {
    .landing-page-article-block:after {
      right: -100%; } }
  @media screen and (max-width: 992px) {
    .landing-page-article-block {
      margin-top: 0; } }
  .landing-page-article-block .landing-page-article-detail {
    padding-left: 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;
        left: 100%; } }
    @media screen and (max-width: 767px) {
      .landing-page-article-block .landing-page-article-detail {
        padding-left: 25px;
        padding-right: 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 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 {
  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%, transparent 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
    content: '';
    top: -210px;
    left: 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-left: -8px;
    margin-right: -8px; } }

@media screen and (max-width: 992px) {
  .landing-banner-content-wrapper {
    position: absolute;
    left: 0px;
    right: 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;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, rgba(0, 14, 25, 0.909) 0%, rgba(51, 51, 51, 0) 100%) 0% 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;
    right: 0;
    left: 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%; } }
    .landing-banner-wrapper .landing-banner-img:before {
      position: absolute;
      content: '';
      bottom: 0;
      height: 100%;
      width: 100%;
      left: 0;
      background: transparent linear-gradient(180deg, rgba(0, 20, 30, 0) 0%, #1C1C1C 100%) 0% 0% no-repeat padding-box;
      opacity: 1; }
    .landing-banner-wrapper .landing-banner-img:after {
      position: absolute;
      content: '';
      top: 0;
      height: 100%;
      width: 100%;
      left: 0;
      background: transparent linear-gradient(180deg, rgba(0, 14, 25, 0.909) 0%, rgba(51, 51, 51, 0) 100%) 0% 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 {
    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;
  left: 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; } }

.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%;
      right: 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%;
      left: 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%;
        right: 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%;
        left: 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%;
      right: 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;
      left: 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%) 0% 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%) 0% 0% no-repeat padding-box;
  margin-bottom: 35px; }
  .leadership-detail-container .leadership-profile-desc, .two-column-container .leadership-profile-desc {
    margin: 70px 0 0 40px; }
    .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-right: 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-left: -15px;
    margin-right: -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;
      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:after, .two-column-container .leadership-profile:after {
      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-img, .two-column-container .leadership-profile-img {
      -ms-flex-order: 2;
          order: 2;
      text-align: right; }
    .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, .two-column-container .col-lg-9.col-12 {
    width: 100%;
    max-width: 100%;
    -ms-flex: 1;
        flex: 1; }
  .leadership-detail-container .leadership-profile, .two-column-container .leadership-profile {
    background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(183, 183, 183, 0.341) 100%) 0% 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; } }

.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; }
  .location-container #map {
    height: calc(100vh - 68px); }

#map {
  z-index: 1;
  height: 100vh; }
  #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-t:after {
    background: #CC003D;
    content: none; }
  #map .gm-style .gm-style-iw-t button {
    display: none !important; }
  #map .locationinfo {
    width: 300px;
    background: #617e8b;
    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: 1;
      backdrop-filter: blur(50px);
      -webkit-backdrop-filter: blur(50px);
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 61%; }
    #map .locationinfo:before {
      position: absolute;
      content: '';
      top: -12px;
      /* rtl:begin:ignore */
      left: -13px;
      /* rtl:end:ignore */
      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: 28px;
      line-height: 34px;
      color: #fff;
      padding: 15px 20px 0;
      /*rtl:begin:ignore*/
      font-family: 'Pilat Wide', sans-serif;
      /*rtl:end:ignore*/
      position: relative;
      z-index: 1;
      /*rtl:raw:
                font-family: 'Makdessi',sans-serif ;
            */ }
    #map .locationinfo p {
      font-size: 16px;
      line-height: 23px;
      color: #fff;
      padding: 0 20px;
      margin-bottom: 6px;
      /*rtl:begin:ignore*/
      font-family: 'Pilat Wide', sans-serif;
      /*rtl:end:ignore*/
      position: relative;
      z-index: 1;
      min-height: 110px;
      max-height: 110px;
      /*rtl:raw:
                font-family: 'Makdessi',sans-serif ;
            */ }
    #map .locationinfo a {
      display: inline-block;
      margin-left: 20px !important;
      /*rtl:begin:ignore*/
      font-family: 'Pilat Wide', sans-serif;
      /*rtl:end:ignore*/
      position: relative;
      z-index: 1;
      /*rtl:raw:
                font-family: 'Makdessi',sans-serif ;
            */ }
  #map .img-fluid {
    max-width: 100% !important;
    height: auto;
    max-height: 142px;
    min-height: 142px; }

.map-container {
  position: relative; }
  .map-container .handIcon {
    position: absolute;
    bottom: 50px;
    z-index: 2;
    left: 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%) 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2; }
  .map-container .filters-container {
    position: absolute;
    right: 0;
    left: 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 0% 0% no-repeat padding-box;
          border: 1px solid #6E6E6E;
          border-radius: 17px;
          opacity: 0.8;
          margin: 0 10px 15px 0;
          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 0% 0% no-repeat padding-box;
            opacity: 1;
            border: solid 1px #CC003D; }
  .map-container .country h2 {
    position: relative;
    padding-right: 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;
      right: 0;
      bottom: 15px;
      height: 13px;
      width: 13px;
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      pointer-events: none;
      transition: transform .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%) 0% 0% no-repeat padding-box;
      opacity: 1;
      position: absolute;
      content: '';
      top: 0;
      left: 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;
            left: 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-left: 15px; }
  .moInfo {
    display: block; }
    .moInfo .locationinfo {
      display: block;
      background: #617e8b;
      padding: 20px 20px 0;
      position: relative;
      min-height: 150px; }
      .moInfo .locationinfo h2 {
        font-size: 23px;
        line-height: 28px;
        color: #fff;
        position: relative;
        z-index: 1; }
      .moInfo .locationinfo img {
        display: none; }
      .moInfo .locationinfo p {
        font-size: 14px;
        line-height: 21px;
        color: #fff;
        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); } }

.news-landing-page {
  margin: 140px 0 75px;
  position: relative; }
  .news-landing-page .news-wrapper:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .news-landing-page .news-wrapper:first-child .news-img {
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      position: relative;
      width: 100%;
      padding-right: 8px;
      padding-left: 8px;
      float: left; }
      .news-landing-page .news-wrapper:first-child .news-img a {
        display: block;
        cursor: pointer; }
      @media screen and (max-width: 767px) {
        .news-landing-page .news-wrapper:first-child .news-img {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      .news-landing-page .news-wrapper:first-child .news-img:before {
        content: none; }
    .news-landing-page .news-wrapper:first-child .news-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -8px;
      margin-left: -8px;
      margin-bottom: 84px; }
      @media screen and (max-width: 767px) {
        .news-landing-page .news-wrapper:first-child .news-item {
          margin-bottom: 35px; } }
      .news-landing-page .news-wrapper:first-child .news-item h2 {
        margin-bottom: 25px;
        font-size: 32px;
        line-height: 39px;
        color: #000; }
        @media screen and (max-width: 767px) {
          .news-landing-page .news-wrapper:first-child .news-item h2 {
            font-size: 23px;
            line-height: 28px;
            margin-top: 30px; } }
      .news-landing-page .news-wrapper:first-child .news-item:hover .news-img img {
        -ms-transform: none;
            transform: none;
        transition: none; }
    .news-landing-page .news-wrapper:first-child .news-desc {
      float: left;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      position: relative;
      width: 100%;
      padding-right: 8px;
      padding-left: 8px;
      color: #555;
      padding-left: 28px;
      padding-top: 40px; }
      .news-landing-page .news-wrapper:first-child .news-desc h2 a {
        color: #000;
        cursor: pointer; }
      @media screen and (max-width: 767px) {
        .news-landing-page .news-wrapper:first-child .news-desc {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          padding-top: 0;
          padding-right: 28px; } }
      .news-landing-page .news-wrapper:first-child .news-desc:before {
        content: none; }
    .news-landing-page .news-wrapper:first-child a.news-cta {
      display: none; }
    .news-landing-page .news-wrapper:first-child .primary-cta {
      display: inline-block !important;
      margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .news-landing-page .filters {
      display: block;
      width: 100%;
      float: left;
      z-index: 1;
      background: white;
      top: 100%; } }
  .news-landing-page .news-room-filters {
    margin-bottom: 50px;
    float: left; }
    @media screen and (max-width: 767px) {
      .news-landing-page .news-room-filters {
        border-top: 1px solid #ADADAD;
        padding-top: 27px;
        margin-bottom: 0;
        width: 100%; } }
    .news-landing-page .news-room-filters .news-location-filter-wrap {
      margin: 0 60px; }
    .news-landing-page .news-room-filters .news-filter-container {
      float: left;
      position: relative;
      margin-right: 60px; }
      @media screen and (max-width: 767px) {
        .news-landing-page .news-room-filters .news-filter-container {
          width: 100%;
          margin-bottom: 13px; } }
    .news-landing-page .news-room-filters ul {
      display: none;
      margin-top: 9px;
      padding-left: 0; }
      @media screen and (max-width: 767px) {
        .news-landing-page .news-room-filters ul {
          font-size: 16px;
          line-height: 19px;
          color: #000;
          text-align: center;
          font-weight: 400;
          padding: 0; } }
      .news-landing-page .news-room-filters ul li {
        cursor: pointer;
        list-style-type: none;
        letter-spacing: 0.16px;
        font-size: 16px;
        line-height: 19px;
        border-bottom: 1px solid #DDDDDD;
        padding: 18px 18px; }
        @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:hover {
          color: #003764; }
        .news-landing-page .news-room-filters ul li.active {
          color: #003764;
          font-weight: 700; }
    .news-landing-page .news-room-filters li:last-child {
      border-bottom: none; }
    .news-landing-page .news-room-filters ul.show {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      background: #f8f8f8;
      z-index: 4;
      color: #555;
      width: 100%;
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px; }
    .news-landing-page .news-room-filters .selected-news-title {
      cursor: pointer;
      font-size: 17px;
      font-weight: bold;
      color: #003764;
      background: #f8f8f8;
      min-width: 148px;
      -webkit-appearance: none;
      outline: none;
      border: none;
      border-radius: 5px;
      padding: 7px 40px 7px 18px; }
      @media screen and (max-width: 767px) {
        .news-landing-page .news-room-filters .selected-news-title {
          font-size: 16px;
          line-height: 19px;
          color: #000;
          text-align: center;
          font-weight: 400;
          padding-top: 8px;
          padding-bottom: 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: 3px solid #003764;
        border-width: 0 3px 3px 0;
        display: inline-block;
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        margin-top: 0px;
        position: absolute;
        top: 50%;
        right: 18px;
        margin-top: -8px; }
        @media screen and (max-width: 767px) {
          .news-landing-page .news-room-filters .selected-news-title:after {
            border: 2px solid #6E6E6E;
            border-width: 0 2px 2px 0;
            right: auto;
            margin-left: 12px;
            width: 10px;
            height: 10px; } }
    .news-landing-page .news-room-filters .selected-news-title.active:after {
      transform: rotate(225deg);
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      margin-top: -4px; }
  .news-landing-page #loadmore {
    max-width: 130px;
    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: 17px;
      padding: 6px 0;
      border-radius: 50px;
      letter-spacing: 0.17px;
      cursor: pointer; }
  .news-landing-page .primary-cta {
    display: none !important; }
  .news-landing-page .news-list {
    margin-top: 80px; }
  .news-landing-page .news-highlight-desc {
    padding-left: 20px;
    padding-top: 40px; }
    .news-landing-page .news-highlight-desc h2 {
      margin-bottom: 25px; }
    .news-landing-page .news-highlight-desc a.primary-cta {
      margin-top: 20px; }
  .news-landing-page .news-title {
    padding-bottom: 35px;
    color: #000; }
    @media screen and (max-width: 767px) {
      .news-landing-page .news-title {
        width: auto;
        float: left; } }
  .news-landing-page .filter-icon {
    display: none; }
    @media screen and (max-width: 767px) {
      .news-landing-page .filter-icon {
        display: block;
        float: right;
        padding-right: 25px; } }
  .news-landing-page .news-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .news-landing-page .news-item {
        margin-bottom: 15px; } }
    .news-landing-page .news-item .news-img {
      position: relative; }
      .news-landing-page .news-item .news-img picture {
        -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); }
      .news-landing-page .news-item .news-img:before {
        position: absolute;
        content: '';
        top: 0;
        left: 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%, #c8ad9b 100%) 0% 0% no-repeat padding-box;
        opacity: 0.62; }
    .news-landing-page .news-item .news-cta {
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    .news-landing-page .news-item .news-desc {
      position: absolute;
      bottom: 0;
      width: 100%;
      color: #fff;
      padding: 0 12px; }
      .news-landing-page .news-item .news-desc h2 a {
        color: #fff;
        cursor: pointer; }
      .news-landing-page .news-item .news-desc:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 162px;
        background: transparent linear-gradient(180deg, rgba(0, 22, 39, 0) 0%, #011e36 100%) 0% 0% no-repeat padding-box;
        opacity: 1; }
      .news-landing-page .news-item .news-desc h2 {
        position: relative;
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 5px; }
      .news-landing-page .news-item .news-desc p {
        position: relative;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px; }
        @media screen and (max-width: 767px) {
          .news-landing-page .news-item .news-desc p {
            line-height: 21px;
            margin-bottom: 22px; } }
    .news-landing-page .news-item:hover img {
      -webkit-transition: all 0.5s ease-out 0s;
      -webkit-transform: scale(1.05);
      -ms-transition: all 0.5s ease-out 0s;
      -ms-transform: scale(1.05);
      -moz-transition: all 0.5s ease-out 0s;
      -moz-transform: scale(1.05);
      transition: all 0.5s ease-out 0s;
      transform: scale(1.05);
      background: none; }

@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: 23px;
      line-height: 28px;
      padding: 0 0 15px 15px; } }

@media screen and (max-width: 767px) {
  .news-landing-page {
    margin: 90px -15px 0 -15px; } }

.news-events {
  margin-top: 100px;
  margin-bottom: 100px; }
  .news-events .news-events-title {
    width: auto;
    display: inline-block;
    letter-spacing: 0.37px;
    margin-bottom: 50px;
    color: #000; }
    @media (max-width: 767.98px) {
      .news-events .news-events-title {
        font-size: 27px;
        line-height: 36px;
        margin-bottom: 40px; } }
    @media (max-width: 1450px) {
      .news-events .news-events-title {
        margin-bottom: 20px; } }
  .news-events .view-all-news {
    width: auto;
    float: right;
    margin-top: 4px;
    padding-left: 60px; }
    @media (max-width: 767.98px) {
      .news-events .view-all-news {
        margin-top: 23px;
        padding-left: 0px; } }
  .news-events .news-item {
    position: relative;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .news-events .news-item {
        margin-bottom: 15px; } }
    .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;
      left: 0px;
      padding: 70px 25px 18px;
      width: 100%;
      z-index: 5; }
      @media (max-width: 767.98px) {
        .news-events .news-item .news-events-detail {
          padding-left: 12px; } }
      .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: 0; } }
      .news-events .news-item .news-events-detail:before {
        background: transparent linear-gradient(180deg, rgba(0, 22, 39, 0) 0%, #011e36 100%) 0% 0% no-repeat padding-box;
        opacity: 1;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
        left: 0px;
        bottom: 0; }
  .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; } }
    @media (max-width: 767.98px) {
      .news-events .news-left-col .news-item .news-events-img {
        min-height: 255px; } }
    @media (max-width: 767.98px) {
      .news-events .news-left-col .news-item .news-events-img img {
        height: auto;
        width: 100%; } }
    @media screen and (max-width: 450px) {
      .news-events .news-left-col .news-item .news-events-img img {
        height: 100%;
        width: 100%; } }
  .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; } }
    @media (max-width: 767.98px) {
      .news-events .news-right-col .news-item .news-events-img {
        min-height: 255px; } }
    @media (max-width: 767.98px) {
      .news-events .news-right-col .news-item .news-events-img img {
        height: auto;
        width: 100%; } }
    @media screen and (max-width: 450px) {
      .news-events .news-right-col .news-item .news-events-img img {
        height: 100%;
        width: 100%; } }
  .news-events .news-item .news-events-img {
    position: relative; }
    .news-events .news-item .news-events-img a {
      display: block;
      position: absolute;
      top: 0;
      left: 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%, #c8ad9b 100%) 0% 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: '';
      left: 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: left;
      width: 100%;
      max-width: none;
      bottom: -100%;
      left: -100%;
      margin: auto;
      position: absolute;
      right: -100%;
      top: -100%;
      z-index: 2;
      max-width: none;
      vertical-align: middle;
      display: block;
      transition: transform 0.2s linear; }
  .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-events-top-wrapper {
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .news-events .news-events-top-wrapper {
        margin-bottom: 15px; } }
  .news-events .font25 {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.25px;
    color: #fff;
    opacity: 1; }
    @media (max-width: 767.98px) {
      .news-events .font25 {
        font-size: 21px; } }
  .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 {
        font-size: 16px; } }
  @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-right: 10px; }
    .news-events .news-right-col .news-events-bottom-wrapper {
      width: calc(50% - 10px);
      margin-left: 10px; } }

@media screen and (max-width: 767px) {
  .news-events {
    margin-top: 50px;
    margin-bottom: 30px; } }

@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-right: 10px; }
    .news-events .news-right-col .news-events-bottom-wrapper {
      width: calc(50% - 10px);
      margin-left: 10px; } }

.people-stories {
  background-color: #000;
  padding-top: 110px; }
  .people-stories-heading {
    max-width: 1380px;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 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: 70px;
      padding-bottom: 70px; } }
  @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;
      left: 0;
      top: 0;
      height: 100%; }
  @media screen and (max-width: 767px) {
    .people-stories .owl-carousel {
      display: block; } }
  .people-stories .owl-carousel .owl-dots {
    margin-top: 20px; }
  .people-stories .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px; }
  .people-stories .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #CC003D; }
  .people-stories .people-stories-title {
    letter-spacing: 0.37px;
    color: #fff;
    padding-left: 3px;
    margin-bottom: 85px; }
    @media screen and (max-width: 767px) {
      .people-stories .people-stories-title {
        margin-bottom: 75px; } }
  .people-stories .people-stories-detail {
    color: #B7B7B7;
    letter-spacing: 0.19px;
    width: 80%;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .people-stories .people-stories-detail {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .people-stories .people-stories-detail p {
        font-size: 16px;
        line-height: 26px; } }
  @media screen and (min-width: 768px) {
    .people-stories .owl-stage {
      padding-left: 0 !important; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .people-stories .owl-carousel .owl-item {
      padding-left: 15px; }
      .people-stories .owl-carousel .owl-item:first-child.active {
        padding-left: 6px; } }
  @media screen and (min-width: 1025px) {
    .people-stories .owl-carousel .owl-item:first-child.active {
      margin-left: 6px; } }

.component-single-video, .carousel-component-single-video {
  margin-bottom: 55px; }
  .component-single-video__thumbnail, .carousel-component-single-video__thumbnail {
    position: absolute;
    left: 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;
      left: 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%;
        left: 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-left: -15px;
    margin-right: -15px; } }

.Play_Button {
  background-color: white;
  position: absolute;
  left: 176px;
  top: 6269px;
  width: 26px;
  height: 51px;
  z-index: 16; }

.people-stories-carousel.owl-carousel.owl-rtl {
  /* rtl:raw:
            direction: rtl !important;
          */ }
  .people-stories-carousel.owl-carousel.owl-rtl .owl-item {
    /* rtl:raw:
            float: right;
          */ }

.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;
        left: 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%, #c8ad9b 100%) 0% 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;
        left: 0;
        width: 100%;
        height: 162px;
        background: transparent linear-gradient(180deg, rgba(0, 22, 39, 0) 0%, #011e36 100%) 0% 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; }

@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 0 15px 15px; } }

@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-left: 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-left: 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;
      left: 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-left: 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;
      left: 100%;
      width: 100%;
      height: 100%;
      background: #000; }
    .social-share.blackBG:after {
      position: absolute;
      content: '';
      top: 0;
      right: 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;
      left: 100%;
      width: 100%;
      height: 100%;
      background: #00141E; }
    .social-share.lighterBlack:after {
      position: absolute;
      content: '';
      top: 0;
      right: 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;
      left: 100%;
      width: 100%;
      height: 100%;
      background: #1E1450; }
    .social-share.purpleBg:after {
      position: absolute;
      content: '';
      top: 0;
      right: 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-right: 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-right: 36px; }
      .social-container .share ul li a {
        color: #555;
        font-size: 21px;
        line-height: 1em; }
      .social-container .share ul li:last-child {
        margin-right: 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 0 0 300px; }
  .social-wall .referral {
    display: none !important; }
  .social-wall .top-box h2 {
    color: #000; }
  .social-wall .juicer-feed {
    position: relative;
    top: -43px; }
    .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 {
      font-size: 0;
      text-align: left;
      margin: 0 0 0 215px;
      padding: 0 0 30px; }
      .social-wall .juicer-feed .j-display-filters li {
        font-size: 0;
        border: 0 none;
        line-height: 0; }
        .social-wall .juicer-feed .j-display-filters li:hover, .social-wall .juicer-feed .j-display-filters li.highlight, .social-wall .juicer-feed .j-display-filters li.all.highlight {
          background: none !important;
          border: none !important; }
        .social-wall .juicer-feed .j-display-filters li.all:hover {
          background: none !important;
          border: none !important; }
        .social-wall .juicer-feed .j-display-filters li:before {
          color: #003764;
          font-size: 24px; }
        .social-wall .juicer-feed .j-display-filters li.j-giphy:before {
          width: 20px;
          height: 20px; }

.social-feeds .juicer-feed .j-message {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 25px 20px 34px;
  background: transparent linear-gradient(180deg, rgba(0, 22, 39, 0.745) 0%, #011E36 100%) 0% 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: left; }
  .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-left: 25px; }
    .social-feeds .juicer-feed.modern .j-meta li a.comments span {
      display: block;
      padding-left: 34px; }
  .social-feeds .juicer-feed.modern .j-meta li a.heart {
    padding-left: 25px; }
  .social-feeds .juicer-feed.modern .j-meta a.heart,
  .social-feeds .juicer-feed.modern .j-meta a.comments {
    position: relative;
    float: left; }
    .social-feeds .juicer-feed.modern .j-meta a.heart span,
    .social-feeds .juicer-feed.modern .j-meta a.comments span {
      display: block;
      padding-left: 38px;
      float: left; }
  .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;
    left: 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;
    left: 0;
    top: -2px; }
  .social-feeds .juicer-feed.modern .j-meta a.j-social:before {
    position: absolute;
    height: 21px;
    width: 21px;
    background-repeat: no-repeat;
    /* rtl:begin:ignore */
    left: 34px;
    /* rtl:end:ignore */
    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;
    left: 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-right: 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;
    right: 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-right: 0; }
    .social-feeds .juicer-feed.modern .j-meta ul li:last-child {
      -ms-flex-order: 1;
          order: 1;
      margin-right: 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 {
      right: 20px; }
  .social-feeds .juicer-feed.modern li.feed-item img {
    height: 100% !important;
    float: left;
    width: auto !important;
    max-width: none;
    bottom: -100%;
    left: -100%;
    margin: auto;
    position: absolute;
    right: -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-left: -15px;
    margin-right: -15px;
    margin-bottom: 0; }
    .social-wall .top-box h2 {
      padding-left: 8px;
      padding-right: 8px;
      font-size: 27px;
      line-height: 36px; }
    .social-wall .juicer-feed {
      top: 0; }
      .social-wall .juicer-feed .j-display-filters {
        margin: 10px 0 0 0; }
        .social-wall .juicer-feed .j-display-filters li {
          margin-right: 10px; }
        .social-wall .juicer-feed .j-display-filters li:first-of-type {
          margin-left: 0;
          margin-right: 10px; }
  .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 {
    left: 20px;
    bottom: 10px; }
  .social-feeds .juicer-feed.modern .feed-item:nth-child(even) .j-meta a.j-social:before {
    left: 10px; } }

@media screen and (max-width: 400px) {
  .social-feeds .juicer-feed.modern li.feed-item {
    min-height: 210px;
    width: 50%;
    float: left; } }

.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;
      left: 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%, #003764 100%) 0% 0% no-repeat padding-box;
      opacity: 0;
      z-index: 1; }
  .tabs-carousel-container .tabs-carousel-copy {
    position: absolute;
    right: 0;
    left: 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-right: 50px; }
  .tabs-carousel-container .tabs-carousel-cta {
    -ms-flex: 1;
        flex: 1; }
  .tabs-carousel-container .tabs-carousel-img {
    position: relative; }
    .tabs-carousel-container .tabs-carousel-img:before {
      position: absolute;
      top: 0;
      left: 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%) 0% 0% no-repeat padding-box;
      opacity: 1;
      z-index: 2; }
    .tabs-carousel-container .tabs-carousel-img:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 26%;
      content: '';
      background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.443) 100%) 0% 0% no-repeat padding-box;
      mix-blend-mode: difference;
      opacity: 1;
      z-index: 2; }
  .tabs-carousel-container .tabs-heading {
    top: 14%;
    position: absolute;
    right: 0;
    left: 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-right: 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;
                left: 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;
              left: 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: left;
        margin: 0 0 40px;
        max-width: 100%; }
        .tabs-carousel-container .tabs-heading .tabs-nav ul li a:hover:before {
          left: 0;
          bottom: -12px;
          -ms-transform: translateX(0%);
              transform: translateX(0%); }
        .tabs-carousel-container .tabs-heading .tabs-nav ul li.active a:before {
          left: 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-right: 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: left;
        margin: 0 0 30px;
        font-size: 15px;
        line-height: 18px; }
        .tabs-carousel-container .tabs-heading .tabs-nav ul li a:hover:before {
          left: 0;
          -ms-transform: translateX(0%);
              transform: translateX(0%); }
        .tabs-carousel-container .tabs-heading .tabs-nav ul li.active a:before {
          left: 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-right: 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: left;
        margin: 0 0 40px;
        max-width: 100%; }
        .tabs-carousel-container .tabs-heading .tabs-nav ul li a:hover:before {
          left: 0;
          bottom: -12px;
          -ms-transform: translateX(0%);
              transform: translateX(0%); }
        .tabs-carousel-container .tabs-heading .tabs-nav ul li.active a:before {
          left: 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-right: 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 {
  /* rtl:raw:
            direction: rtl !important;
          */ }
  .tabs-carousel.owl-carousel.owl-rtl .owl-item {
    /* rtl:raw:
            float: right;
          */ }

.work-with-us {
  min-height: 350px;
  background-color: #00141E; }
  .work-with-us .work-with-us-wrapper {
    text-align: center;
    padding: 105px; }
    @media screen and (max-width: 767px) {
      .work-with-us .work-with-us-wrapper {
        padding-top: 55px;
        padding-bottom: 55px;
        padding-left: 0;
        padding-right: 0; } }
  .work-with-us .work-with-us-title {
    letter-spacing: 0.32px;
    color: #fff;
    margin-bottom: 35px; }
    @media screen and (max-width: 767px) {
      .work-with-us .work-with-us-title {
        line-height: 30px;
        font-size: 19px;
        margin-bottom: 15px; } }
  .work-with-us .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 .work-with-us-cta span {
        font-size: 32px;
        padding-bottom: 12px; } }
  .work-with-us .work-with-us-cta {
    position: relative;
    display: inline-block; }
    .work-with-us .work-with-us-cta:after {
      content: '';
      border: 1px solid #fff;
      height: 1px;
      width: 95%;
      position: absolute;
      left: 50%;
      margin-left: -47.5%;
      bottom: 0; }

.video-banner-wrapper {
  position: relative;
  margin-top: 67px;
  margin-bottom: 100px; }
  .video-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 {
        padding-right: 180px; } }
  .video-banner-wrapper.no-overlay .video-banner-img .video-container:before {
    background: transparent; }

.video-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%) 0% 0% no-repeat padding-box;
  opacity: 1; }

.video-banner-img .video-container picture .img-fluid {
  width: 100% !important; }

.video-banner-img.video-block {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  width: 100%;
  height: 0; }
  .video-banner-img.video-block .yt-play img {
    height: 80px;
    width: 80px; }
  .video-banner-img.video-block iframe {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

.video-banner-copy {
  position: absolute;
  top: 155px;
  left: 0;
  right: 0;
  max-width: 1380px;
  padding: 0 8px;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  z-index: 2; }
  .video-banner-copy-inner {
    width: 80%; }
    .video-banner-copy-inner h2 {
      margin-bottom: 30px;
      font-size: 37px;
      line-height: 45px; }
    .video-banner-copy-inner p {
      font-size: 25px;
      line-height: 36px;
      margin-bottom: 37px; }

@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: 50px; } }

@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 {
    top: 100px; }
    .video-banner-copy-inner h2 {
      font-size: 27px;
      line-height: 36px;
      margin-bottom: 20px; }
    .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: #00141E;
    padding: 30px 0 25px; }
    .video-banner-copy:before {
      position: absolute;
      top: 0;
      left: 100%;
      height: 100%;
      width: 100%;
      content: '';
      background: #00141E; }
    .video-banner-copy:after {
      position: absolute;
      top: 0;
      right: 100%;
      height: 100%;
      width: 100%;
      content: '';
      background: #00141E; }
    .video-banner-copy-inner h2 {
      font-size: 27px;
      line-height: 36px;
      margin-bottom: 20px; }
    .video-banner-copy-inner p {
      font-size: 17px;
      line-height: 32px;
      margin-bottom: 30px; } }

@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: 20px; }
    .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: 20px; }
    .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: 20px; }
    .video-banner-copy-inner p {
      font-size: 16px;
      line-height: 30px; } }

.video-banner-wrapper + .article-block .article-block-fullcolumn {
  padding-top: 0px; }

[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-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;
    left: 0;
    top: 0;
    height: 100%; }

.videoBlock-container {
  position: absolute;
  left: 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-left: 20px;
    margin-bottom: 30px;
    margin-top: 10px; }
    .video-rte-container ul li,
    .video-rte-container ol li {
      margin-bottom: 5px; }

.video-rte-right {
  float: right;
  max-width: 767px;
  width: 100%;
  margin: 0 0 15px 20px; }

.video-rte-left {
  float: left;
  max-width: 767px;
  width: 100%;
  margin: 0 20px 15px 0; }

.video-rte-img {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  width: 100%;
  height: 0; }
  .video-rte-img iframe {
    width: 100%;
    position: absolute;
    left: 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-right: 10px; }
    .intro-block .author-details span {
      font-size: 22px;
      line-height: 27px;
      color: #000; }

[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-right: 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: left; } }

.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-left: 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-right: 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 10px 40px 0;
    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 20px 20px 0; }
    .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-right: 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-left: 0;
      font-size: 28px;
      line-height: 36px; } }

@media screen and (max-width: 767px) {
  .news-landing-page.rs-landing-page {
    margin-top: 50px;
    margin-right: 0;
    margin-left: 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-left: -8px;
  margin-right: -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-right: 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: #e3e3e367;
            color: #000;
            margin-bottom: 25px;
            padding: 5px 10px 6px 20px; }
            .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;
              left: 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;
              /*rtl:raw: 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-right: 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: #e3e3e367;
            color: #000;
            margin-bottom: 25px;
            padding: 5px 10px 6px 20px; }
            .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 0 15px 15px; }
          .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-right: 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%; }
        .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report-half .report-block-detail .stack-info {
          width: 20%; }
          .daily-report-detail-container .daily-report-details .daily-report-blocks .daily-report-block.stack-report-half .report-block-detail .stack-info p {
            text-align: left; }
      .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%;
              left: 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-right: 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.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 {
              /*rtl:raw: 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;
              left: 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;
              left: 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-right: 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: #e3e3e367;
            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;
    left: 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%;
      left: 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 0 15px 25px; }
    .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 0 15px 20px; }
    .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; }
      .daily-report-block.transfer-area-status .report-block-detail .terminal span {
        height: 53px;
        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-left: 25px; }
        .daily-report-block.transfer-area-status .report-block-detail .terminal span.High {
          border-color: #CC003D; }
        .daily-report-block.transfer-area-status .report-block-detail .terminal span.Low {
          border-color: #1DD555; }
        .daily-report-block.transfer-area-status .report-block-detail .terminal span.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-left: 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-right: 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-right: 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-right: 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-right: 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-right: 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-right: 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-left: 10px;
    margin-right: 10px; }
    .daily-report .daily-report-blocks .report-block-detail {
      padding-left: 0px;
      padding-right: 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-left: 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;
        left: 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;
        right: 15px;
        top: 10px;
        height: 10px;
        width: 10px;
        border-left: 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-left: 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-right: 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 {
              left: 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-left: 15px;
          margin-left: -15px;
          margin-right: -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-left: 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-right: 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-right: 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-right: 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;
          left: 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;
          left: 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-right: 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;
      left: 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%;
      left: 0;
      padding: 20px 15px;
      z-index: 2; }
      .image-mapping-container .mo-mapping-detail:before {
        position: absolute;
        content: '';
        left: 100%;
        height: 100%;
        width: 100%;
        top: 0;
        background: #596c79; }
      .image-mapping-container .mo-mapping-detail:after {
        position: absolute;
        content: '';
        right: 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;
      -webkit-backdrop-filter: blur(50px);
              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 20px 20px 25px;
      position: absolute;
      top: 25px;
      left: 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-left: -15px;
    margin-right: -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: .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 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: .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; }
  @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;
    left: 0%;
    right: 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%;
    left: 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: right;
  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: 0 0;
        transform-origin: 0 0;
    -webkit-transform-origin: 0 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 {
    height: 40px;
    background: #f1f1f1;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    padding: 0 22px; }

.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: right; }
    @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: relative; }
    .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-right: 0px; }
  .news-landing-page.leadership-blog .news-room-filters .leadership-blog-filter .selected-news-title {
    float: left;
    position: relative;
    margin-bottom: 10px; }

.news-landing-page.leadership-blog .leadership-blog-filter .leadership-filter {
  position: absolute;
  top: 100%;
  left: 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-right: 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-left: 10px; }
        .news-landing-page.leadership-blog .leadership-blog-filter .leadership-filter .leadership-filter-inner .leadership-filter-wrapper ul:first-child {
          margin-right: 10px; }

.news-landing-page.leadership-blog .newsItem .news-desc p {
  display: none; }

.news-landing-page.leadership-blog .newsItem .author-details {
  color: #fff;
  position: relative;
  padding-bottom: 15px; }
  .news-landing-page.leadership-blog .newsItem .author-details img {
    display: none; }
  .news-landing-page.leadership-blog .newsItem .author-details span {
    font-size: 14px;
    line-height: 17px; }

.news-landing-page.leadership-blog .newsItemFirst .author-details {
  color: #000;
  padding-bottom: 20px; }
  .news-landing-page.leadership-blog .newsItemFirst .author-details img {
    margin-right: 5px; }

@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; }
  .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; }
  .news-landing-page.leadership-blog .newsItemFirst .author-details span {
    font-size: 14px;
    line-height: 17px; } }

.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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat !important;
  background-position-x: 96% !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;
  left: 0; }

.table-responsive.doublelayout .table th {
  background-color: #f8f8f8; }

.table-responsive.doublelayout .table th,
.table-responsive.doublelayout .table td {
  padding: 20px 0 20px 20px;
  line-height: 30px; }

.table tbody tr td.nores {
  text-align: center;
  color: #CC003D;
  padding-left: 0; }

.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;
    left: 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-left: 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-right: 25px;
    margin-bottom: 30px; }
    @media (max-width: 575.98px) {
      .invoice-form .form-wrapper {
        width: 100%; } }
    .invoice-form .form-wrapper:nth-child(2n) {
      padding-right: 0;
      padding-left: 25px; }
      @media (max-width: 575.98px) {
        .invoice-form .form-wrapper:nth-child(2n) {
          padding-left: 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: left; }
        @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: right;
          margin-top: 0;
          width: 50%;
          text-align: left;
          padding-left: 25px; }
          @media (max-width: 575.98px) {
            .invoice-form .form-wrapper-full-width-submit .form-submit {
              width: auto;
              padding-left: 0;
              float: none;
              margin: 0 auto; } }
          .invoice-form .form-wrapper-full-width-submit .form-submit input {
            border-radius: 30px;
            color: #fff;
            width: auto;
            margin-right: 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;
        right: 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;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    padding-left: 25px;
    color: #000; }
    .invoice-form .radio-wrapper .radio-group.notselected:after {
      opacity: 0; }
    .invoice-form .radio-wrapper .radio-group input {
      margin-right: 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;
      left: 0;
      opacity: 0 !important;
      width: 19px;
      height: 19px;
      margin: 0;
      padding: 0; }
    .invoice-form .radio-wrapper [class*="radio-group"] + [class*="radio-group"] {
      margin-left: 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 20px 0 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .invoice-form .form-radio .radio-group input {
        margin-right: 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;
      right: 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;
      right: 10px;
      top: 50px;
      height: 10px;
      width: 10px;
      border-left: 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-right: 15px; }
    .invoice-form .field-required label:after {
      position: absolute;
      content: "*";
      height: 10px;
      width: 10px;
      top: 0;
      right: 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;
  left: 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: left;
    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-left: 25px; }
  .invoice-details-header-invoice-date {
    float: right;
    padding: 45px 0 0; }
    @media (max-width: 575.98px) {
      .invoice-details-header-invoice-date {
        float: left;
        padding: 0 0 20px; } }

.invoice-details-print-invoice {
  position: absolute;
  right: 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-left: 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-right: 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-right: 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-right: 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;
    left: 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;
  left: 0;
  right: 0;
  visibility: hidden; }

#payment-confirmation-sokhna {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 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;
    left: 0;
    right: 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;
      right: 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;
    left: 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-left: 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-right: 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-right: 0;
      padding-left: 35px; }
      @media (max-width: 575.98px) {
        .performa-invoice-form .form-wrapper:nth-child(2n) {
          padding-left: 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: left; }
      @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: left; }
      .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: left;
        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-left: 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;
        right: 5px;
        top: 0;
        z-index: 1; }
    .performa-invoice-form .form-wrapper .checkbox-wrapper {
      width: 15%;
      float: left; }
      .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: left;
        width: 25px;
        position: relative;
        top: 9px;
        left: -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;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    padding-left: 25px;
    color: #000; }
    .performa-invoice-form .radio-wrapper .radio-group.notselected:after {
      opacity: 0; }
    .performa-invoice-form .radio-wrapper .radio-group input {
      margin-right: 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;
      left: 0;
      opacity: 0 !important;
      width: 19px;
      height: 19px;
      margin: 0;
      padding: 0; }
    .performa-invoice-form .radio-wrapper [class*="radio-group"] + [class*="radio-group"] {
      margin-left: 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 20px 0 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .performa-invoice-form .form-radio .radio-group input {
        margin-right: 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;
      right: 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-right: 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;
      right: 10px;
      top: 50px;
      height: 10px;
      width: 10px;
      border-left: 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-right: 15px; }
    .performa-invoice-form .field-required label::after {
      position: absolute;
      content: "*";
      height: 10px;
      width: 10px;
      top: 0;
      margin-left: 5px;
      right: 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: left;
    margin: 10px 0 25px; }
  .invoice-details-header-invoice-date {
    float: right;
    padding: 20px 0 0; }
  .invoice-details-header-print-invoice {
    position: absolute;
    right: 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-left: 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-right: 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-right: 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-right: 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: right; }

.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-left: 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-right-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-right: 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: right; }
      @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;
    left: 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-left: 0;
  float: left; }

#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;
    left: 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-left: 0;
  float: left; }

#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;
    left: 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: left;
  padding-left: 30px;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  font-size: 14px; }
  .formbanner-wrap .form-input label.propspect-intention input {
    position: absolute;
    left: 10px;
    top: -9px;
    width: 15px; }

.formbanner-wrap .form-input.terms {
  margin: 30px 0; }
  .formbanner-wrap .form-input.terms label.propspect-intention {
    padding-left: 25px;
    font-size: 15px; }
    .formbanner-wrap .form-input.terms label.propspect-intention input {
      left: 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;
    right: 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-left: -10px;
  margin-right: -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 0 0 80px; }
    .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: left; }
    .surcharge-information-blocks .surcharge-information-block .surcharge-information-bunker-list-item.first-list-item {
      text-align: left;
      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; } }

@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%) 0% 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%) 0% 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: .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: right; }
  .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-left: 0px;
    margin-right: 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;
      left: 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 {
    background: rgba(255, 255, 255, 0.85);
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (max-width: 992px) {
      .expo-landing.with-banner .two-column-container > .component-content > .container-fluid > .row > .col-lg-9.col-12 {
        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 .videoBlock-wrapper .container-fluid,
.expo-landing.with-banner .intro-block-container .container-fluid {
  padding-right: 0px;
  padding-left: 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-right: 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-right: 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 62px 6px 18px !important;
    font-size: 14px !important; } }

body.the-wlp {
  font-family: 'Poppins', sans-serif; }

.the-wlp a {
  color: #211A65; }
  .the-wlp a:hover {
    opacity: .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-left: 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-left: 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%;
  left: 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-right-radius: 20px;
  padding: 0 30px 0px 30px !important;
  color: #211A65; }
  .the-wlp .primary-cta:before {
    display: none; }
  .the-wlp .primary-cta:after {
    background: #8ac541;
    height: 100%;
    opacity: 1;
    left: 0px;
    top: 0px; }

.the-wlp .primary-cta-white {
  border: 1px solid #fff;
  border-bottom-right-radius: 20px;
  padding: 0 30px 0px 30px !important;
  color: #fff; }
  .the-wlp .primary-cta-white:before {
    display: none; }
  .the-wlp .primary-cta-white:after {
    background: #fff;
    height: 100%;
    opacity: 1;
    left: 0px;
    top: 0px; }
  .the-wlp .primary-cta-white:hover {
    color: #211A65 !important; }

.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%) 0% 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-right-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, #221a65 0%, rgba(19, 31, 39, 0.647) 45%, transparent 100%) 0% 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-right-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: right;
      transition-duration: 0.3s;
      background: #8ac541;
      position: absolute;
      content: "";
      z-index: -1;
      height: 100%;
      right: 100%;
      width: 100%;
      top: 0; }
    .the-wlp .news-landing-page #loadmore .load-more:hover::after {
      right: 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-left: 25px !important; }

body.n2k21theme footer {
  background: transparent linear-gradient(90deg, #1E1343 0%, #312A82 53%, #5154B6 100%) 0% 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: 100%;
    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 {
    width: 180px;
    background: linear-gradient(270deg, #1e1343 0%, #261d5e 23%, #312a82 54%, #5154b6 100%) 0% 0% no-repeat padding-box padding-box transparent;
    margin: 50px auto 0px;
    position: relative;
    line-height: 36px;
    font-weight: bold;
    /*rtl:begin:ignore*/
    font-family: 'Pilat Wide', sans-serif;
    /*rtl:end:ignore*/
    /*rtl:raw:
                font-family: 'Makdessi',sans-serif ;
                */ }
    @media screen and (max-width: 767px) {
      body.n2k21theme .social-wall .juicer-feed .j-paginate {
        margin-bottom: 30px; } }
  @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;
      left: 0;
      right: 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);
      -webkit-mask-composite: destination-out;
      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%) 0% 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 {
  background: transparent linear-gradient(270deg, #1E1343 0%, #261D5E 23%, #312A82 54%, #5154B6 100%) 0% 0% no-repeat padding-box;
  color: #fff; }

body.n2k21theme .primary-cta {
  background: transparent linear-gradient(270deg, #1E1343 0%, #261D5E 23%, #312A82 54%, #5154B6 100%) 0% 0% no-repeat padding-box;
  padding: 10px 73px 10px 25px !important;
  text-transform: capitalize;
  font-size: 18px !important;
  border-radius: 50px;
  color: #fff; }
  body.n2k21theme .primary-cta:before {
    display: none; }
  body.n2k21theme .primary-cta:after {
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25.918' height='25.369' viewBox='0 0 25.918 25.369'%3E%3Cdefs%3E%3Cstyle%3E .aa %7B fill: url(%23aa); %7D .ba %7B fill: url(%23ba); %7D %3C/style%3E%3ClinearGradient id='aa' x1='0.698' y1='-358.808' x2='0.063' y2='-358.808' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23ffffff' /%3E%3Cstop offset='1' stop-color='%23ffffff' stop-opacity='0' /%3E%3C/linearGradient%3E%3ClinearGradient id='ba' x1='0.332' y1='0.025' x2='0.345' y2='0.964' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23ffffff' stop-opacity='0' /%3E%3Cstop offset='0.281' stop-color='%23ffffff' /%3E%3Cstop offset='0.729' stop-color='%23ffffff' /%3E%3Cstop offset='1' stop-color='%23ffffff' stop-opacity='0' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform='translate(-207.518 -1497.315)'%3E%3Crect class='aa' width='25.1' height='0.969' transform='translate(207.518 1509.556)' /%3E%3Cpath class='ba' d='M221.371,1522.685l-.687-.683,11.921-11.981L220.6,1498l.685-.684,12.683,12.7Z' transform='translate(-0.537)' /%3E%3C/g%3E%3C/svg%3E");
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    /*rtl:raw: transform: translateY(-50%) scaleX(-1); */
    height: 26px;
    width: 27px;
    z-index: 1;
    left: auto;
    opacity: 1;
    right: 28px;
    top: 50%; }
  body.n2k21theme .primary-cta:hover:after {
    right: 15px; }

body.n2k21theme .primary-cta-white {
  background: transparent linear-gradient(90deg, #d7d7de 0%, #dedee3 23%, #e5e5e9 54%, #f4f3f5 100%) 0% 0% no-repeat padding-box;
  padding: 10px 73px 10px 25px !important;
  text-transform: capitalize;
  font-size: 18px !important;
  border-radius: 50px;
  color: #0F0F19 !important; }
  body.n2k21theme .primary-cta-white:before {
    display: none; }
  body.n2k21theme .primary-cta-white:after {
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25.918' height='25.369' viewBox='0 0 25.918 25.369'%3E%3Cdefs%3E%3Cstyle%3E .a %7B fill: url(%23a); %7D .b %7B fill: url(%23b); %7D %3C/style%3E%3ClinearGradient id='a' x1='0.698' y1='-358.808' x2='0.063' y2='-358.808' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%230f0f19' /%3E%3Cstop offset='1' stop-color='%230f0f19' stop-opacity='0' /%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='0.332' y1='0.025' x2='0.345' y2='0.964' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%230f0f19' stop-opacity='0' /%3E%3Cstop offset='0.281' stop-color='%230f0f19' /%3E%3Cstop offset='0.729' stop-color='%230f0f19' /%3E%3Cstop offset='1' stop-color='%230f0f19' stop-opacity='0' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform='translate(-207.518 -1497.315)'%3E%3Crect class='a' width='25.1' height='0.969' transform='translate(207.518 1509.556)' /%3E%3Cpath class='b' d='M221.371,1522.685l-.687-.683,11.921-11.981L220.6,1498l.685-.684,12.683,12.7Z' transform='translate(-0.537)' /%3E%3C/g%3E%3C/svg%3E");
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    /*rtl:raw: transform: translateY(-50%) scaleX(-1); */
    height: 26px;
    width: 27px;
    z-index: 1;
    left: auto;
    opacity: 1;
    right: 28px;
    top: 50%; }
  body.n2k21theme .primary-cta-white:hover:after {
    right: 15px; }

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-fourcolumn.article-column .article .article-detail .field-article-title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px; }

body.n2k21theme #map .locationinfo h2 {
  font-size: 24px;
  line-height: 30px; }

body.n2k21theme #map .locationinfo a {
  padding: 3px 68px 3px 25px !important;
  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 .news-landing-page #loadmore {
  max-width: 200px; }

body.n2k21theme .news-landing-page #loadmore .load-more,
body.n2k21theme #table-loadmore .load-more,
body.n2k21theme .filtersearchbtn {
  font-weight: bold; }

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%) 0% 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 .people-stories .people-stories-title,
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; }

body.n2k21theme .work-with-us {
  background-color: #1E1450; }

/*# sourceMappingURL=main.css.map */
