@charset "UTF-8";
/* ==========================================================================
	Directions
/* ========================================================================== */
/* ==========================================================================
	Variables
/* ========================================================================== */
/* Colors */
/* Font Sizes */
/* Layout */
/* Content Images */
/* Sidebar */
/* Airline Directory */
/* Fallbacks / browser support */
/* ==========================================================================
	Media queries
/* ========================================================================== */
/* Default bootstrap breakpoints */
/* Custom breakpoints */
/* ==========================================================================
	Images
/* ========================================================================== */
/* Uncomment when using sprites: */
/* Uncomment when using sprites for retina images: */
/* Uncomment when using sprites fallback for IE8: */
/* Project supports: */
/* Paths: */
/* ==========================================================================
	Responsive
/* ========================================================================== */
/**
 *  USAGE
 *  $image: file name WITH extension (even when using sprites)
 *  $bg-size: explicitly applied background size for svg images
 *
 *  Example:
 *  @include bgi('icon.png');
 *
 *  The mixin applies:
 *   - background from sprite, if project supports sprites, regular image otherwise
 *   - retina image in media query, if project supports retina, it will be a retina sprite, if project additionally
 *     supports sprites
 *   - IF background is in SVG format AND project supports IE8, mixin will apply fallback: regular png image,
 *     or a sprite fallback, depending on settings.scss
 */
/**
 *  USAGE
 *  Applies sprite of a given name, even in media query. Simplest case:
 *  @include sprite(icon);
 *
 *  By default it uses a sprite map set in settings.scss, but can be overriden (second parameter).
 *  E.g. if we have 'icons' sprites folder, we can use:
 *  @include sprite(my-icon, $icons-sprites);
 *
 *  If project support retina, then by defualt this mixin will also add retina sprite.
 *  This behavior can be disabled:
 *  @include sprite(icon, $sprites-sprites, false);
 *  Also, the retina sprite used by default (the one from settings.scss) can be overriden
 *  by the third parameter (e.g. if we wanna use sprites from folder 'retina-icons'):
 *  @include sprite(icon, $sprites-sprites, true, $retina-icons-sprites);
 */
/**
 *  USAGE:
 *
 *  First parameter is a collection of colors or color stops. So either of those will work:
 *  @include gradient((#abc123, #123abc));
 *  @include gradient((#abc123 0%, #123abc 75%));
 *  @include gradient((#abc123, #123abc, #123123));
 *  @include gradient((#abc123, #123abc), vertical);
 *
 *  Radial gradients are a special case. Line below is fine:
 *  @include gradient((#abc123, #123abc), radial);
 *  However, you can also pass a collection as a type parameter to customize it a bit. Defaults are:
 *  @include gradient((#abc123, #123abc), (radial, cover, ellipse, center));
 *  The first element of the collection can actually be anything, doesn't have to be 'radial'.
 *  Second element is background-size (cover, contain, 100px, 50%, etc.), third is shape
 *  (can be either ellipse or circle), and last is background-position (center, top left, bottom right, etc.).
 *  Example:
 *  @include gradient((#abc123, #123abc), (radial, cover, circle, left top));
 *  Please note that some parameter combinations (e.g. left top position and size contain) don't work.
 *
 *  Please note that collection requires parentheses. So a collection '(...)' passed as a parameter
 *  is double parentheses: '((...))'.
 *
 *  Second parameter is a type of gradient. Allowed values are the expected:
 *  vertical, horizontal, radial
 *  But there can also be diagonal, in two versions:
 *  1. Going from left top to bottom right corner, any of those is valid:
 *     diagonal, diagonal1, diagonal-left-top, diagonal-top-left, diagonal-lt, diagonal-tl, left-top, top-left
 *  2. Going from left bottom to top right corner, any of those:
 *     diagonal2, diagonal-left-bottom, diagonal-bottom-left, diagonal-lb, diagonal-bl, left-bottom, bottom-left
 *
 *  Plase note that older IEs support only vertical and horizontal gradients.
 *
 *  Finally the third parameter tells how the gradient is rendered on IE8. There are two options:
 *  filter - uses native IE filters, means that transparency (rgba values) will work, but border-radius
 *           (even with pie) will be completely ignored
 *  pie - uses PIE to render the gradient, will work fine with border-radius, but transparency (rgba values)
 *        will not work
 */
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 16px;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #ffffff; }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 16px 0;
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }

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

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

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

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

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

ol,
ul {
  padding-left: 32px;
  padding-left: 2rem; }

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0d6efd;
  text-decoration: underline; }
  a:hover {
    color: #0a58ca; }

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 3.2px 6.4px;
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

.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: 8px;
    margin-right: 0.5rem; }

.initialism {
  font-size: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -16px;
  margin-top: -1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 12px);
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 12px);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

.row {
  --bs-gutter-x: 24px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

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

.row-cols-auto > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 4px;
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 4px;
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 8px;
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 8px;
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 16px;
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 16px;
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 24px;
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 24px;
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 48px;
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 48px;
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }
  .table > :not(caption) > * > * {
    padding: 8px 8px;
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:first-child) {
    border-top: 2px solid currentColor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 4px 4px;
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6; }

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce; }

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7; }

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3; }

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9; }

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4; }

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1; }

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: #373b3e; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.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: 20px;
  font-size: 1.25rem; }

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

.form-text {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
          appearance: none;
  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[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #212529;
    background-color: #ffffff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .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; }
  .form-control::file-selector-button {
    padding: 6px 12px;
    padding: 0.375rem 0.75rem;
    margin: -6px -12px;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 12px;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 6px 12px;
    padding: 0.375rem 0.75rem;
    margin: -6px -12px;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 12px;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {
      .form-control::-webkit-file-upload-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 6px 0;
  padding: 0.375rem 0;
  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 {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
    margin: -4px -8px;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 8px;
    margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
    margin: -4px -8px;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 8px;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
  .form-control-lg::file-selector-button {
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    margin: -8px -16px;
    margin: -0.5rem -1rem;
    margin-inline-end: 16px;
    margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    margin: -8px -16px;
    margin: -0.5rem -1rem;
    margin-inline-end: 16px;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  width: 48px;
  width: 3rem;
  height: auto;
  padding: 6px;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }

.form-select {
  display: block;
  width: 100%;
  padding: 6px 36px 6px 12px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 12px;
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

.form-select-sm {
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.form-select-lg {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 16px;
  padding-left: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.form-check {
  display: block;
  min-height: 24px;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 2px;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
          appearance: none;
  color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      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='%2386b7fe'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      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='%23ffffff'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 16px;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .dxb-contact-info-colorcard .btn-check[disabled] + a, .btn-check:disabled + .btn, .dxb-contact-info-colorcard .btn-check:disabled + a {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 24px;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    margin-top: -4px;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    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) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    background-color: #0d6efd;
    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) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 8px;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 16px 12px;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control {
    padding: 16px 12px;
    padding: 1rem 0.75rem; }
    .form-floating > .form-control:-ms-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 26px;
      padding-top: 1.625rem;
      padding-bottom: 10px;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 26px;
      padding-top: 1.625rem;
      padding-bottom: 10px;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 26px;
    padding-top: 1.625rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.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-select {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn, .input-group .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard .input-group a {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus, .input-group .dxb-contact-info-colorcard a:focus, .dxb-contact-info-colorcard .input-group a:focus {
      z-index: 3; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.dxb-contact-info-colorcard .input-group-lg > a {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.dxb-contact-info-colorcard .input-group-sm > a {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 48px;
  padding-right: 3rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  margin-top: 1.6px;
  margin-top: .1rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem; }

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  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='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 66px;
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position: right 12px center, center right 36px;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

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

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

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 66px;
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 12px center, center right 36px;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

.btn, .dxb-contact-info-colorcard a {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  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, .dxb-contact-info-colorcard a {
      transition: none; } }
  .btn:hover, .dxb-contact-info-colorcard a:hover {
    color: #212529; }
  .btn-check:focus + .btn, .dxb-contact-info-colorcard .btn-check:focus + a, .btn:focus, .dxb-contact-info-colorcard a:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .btn:disabled, .dxb-contact-info-colorcard a:disabled, .btn.disabled, .dxb-contact-info-colorcard a.disabled,
  fieldset:disabled .btn,
  fieldset:disabled .dxb-contact-info-colorcard a,
  .dxb-contact-info-colorcard fieldset:disabled a {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #ffffff;
  background-color: #0d6efd;
  border-color: #0d6efd; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #0b5ed7;
    border-color: #0a58ca; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #ffffff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0a58ca;
    border-color: #0a53be; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #ffffff;
    background-color: #0d6efd;
    border-color: #0d6efd; }

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #5c636a;
    border-color: #565e64; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #ffffff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #565e64;
    border-color: #51585e; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }

.btn-success {
  color: #ffffff;
  background-color: #198754;
  border-color: #198754; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #157347;
    border-color: #146c43; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #ffffff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #146c43;
    border-color: #13653f; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #ffffff;
    background-color: #198754;
    border-color: #198754; }

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #ffffff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-dark {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #1c1f23;
    border-color: #1a1e21; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #ffffff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1a1e21;
    border-color: #191c1f; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529; }

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #ffffff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent; }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent; }

.btn-outline-success {
  color: #198754;
  border-color: #198754; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #198754;
    border-color: #198754; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #ffffff;
    background-color: #198754;
    border-color: #198754; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #198754;
    background-color: transparent; }

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent; }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }

.btn-outline-dark {
  color: #212529;
  border-color: #212529; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline; }
  .btn-link:hover {
    color: #0a58ca; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn, .dxb-contact-info-colorcard .btn-group-lg > a {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .dxb-contact-info-colorcard .btn-group-sm > a {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 1000;
  display: none;
  min-width: 160px;
  min-width: 10rem;
  padding: 8px 0;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 2px;
    margin-top: 0.125rem; }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 2px;
  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; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 2px;
  margin-left: 0.125rem; }

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

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

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

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 2px;
  margin-right: 0.125rem; }

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

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

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

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

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

.dropdown-divider {
  height: 0;
  margin: 8px 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0d6efd; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

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

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

.dropdown-item-text {
  display: block;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
  color: #212529; }

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #ffffff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #ffffff;
      background-color: #0d6efd; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .dxb-contact-info-colorcard .btn-group > a,
  .btn-group-vertical > .btn,
  .dxb-contact-info-colorcard .btn-group-vertical > a {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn, .dxb-contact-info-colorcard .btn-group > .btn-check:checked + a,
  .btn-group > .btn-check:focus + .btn,
  .dxb-contact-info-colorcard .btn-group > .btn-check:focus + a,
  .btn-group > .btn:hover,
  .dxb-contact-info-colorcard .btn-group > a:hover,
  .btn-group > .btn:focus,
  .dxb-contact-info-colorcard .btn-group > a:focus,
  .btn-group > .btn:active,
  .dxb-contact-info-colorcard .btn-group > a:active,
  .btn-group > .btn.active,
  .dxb-contact-info-colorcard .btn-group > a.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .dxb-contact-info-colorcard .btn-group-vertical > .btn-check:checked + a,
  .btn-group-vertical > .btn-check:focus + .btn,
  .dxb-contact-info-colorcard .btn-group-vertical > .btn-check:focus + a,
  .btn-group-vertical > .btn:hover,
  .dxb-contact-info-colorcard .btn-group-vertical > a:hover,
  .btn-group-vertical > .btn:focus,
  .dxb-contact-info-colorcard .btn-group-vertical > a:focus,
  .btn-group-vertical > .btn:active,
  .dxb-contact-info-colorcard .btn-group-vertical > a:active,
  .btn-group-vertical > .btn.active,
  .dxb-contact-info-colorcard .btn-group-vertical > a.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), .dxb-contact-info-colorcard .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

.btn-group > .btn:nth-child(n + 3), .dxb-contact-info-colorcard .btn-group > a:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.dxb-contact-info-colorcard .btn-group > :not(.btn-check) + a,
.btn-group > .btn-group:not(:first-child) > .btn,
.dxb-contact-info-colorcard .btn-group > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 9px;
  padding-right: 0.5625rem;
  padding-left: 9px;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .dxb-contact-info-colorcard .btn-group-sm > a + .dropdown-toggle-split {
  padding-right: 6px;
  padding-right: 0.375rem;
  padding-left: 6px;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .dxb-contact-info-colorcard .btn-group-lg > a + .dropdown-toggle-split {
  padding-right: 12px;
  padding-right: 0.75rem;
  padding-left: 12px;
  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,
  .dxb-contact-info-colorcard .btn-group-vertical > a,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .dxb-contact-info-colorcard .btn-group-vertical > a:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .dxb-contact-info-colorcard .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .dxb-contact-info-colorcard .btn-group-vertical > .btn-group:not(:last-child) > a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn, .dxb-contact-info-colorcard .btn-group-vertical > a ~ .btn, .dxb-contact-info-colorcard .btn-group-vertical > .btn ~ a, .dxb-contact-info-colorcard .btn-group-vertical > a ~ a,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .dxb-contact-info-colorcard .btn-group-vertical > .btn-group:not(:first-child) > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.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: 8px 16px;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: #0a58ca; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 4px;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
      isolation: isolate; }
    .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: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #0d6efd; }

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.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-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.navbar-brand {
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  margin-right: 16px;
  margin-right: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

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

.navbar-text {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  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: 4px 12px;
  padding: 0.25rem 0.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem; }

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: 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 .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas-header {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -ms-flex-positive: 1;
          flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      -ms-transform: none;
          transform: none; }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-sm .offcanvas-body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 0;
          flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: 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 .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas-header {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -ms-flex-positive: 1;
          flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      -ms-transform: none;
          transform: none; }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-md .offcanvas-body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 0;
          flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: 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 .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas-header {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -ms-flex-positive: 1;
          flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      -ms-transform: none;
          transform: none; }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-lg .offcanvas-body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 0;
          flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: 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 .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas-header {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -ms-flex-positive: 1;
          flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      -ms-transform: none;
          transform: none; }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xl .offcanvas-body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 0;
          flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas-header {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -ms-flex-positive: 1;
          flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      -ms-transform: none;
          transform: none; }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxl .offcanvas-body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 0;
          flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .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: 8px;
      padding-right: 0.5rem;
      padding-left: 8px;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas-header {
    display: none; }
  .navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-positive: 1;
        flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -ms-transform: none;
        transform: none; }
  .navbar-expand .offcanvas-top,
  .navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible; }

.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.55); }
  .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 .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

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

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

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }
  .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 .nav-link.active {
  color: #ffffff; }

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

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

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

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  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 {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

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

.card-title {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.card-subtitle {
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: 0; }

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

.card-link + .card-link {
  margin-left: 16px;
  margin-left: 1rem; }

.card-header {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  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: -8px;
  margin-right: -0.5rem;
  margin-bottom: -8px;
  margin-bottom: -0.5rem;
  margin-left: -8px;
  margin-left: -0.5rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -8px;
  margin-right: -0.5rem;
  margin-left: -8px;
  margin-left: -0.5rem; }

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

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%; }

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

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

.card-group > .card {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    .card-group > .card {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-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; } }

.accordion-button {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  .accordion-button::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:first-of-type {
    border-top-left-radius: 4px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 4px;
    border-top-right-radius: 0.25rem; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: 0.25rem; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 4px;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 4px;
      border-bottom-left-radius: 0.25rem; }

.accordion-body {
  padding: 16px 20px;
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button {
    border-radius: 0; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 8px;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

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

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

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  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) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

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

.page-link {
  padding: 6px 12px;
  padding: 0.375rem 0.75rem; }

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

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

.pagination-lg .page-link {
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  font-size: 20px;
  font-size: 1.25rem; }

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

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

.pagination-sm .page-link {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem; }

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

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

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge, .dxb-contact-info-colorcard a .badge {
  position: relative;
  top: -1px; }

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

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 48px;
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 20px 16px;
    padding: 1.25rem 1rem; }

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe; }
  .alert-primary .alert-link {
    color: #06357a; }

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8; }
  .alert-secondary .alert-link {
    color: #34383c; }

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; }
  .alert-success .alert-link {
    color: #0c4128; }

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb; }
  .alert-info .alert-link {
    color: #04414d; }

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5; }
  .alert-warning .alert-link {
    color: #523e02; }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }
  .alert-danger .alert-link {
    color: #6a1a21; }

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #4f5050; }

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }
  .alert-dark .alert-link {
    color: #101214; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

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

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

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

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

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.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: 8px 16px;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

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

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

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

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

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

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

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

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #084298;
    border-color: #084298; }

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #41464b;
    border-color: #41464b; }

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #0f5132;
    border-color: #0f5132; }

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #055160;
    border-color: #055160; }

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #664d03;
    border-color: #664d03; }

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #842029;
    border-color: #842029; }

.list-group-item-light {
  color: #636464;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #636464;
    border-color: #636464; }

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #141619;
    border-color: #141619; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  pointer-events: auto;
  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.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

.toast-container {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
  .toast-header .btn-close {
    margin-right: -6px;
    margin-right: -0.375rem;
    margin-left: 12px;
    margin-left: 0.75rem; }

.toast-body {
  padding: 12px;
  padding: 0.75rem;
  word-wrap: break-word; }

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

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .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-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  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: 1050;
  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-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 16px 16px;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .btn-close {
    padding: 8px 8px;
    padding: 0.5rem 0.5rem;
    margin: -8px -8px -8px auto;
    margin: -0.5rem -0.5rem -0.5rem auto; }

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 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; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  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: 14px;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 12.8px;
    width: 0.8rem;
    height: 6.4px;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 6.4px;
  padding: 0 0.4rem; }
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 6.4px;
    width: 0.4rem;
    height: 12.8px;
    height: 0.8rem; }
    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
      right: -1px;
      border-width: 6.4px 6.4px 6.4px 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

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

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 6.4px;
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 6.4px;
    width: 0.4rem;
    height: 12.8px;
    height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px;
      border-width: 6.4px 0 6.4px 6.4px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  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: 14px;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 16px;
    width: 1rem;
    height: 8px;
    height: 0.5rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 8px;
  width: 0.5rem;
  height: 16px;
  height: 1rem; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-width: 8px 8px 8px 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 8px 8px 8px 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #ffffff; }

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

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 16px;
  width: 1rem;
  margin-left: -8px;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0; }

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 8px;
  width: 0.5rem;
  height: 16px;
  height: 1rem; }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-width: 8px 0 8px 8px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 8px 0 8px 8px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #ffffff; }

.popover-header {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 16px 16px;
  padding: 1rem 1rem;
  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; }

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

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

/* rtl:end:ignore */
.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-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

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

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

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

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

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

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

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

.spinner-grow {
  display: inline-block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow; }

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }

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

.offcanvas-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 16px 16px;
  padding: 1rem 1rem; }
  .offcanvas-header .btn-close {
    padding: 8px 8px;
    padding: 0.5rem 0.5rem;
    margin-top: -8px;
    margin-top: -0.5rem;
    margin-right: -8px;
    margin-right: -0.5rem;
    margin-bottom: -8px;
    margin-bottom: -0.5rem; }

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

.offcanvas-body {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 16px 16px;
  padding: 1rem 1rem;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.offcanvas.show {
  -ms-transform: none;
      transform: none; }

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5; }
  .placeholder.btn::before, .dxb-contact-info-colorcard a.placeholder::before {
    display: inline-block;
    content: ""; }

.placeholder-xs {
  min-height: .6em; }

.placeholder-sm {
  min-height: .8em; }

.placeholder-lg {
  min-height: 1.2em; }

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite; }

@keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite; }

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%; } }

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

.link-primary {
  color: #0d6efd; }
  .link-primary:hover, .link-primary:focus {
    color: #0a58ca; }

.link-secondary {
  color: #6c757d; }
  .link-secondary:hover, .link-secondary:focus {
    color: #565e64; }

.link-success {
  color: #198754; }
  .link-success:hover, .link-success:focus {
    color: #146c43; }

.link-info {
  color: #0dcaf0; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3; }

.link-warning {
  color: #ffc107; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39; }

.link-danger {
  color: #dc3545; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37; }

.link-light {
  color: #f8f9fa; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb; }

.link-dark {
  color: #212529; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.hstack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.vstack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.visually-hidden, section.hero-section .search-widget-wrapper .search-widget legend,
section.hero-section .slide-text-container .search-widget legend,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

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

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25; }

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

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

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

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

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

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

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

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

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

.d-grid {
  display: -ms-grid !important;
  display: grid !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; }

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

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

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

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

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

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

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

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

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  -ms-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  -ms-transform: translateX(-50%) !important;
      transform: translateX(-50%) !important; }

.translate-middle-y {
  -ms-transform: translateY(-50%) !important;
      transform: translateY(-50%) !important; }

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0d6efd !important; }

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

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

.border-info {
  border-color: #0dcaf0 !important; }

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

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

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

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

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

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !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; }

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

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

.min-vw-100 {
  min-width: 100vw !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; }

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

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

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

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

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

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

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

.gap-1 {
  gap: 4px !important;
  gap: 0.25rem !important; }

.gap-2 {
  gap: 8px !important;
  gap: 0.5rem !important; }

.gap-3 {
  gap: 16px !important;
  gap: 1rem !important; }

.gap-4 {
  gap: 24px !important;
  gap: 1.5rem !important; }

.gap-5 {
  gap: 48px !important;
  gap: 3rem !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; }

.justify-content-evenly {
  -ms-flex-pack: space-evenly !important;
      justify-content: space-evenly !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; }

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

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

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

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

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

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

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

.order-last {
  -ms-flex-order: 6 !important;
      order: 6 !important; }

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

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

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

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

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

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

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

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

.mx-1 {
  margin-right: 4px !important;
  margin-right: 0.25rem !important;
  margin-left: 4px !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 8px !important;
  margin-right: 0.5rem !important;
  margin-left: 8px !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 16px !important;
  margin-right: 1rem !important;
  margin-left: 16px !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 24px !important;
  margin-right: 1.5rem !important;
  margin-left: 24px !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 48px !important;
  margin-right: 3rem !important;
  margin-left: 48px !important;
  margin-left: 3rem !important; }

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

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

.my-1 {
  margin-top: 4px !important;
  margin-top: 0.25rem !important;
  margin-bottom: 4px !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 8px !important;
  margin-top: 0.5rem !important;
  margin-bottom: 8px !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 16px !important;
  margin-top: 1rem !important;
  margin-bottom: 16px !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 24px !important;
  margin-top: 1.5rem !important;
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 48px !important;
  margin-top: 3rem !important;
  margin-bottom: 48px !important;
  margin-bottom: 3rem !important; }

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

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

.mt-1 {
  margin-top: 4px !important;
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 8px !important;
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 16px !important;
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 24px !important;
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 48px !important;
  margin-top: 3rem !important; }

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

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 4px !important;
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 8px !important;
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 16px !important;
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 24px !important;
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 48px !important;
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

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

.mb-1 {
  margin-bottom: 4px !important;
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 8px !important;
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 16px !important;
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 48px !important;
  margin-bottom: 3rem !important; }

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

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 4px !important;
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 8px !important;
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 16px !important;
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 24px !important;
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 48px !important;
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

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

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

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

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

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

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

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

.px-1 {
  padding-right: 4px !important;
  padding-right: 0.25rem !important;
  padding-left: 4px !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 8px !important;
  padding-right: 0.5rem !important;
  padding-left: 8px !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 16px !important;
  padding-right: 1rem !important;
  padding-left: 16px !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 24px !important;
  padding-right: 1.5rem !important;
  padding-left: 24px !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 48px !important;
  padding-right: 3rem !important;
  padding-left: 48px !important;
  padding-left: 3rem !important; }

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

.py-1 {
  padding-top: 4px !important;
  padding-top: 0.25rem !important;
  padding-bottom: 4px !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 8px !important;
  padding-top: 0.5rem !important;
  padding-bottom: 8px !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 16px !important;
  padding-top: 1rem !important;
  padding-bottom: 16px !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 24px !important;
  padding-top: 1.5rem !important;
  padding-bottom: 24px !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 48px !important;
  padding-top: 3rem !important;
  padding-bottom: 48px !important;
  padding-bottom: 3rem !important; }

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

.pt-1 {
  padding-top: 4px !important;
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 8px !important;
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 16px !important;
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 24px !important;
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 48px !important;
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 4px !important;
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 8px !important;
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 16px !important;
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 24px !important;
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 48px !important;
  padding-right: 3rem !important; }

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

.pb-1 {
  padding-bottom: 4px !important;
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 8px !important;
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 16px !important;
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 24px !important;
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 48px !important;
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 4px !important;
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 8px !important;
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 16px !important;
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 24px !important;
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 48px !important;
  padding-left: 3rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 20px !important;
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 16px !important;
  font-size: 1rem !important; }

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

.fst-normal {
  font-style: normal !important; }

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

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

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

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

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

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important; }

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

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

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

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

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

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

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

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !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; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !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; }
  .justify-content-sm-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !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; }
  .order-sm-first {
    -ms-flex-order: -1 !important;
        order: -1 !important; }
  .order-sm-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important; }
  .order-sm-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important; }
  .order-sm-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important; }
  .order-sm-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important; }
  .order-sm-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important; }
  .order-sm-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important; }
  .order-sm-last {
    -ms-flex-order: 6 !important;
        order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !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; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !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; }
  .justify-content-md-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !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; }
  .order-md-first {
    -ms-flex-order: -1 !important;
        order: -1 !important; }
  .order-md-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important; }
  .order-md-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important; }
  .order-md-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important; }
  .order-md-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important; }
  .order-md-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important; }
  .order-md-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important; }
  .order-md-last {
    -ms-flex-order: 6 !important;
        order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !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; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !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; }
  .justify-content-lg-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !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; }
  .order-lg-first {
    -ms-flex-order: -1 !important;
        order: -1 !important; }
  .order-lg-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important; }
  .order-lg-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important; }
  .order-lg-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important; }
  .order-lg-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important; }
  .order-lg-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important; }
  .order-lg-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important; }
  .order-lg-last {
    -ms-flex-order: 6 !important;
        order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !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; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !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; }
  .justify-content-xl-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !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; }
  .order-xl-first {
    -ms-flex-order: -1 !important;
        order: -1 !important; }
  .order-xl-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important; }
  .order-xl-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important; }
  .order-xl-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important; }
  .order-xl-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important; }
  .order-xl-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important; }
  .order-xl-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important; }
  .order-xl-last {
    -ms-flex-order: 6 !important;
        order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xxl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important; }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-xxl-first {
    -ms-flex-order: -1 !important;
        order: -1 !important; }
  .order-xxl-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important; }
  .order-xxl-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important; }
  .order-xxl-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important; }
  .order-xxl-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important; }
  .order-xxl-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important; }
  .order-xxl-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important; }
  .order-xxl-last {
    -ms-flex-order: 6 !important;
        order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !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; }
  .d-print-none {
    display: none !important; } }

.margin-0 {
  margin: 0 !important; }
  @media (max-width: 767px) {
    .margin-0-xs {
      margin: 0 !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .margin-0-sm {
      margin: 0 !important; } }

.margin-top-10 {
  margin: 10px !important;
  margin: 0.625rem !important; }

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

.padding-bottom-50 {
  padding-bottom: 50px !important;
  padding-bottom: 3.125rem !important; }

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

.bg-lightgray {
  background-color: #EFF1F6 !important; }

.bg-blue {
  background-color: #2A2D64 !important; }

.bg-darkblue {
  background-color: #024587 !important; }

.color-green {
  color: #1CCF57 !important; }

.color-red {
  color: #CF261C !important; }

.width-20pct {
  width: 20% !important; }

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

.width-33pct {
  width: 33.3333% !important; }

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

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

.float-left {
  float: left ; }

.overflow-hidden {
  overflow: hidden !important; }
  @media (max-width: 991px) {
    .overflow-hidden-mobile {
      overflow: hidden !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

/* Used in the App */
@font-face {
  font-family: "FrutigerLTW01-45Light";
  src: url("/ResourcePackages/da/css/fonts/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?#iefix");
  src: url("/ResourcePackages/da/css/fonts/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?#iefix") format("eot"), url("/ResourcePackages/da/css/fonts/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff2") format("woff2"), url("/ResourcePackages/da/css/fonts/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff") format("woff"), url("/ResourcePackages/da/css/fonts/74d53f3b-1683-4d5a-a556-e13f6553cdf0.ttf") format("truetype"), url("/ResourcePackages/da/css/fonts/3f5a5b87-e71e-4544-be0c-da4daa132710.svg#3f5a5b87-e71e-4544-be0c-da4daa132710") format("svg"); }

@font-face {
  font-family: "FrutigerLTW01-55Roman";
  src: url("/ResourcePackages/da/css/fonts/af97a512-f55a-4f61-b2ce-659c883930fc.eot?#iefix");
  src: url("/ResourcePackages/da/css/fonts/af97a512-f55a-4f61-b2ce-659c883930fc.eot?#iefix") format("eot"), url("/ResourcePackages/da/css/fonts/3fbbd6b1-cfa7-4ff0-97ea-af1b2c489f15.woff2") format("woff2"), url("/ResourcePackages/da/css/fonts/3fbbd6b1-cfa7-4ff0-97ea-af1b2c489f15.woff") format("woff"), url("/ResourcePackages/da/css/fonts/076311f8-a01b-4389-a5eb-334a62e62d45.ttf") format("truetype"), url("/ResourcePackages/da/css/fonts/c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877.svg#c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877") format("svg"); }

@font-face {
  font-family: "FrutigerLTW01-65Bold";
  src: url("/ResourcePackages/da/css/fonts/fbd7c0fb-f004-4e83-81d2-1d400413a873.eot?#iefix");
  src: url("/ResourcePackages/da/css/fonts/fbd7c0fb-f004-4e83-81d2-1d400413a873.eot?#iefix") format("eot"), url("/ResourcePackages/da/css/fonts/9aa32a81-1124-4c43-b3db-15bfb1f7aed2.woff2") format("woff2"), url("/ResourcePackages/da/css/fonts/9aa32a81-1124-4c43-b3db-15bfb1f7aed2.woff") format("woff"), url("/ResourcePackages/da/css/fonts/6faffbf4-f8e8-4817-b24b-a390e166be7e.ttf") format("truetype"), url("/ResourcePackages/da/css/fonts/fc09de64-de25-425e-90dc-a0cae29b02c4.svg#fc09de64-de25-425e-90dc-a0cae29b02c4") format("svg"); }

@font-face {
  font-family: "FrutigerLTW20-45Light";
  src: url("/ResourcePackages/da/css/fonts/ef2f3f3e-69fc-4400-a009-eb3382bc36fe.eot?#iefix");
  src: url("/ResourcePackages/da/css/fonts/ef2f3f3e-69fc-4400-a009-eb3382bc36fe.eot?#iefix") format("eot"), url("/ResourcePackages/da/css/fonts/18c95095-c66a-4130-b4d0-6f61140948c2.woff2") format("woff2"), url("/ResourcePackages/da/css/fonts/18c95095-c66a-4130-b4d0-6f61140948c2.woff") format("woff"), url("/ResourcePackages/da/css/fonts/04edf5de-5deb-4df4-9a69-c90aad2d7604.ttf") format("truetype"), url("/ResourcePackages/da/css/fonts/656ff0d6-e4fb-43dd-8288-466a0edd1530.svg#656ff0d6-e4fb-43dd-8288-466a0edd1530") format("svg"); }

@font-face {
  font-family: "FrutigerLTW20-55Roman";
  src: url("/ResourcePackages/da/css/fonts/70e7445b-bf3a-4454-afcb-8751be709d1f.eot?#iefix");
  src: url("/ResourcePackages/da/css/fonts/70e7445b-bf3a-4454-afcb-8751be709d1f.eot?#iefix") format("eot"), url("/ResourcePackages/da/css/fonts/d05c6c4a-9731-44a4-b39d-0456c0757826.woff2") format("woff2"), url("/ResourcePackages/da/css/fonts/d05c6c4a-9731-44a4-b39d-0456c0757826.woff") format("woff"), url("/ResourcePackages/da/css/fonts/5fa9f06e-4a5b-48c5-8f33-bf2064a4cf91.ttf") format("truetype"), url("/ResourcePackages/da/css/fonts/d06bdbba-ef62-455e-a7e3-33085f73bb05.svg#d06bdbba-ef62-455e-a7e3-33085f73bb05") format("svg"); }

@font-face {
  font-family: "FrutigerLTW20-65Bold";
  src: url("/ResourcePackages/da/css/fonts/022cc1ac-0805-4d05-9c09-14ef67c111c1.eot?#iefix");
  src: url("/ResourcePackages/da/css/fonts/022cc1ac-0805-4d05-9c09-14ef67c111c1.eot?#iefix") format("eot"), url("/ResourcePackages/da/css/fonts/884f1301-4654-49af-9733-d4e7f0d4e4b1.woff2") format("woff2"), url("/ResourcePackages/da/css/fonts/884f1301-4654-49af-9733-d4e7f0d4e4b1.woff") format("woff"), url("/ResourcePackages/da/css/fonts/ab28270e-94d7-4a88-8c9e-e7116d28b5e8.ttf") format("truetype"), url("/ResourcePackages/da/css/fonts/c42ccf0d-93c1-4366-8aa8-aa17750e8a9d.svg#c42ccf0d-93c1-4366-8aa8-aa17750e8a9d") format("svg"); }

/* DXB ../../../dist/ResourcePackages/da/css/fonts */
@font-face {
  font-family: '29LT Bukra';
  src: url("/ResourcePackages/da/css/fonts/29ltbukraregular.eot");
  src: url("/ResourcePackages/da/css/fonts/29ltbukraregular.eot?#iefix") format("embedded-opentype"), url("/ResourcePackages/da/css/fonts/29ltbukraregular.woff2") format("woff2"), url("/ResourcePackages/da/css/fonts/29ltbukraregular.woff") format("woff"), url("/ResourcePackages/da/css/fonts/29ltbukraregular.ttf") format("truetype"), url("/ResourcePackages/da/css/fonts/29ltbukraregular.svg#29lt_bukraregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: '29LT Bukra';
  src: url("/ResourcePackages/da/css/fonts/29ltbukralight.eot");
  src: url("/ResourcePackages/da/css/fonts/29ltbukralight.eot?#iefix") format("embedded-opentype"), url("/ResourcePackages/da/css/fonts/29ltbukralight.woff2") format("woff2"), url("/ResourcePackages/da/css/fonts/29ltbukralight.woff") format("woff"), url("/ResourcePackages/da/css/fonts/29ltbukralight.ttf") format("truetype"), url("/ResourcePackages/da/css/fonts/29ltbukralight.svg#29lt_bukralight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: '29LT Bukra';
  src: url("/ResourcePackages/da/css/fonts/29ltbukrabold.eot");
  src: url("/ResourcePackages/da/css/fonts/29ltbukrabold.eot?#iefix") format("embedded-opentype"), url("/ResourcePackages/da/css/fonts/29ltbukrabold.woff2") format("woff2"), url("/ResourcePackages/da/css/fonts/29ltbukrabold.woff") format("woff"), url("/ResourcePackages/da/css/fonts/29ltbukrabold.ttf") format("truetype"), url("/ResourcePackages/da/css/fonts/29ltbukrabold.svg#29lt_bukrabold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: '29LT Bukra';
  src: url("/ResourcePackages/da/css/fonts/29ltbukrabolditalic.eot");
  src: url("/ResourcePackages/da/css/fonts/29ltbukrabolditalic.eot?#iefix") format("embedded-opentype"), url("/ResourcePackages/da/css/fonts/29ltbukrabolditalic.woff2") format("woff2"), url("/ResourcePackages/da/css/fonts/29ltbukrabolditalic.woff") format("woff"), url("/ResourcePackages/da/css/fonts/29ltbukrabolditalic.ttf") format("truetype"), url("/ResourcePackages/da/css/fonts/29ltbukrabolditalic.svg#29lt_bukrabold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Dubai';
  src: url("/ResourcePackages/da/css/fonts/Dubai-Medium.eot");
  src: url("/ResourcePackages/da/css/fonts/Dubai-Medium.eot?#iefix") format("embedded-opentype"), url("/ResourcePackages/da/css/fonts/Dubai-Medium.woff2") format("woff2"), url("/ResourcePackages/da/css/fonts/Dubai-Medium.woff") format("woff"), url("/ResourcePackages/da/css/fonts/Dubai-Medium.ttf") format("truetype"), url("/ResourcePackages/da/css/fonts/Dubai-Medium.svg#Dubai-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

html,
body {
  height: 100%;
  width: 100%;
  font-family: "29LT Bukra", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  color: #2A2D64;
  background-color: #FFF;
  min-width: 0 !important;
  -webkit-overflow-scrolling: touch; }
  html .page-wrapper,
  body .page-wrapper {
    margin-right: calc(1.64375rem + 4.725vw); }
    @media (min-width: 1200px) {
      html .page-wrapper,
      body .page-wrapper {
        margin-right: 5.1875rem; } }
    @media (max-width: 1199px) {
      html .page-wrapper,
      body .page-wrapper {
        margin-right: calc(1.425rem + 2.1vw); } }
  @media (max-width: 1199px) and (min-width: 1200px) {
    html .page-wrapper,
    body .page-wrapper {
      margin-right: 3rem; } }
    @media (max-width: 991px) {
      html .page-wrapper,
      body .page-wrapper {
        margin-right: 0; } }

main {
  font-family: "29LT Bukra", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem; }

a {
  color: inherit; }
  a:hover, a:focus, a:active {
    color: inherit; }

h1, .h1 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold; }

h2, .h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

h3, .h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0; }
  @media (max-width: 991px) {
    h3, .h3 {
      font-size: 0.9375rem;
      margin: 0; } }

h4, .h4 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

h5, .h5 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  color: #4c4f56;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-top: 0; }

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold; }

p {
  font-weight: 100;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #4c4f56; }
  @media (max-width: 991px) {
    p {
      font-size: 0.875rem; } }

ul {
  font-weight: 100;
  padding: 0;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
  margin-left: 20px;
  margin-left: 1.25rem;
  list-style: none;
  line-height: 30px;
  line-height: 1.875rem; }
  ul li {
    position: relative; }
    ul li a:hover, ul li a:focus, ul li a:active {
      text-decoration: none; }

ol {
  font-weight: 100;
  padding: 0;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
  margin-left: 20px;
  margin-left: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem; }

section {
  padding: 0; }
  @media (max-width: 991px) {
    section {
      padding: 1.25rem 0 0; } }

img {
  width: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

input[type="text"], input[type="email"], input[type="search"] {
  color: #4c4f56;
  border: solid 1px #B6BAC2;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-weight: 100;
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
  height: 50px;
  height: 3.125rem;
  padding: 0 20px;
  padding: 0 1.25rem; }
  input[type="text"]::-ms-clear, input[type="email"]::-ms-clear, input[type="search"]::-ms-clear {
    display: none; }
  @media (max-width: 991px) {
    input[type="text"], input[type="email"], input[type="search"] {
      font-size: 0.875rem;
      font-weight: normal;
      height: 2.8125rem;
      padding: 0 1.25rem; } }

input[type="search"] {
  height: 20px;
  height: 1.25rem;
  margin-left: 10px;
  margin-left: 0.625rem; }

.input-wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .input-wrapper input[type="text"], .input-wrapper input[type="email"], .input-wrapper input[type="search"] {
    width: 100%;
    padding-right: calc(1.4375rem + 2.25vw);
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .input-wrapper input[type="text"], .input-wrapper input[type="email"], .input-wrapper input[type="search"] {
        padding-right: 3.125rem; } }
  .input-wrapper svg.input-icon {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    right: 25px;
    height: 28px;
    height: 1.75rem;
    width: 28px;
    width: 1.75rem;
    fill: #2A2D64; }
    .input-wrapper svg.input-icon path {
      fill: #2A2D64; }
  @media (max-width: 991px) {
    .input-wrapper {
      font-weight: normal; }
      .input-wrapper svg.input-icon {
        height: 1.375rem;
        width: 1.375rem; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1163px; } }

@media (min-width: 992px) and (max-width: 1040px) {
  .container {
    width: 932px; } }

a {
  text-decoration: none; }
  a.btn, .dxb-contact-info-colorcard a {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0;
    color: #FFF !important;
    background-color: #2A2D64;
    height: 57px;
    height: 3.5625rem;
    line-height: 57px;
    line-height: 3.5625rem;
    padding: 0 24px;
    padding: 0 1.5rem;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 8px 20px 4px rgba(0, 0, 0, 0.2);
    -ms-transform: translateY(0);
        transform: translateY(0);
    transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
    border-radius: 0; }
    a.btn:hover, .dxb-contact-info-colorcard a:hover, a.btn:focus, .dxb-contact-info-colorcard a:focus, a.btn:active, .dxb-contact-info-colorcard a:active {
      color: #FFF !important;
      text-decoration: none; }
    a.btn:hover, .dxb-contact-info-colorcard a:hover, a.btn:active, .dxb-contact-info-colorcard a:active {
      box-shadow: 0 10px 20px 4px rgba(0, 0, 0, 0.3);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px); }
    a.btn.btn-yellow, .dxb-contact-info-colorcard a {
      background-color: #FFD100;
      color: #2A2D64 !important;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1em;
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
      padding: 21px 24px;
      padding: 1.3125rem 1.5rem; }
      a.btn.btn-yellow:hover, .dxb-contact-info-colorcard a:hover, a.btn.btn-yellow:active, .dxb-contact-info-colorcard a:active {
        background-color: #FFD100; }
      @media (max-width: 991px) {
        a.btn.btn-yellow, .dxb-contact-info-colorcard a {
          font-size: 0.6875rem;
          height: 2.5rem;
          padding: 0;
          line-height: 2.5rem; } }
    @media (max-width: 991px) {
      a.btn.btn-fullwidth, .dxb-contact-info-colorcard a.btn-fullwidth {
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important; } }
    a.btn.with-border, .dxb-contact-info-colorcard a.with-border {
      border: 1px solid #ffffff;
      box-shadow: none; }
    a.btn.small-btn, .dxb-contact-info-colorcard a.small-btn {
      height: 40px;
      height: 2.5rem;
      line-height: 40px;
      line-height: 2.5rem;
      padding: 0 20px;
      padding: 0 1.25rem; }
    @media (max-width: 991px) {
      a.btn, .dxb-contact-info-colorcard a {
        font-size: 0.6875rem;
        height: 2.5rem;
        line-height: 2.5rem;
        padding: 0 1.0625rem;
        box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.2); }
        a.btn:hover, .dxb-contact-info-colorcard a:hover, a.btn:active, .dxb-contact-info-colorcard a:active {
          box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.3); } }
  a.btn-size {
    width: 170px;
    width: 10.625rem; }
  a.btn-transparent {
    position: relative;
    display: inline-block;
    color: #FFF !important;
    padding: 15px 29px;
    padding: 0.9375rem 1.8125rem;
    outline: 0;
    text-decoration: none; }
    a.btn-transparent::before {
      content: "\A";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: solid 2px #FFF;
      opacity: .5;
      transition: opacity 0.3s ease-out; }
    a.btn-transparent:hover, a.btn-transparent:focus, a.btn-transparent:active {
      color: #FFF !important; }
    a.btn-transparent:hover::before {
      opacity: 1; }
  a.btn-with-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #132A6F;
    font-weight: 600; }
    a.btn-with-icon .icon {
      height: 14px;
      height: 0.875rem;
      width: auto;
      margin: 0 0 0 10px;
      margin: 0 0 0 0.625rem; }
      @media (min-width: 992px) and (max-width: 1279px) {
        a.btn-with-icon .icon {
          height: 0.625rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        a.btn-with-icon .icon {
          height: 0.625rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        a.btn-with-icon .icon {
          margin: 0 0 0 0.3125rem; } }
  a:hover, a:focus {
    text-decoration: underline; }

button,
a.button,
.dxb-generic-tabs-container-tab-button {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
  color: #FFF !important;
  background-color: #2A2D64;
  border: 0;
  padding: 25px 30px;
  padding: 1.5625rem 1.875rem;
  box-shadow: 0 0.8125rem 1.5625rem 0 rgba(0, 0, 0, 0.2);
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out; }
  button:hover, button:active,
  a.button:hover,
  .dxb-generic-tabs-container-tab-button:hover,
  a.button:active,
  .dxb-generic-tabs-container-tab-button:active {
    -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    text-decoration: none; }
  button.disabled,
  a.button.disabled,
  .disabled.dxb-generic-tabs-container-tab-button {
    pointer-events: none; }
  button.btn-gray,
  a.button.btn-gray,
  .btn-gray.dxb-generic-tabs-container-tab-button {
    background-color: #4c4f56;
    box-shadow: none;
    -ms-transform: none;
        transform: none; }
    button.btn-gray:hover, button.btn-gray:active,
    a.button.btn-gray:hover,
    .btn-gray.dxb-generic-tabs-container-tab-button:hover,
    a.button.btn-gray:active,
    .btn-gray.dxb-generic-tabs-container-tab-button:active {
      box-shadow: 0 8px 20px 4px rgba(0, 0, 0, 0.3); }
  button.btn-yellow,
  a.button.btn-yellow,
  .btn-yellow.dxb-generic-tabs-container-tab-button,
  .dxb-contact-info-colorcard a.button,
  .dxb-contact-info-colorcard .dxb-generic-tabs-container-tab-button {
    background-color: #FFD100;
    color: #2A2D64 !important;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 21px 24px;
    padding: 1.3125rem 1.5rem; }
    button.btn-yellow:hover, button.btn-yellow:active,
    a.button.btn-yellow:hover,
    .btn-yellow.dxb-generic-tabs-container-tab-button:hover,
    .dxb-contact-info-colorcard a.button:hover,
    .dxb-contact-info-colorcard .dxb-generic-tabs-container-tab-button:hover,
    a.button.btn-yellow:active,
    .btn-yellow.dxb-generic-tabs-container-tab-button:active,
    .dxb-contact-info-colorcard a.button:active,
    .dxb-contact-info-colorcard .dxb-generic-tabs-container-tab-button:active {
      background-color: #FFD100; }
    @media (max-width: 991px) {
      button.btn-yellow,
      a.button.btn-yellow,
      .btn-yellow.dxb-generic-tabs-container-tab-button,
      .dxb-contact-info-colorcard a.button,
      .dxb-contact-info-colorcard .dxb-generic-tabs-container-tab-button {
        font-size: 0.6875rem;
        height: 2.5rem;
        padding: 0; } }
  button.icon,
  a.button.icon,
  .icon.dxb-generic-tabs-container-tab-button {
    width: auto;
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    -ms-transform: none;
        transform: none; }
  @media (max-width: 991px) {
    button,
    a.button,
    .dxb-generic-tabs-container-tab-button {
      width: 100%;
      font-size: 0.8125rem;
      font-weight: bold;
      padding: 0.6875rem 1.5625rem; }
      button:hover, button:active,
      a.button:hover,
      .dxb-generic-tabs-container-tab-button:hover,
      a.button:active,
      .dxb-generic-tabs-container-tab-button:active {
        background-color: #024587;
        box-shadow: 0 8px 20px 4px rgba(0, 0, 0, 0.2);
        -ms-transform: none;
            transform: none; } }
  button[disabled],
  a.button[disabled],
  .dxb-generic-tabs-container-tab-button[disabled] {
    cursor: default; }
    button[disabled]:hover,
    a.button[disabled]:hover,
    .dxb-generic-tabs-container-tab-button[disabled]:hover {
      background-color: #B6BAC2; }
  button-inline,
  a.button-inline {
    width: auto; }

.btn-inline-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 0;
  padding: 0;
  box-shadow: none;
  transition: none;
  background-color: transparent;
  color: inherit !important;
  font-size: inherit;
  text-decoration: underline;
  width: auto; }
  .btn-inline-link > span {
    position: relative; }
  .btn-inline-link:hover {
    -ms-transform: none;
        transform: none; }

img,
svg {
  vertical-align: inherit; }

.container .row {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px; }
  .container .row:last-child {
    margin-bottom: 0; }
  .container .row .col-sm-12 {
    padding-left: 15px;
    padding-right: 15px; }

@media (max-width: 991px) {
  .container .row {
    margin-bottom: 0; }
  .container .col-sm-12 {
    margin-bottom: 1.25rem; } }

.c-container {
  max-width: 1200px;
  max-width: 75rem;
  padding: 0 15px;
  padding: 0 0.9375rem; }
  .c-container .row {
    margin: 0 -15px;
    margin: 0 -0.9375rem; }
    .c-container .row [class^="col-"] {
      padding: 0 15px;
      padding: 0 0.9375rem; }
      .c-container .row [class^="col-"].col-sm-12 {
        margin-bottom: initial; }
  @media (max-width: 1279px) {
    .c-container {
      width: 61.25rem; } }
  @media (max-width: 991px) {
    .c-container {
      width: 47.5rem; } }
  @media (max-width: 767px) {
    .c-container {
      width: 100%; } }

.col-no-gutter {
  padding-right: 0;
  padding-left: 0; }

.visually-hidden, section.hero-section .search-widget-wrapper .search-widget legend,
section.hero-section .slide-text-container .search-widget legend {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  pointer-events: none; }

.opacity-0 {
  opacity: 0; }

.tabs {
  border-bottom: solid 1px #B6BAC2;
  width: 100%; }
  .tabs .tab-6 {
    width: 50%;
    line-height: 1.4;
    float: left ;
    text-align: center;
    padding: 10px 0;
    padding: 0.625rem 0;
    color: #4c4f56;
    font-weight: bold;
    border-bottom: solid 2px transparent; }
    .tabs .tab-6.active {
      color: #2A2D64;
      border-bottom: solid 2px #2A2D64; }

.hide-side-nav {
  display: none; }

.bgcolor-brand1 {
  background-color: #2A2D64 !important;
  color: #FFF !important; }
  @media (max-width: 991px) {
    .bgcolor-brand1-mobile {
      background-color: #2A2D64 !important;
      color: #FFF !important; } }

.bgcolor-brand2 {
  background-color: #FFD100 !important;
  color: #2A2D64 !important; }
  @media (max-width: 991px) {
    .bgcolor-brand2-mobile {
      background-color: #FFD100 !important;
      color: #2A2D64 !important; } }

.bgcolor-brand3 {
  background-color: #6D3075 !important;
  color: #FFF !important; }
  @media (max-width: 991px) {
    .bgcolor-brand3-mobile {
      background-color: #6D3075 !important;
      color: #FFF !important; } }

.bgcolor-darkblue {
  background-color: #696E9F !important;
  color: #FFF !important; }
  @media (max-width: 991px) {
    .bgcolor-darkblue-mobile {
      background-color: #696E9F !important;
      color: #FFF !important; } }

.bgcolor-gray {
  background-color: #F4F1ED !important;
  color: #2A2D64 !important; }
  @media (max-width: 991px) {
    .bgcolor-gray-mobile {
      background-color: #F4F1ED !important;
      color: #2A2D64 !important; } }

.bgcolor-gray2 {
  background-color: #F1ECE5 !important;
  color: #2A2D64 !important; }
  @media (max-width: 991px) {
    .bgcolor-gray2-mobile {
      background-color: #F1ECE5 !important;
      color: #2A2D64 !important; } }

.slanted-left.bgcolor-brand1 ~ .section-slantTop::before,
.slanted-left.bgcolor-brand1 ~ .section-slantBottom::before {
  background-color: #2A2D64; }

.slanted-left.bgcolor-brand2 ~ .section-slantTop::before,
.slanted-left.bgcolor-brand2 ~ .section-slantBottom::before {
  background-color: #FFD100; }

.slanted-left.bgcolor-brand3 ~ .section-slantTop::before,
.slanted-left.bgcolor-brand3 ~ .section-slantBottom::before {
  background-color: #6D3075; }

.slanted-left.bgcolor-darkblue ~ .section-slantTop::before,
.slanted-left.bgcolor-darkblue ~ .section-slantBottom::before {
  background-color: #696E9F; }

.slanted-left.bgcolor-gray ~ .section-slantTop::before,
.slanted-left.bgcolor-gray ~ .section-slantBottom::before {
  background-color: #F4F1ED; }

.slanted-left.bgcolor-gray2 ~ .section-slantTop::before,
.slanted-left.bgcolor-gray2 ~ .section-slantBottom::before {
  background-color: #F1ECE5; }

.slanted-left ~ .section-slantTop,
.slanted-left ~ .section-slantBottom {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 15vw;
  transition: height .5s ease-out;
  z-index: 2;
  pointer-events: none; }
  .slanted-left ~ .section-slantTop::before,
  .slanted-left ~ .section-slantBottom::before {
    content: "\A";
    content: '';
    display: block;
    height: 15vw;
    position: absolute;
    left: 0;
    right: 0;
    transition: transform .3s ease-out, bottom .3s ease-out;
    -ms-transform: skewY(0deg);
        transform: skewY(0deg);
    z-index: 2; }

.slanted-left ~ .section-slantTop {
  top: calc(-15vw + 1px); }
  .slanted-left ~ .section-slantTop::before {
    top: calc(15vw - 1px);
    -ms-transform-origin: 0%;
        transform-origin: 0%; }

.slanted-left ~ .section-slantBottom {
  top: calc(100% - 1px); }
  .slanted-left ~ .section-slantBottom::before {
    bottom: calc(15vw - 1px);
    -ms-transform-origin: 0%;
        transform-origin: 0%; }

.slanted-left ~ .section-slantBottom::before {
  -ms-transform-origin: 100%;
      transform-origin: 100%;
  -ms-transform: skewY(-6deg);
      transform: skewY(-6deg); }

.slanted-right.bgcolor-brand1 ~ .section-slantTop::before,
.slanted-right.bgcolor-brand1 ~ .section-slantBottom::before {
  background-color: #2A2D64; }

.slanted-right.bgcolor-brand2 ~ .section-slantTop::before,
.slanted-right.bgcolor-brand2 ~ .section-slantBottom::before {
  background-color: #FFD100; }

.slanted-right.bgcolor-brand3 ~ .section-slantTop::before,
.slanted-right.bgcolor-brand3 ~ .section-slantBottom::before {
  background-color: #6D3075; }

.slanted-right.bgcolor-darkblue ~ .section-slantTop::before,
.slanted-right.bgcolor-darkblue ~ .section-slantBottom::before {
  background-color: #696E9F; }

.slanted-right.bgcolor-gray ~ .section-slantTop::before,
.slanted-right.bgcolor-gray ~ .section-slantBottom::before {
  background-color: #F4F1ED; }

.slanted-right.bgcolor-gray2 ~ .section-slantTop::before,
.slanted-right.bgcolor-gray2 ~ .section-slantBottom::before {
  background-color: #F1ECE5; }

.slanted-right ~ .section-slantTop,
.slanted-right ~ .section-slantBottom {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 15vw;
  transition: height .5s ease-out;
  z-index: 2;
  pointer-events: none; }
  .slanted-right ~ .section-slantTop::before,
  .slanted-right ~ .section-slantBottom::before {
    content: "\A";
    content: '';
    display: block;
    height: 15vw;
    position: absolute;
    left: 0;
    right: 0;
    transition: transform .3s ease-out, bottom .3s ease-out;
    -ms-transform: skewY(0deg);
        transform: skewY(0deg);
    z-index: 2; }

.slanted-right ~ .section-slantTop {
  top: calc(-15vw + 1px); }
  .slanted-right ~ .section-slantTop::before {
    top: calc(15vw - 1px);
    -ms-transform-origin: 0%;
        transform-origin: 0%; }

.slanted-right ~ .section-slantBottom {
  top: calc(100% - 1px); }
  .slanted-right ~ .section-slantBottom::before {
    bottom: calc(15vw - 1px);
    -ms-transform-origin: 0%;
        transform-origin: 0%; }

.slanted-right ~ .section-slantBottom::before {
  -ms-transform-origin: 0%;
      transform-origin: 0%;
  -ms-transform: skewY(6deg);
      transform: skewY(6deg); }

.slanted-rightLeft.bgcolor-brand1 ~ .section-slantTop::before,
.slanted-rightLeft.bgcolor-brand1 ~ .section-slantBottom::before {
  background-color: #2A2D64; }

.slanted-rightLeft.bgcolor-brand2 ~ .section-slantTop::before,
.slanted-rightLeft.bgcolor-brand2 ~ .section-slantBottom::before {
  background-color: #FFD100; }

.slanted-rightLeft.bgcolor-brand3 ~ .section-slantTop::before,
.slanted-rightLeft.bgcolor-brand3 ~ .section-slantBottom::before {
  background-color: #6D3075; }

.slanted-rightLeft.bgcolor-darkblue ~ .section-slantTop::before,
.slanted-rightLeft.bgcolor-darkblue ~ .section-slantBottom::before {
  background-color: #696E9F; }

.slanted-rightLeft.bgcolor-gray ~ .section-slantTop::before,
.slanted-rightLeft.bgcolor-gray ~ .section-slantBottom::before {
  background-color: #F4F1ED; }

.slanted-rightLeft.bgcolor-gray2 ~ .section-slantTop::before,
.slanted-rightLeft.bgcolor-gray2 ~ .section-slantBottom::before {
  background-color: #F1ECE5; }

.slanted-rightLeft ~ .section-slantTop,
.slanted-rightLeft ~ .section-slantBottom {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 15vw;
  transition: height .5s ease-out;
  z-index: 2;
  pointer-events: none; }
  .slanted-rightLeft ~ .section-slantTop::before,
  .slanted-rightLeft ~ .section-slantBottom::before {
    content: "\A";
    content: '';
    display: block;
    height: 15vw;
    position: absolute;
    left: 0;
    right: 0;
    transition: transform .3s ease-out, bottom .3s ease-out;
    -ms-transform: skewY(0deg);
        transform: skewY(0deg);
    z-index: 2; }

.slanted-rightLeft ~ .section-slantTop {
  top: calc(-15vw + 1px); }
  .slanted-rightLeft ~ .section-slantTop::before {
    top: calc(15vw - 1px);
    -ms-transform-origin: 0%;
        transform-origin: 0%; }

.slanted-rightLeft ~ .section-slantBottom {
  top: calc(100% - 1px); }
  .slanted-rightLeft ~ .section-slantBottom::before {
    bottom: calc(15vw - 1px);
    -ms-transform-origin: 0%;
        transform-origin: 0%; }

.slanted-rightLeft ~ .section-slantTop::before {
  -ms-transform-origin: 100%;
      transform-origin: 100%;
  -ms-transform: skewY(6deg);
      transform: skewY(6deg); }

.slanted-rightLeft ~ .section-slantBottom::before {
  -ms-transform-origin: 100%;
      transform-origin: 100%;
  -ms-transform: skewY(-6deg);
      transform: skewY(-6deg); }

.slanted-leftRight.bgcolor-brand1 ~ .section-slantTop::before,
.slanted-leftRight.bgcolor-brand1 ~ .section-slantBottom::before {
  background-color: #2A2D64; }

.slanted-leftRight.bgcolor-brand2 ~ .section-slantTop::before,
.slanted-leftRight.bgcolor-brand2 ~ .section-slantBottom::before {
  background-color: #FFD100; }

.slanted-leftRight.bgcolor-brand3 ~ .section-slantTop::before,
.slanted-leftRight.bgcolor-brand3 ~ .section-slantBottom::before {
  background-color: #6D3075; }

.slanted-leftRight.bgcolor-darkblue ~ .section-slantTop::before,
.slanted-leftRight.bgcolor-darkblue ~ .section-slantBottom::before {
  background-color: #696E9F; }

.slanted-leftRight.bgcolor-gray ~ .section-slantTop::before,
.slanted-leftRight.bgcolor-gray ~ .section-slantBottom::before {
  background-color: #F4F1ED; }

.slanted-leftRight.bgcolor-gray2 ~ .section-slantTop::before,
.slanted-leftRight.bgcolor-gray2 ~ .section-slantBottom::before {
  background-color: #F1ECE5; }

.slanted-leftRight ~ .section-slantTop,
.slanted-leftRight ~ .section-slantBottom {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 15vw;
  transition: height .5s ease-out;
  z-index: 2;
  pointer-events: none; }
  .slanted-leftRight ~ .section-slantTop::before,
  .slanted-leftRight ~ .section-slantBottom::before {
    content: "\A";
    content: '';
    display: block;
    height: 15vw;
    position: absolute;
    left: 0;
    right: 0;
    transition: transform .3s ease-out, bottom .3s ease-out;
    -ms-transform: skewY(0deg);
        transform: skewY(0deg);
    z-index: 2; }

.slanted-leftRight ~ .section-slantTop {
  top: calc(-15vw + 1px); }
  .slanted-leftRight ~ .section-slantTop::before {
    top: calc(15vw - 1px);
    -ms-transform-origin: 0%;
        transform-origin: 0%; }

.slanted-leftRight ~ .section-slantBottom {
  top: calc(100% - 1px); }
  .slanted-leftRight ~ .section-slantBottom::before {
    bottom: calc(15vw - 1px);
    -ms-transform-origin: 0%;
        transform-origin: 0%; }

.slanted-leftRight ~ .section-slantTop::before {
  -ms-transform-origin: 0%;
      transform-origin: 0%;
  -ms-transform: skewY(-6deg);
      transform: skewY(-6deg); }

.slanted-leftRight ~ .section-slantBottom::before {
  -ms-transform-origin: 0%;
      transform-origin: 0%;
  -ms-transform: skewY(6deg);
      transform: skewY(6deg); }

section {
  padding: 3vw 0 100px;
  padding: 3vw 0 6.25rem; }
  @media (max-width: 991px) {
    section {
      padding: 3vw 0 0; } }
  section.section-last {
    padding-bottom: 0; }

.section-slant {
  pointer-events: none; }

.inner-header {
  color: #2A2D64;
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem; }
  .inner-header h1, .inner-header .h1 {
    margin: 0; }

.checkbox-input,
.radio-input {
  display: inline-block;
  font-weight: normal;
  margin-right: 5px;
  margin-right: 0.3125rem;
  overflow: hidden;
  position: relative;
  -ms-transform: translate(0, 2px);
      transform: translate(0, 2px); }
  .checkbox-input input,
  .radio-input input {
    visibility: hidden;
    left: -100px;
    position: absolute; }
    .checkbox-input input:checked ~ .checkbox-input-helper:before,
    .checkbox-input input:checked ~ .radio-input-helper:before,
    .radio-input input:checked ~ .checkbox-input-helper:before,
    .radio-input input:checked ~ .radio-input-helper:before {
      visibility: visible; }
  .checkbox-input-helper,
  .radio-input-helper {
    border-width: 2px;
    border-style: solid;
    border-color: #2A2D64;
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
    position: relative; }
    .checkbox-input-helper:before,
    .radio-input-helper:before {
      background-color: #fff;
      content: '';
      display: inline-block;
      height: 6px;
      height: 0.375rem;
      left: 50%;
      position: absolute;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      visibility: hidden;
      width: 6px;
      width: 0.375rem; }

.radio-input-helper {
  border-radius: 50%; }
  .radio-input-helper:before {
    border-radius: 50%; }

@media (max-width: 991px) {
  .hide-on-mobile {
    display: none !important; } }

.hide-on-desktop {
  display: none !important; }
  @media (max-width: 991px) {
    .hide-on-desktop {
      display: initial !important; } }

/* Disable native IE select arrow */
select::-ms-expand {
  display: none; }

/* Apply specific styles only in IE */
.hidden-ie {
  /* IE9 and below */
  display: none\9; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hidden-ie {
      /* IE10+ CSS styles go here */
      display: none; } }

.hidden {
  display: none !important; }

.padding-ie {
  /* IE9 and below */ }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .padding-ie {
      /* IE10+ CSS styles go here */
      padding: 11.25rem 0 11.25rem; } }

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

label {
  display: block; }

@keyframes passing-through {
  0% {
    opacity: 0;
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes pulse {
  0% {
    -ms-transform: scale(1);
    transform: scale(1); }
  10% {
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -ms-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone *, .feedback-form-file-upload, .feedback-form-file-upload * {
  box-sizing: border-box; }

.dropzone, .feedback-form-file-upload {
  min-height: 150px;
  min-height: 9.375rem;
  border: 2px dashed #FFD100;
  background: white;
  padding: 20px;
  padding: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .dropzone.dz-clickable, .feedback-form-file-upload.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable *, .feedback-form-file-upload.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message *, .feedback-form-file-upload.dz-clickable .dz-message, .feedback-form-file-upload.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message, .feedback-form-file-upload.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover, .feedback-form-file-upload.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message, .feedback-form-file-upload.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message, .feedback-form-file-upload .dz-message {
    text-align: center;
    width: 100%; }
  .dropzone .dz-preview, .feedback-form-file-upload .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    margin: 1rem;
    min-height: 100px;
    min-height: 6.25rem; }
    .dropzone .dz-preview:hover, .feedback-form-file-upload .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details, .feedback-form-file-upload .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image, .feedback-form-file-upload .dz-preview.dz-file-preview .dz-image {
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details, .feedback-form-file-upload .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview, .feedback-form-file-upload .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details, .feedback-form-file-upload .dz-preview.dz-image-preview .dz-details {
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove, .feedback-form-file-upload .dz-preview .dz-remove {
      font-size: 14px;
      font-size: 0.875rem;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover, .feedback-form-file-upload .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details, .feedback-form-file-upload .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details, .feedback-form-file-upload .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      font-size: 0.8125rem;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size, .feedback-form-file-upload .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px;
        font-size: 1rem; }
      .dropzone .dz-preview .dz-details .dz-filename, .feedback-form-file-upload .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span, .feedback-form-file-upload .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover), .feedback-form-file-upload .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span, .feedback-form-file-upload .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span, .feedback-form-file-upload .dz-preview .dz-details .dz-filename span, .feedback-form-file-upload .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 0.1875rem; }
    .dropzone .dz-preview:hover .dz-image img, .feedback-form-file-upload .dz-preview:hover .dz-image img {
      -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image, .feedback-form-file-upload .dz-preview .dz-image {
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img, .feedback-form-file-upload .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark, .feedback-form-file-upload .dz-preview.dz-success .dz-success-mark {
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark, .feedback-form-file-upload .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark, .feedback-form-file-upload .dz-preview .dz-success-mark, .feedback-form-file-upload .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -54px/2;
      margin-left: -3.375rem/2;
      margin-top: -54px/2;
      margin-top: -3.375rem/2; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg, .feedback-form-file-upload .dz-preview .dz-success-mark svg, .feedback-form-file-upload .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        width: 3.375rem;
        height: 54px;
        height: 3.375rem;
        position: static;
        padding: 0; }
    .dropzone .dz-preview.dz-processing .dz-progress, .feedback-form-file-upload .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress, .feedback-form-file-upload .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress, .feedback-form-file-upload .dz-preview:not(.dz-processing) .dz-progress {
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress, .feedback-form-file-upload .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      margin-top: -0.5rem;
      width: 80px;
      width: 5rem;
      margin-left: -40px;
      margin-left: -2.5rem;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 0.5rem;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload, .feedback-form-file-upload .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-mark, .feedback-form-file-upload .dz-preview.dz-error .dz-error-mark {
      display: none !important; }
    .dropzone .dz-preview.dz-error .dz-error-message, .feedback-form-file-upload .dz-preview.dz-error .dz-error-message {
      display: -ms-flexbox;
      display: flex;
      opacity: 1; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message, .feedback-form-file-upload .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message, .feedback-form-file-upload .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      transition: opacity 0.3s ease;
      padding: 0.5em;
      color: white;
      top: 0px;
      width: 100%;
      left: 0;
      height: calc(100% - 19px);
      border-radius: 0;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      background: rgba(230, 33, 33, 0.9);
      font-size: 11px;
      font-size: 0.6875rem;
      overflow: hidden; }
      .dropzone .dz-preview .dz-error-message:after, .feedback-form-file-upload .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        top: -0.375rem;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-left: 0.375rem solid transparent;
        border-right: 6px solid transparent;
        border-right: 0.375rem solid transparent;
        border-bottom: 6px solid #be2626;
        border-bottom: 0.375rem solid #be2626; }

.dz-helper {
  font-size: 12px;
  font-size: 0.75rem;
  color: #959494;
  opacity: .6;
  font-weight: 400;
  padding-top: 10px;
  padding-top: 0.625rem;
  text-align: center; }

.swatchCounter {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  height: 190px !important;
  height: 11.875rem !important;
  top: 200px;
  top: 12.5rem;
  z-index: 9; }
  .swatchCounter .SwatchCounterInit {
    position: relative !important;
    height: 105px !important;
    height: 6.5625rem !important; }
    .swatchCounter .SwatchCounterInit:after {
      content: '';
      width: 100%;
      height: 5px;
      height: 0.3125rem;
      bottom: -85px;
      bottom: -5.3125rem;
      left: 0;
      background: #FFD100;
      position: absolute; }
    .swatchCounter .SwatchCounterInit .SwatchTitle {
      padding: 8px 0 0 0 !important;
      padding: 0.5rem 0 0 0 !important; }
  .swatchCounter .SwatchCountdownDiv-external {
    width: 100% !important; }
  .swatchCounter #swatchCounterOnClick {
    width: 250px;
    width: 15.625rem;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .swatchCounter .countdownDiv-bottom {
    top: -20px !important;
    top: -1.25rem !important;
    right: 32px !important;
    right: 2rem !important; }
  .swatchCounter .swatch-link-external-bottom {
    bottom: -68px !important;
    bottom: -4.25rem !important; }
  .swatchCounter .SwatchTitle {
    padding: 15px 0 0 0 !important;
    padding: 0.9375rem 0 0 0 !important; }
  .swatchCounter .SwatchPartnerLogo {
    margin-bottom: 15px !important;
    margin-bottom: 0.9375rem !important; }
  .swatchCounter .swatch-logo-bottom {
    height: 19px !important;
    height: 1.1875rem !important;
    width: 130px !important;
    width: 8.125rem !important;
    margin: 0 !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .swatchCounter {
    position: relative !important;
    width: 100% !important;
    height: 8.4375rem !important;
    top: 0; }
    .swatchCounter .SwatchCounterInit {
      position: relative !important;
      height: 6.5625rem !important; }
      .swatchCounter .SwatchCounterInit:after {
        content: '';
        width: 100%;
        height: 0.3125rem;
        bottom: -1.875rem;
        left: 0;
        background: #FFD100;
        position: absolute; }
      .swatchCounter .SwatchCounterInit .SwatchTitle {
        padding: 0.5rem 0 0 0 !important; }
    .swatchCounter .SwatchCountdownDiv-external {
      width: 100% !important; }
    .swatchCounter #swatchCounterOnClick {
      height: 5.625rem !important; }
    .swatchCounter .counter-block {
      position: relative; }
      .swatchCounter .counter-block:after {
        position: absolute;
        width: 0;
        top: -2px;
        right: 0;
        content: ':';
        font-size: 1.25rem; }
      .swatchCounter .counter-block:last-child:after {
        content: unset; }
      .swatchCounter .counter-block .counter .number {
        width: 0.8125rem !important;
        font-size: 1.0625rem !important; }
        .swatchCounter .counter-block .counter .number.show {
          top: -0.3125rem !important; }
      .swatchCounter .counter-block .counter .bg {
        height: 1.5625rem !important;
        width: 0.9375rem !important;
        border-radius: 0.1875rem !important; }
      .swatchCounter .counter-block .counter.with-hundreds {
        width: 3.1875rem !important;
        height: 1.5625rem !important; }
      .swatchCounter .counter-block .counter.hours, .swatchCounter .counter-block .counter.minutes, .swatchCounter .counter-block .counter.seconds {
        width: 1.6875rem !important;
        height: 1.5625rem !important; }
      .swatchCounter .counter-block .counter-caption-bottom {
        line-height: 1.25rem !important;
        font-size: 0.4375rem !important; }
    .swatchCounter .SwatchTitle {
      padding: 0.5rem 0 0 0 !important;
      font-size: 0.625rem !important; }
    .swatchCounter .SwatchPartnerLogo {
      height: 2.625rem !important;
      width: 11.25rem !important;
      margin-bottom: 0.625rem !important; }
    .swatchCounter .swatch-link-external-bottom {
      bottom: -0.8125rem !important; }
    .swatchCounter .counter-group {
      background: none !important; }
    .swatchCounter .countdownDiv-bottom {
      left: 17.0625rem !important;
      right: unset !important; } }

@media (max-width: 500px) {
  .swatchCounter {
    position: relative !important;
    width: 100% !important;
    height: 8.125rem !important;
    top: 0; }
    .swatchCounter .SwatchCounterInit {
      position: relative !important;
      height: 6.5625rem !important; }
      .swatchCounter .SwatchCounterInit:after {
        content: '';
        width: 100%;
        height: 0.3125rem;
        bottom: -1.5625rem;
        left: 0;
        background: #FFD100;
        position: absolute; }
      .swatchCounter .SwatchCounterInit .SwatchTitle {
        padding: 0.5rem 0 0 0 !important; }
    .swatchCounter .SwatchCountdownDiv-external {
      position: absolute;
      width: 20.3125rem !important;
      left: 0 !important;
      right: 0 !important;
      height: 4.375rem !important;
      margin-left: auto !important;
      margin-right: auto !important; }
    .swatchCounter #swatchCounterOnClick {
      height: 5.625rem !important; }
    .swatchCounter .counter-block {
      position: relative; }
      .swatchCounter .counter-block:after {
        position: absolute;
        width: 0;
        top: -2px;
        right: 0;
        content: ':';
        font-size: 1.25rem; }
      .swatchCounter .counter-block:last-child:after {
        content: unset; }
      .swatchCounter .counter-block .counter .number {
        width: 0.8125rem !important;
        font-size: 1.0625rem !important; }
        .swatchCounter .counter-block .counter .number.show {
          top: -0.3125rem !important; }
      .swatchCounter .counter-block .counter .bg {
        height: 1.5625rem !important;
        width: 0.9375rem !important;
        border-radius: 0.1875rem !important; }
      .swatchCounter .counter-block .counter.with-hundreds {
        width: 3.1875rem !important;
        height: 1.5625rem !important; }
      .swatchCounter .counter-block .counter.hours, .swatchCounter .counter-block .counter.minutes, .swatchCounter .counter-block .counter.seconds {
        width: 2.3125rem !important;
        height: 1.5625rem !important; }
      .swatchCounter .counter-block .counter-caption-bottom {
        line-height: 1.25rem !important;
        font-size: 0.4375rem !important; }
    .swatchCounter .SwatchTitle {
      padding: 0.5rem 0 0 0 !important;
      font-size: 0.625rem !important; }
    .swatchCounter .SwatchPartnerLogo {
      height: 2.625rem !important;
      width: 11.25rem !important;
      margin-bottom: 0.625rem !important; }
    .swatchCounter .swatch-link-external-bottom {
      bottom: -0.8125rem !important;
      -ms-transform: scale(0.7);
          transform: scale(0.7); }
    .swatchCounter .counter-group {
      background: none !important; }
    .swatchCounter .countdownDiv-bottom {
      left: 4.625rem !important;
      right: unset !important; } }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  height: 1.75rem;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-right: 0.5rem;
  padding-left: 20px;
  padding-left: 1.25rem; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  min-height: 2rem;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  height: 1.125rem;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  padding: 0.375rem;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }
  .select2-results__option:hover {
    background: #2A2D64;
    color: white; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px;
  padding: 0.25rem; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  padding: 0.25rem;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  opacity: 0; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: 0; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

header {
  background-color: #FFD100;
  height: 200px;
  height: 12.5rem; }
  @media (max-width: 991px) {
    header {
      height: 7.375rem;
      overflow: hidden; } }
  @media (max-width: 991px) {
    header.sticky {
      transition: transform .2s ease-in-out;
      position: fixed;
      top: -4rem;
      z-index: 1000;
      width: 100%; } }
  header .header-top {
    height: 107px;
    height: 6.6875rem;
    background-color: #2A2D64;
    color: #FFF;
    position: relative; }
    @media (max-width: 991px) {
      header .header-top .container {
        padding-right: 0; }
        header .header-top .container .col-sm-12 {
          margin-bottom: 0; } }
    header .header-top .container-inline {
      display: inline;
      float: right ; }
      @media (max-width: 991px) {
        header .header-top .container-inline {
          float: none;
          display: block; } }
    @media (max-width: 991px) {
      header .header-top {
        height: 3.75rem;
        margin-bottom: 1rem; } }
    header .header-top .weather-widget {
      float: left ;
      display: inline-block;
      line-height: 67px;
      line-height: 4.1875rem; }
    header .header-top nav {
      float: left ;
      display: inline-block; }
      @media (max-width: 991px) {
        header .header-top nav {
          float: right ; } }
      header .header-top nav ul {
        line-height: inherit; }
        header .header-top nav ul li {
          display: inline; }
          header .header-top nav ul li::before, header .header-top nav ul li::after {
            content: none; }
          header .header-top nav ul li a {
            display: inline-block;
            color: #FFF !important;
            height: 109px;
            height: 6.8125rem;
            line-height: 67px;
            line-height: 4.1875rem;
            padding: 0;
            width: 170px;
            width: 10.625rem;
            text-align: center;
            font-weight: bold; }
            header .header-top nav ul li a:hover {
              text-decoration: underline; }
            @media (max-width: 991px) {
              header .header-top nav ul li a {
                height: 4.375rem;
                font-size: 0.8125rem;
                width: auto;
                padding: 0 1.25rem; } }
            @media (max-width: 350px) {
              header .header-top nav ul li a {
                font-size: 0.6875rem; } }
          header .header-top nav ul li.active a {
            background-color: #FFD100;
            color: #2A2D64 !important; }
    header .header-top::after {
      content: "\A";
      display: block;
      height: 42px;
      height: 2.625rem;
      position: absolute;
      left: 0;
      right: 0;
      -ms-transform-origin: 100%;
          transform-origin: 100%;
      z-index: 1;
      background-color: #FFD100;
      top: 67px;
      top: 4.1875rem;
      -ms-transform: skewY(-1deg);
          transform: skewY(-1deg); }
      @media (max-width: 991px) {
        header .header-top::after {
          top: 3.5625rem; } }
  header .header-bottom {
    padding: 7px 0;
    padding: 0.4375rem 0;
    position: relative;
    top: -42px;
    top: -2.625rem;
    z-index: 1; }
    @media (max-width: 991px) {
      header .header-bottom {
        top: 0;
        text-align: center; } }
    header .header-bottom-row {
      position: relative; }
    header .header-bottom-col.col-sm-12 {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
      @media (max-width: 991px) {
        header .header-bottom-col.col-sm-12 {
          margin-bottom: 0; } }
    header .header-bottom .logo {
      display: inline-block;
      background-image: url("/ResourcePackages/da/images/dxb-logo.svg");
      background-repeat: no-repeat;
      background-size: contain;
      float: left ;
      width: 112px;
      width: 7rem;
      height: 53px;
      height: 3.3125rem;
      margin-top: 40px;
      margin-top: 2.5rem;
      background-position: left center; }
      @media (max-width: 1199px) {
        header .header-bottom .logo {
          width: 4.4375rem;
          margin-top: 2rem; } }
      @media (max-width: 991px) {
        header .header-bottom .logo {
          width: 3.75rem;
          height: 1.75rem;
          margin-top: 0;
          float: none;
          position: relative;
          top: -0.4375rem; } }
    header .header-bottom .lang-ar, header .header-bottom .lang-en {
      float: right ;
      display: inline-block;
      color: #2A2D64;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      margin: 0 35px;
      margin: 0 2.1875rem;
      line-height: 120px;
      line-height: 7.5rem;
      vertical-align: top; }
      @media (max-width: 1199px) {
        header .header-bottom .lang-ar, header .header-bottom .lang-en {
          margin: 0 0.9375rem; } }
      @media (max-width: 991px) {
        header .header-bottom .lang-ar, header .header-bottom .lang-en {
          font-size: 0.8125rem;
          margin: 0 1.5rem;
          line-height: 1em !important; } }
      header .header-bottom .lang-ar:hover, header .header-bottom .lang-ar:visited, header .header-bottom .lang-ar:active, header .header-bottom .lang-ar:focus, header .header-bottom .lang-en:hover, header .header-bottom .lang-en:visited, header .header-bottom .lang-en:active, header .header-bottom .lang-en:focus {
        color: #2A2D64;
        text-decoration: none; }
      header .header-bottom .lang-ar:hover span, header .header-bottom .lang-en:hover span {
        border-bottom: solid 1px #2A2D64;
        padding-bottom: 9px;
        padding-bottom: 0.5625rem; }
        @media (max-width: 991px) {
          header .header-bottom .lang-ar:hover span, header .header-bottom .lang-en:hover span {
            border-bottom: 0;
            padding-bottom: 0; } }
    header .header-bottom .lang-en {
      display: none; }
    header .header-bottom nav.main-menu {
      float: right ;
      display: inline-block; }
      header .header-bottom nav.main-menu > ul {
        line-height: inherit; }
        header .header-bottom nav.main-menu > ul > li {
          position: relative;
          float: left ;
          display: inline;
          padding: 0;
          min-width: 175px;
          min-width: 10.9375rem;
          margin-top: 10px;
          margin-top: 0.625rem; }
          @media (max-width: 1199px) {
            header .header-bottom nav.main-menu > ul > li {
              min-width: 0; } }
          header .header-bottom nav.main-menu > ul > li::before, header .header-bottom nav.main-menu > ul > li::after {
            content: none; }
          header .header-bottom nav.main-menu > ul > li:first-child {
            min-width: 30px;
            min-width: 1.875rem; }
            header .header-bottom nav.main-menu > ul > li:first-child .nav-wrapper {
              font-weight: bold;
              height: 42px;
              height: 2.625rem; }
          header .header-bottom nav.main-menu > ul > li > a {
            padding: 0 16px;
            padding: 0 1rem;
            display: inline-block;
            line-height: 113px; }
            @media (max-width: 1199px) {
              header .header-bottom nav.main-menu > ul > li > a {
                padding: 0 0.625rem; } }
            header .header-bottom nav.main-menu > ul > li > a + div {
              position: absolute;
              top: 118px;
              top: 7.375rem;
              color: #2A2D64;
              background-color: #FFF;
              box-sizing: border-box;
              overflow: hidden;
              z-index: 1001;
              max-height: 0;
              transition: max-height .3s ease-out; }
              header .header-bottom nav.main-menu > ul > li > a + div div.padding-container {
                margin-top: 20px;
                margin-top: 1.25rem;
                padding: 30px;
                padding: 1.875rem;
                font-size: 15px;
                font-size: 0.9375rem;
                padding-top: 0; }
                header .header-bottom nav.main-menu > ul > li > a + div div.padding-container .flight-finder-view-all {
                  line-height: 0; }
                header .header-bottom nav.main-menu > ul > li > a + div div.padding-container .col-sm-6 {
                  padding-left: 15px;
                  padding-left: 0.9375rem;
                  padding-right: 15px;
                  padding-right: 0.9375rem; }
                header .header-bottom nav.main-menu > ul > li > a + div div.padding-container .touch-device-link {
                  display: none; }
              header .header-bottom nav.main-menu > ul > li > a + div .nav-sub-title {
                color: inherit;
                font-size: 18px;
                font-size: 1.125rem;
                line-height: 39px;
                line-height: 2.4375rem;
                font-weight: bold; }
                @media (max-width: 1199px) {
                  header .header-bottom nav.main-menu > ul > li > a + div .nav-sub-title {
                    font-size: 1rem;
                    line-height: 2.1875rem; } }
              header .header-bottom nav.main-menu > ul > li > a + div ul {
                margin: 0; }
                header .header-bottom nav.main-menu > ul > li > a + div ul li a {
                  font-size: 16px;
                  font-size: 1rem;
                  font-weight: bold;
                  line-height: 40px;
                  line-height: 2.5rem; }
                  @media (max-width: 1199px) {
                    header .header-bottom nav.main-menu > ul > li > a + div ul li a {
                      font-size: 0.875rem;
                      line-height: 2.1875rem; } }
                  header .header-bottom nav.main-menu > ul > li > a + div ul li a:hover {
                    text-decoration: underline; }
                header .header-bottom nav.main-menu > ul > li > a + div ul li::after, header .header-bottom nav.main-menu > ul > li > a + div ul li::before {
                  content: none; }
              header .header-bottom nav.main-menu > ul > li > a + div:hover {
                max-height: 570px;
                z-index: 1002; }
            header .header-bottom nav.main-menu > ul > li > a .nav-wrapper {
              display: inline-block;
              position: relative;
              vertical-align: middle; }
              header .header-bottom nav.main-menu > ul > li > a .nav-wrapper .nav-title,
              header .header-bottom nav.main-menu > ul > li > a .nav-wrapper .nav-subtitle {
                display: block;
                line-height: 21px;
                line-height: 1.3125rem; }
              header .header-bottom nav.main-menu > ul > li > a .nav-wrapper .nav-title {
                font-weight: bold;
                font-size: 16px;
                font-size: 1rem;
                color: #2A2D64; }
              header .header-bottom nav.main-menu > ul > li > a .nav-wrapper .nav-subtitle,
              header .header-bottom nav.main-menu > ul > li > a .nav-wrapper .nav-pretitle {
                font-size: 12px;
                font-size: 0.75rem;
                color: #2A2D64;
                font-weight: normal; }
              header .header-bottom nav.main-menu > ul > li > a .nav-wrapper .nav-pretitle {
                position: absolute;
                line-height: 21px;
                line-height: 1.3125rem;
                top: -21px;
                top: -1.3125rem;
                left: 0;
                display: none; }
            header .header-bottom nav.main-menu > ul > li > a.hover + div {
              max-height: 570px;
              z-index: 1002; }
          header .header-bottom nav.main-menu > ul > li.before-you-fly > a + div {
            width: 975px;
            width: 60.9375rem;
            left: 50%;
            margin-left: -337.5px;
            margin-left: -21.09375rem; }
            @media (max-width: 1199px) {
              header .header-bottom nav.main-menu > ul > li.before-you-fly > a + div {
                width: 53.125rem;
                margin-left: -11.25rem; } }
          header .header-bottom nav.main-menu > ul > li.while-you-are-here > a + div {
            width: 250px;
            width: 15.625rem;
            left: 50%;
            margin-left: -125px;
            margin-left: -7.8125rem; }
          header .header-bottom nav.main-menu > ul > li.find-your-flight > a + div {
            width: 940px;
            width: 58.75rem;
            right: -75px;
            right: -4.6875rem; }
            @media (max-width: 1199px) {
              header .header-bottom nav.main-menu > ul > li.find-your-flight > a + div {
                width: 53.125rem;
                margin-left: -8.125rem; } }
          header .header-bottom nav.main-menu > ul > li.find-your-flight > a .nav-wrapper .clear-flight {
            display: none;
            background: none;
            box-shadow: none;
            height: 12px;
            height: 0.75rem;
            line-height: normal;
            padding: 0;
            transition: none;
            -ms-transform: none;
                transform: none;
            margin-left: 5px;
            margin-left: 0.3125rem; }
            header .header-bottom nav.main-menu > ul > li.find-your-flight > a .nav-wrapper .clear-flight svg {
              width: 12px;
              width: 0.75rem;
              height: 12px;
              height: 0.75rem;
              fill: #2A2D64; }
              header .header-bottom nav.main-menu > ul > li.find-your-flight > a .nav-wrapper .clear-flight svg path {
                fill: #2A2D64; }
          header .header-bottom nav.main-menu > ul > li.find-your-flight.flight-selected > a .nav-wrapper .nav-pretitle,
          header .header-bottom nav.main-menu > ul > li.find-your-flight.flight-selected > a .nav-wrapper .nav-title-text,
          header .header-bottom nav.main-menu > ul > li.find-your-flight.flight-selected > a .nav-wrapper .nav-subtitle,
          header .header-bottom nav.main-menu > ul > li.find-your-flight.flight-selected > a .nav-wrapper button {
            pointer-events: auto; }
          header .header-bottom nav.main-menu > ul > li.find-your-flight.flight-selected > a .nav-wrapper .nav-pretitle {
            display: block; }
          header .header-bottom nav.main-menu > ul > li.find-your-flight.flight-selected > a .nav-wrapper button {
            display: inline-block; }
      header .header-bottom nav.main-menu .main-menu-elem {
        transition: opacity 0.3s ease-out; }
      header .header-bottom nav.main-menu.open .main-menu-elem:not(.hover) {
        opacity: .5; }
  header .header-menu-button {
    float: left ;
    width: 76px;
    width: 4.75rem;
    background: none;
    background-color: transparent; }
    header .header-menu-button:hover {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: none;
      border: 0;
      padding: 0;
      box-shadow: none;
      transition: none;
      background-color: transparent;
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
      header .header-menu-button:hover > span {
        position: relative; }
      header .header-menu-button:hover:hover {
        -ms-transform: none;
            transform: none; }
    header .header-menu-button-open svg {
      fill: #2A2D64;
      width: 22px;
      width: 1.375rem;
      height: 11px;
      height: 0.6875rem;
      margin-right: 5px;
      margin-right: 0.3125rem; }
    header .header-menu-button-close svg {
      fill: #2A2D64;
      width: 16px;
      width: 1rem;
      height: 16px;
      height: 1rem;
      margin-right: 5px;
      margin-right: 0.3125rem;
      position: relative;
      top: 2px; }
    header .header-menu-button span {
      text-transform: uppercase;
      color: #2A2D64; }
    header .header-menu-button-close {
      display: none; }
  header .header-search-button {
    float: right ;
    position: relative;
    top: -7px;
    top: -0.4375rem; }
    header .header-search-button:hover {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: none;
      border: 0;
      padding: 0;
      box-shadow: none;
      transition: none;
      background-color: transparent;
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
      header .header-search-button:hover > span {
        position: relative; }
      header .header-search-button:hover:hover {
        -ms-transform: none;
            transform: none; }
    header .header-search-button svg {
      fill: #2A2D64;
      width: 23px;
      width: 1.4375rem;
      height: 26px;
      height: 1.625rem; }
  header .header-search-mobile {
    width: 100%;
    background-color: #2A2D64;
    line-height: normal;
    overflow: hidden;
    height: 0;
    transition: height .3s ease-out; }
    header .header-search-mobile .col-sm-12 {
      margin: 0;
      line-height: 50px; }
    header .header-search-mobile .search-form {
      vertical-align: middle;
      float: none;
      padding: 0;
      border-bottom: 0; }
      header .header-search-mobile .search-form input[type="search"] {
        color: #FFF;
        font-size: 14px;
        font-size: 0.875rem;
        width: 100%;
        margin: 0;
        border: 0;
        padding: 0; }
        @media screen and (-webkit-min-device-pixel-ratio: 0) {
          header .header-search-mobile .search-form input[type="search"] {
            font-size: 16px; } }
    header .header-search-mobile.active {
      height: 50px;
      line-height: 50px; }
  header .search-form {
    display: inline-block;
    padding-top: 0;
    vertical-align: text-top;
    border-bottom: solid 1px #979797; }
    header .search-form-wrapper {
      float: left ;
      line-height: 70px;
      line-height: 4.375rem;
      margin-right: 40px;
      margin-right: 2.5rem; }
    header .search-form svg {
      float: left ;
      fill: white;
      margin-right: 10px;
      margin-right: 0.625rem;
      width: 20px;
      width: 1.25rem;
      height: 20px;
      height: 1.25rem; }
      header .search-form svg path {
        fill: #2A2D64; }
    header .search-form .search-input-wrapper, header .search-form label {
      float: left ; }
    header .search-form input[type='search'] {
      float: left ;
      background: none;
      border: 0;
      padding: 0;
      width: 150px;
      width: 9.375rem;
      line-height: 19px;
      line-height: 1.1875rem;
      border-radius: 0;
      color: white;
      transition: none;
      box-shadow: none !important;
      font-family: "29LT Bukra", "Helvetica", "Arial", sans-serif !important;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: normal;
      margin: 0;
      margin-bottom: 9px;
      margin-bottom: 0.5625rem;
      outline: 0; }
      header .search-form input[type='search']::-webkit-input-placeholder {
        color: #696E9F;
        font-weight: normal; }
      header .search-form input[type='search']:-moz-placeholder {
        color: #696E9F;
        font-weight: normal; }
      header .search-form input[type='search']::-moz-placeholder {
        color: #696E9F;
        font-weight: normal; }
      header .search-form input[type='search']:-ms-input-placeholder {
        color: #696E9F;
        font-weight: normal; }
  header .ac-time,
  header .ac-date,
  header .ac-city,
  header .ac-number {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    overflow: visible !important; }
  header .header-submenu-linkicon {
    fill: #696E9F;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    position: relative;
    top: 1px; }

@media (max-width: 991px) {
  .header-sticky-wrapper.out {
    display: none; } }

.header-sticky-wrapper header {
  display: none;
  padding-right: 83px;
  padding-right: 5.1875rem; }
  @media (max-width: 991px) {
    .header-sticky-wrapper header {
      padding-right: 0; } }
  .header-sticky-wrapper header.out, .header-sticky-wrapper header.sticky {
    display: block; }

@media (min-width: 992px) {
  main .main-sticky-margin {
    height: 12.5rem;
    background-color: #FFD100; }
  header {
    position: absolute;
    left: 0;
    transition: transform 0s ease, height 0s ease;
    width: 100%;
    z-index: 1003;
    box-shadow: 0px 0px 0.3125rem 1px rgba(0, 0, 0, 0.1); }
    header.sticky {
      transition: transform .2s ease-in-out, height .2s ease-in-out;
      position: fixed;
      -ms-transform: translateY(-6.1875rem);
          transform: translateY(-6.1875rem);
      height: 11.5625rem;
      top: 0; }
      header.sticky .alert-box {
        display: none; }
      header.sticky .header-bottom nav.main-menu > ul > li > a + div {
        top: 6.5rem; }
    header.out {
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); } }

.awesomplete > ul {
  z-index: 2 !important;
  top: 30px !important;
  top: 1.875rem !important; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .pagination-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    list-style-type: none;
    margin: 0; }
    .pagination-list-item-link {
      color: #2A2D64;
      font-weight: bold;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 40px;
      line-height: 2.5rem;
      min-width: 40px;
      min-width: 2.5rem;
      display: block;
      text-align: center; }
      .pagination-list-item-link:hover {
        text-decoration: none; }
    .pagination-list-item.active .pagination-list-item-link {
      background-color: #2A2D64;
      color: white;
      padding: 0;
      border-radius: 0; }
  .pagination.basic-pagi {
    padding-bottom: 50px;
    padding-bottom: 3.125rem; }
    @media (min-width: 667px) and (max-width: 667px) {
      .pagination.basic-pagi {
        padding-top: 9.375rem; } }

.pagination-list-item-link {
  padding: 0;
  border: none;
  background: transparent; }
  .pagination-list-item-link.active {
    background: #2A2D64;
    color: #ffffff; }

.page-link:hover {
  color: #2A2D64;
  background-color: rgba(42, 45, 100, 0.1);
  border-color: transparent; }

.weather-widget {
  margin: 0; }
  .weather-widget.api-error {
    opacity: 0; }
  @media (max-width: 991px) {
    .weather-widget {
      float: left ; } }
  .weather-widget span {
    margin-right: 10px;
    margin-right: 0.625rem;
    float: left ;
    font-weight: bold; }
    @media (max-width: 991px) {
      .weather-widget span {
        font-size: 0.8125rem;
        margin-right: 0.5rem; } }
    @media (max-width: 350px) {
      .weather-widget span {
        font-size: 0.6875rem; } }
  .weather-widget svg {
    width: 35px;
    width: 2.1875rem;
    height: 20px;
    height: 1.25rem;
    vertical-align: sub; }
    @media (max-width: 991px) {
      .weather-widget svg {
        width: 1.125rem;
        height: 0.75rem;
        position: relative;
        top: -0.25rem; } }

.contact-widget {
  margin: 0;
  float: left ;
  display: inline-block;
  line-height: 67px;
  line-height: 4.1875rem;
  position: relative;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-right: 20px;
  margin-right: 1.25rem; }
  @media (max-width: 991px) {
    .contact-widget {
      display: none; } }
  .contact-widget svg {
    width: 22px;
    width: 1.375rem;
    height: 22px;
    height: 1.375rem;
    vertical-align: sub;
    fill: white; }
  .contact-widget:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    height: 35px;
    height: 2.1875rem;
    width: 1px;
    background: #d8d8d8; }

.side-navigation {
  direction: rtl;
  position: fixed;
  top: 50%;
  right: 15px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 48px;
  height: 318px;
  z-index: 1006; }
  .side-navigation ul {
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
    .side-navigation ul li {
      float: right ;
      clear: both;
      background-color: #FFF;
      max-width: 48px;
      height: 48px;
      margin-bottom: 5px;
      margin-bottom: 0.3125rem;
      overflow: hidden;
      transition: max-width 0.3s ease-out; }
      .side-navigation ul li::before, .side-navigation ul li::after {
        content: none; }
      @media (min-width: 768px) {
        .side-navigation ul li:nth-child(1) svg, .side-navigation ul li:nth-child(2) svg {
          width: 1.5625rem !important;
          height: 1.5625rem !important;
          margin-right: 0.75rem !important; } }
      .side-navigation ul li a {
        display: inline-block;
        height: 48px;
        white-space: nowrap; }
        .side-navigation ul li a span.side-navigation-icon {
          display: inline-block;
          height: 48px;
          width: 48px;
          -ms-transform: translateY(8px);
              transform: translateY(8px); }
          .side-navigation ul li a span.side-navigation-icon svg {
            width: 22px;
            width: 1.375rem;
            height: 24px;
            height: 1.5rem;
            fill: #2A2D64;
            margin-right: 15px;
            margin-right: 0.9375rem; }
        .side-navigation ul li a span.side-navigation-text {
          color: #2A2D64;
          font-size: 14px;
          font-size: 0.875rem;
          padding: 0 24px;
          padding: 0 1.5rem;
          font-weight: bold;
          line-height: 48px; }
        .side-navigation ul li a:hover, .side-navigation ul li a:focus, .side-navigation ul li a:active {
          text-decoration: none; }
      @media only screen and (min-width: 992px) {
        .side-navigation ul li:first-child:hover:after {
          background-color: #2A2D64; }
        .side-navigation ul li:first-child:after {
          content: '';
          position: absolute;
          bottom: 0;
          right: 0;
          width: 48px;
          background-color: #fff;
          top: auto;
          height: 1px;
          -ms-transform: none;
              transform: none; } }
      .side-navigation ul li.active a {
        background-color: #2A2D64; }
        .side-navigation ul li.active a span.side-navigation-icon svg {
          fill: #FFF; }
          .side-navigation ul li.active a span.side-navigation-icon svg path {
            fill: #FFF; }
        .side-navigation ul li.active a span.side-navigation-text {
          color: white; }
      html.no-touch .side-navigation ul li:hover {
        max-width: 230px;
        max-width: 14.375rem;
        background-color: #2A2D64; }
        html.no-touch .side-navigation ul li:hover a span.side-navigation-icon svg {
          fill: #FFF; }
          html.no-touch .side-navigation ul li:hover a span.side-navigation-icon svg path {
            fill: #FFF; }
        html.no-touch .side-navigation ul li:hover a span.side-navigation-text {
          color: #FFF; }
      html.no-touch .side-navigation ul li.active:hover a span.side-navigation-icon svg {
        fill: #FFF; }
        html.no-touch .side-navigation ul li.active:hover a span.side-navigation-icon svg path {
          fill: #FFF; }
  @media (max-width: 1199px) {
    .side-navigation {
      right: 0; } }
  @media (max-width: 991px) {
    .side-navigation {
      top: auto;
      bottom: 0;
      -ms-transform: none;
          transform: none;
      width: 100%;
      height: 90px;
      direction: ltr; }
      .side-navigation::before {
        content: none; }
      .side-navigation-filler {
        height: 1.5625rem; }
      .side-navigation ul {
        width: 100%;
        position: relative;
        display: -ms-flexbox;
        display: flex; }
        .side-navigation ul li {
          clear: none;
          width: 16.6%;
          max-width: none;
          height: 90px;
          text-align: center;
          background-color: transparent;
          overflow: hidden;
          float: none;
          margin-bottom: 0;
          -ms-flex-positive: 1;
              flex-grow: 1; }
          .side-navigation ul li::before {
            content: "\A";
            display: block;
            height: 8vw;
            position: absolute;
            top: 4vw;
            -ms-transform-origin: 100%;
                transform-origin: 100%;
            transition: transform .3s ease-out, bottom .3s ease-out;
            -ms-transform: skewY(-4deg);
                transform: skewY(-4deg);
            z-index: -1;
            background-color: #FFF;
            border: 0;
            width: 600%;
            box-shadow: 0 -5px 14px 0 rgba(0, 0, 0, 0.13); } }
        @media (max-width: 991px) and (max-width: 600px) {
          .side-navigation ul li::before {
            top: 0.625rem; } }
        @media (max-width: 991px) and (min-width: 601px) and (max-width: 991px) {
          .side-navigation ul li::before {
            top: 0;
            -ms-transform: skewY(-2.5deg);
                transform: skewY(-2.5deg); } }
  @media (max-width: 991px) {
          .side-navigation ul li::after {
            content: "\A";
            display: block;
            position: absolute;
            width: 100%;
            height: 3.3125rem;
            background-color: #FFF;
            bottom: 0;
            left: 0;
            z-index: -1; }
          .side-navigation ul li:nth-child(1)::before {
            left: 0; }
          .side-navigation ul li:nth-child(2)::before {
            left: -100%; }
          .side-navigation ul li:nth-child(3)::before {
            left: -200%; }
          .side-navigation ul li:nth-child(4)::before {
            left: -300%; }
          .side-navigation ul li:nth-child(5)::before {
            left: -400%; }
          .side-navigation ul li:nth-child(6)::before {
            left: -500%; }
          .side-navigation ul li a {
            width: 100%;
            height: 90px;
            background-color: transparent; }
            .side-navigation ul li a span.side-navigation-text {
              display: none; }
            .side-navigation ul li a span.side-navigation-icon {
              -ms-transform: translateY(48px);
                  transform: translateY(48px); }
              .side-navigation ul li a span.side-navigation-icon svg {
                margin-right: 0;
                height: 1.4375rem;
                margin-top: 0.125rem;
                width: 1.75rem; }
          html.no-touch .side-navigation ul li:hover,
          html.touch .side-navigation ul li:hover {
            max-width: none;
            background-color: transparent; }
            html.no-touch .side-navigation ul li:hover a span.side-navigation-icon svg,
            html.touch .side-navigation ul li:hover a span.side-navigation-icon svg {
              fill: #2A2D64; }
              html.no-touch .side-navigation ul li:hover a span.side-navigation-icon svg path,
              html.touch .side-navigation ul li:hover a span.side-navigation-icon svg path {
                fill: #2A2D64; }
          html.no-touch .side-navigation ul li.active,
          html.touch .side-navigation ul li.active {
            background-color: transparent; }
            html.no-touch .side-navigation ul li.active a,
            html.touch .side-navigation ul li.active a {
              background-color: transparent; }
            html.no-touch .side-navigation ul li.active::before,
            html.touch .side-navigation ul li.active::before {
              background-color: #2A2D64; }
            html.no-touch .side-navigation ul li.active::after,
            html.touch .side-navigation ul li.active::after {
              background-color: #2A2D64; }
            html.no-touch .side-navigation ul li.active a span.side-navigation-icon svg,
            html.touch .side-navigation ul li.active a span.side-navigation-icon svg {
              fill: #FFF; }
              html.no-touch .side-navigation ul li.active a span.side-navigation-icon svg path,
              html.touch .side-navigation ul li.active a span.side-navigation-icon svg path {
                fill: #fff; } }
  @media (max-width: 350px) {
    .side-navigation ul li::before {
      height: 9vw; } }

.side-navigation-bg {
  position: fixed;
  background-color: #FFF;
  right: 0;
  top: 0;
  height: 100%;
  width: 83px;
  width: 5.1875rem;
  z-index: 1005;
  box-shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.26); }
  @media (max-width: 1199px) {
    .side-navigation-bg {
      width: 48px; } }

.swatchCounter .SwatchTitle {
  font-family: "29LT Bukra", "Helvetica", "Arial", sans-serif; }

.play-pause-button {
  position: absolute;
  margin-top: -7px;
  margin-top: -0.4375rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem; }

section.hero-section {
  width: 100%;
  display: block;
  z-index: 1;
  background-color: #FFF !important;
  padding: 0; }
  section.hero-section .hero-section-wrapper {
    position: relative; }
  section.hero-section .slider {
    overflow: hidden;
    height: 500px;
    height: 31.25rem; }
    section.hero-section .slider .slick-track, section.hero-section .slider .slick-list {
      height: 100%; }
    section.hero-section .slider .slide {
      width: 100%;
      height: 100%;
      display: inline-block;
      background-size: cover;
      background-position: center center;
      background-color: #2A2D64;
      position: relative; }
      section.hero-section .slider .slide[data-no-shadow]::before {
        display: none; }
      section.hero-section .slider .slide > .container {
        position: relative;
        z-index: 2; }
      section.hero-section .slider .slide .container-fluid, section.hero-section .slider .slide .container-sm, section.hero-section .slider .slide .container-md, section.hero-section .slider .slide .container-lg, section.hero-section .slider .slide .container-xl, section.hero-section .slider .slide .container-xxl {
        height: 100%; }
      section.hero-section .slider .slide .slide-text-wrapper {
        position: relative;
        z-index: 1;
        height: 100%; }
        section.hero-section .slider .slide .slide-text-wrapper .slide-text {
          position: absolute;
          top: 0px;
          top: 0rem;
          color: #FFF;
          right: 0%;
          width: 28%;
          height: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-line-pack: start;
              align-content: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
          -ms-flex-pack: center;
              justify-content: center; }
          section.hero-section .slider .slide .slide-text-wrapper .slide-text.dxb-banner-top__text {
            left: 0;
            top: 400px;
            top: 25rem;
            width: 70%; }
          section.hero-section .slider .slide .slide-text-wrapper .slide-text h2, section.hero-section .slider .slide .slide-text-wrapper .slide-text .h2 {
            margin-bottom: 15px;
            margin-bottom: 0.9375rem;
            margin-top: 0; }
            @media (max-width: 1199px) {
              section.hero-section .slider .slide .slide-text-wrapper .slide-text h2, section.hero-section .slider .slide .slide-text-wrapper .slide-text .h2 {
                font-size: 2.5rem; } }
          section.hero-section .slider .slide .slide-text-wrapper .slide-text p {
            font-size: 20px;
            font-size: 1.25rem;
            font-weight: bold;
            color: #FFF;
            margin-bottom: 26px;
            margin-bottom: 1.625rem; }
            @media (max-width: 1199px) {
              section.hero-section .slider .slide .slide-text-wrapper .slide-text p {
                font-size: 1rem; } }
          section.hero-section .slider .slide .slide-text-wrapper .slide-text a {
            position: absolute;
            bottom: 20px;
            bottom: 1.25rem; }
            @media (max-width: 767px) {
              section.hero-section .slider .slide .slide-text-wrapper .slide-text a {
                bottom: 3.125rem; } }
      section.hero-section .slider .slide.video {
        position: relative; }
        section.hero-section .slider .slide.video video {
          position: absolute;
          width: 100%; }
          @media (max-width: 991px) {
            section.hero-section .slider .slide.video video {
              width: auto;
              height: 100%; } }
      section.hero-section .slider .slide .hero-banner-slide {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        section.hero-section .slider .slide .hero-banner-slide.desktop-none {
          display: none; }
    @media (max-width: 991px) {
      section.hero-section .slider .video-content-wrapper {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 2; }
        section.hero-section .slider .video-content-wrapper::before {
          content: "\A";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.11);
          z-index: 1; }
        section.hero-section .slider .video-content-wrapper .container {
          z-index: 1;
          position: relative; } }
    section.hero-section .slider .dots-wrapper {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      bottom: 1.25rem; }
      section.hero-section .slider .dots-wrapper .d-flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        width: 100%;
        -ms-flex-pack: center;
            justify-content: center; }
      section.hero-section .slider .dots-wrapper .play-pause-btns-div {
        margin-right: 8px;
        margin-right: 0.5rem;
        height: 34px;
        height: 2.125rem;
        display: none;
        cursor: pointer; }
        @media (max-width: 991px) {
          section.hero-section .slider .dots-wrapper .play-pause-btns-div {
            height: 1.25rem; } }
        section.hero-section .slider .dots-wrapper .play-pause-btns-div svg {
          height: 32px;
          height: 2rem;
          width: 32px;
          width: 2rem; }
          @media (max-width: 991px) {
            section.hero-section .slider .dots-wrapper .play-pause-btns-div svg {
              width: 1.375rem;
              height: 1.375rem; } }
          section.hero-section .slider .dots-wrapper .play-pause-btns-div svg path {
            fill: #FFFFFF; }
      section.hero-section .slider .dots-wrapper ul.slick-dots {
        line-height: inherit;
        margin: 0; }
        section.hero-section .slider .dots-wrapper ul.slick-dots li {
          display: inline;
          margin-right: 8px;
          margin-right: 0.5rem;
          opacity: .5; }
          @media (min-width: 768px) and (max-width: 991px) {
            section.hero-section .slider .dots-wrapper ul.slick-dots li {
              margin-right: 0.3125rem; } }
          section.hero-section .slider .dots-wrapper ul.slick-dots li::before, section.hero-section .slider .dots-wrapper ul.slick-dots li::after {
            content: none; }
          section.hero-section .slider .dots-wrapper ul.slick-dots li button {
            background-color: #FFF;
            border: 0;
            width: 12px;
            width: 0.75rem;
            height: 14px;
            height: 0.875rem;
            border-radius: 0;
            padding: 0;
            box-shadow: none;
            -ms-transform: none;
                transform: none;
            text-align: left;
            white-space: nowrap;
            overflow: hidden;
            text-indent: -9999px;
            text-indent: -624.9375rem;
            transition: box-shadow .3s ease-out;
            color: black !important; }
            @media (min-width: 768px) and (max-width: 991px) {
              section.hero-section .slider .dots-wrapper ul.slick-dots li button {
                width: 0.4375rem;
                height: 0.5rem; } }
          section.hero-section .slider .dots-wrapper ul.slick-dots li.slick-active {
            opacity: 1; }
            section.hero-section .slider .dots-wrapper ul.slick-dots li.slick-active button {
              box-shadow: 0 0.375rem 0.625rem 0 rgba(0, 0, 0, 0.3); }
    @media (min-width: 1200px) and (max-width: 1366.98px) {
      section.hero-section .slider {
        height: 28.125rem; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      section.hero-section .slider {
        height: 23.75rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.hero-section .slider {
        position: relative;
        height: 18.75rem; }
        section.hero-section .slider .slide .slide-text-wrapper .slide-text h2, section.hero-section .slider .slide .slide-text-wrapper .slide-text .h2 {
          font-size: 1.5rem; } }
    @media (max-width: 767px) {
      section.hero-section .slider {
        height: 17.3125rem; }
        section.hero-section .slider .dots-wrapper ul.slick-dots {
          margin-top: 0.375rem; }
        section.hero-section .slider .slide {
          height: 17rem; }
          section.hero-section .slider .slide .slide-text-wrapper .slide-text {
            right: 0;
            left: 0;
            width: 11.25rem; }
            section.hero-section .slider .slide .slide-text-wrapper .slide-text h2, section.hero-section .slider .slide .slide-text-wrapper .slide-text .h2 {
              font-size: 1.1875rem; }
            section.hero-section .slider .slide .slide-text-wrapper .slide-text p {
              font-size: 0.6875rem; }
          section.hero-section .slider .slide div.hero-banner-slide.mobile-none {
            display: none; }
          section.hero-section .slider .slide div.hero-banner-slide.desktop-none {
            display: block;
            background-size: cover; }
          section.hero-section .slider .slide:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
            display: block; } }
  section.hero-section .search-widget-wrapper,
  section.hero-section .slide-text-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.hero-section .search-widget-wrapper,
      section.hero-section .slide-text-container {
        position: relative; } }
    section.hero-section .search-widget-wrapper .search-widget,
    section.hero-section .slide-text-container .search-widget {
      pointer-events: auto;
      position: absolute;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      width: 431px;
      width: 26.9375rem; }
      @media (min-width: 768px) and (max-width: 991px) {
        section.hero-section .search-widget-wrapper .search-widget,
        section.hero-section .slide-text-container .search-widget {
          position: static;
          box-shadow: none;
          padding: 0;
          width: 100%;
          -ms-transform: none;
              transform: none; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section.hero-section .search-widget-wrapper .search-widget fieldset,
        section.hero-section .slide-text-container .search-widget fieldset {
          text-align: center; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section.hero-section .search-widget-wrapper .search-widget .search-widget-title,
        section.hero-section .slide-text-container .search-widget .search-widget-title {
          font-size: 0.9375rem;
          margin-bottom: 1.25rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section.hero-section .search-widget-wrapper .search-widget .input-wrapper,
        section.hero-section .slide-text-container .search-widget .input-wrapper {
          width: 100%;
          max-width: 13.125rem;
          text-align: center;
          display: inline-block; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section.hero-section .search-widget-wrapper .search-widget .input-wrapper input,
        section.hero-section .slide-text-container .search-widget .input-wrapper input {
          font-size: 0.6875rem;
          padding-right: 1.25rem;
          height: 1.9375rem; }
          section.hero-section .search-widget-wrapper .search-widget .input-wrapper input::-webkit-input-placeholder,
          section.hero-section .slide-text-container .search-widget .input-wrapper input::-webkit-input-placeholder {
            opacity: .6; }
          section.hero-section .search-widget-wrapper .search-widget .input-wrapper input:-moz-placeholder,
          section.hero-section .slide-text-container .search-widget .input-wrapper input:-moz-placeholder {
            opacity: .6; }
          section.hero-section .search-widget-wrapper .search-widget .input-wrapper input::-moz-placeholder,
          section.hero-section .slide-text-container .search-widget .input-wrapper input::-moz-placeholder {
            opacity: .6; }
          section.hero-section .search-widget-wrapper .search-widget .input-wrapper input:-ms-input-placeholder,
          section.hero-section .slide-text-container .search-widget .input-wrapper input:-ms-input-placeholder {
            opacity: .6; } }
      section.hero-section .search-widget-wrapper .search-widget .input-wrapper .input-icon,
      section.hero-section .slide-text-container .search-widget .input-wrapper .input-icon {
        width: 18px;
        width: 1.125rem;
        height: 10px;
        height: 0.625rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.hero-section .search-widget-wrapper .input-wrapper,
      section.hero-section .slide-text-container .input-wrapper {
        margin-bottom: 0; }
        section.hero-section .search-widget-wrapper .input-wrapper input,
        section.hero-section .slide-text-container .input-wrapper input {
          border: 0; } }
  section.hero-section .slide-text-container {
    width: 50%; }
    section.hero-section .slide-text-container .slide-text-bg {
      background-color: #FFF;
      opacity: 0.7;
      position: relative;
      top: 45%;
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
      left: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        section.hero-section .slide-text-container .slide-text-bg {
          height: 30%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.hero-section .slide-text-container {
        position: absolute;
        padding-top: 1.25rem;
        width: 70%; } }
  section.hero-section.inner-section .slide-text,
  section.hero-section.inner-section .slide-text p {
    color: #2A2D64 !important;
    width: 90%;
    left: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.hero-section.inner-section .slide-text,
      section.hero-section.inner-section .slide-text p {
        width: 70%; } }
  section.hero-section.inner-section .slide-text p {
    float: left ; }
  section.hero-section.inner-section .slide-text-wrapper {
    float: left; }
  section.hero-section.inner-section .section-slant-mobile::before {
    background-color: #FFD100; }
  section.hero-section .slider:not(.slick-slider) + .search-widget-wrapper {
    z-index: 2; }
  section.hero-section::after {
    content: none; }
  section.hero-section + .section-slant {
    height: 11vw; }
    section.hero-section + .section-slant::before {
      height: 11vw; }
  section.hero-section .section-slant-mobile {
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 11vw;
    transition: height .5s ease-out;
    z-index: 2;
    bottom: 0; }
    section.hero-section .section-slant-mobile::before {
      content: "\A";
      content: '';
      display: block;
      height: 11vw;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -11vw;
      -ms-transform-origin: 100%;
          transform-origin: 100%;
      transition: transform .3s ease-out, bottom .3s ease-out;
      -ms-transform: skewY(4deg);
          transform: skewY(4deg);
      z-index: 2;
      background-color: #FFF; }
      @media (min-width: 768px) and (max-width: 991px) {
        section.hero-section .section-slant-mobile::before {
          content: unset; } }
      @media (max-width: 767px) {
        section.hero-section .section-slant-mobile::before {
          content: unset; } }
  section.hero-section .slider-progress-bar-wrap {
    background: #FFD100;
    height: 5px;
    height: 0.3125rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
    section.hero-section .slider-progress-bar-wrap .slider-progress-bar {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      background: #2A2D64; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.hero-section .slider-progress-bar-wrap {
        -ms-transform-origin: 100%;
            transform-origin: 100%; } }

@media (min-width: 992px) {
  .categories-collapsed + .section-slantBottom::before {
    -ms-transform: skewY(0deg);
        transform: skewY(0deg);
    bottom: 11vw; } }

.search-container .loader {
  display: none; }

.search-container.loading-results .loader {
  display: block; }

.search-container.show-results .search-results, .search-container.open .search-results, .search-container.loading-results .search-results {
  box-shadow: 0.3125rem 0.1875rem 0.9375rem -0.125rem rgba(0, 0, 0, 0.26);
  max-height: 183px;
  max-height: 11.4375rem; }
  @media (max-width: 991px) {
    .search-container.show-results .search-results, .search-container.open .search-results, .search-container.loading-results .search-results {
      box-shadow: none;
      max-height: 9.375rem; } }

.search-container.show-results button, .search-container.open button, .search-container.loading-results button {
  opacity: 0;
  pointer-events: none;
  display: none; }

.search-container.show-results .search-results .results-flight-list {
  display: block; }

.search-container.no-results .search-results .results-empty {
  max-height: 150px;
  max-height: 9.375rem;
  height: 100%; }

.search-container.no-results .results-flight-list {
  display: none; }

.search-container.api-error .search-results .api-error-message {
  max-height: 150px;
  max-height: 9.375rem;
  height: 100%;
  font-size: 10px;
  font-size: 0.625rem; }
  .search-container.api-error .search-results .api-error-message .svg-warning {
    height: 15px;
    height: 0.9375rem;
    width: 15px;
    width: 0.9375rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    -ms-transform: translateY(0.1875rem);
        transform: translateY(0.1875rem);
    fill: #FFD100; }
  .search-container.api-error .search-results .api-error-message p {
    color: #4c4f56; }

section.search-widget {
  display: inline-block;
  background-color: #FFF;
  padding: 65px;
  padding: 4.0625rem; }
  section.search-widget button {
    opacity: 1;
    width: 155px;
    width: 9.6875rem;
    transition: 0.3s ease-out; }
  section.search-widget label {
    display: block;
    font-size: 30px;
    font-size: 1.875rem;
    color: #2A2D64;
    margin-top: 0;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-weight: bold; }
  section.search-widget ::-webkit-scrollbar {
    width: 10px;
    width: 0.625rem; }
  section.search-widget ::-webkit-scrollbar-track {
    border-radius: 0.25rem; }
  section.search-widget ::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 4px rgba(1, 0, 0, 0.5); }
  section.search-widget .input-wrapper {
    margin-bottom: 0;
    border-bottom: solid 2px #FFD100; }
    section.search-widget .input-wrapper input {
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold;
      color: #2A2D64;
      letter-spacing: 0;
      padding: 0;
      padding-right: 48px;
      padding-right: 3rem;
      border: 0; }
      section.search-widget .input-wrapper input::-webkit-input-placeholder {
        color: #696E9F; }
      section.search-widget .input-wrapper input:-moz-placeholder {
        color: #696E9F; }
      section.search-widget .input-wrapper input::-moz-placeholder {
        color: #696E9F; }
      section.search-widget .input-wrapper input:-ms-input-placeholder {
        color: #696E9F; }
    section.search-widget .input-wrapper .input-icon {
      fill: #FFD100;
      width: 26px;
      width: 1.625rem;
      right: 0; }

.search-results {
  background-color: #FFF;
  border-radius: 0;
  pointer-events: auto;
  position: absolute;
  max-height: 0;
  width: 100%;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 14px;
  margin-top: 0.875rem;
  transition: max-height 0.3s ease-out; }
  @media (max-width: 991px) {
    .search-results {
      position: relative;
      width: initial; } }
  @supports (-ms-accelerator: true) {
    .search-results {
      direction: ltr; } }
  .search-results .results-empty, .search-results .api-error-message {
    text-align: center;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    overflow: hidden; }
    .search-results .results-empty p, .search-results .api-error-message p {
      padding: 20px;
      padding: 1.25rem; }
  .search-results .results-flight-list {
    display: none;
    width: 100%;
    margin-left: 0;
    line-height: 20px;
    line-height: 1.25rem; }
    .search-results .results-flight-list:before {
      display: none; }
    .search-results .results-flight-list .result-data {
      padding: 14px 0;
      padding: 0.875rem 0; }
      @media (max-width: 768px) {
        .search-results .results-flight-list .result-data {
          padding: 0.625rem 0; } }
      .search-results .results-flight-list .result-data .align-middle {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 0;
        width: 100%;
        margin: 0 auto; }
      .search-results .results-flight-list .result-data-time {
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
      .search-results .results-flight-list .result-data-city {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        min-width: 0;
        padding: 0 10px;
        padding: 0 0.625rem; }
      .search-results .results-flight-list .result-data-social-icon {
        -ms-flex: 0 0 7.5%;
            flex: 0 0 7.5%;
        padding: 0 10px; }
        .search-results .results-flight-list .result-data-social-icon:last-child {
          padding-right: 0; }
      .search-results .results-flight-list .result-data .ac-socials-col {
        padding: 0; }
      .search-results .results-flight-list .result-data .ac-time,
      .search-results .results-flight-list .result-data .ac-date {
        color: #696E9F; }
      .search-results .results-flight-list .result-data .ac-city {
        color: #2A2D64; }
      .search-results .results-flight-list .result-data .ac-number {
        color: #1CCFC9; }
      .search-results .results-flight-list .result-data .ac-city,
      .search-results .results-flight-list .result-data .ac-time,
      .search-results .results-flight-list .result-data .ac-date,
      .search-results .results-flight-list .result-data .ac-number {
        display: block;
        text-align: left;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        line-height: 1.33; }
        @media (max-width: 991px) {
          .search-results .results-flight-list .result-data .ac-city,
          .search-results .results-flight-list .result-data .ac-time,
          .search-results .results-flight-list .result-data .ac-date,
          .search-results .results-flight-list .result-data .ac-number {
            font-size: 0.6875rem; } }
      @media (max-width: 991px) {
        .search-results .results-flight-list .result-data .ac-time,
        .search-results .results-flight-list .result-data .ac-city {
          margin-bottom: 0.4375rem; } }
      .search-results .results-flight-list .result-data .ac-city,
      .search-results .results-flight-list .result-data .ac-number {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 100%; }
      .search-results .results-flight-list .result-data .container {
        width: 100%; }
        .search-results .results-flight-list .result-data .container .align-right {
          text-align: right; }
        .search-results .results-flight-list .result-data .container svg {
          width: 20px;
          width: 1.25rem;
          height: 20px;
          height: 1.25rem;
          vertical-align: middle; }
          @media (max-width: 991px) {
            .search-results .results-flight-list .result-data .container svg {
              width: 0.9375rem;
              height: 0.9375rem; } }
        .search-results .results-flight-list .result-data .container .ac-twitter svg {
          fill: #00ACED; }
          .search-results .results-flight-list .result-data .container .ac-twitter svg path {
            fill: #00ACED; }
        .search-results .results-flight-list .result-data .container .ac-fbmessenger svg {
          fill: #0084FF; }
          .search-results .results-flight-list .result-data .container .ac-fbmessenger svg path {
            fill: #0084FF; }
      .search-results .results-flight-list .result-data:before {
        display: none; }

section.categories {
  padding-top: 0;
  padding-bottom: 0; }
  section.categories h4, section.categories .h4 {
    color: #FFD100;
    background-color: #696E9F; }
  @media (min-width: 768px) and (max-width: 991px) {
    section.categories {
      background-color: #696E9F;
      position: relative;
      padding-top: 0; } }
  @media (max-width: 767px) {
    section.categories {
      padding-top: 0;
      background-color: #696E9F; } }
  section.categories .bordered-container > .container {
    position: relative;
    height: 101px;
    height: 6.3125rem; }
  @media (min-width: 991px) {
    section.categories .bordered-container .align-right {
      margin-left: 50%; }
    section.categories .bordered-container .space-title {
      margin-top: 2.8125rem; }
    section.categories .bordered-container .spacing {
      height: 2.5rem; } }
  @media (max-width: 991px) {
    section.categories .bordered-container .space-title {
      margin-bottom: 1.25rem; } }
  section.categories nav {
    display: inline-block;
    width: 100%; }
    section.categories nav > ul {
      line-height: inherit;
      margin: 0; }
      section.categories nav > ul > li {
        position: static;
        width: 25%;
        float: left ; }
        section.categories nav > ul > li::before, section.categories nav > ul > li::after {
          content: none; }
        section.categories nav > ul > li > a {
          position: relative;
          display: block;
          height: 101px;
          height: 6.3125rem;
          line-height: 101px-6px;
          line-height: 6.3125rem-0.375rem;
          border-top: solid 6px #fff;
          border-top: solid 0.375rem #fff;
          padding: 0 30px;
          padding: 0 1.875rem;
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: bold;
          color: #2A2D64 !important;
          text-decoration: none;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
          section.categories nav > ul > li > a > span {
            -ms-flex-positive: 1;
                flex-grow: 1; }
          @media (max-width: 1199px) {
            section.categories nav > ul > li > a {
              font-size: 1rem; } }
          @media (max-width: 991px) {
            section.categories nav > ul > li > a {
              color: #fff !important;
              border-top: 0;
              font-size: 0.9375rem !important; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            section.categories nav > ul > li > a {
              padding: 0 0.625rem; } }
          section.categories nav > ul > li > a svg.category-tab-icon {
            position: relative;
            fill: #2A2D64;
            margin-left: 0;
            margin-right: 1em; }
            @media (max-width: 991px) {
              section.categories nav > ul > li > a svg.category-tab-icon {
                fill: #fff; } }
            section.categories nav > ul > li > a svg.category-tab-icon.connect {
              height: 24px;
              height: 1.5rem;
              width: 24px;
              width: 1.5rem; }
              @media (max-width: 991px) {
                section.categories nav > ul > li > a svg.category-tab-icon.connect {
                  height: 1.125rem;
                  width: 1.125rem; } }
            section.categories nav > ul > li > a svg.category-tab-icon.departures {
              height: 18px;
              height: 1.125rem;
              width: 28px;
              width: 1.75rem; }
              @media (max-width: 991px) {
                section.categories nav > ul > li > a svg.category-tab-icon.departures {
                  height: 1.125rem;
                  width: 1.125rem; } }
            section.categories nav > ul > li > a svg.category-tab-icon.arrivals {
              height: 25px;
              height: 1.5625rem;
              width: 35px;
              width: 2.1875rem; }
              @media (max-width: 991px) {
                section.categories nav > ul > li > a svg.category-tab-icon.arrivals {
                  height: 1.125rem;
                  width: 1.125rem; } }
            section.categories nav > ul > li > a svg.category-tab-icon.meet-and-greet {
              fill: #2A2D64;
              height: 32px;
              height: 2rem;
              width: 32px;
              width: 2rem; }
              @media (max-width: 991px) {
                section.categories nav > ul > li > a svg.category-tab-icon.meet-and-greet {
                  fill: #fff;
                  height: 1.125rem;
                  width: 1.125rem; } }
          section.categories nav > ul > li > a svg.category-tab-caret {
            height: 16px;
            height: 1rem;
            width: 16px;
            width: 1rem;
            fill: #2A2D64;
            -ms-transform: rotate(0deg) translateY(0);
                transform: rotate(0deg) translateY(0);
            -ms-transform-origin: center center;
                transform-origin: center center;
            transition: transform 0.3s ease-out; }
            @media (max-width: 991px) {
              section.categories nav > ul > li > a svg.category-tab-caret {
                fill: #fff; } }
            section.categories nav > ul > li > a svg.category-tab-caret path {
              fill: #2A2D64; }
              @media (max-width: 991px) {
                section.categories nav > ul > li > a svg.category-tab-caret path {
                  fill: #fff; } }
          section.categories nav > ul > li > a + div {
            position: absolute;
            top: 101px;
            top: 6.3125rem;
            left: 0;
            width: 100%;
            height: 0;
            overflow: hidden;
            transition: height 0.3s ease-out; }
            section.categories nav > ul > li > a + div > div.row {
              padding: 46px 0;
              padding: 2.875rem 0; }
          section.categories nav > ul > li > a:hover svg.category-tab-caret {
            -ms-transform: rotate(0deg) translateY(3px);
                transform: rotate(0deg) translateY(3px); }
          section.categories nav > ul > li > a.active {
            color: #fff !important;
            background-color: #696E9F;
            border-top: solid 6px #FFD100;
            border-top: solid 0.375rem #FFD100; }
            @media (max-width: 991px) {
              section.categories nav > ul > li > a.active {
                border-top: 0; } }
            section.categories nav > ul > li > a.active svg.category-tab-caret {
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
              fill: #fff; }
              section.categories nav > ul > li > a.active svg.category-tab-caret > * {
                fill: #fff; }
            section.categories nav > ul > li > a.active svg.category-tab-icon {
              fill: #fff; }
            section.categories nav > ul > li > a.active::before {
              content: "\A";
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: -1px; }
            section.categories nav > ul > li > a.active + div {
              height: 365px;
              height: 22.8125rem; }
          section.categories nav > ul > li > a + div:target {
            height: 365px;
            height: 22.8125rem; }
  section.categories .categories-panel-content h5, section.categories .categories-panel-content .h5 {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 19px;
    margin-bottom: 1.1875rem; }
  section.categories .categories-panel-content p {
    color: #fff;
    background: #696E9F;
    font-size: 18px;
    font-size: 1.125rem; }
  section.categories .categories-panel-content ul {
    position: relative;
    top: -5px;
    top: -0.3125rem;
    margin-left: 0; }
    section.categories .categories-panel-content ul li::before {
      content: none; }
    section.categories .categories-panel-content ul li a {
      color: #fff !important;
      background: #696E9F;
      font-weight: bold;
      line-height: 40px;
      line-height: 2.5rem; }
      @media (max-width: 1199px) {
        section.categories .categories-panel-content ul li a {
          font-size: 0.875rem;
          line-height: 2.25rem; } }
      section.categories .categories-panel-content ul li a:hover {
        color: #FFD100 !important; }
  section.categories .categories-panel-content img {
    margin-top: 15px;
    margin-top: 0.9375rem;
    border-radius: 0; }
  section.categories .categories-panel-content-linkicon {
    fill: #FFD100;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    position: relative;
    top: 1px; }
  section.categories::after {
    content: "\A";
    display: block;
    background-color: #696E9F;
    height: 365px;
    height: 22.8125rem;
    transition: height 0.3s ease-out; }
  section.categories.collapsed::after {
    height: 0; }
  section.categories .section-slant-mobile {
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 11vw;
    transition: height 0.5s ease-out;
    z-index: 2;
    top: -1px; }
    section.categories .section-slant-mobile::before {
      content: "\A";
      display: block;
      height: 11vw;
      position: absolute;
      left: 0;
      right: 0;
      top: -11vw;
      -ms-transform-origin: 100%;
          transform-origin: 100%;
      transition: transform 0.3s ease-out, bottom 0.3s ease-out;
      -ms-transform: skewY(-4deg);
          transform: skewY(-4deg);
      z-index: 2;
      background-color: #fff; }
      @media (min-width: 768px) and (max-width: 991px) {
        section.categories .section-slant-mobile::before {
          content: unset; } }
    @media (max-width: 767px) {
      section.categories .section-slant-mobile:before {
        -ms-transform: skewY(0deg);
            transform: skewY(0deg); } }
  @media (max-width: 991px) {
    section.categories nav > ul > li > a + div > div.row ul.width-50pct {
      width: 100% !important; }
    section.categories .bordered-container {
      border-bottom: 0; }
      section.categories .bordered-container > .container {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
        padding: 0; }
    section.categories nav > ul > li {
      width: 100%; }
      section.categories nav > ul > li > a {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        height: 3.75rem;
        line-height: 3.75rem;
        font-size: 1rem; }
        section.categories nav > ul > li > a + div {
          position: relative;
          top: 0;
          height: auto;
          max-height: 0;
          transition: max-height 0.3s ease-out; }
          section.categories nav > ul > li > a + div > div.row {
            padding: 1.5625rem 0;
            font-size: 0.875rem;
            font-weight: normal; }
            section.categories nav > ul > li > a + div > div.row h5, section.categories nav > ul > li > a + div > div.row .h5 {
              font-size: 0.875rem;
              margin-bottom: 0.625rem; }
            section.categories nav > ul > li > a + div > div.row ul {
              line-height: 1.25rem; }
              section.categories nav > ul > li > a + div > div.row ul li .categories-panel-content-linkicon {
                width: 0.875rem;
                height: 0.875rem; }
              section.categories nav > ul > li > a + div > div.row ul li a {
                font-size: 0.875rem;
                line-height: 1.5625rem; }
            section.categories nav > ul > li > a + div > div.row p {
              font-weight: normal;
              font-size: 0.8125rem;
              margin-bottom: 0.625rem; }
        section.categories nav > ul > li > a.active {
          background-color: inherit; }
          section.categories nav > ul > li > a.active + div {
            max-height: 62.5rem;
            height: auto; }
        section.categories nav > ul > li > a + div:target {
          max-height: 62.5rem;
          height: auto; }
    section.categories::after {
      content: none; } }

a.card-link-centered {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  box-shadow: 0 0.625rem 1.1875rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow .3s ease-out, background-color .3s ease-out;
  z-index: 1;
  background-color: #2A2D64; }
  a.card-link-centered .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
    transform: translateZ(0) scale(1);
    transition: transform .3s ease-out; }
  a.card-link-centered .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 2;
    padding: 0 10px;
    padding: 0 0.625rem; }
    a.card-link-centered .content svg {
      display: block;
      width: 30%;
      margin: 0 auto;
      height: 64px;
      height: 4rem;
      fill: #FFF; }
      a.card-link-centered .content svg path {
        fill: #FFF; }
      a.card-link-centered .content svg.uil-ring path {
        fill: none; }
      @media (max-width: 991px) {
        a.card-link-centered .content svg {
          font-size: 0.6875rem;
          line-height: 1.1875rem;
          height: 2.25rem; } }
    a.card-link-centered .content span {
      color: #FFF;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 20px;
      line-height: 1.25rem;
      font-weight: bold; }
      @media (max-width: 991px) {
        a.card-link-centered .content span {
          font-size: 0.6875rem;
          line-height: 1.1875rem; } }
    a.card-link-centered .content.show-on-loading {
      display: none; }
  a.card-link-centered.loading .content.hide-on-loading {
    display: none; }
  a.card-link-centered.loading .content.show-on-loading {
    display: block; }
  a.card-link-centered:hover {
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
    background-color: #6D3075; }
    a.card-link-centered:hover .img {
      transform: translateZ(0) scale(1.1); }
  html.touch a.card-link-centered {
    box-shadow: none;
    transition: none; }
    html.touch a.card-link-centered .img {
      -ms-transform: none;
          transform: none;
      transition: none; }
    html.touch a.card-link-centered:hover {
      box-shadow: none; }
      html.touch a.card-link-centered:hover .img {
        -ms-transform: none;
            transform: none; }
  @media (max-width: 991px) {
    a.card-link-centered:hover .img {
      -ms-transform: none;
          transform: none; } }

a.card-link-social {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  box-shadow: 0px 0px 0px 0px #B6BAC2;
  overflow: hidden;
  transition: box-shadow .3s ease-in-out;
  z-index: 1; }
  a.card-link-social .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -ms-transform: scale(1);
        transform: scale(1);
    transition: transform .3s ease-in-out; }
  a.card-link-social svg {
    position: absolute;
    bottom: 20px;
    bottom: 1.25rem;
    right: 20px;
    right: 1.25rem;
    display: inline-block;
    width: 30px;
    width: 1.875rem;
    height: 30px;
    height: 1.875rem;
    fill: #FFF; }
    a.card-link-social svg path {
      fill: #FFF; }
    @media (max-width: 991px) {
      a.card-link-social svg {
        width: 1.1875rem;
        height: 1.1875rem;
        bottom: 0.375rem;
        right: 0.375rem; } }
  a.card-link-social:hover {
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1); }
    a.card-link-social:hover .img {
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
  html.touch a.card-link-social {
    box-shadow: none;
    transition: none; }
    html.touch a.card-link-social .img {
      -ms-transform: none;
          transform: none;
      transition: none; }
    html.touch a.card-link-social:hover {
      box-shadow: none; }
      html.touch a.card-link-social:hover .img {
        -ms-transform: none;
            transform: none; }

.card-social-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(42, 45, 100, 0.9);
  color: white;
  padding: 20px;
  padding: 1.25rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-out; }
  .card-link-social:hover .card-social-desc, .card-link-social:focus .card-social-desc {
    opacity: 1; }
  html.touch .card-social-desc {
    opacity: 1;
    background-color: rgba(42, 45, 100, 0.4); }
    @media (max-width: 991px) {
      html.touch .card-social-desc {
        opacity: 0; } }

.card-social-author, .card-social-title {
  -ms-transform: translateY(10px);
      transform: translateY(10px);
  transition: transform 0.2s ease-out; }
  .card-link-social:hover .card-social-author, .card-link-social:hover .card-social-title {
    -ms-transform: translateY(0);
        transform: translateY(0); }

.card-social-title {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 192px;
  font-size: 16px;
  line-height: 1.2; }
  @supports (-webkit-line-clamp: 1) {
    .card-social-title {
      display: -webkit-box;
      -webkit-line-clamp: 10; } }

.card-social-author {
  width: 100%;
  display: block;
  height: 50px;
  height: 3.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .card-social-author-name, .card-social-author-img {
    width: 50%;
    float: left; }
  .card-social-author-name {
    text-align: left;
    padding-left: 5px;
    padding-left: 0.3125rem;
    display: table;
    height: 50px;
    height: 3.125rem; }
  .card-social-author-img {
    text-align: right;
    padding-right: 5px;
    padding-right: 0.3125rem; }
  .card-social-author img {
    min-height: 50px;
    min-height: 3.125rem;
    min-width: 50px;
    min-width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    width: 50px;
    width: 3.125rem; }
  .card-social-author span {
    display: table-cell;
    vertical-align: middle; }
    .card-social-author span span {
      font-size: 0.8em; }

#social-wall .social-wall-content .card-social-wrapper {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media (max-width: 991px) {
    #social-wall .social-wall-content .card-social-wrapper {
      margin-bottom: 0.625rem; }
      #social-wall .social-wall-content .card-social-wrapper:nth-child(odd) {
        padding-right: 0.375rem; }
      #social-wall .social-wall-content .card-social-wrapper:nth-child(even) {
        padding-left: 0.375rem; } }
  #social-wall .social-wall-content .card-social-wrapper:nth-child(3n+4) {
    clear: left; }
    @media (max-width: 991px) {
      #social-wall .social-wall-content .card-social-wrapper:nth-child(3n+4) {
        clear: none; } }

a.card-link-news {
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  box-shadow: 0 0.625rem 1.1875rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow .6s ease-out;
  z-index: 1;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  a.card-link-news .img {
    width: 100%;
    transform: translateZ(0) scale(1);
    transition: transform .3s ease-out;
    object-fit: cover;
    height: 350px;
    height: 21.875rem;
    vertical-align: middle; }
  a.card-link-news.small-height .img {
    height: 220px;
    height: 13.75rem; }
  a.card-link-news.bg-right .img {
    object-position: right center; }
  a.card-link-news .content {
    text-align: left;
    bottom: 0;
    left: 0;
    padding: 25px 30px;
    padding: 1.5625rem 1.875rem;
    width: 100%;
    color: #2A2D64;
    background: #FFF;
    z-index: 2; }
    a.card-link-news .content p {
      color: #2A2D64;
      margin-bottom: 0; }
    a.card-link-news .content span.title {
      display: block;
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1em;
      font-weight: bold;
      margin-bottom: 15px;
      margin-bottom: 0.9375rem;
      text-align: left; }
    a.card-link-news .content .video-play {
      text-align: left; }
    a.card-link-news .content-desc-text {
      transition: all 0.2s ease-out;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 700;
      letter-spacing: 0;
      margin-bottom: 15px;
      margin-bottom: 0.9375rem;
      font-size: 16px;
      line-height: 1.375;
      height: 66px; }
      @supports (-webkit-line-clamp: 1) {
        a.card-link-news .content-desc-text {
          display: -webkit-box;
          -webkit-line-clamp: 3; } }
  a.card-link-news .video-play {
    display: none;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  a.card-link-news.video {
    pointer-events: none; }
    a.card-link-news.video .video-play {
      pointer-events: auto;
      display: inline-block;
      position: relative;
      width: 65px;
      width: 4.0625rem;
      height: 65px;
      height: 4.0625rem;
      padding: 20px;
      padding: 1.25rem;
      background: none;
      -ms-transform: none;
          transform: none;
      box-shadow: none; }
      a.card-link-news.video .video-play svg {
        fill: #FFF;
        width: 25px;
        width: 1.5625rem;
        height: 25px;
        height: 1.5625rem;
        position: absolute; }
        a.card-link-news.video .video-play svg path {
          fill: #FFF; }
      a.card-link-news.video .video-play::before {
        content: "\A";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0.5;
        transition: opacity .3s ease-out; }
      a.card-link-news.video .video-play:hover::before {
        opacity: 0.9; }
    a.card-link-news.video iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 4; }
  @media (max-width: 991px) {
    a.card-link-news .img {
      height: auto; }
    a.card-link-news .content {
      padding: 1.25rem 0.9375rem; }
      a.card-link-news .content span.title {
        font-size: 0.9375rem;
        margin-bottom: 0; }
    a.card-link-news.video {
      pointer-events: auto; }
      a.card-link-news.video .video-play {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.75rem; }
        a.card-link-news.video .video-play svg {
          width: 1rem;
          height: 1rem; } }
  a.card-link-news:hover {
    box-shadow: 0 0.625rem 1.1875rem 0 rgba(0, 0, 0, 0.75); }

@media (min-width: 992px) and (max-width: 1199.98px) {
  a.card-link-news .content {
    padding: 0.9375rem; }
    a.card-link-news .content span.title {
      font-size: 1.25rem; }
    a.card-link-news .content-desc-text {
      font-size: 16px;
      line-height: 1.375;
      height: 66px; }
      @supports (-webkit-line-clamp: 1) {
        a.card-link-news .content-desc-text {
          display: -webkit-box;
          -webkit-line-clamp: 3; } } }

@media (max-width: 575.98px) {
  a.card-link-news {
    margin-bottom: 0; } }

.card-link-button {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 450px;
  height: 28.125rem;
  background-size: cover;
  background-position: center center; }
  .card-link-button::before {
    content: "\A";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #000, transparent);
    background-image: -webkit-linear-gradient(bottom, #000000, gray);
    opacity: .5;
    z-index: 1; }
  .card-link-button .content-wrapper {
    display: inline-block;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 35px;
    padding: 2.1875rem;
    width: 100%;
    z-index: 2; }
    @media (max-width: 991px) {
      .card-link-button .content-wrapper {
        padding: 0.625rem 1.25rem; } }
    .card-link-button .content-wrapper p {
      color: #FFF;
      margin: 0;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
      .card-link-button .content-wrapper p span {
        display: block;
        margin-bottom: 2px; }
        .card-link-button .content-wrapper p span.title {
          font-size: 27px;
          font-size: 1.6875rem;
          font-weight: bold; }
          @media (max-width: 991px) {
            .card-link-button .content-wrapper p span.title {
              font-size: 1.4375rem; } }
    .card-link-button .content-wrapper a.btn, .card-link-button .content-wrapper .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard .card-link-button .content-wrapper a {
      pointer-events: auto; }
  .card-link-button.no-overlay::before {
    content: none; }
  .card-link-button.text-blue .content-wrapper {
    color: #2A2D64; }
    .card-link-button.text-blue .content-wrapper p {
      color: #2A2D64; }
  .card-link-button.border-lightgray {
    border: solid 1px #EFF1F6; }
  .card-link-button.content-small > div {
    width: 380px;
    width: 23.75rem; }
  @media (min-width: 992px) {
    .card-link-button.vert-center-md > div {
      bottom: auto;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
  @media (max-width: 991px) {
    .card-link-button {
      height: 12.5rem; }
      .card-link-button > div {
        padding: 0.9375rem 1.25rem; }
        .card-link-button > div .content-wrapper p {
          margin-bottom: 0; }
          .card-link-button > div .content-wrapper p span {
            font-size: 0.875rem;
            font-weight: normal; }
            .card-link-button > div .content-wrapper p span.title {
              font-size: 1.0625rem; }
      .card-link-button a.hidden-md.hidden-lg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: transparent;
        z-index: 3; }
      .card-link-button.content-small > div {
        width: 18.75rem; } }

.card-link-slide {
  position: relative; }
  .card-link-slide .card-link-img {
    width: 100%;
    height: 350px;
    height: 21.875rem;
    object-fit: cover;
    object-position: center center;
    background-color: #2A2D64; }
  @media (min-width: 991px) {
    .card-link-slide {
      transition: transform .5s ease-out; }
      .card-link-slide.flipped {
        background-color: #FFF;
        transform: rotateY(-180deg); }
        .card-link-slide.flipped .card-content {
          position: absolute;
          left: 0;
          top: 0;
          z-index: 0; }
        .card-link-slide.flipped .card-iframe,
        .card-link-slide.flipped .card-content {
          opacity: 1;
          z-index: 2;
          pointer-events: all; }
        .card-link-slide.flipped .card-link-slide-panel {
          opacity: 0;
          pointer-events: none; }
        .card-link-slide.flipped .close-slide-mobile {
          display: block; }
      .card-link-slide .card-link-slide-panel {
        transform: rotateY(0deg);
        transition: opacity .5s;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .card-link-slide .card-flipping-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translate3d(100%, 0, 0) rotateY(-180deg);
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
        z-index: -1; }
      .card-link-slide .card-iframe {
        -moz-transform-style: initial; } }
  .card-link-slide .card-iframe {
    margin: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%; }
  .card-link-slide .card-link-slide-panel {
    box-shadow: 0px 0.5rem 1.25rem 0.25rem rgba(0, 0, 0, 0.2); }
    .card-link-slide .card-link-slide-panel .content-wrapper {
      padding: 35px;
      padding: 2.1875rem;
      width: 100%;
      background: #FFF;
      color: #2A2D64;
      pointer-events: none;
      white-space: normal; }
      @media (max-width: 1199px) {
        .card-link-slide .card-link-slide-panel .content-wrapper {
          padding: 0.9375rem; } }
      .card-link-slide .card-link-slide-panel .content-wrapper p {
        color: #2A2D64; }
        .card-link-slide .card-link-slide-panel .content-wrapper p span {
          display: block;
          margin-bottom: 2px; }
          .card-link-slide .card-link-slide-panel .content-wrapper p span.title {
            font-size: 27px;
            font-size: 1.6875rem;
            font-weight: bold; }
      .card-link-slide .card-link-slide-panel .content-wrapper button,
      .card-link-slide .card-link-slide-panel .content-wrapper a {
        pointer-events: auto; }
    .card-link-slide .card-link-slide-panel > button,
    .card-link-slide .card-link-slide-panel > a.button,
    .card-link-slide .card-link-slide-panel > .dxb-generic-tabs-container-tab-button {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      z-index: 3; }
      .card-link-slide .card-link-slide-panel > button:hover, .card-link-slide .card-link-slide-panel > button:active,
      .card-link-slide .card-link-slide-panel > a.button:hover,
      .card-link-slide .card-link-slide-panel > .dxb-generic-tabs-container-tab-button:hover,
      .card-link-slide .card-link-slide-panel > a.button:active,
      .card-link-slide .card-link-slide-panel > .dxb-generic-tabs-container-tab-button:active {
        -ms-transform: none;
            transform: none; }
  .card-link-slide .close-slide-mobile {
    position: absolute;
    top: 10px;
    top: 0.625rem;
    left: 10px;
    left: 0.625rem;
    transform: rotateY(0deg);
    z-index: 6;
    padding: 10px;
    padding: 0.625rem;
    background-color: #B6BAC2;
    line-height: 10px;
    line-height: 0.625rem;
    height: 32px;
    height: 2rem;
    display: none; }
    .card-link-slide .close-slide-mobile:hover {
      box-shadow: none; }
    .card-link-slide .close-slide-mobile svg {
      width: 12px;
      width: 0.75rem;
      height: 12px;
      height: 0.75rem;
      fill: #FFF; }
      .card-link-slide .close-slide-mobile svg path {
        fill: #FFF; }
  @media (min-width: 1441px) {
    .card-link-slide[data-slide="travelex"] .close-slide-mobile {
      left: 1.5625rem; } }
  @media (max-width: 991px) {
    .card-link-slide .card-link-slide-panel .content-wrapper {
      padding: 0.9375rem 1.25rem; }
      .card-link-slide .card-link-slide-panel .content-wrapper p span {
        font-size: 0.875rem;
        font-weight: normal; }
        .card-link-slide .card-link-slide-panel .content-wrapper p span.title {
          font-size: 1.0625rem; }
    .card-link-slide .close-slide-mobile {
      left: auto;
      right: 0.625rem; }
    .card-link-slide .card-content,
    .card-link-slide .card-iframe {
      opacity: 0;
      pointer-events: none; }
    .card-link-slide.flipped .card-content,
    .card-link-slide.flipped .card-iframe {
      opacity: 1;
      pointer-events: all;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      background-color: #FFF;
      padding-top: 3.125rem; }
    .card-link-slide.flipped button.icon.close-slide-mobile {
      position: fixed;
      display: block; } }

iframe {
  border: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card-link-slide .card-link-img {
    height: 13.75rem; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-link-slide .card-link-img {
    height: 13.75rem; } }

@media (max-width: 767.98px) {
  .card-link-slide .card-link-img {
    height: 9.375rem; } }

a.card-link-retail,
a.card-link-event,
a.card-link-detail,
div.card-link-detail-block {
  position: relative;
  display: block;
  width: 100%;
  height: 420px;
  text-decoration: none;
  box-shadow: 0px 0px 0px 0px #B6BAC2;
  margin-bottom: 20px;
  overflow: hidden;
  transition: box-shadow .6s ease-out;
  z-index: 1;
  background-color: #2A2D64; }
  a.card-link-retail .img,
  a.card-link-event .img,
  a.card-link-detail .img,
  div.card-link-detail-block .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -ms-transform: scale(1);
        transform: scale(1);
    transition: transform .3s ease-in-out; }
  a.card-link-retail:last-child,
  a.card-link-event:last-child,
  a.card-link-detail:last-child,
  div.card-link-detail-block:last-child {
    margin-bottom: 0; }
  a.card-link-retail::before,
  a.card-link-event::before,
  a.card-link-detail::before,
  div.card-link-detail-block::before {
    content: "\A";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.45) 77%);
    z-index: 1; }
  a.card-link-retail:hover,
  a.card-link-event:hover,
  a.card-link-detail:hover,
  div.card-link-detail-block:hover {
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1); }
    a.card-link-retail:hover .img,
    a.card-link-event:hover .img,
    a.card-link-detail:hover .img,
    div.card-link-detail-block:hover .img {
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
  a.card-link-retail .tag,
  a.card-link-event .tag,
  a.card-link-detail .tag,
  div.card-link-detail-block .tag {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-left: 30px;
    margin-left: 1.875rem;
    height: 38px;
    height: 2.375rem;
    line-height: 38px;
    line-height: 2.375rem;
    padding: 0 20px;
    padding: 0 1.25rem;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    color: #FFF;
    background-color: #2A2D64; }
    a.card-link-retail .tag:empty,
    a.card-link-event .tag:empty,
    a.card-link-detail .tag:empty,
    div.card-link-detail-block .tag:empty {
      display: none; }
  a.card-link-retail.tag-dine .tag,
  a.card-link-event.tag-dine .tag,
  a.card-link-detail.tag-dine .tag,
  div.card-link-detail-block.tag-dine .tag {
    background-color: #42DCC4; }
  a.card-link-retail.tag-shop .tag,
  a.card-link-event.tag-shop .tag,
  a.card-link-detail.tag-shop .tag,
  div.card-link-detail-block.tag-shop .tag {
    background-color: #8742DC; }
  a.card-link-retail.tag-relax .tag,
  a.card-link-event.tag-relax .tag,
  a.card-link-detail.tag-relax .tag,
  div.card-link-detail-block.tag-relax .tag {
    background-color: #C1DC42; }
  a.card-link-retail.tag-music .tag,
  a.card-link-event.tag-music .tag,
  a.card-link-detail.tag-music .tag,
  div.card-link-detail-block.tag-music .tag {
    background-color: #DC426A; }
  a.card-link-retail .content,
  a.card-link-event .content,
  a.card-link-detail .content,
  div.card-link-detail-block .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    padding: 1.875rem;
    width: 100%;
    color: #FFF;
    z-index: 2; }
    a.card-link-retail .content span:not(.video-play),
    a.card-link-event .content span:not(.video-play),
    a.card-link-detail .content span:not(.video-play),
    div.card-link-detail-block .content span:not(.video-play) {
      display: block;
      font-weight: 100;
      z-index: 2;
      position: relative; }
      a.card-link-retail .content span:not(.video-play).title,
      a.card-link-event .content span:not(.video-play).title,
      a.card-link-detail .content span:not(.video-play).title,
      div.card-link-detail-block .content span:not(.video-play).title {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: bold; }
        @media (max-width: 991px) {
          a.card-link-retail .content span:not(.video-play).title,
          a.card-link-event .content span:not(.video-play).title,
          a.card-link-detail .content span:not(.video-play).title,
          div.card-link-detail-block .content span:not(.video-play).title {
            font-size: 0.9375rem; } }
      a.card-link-retail .content span:not(.video-play).subtitle,
      a.card-link-event .content span:not(.video-play).subtitle,
      a.card-link-detail .content span:not(.video-play).subtitle,
      div.card-link-detail-block .content span:not(.video-play).subtitle {
        font-size: 1px;
        font-size: 0.0625rem;
        line-height: 20px;
        line-height: 1.25rem;
        font-weight: bold;
        padding-top: 8px;
        padding-top: 0.5rem;
        max-width: 300px;
        max-width: 18.75rem; }
        @media (max-width: 991px) {
          a.card-link-retail .content span:not(.video-play).subtitle,
          a.card-link-event .content span:not(.video-play).subtitle,
          a.card-link-detail .content span:not(.video-play).subtitle,
          div.card-link-detail-block .content span:not(.video-play).subtitle {
            font-size: 0.6875rem;
            line-height: 0.875rem;
            padding-top: 0.3125rem; } }
    a.card-link-retail .content time,
    a.card-link-event .content time,
    a.card-link-detail .content time,
    div.card-link-detail-block .content time {
      position: relative;
      display: block;
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold;
      padding-top: 8px;
      padding-top: 0.5rem; }
    a.card-link-retail .content::before,
    a.card-link-event .content::before,
    a.card-link-detail .content::before,
    div.card-link-detail-block .content::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  a.card-link-retail.half-height,
  a.card-link-event.half-height,
  a.card-link-detail.half-height,
  div.card-link-detail-block.half-height {
    height: 200px; }
  html.touch a.card-link-retail, html.touch
  a.card-link-event, html.touch
  a.card-link-detail, html.touch
  div.card-link-detail-block {
    box-shadow: none;
    transition: none; }
    html.touch a.card-link-retail .img, html.touch
    a.card-link-event .img, html.touch
    a.card-link-detail .img, html.touch
    div.card-link-detail-block .img {
      -ms-transform: none;
          transform: none;
      transition: none; }
    html.touch a.card-link-retail:hover, html.touch
    a.card-link-event:hover, html.touch
    a.card-link-detail:hover, html.touch
    div.card-link-detail-block:hover {
      box-shadow: none; }
      html.touch a.card-link-retail:hover .img, html.touch
      a.card-link-event:hover .img, html.touch
      a.card-link-detail:hover .img, html.touch
      div.card-link-detail-block:hover .img {
        -ms-transform: none;
            transform: none; }
  @media (max-width: 991px) {
    a.card-link-retail, a.card-link-retail.half-height,
    a.card-link-event,
    a.card-link-event.half-height,
    a.card-link-detail,
    a.card-link-detail.half-height,
    div.card-link-detail-block,
    div.card-link-detail-block.half-height {
      height: 54vw;
      max-height: 11.25rem; }
    a.card-link-retail .tag,
    a.card-link-event .tag,
    a.card-link-detail .tag,
    div.card-link-detail-block .tag {
      padding: 0 0.625rem;
      font-size: 0.5rem;
      height: 1.1875rem;
      margin-top: 0.9375rem;
      margin-left: 0.9375rem;
      line-height: 1.1875rem; }
    a.card-link-retail .content,
    a.card-link-event .content,
    a.card-link-detail .content,
    div.card-link-detail-block .content {
      padding: 1.25rem 0.9375rem; }
      a.card-link-retail .content span,
      a.card-link-event .content span,
      a.card-link-detail .content span,
      div.card-link-detail-block .content span {
        font-size: 0.6875rem;
        font-weight: normal; }
        a.card-link-retail .content span.title,
        a.card-link-event .content span.title,
        a.card-link-detail .content span.title,
        div.card-link-detail-block .content span.title {
          font-size: 0.9375rem; }
      a.card-link-retail .content time,
      a.card-link-event .content time,
      a.card-link-detail .content time,
      div.card-link-detail-block .content time {
        font-size: 0.6875rem;
        font-weight: normal; } }
  @media (min-width: 992px) {
    a.card-link-retail.half-width,
    a.card-link-event.half-width,
    a.card-link-detail.half-width,
    div.card-link-detail-block.half-width {
      display: block;
      width: calc(50% - 10px);
      margin-right: 1.25rem;
      float: left ;
      margin-bottom: 0; }
      a.card-link-retail.half-width + .half-width,
      a.card-link-event.half-width + .half-width,
      a.card-link-detail.half-width + .half-width,
      div.card-link-detail-block.half-width + .half-width {
        margin-right: 0; } }
  @media (min-width: 992px) {
    a.card-link-retail.half-height.half-width .content .subtitle,
    a.card-link-event.half-height.half-width .content .subtitle,
    a.card-link-detail.half-height.half-width .content .subtitle,
    div.card-link-detail-block.half-height.half-width .content .subtitle {
      display: none; } }
  a.card-link-retail.half-height.half-width.mr15,
  a.card-link-event.half-height.half-width.mr15,
  a.card-link-detail.half-height.half-width.mr15,
  div.card-link-detail-block.half-height.half-width.mr15 {
    margin-right: 15px;
    margin-right: 0.9375rem; }
  a.card-link-retail.half-height.half-width.mb15,
  a.card-link-event.half-height.half-width.mb15,
  a.card-link-detail.half-height.half-width.mb15,
  div.card-link-detail-block.half-height.half-width.mb15 {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  a.card-link-retail.half-height.half-width.mr20,
  a.card-link-event.half-height.half-width.mr20,
  a.card-link-detail.half-height.half-width.mr20,
  div.card-link-detail-block.half-height.half-width.mr20 {
    margin-right: 20px;
    margin-right: 1.25rem; }
  a.card-link-retail.half-height.half-width.mb20,
  a.card-link-event.half-height.half-width.mb20,
  a.card-link-detail.half-height.half-width.mb20,
  div.card-link-detail-block.half-height.half-width.mb20 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }

a.card-link-retail .video-play,
a.card-link-detail .video-play {
  display: none;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

a.card-link-retail.video,
a.card-link-detail.video {
  pointer-events: none; }
  a.card-link-retail.video .video-play,
  a.card-link-detail.video .video-play {
    pointer-events: auto;
    display: inline-block;
    position: absolute;
    width: 65px;
    width: 4.0625rem;
    height: 65px;
    height: 4.0625rem;
    padding: 20px;
    padding: 1.25rem;
    background: none;
    -ms-transform: none;
        transform: none;
    box-shadow: none;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    a.card-link-retail.video .video-play svg,
    a.card-link-detail.video .video-play svg {
      fill: #2C2D65;
      width: 25px;
      width: 1.5625rem;
      height: 25px;
      height: 1.5625rem;
      position: absolute; }
      a.card-link-retail.video .video-play svg path,
      a.card-link-detail.video .video-play svg path {
        fill: #2C2D65; }
    a.card-link-retail.video .video-play::before,
    a.card-link-detail.video .video-play::before {
      content: "\A";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #FFD100;
      border-radius: 50%; }
    a.card-link-retail.video .video-play:hover::before,
    a.card-link-detail.video .video-play:hover::before {
      opacity: 0.9; }
  a.card-link-retail.video iframe,
  a.card-link-detail.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4; }

div.card-link-detail.content {
  text-align: center; }

.flight-finder {
  line-height: 1.33; }
  .flight-finder .row {
    margin-bottom: 0; }
  .flight-finder .api-error-message {
    text-align: center; }
    .flight-finder .api-error-message .svg-warning {
      height: 15px;
      height: 0.9375rem;
      width: 15px;
      width: 0.9375rem;
      margin-right: 10px;
      margin-right: 0.625rem;
      -ms-transform: translateY(0.1875rem);
          transform: translateY(0.1875rem);
      stroke: #696E9F; }
    .flight-finder .api-error-message p {
      color: #2A2D64;
      font-size: 10px;
      font-size: 0.625rem; }
  .flight-finder .flightfinder-airport,
  .flight-finder .flightfinder-number {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 140px;
    max-width: 8.75rem;
    line-height: 20px;
    line-height: 1.25rem; }
  .flight-finder .flightfinder-number {
    color: #024587; }
  .flight-finder-input-label {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 37px;
    margin-right: 2.3125rem; }
  .flight-finder .input-wrapper {
    display: inline-block;
    min-width: 380px;
    min-width: 23.75rem;
    margin-bottom: 0;
    border-bottom: solid 2px #2A2D64; }
    .flight-finder .input-wrapper input {
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold;
      color: #2A2D64;
      background-color: transparent;
      letter-spacing: 0;
      padding: 0;
      padding-right: 48px;
      padding-right: 3rem;
      border: 0; }
      .flight-finder .input-wrapper input::-webkit-input-placeholder {
        color: #957f32;
        opacity: .6; }
      .flight-finder .input-wrapper input:-moz-placeholder {
        color: #957f32;
        opacity: .6; }
      .flight-finder .input-wrapper input::-moz-placeholder {
        color: #957f32;
        opacity: .6; }
      .flight-finder .input-wrapper input:-ms-input-placeholder {
        color: #957f32;
        opacity: .6; }
    .flight-finder .input-wrapper .input-icon {
      fill: #2A2D64;
      width: 18px;
      width: 1.125rem;
      height: 10px;
      height: 0.625rem;
      right: 0; }
    @media (min-width: 991px) {
      .flight-finder .input-wrapper.open .search-results {
        max-height: 11.4375rem; } }
  .flight-finder .search-results {
    z-index: 3;
    font-size: 13px;
    font-size: 0.8125rem; }
    .flight-finder .search-results li.result-data {
      padding: 10px 5px;
      padding: 0.625rem 0.3125rem; }
    .flight-finder .search-results a svg {
      width: 15px !important;
      width: 0.9375rem !important;
      height: 15px !important;
      height: 0.9375rem !important; }
    .flight-finder .search-results .arrow svg {
      height: 7px !important;
      height: 0.4375rem !important;
      width: 7px !important;
      width: 0.4375rem !important; }
  .flight-finder .search-container legend {
    display: none; }
  .flight-finder nav {
    margin-top: 34px;
    margin-top: 2.125rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-align: center; }
    .flight-finder nav ul {
      display: inline-block;
      text-align: center; }
      .flight-finder nav ul li {
        display: inline;
        color: #2A2D64;
        font-weight: bold;
        font-size: 18px;
        font-size: 1.125rem;
        float: left ;
        margin-right: 20px;
        margin-right: 1.25rem;
        height: 57px;
        height: 3.5625rem;
        line-height: 57px !important;
        line-height: 3.5625rem !important; }
        .flight-finder nav ul li:last-child {
          margin-right: 0; }
        .flight-finder nav ul li a {
          font-size: 16px;
          font-size: 1rem;
          border: solid 1px #2A2D64;
          transition: box-shadow 0.3s ease-out, background-color 0.3s ease-out, color 0.3s ease-out;
          padding: 0 25px;
          padding: 0 1.5625rem;
          height: 57px;
          height: 3.5625rem;
          line-height: 57px !important;
          line-height: 3.5625rem !important;
          display: inline-block; }
          .flight-finder nav ul li a:hover {
            box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.2); }
        .flight-finder nav ul li.active a {
          color: #FFF !important;
          background-color: #2A2D64;
          box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.2);
          border: 0; }
  .flight-finder table {
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 100%;
    border: 0; }
    .flight-finder table thead {
      display: none; }
    .flight-finder table tbody tr {
      position: relative;
      width: 100%;
      border: 0; }
      .flight-finder table tbody tr td {
        border: 0;
        text-align: center;
        color: #2A2D64;
        padding: 5px;
        padding: 0.3125rem;
        position: relative; }
        .flight-finder table tbody tr td:last-child {
          text-align: right; }
        .flight-finder table tbody tr td a {
          color: #2A2D64 !important; }
        .flight-finder table tbody tr td svg {
          fill: #2A2D64;
          width: 16px;
          width: 1rem;
          height: 16px;
          height: 1rem; }
          .flight-finder table tbody tr td svg path {
            fill: #2A2D64; }
        .flight-finder table tbody tr td.flightfinder-time, .flight-finder table tbody tr td.flightfinder-date,
        .flight-finder table tbody tr td .flightfinder-time,
        .flight-finder table tbody tr td .flightfinder-date {
          font-weight: bold;
          font-size: 14px;
          font-size: 0.875rem;
          display: block;
          text-align: left;
          line-height: 20px;
          line-height: 1.25rem; }
        .flight-finder table tbody tr td.flightfinder-airport,
        .flight-finder table tbody tr td .flightfinder-airport {
          font-weight: bold; }
        .flight-finder table tbody tr td.flightfinder-airport, .flight-finder table tbody tr td.flightfinder-number,
        .flight-finder table tbody tr td .flightfinder-airport,
        .flight-finder table tbody tr td .flightfinder-number {
          display: block;
          text-align: left; }
        .flight-finder table tbody tr td.flightfinder-twitter svg,
        .flight-finder table tbody tr td.flightfinder-fbmessenger svg,
        .flight-finder table tbody tr td .flightfinder-twitter svg,
        .flight-finder table tbody tr td .flightfinder-fbmessenger svg {
          margin-top: 4px;
          margin-top: 0.25rem; }
        .flight-finder table tbody tr td.flightfinder-finalcall,
        .flight-finder table tbody tr td .flightfinder-finalcall {
          white-space: nowrap;
          display: block;
          text-align: right; }
          .flight-finder table tbody tr td.flightfinder-finalcall-text,
          .flight-finder table tbody tr td .flightfinder-finalcall-text {
            font-size: 14px;
            font-size: 0.875rem;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            max-width: 100px;
            max-width: 6.25rem; }
          .flight-finder table tbody tr td.flightfinder-finalcall-icon,
          .flight-finder table tbody tr td .flightfinder-finalcall-icon {
            fill: #696E9F;
            width: 12px;
            width: 0.75rem;
            height: 12px;
            height: 0.75rem;
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
            position: relative;
            top: -3px;
            top: -0.1875rem; }
        .flight-finder table tbody tr td.flightfinder-terminal,
        .flight-finder table tbody tr td .flightfinder-terminal {
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: bold; }
  .flight-finder-view-all {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 40px;
    line-height: 2.5rem; }
    .flight-finder-view-all:hover {
      text-decoration: underline; }
    .flight-finder-view-all-icon {
      fill: #696E9F;
      width: 16px;
      width: 1rem;
      height: 16px;
      height: 1rem;
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
      position: relative;
      top: 1px; }
  .flight-finder-arrivals-col {
    padding-right: 0 !important; }
    .flight-finder-arrivals-col table {
      border-right: solid 1px #957f32; }
      .flight-finder-arrivals-col table tbody tr td:last-child {
        padding-right: 25px;
        padding-right: 1.5625rem; }
  .flight-finder-departures-col {
    padding-left: 0 !important; }
    .flight-finder-departures-col table {
      display: inline-block;
      padding-left: 25px;
      padding-left: 1.5625rem; }

.search-widget-wrapper-new {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  height: 6.25rem;
  padding: 0;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center; }
  .search-widget-wrapper-new .search-box-title {
    background: #2A2D64;
    width: 36.7%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-right: 80px;
    padding-right: 5rem; }
    @media (min-width: 1280px) and (max-width: 1600px) {
      .search-widget-wrapper-new .search-box-title {
        width: 36.65%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .search-widget-wrapper-new .search-box-title {
        width: 37.3%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .search-widget-wrapper-new .search-box-title {
        width: 38%; } }
    @media (max-width: 767px) {
      .search-widget-wrapper-new .search-box-title {
        display: none; } }
    .search-widget-wrapper-new .search-box-title h3, .search-widget-wrapper-new .search-box-title .h3 {
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: 900;
      color: #ffffff;
      margin: 0; }
  .search-widget-wrapper-new .search-box-body {
    background: #FFD100;
    width: 63.3%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-transform-origin: bottom;
        transform-origin: bottom;
    position: relative; }
    .search-widget-wrapper-new .search-box-body .view-all-flights {
      padding-left: 30px;
      padding-left: 1.875rem;
      position: relative; }
      .search-widget-wrapper-new .search-box-body .view-all-flights a img {
        position: absolute;
        left: 110px;
        left: 6.875rem;
        top: 6px;
        top: 0.375rem;
        width: 16px;
        width: 1rem; }
      .search-widget-wrapper-new .search-box-body .view-all-flights a:hover {
        text-decoration: none; }
        .search-widget-wrapper-new .search-box-body .view-all-flights a:hover img {
          position: absolute;
          left: 115px;
          left: 7.1875rem;
          top: 6px;
          top: 0.375rem;
          width: 16px;
          width: 1rem;
          transition: all 0.5s ease-in-out; }
      .search-widget-wrapper-new .search-box-body .view-all-flights a span {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 900;
        vertical-align: middle; }
    .search-widget-wrapper-new .search-box-body fieldset {
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg); }
    @media (min-width: 1280px) and (max-width: 1600px) {
      .search-widget-wrapper-new .search-box-body {
        width: 63.35%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .search-widget-wrapper-new .search-box-body {
        width: 62.7%; }
        .search-widget-wrapper-new .search-box-body fieldset {
          -ms-transform: none;
              transform: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .search-widget-wrapper-new .search-box-body {
        width: 62%; }
        .search-widget-wrapper-new .search-box-body fieldset {
          -ms-transform: none;
              transform: none; }
          .search-widget-wrapper-new .search-box-body fieldset .input-wrapper {
            width: 21.875rem; }
        .search-widget-wrapper-new .search-box-body .view-all-flights {
          padding-left: 0.9375rem; }
          .search-widget-wrapper-new .search-box-body .view-all-flights a img {
            left: 5.9375rem; } }
    @media (max-width: 767px) {
      .search-widget-wrapper-new .search-box-body {
        width: 100%; }
        .search-widget-wrapper-new .search-box-body fieldset {
          -ms-transform: none;
              transform: none;
          margin-left: 0.9375rem; }
          .search-widget-wrapper-new .search-box-body fieldset .input-wrapper {
            width: 15.625rem; }
        .search-widget-wrapper-new .search-box-body .view-all-flights {
          padding-left: 0.625rem; }
          .search-widget-wrapper-new .search-box-body .view-all-flights a span {
            font-size: 0.875rem; }
          .search-widget-wrapper-new .search-box-body .view-all-flights a img {
            left: 5rem; } }
    .search-widget-wrapper-new .search-box-body legend {
      display: none; }
    .search-widget-wrapper-new .search-box-body .input-wrapper {
      margin: 0;
      width: 417px;
      width: 26.0625rem; }
      .search-widget-wrapper-new .search-box-body .input-wrapper input[type="text"] {
        height: 45px;
        height: 2.8125rem;
        border: none;
        font-size: 16px;
        font-size: 1rem;
        -ms-transform: skewX(0deg);
            transform: skewX(0deg); }
      .search-widget-wrapper-new .search-box-body .input-wrapper svg {
        width: 20px;
        width: 1.25rem;
        height: 20px;
        height: 1.25rem;
        margin-right: 10px;
        margin-right: 0.625rem;
        position: absolute;
        right: 4px;
        right: 0.25rem;
        top: 14px;
        top: 0.875rem;
        -ms-transform: skewX(18deg);
            transform: skewX(18deg); }
        @media (min-width: 992px) and (max-width: 1199px) {
          .search-widget-wrapper-new .search-box-body .input-wrapper svg {
            -ms-transform: none;
                transform: none; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .search-widget-wrapper-new .search-box-body .input-wrapper svg {
            -ms-transform: none;
                transform: none; } }
        @media (max-width: 767px) {
          .search-widget-wrapper-new .search-box-body .input-wrapper svg {
            -ms-transform: none;
                transform: none; } }
    .search-widget-wrapper-new .search-box-body .search-results {
      margin: 0;
      top: 73px;
      top: 4.5625rem;
      left: -8px;
      left: -0.5rem;
      width: 35.8%; }
      @media (min-width: 1280px) and (max-width: 1600px) {
        .search-widget-wrapper-new .search-box-body .search-results {
          width: 41.2%; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .search-widget-wrapper-new .search-box-body .search-results {
          width: 68%;
          left: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .search-widget-wrapper-new .search-box-body .search-results {
          position: absolute;
          width: 73.5%;
          left: 0; } }
      @media (max-width: 767px) {
        .search-widget-wrapper-new .search-box-body .search-results {
          position: absolute;
          margin: 0;
          top: 6.25rem;
          width: 21.875rem;
          left: 0.8125rem;
          max-height: 10rem; } }
      .search-widget-wrapper-new .search-box-body .search-results .results-empty p {
        padding-bottom: 0; }
    .search-widget-wrapper-new .search-box-body:before {
      content: '';
      position: absolute;
      top: 0;
      left: -38px;
      left: -2.375rem;
      width: 15%;
      height: 100%;
      background: #FFD100;
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg); }
      @media (max-width: 767px) {
        .search-widget-wrapper-new .search-box-body:before {
          content: unset; } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -29.25rem 0; }
  100% {
    background-position: 29.25rem 0; } }

@keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625; }
  100% {
    stroke-dashoffset: 0; } }

@media (max-width: 991px) {
  section.news-section .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem; } }

@media (max-width: 1199px) {
  section.news-section .container {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem; } }

@media (max-width: 991px) {
  section.news-section .row.row .img {
    height: 56vw; } }

section.social-wall {
  padding-bottom: 23px;
  padding-bottom: 1.4375rem; }
  section.social-wall h3, section.social-wall .h3 {
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }
    @media (max-width: 991px) {
      section.social-wall h3, section.social-wall .h3 {
        margin-top: 0.625rem; } }
  section.social-wall .social-links {
    display: inline-block;
    margin: 0 0 30px 0;
    margin: 0 0 1.875rem 0;
    vertical-align: bottom;
    line-height: inherit; }
    section.social-wall .social-links li {
      float: left ;
      margin: 0 40px 0 0;
      display: inline; }
      @media (max-width: 991px) {
        section.social-wall .social-links li {
          margin: 0 25px 0 0; } }
      section.social-wall .social-links li::before, section.social-wall .social-links li::after {
        content: none; }
      section.social-wall .social-links li:last-child {
        margin: 0; }
      section.social-wall .social-links li a svg {
        width: 30px;
        width: 1.875rem;
        height: 30px;
        height: 1.875rem;
        fill: #FFF; }
        section.social-wall .social-links li a svg path {
          fill: #FFF; }
        @media (max-width: 991px) {
          section.social-wall .social-links li a svg {
            width: 1.125rem;
            height: 1.125rem; } }
      section.social-wall .social-links li:hover a svg {
        fill: #FFD100; }
        section.social-wall .social-links li:hover a svg path {
          fill: #FFD100; }
  section.social-wall.api-error .social-wall-content, section.social-wall.api-error [data-social-wall-loadmore] {
    display: none; }
  section.social-wall .social-wall-content {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
    section.social-wall .social-wall-content .row .card-social-wrapper {
      height: 300px;
      height: 18.75rem; }
      @media (max-width: 991px) {
        section.social-wall .social-wall-content .row .card-social-wrapper {
          height: 35vw; } }
  @media (max-width: 991px) {
    section.social-wall .btn-yellow, section.social-wall .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard section.social-wall a {
      margin-top: 1.25rem; } }
  @media (max-width: 991px) {
    section.social-wall .social-wall-content {
      margin-bottom: 0; }
    section.social-wall h3, section.social-wall .h3 {
      display: block;
      margin-right: 0;
      margin-bottom: 1.25rem; }
    section.social-wall .social-links {
      margin: 0; } }

section.contact-us {
  padding-bottom: calc(11vw + 100px); }
  @media (max-width: 991px) {
    section.contact-us {
      padding-bottom: 11vw; } }
  section.contact-us .contact-us-title {
    margin-bottom: 0; }
    section.contact-us .contact-us-title-row {
      margin-bottom: 87px;
      margin-bottom: 5.4375rem; }
      @media (max-width: 991px) {
        section.contact-us .contact-us-title-row {
          margin-bottom: 0; } }
  section.contact-us .contact-us-content .call-center.col-sm-12 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1em; }
    @media (max-width: 991px) {
      section.contact-us .contact-us-content .call-center.col-sm-12 {
        margin-bottom: 0;
        font-size: 0.9375rem;
        text-align: center;
        height: auto; } }
    section.contact-us .contact-us-content .call-center.col-sm-12 a.btn, section.contact-us .contact-us-content .call-center.col-sm-12 .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard section.contact-us .contact-us-content .call-center.col-sm-12 a {
      min-width: 190px;
      min-width: 11.875rem; }
    section.contact-us .contact-us-content .call-center.col-sm-12 p.phone {
      color: #2A2D64;
      margin: 21px 0 36px 0;
      margin: 1.3125rem 0 2.25rem 0; }
      @media (max-width: 991px) {
        section.contact-us .contact-us-content .call-center.col-sm-12 p.phone {
          margin: 0.9375rem 0 0 0; }
          section.contact-us .contact-us-content .call-center.col-sm-12 p.phone strong {
            line-height: 1.1875rem; } }
    section.contact-us .contact-us-content .call-center.col-sm-12 .phone-icon {
      fill: #2A2D64;
      width: 22px;
      width: 1.375rem;
      height: 22px;
      height: 1.375rem;
      margin-right: 10px;
      margin-right: 0.625rem;
      -ms-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem); }
      @media (max-width: 991px) {
        section.contact-us .contact-us-content .call-center.col-sm-12 .phone-icon {
          width: 15px;
          height: 15px;
          margin-right: 0.3125rem; } }
    section.contact-us .contact-us-content .call-center.col-sm-12 .btn.location-map, section.contact-us .contact-us-content .call-center.col-sm-12 .dxb-contact-info-colorcard a.location-map, .dxb-contact-info-colorcard section.contact-us .contact-us-content .call-center.col-sm-12 a.location-map {
      max-width: 200px;
      max-width: 12.5rem;
      padding: 0;
      letter-spacing: 0;
      box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.2); }
      @media (max-width: 991px) {
        section.contact-us .contact-us-content .call-center.col-sm-12 .btn.location-map, section.contact-us .contact-us-content .call-center.col-sm-12 .dxb-contact-info-colorcard a.location-map, .dxb-contact-info-colorcard section.contact-us .contact-us-content .call-center.col-sm-12 a.location-map {
          max-width: none;
          width: 100%; } }
    @media (max-width: 991px) {
      section.contact-us .contact-us-content .call-center.col-sm-12 .contact-us-location-map-wrapper {
        position: static;
        margin-top: 1.9375rem;
        margin-bottom: 1.25rem; } }
  section.contact-us .contact-us-content .col-sm-12 {
    height: 176px;
    height: 11rem; }
  section.contact-us .contact-us-content .our-chat-button-wrapper {
    margin-top: 65px;
    margin-top: 4.0625rem; }
  @media (max-width: 991px) {
    section.contact-us .contact-us-content .col-sm-12 {
      height: 8.125rem; }
    section.contact-us .contact-us-content .our-chat-button-wrapper {
      margin-top: 0; } }
  @media (min-width: 992px) {
    section.contact-us .offset-lg-4 {
      margin-right: 33.33333%; } }

@media (max-width: 991px) {
  section.events .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem; } }

@media (max-width: 1199px) {
  section.events .container {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem; } }

@media (max-width: 991px) {
  section.events h3, section.events .h3 {
    font-size: 0.9375rem; } }

section.events h4, section.events .h4 {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
  color: #fff;
  font-size: 23px;
  font-size: 1.4375rem; }

section.events nav {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-bottom: solid 1px #fff;
  padding-bottom: 2px; }
  section.events nav ul {
    margin: 0;
    height: 30px;
    height: 1.875rem; }
    section.events nav ul li {
      float: left ;
      display: inline-block;
      width: 50%;
      text-align: center;
      position: relative;
      top: 1px; }
      section.events nav ul li::before, section.events nav ul li::after {
        content: none; }
      section.events nav ul li a {
        color: #fff;
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: bold;
        display: block; }
      section.events nav ul li.active {
        border-bottom: solid 2px #FFD100; }
        section.events nav ul li.active a {
          color: #FFD100; }

.footer-top {
  height: 80px;
  height: 5rem;
  line-height: 80px;
  line-height: 5rem;
  width: 100%;
  padding: 20px 0 100px;
  padding: 1.25rem 0 6.25rem;
  padding-top: 0;
  position: relative;
  z-index: 9999; }
  @media (max-width: 991px) {
    .footer-top {
      height: auto;
      line-height: 1em;
      padding-top: 0;
      padding-bottom: 1.25rem; } }
  .footer-top ul {
    line-height: inherit;
    display: inline; }
    .footer-top ul li {
      display: inline;
      line-height: 80px;
      line-height: 5rem; }
      .footer-top ul li::before, .footer-top ul li::after {
        content: none; }
  .footer-top .footer-nav {
    float: left ;
    font-weight: bold; }
    .footer-top .footer-nav li {
      float: left ;
      margin-right: 15px;
      margin-right: 0.9375rem;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold; }
      .footer-top .footer-nav li:last-child {
        margin-right: 0; }
      @media (min-width: 1280px) and (max-width: 1365.98px) {
        .footer-top .footer-nav li {
          font-size: 0.8125rem; } }
      @media (max-width: 1199px) {
        .footer-top .footer-nav li {
          font-size: 0.625rem;
          margin-right: 0.625rem; } }
      .footer-top .footer-nav li a:hover {
        color: #6D3075; }
  .footer-top-container {
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      .footer-top-container {
        text-align: center; } }
  .footer-top-slant-top {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 11vw;
    z-index: 2;
    top: calc(-11vw + 40px); }
    @media (max-width: 991px) {
      .footer-top-slant-top {
        margin-top: 1px;
        top: -11vw; } }
    .footer-top-slant-top::before {
      content: "\A";
      content: "";
      display: block;
      height: 11vw;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      -ms-transform-origin: 100%;
          transform-origin: 100%;
      -ms-transform: skewY(-4deg);
          transform: skewY(-4deg);
      z-index: 2;
      background-color: #F1ECE5; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer-top .footer-nav li {
      margin-right: 1.25rem; } }
  .footer-top .footer-top-container {
    padding: 0 250px;
    padding: 0 15.625rem; }
    @media (max-width: 767px) {
      .footer-top .footer-top-container {
        padding: 0 3.125rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer-top .footer-top-container {
        padding: 0 9.375rem; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .footer-top .footer-top-container {
        padding: 0 2.5rem; } }
    @media (min-width: 1280px) and (max-width: 1699.98px) {
      .footer-top .footer-top-container {
        padding: 0;
        width: 71.875rem;
        margin: 0 auto; } }
    @media (min-width: 1280px) and (max-width: 1440px) {
      .footer-top .footer-top-container {
        padding: 0;
        width: 90%;
        margin: 0 auto; } }

.social-links {
  margin-left: 0;
  padding: 0; }
  .footer-top .social-links {
    float: right ; }
  @media (max-width: 991px) {
    .social-links {
      display: block;
      text-align: center;
      margin-top: 3.125rem; }
      .footer-top .social-links {
        float: none; } }
  .social-links li {
    line-height: 80px;
    line-height: 5rem;
    float: left ;
    margin-right: 30px;
    margin-right: 1.875rem; }
    @media (min-width: 1280px) and (max-width: 1365.98px) {
      .social-links li {
        margin-right: 1.875rem; } }
    @media (max-width: 1199px) {
      .social-links li {
        margin-right: 1.25rem;
        line-height: 6.25rem; } }
    @media (max-width: 991px) {
      .social-links li {
        float: none;
        margin-right: 1.875rem;
        line-height: 1em; } }
    .social-links li:last-child {
      margin-right: 0; }
    .social-links li a {
      transition: opacity 0.3s ease-out; }
      .social-links li a svg {
        width: 30px;
        width: 1.875rem;
        height: 30px;
        height: 1.875rem;
        fill: #2A2D64; }
        @media (max-width: 991px) {
          .social-links li a svg {
            width: 1.3125rem;
            height: 1.3125rem; } }
        .social-links li a svg path {
          fill: #2A2D64; }
    @media (min-width: 992px) and (max-width: 1024.98px) {
      .social-links li {
        margin-right: 0.9375rem; }
        .social-links li a svg {
          width: 1.375rem;
          height: 1.375rem; } }
  .social-links.hover a:not(.hover) {
    opacity: 0.5; }

footer .slanted-leftRight ~ .section-slantTop, footer .slanted-leftRight ~ .section-slantBottom {
  height: 11vw; }

footer .slanted-leftRight ~ .section-slantBottom::before {
  bottom: calc(11vw - 1px); }

footer .slanted-leftRight ~ .section-slantBottom::before {
  -ms-transform: skewY(4deg);
      transform: skewY(4deg); }

footer .slanted-leftRight ~ .section-slantTop {
  top: calc(-11vw + 1px); }

footer .slanted-leftRight ~ .section-slantTop::before {
  -ms-transform: skewY(-4deg);
      transform: skewY(-4deg);
  top: calc(11vw - 1px); }

.footer-bottom {
  background-color: #fff;
  height: 72px;
  height: 4.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  width: 100%;
  padding-top: 11vw;
  padding-bottom: 120px;
  padding-bottom: 7.5rem; }
  .footer-bottom.no-nav {
    padding-bottom: 0; }
  @media (max-width: 991px) {
    .footer-bottom {
      height: auto; } }
  .footer-bottom .footer-rights-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .footer-bottom .footer-bottom-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 280px;
    margin: 0 17.5rem;
    padding-bottom: 150px;
    padding-bottom: 9.375rem; }
    @media (max-width: 991px) {
      .footer-bottom .footer-bottom-container {
        margin: 0;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        padding-bottom: 0.625rem; }
        .footer-bottom .footer-bottom-container .footer-rights-text {
          font-size: 0.6875rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer-bottom .footer-bottom-container {
        margin: 0;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        padding-bottom: 1.875rem; }
        .footer-bottom .footer-bottom-container .footer-rights-text {
          font-size: 0.75rem; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .footer-bottom .footer-bottom-container {
        margin: 0;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-align: center;
            align-items: center;
        padding-bottom: 9.375rem; }
        .footer-bottom .footer-bottom-container .footer-rights-text {
          font-size: 0.625rem; } }
    @media (min-width: 1700px) and (max-width: 1799.98px) {
      .footer-bottom .footer-bottom-container {
        margin: 0 11.875rem; } }
    @media (min-width: 1280px) and (max-width: 1699.98px) {
      .footer-bottom .footer-bottom-container {
        width: 83.9375rem;
        margin: 0 auto; } }
    @media (min-width: 1280px) and (max-width: 1440px) {
      .footer-bottom .footer-bottom-container {
        padding: 0;
        padding-bottom: 9.375rem;
        width: 98%;
        margin: 0 auto; } }
  .footer-bottom .aci-footer-logo {
    position: relative; }
    .footer-bottom .aci-footer-logo img {
      width: 415px;
      width: 25.9375rem;
      height: 86px;
      height: 5.375rem; }
    .footer-bottom .aci-footer-logo:after {
      position: absolute;
      width: 2px;
      height: 100%;
      background: #B6BAC2;
      top: 0;
      right: -37px;
      right: -2.3125rem;
      content: ''; }
    @media (max-width: 991px) {
      .footer-bottom .aci-footer-logo {
        margin-bottom: 0.9375rem; }
        .footer-bottom .aci-footer-logo img {
          width: 18.75rem; }
        .footer-bottom .aci-footer-logo:after {
          content: unset; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .footer-bottom .aci-footer-logo img {
        width: 18.75rem; }
      .footer-bottom .aci-footer-logo:after {
        right: -1.25rem; } }
    @media (min-width: 1280px) and (max-width: 1600px) {
      .footer-bottom .aci-footer-logo img {
        width: 21.875rem; } }
  .footer-bottom .copyright {
    width: 27%;
    color: #2A2D64;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left; }
    @media (max-width: 991px) {
      .footer-bottom .copyright {
        width: 100%;
        text-align: center;
        line-height: 1em;
        font-size: 0.5625rem;
        line-height: 1.1875rem;
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
        -ms-flex-order: 3;
            order: 3; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .footer-bottom .copyright {
        width: auto; } }
  .footer-bottom .links-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .footer-bottom .links-wrapper a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    @media (max-width: 991px) {
      .footer-bottom .links-wrapper {
        width: 100%;
        text-align: center;
        line-height: 1em;
        -ms-flex-pack: center;
            justify-content: center; } }
    .footer-bottom .links-wrapper .link-dubai,
    .footer-bottom .links-wrapper .link-mohammed {
      display: inline-block; }
      @media (min-width: 991px) {
        .footer-bottom .links-wrapper .link-dubai,
        .footer-bottom .links-wrapper .link-mohammed {
          float: left ; } }
      .footer-bottom .links-wrapper .link-dubai svg,
      .footer-bottom .links-wrapper .link-mohammed svg {
        vertical-align: middle; }
    .footer-bottom .links-wrapper .link-dubai {
      margin-right: 55px;
      margin-right: 3.4375rem; }
      @media (max-width: 991px) {
        .footer-bottom .links-wrapper .link-dubai {
          margin-right: 1.75rem; } }
      .footer-bottom .links-wrapper .link-dubai img {
        width: 81px;
        width: 5.0625rem;
        height: 70px;
        height: 4.375rem; }
    .footer-bottom .links-wrapper .link-mohammed img {
      width: 113px;
      width: 7.0625rem;
      height: 62px;
      height: 3.875rem; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .footer-bottom .footer-rights-text {
      text-align: center; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .footer-bottom .links-wrapper {
      -ms-flex-pack: center;
          justify-content: center; }
    .footer-bottom .footer-rights-text {
      text-align: center; } }
  @media (max-width: 575.98px) {
    .footer-bottom .links-wrapper {
      -ms-flex-pack: center;
          justify-content: center; }
    .footer-bottom .footer-rights-text {
      text-align: center; } }

.corporateFooter {
  padding-top: 50px;
  padding-top: 3.125rem; }
  @media only screen and (max-width: 767px) {
    .corporateFooter {
      padding-top: 0.3125rem; } }
  .corporateFooter .container:before, .corporateFooter .container:after {
    content: none; }
  .corporateFooter-top {
    background-color: #132A6F;
    height: 120px;
    height: 7.5rem; }
    @media only screen and (max-width: 1279px) {
      .corporateFooter-top {
        height: auto;
        padding: 2.5rem 0 1.875rem; } }
    .corporateFooter-top .container {
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      height: 100%;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media only screen and (max-width: 1279px) {
        .corporateFooter-top .container {
          -ms-flex-line-pack: justify;
              align-content: space-between;
          -ms-flex-direction: column;
              flex-direction: column; } }
      @media only screen and (max-width: 991px) {
        .corporateFooter-top .container {
          -ms-flex-direction: column;
              flex-direction: column; } }
      @media only screen and (max-width: 767px) {
        .corporateFooter-top .container {
          -ms-flex-pack: center;
              justify-content: center; } }
  .corporateFooter-navigation {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-right: 40px;
    margin-right: 2.5rem; }
    @media only screen and (max-width: 1279px) {
      .corporateFooter-navigation {
        margin-right: 0;
        margin: 0 0 2.5rem 0; } }
    @media only screen and (max-width: 767px) {
      .corporateFooter-navigation {
        display: none; } }
    .corporateFooter-navigation a {
      color: #fff; }
    .corporateFooter-navigation-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
      .corporateFooter-navigation-listItem {
        margin: 0 10px;
        margin: 0 0.625rem; }
        .corporateFooter-navigation-listItem:first-child {
          margin-left: 0; }
        .corporateFooter-navigation-listItem:last-child {
          margin-right: 0; }
  .corporateFooter-socialLinks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    .corporateFooter-socialLinks-link {
      margin: 0 20px;
      margin: 0 1.25rem; }
      .corporateFooter-socialLinks-link:first-child {
        margin-left: 0; }
      .corporateFooter-socialLinks-link:last-child {
        margin-right: 0; }
      .corporateFooter-socialLinks-link svg {
        fill: #fff; }
  .corporateFooter-bottom {
    font-size: 16px;
    font-size: 1rem;
    height: 120px;
    height: 7.5rem; }
    @media only screen and (max-width: 767px) {
      .corporateFooter-bottom {
        height: 10rem; } }
    .corporateFooter-bottom .container {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      height: 100%;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .corporateFooter-bottom .container {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (max-width: 767px) {
    .corporateFooter-credentials {
      font-size: 0.75rem; } }
  .corporateFooter-logos {
    -ms-flex-align: end;
        align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin: 10px 0;
    margin: 0.625rem 0; }
    @media only screen and (max-width: 767px) {
      .corporateFooter-logos {
        margin-bottom: 1.25rem; } }
    .corporateFooter-logos-logo {
      margin: 0 20px;
      margin: 0 1.25rem; }

@media (max-width: 991px) {
  .mobile-menu {
    display: none; }
  html.mobile-menu-open {
    overflow: hidden;
    position: fixed; }
    html.mobile-menu-open body,
    html.mobile-menu-open .page-wrapper {
      overflow: hidden; }
    html.mobile-menu-open header .header-menu-button-open {
      display: none; }
    html.mobile-menu-open header .header-menu-button-close {
      display: inline-block; }
    html.mobile-menu-open .mobile-menu {
      display: block;
      position: fixed;
      top: 7.375rem;
      left: 0;
      width: 100%;
      height: calc(100% - 118px);
      z-index: 1007;
      background-color: #696E9F;
      overflow-y: auto; }
      html.mobile-menu-open .mobile-menu.search-open {
        top: 10.75rem; }
        html.mobile-menu-open .mobile-menu.search-open .mobile-menu-subnav {
          top: 10.75rem; }
      html.mobile-menu-open .mobile-menu-nav-list {
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        html.mobile-menu-open .mobile-menu-nav-list-elem {
          display: inline-block;
          width: 50vw;
          height: 50vw;
          text-align: center;
          border-bottom: solid 1px #525787; }
          html.mobile-menu-open .mobile-menu-nav-list-elem:nth-child(odd) {
            border-right: solid 1px #525787; }
          html.mobile-menu-open .mobile-menu-nav-list-elem::before {
            content: none; }
          html.mobile-menu-open .mobile-menu-nav-list-elem svg {
            fill: #FFF; }
            html.mobile-menu-open .mobile-menu-nav-list-elem svg.icon-find-your-flight {
              width: 4.5rem;
              height: 2.375rem; }
            html.mobile-menu-open .mobile-menu-nav-list-elem svg.icon-restaurant {
              width: 3.75rem;
              height: 2.5rem; }
            html.mobile-menu-open .mobile-menu-nav-list-elem svg.icon-travel {
              width: 3.25rem;
              height: 2.9375rem; }
            html.mobile-menu-open .mobile-menu-nav-list-elem svg.icon-phone {
              width: 2.625rem;
              height: 2.625rem; }
      html.mobile-menu-open .mobile-menu-nav-title {
        display: block;
        font-size: 0.9375rem;
        line-height: 1.375rem; }
      html.mobile-menu-open .mobile-menu-nav-subtitle {
        display: block;
        font-size: 0.625rem;
        line-height: 1.375rem;
        font-weight: normal; }
      html.mobile-menu-open .mobile-menu-nav-icon {
        display: block;
        text-align: center;
        height: 3.4375rem; }
      html.mobile-menu-open .mobile-menu-nav-button {
        background-color: #696E9F;
        box-shadow: none;
        height: 100%;
        padding: 0; }
      html.mobile-menu-open .mobile-menu-subnav {
        display: none;
        position: fixed;
        top: 7.375rem;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1008;
        background-color: #696E9F; }
        html.mobile-menu-open .mobile-menu-subnav-header {
          height: 5.6875rem;
          background-color: #525787;
          padding: 0 1.25rem;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between; }
        html.mobile-menu-open .mobile-menu-subnav-backbutton {
          background-color: transparent;
          box-shadow: none;
          width: auto;
          height: 100%;
          padding: 0; }
          html.mobile-menu-open .mobile-menu-subnav-backbutton-icon {
            fill: #FFD100;
            width: 1.25rem;
            height: 1.25rem;
            position: relative;
            top: -0.1875rem;
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
          html.mobile-menu-open .mobile-menu-subnav-backbutton-text {
            text-transform: uppercase;
            font-size: 0.8125rem;
            line-height: 0.9375rem;
            max-width: 6.25rem;
            display: inline-block;
            text-align: left;
            margin-left: 0.3125rem; }
        html.mobile-menu-open .mobile-menu-subnav-caption {
          display: inline-block;
          width: 50%; }
          html.mobile-menu-open .mobile-menu-subnav-caption-icon {
            float: left ;
            margin-right: 0.5625rem;
            height: 3.125rem;
            line-height: 2.5rem; }
            html.mobile-menu-open .mobile-menu-subnav-caption-icon svg {
              fill: #FFF;
              vertical-align: middle; }
              html.mobile-menu-open .mobile-menu-subnav-caption-icon svg.icon-find-your-flight {
                width: 3.5625rem;
                height: 1.5625rem; }
              html.mobile-menu-open .mobile-menu-subnav-caption-icon svg.icon-restaurant {
                width: 2.5rem;
                height: 1.5625rem; }
              html.mobile-menu-open .mobile-menu-subnav-caption-icon svg.icon-travel {
                width: 1.875rem;
                height: 1.5625rem; }
              html.mobile-menu-open .mobile-menu-subnav-caption-icon svg.icon-phone {
                width: 1.625rem;
                height: 1.5625rem; }
          html.mobile-menu-open .mobile-menu-subnav-caption-text {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: center;
                justify-content: center;
            height: 3.125rem; }
          html.mobile-menu-open .mobile-menu-subnav-caption-title {
            display: block;
            font-size: 0.8125rem;
            font-weight: bold;
            line-height: 0.6875rem;
            color: #FFF;
            margin-bottom: 0.3125rem; }
          html.mobile-menu-open .mobile-menu-subnav-caption-subtitle {
            display: block;
            font-size: 0.625rem;
            line-height: 0.6875rem;
            color: #FFF; }
        html.mobile-menu-open .mobile-menu-subnav-list {
          margin: 1.125rem 1.25rem;
          overflow-y: auto;
          height: calc(100% - 118px - 91px - 36px); }
          html.mobile-menu-open .mobile-menu-subnav-list-elem {
            line-height: 3.125rem; }
            html.mobile-menu-open .mobile-menu-subnav-list-elem::before {
              content: none; }
        html.mobile-menu-open .mobile-menu-subnav-button, html.mobile-menu-open .mobile-menu-subnav-link {
          background: none;
          box-shadow: none;
          padding: 0;
          color: #FFF;
          font-size: 0.9375rem;
          font-weight: bold;
          text-align: left; }
          html.mobile-menu-open .mobile-menu-subnav-button-icon, html.mobile-menu-open .mobile-menu-subnav-link-icon {
            fill: #FFD100;
            width: 0.9375rem;
            height: 0.9375rem;
            position: relative;
            top: 2px;
            margin-right: 0.3125rem;
            transition: transform .3s ease-out;
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
          html.mobile-menu-open .mobile-menu-subnav-button.active .mobile-menu-subnav-button-icon, html.mobile-menu-open .mobile-menu-subnav-link.active .mobile-menu-subnav-button-icon {
            -ms-transform: rotate(0);
                transform: rotate(0); }
          html.mobile-menu-open .mobile-menu-subnav-button.active + .mobile-menu-subnavlinks-list, html.mobile-menu-open .mobile-menu-subnav-link.active + .mobile-menu-subnavlinks-list {
            max-height: 12.5rem; }
        html.mobile-menu-open .mobile-menu-subnav.active {
          display: block; }
      html.mobile-menu-open .mobile-menu-subnavlinks-list {
        margin: 0;
        overflow-y: hidden;
        max-height: 0;
        transition: max-height .3s ease-out; }
        html.mobile-menu-open .mobile-menu-subnavlinks-list-elem {
          margin-left: 1.25rem; }
          html.mobile-menu-open .mobile-menu-subnavlinks-list-elem::before {
            content: none; }
      html.mobile-menu-open .mobile-menu-subnavlinks-link {
        color: #FFF; }
    html.mobile-menu-open .side-navigation, html.mobile-menu-open #happyModal, html.mobile-menu-open #happy-survey {
      display: none !important; }
    html.mobile-menu-open .alert-box {
      height: 0 !important; } }

.skip-to-content {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  .skip-to-content:focus {
    top: 0;
    left: 0;
    z-index: 1009;
    width: auto;
    height: auto;
    clip: auto;
    text-decoration: none;
    font-weight: bold;
    background-color: #FFF;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem; }

.loader, .circle-loader,
.loader:before,
.circle-loader:before,
.loader:after,
.circle-loader:after {
  border-radius: 50%; }

.loader, .circle-loader {
  color: #1964AF;
  font-size: 10px;
  text-indent: -99999em;
  margin: 2em 10px;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  transform: translateZ(0); }
  @media (max-width: 767px) {
    .loader, .circle-loader {
      width: 5em;
      height: 5em;
      box-shadow: inset 0 0 0 0.5em; } }
  .loader-center, .circle-loader-center {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.loader:before,
.circle-loader:before,
.loader:after,
.circle-loader:after {
  position: absolute;
  content: ''; }

.circle-loader:before,
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -ms-transform-origin: 5.2em 5.1em;
      transform-origin: 5.2em 5.1em;
  animation: load2 2s infinite ease 1.5s; }
  @media (max-width: 767px) {
    .circle-loader:before,
    .loader:before {
      width: 2.6em;
      height: 5.1em;
      -ms-transform-origin: 2.6em 2.55em;
          transform-origin: 2.6em 2.55em;
      border-radius: 5.1em 0 0 5.1em;
      top: -0.05em; } }

.circle-loader:after,
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -ms-transform-origin: 0px 5.1em;
      transform-origin: 0px 5.1em;
  animation: load2 2s infinite ease; }
  @media (max-width: 767px) {
    .circle-loader:after,
    .loader:after {
      width: 2.6em;
      height: 5.1em;
      left: 2.55em;
      -ms-transform-origin: 0px 2.55em;
          transform-origin: 0px 2.55em;
      border-radius: 0 5.1em 5.1em 0;
      top: -0.05em; } }

@keyframes load2 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.alert-box {
  background-color: #EFF1F6;
  transition: 0.3s ease-out;
  -ms-transform: translateY(0%);
      transform: translateY(0%);
  height: 94px;
  height: 5.875rem;
  overflow: hidden;
  z-index: 1003;
  position: relative; }
  .alert-box.hide-msg {
    -ms-transform: translateY(-10%);
        transform: translateY(-10%);
    height: 0; }
  .alert-box .row {
    position: relative;
    height: 94px;
    height: 5.875rem; }
  .alert-box .col-12 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    @media (max-width: 992px) {
      .alert-box .col-12 {
        max-height: 100%;
        padding: 0;
        left: 50%;
        padding: 0 0.9375rem;
        text-align: left; } }
    .alert-box .col-12 .alert-message {
      display: inline-block;
      position: relative; }
      .alert-box .col-12 .alert-message a:focus, .alert-box .col-12 .alert-message a:hover {
        text-decoration: none; }
      .alert-box .col-12 .alert-message .blue-text {
        color: #2A2D64;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.125rem;
        text-align: left; }
        @media (max-width: 992px) {
          .alert-box .col-12 .alert-message .blue-text {
            font-size: 0.9375rem; } }
      .alert-box .col-12 .alert-message p {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.5em;
        margin: 0;
        text-align: left; }
      .alert-box .col-12 .alert-message.image svg {
        width: 35px;
        width: 2.1875rem;
        height: 35px;
        height: 2.1875rem;
        margin: 0 20px;
        margin: 0 1.25rem;
        fill: #fac63a; }
        .alert-box .col-12 .alert-message.image svg path {
          fill: #fac63a; }
      @media (max-width: 992px) {
        .alert-box .col-12 .alert-message.image {
          display: none; } }
      .alert-box .col-12 .alert-message.close-alert {
        cursor: pointer;
        position: absolute;
        top: 35%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        right: 100px; }
        @media (max-width: 992px) {
          .alert-box .col-12 .alert-message.close-alert {
            -ms-transform: translateX(0%);
                transform: translateX(0%);
            top: 0;
            right: 0.3125rem; } }
        .alert-box .col-12 .alert-message.close-alert svg {
          width: 15px;
          width: 0.9375rem;
          height: 15px;
          height: 0.9375rem;
          fill: #2A2D64; }
          @media (max-width: 992px) {
            .alert-box .col-12 .alert-message.close-alert svg {
              width: 0.625rem;
              height: 0.625rem; } }
      .alert-box .col-12 .alert-message .btn, .alert-box .col-12 .alert-message .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard .alert-box .col-12 .alert-message a {
        vertical-align: bottom;
        margin: 0 30px;
        margin: 0 1.875rem; }
        @media (max-width: 992px) {
          .alert-box .col-12 .alert-message .btn, .alert-box .col-12 .alert-message .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard .alert-box .col-12 .alert-message a {
            display: none; } }

.awesomplete [hidden] {
  display: none; }

.awesomplete .visually-hidden, .awesomplete section.hero-section .search-widget-wrapper .search-widget legend, section.hero-section .search-widget-wrapper .search-widget .awesomplete legend,
.awesomplete section.hero-section .slide-text-container .search-widget legend, section.hero-section .slide-text-container .search-widget .awesomplete legend {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.awesomplete {
  display: block;
  position: relative;
  width: 100%; }

.awesomplete > input {
  display: block; }

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff; }

.awesomplete > ul:empty {
  display: none; }

.awesomplete > ul {
  border-radius: .3em;
  margin: .2em 0 0;
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
  color: black; }

@supports (transform: scale(0)) {
  .awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    -ms-transform-origin: 1.43em -.43em;
        transform-origin: 1.43em -.43em; }
  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    -ms-transform: scale(0);
        transform: scale(0);
    display: block;
    transition-timing-function: ease; } }

/* Pointer */
.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: .4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.awesomplete > ul > li {
  position: relative;
  padding: .2em .5em;
  cursor: pointer; }

.awesomplete > ul > li:hover {
  background: #b8d3e0;
  color: black; }

.awesomplete > ul > li[aria-selected="true"] {
  background: #3d6d8f;
  color: white; }

.awesomplete mark, .awesomplete .mark {
  background: #EAFF00; }

.awesomplete li:hover mark, .awesomplete li:hover .mark {
  background: #B5D100; }

.awesomplete li[aria-selected="true"] mark, .awesomplete li[aria-selected="true"] .mark {
  background: #3D6B00;
  color: inherit; }

/*# sourceMappingURL=awesomplete.css.map */
#happy-survey {
  position: fixed;
  bottom: 0;
  left: 15px;
  left: 0.9375rem;
  color: #FFF;
  background-color: #2A2D64;
  z-index: 9999;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  padding: 5px;
  padding: 0.3125rem; }
  @media (max-width: 991px) {
    #happy-survey {
      bottom: 6.25rem;
      left: 0; } }
  #happy-survey #happyModal {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAMAAADUivDaAAACqVBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Gkec6AAAA4nRSTlMA/v0D8uIB5wT8EIr3+hjl7Nvu5OMXyRrcxJTViw4C3jYT4fvNWXy/4OkcBTIP9GcWWwYsCsgfOu0VjyA8VJI/5qAnDS+hEupqzrHLttZc3YbSCUtHcW8qG7wiWvNeK0O3rfmwJS6TJJbfnREU1NAhYajG8fU1wdE7Kbs4RmBOa4EHaQtjp56sqZnaLUSHM32bjlF/mI16GWLFg1Y3Iz4076PwXUGrunm5rkkolUDodnVoDGwewutlotPHcrOXr8BKd6TZhfhTV/aQsk+McDClWHh+OUiJJqa0UghMVdeaRXS1B04/3AAABGpJREFUeF6l1fVTW1sXxvEniru7W0uBUmiRtkCLW93d3d3db91drru7u7u+Kt+/5J0hSQMlgST9/Lpm9rPW2nvOkTuBNw4mH3397WVRmRGrp929lnOiTF6JyznWYaaH8PKTEwfJUzvOHseVkLYXR8kT6Xfv4VD0RpjFUlsRjIMl+ab6U73YbI+Mn7f30ccWVcdNnV448c2gp8KwsbyUoj7NSqNLUtVHl63qpnTN4Ldq6bK+Ru5VXjACkLcrTi5su7QKgPDJJrmxLQGA2C8PyI3QSZkAHHZzN8PjASouBaoPQ48FADw1QC7MiQJYn65+XE8DuFqtXrbWAixfoX7NTgB4p1cfQ5YBhvMmeSBjHsD2BwZemQAYPpZnUg4BLO2RZ10K8Jk8FdgOGA6qm5wAoM5fHrucDbwwRfdNjQDKG+WFTQVAqzM0Gbh3Q17ZbwBGyK7wDpAr75g+AFrsrzS1DmgLlJfqK4BidTl1BwI65bWzQGyKJOk74MPR8tooPzB2baPkUzCslQ8SgXWpks4ZISJUPng+GMKqJS0GvpYv9iUAndIr4yDkGfnkPLBcqt8AaaHySU0WtK1QJ7DAJJ/E5EP4rzoJ7JVvrNvB+LIOgWGWfDQSGKk82PiYfPQu8J62QNMQ+WgwkK00iBoqH00AIhQN+aHy0SNApsIgP+ZhjrBoGUS/9jCDxGsVNM2Wj3KA1doMRTXy0WSgXUfBMFg+qgISFQT8om5mLFSf6hucz2guGF/VLuBIqhysp8leJPf8i/14YrxsKsdA5HAVmiG+RHalyYDlJ7mzaQHAWNkMz4LsDKUkwfydshn4HABZZ6bLlSUXw211+/JygQZJ7wPJsjHlBtAlP3dNrxEKg2qxKWq2BW4Grki6DnRUym5XATaZiyeU6L7SKWufjsSu/Ja6bN0IBTclxY0B4ww5bI3Fbv64T37OmbMj/dbu/VXTonAwB8XI5iIwz+T4bmwfL4fGIDNOn5s3bAzAydhaI7vp0WCwZe8wQ8gXchrWasQ1Q94IfzmMBVpW2LayDthcJifT7vav6G3mN986m9WzfsD3jtSZwCR1Z0of2zaT7iLzcn+wyin1RyBpZfefY1O9ekq5Xfxce0t+WFjUmNingzqH7FMPswKAR+WwJhPIG61e/BuHjnp24YBBVj3oRDTwRKnuW2sAEq3yWMZVILJQTql1AE/KUwceB9ij7kJbgJBmeabsDEDDQPVw2w8ImSRPjG4ASKjUAyZGAoaqMvVr6FyAcUvUy7lwgLmz1Y+dSQBbtsmF3/wAoveMVx9Kfg8GWP+HXNq0GoBpz/i73cKVJACOxMiNAX8CMP+vvwW6LDfHAlB0+u9yy7THDwBj7N7hg9RDzD8S4+kyboL6NKUuGFvUlsOTd6cvCW3MiBs17J9PPj4miy4F11aqP3Nag7EzVliOd/wrImoDDk3/XiQPDPzP8mhc6hh7Sp5aWLzOEkwP5lVLR8TIG9apO/974X/ZaQWR4X4R5QtGNg/LkBv/B1kL98iu5TfqAAAAAElFTkSuQmCC");
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%; }

#cboxContent {
  max-width: 700px;
  max-width: 43.75rem;
  max-height: 344px;
  max-height: 21.5rem; }
  #cboxContent #cboxLoadedContent {
    border: none !important; }

body.cbox-open {
  overflow-y: hidden; }

.bottom.fancybox {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  padding: 4px;
  padding: 0.25rem;
  border-radius: 0 !important;
  margin: 0 0 0 80px;
  margin: 0 0 0 5rem; }
  .bottom.fancybox img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain; }

.fancybox-button svg path {
  fill: #000 !important; }

@media (max-width: 991px) {
  #happy-survey {
    bottom: 8.75rem;
    margin: 0 0 0 0.75rem; }
  .bottom.fancybox {
    bottom: 3.125rem;
    margin: 0 0 0 0.75rem !important; } }

.card-content {
  min-height: auto !important;
  width: 100%;
  height: 100%;
  background-color: #EFF1F6;
  border: solid 1px #EFF1F6;
  position: relative;
  z-index: 1; }
  .card-content-title {
    background-color: white;
    height: 50px;
    height: 3.125rem;
    line-height: 50px;
    line-height: 3.125rem;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #2A2D64;
    position: absolute;
    border: 1px solid #EFF1F6; }
  .card-content svg {
    width: 17px;
    width: 1.0625rem;
    height: 17px;
    height: 1.0625rem;
    position: absolute;
    top: 15px;
    top: 0.9375rem;
    right: 15px;
    right: 0.9375rem; }
  .card-content #hotelDateWrapper {
    position: relative; }
  .card-content-form {
    padding: 15px;
    padding: 0.9375rem;
    position: relative; }
    .card-content-form legend {
      display: none; }
    .card-content-form-group button {
      width: 100%;
      padding: 0;
      height: 50px;
      height: 3.125rem;
      line-height: 50px;
      line-height: 3.125rem;
      box-shadow: none;
      margin-top: 10px;
      margin-top: 0.625rem; }
      .card-content-form-group button:hover {
        box-shadow: none; }
    .card-content-form-label {
      text-align: left;
      color: #4c4f56;
      font-weight: normal;
      width: 100%;
      display: block;
      line-height: 1; }
    .card-content-form-select, .card-content-form-input, .card-content-form-input[type='text'] {
      -webkit-appearance: none;
              appearance: none;
      width: 100%;
      border: solid 1px #EFF1F6;
      height: 40px;
      height: 2.5rem;
      line-height: 40px;
      line-height: 2.5rem;
      color: #4c4f56;
      background-color: white;
      padding: 10px;
      padding: 0.625rem;
      margin-bottom: 20px;
      margin-bottom: 1.25rem;
      transition: all .2s ease-out; }
      .card-content-form-select:focus, .card-content-form-select:active, .card-content-form-input:focus, .card-content-form-input:active, .card-content-form-input[type='text']:focus, .card-content-form-input[type='text']:active {
        border-color: rgba(25, 100, 175, 0.8);
        outline: 0;
        box-shadow: 0 1px 2px rgba(25, 100, 175, 0.4); }
      .card-content-form-group-error .card-content-form-select, .card-content-form-group-error .card-content-form-input, .card-content-form-group-error .card-content-form-input[type='text'] {
        border-color: rgba(220, 66, 106, 0.8); }
        .card-content-form-group-error .card-content-form-select:focus, .card-content-form-group-error .card-content-form-select:active, .card-content-form-group-error .card-content-form-input:focus, .card-content-form-group-error .card-content-form-input:active, .card-content-form-group-error .card-content-form-input[type='text']:focus, .card-content-form-group-error .card-content-form-input[type='text']:active {
          border-color: rgba(220, 66, 106, 0.8);
          outline: 0;
          box-shadow: 0 1px 2px rgba(220, 66, 106, 0.4); }
    .card-content-form-select {
      line-height: 1; }
    .card-content-form-select-wrapper {
      position: relative; }
      .card-content-form-select-wrapper:after {
        content: '';
        position: absolute;
        display: block;
        right: 20px;
        right: 1.25rem;
        top: 20px;
        top: 1.25rem;
        width: 9px;
        width: 0.5625rem;
        height: 9px;
        height: 0.5625rem;
        background-color: transparent;
        border-left: solid 3px #4c4f56;
        border-bottom: solid 3px #4c4f56;
        border-radius: 1px;
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  border-radius: 0.3125rem;
  position: absolute;
  width: 293.75px;
  width: 18.35938rem;
  box-sizing: border-box;
  transition: top cubic-bezier(0, 1, 0.5, 1) 100ms;
  z-index: 99999999;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 0.1875rem 0.8125pxrem rgba(0, 0, 0, 0.08); }

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

.flatpickr-calendar.open {
  display: inline-block;
  animation: flatpickrFadeInDown 300ms cubic-bezier(0, 1, 0.5, 1); }

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

.flatpickr-calendar.static {
  position: relative;
  top: 2px; }

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

.flatpickr-calendar.hasWeeks {
  width: auto; }

.flatpickr-calendar.dateIsPicked.hasTime .flatpickr-time {
  height: 40px;
  height: 2.5rem;
  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;
  right: 1.375rem; }

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

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

.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-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  height: 1.75rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  height: 16px;
  height: 1rem;
  line-height: 16px;
  line-height: 1rem; }

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

.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: calc(3.57% - 1.5px);
  /*
        /*rtl:end:ignore*/
  /*
        */ }

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: calc(3.57% - 1.5px);
  /*
        /*rtl:end:ignore*/
  /*
        */ }

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

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

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
  width: 0.875rem; }

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

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

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

.numInputWrapper input {
  width: 100%; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  width: 0.875rem;
  padding: 0 4px 0 2px;
  padding: 0 0.25rem 0 0.125rem;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  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;
  top: 33%; }

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

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

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

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

.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%;
  top: 5px;
  top: 0.3125rem;
  display: inline-block;
  text-align: center; }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  padding-left: 7px;
  padding-left: 0.4375rem; }

.flatpickr-current-month .numInputWrapper {
  width: 7ch;
  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: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial; }

.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-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden; }

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

.flatpickr-days {
  padding: 0 2.375px;
  padding: 0 0.14844rem;
  outline: 0;
  text-align: left;
  width: 293.75px;
  width: 18.35938rem;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 9.375rem;
  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: 42px;
  max-width: 2.625rem;
  height: 42px;
  height: 2.625rem;
  line-height: 42px;
  line-height: 2.625rem;
  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: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: #2a2d64;
  color: #fff;
  border-color: #2a2d64; }

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 3.125rem 0 0 3.125rem; }

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 3.125rem 3.125rem 0; }

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

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none; }

.flatpickr-day.disabled,
.flatpickr-day.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; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.54);
  height: 27.166px;
  height: 1.69792rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
  background: transparent;
  text-align: center;
  display: block;
  float: left;
  width: 14.28%;
  font-weight: bold;
  margin: 0;
  padding-top: 3.166px;
  padding-top: 0.19792rem; }

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

.flatpickr-weekwrapper {
  display: inline-block;
  float: left; }

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

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%; }

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: 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;
  line-height: 2.5rem;
  max-height: 40px;
  max-height: 2.5rem;
  box-sizing: border-box;
  overflow: hidden;
  transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
  display: -ms-flexbox;
  display: flex; }

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

.flatpickr-time .numInputWrapper {
  -ms-flex: 1;
  flex: 1 1 0%;
  width: 40%;
  height: 40px;
  height: 2.5rem;
  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;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  box-sizing: border-box; }

.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;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

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

.hasWeeks .flatpickr-days {
  border-left: 0; }

@media all and (-ms-high-contrast: none) {
  .flatpickr-month {
    padding: 0; }
  .flatpickr-month svg {
    top: 0 !important; } }

@keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -1.25rem, 0); }
  to {
    opacity: 1;
    transform: none; } }

#travel-planner {
  position: relative;
  background-color: #FFD100;
  margin-top: 0;
  padding-top: 100px;
  padding-top: 6.25rem; }
  @media (max-width: 991px) {
    #travel-planner {
      padding-top: calc(8vw + 34px); } }
  #travel-planner .travel-planner-title h3, #travel-planner .travel-planner-title .h3 {
    margin-bottom: 0;
    color: #2A2D64; }
  #travel-planner .container:nth-of-type(1) {
    width: 100%;
    padding: 0;
    max-width: 100%; }
    #travel-planner .container:nth-of-type(1) .row {
      white-space: nowrap;
      margin: 0; }
    @media (min-width: 992px) {
      #travel-planner .container:nth-of-type(1) .col-lg-4 {
        display: inline-block;
        float: none; } }
    @media (min-width: 992px) {
      #travel-planner .container:nth-of-type(1) ::-webkit-scrollbar {
        width: 0;
        background: transparent; } }
  #travel-planner .slider {
    overflow: hidden;
    margin: 60px 0 40px;
    margin: 3.75rem 0 2.5rem;
    position: relative; }
    @media (min-width: 992px) {
      #travel-planner .slider:not(.less-than-four) {
        margin: 1.875rem 0 0;
        padding-top: 7.5rem;
        padding-bottom: 7.5rem; } }
    @media (max-width: 992px) {
      #travel-planner .slider {
        margin: 2.5rem 0; } }
    @media (max-width: 991px) {
      #travel-planner .slider {
        padding-top: 3.75rem;
        margin-top: 0; } }
    @media (max-width: 992px) {
      #travel-planner .slider .slide {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 3.75rem; } }
    #travel-planner .slider:not(.slick-initialized):not(.no-slider) {
      display: none; }
    #travel-planner .slider .slick-track {
      vertical-align: middle; }
      #travel-planner .slider .slick-track .slick-slide {
        transition: all 0.2s ease;
        z-index: 1; }
        #travel-planner .slider .slick-track .slick-slide .card-link-slide .title {
          font-size: 25px;
          font-size: 1.5625rem;
          line-height: 16px;
          line-height: 1rem;
          margin-bottom: 11px;
          margin-bottom: 0.6875rem; }
          @media (max-width: 991px) {
            #travel-planner .slider .slick-track .slick-slide .card-link-slide .title {
              font-size: 0.9375rem;
              margin-bottom: 0.375rem; } }
          @media (min-width: 992px) and (max-width: 1441px) {
            #travel-planner .slider .slick-track .slick-slide .card-link-slide .title {
              line-height: 1.5625rem; } }
        #travel-planner .slider .slick-track .slick-slide .card-link-slide .subtitle {
          font-size: 16px;
          font-size: 1rem;
          font-weight: bold;
          line-height: 21px;
          line-height: 1.3125rem; }
          @media (max-width: 1199px) {
            #travel-planner .slider .slick-track .slick-slide .card-link-slide .subtitle {
              font-weight: normal;
              font-size: 0.875rem;
              line-height: 1.3; } }
          @media (max-width: 991px) {
            #travel-planner .slider .slick-track .slick-slide .card-link-slide .subtitle {
              font-weight: bold;
              font-size: 0.6875rem;
              line-height: 0.8125rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #travel-planner .slider {
        padding-bottom: 3.125rem; } }
    #travel-planner .slider .slick-slide.slick-center {
      z-index: 3; }
      @media (max-width: 991px) {
        #travel-planner .slider .slick-slide.slick-center .card-link-slide {
          -ms-transform: scale(1.05) translate(0, 0);
              transform: scale(1.05) translate(0, 0); } }
      #travel-planner .slider .slick-slide.slick-center .card-link-slide.flipped {
        transform: translate3d(-100%, 0, 0) rotateY(-180deg); }
        @media (max-width: 991px) {
          #travel-planner .slider .slick-slide.slick-center .card-link-slide.flipped {
            transform: scale(1.25) translate(0, 0px) translate3d(0, 0, 0) rotateY(-180deg); } }
    #travel-planner .slider .slick-slide:first-child.slick-center .card-link-slide.flipped {
      transform: translate3d(0, 0, 0) rotateY(-180deg); }
    #travel-planner .slider .slick-slide:last-child.slick-center .card-link-slide.flipped {
      transform: translate3d(0, 0, 0) rotateY(-180deg); }
    #travel-planner .slider:not(.less-than-four) .slick-slide.slick-center {
      z-index: 3; }
      #travel-planner .slider:not(.less-than-four) .slick-slide.slick-center .card-link-slide {
        -ms-transform: scale(1.05) translate(0, 0px);
            transform: scale(1.05) translate(0, 0px);
        box-shadow: 0px 8px 20px 4px rgba(0, 0, 0, 0.2); }
        #travel-planner .slider:not(.less-than-four) .slick-slide.slick-center .card-link-slide.flipped {
          transform: scale(1.05) translate(0, 0px) translate3d(0, 0, 0) rotateY(-180deg); }
    #travel-planner .slider:not(.less-than-four) .slick-slide:first-child.slick-center .card-link-slide {
      -ms-transform: scale(1.05) translate(20%, 0px);
          transform: scale(1.05) translate(20%, 0px); }
      #travel-planner .slider:not(.less-than-four) .slick-slide:first-child.slick-center .card-link-slide.flipped {
        transform: scale(1.05) translate(20%, 0px) translate3d(0, 0, 0) rotateY(-180deg); }
    #travel-planner .slider:not(.less-than-four) .slick-slide:last-child.slick-center .card-link-slide {
      -ms-transform: scale(1.05) translate(-1px, 0px);
          transform: scale(1.05) translate(-1px, 0px); }
      #travel-planner .slider:not(.less-than-four) .slick-slide:last-child.slick-center .card-link-slide.flipped {
        transform: scale(1.05) translate(-1px, 0px) translate3d(0, 0, 0) rotateY(-180deg); }
  #travel-planner ul.slick-dots {
    position: absolute;
    top: 10px;
    top: 0.625rem;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 80%;
    text-align: center; }
    @media (max-width: 1199px) {
      #travel-planner ul.slick-dots {
        width: 100%; } }
    @media (max-width: 991px) {
      #travel-planner ul.slick-dots {
        left: 0;
        -ms-transform: none;
            transform: none;
        top: auto;
        bottom: -0.9375rem;
        margin-left: 0; } }
    #travel-planner ul.slick-dots li {
      display: inline-block;
      margin: 0 10px;
      margin: 0 0.625rem; }
      @media (max-width: 991px) {
        #travel-planner ul.slick-dots li {
          margin: 0 0.3125rem; } }
      #travel-planner ul.slick-dots li:before {
        content: none; }
      #travel-planner ul.slick-dots li button {
        padding: 0 25px;
        padding: 0 1.5625rem;
        font-size: 16px;
        font-size: 1rem;
        line-height: 19px;
        line-height: 1.1875rem;
        font-weight: bold;
        color: #2A2D64 !important;
        background: none;
        background-color: transparent;
        border: solid 1px #2A2D64;
        height: 57px;
        height: 3.5625rem;
        box-shadow: none;
        transition: box-shadow 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out; }
        @media (max-width: 1199px) {
          #travel-planner ul.slick-dots li button {
            padding: 0 0.9375rem;
            font-size: 0.875rem;
            line-height: 1.0625rem; } }
        @media (max-width: 991px) {
          #travel-planner ul.slick-dots li button {
            padding: 0;
            overflow: hidden;
            width: 0.4375rem;
            height: 0.5rem;
            color: transparent !important;
            border: 0;
            background-color: #fff; } }
        #travel-planner ul.slick-dots li button:hover {
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          -ms-transform: none;
              transform: none; }
          @media (max-width: 991px) {
            #travel-planner ul.slick-dots li button:hover {
              box-shadow: none; } }
      #travel-planner ul.slick-dots li.slick-active button {
        pointer-events: none;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
        background-color: #fff;
        border: solid 1px #fff; }
        @media (max-width: 991px) {
          #travel-planner ul.slick-dots li.slick-active button {
            border: 0;
            background-color: #2A2D64;
            box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3); } }
    #travel-planner ul.slick-dots.slick-dots-bottom {
      top: auto;
      bottom: 0;
      margin: 0 auto; }
      @media (max-width: 991px) {
        #travel-planner ul.slick-dots.slick-dots-bottom {
          display: none; } }
      #travel-planner ul.slick-dots.slick-dots-bottom li {
        margin: 20px 5px 0;
        margin: 1.25rem 0.3125rem 0; }
        #travel-planner ul.slick-dots.slick-dots-bottom li button {
          background-color: #669cd2;
          height: 2px;
          height: 0.125rem;
          font-size: 0;
          border: 0;
          width: 50px;
          width: 3.125rem;
          border-radius: 0.25rem;
          padding: 0;
          box-shadow: none;
          -ms-transform: none;
              transform: none;
          text-align: left;
          white-space: nowrap;
          overflow: hidden;
          text-indent: -9999px;
          color: #2A2D64; }
        #travel-planner ul.slick-dots.slick-dots-bottom li.slick-active button {
          background-color: #2A2D64;
          color: white !important; }
  #travel-planner .section-slant-mobile {
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 11vw;
    transition: height 0.5s ease-out;
    z-index: 2;
    top: -1px; }
    #travel-planner .section-slant-mobile::before {
      content: "";
      display: block;
      height: 11vw;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      -ms-transform-origin: 100%;
          transform-origin: 100%;
      transition: transform 0.3s ease-out, bottom 0.3s ease-out;
      -ms-transform: skewY(4deg);
          transform: skewY(4deg);
      z-index: 2;
      background-color: #696E9F; }

.ie #travel-planner .card-link-slide {
  transform-style: unset;
  transition: none !important; }

@media (max-width: 991px) {
  .card-opened #travel-planner .slick-track,
  .card-opened #travel-planner .slick-slide,
  .card-opened #travel-planner .card-link-slide {
    -ms-transform: initial !important;
        transform: initial !important;
    transition: none;
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%; }
  .card-opened .side-navigation,
  .card-opened .alert-box {
    display: none; } }

@media (max-width: 767px) {
  #travel-planner .row {
    --bs-gutter-x: 0; } }

@media (max-width: 575.98px) {
  #travel-planner .slider {
    padding-top: 1.875rem;
    padding-bottom: 0;
    margin-bottom: 0; } }

.slick-current .card-link-slide {
  z-index: 5; }

#survey-popup-body h2, #survey-popup-body .h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  text-align: center;
  color: #2A2D64; }

#survey-popup-body legend {
  color: #2A2D64;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem; }

#survey-popup-body ol {
  list-style-type: none;
  padding: 0; }
  #survey-popup-body ol li input[type=radio] {
    position: absolute;
    visibility: hidden; }
  #survey-popup-body ol li {
    width: 48%;
    float: left ;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    #survey-popup-body ol li:nth-child(even) {
      margin-left: 20px;
      margin-left: 1.25rem; }
    #survey-popup-body ol li:before {
      display: none; }
    #survey-popup-body ol li label {
      display: block;
      position: relative;
      cursor: pointer;
      background-color: #f5f7f9;
      color: #2A2D64;
      height: 50px;
      height: 3.125rem;
      line-height: 50px;
      line-height: 3.125rem;
      padding: 0 20px;
      padding: 0 1.25rem;
      border-radius: 0.3125rem;
      text-align: left; }
    #survey-popup-body ol li span {
      font-family: "Lucida Console", Monaco, monospace;
      background-color: #2A2D64;
      border-radius: 50%;
      width: 20px;
      width: 1.25rem;
      height: 20px;
      height: 1.25rem;
      text-align: center;
      display: inline-block;
      line-height: 20px;
      line-height: 1.25rem;
      margin-right: 15px;
      margin-right: 0.9375rem;
      color: white; }
    #survey-popup-body ol li label:hover,
    #survey-popup-body ol li input[type=radio]:checked ~ label {
      color: white;
      background-color: #2A2D64; }
      #survey-popup-body ol li label:hover span,
      #survey-popup-body ol li input[type=radio]:checked ~ label span {
        background-color: white;
        color: #2A2D64; }
    @media (max-width: 991px) {
      #survey-popup-body ol li {
        width: 100%; }
        #survey-popup-body ol li:nth-child(even) {
          margin-left: 0; } }

#survey-popup-body .other {
  text-align: center; }
  #survey-popup-body .other #other-text {
    width: 100%; }

#survey-popup-body .btn-holder {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  margin-bottom: 0; }
  #survey-popup-body .btn-holder .btn, #survey-popup-body .btn-holder .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard #survey-popup-body .btn-holder a {
    box-shadow: none; }
  #survey-popup-body .btn-holder .btn-submit {
    margin-left: 20px;
    margin-left: 1.25rem; }
  #survey-popup-body .btn-holder .btn[disabled], #survey-popup-body .btn-holder .dxb-contact-info-colorcard a[disabled], .dxb-contact-info-colorcard #survey-popup-body .btn-holder a[disabled] {
    background-color: #b4b8c1; }
  @media (max-width: 991px) {
    #survey-popup-body .btn-holder .btn-submit {
      margin-left: 0;
      margin-top: 1.25rem; } }

#survey-popup-body .g-recaptcha > div {
  margin: 0 auto; }

#survey-popup-body form .message {
  transition: .3s ease-out;
  opacity: 0;
  z-index: -1;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  color: #2A2D64;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scaleZ(1); }

#survey-popup-body form.show-message * {
  opacity: 0; }

#survey-popup-body form.show-message .message {
  opacity: 1;
  z-index: 1; }

#external-link-popup-body h2, #external-link-popup-body .h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  text-align: center;
  color: #2A2D64; }

#external-link-popup-body legend {
  color: #2A2D64;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem; }

#external-link-popup-body .btn-holder {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  margin-bottom: 0; }
  #external-link-popup-body .btn-holder .btn, #external-link-popup-body .btn-holder .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard #external-link-popup-body .btn-holder a {
    box-shadow: none; }
  #external-link-popup-body .btn-holder .external-link-popup-continue {
    margin-left: 20px;
    margin-left: 1.25rem; }
  @media (max-width: 991px) {
    #external-link-popup-body .btn-holder .btn-submit {
      margin-left: 0;
      margin-top: 1.25rem; } }

.subscribe-newsletter {
  padding: 7vw 0 50px;
  padding: 7vw 0 3.125rem; }
  .subscribe-newsletter .subscribe-newsletter-content {
    width: 100%;
    height: 260px;
    height: 16.25rem;
    background-color: #EFF1F6;
    padding: 35px;
    padding: 2.1875rem; }
    .subscribe-newsletter .subscribe-newsletter-content h4, .subscribe-newsletter .subscribe-newsletter-content .h4 {
      margin-top: 0;
      font-size: 21px;
      font-size: 1.3125rem; }
    .subscribe-newsletter .subscribe-newsletter-content .subscribe-newsletter-inputs-wrapper label.subscribe-newsletter-input-name, .subscribe-newsletter .subscribe-newsletter-content .subscribe-newsletter-inputs-wrapper label.subscribe-newsletter-input-email {
      position: relative;
      width: 49%;
      margin-bottom: 30px;
      margin-bottom: 1.875rem; }
      .subscribe-newsletter .subscribe-newsletter-content .subscribe-newsletter-inputs-wrapper label.subscribe-newsletter-input-name input, .subscribe-newsletter .subscribe-newsletter-content .subscribe-newsletter-inputs-wrapper label.subscribe-newsletter-input-email input {
        border-color: #FFF;
        margin-bottom: 0;
        width: 100%; }
        .subscribe-newsletter .subscribe-newsletter-content .subscribe-newsletter-inputs-wrapper label.subscribe-newsletter-input-name input.ui-state-error, .subscribe-newsletter .subscribe-newsletter-content .subscribe-newsletter-inputs-wrapper label.subscribe-newsletter-input-email input.ui-state-error {
          outline: 1px solid #DC426A; }
      .subscribe-newsletter .subscribe-newsletter-content .subscribe-newsletter-inputs-wrapper label.subscribe-newsletter-input-name .error-message, .subscribe-newsletter .subscribe-newsletter-content .subscribe-newsletter-inputs-wrapper label.subscribe-newsletter-input-email .error-message {
        display: block;
        position: absolute;
        color: #DC426A;
        font-size: 13px;
        font-size: 0.8125rem;
        margin-top: 5px;
        margin-top: 0.3125rem; }
    .subscribe-newsletter .subscribe-newsletter-content .subscribe-newsletter-inputs-wrapper label.subscribe-newsletter-input-name {
      float: left ; }
    .subscribe-newsletter .subscribe-newsletter-content .subscribe-newsletter-inputs-wrapper label.subscribe-newsletter-input-email {
      float: right ; }
    .subscribe-newsletter .subscribe-newsletter-content button {
      width: 150px;
      width: 9.375rem; }
  .subscribe-newsletter .subscribe-newsletter-result {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    pointer-events: none;
    transition: opacity .3s ease-out; }
    .subscribe-newsletter .subscribe-newsletter-result svg {
      display: none !important; }
    .subscribe-newsletter .subscribe-newsletter-result.spinner {
      opacity: 0.5;
      pointer-events: auto; }
      .subscribe-newsletter .subscribe-newsletter-result.spinner .loader {
        display: block; }
      .subscribe-newsletter .subscribe-newsletter-result.spinner .result {
        display: none; }
    .subscribe-newsletter .subscribe-newsletter-result.active, .subscribe-newsletter .subscribe-newsletter-result.spinner.active {
      display: block; }
      .subscribe-newsletter .subscribe-newsletter-result.active .loader, .subscribe-newsletter .subscribe-newsletter-result.spinner.active .loader {
        display: none; }
      .subscribe-newsletter .subscribe-newsletter-result.active .result, .subscribe-newsletter .subscribe-newsletter-result.spinner.active .result {
        display: block; }
      .subscribe-newsletter .subscribe-newsletter-result.active.success .result svg, .subscribe-newsletter .subscribe-newsletter-result.spinner.active.success .result svg {
        display: block; }
        .subscribe-newsletter .subscribe-newsletter-result.active.success .result svg .checkmark, .subscribe-newsletter .subscribe-newsletter-result.spinner.active.success .result svg .checkmark {
          animation: dash 2s ease-out forwards; }
    .subscribe-newsletter .subscribe-newsletter-result .loader,
    .subscribe-newsletter .subscribe-newsletter-result .result {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .subscribe-newsletter .subscribe-newsletter-result .loader {
      display: block; }
    .subscribe-newsletter .subscribe-newsletter-result .result {
      display: none;
      width: 100%;
      text-align: center;
      padding: 20px;
      padding: 1.25rem; }
      .subscribe-newsletter .subscribe-newsletter-result .result span {
        font-weight: bold;
        font-size: 20px;
        font-size: 1.25rem; }
      .subscribe-newsletter .subscribe-newsletter-result .result svg {
        display: none; }
        .subscribe-newsletter .subscribe-newsletter-result .result svg .checkmark {
          stroke: #2A2D64;
          stroke-dashoffset: 745.74853515625;
          stroke-dasharray: 745.74853515625; }
  .subscribe-newsletter-form.row {
    margin-bottom: 0;
    min-height: 105px;
    min-height: 6.5625rem; }
  .subscribe-newsletter-title {
    letter-spacing: 0;
    line-height: 39px;
    line-height: 2.4375rem;
    margin-bottom: 0;
    max-width: 213px;
    max-width: 13.3125rem; }
    @media (max-width: 991px) {
      .subscribe-newsletter-title {
        max-width: none;
        text-align: center;
        line-height: 1.25rem;
        margin-bottom: 0.9375rem; } }
  .subscribe-newsletter input[type="text"].subscribe-newsletter-inputelem,
  .subscribe-newsletter input[type="email"].subscribe-newsletter-inputelem {
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: solid 2px #FFD100;
    color: #FFF;
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 57px;
    line-height: 3.5625rem;
    font-weight: bold;
    padding: 0; }
    .subscribe-newsletter input[type="text"].subscribe-newsletter-inputelem::-webkit-input-placeholder,
    .subscribe-newsletter input[type="email"].subscribe-newsletter-inputelem::-webkit-input-placeholder {
      color: #FFF;
      opacity: 0.6; }
    .subscribe-newsletter input[type="text"].subscribe-newsletter-inputelem:-moz-placeholder,
    .subscribe-newsletter input[type="email"].subscribe-newsletter-inputelem:-moz-placeholder {
      color: #FFF;
      opacity: 0.6; }
    .subscribe-newsletter input[type="text"].subscribe-newsletter-inputelem::-moz-placeholder,
    .subscribe-newsletter input[type="email"].subscribe-newsletter-inputelem::-moz-placeholder {
      color: #FFF;
      opacity: 0.6; }
    .subscribe-newsletter input[type="text"].subscribe-newsletter-inputelem:-ms-input-placeholder,
    .subscribe-newsletter input[type="email"].subscribe-newsletter-inputelem:-ms-input-placeholder {
      color: #FFF;
      opacity: 0.6; }
    @media (max-width: 991px) {
      .subscribe-newsletter input[type="text"].subscribe-newsletter-inputelem,
      .subscribe-newsletter input[type="email"].subscribe-newsletter-inputelem {
        height: 1.9375rem;
        line-height: 1.9375rem;
        width: 100%;
        font-size: 0.6875rem; } }
  .subscribe-newsletter .error-message {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 15px;
    margin-top: 0.9375rem;
    color: #FFD100; }
    @media (max-width: 991px) {
      .subscribe-newsletter .error-message {
        font-size: 0.625rem;
        margin-top: 0.5rem; } }
  .subscribe-newsletter-submit.btn-yellow, .dxb-contact-info-colorcard a.subscribe-newsletter-submit {
    padding: 21px 34px;
    padding: 1.3125rem 2.125rem; }
    @media (max-width: 991px) {
      .subscribe-newsletter-submit.btn-yellow, .dxb-contact-info-colorcard a.subscribe-newsletter-submit {
        padding: 0; } }

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }

.explore-flight-planner {
  text-align: center; }
  .explore-flight-planner-wrapper {
    display: inline-block;
    position: relative;
    margin: 0 15px;
    margin: 0 0.9375rem; }
  .explore-flight-planner-image {
    width: 100%;
    visibility: hidden; }
    @media (max-width: 991px) {
      .explore-flight-planner-image {
        min-height: 20rem; } }
  .explore-flight-planner-textbg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .explore-flight-planner-textbg-content {
      display: inline-block;
      width: 100%;
      height: 268px;
      height: 16.75rem;
      background-color: #FFF;
      position: relative; }
      @media (max-width: 991px) {
        .explore-flight-planner-textbg-content {
          height: 11.875rem; } }
      .explore-flight-planner-textbg-content::after {
        content: "\A";
        display: block;
        position: absolute;
        bottom: -40px;
        bottom: -2.5rem;
        width: 100%;
        height: 80px;
        height: 5rem;
        background-color: #FFD100;
        -ms-transform: skewY(-4deg);
            transform: skewY(-4deg); }
        @media (max-width: 991px) {
          .explore-flight-planner-textbg-content::after {
            height: 6.5vw;
            bottom: -3.5vw; } }
    @media (max-width: 991px) {
      .explore-flight-planner-textbg .container {
        padding: 0; } }
    @media (max-width: 991px) {
      .explore-flight-planner-textbg .container .col-sm-12 {
        padding: 0; } }
  .explore-flight-planner-map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/ResourcePackages/da/images/explore-flight-planner-map.png");
    background-size: contain;
    background-position: center top; }
    @media (max-width: 991px) {
      .explore-flight-planner-map {
        background-size: 44.625rem 21.4375rem;
        background-position: center 11vw; } }
  .explore-flight-planner-aeros {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/ResourcePackages/da/images/explore-flight-planner-airplanes.svg");
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none; }
    @media (max-width: 1199px) {
      .explore-flight-planner-aeros {
        background-size: 40%;
        background-position: 55% 60%; } }
    @media (max-width: 991px) {
      .explore-flight-planner-aeros {
        background-size: 60%;
        background-position: 90% center; } }
  .explore-flight-planner-text {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .explore-flight-planner-text-content {
      display: inline-block;
      width: 100%;
      text-align: left;
      margin-top: 27px;
      margin-top: 1.6875rem;
      padding: 0 45px;
      padding: 0 2.8125rem;
      color: #2A2D64; }
      @media (max-width: 991px) {
        .explore-flight-planner-text-content {
          padding: 0 1.875rem;
          margin: 0; } }
    .explore-flight-planner-text-title {
      font-weight: bold;
      font-size: 48px;
      font-size: 3rem;
      letter-spacing: 0;
      line-height: 65px;
      line-height: 4.0625rem;
      margin-top: 25px;
      margin-top: 1.5625rem; }
      @media (max-width: 1199px) {
        .explore-flight-planner-text-title {
          font-size: 2.75rem;
          line-height: 3.625rem; } }
      @media (max-width: 991px) {
        .explore-flight-planner-text-title {
          font-size: 1.5rem;
          line-height: 2rem;
          margin-top: 0.8125rem;
          max-width: 12.5rem; } }
    .explore-flight-planner-text-subtitle {
      font-weight: bold;
      font-size: 20px;
      font-size: 1.25rem;
      letter-spacing: 0;
      line-height: 24px;
      line-height: 1.5rem;
      margin-bottom: 28px;
      margin-bottom: 1.75rem; }
      @media (max-width: 1199px) {
        .explore-flight-planner-text-subtitle {
          font-size: 1.125rem;
          line-height: 1.25rem;
          margin-top: 0.3125rem;
          margin-bottom: 1.25rem; } }
      @media (max-width: 991px) {
        .explore-flight-planner-text-subtitle {
          font-size: 0.6875rem;
          line-height: 0.75rem;
          margin-bottom: 1.0625rem; } }
    .explore-flight-planner-text-explore {
      font-size: 16px;
      font-size: 1rem;
      height: 57px;
      height: 3.5625rem;
      padding: 0 36px;
      padding: 0 2.25rem; }
      @media (max-width: 991px) {
        .explore-flight-planner-text-explore {
          font-size: 0.6875rem;
          width: auto;
          height: 2.5rem;
          padding: 0 1.5625rem;
          box-shadow: 0 0.4375rem 0.875rem 0 rgba(0, 0, 0, 0.2); } }
    @media (max-width: 991px) {
      .explore-flight-planner-text .container {
        padding: 0; } }
  .explore-flight-planner-pulse {
    display: inline-block;
    width: 112px;
    width: 7rem;
    height: 112px;
    height: 7rem;
    background-color: #FFF;
    opacity: .6;
    position: absolute;
    border-radius: 50%;
    top: 42%;
    left: 58%;
    animation: pulse 4s infinite; }
    @media (max-width: 1199px) {
      .explore-flight-planner-pulse {
        top: 40%;
        left: 56%; } }
    @media (max-width: 991px) {
      .explore-flight-planner-pulse {
        width: 3.5rem;
        height: 3.5rem;
        left: 52.5vw;
        top: 28vw; } }
    @media (max-width: 767px) {
      .explore-flight-planner-pulse {
        top: 60%; } }
    .explore-flight-planner-pulse.pulse-2 {
      animation-delay: .8s; }
    .explore-flight-planner-pulse.pulse-3 {
      animation-delay: 1.6s; }

.dxb-banner-title {
  height: 468px;
  height: 29.25rem;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 991px) {
    .dxb-banner-title {
      height: 12.5rem; } }
  .dxb-banner-title.imagehoralign-left {
    background-position: left center; }
  .dxb-banner-title.imagehoralign-right {
    background-position: right center; }
  .dxb-banner-title::after {
    content: "\A";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .3;
    z-index: 1; }
  .dxb-banner-title-text {
    color: #FFF;
    font-size: 48px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 3.125rem;
    z-index: 2;
    text-align: center;
    max-width: 500px;
    max-width: 31.25rem; }
    @media (max-width: 991px) {
      .dxb-banner-title-text {
        font-size: 1.25rem;
        max-width: 65vw;
        line-height: 1.5625rem; } }
  .dxb-banner-title.long-text .dxb-banner-title-text {
    max-width: 800px;
    max-width: 50rem; }
  .dxb-banner-title a.button.dxb-banner-title-button, .dxb-banner-title .dxb-banner-title-button.dxb-generic-tabs-container-tab-button {
    z-index: 2; }
    @media (max-width: 991px) {
      .dxb-banner-title a.button.dxb-banner-title-button, .dxb-banner-title .dxb-banner-title-button.dxb-generic-tabs-container-tab-button {
        width: auto;
        padding: 0 1.5rem;
        line-height: 2.625rem; } }

section.hero-section.inner-section .dxb-banner-top__text h2, section.hero-section.inner-section .dxb-banner-top__text .h2, section.hero-section.inner-section .dxb-banner-top__text p {
  color: #FFF !important;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px 1.25rem rgba(0, 0, 0, 0.6); }

@media only screen and (max-width: 991px) {
  section.hero-section.inner-section .dxb-banner-top__text {
    left: 50% !important;
    -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important; }
    section.hero-section.inner-section .dxb-banner-top__text h2, section.hero-section.inner-section .dxb-banner-top__text .h2, section.hero-section.inner-section .dxb-banner-top__text p {
      text-align: center; } }

@media only screen and (max-width: 991px) {
  section.hero-section .slider .dxb-banner-top__banner-image {
    background-position-x: -90%; } }

.dxb-section-link {
  position: relative;
  background-position: center center;
  background-size: cover;
  padding: 0;
  height: 518px;
  height: 32.375rem; }
  .dxb-section-link::after {
    content: "\A";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    z-index: 1; }
  .dxb-section-link.slanted-left, .dxb-section-link.slanted-right {
    height: calc(540px - 7vw);
    background: none !important; }
    .dxb-section-link.slanted-left::after, .dxb-section-link.slanted-right::after {
      content: none; }
    .dxb-section-link.slanted-left .dxb-section-link-col, .dxb-section-link.slanted-right .dxb-section-link-col {
      height: 405px;
      height: 25.3125rem; }
  .dxb-section-link-col {
    height: 518px-8px;
    height: 32.375rem-8px; }
  .dxb-section-link-content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 3; }
  .dxb-section-link-title {
    color: #FFF;
    font-size: 21px;
    font-size: 1.3125rem;
    margin-top: 0;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  .dxb-section-link-description {
    color: #FFF;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    max-width: 455px;
    max-width: 28.4375rem; }
  .dxb-section-link.slanted-left .dxb-section-link-slantedimage {
    -ms-transform: skewY(4deg);
        transform: skewY(4deg);
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: -3.5vw;
    left: 0;
    z-index: 2; }
    .dxb-section-link.slanted-left .dxb-section-link-slantedimage-2 {
      -ms-transform: skewY(-8deg) translateY(-7vw);
          transform: skewY(-8deg) translateY(-7vw);
      overflow: hidden; }
    .dxb-section-link.slanted-left .dxb-section-link-slantedimage-3 {
      -ms-transform: skewY(4deg) translateY(3.5vw);
          transform: skewY(4deg) translateY(3.5vw); }
    .dxb-section-link.slanted-left .dxb-section-link-slantedimage-image {
      background-size: cover;
      background-position: center center;
      height: calc(540px + 7vw);
      position: relative; }
      .dxb-section-link.slanted-left .dxb-section-link-slantedimage-image::after {
        content: "\A";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000;
        opacity: .5; }
  .dxb-section-link.slanted-right .dxb-section-link-slantedimage {
    -ms-transform: skewY(-4deg);
        transform: skewY(-4deg);
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: -3.5vw;
    left: 0;
    z-index: 2; }
    .dxb-section-link.slanted-right .dxb-section-link-slantedimage-2 {
      -ms-transform: skewY(8deg) translateY(-7vw);
          transform: skewY(8deg) translateY(-7vw);
      overflow: hidden; }
    .dxb-section-link.slanted-right .dxb-section-link-slantedimage-3 {
      -ms-transform: skewY(-4deg) translateY(3.5vw);
          transform: skewY(-4deg) translateY(3.5vw); }
    .dxb-section-link.slanted-right .dxb-section-link-slantedimage-image {
      background-size: cover;
      background-position: center center;
      height: calc(540px + 7vw);
      position: relative; }
      .dxb-section-link.slanted-right .dxb-section-link-slantedimage-image::after {
        content: "\A";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000;
        opacity: .5; }

.section-wrapper-behind .dxb-section-link {
  padding: 0;
  margin: 0; }

.dxb-section-text {
  position: relative;
  background-position: center center;
  background-size: cover;
  padding: 0;
  height: 518px; }
  @media (max-width: 991px) {
    .dxb-section-text {
      height: auto;
      max-height: 518px;
      padding-bottom: 1.25rem; } }
  .dxb-section-text.slanted-left, .dxb-section-text.slanted-right {
    height: calc(540px - 7vw);
    background: none !important; }
    .dxb-section-text.slanted-left::after, .dxb-section-text.slanted-right::after {
      content: none; }
    .dxb-section-text.slanted-left .dxb-section-text-col, .dxb-section-text.slanted-right .dxb-section-text-col {
      height: 405px;
      height: 25.3125rem; }
  .dxb-section-text-col {
    height: 510px;
    position: relative; }
    @media (max-width: 991px) {
      .dxb-section-text-col {
        height: 259px; } }
  .dxb-section-text-content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 3;
    margin-right: 10px;
    margin-right: 0.625rem; }
  .dxb-section-text-title {
    color: inherit;
    margin-top: 0;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  .dxb-section-text-description {
    color: inherit;
    line-height: 2;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
    @media (max-width: 991px) {
      .dxb-section-text-description {
        line-height: inherit;
        margin-bottom: 1.25rem; } }
  .dxb-section-text-icons svg {
    fill: #fff;
    width: 80px;
    width: 5rem;
    height: 75px;
    height: 4.6875rem; }
    @media (max-width: 991px) {
      .dxb-section-text-icons svg {
        width: 2.375rem;
        height: 2.1875rem; } }
  .dxb-section-text-icons span {
    display: block;
    color: #fff;
    margin-top: 14px;
    margin-top: 0.875rem; }
    @media (max-width: 991px) {
      .dxb-section-text-icons span {
        margin: 1vw;
        font-size: 0.75rem; } }
  .dxb-section-text-icons .icon-wrapper {
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  @media (max-width: 991px) {
    .dxb-section-text-icons {
      margin-bottom: 2.5rem; } }

.section-wrapper-behind .dxb-section-text {
  padding: 0;
  margin: 0; }

.dxb-section-contents {
  z-index: 9999; }

@media (min-width: 1280px) and (max-width: 1600px) {
  .bgcolor-brand3 {
    padding: 3vw 0 8.4375rem; }
  .footer-top {
    z-index: 9; } }

@media (max-width: 991px) {
  .dxb-section-text-icons .icon-wrapper svg, .dxb-section-text-icons .icon-wrapper img {
    height: 5.3125rem; } }

.dxb-title-h1 {
  padding: 42px 0 57px;
  padding: 2.625rem 0 3.5625rem; }
  @media (max-width: 1199px) {
    .dxb-title-h1 .container .col-sm-12 {
      margin-bottom: 0px; } }
  .dxb-title-h1-title {
    margin: 0;
    font-weight: bold;
    color: #2A2D64;
    font-size: 45px;
    font-size: 2.8125rem;
    float: left ; }
    @media (max-width: 1199px) {
      .dxb-title-h1-title {
        font-size: 2.75rem;
        line-height: 3.125rem; } }
    @media (max-width: 991px) {
      .dxb-title-h1-title {
        font-size: 1.5rem;
        line-height: 2rem; } }
  .dxb-title-h1-social {
    margin: 0;
    font-weight: bold;
    color: #2A2D64;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 65px;
    line-height: 4.0625rem;
    float: right ; }
    .dxb-title-h1-social .social-links {
      float: right ; }
  .dxb-title-h1 ul {
    line-height: inherit;
    display: inline;
    padding-left: 2vw; }
    .dxb-title-h1 ul li {
      display: inline; }
      .dxb-title-h1 ul li::before, .dxb-title-h1 ul li::after {
        content: none; }
  @media (max-width: 991px) {
    .dxb-title-h1 {
      padding-top: 1.25rem;
      padding-bottom: 20px;
      background-color: #fff; } }

.dxb-generic-tabs-container {
  padding: 0; }
  .dxb-generic-tabs-container-tablist {
    margin: 0;
    height: 78px;
    height: 4.875rem;
    display: -ms-flexbox;
    display: flex; }
  .dxb-generic-tabs-container-tab {
    display: inline-block;
    height: 78px;
    height: 4.875rem;
    float: left ;
    -ms-flex-positive: 1;
        flex-grow: 1;
    border: 1px solid rgba(42, 45, 100, 0.2);
    border-bottom: solid 4px #FFD100;
    border-bottom: solid 0.25rem #FFD100;
    background-color: rgba(200, 200, 200, 0.3);
    border-left: none; }
    .dxb-generic-tabs-container-tab::before {
      content: none; }
    .dxb-generic-tabs-container-tab-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: none;
      border: 0;
      padding: 0;
      box-shadow: none;
      transition: none;
      background-color: transparent;
      color: #2A2D64 !important;
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 0 12%;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none;
      white-space: nowrap; }
      .dxb-generic-tabs-container-tab-button > span {
        position: relative; }
      .dxb-generic-tabs-container-tab-button:hover {
        -ms-transform: none;
            transform: none; }
      @media (max-width: 991px) {
        .dxb-generic-tabs-container-tab-button {
          padding: 0 7%;
          white-space: pre-line;
          text-align: center; } }
      .dxb-generic-tabs-container-tab-button:hover {
        background: none;
        box-shadow: none; }
    .dxb-generic-tabs-container-tab.active {
      background-color: #FFD100;
      box-shadow: 0px 0.625rem 1.25rem -0.9375rem rgba(0, 0, 0, 0.4);
      border-top: none;
      border-left: none;
      border-right: none; }
      .dxb-generic-tabs-container-tab.active .dxb-which-terminal-tabs-tab-button {
        pointer-events: none;
        border: none; }
  .dxb-generic-tabs-container-panel {
    display: none;
    background-color: #F4F1ED;
    color: #2A2D64; }
    .dxb-generic-tabs-container-panel.active,
    .sfPageEditorWrp .dxb-generic-tabs-container-panel {
      display: block !important; }
    .dxb-generic-tabs-container-panel p {
      color: #2A2D64;
      line-height: 30px;
      line-height: 1.875rem; }
    .dxb-generic-tabs-container-panel h3, .dxb-generic-tabs-container-panel .h3 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 26px;
      line-height: 1.625rem;
      margin-bottom: 20px;
      margin-bottom: 1.25rem;
      display: inline-block; }
    .dxb-generic-tabs-container-panel-content {
      padding: 70px 0 11vw 0;
      padding: 4.375rem 0 11vw 0; }
      .dxb-generic-tabs-container-panel-content.dxb-generic-tabs-container-panel-content-nopadding {
        padding: 70px 0 1vw 0;
        padding: 4.375rem 0 1vw 0; }
      @media (max-width: 991px) {
        .dxb-generic-tabs-container-panel-content {
          padding-top: 20px; } }
      .dxb-generic-tabs-container-panel-content-filters {
        font-weight: bold;
        display: -ms-flexbox;
        display: flex;
        margin-top: 60px;
        margin-top: 3.75rem; }
        @media only screen and (max-width: 991px) {
          .dxb-generic-tabs-container-panel-content-filters {
            display: block;
            margin-top: 0; } }
        .dxb-generic-tabs-container-panel-content-filters-fieldset {
          -ms-flex-positive: 1;
              flex-grow: 1; }
          .dxb-generic-tabs-container-panel-content-filters-fieldset input {
            display: none; }
            .dxb-generic-tabs-container-panel-content-filters-fieldset input:checked + label {
              pointer-events: none;
              background-color: #FFF;
              border: solid 1px #FFF;
              box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.2); }
          .dxb-generic-tabs-container-panel-content-filters-fieldset label {
            cursor: pointer;
            line-height: 57px;
            line-height: 3.5625rem;
            padding: 0 24px;
            padding: 0 1.5rem;
            border: solid 1px #2A2D64;
            display: inline-block;
            margin-right: 24px;
            margin-right: 1.5rem;
            transition: box-shadow 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out; }
            @media only screen and (max-width: 1279px) {
              .dxb-generic-tabs-container-panel-content-filters-fieldset label {
                margin-right: 0.75rem; } }
            @media only screen and (max-width: 991px) {
              .dxb-generic-tabs-container-panel-content-filters-fieldset label {
                width: 100%;
                margin-bottom: 1.25rem;
                text-align: center; } }
        .dxb-generic-tabs-container-panel-content-filters-title {
          float: left ;
          display: inline-block;
          line-height: 57px;
          line-height: 3.5625rem;
          width: 193px;
          width: 12.0625rem;
          font-size: 16px;
          font-size: 1rem; }
          @media only screen and (max-width: 991px) {
            .dxb-generic-tabs-container-panel-content-filters-title {
              float: none;
              width: 100%;
              text-align: center; } }
      .dxb-generic-tabs-container-panel-content-results {
        text-align: left;
        width: 100%; }
        @media only screen and (max-width: 991px) {
          .dxb-generic-tabs-container-panel-content-results, .dxb-generic-tabs-container-panel-content-results tbody, .dxb-generic-tabs-container-panel-content-results tr {
            text-align: center;
            font-size: 0.875rem; } }
        .dxb-generic-tabs-container-panel-content-results td {
          padding-right: 24px;
          padding-right: 1.5rem;
          font-weight: bold;
          padding-top: 72px;
          padding-top: 4.5rem; }
          @media only screen and (max-width: 991px) {
            .dxb-generic-tabs-container-panel-content-results td {
              padding-top: 1.25rem;
              padding-right: 0; } }
          .dxb-generic-tabs-container-panel-content-results td:first-child {
            text-align: left; }
        .dxb-generic-tabs-container-panel-content-results-image {
          width: 128px;
          width: 8rem; }
          .dxb-generic-tabs-container-panel-content-results-image-col {
            width: 195px;
            width: 12.1875rem; }
        .dxb-generic-tabs-container-panel-content-results-description {
          color: #696E9F; }
        .dxb-generic-tabs-container-panel-content-results-link svg {
          width: 16px;
          width: 1rem;
          height: 16px;
          height: 1rem;
          margin-right: 5px;
          margin-right: 0.3125rem;
          position: relative;
          top: 2px; }

.dxb-airline-directory-filters {
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-top: 3.75rem; }
  @media only screen and (max-width: 991px) {
    .dxb-airline-directory-filters {
      display: block; } }
  .dxb-airline-directory-filters-fieldset {
    -ms-flex-positive: 1;
        flex-grow: 1; }
    .dxb-airline-directory-filters-fieldset input {
      display: none; }
      .dxb-airline-directory-filters-fieldset input:checked + label {
        pointer-events: none;
        background-color: #FFF;
        border: solid 1px #FFF;
        box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.2); }
    .dxb-airline-directory-filters-fieldset label {
      cursor: pointer;
      line-height: 57px;
      line-height: 3.5625rem;
      padding: 0 24px;
      padding: 0 1.5rem;
      border: solid 1px #2A2D64;
      display: inline-block;
      margin-right: 24px;
      margin-right: 1.5rem;
      margin-bottom: 15px;
      margin-bottom: 0.9375rem;
      transition: box-shadow 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out; }
      .dxb-airline-directory-filters-fieldset label.passive {
        cursor: default;
        border-color: rgba(42, 45, 100, 0.5);
        color: rgba(42, 45, 100, 0.5);
        background-color: transparent;
        box-shadow: none; }
      @media only screen and (max-width: 1279px) {
        .dxb-airline-directory-filters-fieldset label {
          margin-right: 0.75rem; } }
      @media only screen and (max-width: 991px) {
        .dxb-airline-directory-filters-fieldset label {
          width: 100%;
          margin-bottom: 1.25rem;
          text-align: center; } }
  .dxb-airline-directory-filters-title {
    float: left ;
    display: inline-block;
    line-height: 57px;
    line-height: 3.5625rem;
    width: 193px;
    width: 12.0625rem; }
    @media only screen and (max-width: 991px) {
      .dxb-airline-directory-filters-title {
        float: none;
        width: 100%;
        text-align: center; } }
  .dxb-airline-directory-filters-search-wrapper {
    position: relative;
    margin-top: 16px;
    margin-top: 1rem; }
    .dxb-airline-directory-filters-search-wrapper svg {
      width: 16px;
      width: 1rem;
      height: 16px;
      height: 1rem;
      fill: #2A2D64;
      position: absolute;
      right: 0;
      top: 2px; }
  .dxb-airline-directory-filters .dxb-airline-directory-filters-search {
    border: 0;
    border-bottom: solid 2px #BFBEBC;
    background: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1em;
    color: #2A2D64;
    width: 175px;
    width: 10.9375rem;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-left: 0.3125rem;
    padding-bottom: 7px;
    padding-bottom: 0.4375rem; }
    .dxb-airline-directory-filters .dxb-airline-directory-filters-search::-webkit-input-placeholder {
      color: #696E9F; }
    .dxb-airline-directory-filters .dxb-airline-directory-filters-search:-moz-placeholder {
      color: #696E9F; }
    .dxb-airline-directory-filters .dxb-airline-directory-filters-search::-moz-placeholder {
      color: #696E9F; }
    .dxb-airline-directory-filters .dxb-airline-directory-filters-search:-ms-input-placeholder {
      color: #696E9F; }
    @media only screen and (max-width: 991px) {
      .dxb-airline-directory-filters .dxb-airline-directory-filters-search {
        width: 100%; } }

.dxb-airline-directory-results {
  text-align: left;
  width: 100%; }
  @media only screen and (max-width: 991px) {
    .dxb-airline-directory-results, .dxb-airline-directory-results tbody, .dxb-airline-directory-results tr {
      display: block;
      text-align: center; } }
  @media only screen and (max-width: 991px) {
    .dxb-airline-directory-results tr {
      padding-top: 2.1875rem; } }
  .dxb-airline-directory-results td {
    padding-right: 24px;
    padding-right: 1.5rem;
    font-weight: bold;
    padding-top: 72px;
    padding-top: 4.5rem; }
    @media only screen and (max-width: 991px) {
      .dxb-airline-directory-results td {
        padding: 0;
        display: block;
        margin-top: 0.625rem; } }
  .dxb-airline-directory-results-image {
    width: 128px;
    width: 8rem; }
    .dxb-airline-directory-results-image-col {
      width: 195px;
      width: 12.1875rem; }
      @media only screen and (max-width: 991px) {
        .dxb-airline-directory-results-image-col {
          width: 100%; } }
  .dxb-airline-directory-results-companycode {
    color: #696E9F; }
  .dxb-airline-directory-results-link svg {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    margin-right: 5px;
    margin-right: 0.3125rem;
    position: relative;
    top: 2px; }

.dxb-message-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 48px 0;
  padding: 3rem 0; }
  .dxb-message-box.Alert svg {
    fill: #FFD100;
    width: 46px;
    width: 2.875rem;
    height: 46px;
    height: 2.875rem; }
  .dxb-message-box-text {
    font-weight: bold;
    margin-left: 25px;
    margin-left: 1.5625rem; }

.tabs-wrapper {
  display: inline-block;
  width: 100%;
  padding: 0;
  float: left ; }

.tabs {
  margin: 0;
  float: left ;
  border: none; }
  .tabs [class*="col-"] {
    padding: 0; }
  .tabs button.tabs-button {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-size: 1.5rem;
    height: 78px;
    text-align: center;
    font-weight: bold;
    line-height: 78px;
    border-bottom: solid 2px #FFD100;
    box-shadow: none;
    background-color: white;
    color: #2A2D64 !important;
    padding: 0;
    transition: 0.3s background ease-out; }
    .tabs button.tabs-button.active {
      background-color: #FFD100; }
    .tabs button.tabs-button:hover {
      cursor: pointer;
      transform: translate3d(0, 0, 0); }
  .tabs-outlet-nav-clearfix {
    content: "";
    clear: both;
    display: table; }
  @media (max-width: 1279px) {
    .tabs-outlet-nav .hide-icon-sm {
      font-size: 0.75rem !important; }
      .tabs-outlet-nav .hide-icon-sm::before {
        content: none !important; } }

[role="tabpanel"] {
  display: none; }
  [role="tabpanel"].active {
    display: inline-block;
    width: 100%; }

.flights {
  display: inline-block;
  padding: 80px 0 140px 0;
  padding: 5rem 0 8.75rem 0;
  width: 100%;
  background-color: #F4F1ED;
  overflow: hidden; }
  .flights-filter {
    margin-bottom: 70px !important;
    margin-bottom: 4.375rem !important; }
    @media only screen and (max-width: 767px) {
      .flights-filter {
        margin-bottom: 0 !important; } }
  .flights-timeline {
    display: inline-block;
    width: 100%;
    height: 370px;
    height: 23.125rem;
    position: relative;
    padding: 60px 0;
    padding: 3.75rem 0;
    border-right: dashed 2px #2A2D64; }
    @media only screen and (max-width: 767px) {
      .flights-timeline {
        white-space: nowrap;
        border-right: none; } }
    .flights-timeline time {
      display: inline-block;
      margin-top: 40px;
      margin-top: 2.5rem;
      position: relative;
      width: 100%;
      margin-bottom: 40px;
      margin-bottom: 2.5rem;
      padding-right: 30px;
      padding-right: 1.875rem; }
      @media only screen and (max-width: 767px) {
        .flights-timeline time {
          width: 6.25rem;
          margin-right: 1.875rem;
          margin-bottom: 0px; } }
      .flights-timeline time span {
        position: absolute;
        left: 10px;
        left: 0.625rem;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        z-index: 1;
        color: #2A2D64;
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold; }
    .flights-timeline-button {
      background-color: #2A2D64;
      width: 100%;
      height: 50px;
      height: 3.125rem;
      position: absolute;
      top: 0px;
      left: 0px;
      box-shadow: none;
      z-index: 9999;
      outline: 0;
      color: white !important;
      transition: 0.3s ease-out; }
      .flights-timeline-button:hover {
        -ms-transform: none;
            transform: none; }
      .flights-timeline-button.pressed {
        transition: none; }
      .flights-timeline-button span {
        position: relative;
        z-index: 2;
        color: white;
        position: absolute;
        top: 50%;
        left: 30px;
        left: 1.875rem;
        transform: translate3d(0, -50%, 0); }
      .flights-timeline-button:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: #2A2D64;
        position: absolute;
        left: 9%;
        top: 50%;
        transform: translate3d(0, -50%, 0) skewX(15deg); }
  .flights-list {
    display: inline-block;
    width: 100%;
    height: 400px;
    height: 25rem;
    overflow-y: auto; }
    @media only screen and (max-width: 767px) {
      .flights-list {
        height: auto; } }
    .flights-list .api-error-message {
      text-align: center;
      font-size: 14px;
      font-size: 0.875rem;
      margin-top: 50px;
      margin-top: 3.125rem; }
      .flights-list .api-error-message .svg-warning {
        height: 15px;
        height: 0.9375rem;
        width: 15px;
        width: 0.9375rem;
        margin-right: 10px;
        margin-right: 0.625rem;
        -ms-transform: translateY(0.1875rem);
            transform: translateY(0.1875rem);
        fill: #FFD100; }
    .flights-list-item {
      height: 120px;
      height: 7.5rem;
      margin: 0  !important; }
      @media only screen and (max-width: 767px) {
        .flights-list-item {
          height: auto; } }
      .flights-list-item-link {
        display: inline-block;
        width: 100%;
        height: 120px;
        height: 7.5rem;
        padding: 30px 0;
        padding: 1.875rem 0;
        transition: background-color .3s ease-out; }
        @media only screen and (max-width: 767px) {
          .flights-list-item-link {
            height: auto; }
            .flights-list-item-link .col-sm-1,
            .flights-list-item-link .col-sm-2,
            .flights-list-item-link .col-sm-3,
            .flights-list-item-link .col-sm-4,
            .flights-list-item-link .col-sm-5,
            .flights-list-item-link .col-sm-6,
            .flights-list-item-link .col-sm-7,
            .flights-list-item-link .col-sm-8,
            .flights-list-item-link .col-sm-9,
            .flights-list-item-link .col-sm-10,
            .flights-list-item-link .col-sm-12 {
              padding: 0 0.1875rem; } }
        .flights-list-item-link:hover {
          background-color: #FFF; }
      @media only screen and (max-width: 767px) {
        .flights-list-item {
          display: inline-block;
          width: 100%;
          margin: 0 !important;
          border-bottom: 2px solid #d8d8d8; } }
      .flights-list-item > div {
        display: inline-block;
        height: 100%; }
      .flights-list-item time,
      .flights-list-item span {
        font-size: 16px;
        font-size: 1rem;
        color: #2A2D64;
        font-weight: bold; }
      .flights-list-item-time time {
        opacity: 0.5; }
      .flights-list-item-location .green {
        color: #1CCFC9; }
      .flights-list-item-location span {
        word-break: break-word; }
      .flights-list-item-terminal .item-wrapper {
        margin-top: 20px;
        margin-top: 1.25rem; }
        @media only screen and (max-width: 767px) {
          .flights-list-item-terminal .item-wrapper {
            margin-top: 0px; } }
        @media (max-width: 575.98px) {
          .flights-list-item-terminal .item-wrapper {
            text-align: right; } }
        @media only screen and (max-width: 962px) and (orientation: landscape) {
          .flights-list-item-terminal .item-wrapper {
            margin-top: 0; } }
      @media (max-width: 575.98px) {
        .flights-list-item-social {
          text-align: right; } }
      .flights-list-item-social .item-wrapper {
        display: inline-block;
        margin-top: 20px;
        margin-top: 1.25rem;
        pointer-events: none; }
        @media only screen and (max-width: 767px) {
          .flights-list-item-social .item-wrapper {
            margin-top: 0.625rem; } }
        @media only screen and (max-width: 767px) {
          .flights-list-item-social .item-wrapper button + button {
            margin-left: 0.3125rem; } }
      .flights-list-item-social .icon-twitter {
        fill: #00ACED; }
      .flights-list-item-social .icon-fb-messenger {
        fill: #0084FF; }
      .flights-list-item-social button {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: none;
        border: 0;
        padding: 0;
        box-shadow: none;
        transition: none;
        background-color: transparent;
        display: inline-block;
        width: 20px;
        width: 1.25rem;
        height: 20px;
        height: 1.25rem;
        margin-right: 10px;
        margin-right: 0.625rem;
        text-decoration: none;
        box-shadow: none;
        -ms-transform: none;
            transform: none;
        transition: none;
        pointer-events: auto; }
        .flights-list-item-social button > span {
          position: relative; }
        .flights-list-item-social button:hover {
          -ms-transform: none;
              transform: none; }
        @media only screen and (max-width: 767px) {
          .flights-list-item-social button {
            margin-right: 0;
            margin-left: 0; } }
        .flights-list-item-social button svg {
          display: inline-block;
          width: 100%;
          height: 100%; }
        .flights-list-item-social button:last-of-type {
          margin-right: 0px; }
        .flights-list-item-social button:hover {
          -ms-transform: none;
              transform: none; }
      @media only screen and (max-width: 767px) {
        .flights-list-item-status {
          text-align: right;
          margin-bottom: 0 !important; } }
      @media (max-width: 575.98px) {
        .flights-list-item-status {
          padding-right: 0 !important; } }
      .flights-list-item-status .item-wrapper {
        margin-top: 20px;
        margin-top: 1.25rem;
        white-space: nowrap; }
        @media only screen and (max-width: 962px) and (orientation: landscape) {
          .flights-list-item-status .item-wrapper {
            margin-top: 0; } }
      .flights-list-item-status .arrow-right {
        display: inline-block;
        width: 15px;
        width: 0.9375rem;
        height: 11px;
        height: 0.6875rem;
        fill: #2A2D64;
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.flights-timeline-wrapper {
  height: 370px;
  height: 23.125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  overflow: hidden;
  padding-right: 20px;
  padding-right: 1.25rem; }
  @media only screen and (max-width: 767px) {
    .flights-timeline-wrapper {
      display: none; } }

.select-wrapper {
  display: inline-block;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  border-bottom: solid 2px #FFD100;
  position: relative; }
  .select-wrapper select {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    opacity: 0.6;
    cursor: pointer;
    padding-right: 17px;
    padding-right: 1.0625rem; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .select-wrapper .select2-container {
      width: 12.5rem !important; } }
  .select-wrapper > label {
    width: 100%;
    display: block; }
  .select-wrapper .arrow-down {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 30%;
    transform: translate3d(0, -50%, 0);
    width: 15px;
    width: 0.9375rem;
    height: 15px;
    height: 0.9375rem;
    float: right ;
    fill: #2A2D64; }

.sliding-section {
  display: inline-block;
  width: 75%;
  height: 100%;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 1030;
  transition: 0.4s transform ease-in-out;
  padding: 40px 40px 40px 0;
  padding: 2.5rem 2.5rem 2.5rem 0;
  background-color: #FFF; }
  .sliding-section.active {
    color: black;
    transform: translate3d(-100%, 0, 0);
    box-shadow: 0 40px 40px 0 black; }
    .sliding-section.active:after {
      transform: translate3d(-50%, -50%, 0) skewX(-3deg); }
    .sliding-section.active.changed {
      transition: all 0.4s; }
      .sliding-section.active.changed:after {
        z-index: -1; }
  .sliding-section:after {
    content: " ";
    display: inline-block;
    width: 60px;
    width: 3.75rem;
    height: calc( 100% + 120px);
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.3s ease-out;
    transform: translate3d(0, -50%, 0) skewX(0deg); }
  .sliding-section .close-button-first-mobile {
    display: none; }
  @media screen and (max-width: 767px) {
    .sliding-section .close-button-first-mobile {
      position: absolute;
      right: 20px;
      top: 0.3125rem;
      background-color: transparent;
      display: inline-block;
      width: 6.25rem;
      padding: 0.625rem 0;
      font-weight: 400;
      font-size: 0.875rem;
      color: #2A2D64 !important;
      box-shadow: none;
      border: none;
      z-index: 10; }
      .sliding-section .close-button-first-mobile .icon-close {
        display: inline-block;
        width: 0.9375rem;
        height: 0.9375rem;
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        right: 0px;
        fill: #2A2D64; }
    .sliding-section.changed .close-button-first-mobile {
      display: none; }
    .sliding-section #first.content .close-button {
      display: none; } }
  .sliding-section .wrapper {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: inline-block;
    transition: all .3s; }
    .sliding-section .wrapper #second.content {
      padding: 0 50px;
      padding: 0 3.125rem;
      background-color: white; }
    .sliding-section .wrapper h2, .sliding-section .wrapper .h2 {
      font-size: 30px;
      font-size: 1.875rem;
      color: #2A2D64; }
    .sliding-section .wrapper p {
      color: #2A2D64; }
    .sliding-section .wrapper .results-empty p {
      color: #2A2D64;
      background-color: #FFF; }
    .sliding-section .wrapper.active {
      overflow-y: auto;
      /* START: EDGE */
      /* END: EDGE */ }
      .sliding-section .wrapper.active #first .slider {
        opacity: 0; }
      .sliding-section .wrapper.active .content,
      .sliding-section .wrapper.active .flight {
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
      .sliding-section .wrapper.active .flight {
        /* Apply specific styles only in IE */ }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .sliding-section .wrapper.active .flight {
            /* IE10+ CSS styles go here */
            overflow: hidden; } }
      @supports (-ms-ime-align: auto) {
        .sliding-section .wrapper.active .flight {
          overflow: hidden; } }
    .sliding-section .wrapper .content {
      background-color: #2A2D64;
      display: inline-block;
      height: 100%;
      padding: 0 50px 0 90px;
      padding: 0 3.125rem 0 5.625rem;
      float: left !important;
      transition: all .3s;
      box-shadow: inset 0 0 0 2px #fff; }
      .sliding-section .wrapper .content .close-button {
        position: absolute;
        right: 40px;
        top: 0;
        background-color: white;
        display: inline-block;
        width: 100px;
        width: 6.25rem;
        padding: 9px 0;
        padding: 0.5625rem 0;
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem;
        color: #2A2D64 !important;
        box-shadow: none;
        border: none; }
        .sliding-section .wrapper .content .close-button .icon-close {
          display: inline-block;
          width: 15px;
          width: 0.9375rem;
          height: 15px;
          height: 0.9375rem;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 0px;
          fill: #2A2D64; }
      .sliding-section .wrapper .content .reverse-skew {
        position: relative;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        width: 100%; }
        .sliding-section .wrapper .content .reverse-skew h2, .sliding-section .wrapper .content .reverse-skew .h2 {
          margin-top: 90px;
          margin-top: 5.625rem;
          font-size: 26px;
          font-size: 1.625rem;
          text-align: left; }
        .sliding-section .wrapper .content .reverse-skew p {
          font-size: 12px;
          font-size: 0.75rem;
          text-align: left; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .sliding-section .wrapper .content .reverse-skew .flight-search-bar {
            padding: 0; }
            .sliding-section .wrapper .content .reverse-skew .flight-search-bar .search-results .results-empty {
              margin: 0;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: center;
                  justify-content: center;
              -ms-flex-align: center;
                  align-items: center; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .sliding-section .wrapper .content .reverse-skew .flight-search-bar .search-results {
            width: 75%;
            margin: 0.625rem auto 0 auto; } }
      .sliding-section .wrapper .content .input-wrapper input {
        background: none;
        border: 0;
        border-radius: 0;
        border-bottom: solid 2px white;
        color: #FFF;
        margin-bottom: 0;
        letter-spacing: 0;
        line-height: 57px;
        line-height: 3.5625rem;
        font-weight: bold;
        padding: 0 30px 0 0;
        padding: 0 1.875rem 0 0;
        display: block;
        margin-top: 50px;
        margin-top: 3.125rem; }
      .sliding-section .wrapper .content .input-wrapper .icon-plane {
        position: absolute;
        top: 50%;
        right: 0px;
        display: inline-block;
        width: 26px;
        width: 1.625rem;
        height: 14px;
        height: 0.875rem;
        transform: translate3d(0, -50%, 0);
        fill: #FFD100; }
      .sliding-section .wrapper .content .flights-list {
        display: inline-block;
        width: 550px;
        width: 34.375rem;
        height: auto;
        max-height: 250px;
        max-height: 15.625rem;
        position: absolute;
        left: 0;
        top: calc( 100% + 2px);
        background-color: white;
        padding: 0;
        z-index: 9; }
        .sliding-section .wrapper .content .flights-list-item {
          height: unset;
          margin: 0 !important;
          cursor: pointer;
          padding: 10px 30px;
          padding: 0.625rem 1.875rem; }
          .sliding-section .wrapper .content .flights-list-item:first-of-type {
            margin-top: 30px !important;
            margin-top: 1.875rem !important; }
          .sliding-section .wrapper .content .flights-list-item:last-of-type {
            margin-bottom: 30px !important;
            margin-bottom: 1.875rem !important; }
          .sliding-section .wrapper .content .flights-list-item-time {
            width: 120px;
            width: 7.5rem; }
          .sliding-section .wrapper .content .flights-list-item-location {
            width: calc(100% - 220px); }
          .sliding-section .wrapper .content .flights-list-item-social {
            width: 70px;
            width: 4.375rem;
            float: right; }
            .sliding-section .wrapper .content .flights-list-item-social .item-wrapper {
              right: 0px;
              text-align: right; }
          .sliding-section .wrapper .content .flights-list-item:hover time,
          .sliding-section .wrapper .content .flights-list-item:hover span {
            transition: 0.5s ease-out;
            opacity: 1;
            color: #2A2D64; }
      .sliding-section .wrapper .content .slider-wrapper {
        display: inline-block;
        width: 264px;
        width: 16.5rem;
        position: relative; }
        .sliding-section .wrapper .content .slider-wrapper .dots {
          display: inline-block;
          width: 100%;
          height: 300px;
          height: 18.75rem;
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          left: 0px;
          top: 50%;
          transform: translate3d(-31%, -55%, 0); }
      .sliding-section .wrapper .content .slider {
        display: inline-block;
        width: 264px;
        width: 16.5rem;
        height: 460px;
        height: 28.75rem;
        position: relative;
        overflow: hidden; }
        .sliding-section .wrapper .content .slider .slick-list {
          display: inline-block;
          width: 264px;
          width: 16.5rem; }
          .sliding-section .wrapper .content .slider .slick-list .slide {
            display: inline-block;
            width: 264px;
            width: 16.5rem;
            height: 420px;
            height: 26.25rem;
            background-size: cover;
            background-color: #2A2D64;
            position: relative; }
            .sliding-section .wrapper .content .slider .slick-list .slide .slide-text-wrapper {
              padding: 20px 0;
              padding: 1.25rem 0;
              position: absolute;
              bottom: 0;
              display: inline-block;
              width: 100%;
              left: 0px;
              white-space: initial; }
            .sliding-section .wrapper .content .slider .slick-list .slide h2, .sliding-section .wrapper .content .slider .slick-list .slide .h2 {
              font-size: 20px;
              font-size: 1.25rem;
              text-align: left;
              color: #FFF; }
            .sliding-section .wrapper .content .slider .slick-list .slide p {
              font-size: 16px;
              font-size: 1rem;
              text-align: left;
              color: #FFF; }
        .sliding-section .wrapper .content .slider .dots-wrapper {
          display: inline-block;
          width: 100%;
          bottom: 0;
          height: 14px;
          height: 0.875rem; }
          .sliding-section .wrapper .content .slider .dots-wrapper .container {
            width: 100%; }
          .sliding-section .wrapper .content .slider .dots-wrapper .slick-dots {
            text-align: center; }
        .sliding-section .wrapper .content .slider .slick-dots {
          display: none; }
    .sliding-section .wrapper .flight {
      overflow-x: hidden;
      overflow-y: auto;
      margin-left: 90px;
      margin-left: 5.625rem;
      transition: all .3s;
      display: inline-block;
      float: left; }
      .sliding-section .wrapper .flight .scroll-area {
        padding-left: 20px;
        padding-left: 1.25rem; }
      .sliding-section .wrapper .flight .row .back-button {
        background-color: transparent;
        display: inline-block;
        width: 100px;
        width: 6.25rem;
        padding: 15px 0;
        padding: 0.9375rem 0;
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem;
        color: #2A2D64 !important;
        box-shadow: none;
        top: 0;
        position: relative;
        outline: 0;
        left: 30px;
        left: 1.875rem;
        border: none; }
        .sliding-section .wrapper .flight .row .back-button .icon-close {
          display: inline-block;
          width: 15px;
          width: 0.9375rem;
          height: 15px;
          height: 0.9375rem;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 0px;
          fill: #2A2D64; }
        .sliding-section .wrapper .flight .row .back-button .icon-back {
          display: inline-block;
          width: 15px;
          width: 0.9375rem;
          height: 15px;
          height: 0.9375rem;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0) rotate(90deg);
          left: 10px;
          left: 0.625rem;
          fill: #2A2D64; }
      .sliding-section .wrapper .flight .row .close-button {
        position: absolute;
        right: 70px;
        top: 0;
        background-color: transparent;
        display: inline-block;
        width: 100px;
        width: 6.25rem;
        padding: 15px 0;
        padding: 0.9375rem 0;
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem;
        color: #2A2D64 !important;
        box-shadow: none; }
        .sliding-section .wrapper .flight .row .close-button .icon-close {
          display: inline-block;
          width: 15px;
          width: 0.9375rem;
          height: 15px;
          height: 0.9375rem;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 0px;
          fill: #2A2D64; }
      .sliding-section .wrapper .flight .container-fluid, .sliding-section .wrapper .flight .container-sm, .sliding-section .wrapper .flight .container-md, .sliding-section .wrapper .flight .container-lg, .sliding-section .wrapper .flight .container-xl, .sliding-section .wrapper .flight .container-xxl {
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: bold;
        color: #2A2D64;
        padding: 0 150px 0 40px;
        padding: 0 9.375rem 0 2.5rem;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; }
        .sliding-section .wrapper .flight .container-fluid .row.flight-row-distance, .sliding-section .wrapper .flight .container-sm .row.flight-row-distance, .sliding-section .wrapper .flight .container-md .row.flight-row-distance, .sliding-section .wrapper .flight .container-lg .row.flight-row-distance, .sliding-section .wrapper .flight .container-xl .row.flight-row-distance, .sliding-section .wrapper .flight .container-xxl .row.flight-row-distance {
          margin-bottom: 5px;
          margin-bottom: 0.3125rem; }
        .sliding-section .wrapper .flight .container-fluid .row.flight-row-location, .sliding-section .wrapper .flight .container-sm .row.flight-row-location, .sliding-section .wrapper .flight .container-md .row.flight-row-location, .sliding-section .wrapper .flight .container-lg .row.flight-row-location, .sliding-section .wrapper .flight .container-xl .row.flight-row-location, .sliding-section .wrapper .flight .container-xxl .row.flight-row-location {
          margin-bottom: 15px;
          margin-bottom: 0.9375rem; }
        .sliding-section .wrapper .flight .container-fluid .row.flight-row-details, .sliding-section .wrapper .flight .container-sm .row.flight-row-details, .sliding-section .wrapper .flight .container-md .row.flight-row-details, .sliding-section .wrapper .flight .container-lg .row.flight-row-details, .sliding-section .wrapper .flight .container-xl .row.flight-row-details, .sliding-section .wrapper .flight .container-xxl .row.flight-row-details {
          margin-bottom: 0; }
        .sliding-section .wrapper .flight .container-fluid .row.flight-row-banner .banner-column, .sliding-section .wrapper .flight .container-sm .row.flight-row-banner .banner-column, .sliding-section .wrapper .flight .container-md .row.flight-row-banner .banner-column, .sliding-section .wrapper .flight .container-lg .row.flight-row-banner .banner-column, .sliding-section .wrapper .flight .container-xl .row.flight-row-banner .banner-column, .sliding-section .wrapper .flight .container-xxl .row.flight-row-banner .banner-column {
          padding: 0 15px;
          padding: 0 0.9375rem; }
        .sliding-section .wrapper .flight .container-fluid .row .back-button, .sliding-section .wrapper .flight .container-sm .row .back-button, .sliding-section .wrapper .flight .container-md .row .back-button, .sliding-section .wrapper .flight .container-lg .row .back-button, .sliding-section .wrapper .flight .container-xl .row .back-button, .sliding-section .wrapper .flight .container-xxl .row .back-button {
          background-color: transparent;
          display: inline-block;
          width: 100px;
          width: 6.25rem;
          padding: 10px 0;
          padding: 0.625rem 0;
          font-weight: 400;
          font-size: 16px;
          font-size: 1rem;
          color: #2A2D64 !important;
          box-shadow: none;
          top: -15px;
          top: -0.9375rem;
          position: relative;
          outline: 0;
          left: -10px;
          left: -0.625rem; }
          .sliding-section .wrapper .flight .container-fluid .row .back-button .icon-close, .sliding-section .wrapper .flight .container-sm .row .back-button .icon-close, .sliding-section .wrapper .flight .container-md .row .back-button .icon-close, .sliding-section .wrapper .flight .container-lg .row .back-button .icon-close, .sliding-section .wrapper .flight .container-xl .row .back-button .icon-close, .sliding-section .wrapper .flight .container-xxl .row .back-button .icon-close {
            display: inline-block;
            width: 15px;
            width: 0.9375rem;
            height: 15px;
            height: 0.9375rem;
            position: absolute;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            right: 0px;
            fill: #2A2D64; }
          .sliding-section .wrapper .flight .container-fluid .row .back-button .icon-back, .sliding-section .wrapper .flight .container-sm .row .back-button .icon-back, .sliding-section .wrapper .flight .container-md .row .back-button .icon-back, .sliding-section .wrapper .flight .container-lg .row .back-button .icon-back, .sliding-section .wrapper .flight .container-xl .row .back-button .icon-back, .sliding-section .wrapper .flight .container-xxl .row .back-button .icon-back {
            display: inline-block;
            width: 15px;
            width: 0.9375rem;
            height: 15px;
            height: 0.9375rem;
            position: absolute;
            top: 50%;
            transform: translate3d(0, -50%, 0) rotate(90deg);
            left: 10px;
            left: 0.625rem;
            fill: #2A2D64; }
        .sliding-section .wrapper .flight .container-fluid .row .close-button, .sliding-section .wrapper .flight .container-sm .row .close-button, .sliding-section .wrapper .flight .container-md .row .close-button, .sliding-section .wrapper .flight .container-lg .row .close-button, .sliding-section .wrapper .flight .container-xl .row .close-button, .sliding-section .wrapper .flight .container-xxl .row .close-button {
          position: absolute;
          right: 20px;
          top: -10px;
          top: -0.625rem;
          background-color: transparent;
          display: inline-block;
          width: 100px;
          width: 6.25rem;
          padding: 10px 0;
          padding: 0.625rem 0;
          font-weight: 400;
          font-size: 16px;
          font-size: 1rem;
          color: #2A2D64 !important;
          box-shadow: none; }
          .sliding-section .wrapper .flight .container-fluid .row .close-button .icon-close, .sliding-section .wrapper .flight .container-sm .row .close-button .icon-close, .sliding-section .wrapper .flight .container-md .row .close-button .icon-close, .sliding-section .wrapper .flight .container-lg .row .close-button .icon-close, .sliding-section .wrapper .flight .container-xl .row .close-button .icon-close, .sliding-section .wrapper .flight .container-xxl .row .close-button .icon-close {
            display: inline-block;
            width: 15px;
            width: 0.9375rem;
            height: 15px;
            height: 0.9375rem;
            position: absolute;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            right: 0px;
            fill: #2A2D64; }
        .sliding-section .wrapper .flight .container-fluid div .flight-field-bold, .sliding-section .wrapper .flight .container-sm div .flight-field-bold, .sliding-section .wrapper .flight .container-md div .flight-field-bold, .sliding-section .wrapper .flight .container-lg div .flight-field-bold, .sliding-section .wrapper .flight .container-xl div .flight-field-bold, .sliding-section .wrapper .flight .container-xxl div .flight-field-bold {
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: bold; }
        .sliding-section .wrapper .flight .container-fluid div .flight-field, .sliding-section .wrapper .flight .container-sm div .flight-field, .sliding-section .wrapper .flight .container-md div .flight-field, .sliding-section .wrapper .flight .container-lg div .flight-field, .sliding-section .wrapper .flight .container-xl div .flight-field, .sliding-section .wrapper .flight .container-xxl div .flight-field {
          font-size: 18px;
          font-size: 1.125rem;
          display: inline-block;
          font-weight: normal; }
          .sliding-section .wrapper .flight .container-fluid div .flight-field span, .sliding-section .wrapper .flight .container-sm div .flight-field span, .sliding-section .wrapper .flight .container-md div .flight-field span, .sliding-section .wrapper .flight .container-lg div .flight-field span, .sliding-section .wrapper .flight .container-xl div .flight-field span, .sliding-section .wrapper .flight .container-xxl div .flight-field span {
            display: block; }
            .sliding-section .wrapper .flight .container-fluid div .flight-field span.flight-first, .sliding-section .wrapper .flight .container-sm div .flight-field span.flight-first, .sliding-section .wrapper .flight .container-md div .flight-field span.flight-first, .sliding-section .wrapper .flight .container-lg div .flight-field span.flight-first, .sliding-section .wrapper .flight .container-xl div .flight-field span.flight-first, .sliding-section .wrapper .flight .container-xxl div .flight-field span.flight-first {
              font-size: 16px;
              font-size: 1rem; }
            .sliding-section .wrapper .flight .container-fluid div .flight-field span.flight-second, .sliding-section .wrapper .flight .container-sm div .flight-field span.flight-second, .sliding-section .wrapper .flight .container-md div .flight-field span.flight-second, .sliding-section .wrapper .flight .container-lg div .flight-field span.flight-second, .sliding-section .wrapper .flight .container-xl div .flight-field span.flight-second, .sliding-section .wrapper .flight .container-xxl div .flight-field span.flight-second {
              font-size: 20px;
              font-size: 1.25rem;
              margin-top: 10px;
              margin-top: 0.625rem;
              color: #004da9;
              font-weight: bold;
              text-align: center; }
          .sliding-section .wrapper .flight .container-fluid div .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-sm div .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-md div .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-lg div .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-xl div .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-xxl div .flight-field:not(:first-child) {
            margin-left: 30px;
            margin-left: 1.875rem; }
        .sliding-section .wrapper .flight .container-fluid div .flight-info-text, .sliding-section .wrapper .flight .container-sm div .flight-info-text, .sliding-section .wrapper .flight .container-md div .flight-info-text, .sliding-section .wrapper .flight .container-lg div .flight-info-text, .sliding-section .wrapper .flight .container-xl div .flight-info-text, .sliding-section .wrapper .flight .container-xxl div .flight-info-text {
          color: #696E9F;
          font-size: 14px;
          font-size: 0.875rem;
          margin-top: 10px;
          margin-top: 0.625rem; }
        .sliding-section .wrapper .flight .container-fluid .flight-time-distance, .sliding-section .wrapper .flight .container-sm .flight-time-distance, .sliding-section .wrapper .flight .container-md .flight-time-distance, .sliding-section .wrapper .flight .container-lg .flight-time-distance, .sliding-section .wrapper .flight .container-xl .flight-time-distance, .sliding-section .wrapper .flight .container-xxl .flight-time-distance {
          display: block;
          position: relative; }
        .sliding-section .wrapper .flight .container-fluid .slider-wrapper, .sliding-section .wrapper .flight .container-sm .slider-wrapper, .sliding-section .wrapper .flight .container-md .slider-wrapper, .sliding-section .wrapper .flight .container-lg .slider-wrapper, .sliding-section .wrapper .flight .container-xl .slider-wrapper, .sliding-section .wrapper .flight .container-xxl .slider-wrapper {
          display: inline-block;
          width: 264px;
          width: 16.5rem;
          position: relative; }
          .sliding-section .wrapper .flight .container-fluid .slider-wrapper .dots, .sliding-section .wrapper .flight .container-sm .slider-wrapper .dots, .sliding-section .wrapper .flight .container-md .slider-wrapper .dots, .sliding-section .wrapper .flight .container-lg .slider-wrapper .dots, .sliding-section .wrapper .flight .container-xl .slider-wrapper .dots, .sliding-section .wrapper .flight .container-xxl .slider-wrapper .dots {
            display: inline-block;
            width: 100%;
            height: 300px;
            height: 18.75rem;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translate3d(-32%, -55%, 0); }
        .sliding-section .wrapper .flight .container-fluid .full-width-slider, .sliding-section .wrapper .flight .container-sm .full-width-slider, .sliding-section .wrapper .flight .container-md .full-width-slider, .sliding-section .wrapper .flight .container-lg .full-width-slider, .sliding-section .wrapper .flight .container-xl .full-width-slider, .sliding-section .wrapper .flight .container-xxl .full-width-slider {
          width: 100%;
          margin-top: 20px;
          margin-top: 1.25rem;
          display: inline-block;
          position: relative;
          overflow: hidden;
          margin-left: 5px;
          margin-left: 0.3125rem; }
          .sliding-section .wrapper .flight .container-fluid .full-width-slider .slick-list, .sliding-section .wrapper .flight .container-sm .full-width-slider .slick-list, .sliding-section .wrapper .flight .container-md .full-width-slider .slick-list, .sliding-section .wrapper .flight .container-lg .full-width-slider .slick-list, .sliding-section .wrapper .flight .container-xl .full-width-slider .slick-list, .sliding-section .wrapper .flight .container-xxl .full-width-slider .slick-list {
            display: inline-block;
            width: 100%; }
            .sliding-section .wrapper .flight .container-fluid .full-width-slider .slick-list .slide, .sliding-section .wrapper .flight .container-sm .full-width-slider .slick-list .slide, .sliding-section .wrapper .flight .container-md .full-width-slider .slick-list .slide, .sliding-section .wrapper .flight .container-lg .full-width-slider .slick-list .slide, .sliding-section .wrapper .flight .container-xl .full-width-slider .slick-list .slide, .sliding-section .wrapper .flight .container-xxl .full-width-slider .slick-list .slide {
              display: inline-block;
              width: 100%;
              background-size: cover;
              position: relative; }
              .sliding-section .wrapper .flight .container-fluid .full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section .wrapper .flight .container-sm .full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section .wrapper .flight .container-md .full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section .wrapper .flight .container-lg .full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section .wrapper .flight .container-xl .full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section .wrapper .flight .container-xxl .full-width-slider .slick-list .slide .slide-text-wrapper {
                padding: 20px 0;
                padding: 1.25rem 0;
                display: inline-block;
                width: 100%;
                left: 0px;
                white-space: initial; }
              .sliding-section .wrapper .flight .container-fluid .full-width-slider .slick-list .slide h2, .sliding-section .wrapper .flight .container-sm .full-width-slider .slick-list .slide h2, .sliding-section .wrapper .flight .container-md .full-width-slider .slick-list .slide h2, .sliding-section .wrapper .flight .container-lg .full-width-slider .slick-list .slide h2, .sliding-section .wrapper .flight .container-xl .full-width-slider .slick-list .slide h2, .sliding-section .wrapper .flight .container-xxl .full-width-slider .slick-list .slide h2, .sliding-section .wrapper .flight .container-fluid .full-width-slider .slick-list .slide .h2, .sliding-section .wrapper .flight .container-sm .full-width-slider .slick-list .slide .h2, .sliding-section .wrapper .flight .container-md .full-width-slider .slick-list .slide .h2, .sliding-section .wrapper .flight .container-lg .full-width-slider .slick-list .slide .h2, .sliding-section .wrapper .flight .container-xl .full-width-slider .slick-list .slide .h2, .sliding-section .wrapper .flight .container-xxl .full-width-slider .slick-list .slide .h2 {
                font-size: 20px;
                font-size: 1.25rem; }
              .sliding-section .wrapper .flight .container-fluid .full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-sm .full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-md .full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-lg .full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-xl .full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-xxl .full-width-slider .slick-list .slide p {
                font-size: 16px;
                font-size: 1rem; }
          .sliding-section .wrapper .flight .container-fluid .full-width-slider .slick-dots, .sliding-section .wrapper .flight .container-sm .full-width-slider .slick-dots, .sliding-section .wrapper .flight .container-md .full-width-slider .slick-dots, .sliding-section .wrapper .flight .container-lg .full-width-slider .slick-dots, .sliding-section .wrapper .flight .container-xl .full-width-slider .slick-dots, .sliding-section .wrapper .flight .container-xxl .full-width-slider .slick-dots {
            display: none !important; }
        .sliding-section .wrapper .flight .container-fluid .slider.full-width-slider, .sliding-section .wrapper .flight .container-sm .slider.full-width-slider, .sliding-section .wrapper .flight .container-md .slider.full-width-slider, .sliding-section .wrapper .flight .container-lg .slider.full-width-slider, .sliding-section .wrapper .flight .container-xl .slider.full-width-slider, .sliding-section .wrapper .flight .container-xxl .slider.full-width-slider {
          width: 100%;
          display: inline-block;
          position: relative;
          overflow: hidden; }
          .sliding-section .wrapper .flight .container-fluid .slider.full-width-slider .slick-list, .sliding-section .wrapper .flight .container-sm .slider.full-width-slider .slick-list, .sliding-section .wrapper .flight .container-md .slider.full-width-slider .slick-list, .sliding-section .wrapper .flight .container-lg .slider.full-width-slider .slick-list, .sliding-section .wrapper .flight .container-xl .slider.full-width-slider .slick-list, .sliding-section .wrapper .flight .container-xxl .slider.full-width-slider .slick-list {
            display: inline-block;
            width: 100%; }
            .sliding-section .wrapper .flight .container-fluid .slider.full-width-slider .slick-list .slide, .sliding-section .wrapper .flight .container-sm .slider.full-width-slider .slick-list .slide, .sliding-section .wrapper .flight .container-md .slider.full-width-slider .slick-list .slide, .sliding-section .wrapper .flight .container-lg .slider.full-width-slider .slick-list .slide, .sliding-section .wrapper .flight .container-xl .slider.full-width-slider .slick-list .slide, .sliding-section .wrapper .flight .container-xxl .slider.full-width-slider .slick-list .slide {
              display: inline-block;
              width: 100%;
              background-size: cover;
              position: relative; }
              .sliding-section .wrapper .flight .container-fluid .slider.full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section .wrapper .flight .container-sm .slider.full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section .wrapper .flight .container-md .slider.full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section .wrapper .flight .container-lg .slider.full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section .wrapper .flight .container-xl .slider.full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section .wrapper .flight .container-xxl .slider.full-width-slider .slick-list .slide .slide-text-wrapper {
                padding: 20px 0;
                padding: 1.25rem 0;
                display: inline-block;
                width: 100%;
                left: 0px;
                white-space: initial; }
              .sliding-section .wrapper .flight .container-fluid .slider.full-width-slider .slick-list .slide h2, .sliding-section .wrapper .flight .container-sm .slider.full-width-slider .slick-list .slide h2, .sliding-section .wrapper .flight .container-md .slider.full-width-slider .slick-list .slide h2, .sliding-section .wrapper .flight .container-lg .slider.full-width-slider .slick-list .slide h2, .sliding-section .wrapper .flight .container-xl .slider.full-width-slider .slick-list .slide h2, .sliding-section .wrapper .flight .container-xxl .slider.full-width-slider .slick-list .slide h2, .sliding-section .wrapper .flight .container-fluid .slider.full-width-slider .slick-list .slide .h2, .sliding-section .wrapper .flight .container-sm .slider.full-width-slider .slick-list .slide .h2, .sliding-section .wrapper .flight .container-md .slider.full-width-slider .slick-list .slide .h2, .sliding-section .wrapper .flight .container-lg .slider.full-width-slider .slick-list .slide .h2, .sliding-section .wrapper .flight .container-xl .slider.full-width-slider .slick-list .slide .h2, .sliding-section .wrapper .flight .container-xxl .slider.full-width-slider .slick-list .slide .h2 {
                font-size: 20px;
                font-size: 1.25rem;
                margin-top: 0; }
              .sliding-section .wrapper .flight .container-fluid .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-sm .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-md .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-lg .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-xl .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-xxl .slider.full-width-slider .slick-list .slide p {
                display: inline-block;
                font-size: 16px;
                font-size: 1rem;
                width: 40%; }
          .sliding-section .wrapper .flight .container-fluid .slider.full-width-slider .dots-wrapper, .sliding-section .wrapper .flight .container-sm .slider.full-width-slider .dots-wrapper, .sliding-section .wrapper .flight .container-md .slider.full-width-slider .dots-wrapper, .sliding-section .wrapper .flight .container-lg .slider.full-width-slider .dots-wrapper, .sliding-section .wrapper .flight .container-xl .slider.full-width-slider .dots-wrapper, .sliding-section .wrapper .flight .container-xxl .slider.full-width-slider .dots-wrapper {
            display: inline-block;
            width: 100%;
            bottom: 0;
            height: 14px;
            height: 0.875rem; }
            .sliding-section .wrapper .flight .container-fluid .slider.full-width-slider .dots-wrapper .container, .sliding-section .wrapper .flight .container-sm .slider.full-width-slider .dots-wrapper .container, .sliding-section .wrapper .flight .container-md .slider.full-width-slider .dots-wrapper .container, .sliding-section .wrapper .flight .container-lg .slider.full-width-slider .dots-wrapper .container, .sliding-section .wrapper .flight .container-xl .slider.full-width-slider .dots-wrapper .container, .sliding-section .wrapper .flight .container-xxl .slider.full-width-slider .dots-wrapper .container {
              width: 100%; }
            .sliding-section .wrapper .flight .container-fluid .slider.full-width-slider .dots-wrapper .slick-dots, .sliding-section .wrapper .flight .container-sm .slider.full-width-slider .dots-wrapper .slick-dots, .sliding-section .wrapper .flight .container-md .slider.full-width-slider .dots-wrapper .slick-dots, .sliding-section .wrapper .flight .container-lg .slider.full-width-slider .dots-wrapper .slick-dots, .sliding-section .wrapper .flight .container-xl .slider.full-width-slider .dots-wrapper .slick-dots, .sliding-section .wrapper .flight .container-xxl .slider.full-width-slider .dots-wrapper .slick-dots {
              text-align: center; }
          .sliding-section .wrapper .flight .container-fluid .slider.full-width-slider .slick-dots, .sliding-section .wrapper .flight .container-sm .slider.full-width-slider .slick-dots, .sliding-section .wrapper .flight .container-md .slider.full-width-slider .slick-dots, .sliding-section .wrapper .flight .container-lg .slider.full-width-slider .slick-dots, .sliding-section .wrapper .flight .container-xl .slider.full-width-slider .slick-dots, .sliding-section .wrapper .flight .container-xxl .slider.full-width-slider .slick-dots {
            display: none !important; }
      .sliding-section .wrapper .flight-connect {
        font-size: 16px;
        font-size: 1rem;
        color: #004da9;
        position: relative;
        z-index: 2; }
        .sliding-section .wrapper .flight-connect .icon-connect {
          display: inline-block;
          margin-left: 30px;
          margin-left: 1.875rem;
          width: 30px;
          width: 1.875rem;
          height: 30px;
          height: 1.875rem;
          fill: #004da9; }
        .sliding-section .wrapper .flight-connect .ac-fbmessenger-wrapper, .sliding-section .wrapper .flight-connect .ac-twitter-wrapper {
          display: none; }
      .sliding-section .wrapper .flight-location {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: bold; }
        .sliding-section .wrapper .flight-location time {
          display: inline-block;
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: bold;
          margin-right: 20px;
          margin-right: 1.25rem; }
      .sliding-section .wrapper .flight-line {
        display: inline-block;
        width: calc(100% - 80px);
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        clear: both;
        height: 30px;
        height: 1.875rem; }
        .sliding-section .wrapper .flight-line-start {
          display: inline-block;
          width: 10px;
          width: 0.625rem;
          height: 10px;
          height: 0.625rem;
          border-radius: 50%;
          background-color: #004da9;
          vertical-align: middle; }
        .sliding-section .wrapper .flight-line-dash {
          display: inline-block;
          width: 6px;
          width: 0.375rem;
          height: 2px;
          background-color: #004da9;
          vertical-align: middle; }
        .sliding-section .wrapper .flight-line-general {
          display: inline-block;
          width: calc(100% - 40px);
          vertical-align: middle;
          border: 2px dashed #004da9;
          height: 0;
          top: 50%;
          position: absolute;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
          .sliding-section .wrapper .flight-line-general::before {
            content: "";
            position: absolute;
            left: -5px;
            left: -0.3125rem;
            top: -5px;
            top: -0.3125rem;
            width: 10px;
            width: 0.625rem;
            height: 10px;
            height: 0.625rem;
            border-radius: 50%;
            background-color: #004da9; }
        .sliding-section .wrapper .flight-line-distance {
          font-size: 14px;
          font-size: 0.875rem;
          margin: 0;
          color: #004da9;
          background-color: #fff;
          z-index: 9;
          display: inline-block;
          position: absolute;
          left: 50%;
          padding: 0 10px;
          padding: 0 0.625rem;
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          top: 20%; }
        .sliding-section .wrapper .flight-line .icon-plane {
          display: inline-block;
          width: 30px;
          width: 1.875rem;
          height: 30px;
          height: 1.875rem;
          vertical-align: middle;
          fill: #004da9;
          position: absolute;
          right: 0;
          top: -50%;
          -ms-transform: translateY(50%);
              transform: translateY(50%); }
    .sliding-section .wrapper .flight-wrapper {
      background-color: #F4F1ED;
      padding: 0 0 0 60px;
      padding: 0 0 0 3.75rem; }
      .sliding-section .wrapper .flight-wrapper .timeline {
        position: relative;
        max-width: 95%;
        margin: 0;
        color: #000;
        padding: 40px 0;
        padding: 2.5rem 0; }
        .sliding-section .wrapper .flight-wrapper .timeline .timeline-container {
          padding: 0;
          position: relative;
          background-color: inherit;
          margin: 0;
          display: inline-block;
          width: 100%; }
          .sliding-section .wrapper .flight-wrapper .timeline .timeline-container:not(:first-child) {
            margin-top: 20px !important;
            margin-top: 1.25rem !important; }
          .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside {
            padding: 0;
            position: relative;
            border-radius: 0.375rem;
            width: 100%; }
            .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside.left .timeline-number {
              font-size: 160px;
              font-size: 10rem;
              font-weight: bolder;
              color: #cbc9d1;
              position: absolute;
              left: -40px;
              left: -2.5rem;
              top: -30px;
              top: -1.875rem;
              z-index: 2;
              width: auto; }
            .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside.right .timeline-number {
              font-size: 160px;
              font-size: 10rem;
              font-weight: bolder;
              color: #cbc9d1;
              position: absolute;
              right: -50px;
              right: -3.125rem;
              top: -30px;
              top: -1.875rem;
              z-index: 2;
              width: auto; }
            .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content {
              background-color: white;
              padding: 35px 35px 15px 35px;
              padding: 2.1875rem 2.1875rem 0.9375rem 2.1875rem;
              display: inline-block;
              box-shadow: 0 15px 20px 6px rgba(0, 0, 0, 0.05); }
              .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content img {
                width: auto !important;
                float: left; }
              .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content-image {
                overflow: hidden;
                height: 272px;
                height: 17rem; }
                .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content-image img {
                  width: 100% !important; }
              .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side {
                display: inline-block;
                width: 85%;
                float: left; }
            .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div h5, .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .h5 {
              font-size: 18px;
              font-size: 1.125rem;
              font-weight: bold;
              color: #2A2D64;
              margin-bottom: 20px;
              margin-bottom: 1.25rem;
              margin-top: 0;
              line-height: 1.5;
              padding: 0 10px;
              padding: 0 0.625rem; }
            .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div p {
              color: #2A2D64;
              padding: 0 10px;
              padding: 0 0.625rem; }
            .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div a {
              color: #004da9;
              font-weight: bold;
              font-size: 14px;
              font-size: 0.875rem; }
              .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div a img {
                float: unset !important;
                margin-top: -5px;
                margin-top: -0.3125rem;
                margin-left: 10px;
                margin-left: 0.625rem; }
            .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside::after {
              content: '';
              position: absolute;
              width: 10px;
              width: 0.625rem;
              height: 10px;
              height: 0.625rem;
              left: calc(50% - 4px);
              background-color: #1CCFC9;
              top: 0;
              border-radius: 50%;
              z-index: 1; }
        .sliding-section .wrapper .flight-wrapper .timeline::after {
          content: '';
          position: absolute;
          width: 2px;
          background-color: #1CCFC9;
          top: 50%;
          left: calc(50% - 11px);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
          height: calc(100% - 80px); }
    .sliding-section .wrapper ::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .sliding-section .wrapper ::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .sliding-section .wrapper :-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .sliding-section .wrapper :-moz-placeholder {
      color: rgba(255, 255, 255, 0.6); }
  .sliding-section .wrapper .connect-flight .flight-line {
    width: 50%; }
  .sliding-section .wrapper .connect-flight .arrival-time {
    margin-right: 0; }
  .sliding-section .wrapper .journey-genie-departure .flight-line {
    width: 70%; }
  .sliding-section .loader-wrapper {
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 2; }
  .sliding-section .circle-loader, .sliding-section .loader-wrapper {
    display: none; }
  .sliding-section.loading .circle-loader {
    display: block; }
  .sliding-section.loading .loader-wrapper {
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 991px) {
    .sliding-section .journey-genie-flight-info {
      border-top: 1px solid lightgray; } }

@media screen and (max-width: 1200px) {
  .sliding-section .wrapper .flight .container-fluid div .flight-field-bold, .sliding-section .wrapper .flight .container-sm div .flight-field-bold, .sliding-section .wrapper .flight .container-md div .flight-field-bold, .sliding-section .wrapper .flight .container-lg div .flight-field-bold, .sliding-section .wrapper .flight .container-xl div .flight-field-bold, .sliding-section .wrapper .flight .container-xxl div .flight-field-bold {
    font-size: 0.875rem; }
  .sliding-section .wrapper .flight .container-fluid div .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-sm div .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-md div .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-lg div .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-xl div .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-xxl div .flight-field:not(:first-child) {
    margin-left: 1.25rem; }
  .sliding-section .wrapper .flight .container-fluid .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-sm .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-md .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-lg .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-xl .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-xxl .slider.full-width-slider .slick-list .slide p {
    width: 60%; }
  .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content {
    padding: 1.5625rem 1.5625rem 0.9375rem 1.5625rem; }
    .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side {
      width: 80%; } }

@media screen and (max-width: 991px) {
  .sliding-section {
    width: 100%;
    height: 100%;
    padding: 1.25rem 1.25rem 0 1.25rem; }
    .sliding-section.active.changed:after {
      background: unset;
      background: unset;
      background: unset;
      background: unset; }
    .sliding-section.active:after {
      transform: translate3d(0, 0, 0) skewy(4deg); }
    .sliding-section:after {
      content: " ";
      display: inline-block;
      width: 100%;
      height: 6.25rem;
      background-color: white;
      position: absolute;
      top: -1.25rem;
      left: 0;
      transition: 0.3s ease-out;
      transform: translate3d(0, 0, 0) skewY(2deg); }
    .sliding-section .wrapper.active {
      overflow: auto; }
    .sliding-section .wrapper .content {
      overflow-y: auto;
      overflow-x: hidden;
      padding: 0 1.25rem 0 1.25rem; }
      .sliding-section .wrapper .content .close-button {
        right: 1.25rem;
        top: 2.1875rem;
        font-size: 0.75rem;
        color: #2A2D64 !important;
        z-index: 999;
        width: 5rem;
        background-color: transparent; }
      .sliding-section .wrapper .content .reverse-skew {
        height: 100%; }
        .sliding-section .wrapper .content .reverse-skew div.row {
          height: 100%; }
          .sliding-section .wrapper .content .reverse-skew div.row .flight-search-bar {
            padding: 0;
            width: 100%; }
            .sliding-section .wrapper .content .reverse-skew div.row .flight-search-bar h2, .sliding-section .wrapper .content .reverse-skew div.row .flight-search-bar .h2 {
              padding: 0 1.25rem;
              margin-top: 7.5rem;
              margin-bottom: 0.625rem;
              text-align: center; }
            .sliding-section .wrapper .content .reverse-skew div.row .flight-search-bar p {
              padding: 0 1.25rem;
              text-align: center !important; }
            .sliding-section .wrapper .content .reverse-skew div.row .flight-search-bar .input-wrapper {
              width: 100%;
              margin: 0; }
              .sliding-section .wrapper .content .reverse-skew div.row .flight-search-bar .input-wrapper label {
                display: block;
                position: relative;
                width: 75%;
                margin: auto; }
          .sliding-section .wrapper .content .reverse-skew div.row .slider-column {
            width: 100%; }
            .sliding-section .wrapper .content .reverse-skew div.row .slider-column .slider-wrapper {
              display: block;
              margin: 2.5rem auto; }
        .sliding-section .wrapper .content .reverse-skew .flights-list {
          width: 100.2%;
          height: auto;
          left: 0;
          z-index: 9;
          max-height: unset; }
          .sliding-section .wrapper .content .reverse-skew .flights-list-item {
            height: unset;
            margin: 0 !important;
            cursor: pointer;
            padding: 0.625rem; }
            .sliding-section .wrapper .content .reverse-skew .flights-list-item:first-of-type {
              padding-top: 1.25rem; }
            .sliding-section .wrapper .content .reverse-skew .flights-list-item-time {
              width: 5.625rem; }
              .sliding-section .wrapper .content .reverse-skew .flights-list-item-time .item-wrapper time {
                font-size: 0.75rem; }
            .sliding-section .wrapper .content .reverse-skew .flights-list-item-location {
              width: calc(100% - 160px); }
              .sliding-section .wrapper .content .reverse-skew .flights-list-item-location .item-wrapper {
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap; }
                .sliding-section .wrapper .content .reverse-skew .flights-list-item-location .item-wrapper span {
                  font-size: 0.75rem; }
            .sliding-section .wrapper .content .reverse-skew .flights-list-item-social {
              width: 3.75rem; }
        .sliding-section .wrapper .content .reverse-skew .slider-wrapper {
          margin-top: 2.5rem; }
    .sliding-section .wrapper .flight {
      overflow-y: auto;
      /* START: Edge & IE bug with excessive height */
      /* END: Edge & IE bug with excessive height */
      overflow-x: hidden;
      margin-left: 1.25rem; }
      .sliding-section .wrapper .flight .selector {
        overflow-y: hidden; }
      .sliding-section .wrapper .flight .scroll-area {
        padding-left: 0; }
        .sliding-section .wrapper .flight .scroll-area div.row .back-button {
          font-size: 0.875rem;
          left: 0.625rem; }
        .sliding-section .wrapper .flight .scroll-area div.row .close-button {
          display: inline-block;
          font-size: 0.875rem;
          right: 2.5rem; }
      .sliding-section .wrapper .flight .container-fluid, .sliding-section .wrapper .flight .container-sm, .sliding-section .wrapper .flight .container-md, .sliding-section .wrapper .flight .container-lg, .sliding-section .wrapper .flight .container-xl, .sliding-section .wrapper .flight .container-xxl {
        padding: 0 1.25rem 0 1.25rem; }
        .sliding-section .wrapper .flight .container-fluid div.row.flight-details, .sliding-section .wrapper .flight .container-sm div.row.flight-details, .sliding-section .wrapper .flight .container-md div.row.flight-details, .sliding-section .wrapper .flight .container-lg div.row.flight-details, .sliding-section .wrapper .flight .container-xl div.row.flight-details, .sliding-section .wrapper .flight .container-xxl div.row.flight-details {
          margin-top: 1.25rem; }
        .sliding-section .wrapper .flight .container-fluid div.row .flight-line, .sliding-section .wrapper .flight .container-sm div.row .flight-line, .sliding-section .wrapper .flight .container-md div.row .flight-line, .sliding-section .wrapper .flight .container-lg div.row .flight-line, .sliding-section .wrapper .flight .container-xl div.row .flight-line, .sliding-section .wrapper .flight .container-xxl div.row .flight-line {
          display: inline-block;
          width: 0.4375rem;
          position: absolute;
          top: 0;
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          clear: both;
          height: 13.4375rem;
          left: 50%; }
          .sliding-section .wrapper .flight .container-fluid div.row .flight-line .flight-line-general, .sliding-section .wrapper .flight .container-sm div.row .flight-line .flight-line-general, .sliding-section .wrapper .flight .container-md div.row .flight-line .flight-line-general, .sliding-section .wrapper .flight .container-lg div.row .flight-line .flight-line-general, .sliding-section .wrapper .flight .container-xl div.row .flight-line .flight-line-general, .sliding-section .wrapper .flight .container-xxl div.row .flight-line .flight-line-general {
            display: inline-block;
            width: calc(100% - 40px);
            vertical-align: middle;
            border: 2px dashed #1CCFC9;
            top: 50%;
            position: absolute;
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            height: calc(100% - 40px); }
          .sliding-section .wrapper .flight .container-fluid div.row .flight-line .flight-line-distance, .sliding-section .wrapper .flight .container-sm div.row .flight-line .flight-line-distance, .sliding-section .wrapper .flight .container-md div.row .flight-line .flight-line-distance, .sliding-section .wrapper .flight .container-lg div.row .flight-line .flight-line-distance, .sliding-section .wrapper .flight .container-xl div.row .flight-line .flight-line-distance, .sliding-section .wrapper .flight .container-xxl div.row .flight-line .flight-line-distance {
            font-size: 0.875rem;
            margin: 0;
            color: #1CCFC9;
            background-color: #fff;
            z-index: 9;
            display: inline-block;
            position: absolute;
            left: 50%;
            padding: 0 0.625rem;
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            top: 50%;
            text-align: center; }
          .sliding-section .wrapper .flight .container-fluid div.row .flight-line .icon-plane, .sliding-section .wrapper .flight .container-sm div.row .flight-line .icon-plane, .sliding-section .wrapper .flight .container-md div.row .flight-line .icon-plane, .sliding-section .wrapper .flight .container-lg div.row .flight-line .icon-plane, .sliding-section .wrapper .flight .container-xl div.row .flight-line .icon-plane, .sliding-section .wrapper .flight .container-xxl div.row .flight-line .icon-plane {
            display: inline-block;
            width: 1.875rem;
            height: 1.875rem;
            vertical-align: middle;
            fill: #2A2D64;
            position: absolute;
            right: unset;
            bottom: -1.25rem;
            top: unset;
            left: 50%;
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
        .sliding-section .wrapper .flight .container-fluid div.row.change-flight-row, .sliding-section .wrapper .flight .container-sm div.row.change-flight-row, .sliding-section .wrapper .flight .container-md div.row.change-flight-row, .sliding-section .wrapper .flight .container-lg div.row.change-flight-row, .sliding-section .wrapper .flight .container-xl div.row.change-flight-row, .sliding-section .wrapper .flight .container-xxl div.row.change-flight-row {
          margin-bottom: 3.125rem; }
          .sliding-section .wrapper .flight .container-fluid div.row.change-flight-row div, .sliding-section .wrapper .flight .container-sm div.row.change-flight-row div, .sliding-section .wrapper .flight .container-md div.row.change-flight-row div, .sliding-section .wrapper .flight .container-lg div.row.change-flight-row div, .sliding-section .wrapper .flight .container-xl div.row.change-flight-row div, .sliding-section .wrapper .flight .container-xxl div.row.change-flight-row div {
            text-align: center; }
        .sliding-section .wrapper .flight .container-fluid div .flight-field-bold, .sliding-section .wrapper .flight .container-sm div .flight-field-bold, .sliding-section .wrapper .flight .container-md div .flight-field-bold, .sliding-section .wrapper .flight .container-lg div .flight-field-bold, .sliding-section .wrapper .flight .container-xl div .flight-field-bold, .sliding-section .wrapper .flight .container-xxl div .flight-field-bold {
          font-size: 0.875rem; }
        .sliding-section .wrapper .flight .container-fluid div .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-sm div .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-md div .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-lg div .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-xl div .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-xxl div .flight-field:not(:first-child) {
          margin-left: 1.25rem; }
        .sliding-section .wrapper .flight .container-fluid .flight-connect, .sliding-section .wrapper .flight .container-sm .flight-connect, .sliding-section .wrapper .flight .container-md .flight-connect, .sliding-section .wrapper .flight .container-lg .flight-connect, .sliding-section .wrapper .flight .container-xl .flight-connect, .sliding-section .wrapper .flight .container-xxl .flight-connect {
          float: right; } }
      @media screen and (max-width: 991px) and (max-width: 991px) {
        .sliding-section .wrapper .flight .container-fluid .flight-connect-wrapper, .sliding-section .wrapper .flight .container-sm .flight-connect-wrapper, .sliding-section .wrapper .flight .container-md .flight-connect-wrapper, .sliding-section .wrapper .flight .container-lg .flight-connect-wrapper, .sliding-section .wrapper .flight .container-xl .flight-connect-wrapper, .sliding-section .wrapper .flight .container-xxl .flight-connect-wrapper {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          text-align: center; }
          .sliding-section .wrapper .flight .container-fluid .flight-connect-wrapper .icon-connect, .sliding-section .wrapper .flight .container-sm .flight-connect-wrapper .icon-connect, .sliding-section .wrapper .flight .container-md .flight-connect-wrapper .icon-connect, .sliding-section .wrapper .flight .container-lg .flight-connect-wrapper .icon-connect, .sliding-section .wrapper .flight .container-xl .flight-connect-wrapper .icon-connect, .sliding-section .wrapper .flight .container-xxl .flight-connect-wrapper .icon-connect {
            margin-left: 0;
            vertical-align: middle; }
          .sliding-section .wrapper .flight .container-fluid .flight-connect-wrapper #add-connection-search, .sliding-section .wrapper .flight .container-sm .flight-connect-wrapper #add-connection-search, .sliding-section .wrapper .flight .container-md .flight-connect-wrapper #add-connection-search, .sliding-section .wrapper .flight .container-lg .flight-connect-wrapper #add-connection-search, .sliding-section .wrapper .flight .container-xl .flight-connect-wrapper #add-connection-search, .sliding-section .wrapper .flight .container-xxl .flight-connect-wrapper #add-connection-search {
            margin-top: 0.625rem; } }

@media screen and (max-width: 991px) {
        .sliding-section .wrapper .flight .container-fluid .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-sm .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-md .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-lg .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-xl .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-xxl .slider.full-width-slider .slick-list .slide p {
          width: 100%; }
    .sliding-section .wrapper .flight-wrapper {
      padding: 0 0 0 2.5rem;
      overflow-y: hidden; }
      .sliding-section .wrapper .flight-wrapper .timeline {
        max-width: 100%; }
        .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside {
          margin: 0; }
          .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content {
            width: 100%;
            padding: 1.5625rem 1.5625rem 0.9375rem 1.5625rem; }
            .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side {
              width: 80%;
              font-size: 0.875rem; }
          .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside::after {
            content: '';
            position: absolute;
            width: 0.625rem;
            height: 0.625rem;
            left: calc(2.16% + 10px);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            background-color: #1CCFC9;
            top: 50%;
            border-radius: 50%;
            z-index: 1; }
        .sliding-section .wrapper .flight-wrapper .timeline::after {
          content: '';
          position: absolute;
          width: 2px;
          background-color: #1CCFC9;
          top: 9.0625rem;
          left: calc(2.16% + 10px);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          height: calc(100% - 80px); } }

@media screen and (max-width: 767px) {
  .sliding-section .wrapper .content .close-button {
    top: 1.875rem; }
  .sliding-section .wrapper .content .reverse-skew h2, .sliding-section .wrapper .content .reverse-skew .h2 {
    margin-top: 3.75rem;
    font-size: 1.125rem; }
  .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div h5, .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .h5 {
    font-size: 0.875rem; }
  .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div p {
    font-size: 0.75rem; }
  .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside::after {
    content: '';
    position: absolute;
    width: 0.625rem;
    height: 0.625rem;
    left: -0.625rem;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background-color: #1CCFC9;
    top: 50%;
    border-radius: 50%;
    z-index: 1; }
  .sliding-section .wrapper .flight-wrapper .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #1CCFC9;
    top: 9.0625rem;
    left: -0.625rem;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    height: calc(100% - 80px); } }

@media screen and (max-width: 480px) {
  .sliding-section .wrapper .content .close-button {
    top: 1.5625rem; }
  .sliding-section .wrapper .content .reverse-skew {
    top: unset;
    -ms-transform: unset;
        transform: unset;
    width: unset; }
    .sliding-section .wrapper .content .reverse-skew h2, .sliding-section .wrapper .content .reverse-skew .h2 {
      margin-top: 3.75rem;
      font-size: 1.125rem; }
    .sliding-section .wrapper .content .reverse-skew .slider-wrapper {
      width: 12.5rem;
      margin-left: auto;
      margin-top: 2.5rem;
      margin-bottom: 0.625rem; }
      .sliding-section .wrapper .content .reverse-skew .slider-wrapper .dots {
        transform: translate3d(-26%, -40%, 0); }
    .sliding-section .wrapper .content .reverse-skew .slider {
      width: 12.5rem;
      height: 21.875rem; }
      .sliding-section .wrapper .content .reverse-skew .slider .slick-list {
        display: inline-block;
        width: 12.5rem; }
        .sliding-section .wrapper .content .reverse-skew .slider .slick-list .slide {
          width: 12.5rem;
          height: 20rem; }
          .sliding-section .wrapper .content .reverse-skew .slider .slick-list .slide h2, .sliding-section .wrapper .content .reverse-skew .slider .slick-list .slide .h2 {
            font-size: 1.25rem; }
          .sliding-section .wrapper .content .reverse-skew .slider .slick-list .slide p {
            font-size: 1rem; }
  .sliding-section .wrapper .content .input-wrapper {
    font-weight: normal;
    width: 75%;
    margin: 0 auto 1.25rem auto; }
    .sliding-section .wrapper .content .input-wrapper input {
      margin-top: 1.25rem; }
  .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content img {
    width: 15% !important; }
  .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side {
    width: 85%;
    font-size: 0.875rem; }
    .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side h5, .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side .h5 {
      font-size: 0.75rem; }
    .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side p {
      font-size: 0.75rem; }
      .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side p a {
        font-size: 0.75rem; }
        .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side p a img {
          width: auto !important;
          margin-left: 0.3125rem; }
  .sliding-section .wrapper .flight-wrapper .timeline .timeline-container .content-inside::after {
    content: '';
    position: absolute;
    width: 0.625rem;
    height: 0.625rem;
    left: -0.625rem;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background-color: #1CCFC9;
    top: 50%;
    border-radius: 50%;
    z-index: 1; }
  .sliding-section .wrapper .flight-wrapper .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #1CCFC9;
    top: 9.375rem;
    left: -0.625rem;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    height: calc(100% - 80px); } }

@media screen and (min-width: 320px) and (max-width: 479px) {
  .sliding-section .wrapper .flight .container-fluid div.row .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-sm div.row .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-md div.row .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-lg div.row .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-xl div.row .flight-field:not(:first-child), .sliding-section .wrapper .flight .container-xxl div.row .flight-field:not(:first-child) {
    margin-left: 0; }
  .sliding-section .wrapper .flight .container-fluid div.row .flight-number, .sliding-section .wrapper .flight .container-sm div.row .flight-number, .sliding-section .wrapper .flight .container-md div.row .flight-number, .sliding-section .wrapper .flight .container-lg div.row .flight-number, .sliding-section .wrapper .flight .container-xl div.row .flight-number, .sliding-section .wrapper .flight .container-xxl div.row .flight-number {
    font-size: 1.5rem; }
  .sliding-section .wrapper .flight .container-fluid div.row .flight-connect, .sliding-section .wrapper .flight .container-sm div.row .flight-connect, .sliding-section .wrapper .flight .container-md div.row .flight-connect, .sliding-section .wrapper .flight .container-lg div.row .flight-connect, .sliding-section .wrapper .flight .container-xl div.row .flight-connect, .sliding-section .wrapper .flight .container-xxl div.row .flight-connect {
    font-size: 0.75rem; }
  .sliding-section .wrapper .flight .container-fluid div.row .flight-line, .sliding-section .wrapper .flight .container-sm div.row .flight-line, .sliding-section .wrapper .flight .container-md div.row .flight-line, .sliding-section .wrapper .flight .container-lg div.row .flight-line, .sliding-section .wrapper .flight .container-xl div.row .flight-line, .sliding-section .wrapper .flight .container-xxl div.row .flight-line {
    left: 70%; }
  .sliding-section .wrapper .flight .container-fluid .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-sm .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-md .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-lg .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-xl .slider.full-width-slider .slick-list .slide p, .sliding-section .wrapper .flight .container-xxl .slider.full-width-slider .slick-list .slide p {
    font-size: 0.75rem; }
  .sliding-section .wrapper .flight-wrapper .timeline::after {
    top: 4%; } }

.flight-status-filters {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.select2-container--default .select2-selection--single {
  border: none;
  background: transparent; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2A2D64;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  opacity: 0.6;
  line-height: 48px;
  line-height: 3rem; }

.select2-container--open .select2-dropdown--below {
  top: 22px;
  top: 1.375rem; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  margin: 0;
  padding: 15px;
  padding: 0.9375rem; }

#flight-status-filters-origin-label .select2-container {
  width: 258.25px !important;
  width: 16.14063rem !important; }

.sliding-section-rtl {
  display: inline-block;
  width: 75%;
  height: 100%;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 1030;
  transition: 0.4s transform ease-in-out;
  padding: 40px 0 40px 40px;
  padding: 2.5rem 0 2.5rem 2.5rem;
  background-color: #FFF; }
  .sliding-section-rtl.active {
    color: black;
    transform: translate3d(100%, 0, 0);
    box-shadow: 0 2.5rem 2.5rem 0 black; }
    .sliding-section-rtl.active:after {
      transform: translate3d(50%, -50%, 0) skewX(3deg); }
    .sliding-section-rtl.active.changed {
      transition: all 0.4s; }
      .sliding-section-rtl.active.changed:after {
        z-index: -1; }
  .sliding-section-rtl .circle-loader, .sliding-section-rtl .loader-wrapper {
    display: none; }
  .sliding-section-rtl.loading .circle-loader {
    display: block; }
  .sliding-section-rtl.loading .loader-wrapper {
    display: -ms-flexbox;
    display: flex; }
  .sliding-section-rtl:after {
    content: " ";
    display: inline-block;
    width: 60px;
    width: 3.75rem;
    height: calc( 100% + 120px);
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.3s ease-out;
    transform: translate3d(0, -50%, 0) skewX(0deg); }
  .sliding-section-rtl .close-button-first-mobile {
    display: none; }
  @media screen and (max-width: 767px) {
    .sliding-section-rtl .close-button-first-mobile {
      position: absolute;
      right: 20px;
      z-index: 9;
      top: 0.3125rem;
      background-color: transparent;
      display: inline-block;
      width: 6.25rem;
      padding: 0.625rem 0;
      font-weight: 400;
      font-size: 0.875rem;
      color: #2A2D64 !important;
      box-shadow: none; }
      .sliding-section-rtl .close-button-first-mobile .icon-close {
        display: inline-block;
        width: 0.9375rem;
        height: 0.9375rem;
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        right: 0px;
        fill: #2A2D64; }
    .sliding-section-rtl.changed .close-button-first-mobile {
      display: none; }
    .sliding-section-rtl #first.content .close-button {
      display: none; } }
  .sliding-section-rtl .wrapper {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: all .3s; }
    .sliding-section-rtl .wrapper #second.content {
      padding: 0 50px;
      padding: 0 3.125rem;
      background-color: white; }
    .sliding-section-rtl .wrapper h2, .sliding-section-rtl .wrapper .h2 {
      font-size: 30px;
      font-size: 1.875rem;
      color: #2A2D64; }
    .sliding-section-rtl .wrapper p {
      color: #2A2D64; }
    .sliding-section-rtl .wrapper.active {
      /* START: EDGE */
      /* END: EDGE */ }
      .sliding-section-rtl .wrapper.active .content,
      .sliding-section-rtl .wrapper.active .flight {
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
      .sliding-section-rtl .wrapper.active .flight {
        /* Apply specific styles only in IE */ }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .sliding-section-rtl .wrapper.active .flight {
            /* IE10+ CSS styles go here */
            overflow: hidden; } }
      @supports (-ms-ime-align: auto) {
        .sliding-section-rtl .wrapper.active .flight {
          overflow: hidden; } }
    .sliding-section-rtl .wrapper .content {
      background-color: #2A2D64;
      display: inline-block;
      height: 100%;
      padding: 0 90px 0 50px;
      padding: 0 5.625rem 0 3.125rem;
      float: right;
      transition: all .3s;
      box-shadow: inset 0 0 0px 2px #fff; }
      .sliding-section-rtl .wrapper .content .close-button {
        position: absolute;
        right: 40px;
        top: 0;
        background-color: transparent;
        display: inline-block;
        width: 100px;
        width: 6.25rem;
        padding: 10px 0;
        padding: 0.625rem 0;
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem;
        color: #2A2D64 !important;
        box-shadow: none; }
        .sliding-section-rtl .wrapper .content .close-button .icon-close {
          display: inline-block;
          width: 15px;
          width: 0.9375rem;
          height: 15px;
          height: 0.9375rem;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 0px;
          fill: #2A2D64; }
      .sliding-section-rtl .wrapper .content .reverse-skew {
        position: relative;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        width: 100%; }
        .sliding-section-rtl .wrapper .content .reverse-skew h2, .sliding-section-rtl .wrapper .content .reverse-skew .h2 {
          margin-top: 90px;
          margin-top: 5.625rem;
          font-size: 26px;
          font-size: 1.625rem;
          text-align: right; }
        .sliding-section-rtl .wrapper .content .reverse-skew p {
          font-size: 12px;
          font-size: 0.75rem;
          text-align: right; }
      .sliding-section-rtl .wrapper .content .input-wrapper input {
        background: none;
        border: 0;
        border-radius: 0;
        border-bottom: solid 2px white;
        color: #FFF;
        margin-bottom: 0;
        letter-spacing: 0;
        line-height: 57px;
        line-height: 3.5625rem;
        font-weight: bold;
        padding: 0 0 0 30px;
        padding: 0 0 0 1.875rem;
        display: block;
        margin-top: 50px;
        margin-top: 3.125rem;
        text-align: right; }
      .sliding-section-rtl .wrapper .content .input-wrapper .icon-plane {
        position: absolute;
        top: 50%;
        right: 0px;
        display: inline-block;
        width: 26px;
        width: 1.625rem;
        height: 14px;
        height: 0.875rem;
        transform: translate3d(0, -50%, 0);
        fill: #FFD100; }
      .sliding-section-rtl .wrapper .content .flights-list {
        display: inline-block;
        width: 550px;
        width: 34.375rem;
        height: auto;
        max-height: 250px;
        max-height: 15.625rem;
        position: absolute;
        right: 0;
        top: calc( 100% + 2px);
        background-color: white;
        padding: 0;
        z-index: 9; }
        .sliding-section-rtl .wrapper .content .flights-list-item {
          height: unset;
          margin: 0 !important;
          cursor: pointer;
          padding: 10px 30px;
          padding: 0.625rem 1.875rem; }
          .sliding-section-rtl .wrapper .content .flights-list-item:first-of-type {
            margin-top: 30px !important;
            margin-top: 1.875rem !important; }
          .sliding-section-rtl .wrapper .content .flights-list-item:last-of-type {
            margin-bottom: 30px !important;
            margin-bottom: 1.875rem !important; }
          .sliding-section-rtl .wrapper .content .flights-list-item-time {
            width: 120px;
            width: 7.5rem;
            float: right; }
          .sliding-section-rtl .wrapper .content .flights-list-item-location {
            width: calc(100% - 220px);
            float: right; }
          .sliding-section-rtl .wrapper .content .flights-list-item-social {
            width: 70px;
            width: 4.375rem;
            float: left; }
            .sliding-section-rtl .wrapper .content .flights-list-item-social .item-wrapper {
              right: 0px;
              text-align: right; }
          .sliding-section-rtl .wrapper .content .flights-list-item:hover time,
          .sliding-section-rtl .wrapper .content .flights-list-item:hover span {
            transition: 0.5s ease-out;
            opacity: 1;
            color: #2A2D64; }
      .sliding-section-rtl .wrapper .content .slider-wrapper {
        display: inline-block;
        width: 264px;
        width: 16.5rem;
        position: relative; }
        .sliding-section-rtl .wrapper .content .slider-wrapper .dots {
          display: inline-block;
          width: 100%;
          height: 300px;
          height: 18.75rem;
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          left: 0px;
          top: 50%;
          transform: translate3d(31%, -55%, 0); }
      .sliding-section-rtl .wrapper .content .slider {
        display: inline-block;
        width: 264px;
        width: 16.5rem;
        height: 460px;
        height: 28.75rem;
        position: relative;
        overflow: hidden; }
        .sliding-section-rtl .wrapper .content .slider .slick-list {
          display: inline-block;
          width: 264px;
          width: 16.5rem; }
          .sliding-section-rtl .wrapper .content .slider .slick-list .slide {
            display: inline-block;
            width: 264px;
            width: 16.5rem;
            height: 420px;
            height: 26.25rem;
            background-size: cover;
            background-color: #2A2D64;
            position: relative; }
            .sliding-section-rtl .wrapper .content .slider .slick-list .slide .slide-text-wrapper {
              padding: 20px 0;
              padding: 1.25rem 0;
              position: absolute;
              bottom: 0;
              display: inline-block;
              width: 100%;
              left: 0px;
              white-space: initial; }
            .sliding-section-rtl .wrapper .content .slider .slick-list .slide h2, .sliding-section-rtl .wrapper .content .slider .slick-list .slide .h2 {
              font-size: 20px;
              font-size: 1.25rem;
              text-align: right;
              color: #FFF; }
            .sliding-section-rtl .wrapper .content .slider .slick-list .slide p {
              font-size: 16px;
              font-size: 1rem;
              text-align: right;
              color: #FFF; }
        .sliding-section-rtl .wrapper .content .slider .dots-wrapper {
          display: inline-block;
          width: 100%;
          bottom: 0;
          height: 14px;
          height: 0.875rem; }
          .sliding-section-rtl .wrapper .content .slider .dots-wrapper .container {
            width: 100%; }
          .sliding-section-rtl .wrapper .content .slider .dots-wrapper .slick-dots {
            text-align: center; }
    .sliding-section-rtl .wrapper .flight {
      overflow-x: hidden;
      overflow-y: auto;
      margin-right: 70px;
      margin-right: 4.375rem;
      transition: all .3s;
      display: inline-block;
      float: right; }
      .sliding-section-rtl .wrapper .flight .scroll-area {
        padding-right: 20px;
        padding-right: 1.25rem; }
      .sliding-section-rtl .wrapper .flight .row .back-button {
        background-color: transparent;
        display: inline-block;
        width: 100px;
        width: 6.25rem;
        padding: 15px 0;
        padding: 0.9375rem 0;
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem;
        color: #2A2D64 !important;
        box-shadow: none;
        top: 0;
        position: relative;
        outline: 0;
        left: 10px;
        left: 0.625rem; }
        .sliding-section-rtl .wrapper .flight .row .back-button .icon-close {
          display: inline-block;
          width: 15px;
          width: 0.9375rem;
          height: 15px;
          height: 0.9375rem;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 0px;
          fill: #2A2D64; }
        .sliding-section-rtl .wrapper .flight .row .back-button .icon-back {
          display: inline-block;
          width: 15px;
          width: 0.9375rem;
          height: 15px;
          height: 0.9375rem;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0) rotate(90deg);
          right: 10px;
          right: 0.625rem;
          fill: #2A2D64; }
      .sliding-section-rtl .wrapper .flight .row .close-button {
        position: absolute;
        right: 60px;
        top: 0;
        background-color: transparent;
        display: inline-block;
        width: 100px;
        width: 6.25rem;
        padding: 15px 0;
        padding: 0.9375rem 0;
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem;
        color: #2A2D64 !important;
        box-shadow: none; }
        .sliding-section-rtl .wrapper .flight .row .close-button .icon-close {
          display: inline-block;
          width: 15px;
          width: 0.9375rem;
          height: 15px;
          height: 0.9375rem;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 0px;
          fill: #2A2D64; }
      .sliding-section-rtl .wrapper .flight .container-fluid, .sliding-section-rtl .wrapper .flight .container-sm, .sliding-section-rtl .wrapper .flight .container-md, .sliding-section-rtl .wrapper .flight .container-lg, .sliding-section-rtl .wrapper .flight .container-xl, .sliding-section-rtl .wrapper .flight .container-xxl {
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: bold;
        color: #2A2D64;
        padding: 0 0 0 80px;
        padding: 0 0 0 5rem;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; }
        .sliding-section-rtl .wrapper .flight .container-fluid .row.flight-row-distance, .sliding-section-rtl .wrapper .flight .container-sm .row.flight-row-distance, .sliding-section-rtl .wrapper .flight .container-md .row.flight-row-distance, .sliding-section-rtl .wrapper .flight .container-lg .row.flight-row-distance, .sliding-section-rtl .wrapper .flight .container-xl .row.flight-row-distance, .sliding-section-rtl .wrapper .flight .container-xxl .row.flight-row-distance {
          margin-bottom: 5px;
          margin-bottom: 0.3125rem; }
        .sliding-section-rtl .wrapper .flight .container-fluid .row.flight-row-location, .sliding-section-rtl .wrapper .flight .container-sm .row.flight-row-location, .sliding-section-rtl .wrapper .flight .container-md .row.flight-row-location, .sliding-section-rtl .wrapper .flight .container-lg .row.flight-row-location, .sliding-section-rtl .wrapper .flight .container-xl .row.flight-row-location, .sliding-section-rtl .wrapper .flight .container-xxl .row.flight-row-location {
          margin-bottom: 15px;
          margin-bottom: 0.9375rem; }
        .sliding-section-rtl .wrapper .flight .container-fluid .row.flight-row-details, .sliding-section-rtl .wrapper .flight .container-sm .row.flight-row-details, .sliding-section-rtl .wrapper .flight .container-md .row.flight-row-details, .sliding-section-rtl .wrapper .flight .container-lg .row.flight-row-details, .sliding-section-rtl .wrapper .flight .container-xl .row.flight-row-details, .sliding-section-rtl .wrapper .flight .container-xxl .row.flight-row-details {
          margin-bottom: 0; }
        .sliding-section-rtl .wrapper .flight .container-fluid .row.flight-row-banner .banner-column, .sliding-section-rtl .wrapper .flight .container-sm .row.flight-row-banner .banner-column, .sliding-section-rtl .wrapper .flight .container-md .row.flight-row-banner .banner-column, .sliding-section-rtl .wrapper .flight .container-lg .row.flight-row-banner .banner-column, .sliding-section-rtl .wrapper .flight .container-xl .row.flight-row-banner .banner-column, .sliding-section-rtl .wrapper .flight .container-xxl .row.flight-row-banner .banner-column {
          padding: 0 15px;
          padding: 0 0.9375rem; }
        .sliding-section-rtl .wrapper .flight .container-fluid .row.change-flight-row, .sliding-section-rtl .wrapper .flight .container-sm .row.change-flight-row, .sliding-section-rtl .wrapper .flight .container-md .row.change-flight-row, .sliding-section-rtl .wrapper .flight .container-lg .row.change-flight-row, .sliding-section-rtl .wrapper .flight .container-xl .row.change-flight-row, .sliding-section-rtl .wrapper .flight .container-xxl .row.change-flight-row {
          margin-bottom: 50px;
          margin-bottom: 3.125rem; }
        .sliding-section-rtl .wrapper .flight .container-fluid .row div .flight-number, .sliding-section-rtl .wrapper .flight .container-sm .row div .flight-number, .sliding-section-rtl .wrapper .flight .container-md .row div .flight-number, .sliding-section-rtl .wrapper .flight .container-lg .row div .flight-number, .sliding-section-rtl .wrapper .flight .container-xl .row div .flight-number, .sliding-section-rtl .wrapper .flight .container-xxl .row div .flight-number {
          float: right; }
        .sliding-section-rtl .wrapper .flight .container-fluid .row div .flight-connect, .sliding-section-rtl .wrapper .flight .container-sm .row div .flight-connect, .sliding-section-rtl .wrapper .flight .container-md .row div .flight-connect, .sliding-section-rtl .wrapper .flight .container-lg .row div .flight-connect, .sliding-section-rtl .wrapper .flight .container-xl .row div .flight-connect, .sliding-section-rtl .wrapper .flight .container-xxl .row div .flight-connect {
          display: inline-block;
          margin-right: 20px;
          margin-right: 1.25rem; }
          .sliding-section-rtl .wrapper .flight .container-fluid .row div .flight-connect .icon-connect, .sliding-section-rtl .wrapper .flight .container-sm .row div .flight-connect .icon-connect, .sliding-section-rtl .wrapper .flight .container-md .row div .flight-connect .icon-connect, .sliding-section-rtl .wrapper .flight .container-lg .row div .flight-connect .icon-connect, .sliding-section-rtl .wrapper .flight .container-xl .row div .flight-connect .icon-connect, .sliding-section-rtl .wrapper .flight .container-xxl .row div .flight-connect .icon-connect {
            display: inline-block;
            margin-right: 30px;
            margin-right: 1.875rem;
            width: 30px;
            width: 1.875rem;
            height: 30px;
            height: 1.875rem;
            fill: #2A2D64;
            float: left;
            margin-left: 0; }
        .sliding-section-rtl .wrapper .flight .container-fluid .row .back-button, .sliding-section-rtl .wrapper .flight .container-sm .row .back-button, .sliding-section-rtl .wrapper .flight .container-md .row .back-button, .sliding-section-rtl .wrapper .flight .container-lg .row .back-button, .sliding-section-rtl .wrapper .flight .container-xl .row .back-button, .sliding-section-rtl .wrapper .flight .container-xxl .row .back-button {
          background-color: transparent;
          display: inline-block;
          width: 100px;
          width: 6.25rem;
          padding: 10px 0;
          padding: 0.625rem 0;
          font-weight: 400;
          font-size: 16px;
          font-size: 1rem;
          color: #2A2D64 !important;
          box-shadow: none;
          top: -15px;
          top: -0.9375rem;
          position: relative;
          outline: 0;
          left: -10px;
          left: -0.625rem; }
          .sliding-section-rtl .wrapper .flight .container-fluid .row .back-button .icon-close, .sliding-section-rtl .wrapper .flight .container-sm .row .back-button .icon-close, .sliding-section-rtl .wrapper .flight .container-md .row .back-button .icon-close, .sliding-section-rtl .wrapper .flight .container-lg .row .back-button .icon-close, .sliding-section-rtl .wrapper .flight .container-xl .row .back-button .icon-close, .sliding-section-rtl .wrapper .flight .container-xxl .row .back-button .icon-close {
            display: inline-block;
            width: 15px;
            width: 0.9375rem;
            height: 15px;
            height: 0.9375rem;
            position: absolute;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            right: 0px;
            fill: #2A2D64; }
          .sliding-section-rtl .wrapper .flight .container-fluid .row .back-button .icon-back, .sliding-section-rtl .wrapper .flight .container-sm .row .back-button .icon-back, .sliding-section-rtl .wrapper .flight .container-md .row .back-button .icon-back, .sliding-section-rtl .wrapper .flight .container-lg .row .back-button .icon-back, .sliding-section-rtl .wrapper .flight .container-xl .row .back-button .icon-back, .sliding-section-rtl .wrapper .flight .container-xxl .row .back-button .icon-back {
            display: inline-block;
            width: 15px;
            width: 0.9375rem;
            height: 15px;
            height: 0.9375rem;
            position: absolute;
            top: 50%;
            transform: translate3d(0, -50%, 0) rotate(90deg);
            left: 10px;
            left: 0.625rem;
            fill: #2A2D64; }
        .sliding-section-rtl .wrapper .flight .container-fluid .row .close-button, .sliding-section-rtl .wrapper .flight .container-sm .row .close-button, .sliding-section-rtl .wrapper .flight .container-md .row .close-button, .sliding-section-rtl .wrapper .flight .container-lg .row .close-button, .sliding-section-rtl .wrapper .flight .container-xl .row .close-button, .sliding-section-rtl .wrapper .flight .container-xxl .row .close-button {
          position: absolute;
          right: 20px;
          top: -10px;
          top: -0.625rem;
          background-color: transparent;
          display: inline-block;
          width: 100px;
          width: 6.25rem;
          padding: 10px 0;
          padding: 0.625rem 0;
          font-weight: 400;
          font-size: 16px;
          font-size: 1rem;
          color: #2A2D64 !important;
          box-shadow: none; }
          .sliding-section-rtl .wrapper .flight .container-fluid .row .close-button .icon-close, .sliding-section-rtl .wrapper .flight .container-sm .row .close-button .icon-close, .sliding-section-rtl .wrapper .flight .container-md .row .close-button .icon-close, .sliding-section-rtl .wrapper .flight .container-lg .row .close-button .icon-close, .sliding-section-rtl .wrapper .flight .container-xl .row .close-button .icon-close, .sliding-section-rtl .wrapper .flight .container-xxl .row .close-button .icon-close {
            display: inline-block;
            width: 15px;
            width: 0.9375rem;
            height: 15px;
            height: 0.9375rem;
            position: absolute;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            right: 0px;
            fill: #2A2D64; }
        .sliding-section-rtl .wrapper .flight .container-fluid div .flight-field-bold, .sliding-section-rtl .wrapper .flight .container-sm div .flight-field-bold, .sliding-section-rtl .wrapper .flight .container-md div .flight-field-bold, .sliding-section-rtl .wrapper .flight .container-lg div .flight-field-bold, .sliding-section-rtl .wrapper .flight .container-xl div .flight-field-bold, .sliding-section-rtl .wrapper .flight .container-xxl div .flight-field-bold {
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: bold; }
        .sliding-section-rtl .wrapper .flight .container-fluid div .flight-field, .sliding-section-rtl .wrapper .flight .container-sm div .flight-field, .sliding-section-rtl .wrapper .flight .container-md div .flight-field, .sliding-section-rtl .wrapper .flight .container-lg div .flight-field, .sliding-section-rtl .wrapper .flight .container-xl div .flight-field, .sliding-section-rtl .wrapper .flight .container-xxl div .flight-field {
          font-size: 18px;
          font-size: 1.125rem;
          display: inline-block;
          font-weight: normal; }
          .sliding-section-rtl .wrapper .flight .container-fluid div .flight-field span, .sliding-section-rtl .wrapper .flight .container-sm div .flight-field span, .sliding-section-rtl .wrapper .flight .container-md div .flight-field span, .sliding-section-rtl .wrapper .flight .container-lg div .flight-field span, .sliding-section-rtl .wrapper .flight .container-xl div .flight-field span, .sliding-section-rtl .wrapper .flight .container-xxl div .flight-field span {
            display: block; }
            .sliding-section-rtl .wrapper .flight .container-fluid div .flight-field span.flight-first, .sliding-section-rtl .wrapper .flight .container-sm div .flight-field span.flight-first, .sliding-section-rtl .wrapper .flight .container-md div .flight-field span.flight-first, .sliding-section-rtl .wrapper .flight .container-lg div .flight-field span.flight-first, .sliding-section-rtl .wrapper .flight .container-xl div .flight-field span.flight-first, .sliding-section-rtl .wrapper .flight .container-xxl div .flight-field span.flight-first {
              font-size: 16px;
              font-size: 1rem; }
            .sliding-section-rtl .wrapper .flight .container-fluid div .flight-field span.flight-second, .sliding-section-rtl .wrapper .flight .container-sm div .flight-field span.flight-second, .sliding-section-rtl .wrapper .flight .container-md div .flight-field span.flight-second, .sliding-section-rtl .wrapper .flight .container-lg div .flight-field span.flight-second, .sliding-section-rtl .wrapper .flight .container-xl div .flight-field span.flight-second, .sliding-section-rtl .wrapper .flight .container-xxl div .flight-field span.flight-second {
              font-size: 20px;
              font-size: 1.25rem;
              margin-top: 10px;
              margin-top: 0.625rem;
              color: #2A2D64;
              font-weight: bold;
              text-align: center; }
          .sliding-section-rtl .wrapper .flight .container-fluid div .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-sm div .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-md div .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-lg div .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-xl div .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-xxl div .flight-field:not(:first-child) {
            margin-left: 30px;
            margin-left: 1.875rem; }
        .sliding-section-rtl .wrapper .flight .container-fluid div .flight-info-text, .sliding-section-rtl .wrapper .flight .container-sm div .flight-info-text, .sliding-section-rtl .wrapper .flight .container-md div .flight-info-text, .sliding-section-rtl .wrapper .flight .container-lg div .flight-info-text, .sliding-section-rtl .wrapper .flight .container-xl div .flight-info-text, .sliding-section-rtl .wrapper .flight .container-xxl div .flight-info-text {
          color: #696E9F;
          font-size: 14px;
          font-size: 0.875rem;
          margin-top: 10px;
          margin-top: 0.625rem; }
        .sliding-section-rtl .wrapper .flight .container-fluid .flight-time-distance, .sliding-section-rtl .wrapper .flight .container-sm .flight-time-distance, .sliding-section-rtl .wrapper .flight .container-md .flight-time-distance, .sliding-section-rtl .wrapper .flight .container-lg .flight-time-distance, .sliding-section-rtl .wrapper .flight .container-xl .flight-time-distance, .sliding-section-rtl .wrapper .flight .container-xxl .flight-time-distance {
          display: block;
          position: relative; }
        .sliding-section-rtl .wrapper .flight .container-fluid .slider-wrapper, .sliding-section-rtl .wrapper .flight .container-sm .slider-wrapper, .sliding-section-rtl .wrapper .flight .container-md .slider-wrapper, .sliding-section-rtl .wrapper .flight .container-lg .slider-wrapper, .sliding-section-rtl .wrapper .flight .container-xl .slider-wrapper, .sliding-section-rtl .wrapper .flight .container-xxl .slider-wrapper {
          display: inline-block;
          width: 264px;
          width: 16.5rem;
          position: relative; }
          .sliding-section-rtl .wrapper .flight .container-fluid .slider-wrapper .dots, .sliding-section-rtl .wrapper .flight .container-sm .slider-wrapper .dots, .sliding-section-rtl .wrapper .flight .container-md .slider-wrapper .dots, .sliding-section-rtl .wrapper .flight .container-lg .slider-wrapper .dots, .sliding-section-rtl .wrapper .flight .container-xl .slider-wrapper .dots, .sliding-section-rtl .wrapper .flight .container-xxl .slider-wrapper .dots {
            display: inline-block;
            width: 100%;
            height: 300px;
            height: 18.75rem;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translate3d(-32%, -55%, 0); }
        .sliding-section-rtl .wrapper .flight .container-fluid .full-width-slider, .sliding-section-rtl .wrapper .flight .container-sm .full-width-slider, .sliding-section-rtl .wrapper .flight .container-md .full-width-slider, .sliding-section-rtl .wrapper .flight .container-lg .full-width-slider, .sliding-section-rtl .wrapper .flight .container-xl .full-width-slider, .sliding-section-rtl .wrapper .flight .container-xxl .full-width-slider {
          width: 100%;
          margin-top: 20px;
          margin-top: 1.25rem;
          display: inline-block;
          position: relative;
          overflow: hidden;
          margin-left: 5px;
          margin-left: 0.3125rem; }
          .sliding-section-rtl .wrapper .flight .container-fluid .full-width-slider .slick-list, .sliding-section-rtl .wrapper .flight .container-sm .full-width-slider .slick-list, .sliding-section-rtl .wrapper .flight .container-md .full-width-slider .slick-list, .sliding-section-rtl .wrapper .flight .container-lg .full-width-slider .slick-list, .sliding-section-rtl .wrapper .flight .container-xl .full-width-slider .slick-list, .sliding-section-rtl .wrapper .flight .container-xxl .full-width-slider .slick-list {
            display: inline-block;
            width: 100%; }
            .sliding-section-rtl .wrapper .flight .container-fluid .full-width-slider .slick-list .slide, .sliding-section-rtl .wrapper .flight .container-sm .full-width-slider .slick-list .slide, .sliding-section-rtl .wrapper .flight .container-md .full-width-slider .slick-list .slide, .sliding-section-rtl .wrapper .flight .container-lg .full-width-slider .slick-list .slide, .sliding-section-rtl .wrapper .flight .container-xl .full-width-slider .slick-list .slide, .sliding-section-rtl .wrapper .flight .container-xxl .full-width-slider .slick-list .slide {
              display: inline-block;
              width: 100%;
              background-size: cover;
              position: relative; }
              .sliding-section-rtl .wrapper .flight .container-fluid .full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section-rtl .wrapper .flight .container-sm .full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section-rtl .wrapper .flight .container-md .full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section-rtl .wrapper .flight .container-lg .full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section-rtl .wrapper .flight .container-xl .full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section-rtl .wrapper .flight .container-xxl .full-width-slider .slick-list .slide .slide-text-wrapper {
                padding: 20px 0;
                padding: 1.25rem 0;
                display: inline-block;
                width: 100%;
                left: 0px;
                white-space: initial; }
              .sliding-section-rtl .wrapper .flight .container-fluid .full-width-slider .slick-list .slide h2, .sliding-section-rtl .wrapper .flight .container-sm .full-width-slider .slick-list .slide h2, .sliding-section-rtl .wrapper .flight .container-md .full-width-slider .slick-list .slide h2, .sliding-section-rtl .wrapper .flight .container-lg .full-width-slider .slick-list .slide h2, .sliding-section-rtl .wrapper .flight .container-xl .full-width-slider .slick-list .slide h2, .sliding-section-rtl .wrapper .flight .container-xxl .full-width-slider .slick-list .slide h2, .sliding-section-rtl .wrapper .flight .container-fluid .full-width-slider .slick-list .slide .h2, .sliding-section-rtl .wrapper .flight .container-sm .full-width-slider .slick-list .slide .h2, .sliding-section-rtl .wrapper .flight .container-md .full-width-slider .slick-list .slide .h2, .sliding-section-rtl .wrapper .flight .container-lg .full-width-slider .slick-list .slide .h2, .sliding-section-rtl .wrapper .flight .container-xl .full-width-slider .slick-list .slide .h2, .sliding-section-rtl .wrapper .flight .container-xxl .full-width-slider .slick-list .slide .h2 {
                font-size: 20px;
                font-size: 1.25rem; }
              .sliding-section-rtl .wrapper .flight .container-fluid .full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-sm .full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-md .full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-lg .full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-xl .full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-xxl .full-width-slider .slick-list .slide p {
                font-size: 16px;
                font-size: 1rem; }
        .sliding-section-rtl .wrapper .flight .container-fluid .slider.full-width-slider, .sliding-section-rtl .wrapper .flight .container-sm .slider.full-width-slider, .sliding-section-rtl .wrapper .flight .container-md .slider.full-width-slider, .sliding-section-rtl .wrapper .flight .container-lg .slider.full-width-slider, .sliding-section-rtl .wrapper .flight .container-xl .slider.full-width-slider, .sliding-section-rtl .wrapper .flight .container-xxl .slider.full-width-slider {
          width: 100%;
          display: inline-block;
          position: relative;
          overflow: hidden; }
          .sliding-section-rtl .wrapper .flight .container-fluid .slider.full-width-slider .slick-list, .sliding-section-rtl .wrapper .flight .container-sm .slider.full-width-slider .slick-list, .sliding-section-rtl .wrapper .flight .container-md .slider.full-width-slider .slick-list, .sliding-section-rtl .wrapper .flight .container-lg .slider.full-width-slider .slick-list, .sliding-section-rtl .wrapper .flight .container-xl .slider.full-width-slider .slick-list, .sliding-section-rtl .wrapper .flight .container-xxl .slider.full-width-slider .slick-list {
            display: inline-block;
            width: 100%; }
            .sliding-section-rtl .wrapper .flight .container-fluid .slider.full-width-slider .slick-list .slide, .sliding-section-rtl .wrapper .flight .container-sm .slider.full-width-slider .slick-list .slide, .sliding-section-rtl .wrapper .flight .container-md .slider.full-width-slider .slick-list .slide, .sliding-section-rtl .wrapper .flight .container-lg .slider.full-width-slider .slick-list .slide, .sliding-section-rtl .wrapper .flight .container-xl .slider.full-width-slider .slick-list .slide, .sliding-section-rtl .wrapper .flight .container-xxl .slider.full-width-slider .slick-list .slide {
              display: inline-block;
              width: 100%;
              background-size: cover;
              position: relative; }
              .sliding-section-rtl .wrapper .flight .container-fluid .slider.full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section-rtl .wrapper .flight .container-sm .slider.full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section-rtl .wrapper .flight .container-md .slider.full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section-rtl .wrapper .flight .container-lg .slider.full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section-rtl .wrapper .flight .container-xl .slider.full-width-slider .slick-list .slide .slide-text-wrapper, .sliding-section-rtl .wrapper .flight .container-xxl .slider.full-width-slider .slick-list .slide .slide-text-wrapper {
                padding: 20px 0;
                padding: 1.25rem 0;
                display: inline-block;
                width: 100%;
                left: 0px;
                white-space: initial; }
              .sliding-section-rtl .wrapper .flight .container-fluid .slider.full-width-slider .slick-list .slide h2, .sliding-section-rtl .wrapper .flight .container-sm .slider.full-width-slider .slick-list .slide h2, .sliding-section-rtl .wrapper .flight .container-md .slider.full-width-slider .slick-list .slide h2, .sliding-section-rtl .wrapper .flight .container-lg .slider.full-width-slider .slick-list .slide h2, .sliding-section-rtl .wrapper .flight .container-xl .slider.full-width-slider .slick-list .slide h2, .sliding-section-rtl .wrapper .flight .container-xxl .slider.full-width-slider .slick-list .slide h2, .sliding-section-rtl .wrapper .flight .container-fluid .slider.full-width-slider .slick-list .slide .h2, .sliding-section-rtl .wrapper .flight .container-sm .slider.full-width-slider .slick-list .slide .h2, .sliding-section-rtl .wrapper .flight .container-md .slider.full-width-slider .slick-list .slide .h2, .sliding-section-rtl .wrapper .flight .container-lg .slider.full-width-slider .slick-list .slide .h2, .sliding-section-rtl .wrapper .flight .container-xl .slider.full-width-slider .slick-list .slide .h2, .sliding-section-rtl .wrapper .flight .container-xxl .slider.full-width-slider .slick-list .slide .h2 {
                font-size: 20px;
                font-size: 1.25rem;
                margin-top: 0; }
              .sliding-section-rtl .wrapper .flight .container-fluid .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-sm .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-md .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-lg .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-xl .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-xxl .slider.full-width-slider .slick-list .slide p {
                display: inline-block;
                font-size: 16px;
                font-size: 1rem;
                width: 40%; }
          .sliding-section-rtl .wrapper .flight .container-fluid .slider.full-width-slider .dots-wrapper, .sliding-section-rtl .wrapper .flight .container-sm .slider.full-width-slider .dots-wrapper, .sliding-section-rtl .wrapper .flight .container-md .slider.full-width-slider .dots-wrapper, .sliding-section-rtl .wrapper .flight .container-lg .slider.full-width-slider .dots-wrapper, .sliding-section-rtl .wrapper .flight .container-xl .slider.full-width-slider .dots-wrapper, .sliding-section-rtl .wrapper .flight .container-xxl .slider.full-width-slider .dots-wrapper {
            display: inline-block;
            width: 100%;
            bottom: 0;
            height: 14px;
            height: 0.875rem; }
            .sliding-section-rtl .wrapper .flight .container-fluid .slider.full-width-slider .dots-wrapper .container, .sliding-section-rtl .wrapper .flight .container-sm .slider.full-width-slider .dots-wrapper .container, .sliding-section-rtl .wrapper .flight .container-md .slider.full-width-slider .dots-wrapper .container, .sliding-section-rtl .wrapper .flight .container-lg .slider.full-width-slider .dots-wrapper .container, .sliding-section-rtl .wrapper .flight .container-xl .slider.full-width-slider .dots-wrapper .container, .sliding-section-rtl .wrapper .flight .container-xxl .slider.full-width-slider .dots-wrapper .container {
              width: 100%; }
            .sliding-section-rtl .wrapper .flight .container-fluid .slider.full-width-slider .dots-wrapper .slick-dots, .sliding-section-rtl .wrapper .flight .container-sm .slider.full-width-slider .dots-wrapper .slick-dots, .sliding-section-rtl .wrapper .flight .container-md .slider.full-width-slider .dots-wrapper .slick-dots, .sliding-section-rtl .wrapper .flight .container-lg .slider.full-width-slider .dots-wrapper .slick-dots, .sliding-section-rtl .wrapper .flight .container-xl .slider.full-width-slider .dots-wrapper .slick-dots, .sliding-section-rtl .wrapper .flight .container-xxl .slider.full-width-slider .dots-wrapper .slick-dots {
              text-align: center; }
          .sliding-section-rtl .wrapper .flight .container-fluid .slider.full-width-slider .slick-dots, .sliding-section-rtl .wrapper .flight .container-sm .slider.full-width-slider .slick-dots, .sliding-section-rtl .wrapper .flight .container-md .slider.full-width-slider .slick-dots, .sliding-section-rtl .wrapper .flight .container-lg .slider.full-width-slider .slick-dots, .sliding-section-rtl .wrapper .flight .container-xl .slider.full-width-slider .slick-dots, .sliding-section-rtl .wrapper .flight .container-xxl .slider.full-width-slider .slick-dots {
            display: none !important; }
      .sliding-section-rtl .wrapper .flight-connect {
        font-size: 16px;
        font-size: 1rem;
        color: #2A2D64;
        position: relative;
        z-index: 2; }
        .sliding-section-rtl .wrapper .flight-connect .icon-connect {
          display: inline-block;
          margin-left: 30px;
          margin-left: 1.875rem;
          width: 30px;
          width: 1.875rem;
          height: 30px;
          height: 1.875rem;
          fill: #2A2D64; }
      .sliding-section-rtl .wrapper .flight-location {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: bold; }
        .sliding-section-rtl .wrapper .flight-location time {
          display: inline-block;
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: bold;
          margin-right: 20px;
          margin-right: 1.25rem; }
      .sliding-section-rtl .wrapper .flight-line {
        display: inline-block;
        width: calc(100% - 80px);
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%) scale(-1, 1);
            transform: translateY(-50%) scale(-1, 1);
        clear: both;
        height: 30px;
        height: 1.875rem; }
        .sliding-section-rtl .wrapper .flight-line-start {
          display: inline-block;
          width: 10px;
          width: 0.625rem;
          height: 10px;
          height: 0.625rem;
          border-radius: 50%;
          background-color: #2A2D64;
          vertical-align: middle; }
        .sliding-section-rtl .wrapper .flight-line-dash {
          display: inline-block;
          width: 6px;
          width: 0.375rem;
          height: 2px;
          background-color: #2A2D64;
          vertical-align: middle; }
        .sliding-section-rtl .wrapper .flight-line-general {
          display: inline-block;
          width: calc(100% - 40px);
          vertical-align: middle;
          border: 2px dashed #2A2D64;
          height: 0;
          top: 50%;
          position: absolute;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
          .sliding-section-rtl .wrapper .flight-line-general::before {
            content: "";
            position: absolute;
            left: -5px;
            left: -0.3125rem;
            top: -5px;
            top: -0.3125rem;
            width: 10px;
            width: 0.625rem;
            height: 10px;
            height: 0.625rem;
            border-radius: 50%;
            background-color: #2A2D64; }
        .sliding-section-rtl .wrapper .flight-line-distance {
          font-size: 14px;
          font-size: 0.875rem;
          margin: 0;
          color: #2A2D64;
          background-color: #fff;
          z-index: 9;
          display: inline-block;
          position: absolute;
          left: 50%;
          padding: 0 10px;
          padding: 0 0.625rem;
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          top: 20%; }
        .sliding-section-rtl .wrapper .flight-line .icon-plane {
          display: inline-block;
          width: 30px;
          width: 1.875rem;
          height: 30px;
          height: 1.875rem;
          vertical-align: middle;
          fill: #2A2D64;
          position: absolute;
          right: 0;
          top: -50%;
          -ms-transform: translateY(50%);
              transform: translateY(50%); }
    .sliding-section-rtl .wrapper .flight-wrapper {
      background-color: #F4F1ED;
      padding: 0 70px 0 10px;
      padding: 0 4.375rem 0 0.625rem; }
      .sliding-section-rtl .wrapper .flight-wrapper .timeline {
        position: relative;
        max-width: 95%;
        margin: 0;
        color: #000;
        padding: 40px 0;
        padding: 2.5rem 0; }
        .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container {
          padding: 0;
          position: relative;
          background-color: inherit;
          margin: 0;
          display: inline-block;
          width: 100%; }
          .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container:not(:first-child) {
            margin-top: 20px !important;
            margin-top: 1.25rem !important; }
          .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside {
            padding: 0;
            position: relative;
            border-radius: 0.375rem;
            width: 100%; }
            .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside.left .timeline-number {
              font-size: 160px;
              font-size: 10rem;
              font-weight: bolder;
              color: #cbc9d1;
              position: absolute;
              right: -30px;
              right: -1.875rem;
              top: -30px;
              top: -1.875rem;
              z-index: 2;
              width: auto; }
            .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside.right .timeline-number {
              font-size: 160px;
              font-size: 10rem;
              font-weight: bolder;
              color: #cbc9d1;
              position: absolute;
              left: -50px;
              left: -3.125rem;
              top: -30px;
              top: -1.875rem;
              z-index: 2;
              width: auto; }
            .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content {
              background-color: white;
              padding: 35px 35px 15px 35px;
              padding: 2.1875rem 2.1875rem 0.9375rem 2.1875rem;
              display: inline-block;
              box-shadow: 0px 15px 20px 6px rgba(0, 0, 0, 0.05); }
              .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content img {
                width: auto !important;
                float: left; }
              .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content-image {
                overflow: hidden;
                height: 272px;
                height: 17rem; }
                .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content-image img {
                  width: 100% !important; }
              .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side {
                display: inline-block;
                width: 85%;
                float: left; }
            .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div h5, .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .h5 {
              font-size: 18px;
              font-size: 1.125rem;
              font-weight: bold;
              color: #2A2D64;
              margin-bottom: 20px;
              margin-bottom: 1.25rem;
              margin-top: 0;
              line-height: 1.5;
              padding: 0 10px;
              padding: 0 0.625rem; }
            .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div p {
              color: #004da9;
              padding: 0 10px;
              padding: 0 0.625rem; }
            .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div a {
              color: #2A2D64;
              font-weight: bold;
              font-size: 14px;
              font-size: 0.875rem; }
              .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div a img {
                float: unset !important;
                margin-top: -5px;
                margin-top: -0.3125rem;
                margin-left: 10px;
                margin-left: 0.625rem; }
            .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside::after {
              content: '';
              position: absolute;
              width: 10px;
              width: 0.625rem;
              height: 10px;
              height: 0.625rem;
              left: calc(50% - 4px);
              background-color: #1CCFC9;
              top: 0;
              border-radius: 50%;
              z-index: 1; }
        .sliding-section-rtl .wrapper .flight-wrapper .timeline::after {
          content: '';
          position: absolute;
          width: 2px;
          background-color: #1CCFC9;
          top: 50%;
          right: calc(50% - 22px);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
          height: calc(100% - 80px); }
    .sliding-section-rtl .wrapper ::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .sliding-section-rtl .wrapper ::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .sliding-section-rtl .wrapper :-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .sliding-section-rtl .wrapper :-moz-placeholder {
      color: rgba(255, 255, 255, 0.6); }

@media screen and (max-width: 1200px) {
  .sliding-section-rtl .wrapper .flight .container-fluid div .flight-field-bold, .sliding-section-rtl .wrapper .flight .container-sm div .flight-field-bold, .sliding-section-rtl .wrapper .flight .container-md div .flight-field-bold, .sliding-section-rtl .wrapper .flight .container-lg div .flight-field-bold, .sliding-section-rtl .wrapper .flight .container-xl div .flight-field-bold, .sliding-section-rtl .wrapper .flight .container-xxl div .flight-field-bold {
    font-size: 0.875rem; }
  .sliding-section-rtl .wrapper .flight .container-fluid div .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-sm div .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-md div .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-lg div .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-xl div .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-xxl div .flight-field:not(:first-child) {
    margin-left: 1.25rem; }
  .sliding-section-rtl .wrapper .flight .container-fluid .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-sm .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-md .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-lg .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-xl .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-xxl .slider.full-width-slider .slick-list .slide p {
    width: 60%; }
  .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content {
    padding: 1.5625rem 1.5625rem 0.9375rem 1.5625rem; }
    .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side {
      width: 80%; } }

@media screen and (max-width: 991px) {
  .sliding-section-rtl {
    width: 100%;
    height: 100%;
    padding: 1.25rem 1.25rem 0 1.25rem; }
    .sliding-section-rtl.active.changed:after {
      background: unset;
      background: unset;
      background: unset;
      background: unset; }
    .sliding-section-rtl.active:after {
      transform: translate3d(0, 0, 0) skewY(-4deg); }
    .sliding-section-rtl:after {
      content: " ";
      display: inline-block;
      width: 100%;
      height: 6.25rem;
      background-color: white;
      position: absolute;
      top: -1.25rem;
      left: 0;
      transition: 0.3s ease-out;
      transform: translate3d(0, 0, 0) skewY(2deg); }
    .sliding-section-rtl .wrapper.active {
      overflow: auto; }
    .sliding-section-rtl .wrapper .content {
      overflow-y: auto;
      overflow-x: hidden;
      padding: 0 1.25rem 0 1.25rem; }
      .sliding-section-rtl .wrapper .content .close-button {
        left: 1.25rem;
        top: 2.1875rem;
        font-size: 0.75rem;
        color: #2A2D64 !important;
        z-index: 999;
        width: 5rem; }
      .sliding-section-rtl .wrapper .content .reverse-skew {
        height: 100%; }
        .sliding-section-rtl .wrapper .content .reverse-skew div.row {
          height: 100%; }
          .sliding-section-rtl .wrapper .content .reverse-skew div.row .flight-search-bar {
            padding: 0;
            width: 100%; }
            .sliding-section-rtl .wrapper .content .reverse-skew div.row .flight-search-bar h2, .sliding-section-rtl .wrapper .content .reverse-skew div.row .flight-search-bar .h2 {
              text-align: center;
              padding: 0 1.25rem;
              margin-top: 7.5rem;
              margin-bottom: 0.625rem; }
            .sliding-section-rtl .wrapper .content .reverse-skew div.row .flight-search-bar p {
              text-align: center;
              padding: 0 1.25rem; }
            .sliding-section-rtl .wrapper .content .reverse-skew div.row .flight-search-bar .input-wrapper {
              width: 100%;
              margin: 0; }
              .sliding-section-rtl .wrapper .content .reverse-skew div.row .flight-search-bar .input-wrapper label {
                display: block;
                position: relative;
                width: 75%;
                margin: auto; }
          .sliding-section-rtl .wrapper .content .reverse-skew div.row .slider-column {
            width: 100%; }
            .sliding-section-rtl .wrapper .content .reverse-skew div.row .slider-column .slider-wrapper {
              display: block;
              margin: 2.5rem auto; }
        .sliding-section-rtl .wrapper .content .reverse-skew .flights-list {
          width: 101%;
          height: auto;
          left: 0;
          z-index: 9;
          max-height: unset; }
          .sliding-section-rtl .wrapper .content .reverse-skew .flights-list-item {
            height: unset;
            margin: 0 !important;
            cursor: pointer;
            padding: 0.625rem; }
            .sliding-section-rtl .wrapper .content .reverse-skew .flights-list-item:first-of-type {
              padding-top: 1.25rem; }
            .sliding-section-rtl .wrapper .content .reverse-skew .flights-list-item-time {
              width: 5.625rem; }
              .sliding-section-rtl .wrapper .content .reverse-skew .flights-list-item-time .item-wrapper time {
                font-size: 0.75rem; }
            .sliding-section-rtl .wrapper .content .reverse-skew .flights-list-item-location {
              width: calc(100% - 160px); }
              .sliding-section-rtl .wrapper .content .reverse-skew .flights-list-item-location .item-wrapper {
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap; }
                .sliding-section-rtl .wrapper .content .reverse-skew .flights-list-item-location .item-wrapper span {
                  font-size: 0.75rem; }
            .sliding-section-rtl .wrapper .content .reverse-skew .flights-list-item-social {
              width: 4.375rem; }
        .sliding-section-rtl .wrapper .content .reverse-skew .slider-wrapper {
          margin-top: 2.5rem; } }
      @media screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
        .sliding-section-rtl .wrapper .content .reverse-skew .flight-search-bar .search-results {
          width: 75%;
          margin: 0.625rem auto 0 auto; } }

@media screen and (max-width: 991px) {
    .sliding-section-rtl .wrapper .flight {
      overflow-y: auto;
      /* START: Edge & IE bug with excessive height */
      /* END: Edge & IE bug with excessive height */
      overflow-x: hidden;
      margin-left: 1.25rem; }
      .sliding-section-rtl .wrapper .flight .selector {
        overflow-y: hidden; }
      .sliding-section-rtl .wrapper .flight .scroll-area {
        padding-left: 0; }
        .sliding-section-rtl .wrapper .flight .scroll-area div.row .back-button {
          font-size: 0.875rem;
          right: 0.625rem; }
        .sliding-section-rtl .wrapper .flight .scroll-area div.row .close-button {
          display: inline-block;
          font-size: 0.875rem;
          left: 2.5rem; }
      .sliding-section-rtl .wrapper .flight .container-fluid, .sliding-section-rtl .wrapper .flight .container-sm, .sliding-section-rtl .wrapper .flight .container-md, .sliding-section-rtl .wrapper .flight .container-lg, .sliding-section-rtl .wrapper .flight .container-xl, .sliding-section-rtl .wrapper .flight .container-xxl {
        padding: 0 1.25rem 0 1.25rem; }
        .sliding-section-rtl .wrapper .flight .container-fluid div.row.flight-details, .sliding-section-rtl .wrapper .flight .container-sm div.row.flight-details, .sliding-section-rtl .wrapper .flight .container-md div.row.flight-details, .sliding-section-rtl .wrapper .flight .container-lg div.row.flight-details, .sliding-section-rtl .wrapper .flight .container-xl div.row.flight-details, .sliding-section-rtl .wrapper .flight .container-xxl div.row.flight-details {
          margin-top: 1.25rem; }
        .sliding-section-rtl .wrapper .flight .container-fluid div.row .flight-line, .sliding-section-rtl .wrapper .flight .container-sm div.row .flight-line, .sliding-section-rtl .wrapper .flight .container-md div.row .flight-line, .sliding-section-rtl .wrapper .flight .container-lg div.row .flight-line, .sliding-section-rtl .wrapper .flight .container-xl div.row .flight-line, .sliding-section-rtl .wrapper .flight .container-xxl div.row .flight-line {
          display: inline-block;
          width: 0.4375rem;
          position: absolute;
          top: 0;
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          clear: both;
          height: 13.4375rem;
          left: 50%; }
          .sliding-section-rtl .wrapper .flight .container-fluid div.row .flight-line .flight-line-general, .sliding-section-rtl .wrapper .flight .container-sm div.row .flight-line .flight-line-general, .sliding-section-rtl .wrapper .flight .container-md div.row .flight-line .flight-line-general, .sliding-section-rtl .wrapper .flight .container-lg div.row .flight-line .flight-line-general, .sliding-section-rtl .wrapper .flight .container-xl div.row .flight-line .flight-line-general, .sliding-section-rtl .wrapper .flight .container-xxl div.row .flight-line .flight-line-general {
            display: inline-block;
            width: calc(100% - 40px);
            vertical-align: middle;
            border: 2px dashed #1CCFC9;
            top: 50%;
            position: absolute;
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            height: calc(100% - 40px); }
          .sliding-section-rtl .wrapper .flight .container-fluid div.row .flight-line .flight-line-distance, .sliding-section-rtl .wrapper .flight .container-sm div.row .flight-line .flight-line-distance, .sliding-section-rtl .wrapper .flight .container-md div.row .flight-line .flight-line-distance, .sliding-section-rtl .wrapper .flight .container-lg div.row .flight-line .flight-line-distance, .sliding-section-rtl .wrapper .flight .container-xl div.row .flight-line .flight-line-distance, .sliding-section-rtl .wrapper .flight .container-xxl div.row .flight-line .flight-line-distance {
            font-size: 0.875rem;
            margin: 0;
            color: #1CCFC9;
            background-color: #fff;
            z-index: 9;
            display: inline-block;
            position: absolute;
            left: 50%;
            padding: 0 0.625rem;
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            top: 50%;
            text-align: center; }
          .sliding-section-rtl .wrapper .flight .container-fluid div.row .flight-line .icon-plane, .sliding-section-rtl .wrapper .flight .container-sm div.row .flight-line .icon-plane, .sliding-section-rtl .wrapper .flight .container-md div.row .flight-line .icon-plane, .sliding-section-rtl .wrapper .flight .container-lg div.row .flight-line .icon-plane, .sliding-section-rtl .wrapper .flight .container-xl div.row .flight-line .icon-plane, .sliding-section-rtl .wrapper .flight .container-xxl div.row .flight-line .icon-plane {
            display: inline-block;
            width: 1.875rem;
            height: 1.875rem;
            vertical-align: middle;
            fill: #2A2D64;
            position: absolute;
            right: unset;
            bottom: -1.25rem;
            top: unset;
            left: 50%;
            -ms-transform: translateX(-50%) scale(-1, 1);
                transform: translateX(-50%) scale(-1, 1); }
        .sliding-section-rtl .wrapper .flight .container-fluid div.row.change-flight-row, .sliding-section-rtl .wrapper .flight .container-sm div.row.change-flight-row, .sliding-section-rtl .wrapper .flight .container-md div.row.change-flight-row, .sliding-section-rtl .wrapper .flight .container-lg div.row.change-flight-row, .sliding-section-rtl .wrapper .flight .container-xl div.row.change-flight-row, .sliding-section-rtl .wrapper .flight .container-xxl div.row.change-flight-row {
          margin-bottom: 3.125rem; }
        .sliding-section-rtl .wrapper .flight .container-fluid div .flight-field-bold, .sliding-section-rtl .wrapper .flight .container-sm div .flight-field-bold, .sliding-section-rtl .wrapper .flight .container-md div .flight-field-bold, .sliding-section-rtl .wrapper .flight .container-lg div .flight-field-bold, .sliding-section-rtl .wrapper .flight .container-xl div .flight-field-bold, .sliding-section-rtl .wrapper .flight .container-xxl div .flight-field-bold {
          font-size: 0.875rem; }
        .sliding-section-rtl .wrapper .flight .container-fluid div .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-sm div .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-md div .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-lg div .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-xl div .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-xxl div .flight-field:not(:first-child) {
          margin-left: 1.25rem; }
        .sliding-section-rtl .wrapper .flight .container-fluid .flight-connect, .sliding-section-rtl .wrapper .flight .container-sm .flight-connect, .sliding-section-rtl .wrapper .flight .container-md .flight-connect, .sliding-section-rtl .wrapper .flight .container-lg .flight-connect, .sliding-section-rtl .wrapper .flight .container-xl .flight-connect, .sliding-section-rtl .wrapper .flight .container-xxl .flight-connect {
          float: left; }
        .sliding-section-rtl .wrapper .flight .container-fluid .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-sm .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-md .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-lg .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-xl .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-xxl .slider.full-width-slider .slick-list .slide p {
          width: 100%; }
    .sliding-section-rtl .wrapper .flight-wrapper {
      padding: 0 1.25rem 0 0;
      overflow-y: hidden; }
      .sliding-section-rtl .wrapper .flight-wrapper .timeline {
        max-width: 100%; }
        .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside {
          margin: 0; }
          .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content {
            width: 100%;
            padding: 1.5625rem 1.5625rem 0.9375rem 1.5625rem; }
            .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content img {
              float: right; }
            .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side {
              width: 90%;
              font-size: 0.875rem; }
          .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside::after {
            content: '';
            position: absolute;
            width: 0.625rem;
            height: 0.625rem;
            right: calc(2.16% + 10px);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            background-color: #1CCFC9;
            top: 50%;
            border-radius: 50%;
            z-index: 1; }
        .sliding-section-rtl .wrapper .flight-wrapper .timeline::after {
          content: '';
          position: absolute;
          width: 2px;
          background-color: #1CCFC9;
          top: 9.0625rem;
          right: calc(2.16% + 18px);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          height: calc(100% - 80px); } }

@media (min-width: 992px) and (max-width: 1199px) {
  .flight-search-bar {
    padding: 0; }
    .flight-search-bar .search-results .results-empty {
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; } }

@media screen and (max-width: 767px) {
  .sliding-section-rtl .wrapper .content .close-button {
    top: 1.875rem; }
  .sliding-section-rtl .wrapper .content .reverse-skew h2, .sliding-section-rtl .wrapper .content .reverse-skew .h2 {
    text-align: center; }
  .sliding-section-rtl .wrapper .content .reverse-skew p {
    text-align: center; }
  .sliding-section-rtl .wrapper .flight-wrapper {
    padding: 0 3.125rem 0 0; }
    .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div h5, .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .h5 {
      font-size: 0.875rem; }
    .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div p {
      font-size: 0.75rem; }
    .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside::after {
      content: '';
      position: absolute;
      width: 0.625rem;
      height: 0.625rem;
      right: 0;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      background-color: #1CCFC9;
      top: 50%;
      border-radius: 50%;
      z-index: 1; }
    .sliding-section-rtl .wrapper .flight-wrapper .timeline::after {
      content: '';
      position: absolute;
      width: 2px;
      background-color: #1CCFC9;
      top: 9.0625rem;
      right: 0.5rem;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      height: calc(100% - 80px); } }

@media screen and (max-width: 480px) {
  .sliding-section-rtl .wrapper .content .close-button {
    top: 1.5625rem; }
  .sliding-section-rtl .wrapper .content .reverse-skew {
    top: unset;
    -ms-transform: unset;
        transform: unset;
    width: unset; }
    .sliding-section-rtl .wrapper .content .reverse-skew h2, .sliding-section-rtl .wrapper .content .reverse-skew .h2 {
      text-align: center;
      margin-top: 3.75rem;
      font-size: 1.125rem; }
    .sliding-section-rtl .wrapper .content .reverse-skew p {
      text-align: center; }
    .sliding-section-rtl .wrapper .content .reverse-skew .slider-wrapper {
      width: 12.5rem;
      margin-left: auto;
      margin-top: 2.5rem;
      margin-bottom: 0.625rem; }
      .sliding-section-rtl .wrapper .content .reverse-skew .slider-wrapper .dots {
        transform: translate3d(26%, -40%, 0); }
    .sliding-section-rtl .wrapper .content .reverse-skew .slider {
      width: 12.5rem;
      height: 21.875rem; }
      .sliding-section-rtl .wrapper .content .reverse-skew .slider .slick-list {
        display: inline-block;
        width: 12.5rem; }
        .sliding-section-rtl .wrapper .content .reverse-skew .slider .slick-list .slide {
          width: 12.5rem;
          height: 20rem; }
          .sliding-section-rtl .wrapper .content .reverse-skew .slider .slick-list .slide h2, .sliding-section-rtl .wrapper .content .reverse-skew .slider .slick-list .slide .h2 {
            font-size: 1.25rem; }
          .sliding-section-rtl .wrapper .content .reverse-skew .slider .slick-list .slide p {
            font-size: 1rem; }
  .sliding-section-rtl .wrapper .content .input-wrapper {
    font-weight: normal;
    width: 75%;
    margin: 0 auto 1.25rem auto; }
    .sliding-section-rtl .wrapper .content .input-wrapper input {
      margin-top: 1.25rem; }
  .sliding-section-rtl .wrapper .flight-wrapper {
    padding: 0 2.5rem 0 0; }
    .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content img {
      width: 15% !important; }
    .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side {
      width: 85%;
      font-size: 0.875rem; }
      .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side h5, .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side .h5 {
        font-size: 0.75rem; }
      .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side p {
        font-size: 0.75rem; }
        .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side p a {
          font-size: 0.75rem; }
          .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside div .timeline-content .right-side p a img {
            width: auto !important;
            margin-left: 0.3125rem; }
    .sliding-section-rtl .wrapper .flight-wrapper .timeline .timeline-container .content-inside::after {
      content: '';
      position: absolute;
      width: 0.625rem;
      height: 0.625rem;
      left: -0.625rem;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      background-color: #1CCFC9;
      top: 50%;
      border-radius: 50%;
      z-index: 1; }
    .sliding-section-rtl .wrapper .flight-wrapper .timeline::after {
      content: '';
      position: absolute;
      width: 2px;
      background-color: #1CCFC9;
      top: 9.375rem;
      left: -0.625rem;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      height: calc(100% - 80px); } }

@media screen and (min-width: 320px) and (max-width: 479px) {
  .sliding-section-rtl .wrapper .flight .container-fluid div.row .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-sm div.row .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-md div.row .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-lg div.row .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-xl div.row .flight-field:not(:first-child), .sliding-section-rtl .wrapper .flight .container-xxl div.row .flight-field:not(:first-child) {
    margin-left: 0; }
  .sliding-section-rtl .wrapper .flight .container-fluid div.row .flight-number, .sliding-section-rtl .wrapper .flight .container-sm div.row .flight-number, .sliding-section-rtl .wrapper .flight .container-md div.row .flight-number, .sliding-section-rtl .wrapper .flight .container-lg div.row .flight-number, .sliding-section-rtl .wrapper .flight .container-xl div.row .flight-number, .sliding-section-rtl .wrapper .flight .container-xxl div.row .flight-number {
    font-size: 1.5rem; }
  .sliding-section-rtl .wrapper .flight .container-fluid div.row .flight-connect, .sliding-section-rtl .wrapper .flight .container-sm div.row .flight-connect, .sliding-section-rtl .wrapper .flight .container-md div.row .flight-connect, .sliding-section-rtl .wrapper .flight .container-lg div.row .flight-connect, .sliding-section-rtl .wrapper .flight .container-xl div.row .flight-connect, .sliding-section-rtl .wrapper .flight .container-xxl div.row .flight-connect {
    font-size: 0.75rem;
    margin-right: 0.5625rem;
    margin-top: 0.3125rem; }
    .sliding-section-rtl .wrapper .flight .container-fluid div.row .flight-connect .icon-connect, .sliding-section-rtl .wrapper .flight .container-sm div.row .flight-connect .icon-connect, .sliding-section-rtl .wrapper .flight .container-md div.row .flight-connect .icon-connect, .sliding-section-rtl .wrapper .flight .container-lg div.row .flight-connect .icon-connect, .sliding-section-rtl .wrapper .flight .container-xl div.row .flight-connect .icon-connect, .sliding-section-rtl .wrapper .flight .container-xxl div.row .flight-connect .icon-connect {
      margin-left: 0; }
  .sliding-section-rtl .wrapper .flight .container-fluid div.row .flight-line, .sliding-section-rtl .wrapper .flight .container-sm div.row .flight-line, .sliding-section-rtl .wrapper .flight .container-md div.row .flight-line, .sliding-section-rtl .wrapper .flight .container-lg div.row .flight-line, .sliding-section-rtl .wrapper .flight .container-xl div.row .flight-line, .sliding-section-rtl .wrapper .flight .container-xxl div.row .flight-line {
    right: 70%; }
  .sliding-section-rtl .wrapper .flight .container-fluid .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-sm .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-md .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-lg .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-xl .slider.full-width-slider .slick-list .slide p, .sliding-section-rtl .wrapper .flight .container-xxl .slider.full-width-slider .slick-list .slide p {
    font-size: 0.75rem; }
  .sliding-section-rtl .wrapper .flight-wrapper {
    padding: 0 1.875rem 0 0; }
    .sliding-section-rtl .wrapper .flight-wrapper .timeline::after {
      top: 4%; } }

.dxb-contact {
  padding-top: 0;
  margin: 0 auto;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
  background-color: #F4F1ED; }
  @media (max-width: 991px) {
    .dxb-contact {
      margin-bottom: -10vw; } }
  .dxb-contact .validation-summary-errors {
    font-size: 14px;
    font-size: 0.875rem;
    color: #dc426a;
    margin-left: 1vw;
    padding-top: 20px;
    padding-top: 1.25rem; }
    @media (max-width: 991px) {
      .dxb-contact .validation-summary-errors {
        font-size: 0.625rem; } }
  .dxb-contact .container {
    background-color: #fff; }
    .dxb-contact .container p {
      color: #2A2D64; }
  .dxb-contact .contact-form {
    margin-left: -15px;
    margin-left: -0.9375rem; }
    @media (max-width: 991px) {
      .dxb-contact .contact-form {
        margin-left: 0; } }
    @media (min-width: 992px) {
      .dxb-contact .contact-form-header {
        margin-bottom: 1.25rem; } }
  .dxb-contact-content {
    padding: 60px 1vw;
    padding: 3.75rem 1vw;
    direction: ltr; }
    .dxb-contact-content a:link,
    .dxb-contact-content a:active,
    .dxb-contact-content a:focus,
    .dxb-contact-content a:visited {
      text-decoration: underline; }
    @media (max-width: 991px) {
      .dxb-contact-content {
        padding: 1.25rem 0;
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important; } }
  .dxb-contact-comm {
    background-color: #696E9F; }
    .dxb-contact-comm-container {
      padding: 4vw 1vw;
      color: #FFF !important;
      font-weight: 100; }
      @media (max-width: 991px) {
        .dxb-contact-comm-container {
          padding: 5vw 1vw 20vw 1vw; } }
      .dxb-contact-comm-container h3, .dxb-contact-comm-container .h3 {
        background: none;
        border-bottom: solid 2px #FFD100;
        color: #FFF;
        font-weight: bold;
        font-size: 1em;
        line-height: 36px;
        line-height: 2.25rem; }
        @media (max-width: 991px) {
          .dxb-contact-comm-container h3, .dxb-contact-comm-container .h3 {
            margin-bottom: 3vw; } }
      .dxb-contact-comm-container p {
        color: #FFF !important; }
        .dxb-contact-comm-container p span {
          display: block;
          margin-bottom: 1vw; }
      .dxb-contact-comm-container a {
        color: #FFD100;
        font-weight: bold; }
  .dxb-contact .dateWrapper {
    position: relative; }
  .dxb-contact .text-center {
    text-align: center; }
  .dxb-contact label {
    display: block; }
  .dxb-contact .form-input {
    position: relative; }

.dxb-contact-info {
  padding-top: 0;
  margin: 0 auto;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
  background-color: white; }
  .dxb-contact-info-cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 75px;
    margin-bottom: 4.6875rem; }
    @media (max-width: 991px) {
      .dxb-contact-info-cards {
        -ms-flex-direction: column;
            flex-direction: column;
        margin-bottom: 2.1875rem; } }
  .dxb-contact-info-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 39px;
    line-height: 2.4375rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    margin-top: 35px;
    margin-top: 2.1875rem; }
    @media (max-width: 991px) {
      .dxb-contact-info-title {
        font-size: 0.9375rem;
        line-height: 1.25rem; } }
  @media (max-width: 991px) {
    .dxb-contact-info-intro {
      font-size: 0.6875rem;
      line-height: 1.25rem; } }
  .dxb-contact-info-card {
    box-shadow: 0px 0.3125rem 1.8125rem 0px rgba(0, 0, 0, 0.3);
    margin: 0 10px;
    margin: 0 0.625rem;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0; }
    @media (max-width: 991px) {
      .dxb-contact-info-card {
        margin: 0.625rem 0; } }
    @media (min-width: 992px) {
      .dxb-contact-info-card {
        max-width: 50%; } }
    .dxb-contact-info-card:first-child {
      margin-left: 0; }
    .dxb-contact-info-card:last-child {
      margin-right: 0; }
    .dxb-contact-info-card-title {
      font-size: 18px;
      font-size: 1.125rem;
      color: #132A6F;
      font-weight: normal;
      padding: 0px 25px;
      padding: 0px 1.5625rem;
      margin-top: 25px;
      margin-top: 1.5625rem;
      margin-bottom: 15px;
      margin-bottom: 0.9375rem; }
      @media (max-width: 991px) {
        .dxb-contact-info-card-title {
          font-size: 0.9375rem;
          line-height: 1.5625rem;
          margin-bottom: 0.3125rem; } }
    .dxb-contact-info-card-subtitle {
      font-size: 14px;
      font-size: 0.875rem;
      color: #797D88;
      padding: 0px 25px;
      padding: 0px 1.5625rem;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
      @media (max-width: 991px) {
        .dxb-contact-info-card-subtitle {
          font-size: 0.75rem;
          line-height: 1.5rem; } }
    .dxb-contact-info-card-footer {
      margin-top: 25px;
      margin-top: 1.5625rem;
      background: #2A2D64;
      color: white;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      font-weight: bold;
      padding: 20px 25px;
      padding: 1.25rem 1.5625rem;
      min-height: 78px;
      min-height: 4.875rem;
      font-size: 14px;
      font-size: 0.875rem;
      white-space: nowrap; }
      @media (max-width: 991px) {
        .dxb-contact-info-card-footer {
          font-size: 0.75rem; } }
  @media (max-width: 991px) {
    .dxb-contact-info a.btn.btn-fullwidth, .dxb-contact-info .dxb-contact-info-colorcard a.btn-fullwidth, .dxb-contact-info-colorcard .dxb-contact-info a.btn-fullwidth {
      width: auto;
      padding: 0px 1.25rem; } }
  .dxb-contact-info-colorcard {
    background: #22A78F;
    max-width: 550px;
    max-width: 34.375rem;
    padding: 30px 35px;
    padding: 1.875rem 2.1875rem; }
    @media (max-width: 991px) {
      .dxb-contact-info-colorcard {
        max-width: 17.1875rem;
        padding: 0.9375rem; } }
    .dxb-contact-info-colorcard-title {
      font-size: 24px;
      font-size: 1.5rem;
      color: #FFDC03;
      font-weight: bold; }
      @media (max-width: 991px) {
        .dxb-contact-info-colorcard-title {
          font-size: 0.9375rem; } }
    .dxb-contact-info-colorcard-text {
      font-size: 16px;
      font-size: 1rem;
      line-height: 30px;
      line-height: 1.875rem;
      color: white;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
      @media (max-width: 991px) {
        .dxb-contact-info-colorcard-text {
          font-size: 0.75rem;
          line-height: 0.75rem; } }
    .dxb-contact-info-colorcard a:hover {
      color: #2A2D64 !important; }

.form h4, .form .h4 {
  color: #2A2D64;
  display: inline-block;
  float: left ; }
  @media (max-width: 991px) {
    .form h4, .form .h4 {
      font-size: 1rem;
      margin-bottom: 2vw; } }

.form .hint {
  color: #BFBEBC;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-left: 1vw;
  float: left ; }
  @media (max-width: 991px) {
    .form .hint {
      font-size: 0.75rem;
      padding-left: 3vw; } }

.form-title {
  background-color: #FFD100;
  color: #2A2D64;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
  margin-top: 0 !important;
  padding: 1vw;
  width: 100%;
  width: 100%;
  margin: 0;
  padding: 0 30px;
  padding: 0 1.875rem;
  line-height: 87px !important;
  line-height: 5.4375rem !important; }
  @media (max-width: 991px) {
    .form-title {
      max-width: none;
      font-size: 1rem !important;
      margin-bottom: 0;
      padding: 1.25rem 0.9375rem;
      line-height: 1 !important;
      margin: 0 !important; } }

.form-container {
  margin-left: 1vw;
  display: none; }
  @media (max-width: 991px) {
    .form-container {
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }

.form-header {
  cursor: pointer; }
  .form-header svg.category-tab-caret {
    top: 30% !important;
    left: calc(90%) !important; }
    @media (max-width: 991px) {
      .form-header svg.category-tab-caret {
        top: 33% !important; } }
  @media (max-width: 991px) {
    .form-header {
      background-color: #FFD100; } }

.form-error {
  border-bottom: solid 2px #DC426A !important; }

@media (min-width: 991px) {
  .form-input {
    min-height: 9.375rem; } }

.form .active .form-header svg.category-tab-caret {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .form .active .form-header svg.category-tab-caret:hover {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.form .active .form-container {
  display: block; }

.form input[type="text"],
.form .form-inputelem,
.form .form-textarea,
.form .form-select {
  background: none;
  border: 0;
  border-radius: 0;
  border-bottom: solid 2px #FFD100;
  color: #2A2D64;
  letter-spacing: 0;
  line-height: 57px;
  line-height: 3.5625rem;
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 90%;
  float: left ;
  padding-left: 0;
  margin-right: 10%; }
  .form input[type="text"]::-webkit-input-placeholder,
  .form .form-inputelem::-webkit-input-placeholder,
  .form .form-textarea::-webkit-input-placeholder,
  .form .form-select::-webkit-input-placeholder {
    color: #959494;
    opacity: 0.6;
    font-weight: bold; }
  .form input[type="text"]:-moz-placeholder,
  .form .form-inputelem:-moz-placeholder,
  .form .form-textarea:-moz-placeholder,
  .form .form-select:-moz-placeholder {
    color: #959494;
    opacity: 0.6;
    font-weight: bold; }
  .form input[type="text"]::-moz-placeholder,
  .form .form-inputelem::-moz-placeholder,
  .form .form-textarea::-moz-placeholder,
  .form .form-select::-moz-placeholder {
    color: #959494;
    opacity: 0.6;
    font-weight: bold; }
  .form input[type="text"]:-ms-input-placeholder,
  .form .form-inputelem:-ms-input-placeholder,
  .form .form-textarea:-ms-input-placeholder,
  .form .form-select:-ms-input-placeholder {
    color: #959494;
    opacity: 0.6;
    font-weight: bold; }
  @media (max-width: 991px) {
    .form input[type="text"],
    .form .form-inputelem,
    .form .form-textarea,
    .form .form-select {
      line-height: 1.9375rem;
      width: 100%;
      font-size: 0.875rem;
      margin-bottom: 0; } }
  .form input[type="text"]:focus,
  .form .form-inputelem:focus,
  .form .form-textarea:focus,
  .form .form-select:focus {
    box-shadow: none; }

.form .form-textarea {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 20px;
  padding: 0 1.25rem;
  float: left ;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.5 !important;
  resize: none;
  min-height: 150px;
  min-height: 9.375rem; }
  .form .form-textarea-counter {
    position: absolute;
    bottom: 30px;
    bottom: 1.875rem;
    right: 20px;
    right: 1.25rem;
    opacity: 0.3;
    pointer-events: none;
    font-size: 12px;
    font-size: 0.75rem; }
    @media (max-width: 991px) {
      .form .form-textarea-counter {
        bottom: 0.3125rem;
        right: 1.25rem;
        font-size: 0.625rem; } }
  .form .form-textarea.error + .form-textarea-counter {
    bottom: 50px;
    bottom: 3.125rem; }
    @media (max-width: 991px) {
      .form .form-textarea.error + .form-textarea-counter {
        bottom: 1.4375rem; } }
  @media (max-width: 991px) {
    .form .form-textarea {
      margin-bottom: 0;
      font-size: 0.875rem;
      min-height: auto; } }

.form .warning {
  display: none; }

.form .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #BFBEBC;
  height: 50px;
  height: 3.125rem;
  padding: 0 20px 0 5px;
  padding: 0 1.25rem 0 0.3125rem;
  float: left ; }
  .form .form-select.selected {
    padding: 0; }
  @media (max-width: 991px) {
    .form .form-select {
      font-size: 0.875rem;
      height: 2.5rem; } }

.form .dateWrapper {
  width: 90%;
  position: relative; }
  .form .dateWrapper input[type="text"] {
    width: 100%; }

.form .input-wrapper {
  margin-bottom: 0;
  border-bottom: solid 2px #FFD100;
  width: 90%;
  float: left ; }
  @media (max-width: 991px) {
    .form .input-wrapper {
      width: 100%; } }
  .form .input-wrapper input, .form .input-wrapper select {
    padding: 0;
    padding-right: 48px;
    padding-right: 3rem;
    border: 0;
    float: left ;
    margin-right: 0; }
  .form .input-wrapper select,
  .form .input-wrapper .incident-desc {
    width: 22%;
    display: inline-block;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 0;
    margin-bottom: 0;
    float: left ; }
    @media (max-width: 991px) {
      .form .input-wrapper select,
      .form .input-wrapper .incident-desc {
        width: 25%;
        height: 2.8125rem; } }
  .form .input-wrapper .incident-desc {
    color: #2A2D64;
    font-weight: bold;
    line-height: 50px;
    line-height: 3.125rem;
    padding-left: 10px;
    padding-left: 0.625rem; }
  .form .input-wrapper .category-tab-caret {
    left: calc(25% - 35px);
    float: left ;
    top: 42%; }
    .form .input-wrapper .category-tab-caret.right {
      left: calc(68% - 35px); }
      @media (max-width: 991px) {
        .form .input-wrapper .category-tab-caret.right {
          left: calc(70%); } }
    @media (max-width: 991px) {
      .form .input-wrapper .category-tab-caret {
        top: 0.9375rem;
        left: calc(25% - 5px); } }
  .form .input-wrapper .input-icon {
    fill: #FFD100;
    width: 26px;
    width: 1.625rem;
    right: 0; }

.form .error-message {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #DC426A;
  margin-top: -10px;
  margin-top: -0.625rem;
  height: 30px;
  height: 1.875rem;
  float: left ; }
  @media (max-width: 991px) {
    .form .error-message {
      font-size: 0.625rem;
      margin-top: 0.5rem;
      height: auto; } }

.form svg {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  position: relative;
  padding-top: 10px;
  padding-top: 0.625rem;
  right: 25px;
  right: 1.5625rem;
  float: left ; }
  @media (max-width: 991px) {
    .form svg {
      position: absolute;
      top: 1.875rem;
      right: 0; } }

.form svg.category-tab-caret {
  position: absolute;
  top: 45%;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
  fill: #2A2D64;
  -ms-transform: rotate(0deg) translateY(0);
      transform: rotate(0deg) translateY(0);
  -ms-transform-origin: center center;
      transform-origin: center center;
  transition: transform .3s ease-out;
  padding-top: 0;
  left: calc(90% - 35px); }
  @media (max-width: 991px) {
    .form svg.category-tab-caret {
      top: 2.8125rem;
      margin-left: -0.9375rem;
      left: calc(90% + 10px); } }
  .form svg.category-tab-caret path {
    fill: #2A2D64; }
  .form svg.category-tab-caret:hover {
    -ms-transform: rotate(0deg) translateY(3px);
        transform: rotate(0deg) translateY(3px); }
  .form svg.category-tab-caret.active {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    fill: #2A2D64; }
    .form svg.category-tab-caret.active > * {
      fill: #2A2D64; }

.form select + svg.category-tab-caret {
  top: 26%; }
  @media (max-width: 991px) {
    .form select + svg.category-tab-caret {
      top: 1.875rem;
      left: auto;
      right: 1.25rem; } }

.form .g-recaptcha {
  width: 334px;
  width: 20.875rem;
  padding-top: 30px;
  padding-top: 1.875rem; }
  @media (max-width: 991px) {
    .form .g-recaptcha iframe {
      height: 6.25rem; } }

.form.lost-found-form {
  margin-left: -15px;
  margin-left: -0.9375rem; }
  .form.lost-found-form select::-ms-expand {
    display: none; }
  .form.lost-found-form .validationMsg {
    color: #DC426A; }
  .form.lost-found-form .category-tab-caret.select-list-arrow {
    pointer-events: none; }
  .form.lost-found-form svg.icon-calendar {
    position: absolute;
    float: unset;
    right: 0;
    width: 9% !important;
    pointer-events: none; }
  .form.lost-found-form .lostfound-form-submit {
    display: inline-block;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: bold;
    color: #FFF !important;
    background-color: #2A2D64;
    border: 0;
    padding: 25px 30px;
    padding: 1.5625rem 1.875rem;
    box-shadow: 0 0.8125rem 1.5625rem 0 rgba(0, 0, 0, 0.2);
    -ms-transform: translateY(0);
        transform: translateY(0);
    transition: box-shadow 0.3s ease-out, transform 0.3s ease-out; }
    .form.lost-found-form .lostfound-form-submit:hover, .form.lost-found-form .lostfound-form-submit:active {
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
      text-decoration: none; }
    @media (max-width: 991px) {
      .form.lost-found-form .lostfound-form-submit {
        width: 100%;
        font-size: 0.8125rem;
        font-weight: bold;
        padding: 0.6875rem 1.5625rem; }
        .form.lost-found-form .lostfound-form-submit:hover, .form.lost-found-form .lostfound-form-submit:active {
          background-color: #024587;
          box-shadow: 0px 0.5rem 1.25rem 0.25rem rgba(0, 0, 0, 0.2);
          -ms-transform: none;
              transform: none; } }
  @media (max-width: 991px) {
    .form.lost-found-form {
      margin-left: -1.875rem;
      margin-right: -1.875rem; }
      .form.lost-found-form svg {
        right: 0.625rem; } }

.form .form-inputelem-phone-wrapper {
  position: relative; }

.form .form-inputelem-phone-number {
  float: none !important;
  padding-left: 55px !important;
  padding-left: 3.4375rem !important; }

.form .form-inputelem-phone-code {
  position: absolute;
  bottom: 3px;
  bottom: 0.1875rem;
  left: 1px;
  color: #2A2D64;
  letter-spacing: 0;
  line-height: 49px;
  line-height: 3.0625rem;
  font-weight: 100;
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
  height: 45px;
  height: 2.8125rem;
  width: 55px;
  width: 3.4375rem;
  text-align: center;
  border: none;
  pointer-events: all; }
  .form .form-inputelem-phone-code[readonly] {
    pointer-events: none; }
  @media (max-width: 991px) {
    .form .form-inputelem-phone-code {
      height: 2.5625rem;
      font-weight: normal; } }

.form-steps h4, .form-steps .h4 {
  color: #2A2D64;
  display: inline-block;
  float: left ; }
  @media (max-width: 991px) {
    .form-steps h4, .form-steps .h4 {
      font-size: 1rem;
      margin-bottom: 2vw; } }

.form-steps .form-steps-pagination-blue {
  background-color: #132A6F;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 95px;
  height: 5.9375rem;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 70px 15px 70px;
  padding: 1.875rem 4.375rem 0.9375rem 4.375rem;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (max-width: 991px) {
    .form-steps .form-steps-pagination-blue {
      height: 5rem;
      padding: 1.875rem 2.5rem 0px 2.5rem; } }
  .form-steps .form-steps-pagination-blue:before {
    display: block;
    width: calc(100% - 140px);
    position: absolute;
    background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0.4) 50%);
    height: 1px;
    z-index: 1;
    content: "";
    bottom: 40px;
    bottom: 2.5rem;
    left: 70px;
    left: 4.375rem; }
    @media (max-width: 991px) {
      .form-steps .form-steps-pagination-blue:before {
        bottom: 1.5rem;
        width: calc(100% - 80px);
        left: 2.5rem; } }
  .form-steps .form-steps-pagination-blue-step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    z-index: 2; }
    .form-steps .form-steps-pagination-blue-step-dot {
      border-radius: 50%;
      width: 33px;
      width: 2.0625rem;
      height: 33px;
      height: 2.0625rem;
      border: 5px solid #132A6F;
      display: block;
      background-color: #132A6F;
      position: relative;
      z-index: 0; }
      @media (max-width: 991px) {
        .form-steps .form-steps-pagination-blue-step-dot {
          width: 0.8125rem;
          height: 0.8125rem; } }
      .form-steps .form-steps-pagination-blue-step-dot:after {
        position: absolute;
        border-radius: 50%;
        width: 12px;
        width: 0.75rem;
        height: 12px;
        height: 0.75rem;
        border: 2px solid white;
        background-color: #132A6F;
        z-index: 2;
        content: '';
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        @media (max-width: 991px) {
          .form-steps .form-steps-pagination-blue-step-dot:after {
            border-width: 1px;
            width: 0.4375rem;
            height: 0.4375rem; } }
      .form-steps .form-steps-pagination-blue-step-dot:before {
        position: absolute;
        border-radius: 50%;
        width: 25px;
        width: 1.5625rem;
        height: 25px;
        height: 1.5625rem;
        border: 2px solid white;
        background-color: #132A6F;
        z-index: 2;
        content: '';
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        display: none; }
        @media (max-width: 991px) {
          .form-steps .form-steps-pagination-blue-step-dot:before {
            height: 1.125rem;
            width: 1.125rem;
            border-width: 1px; } }
    .form-steps .form-steps-pagination-blue-step-name {
      position: absolute;
      top: -20px;
      top: -1.25rem;
      white-space: nowrap;
      display: none; }
      @media (max-width: 991px) {
        .form-steps .form-steps-pagination-blue-step-name {
          top: -1.875rem; } }
    .form-steps .form-steps-pagination-blue-step.active .form-steps-pagination-blue-step-name {
      display: block; }
    .form-steps .form-steps-pagination-blue-step.active .form-steps-pagination-blue-step-dot {
      width: 40px;
      width: 2.5rem;
      height: 40px;
      height: 2.5rem; }
      @media (max-width: 991px) {
        .form-steps .form-steps-pagination-blue-step.active .form-steps-pagination-blue-step-dot {
          height: 1.125rem;
          width: 1.125rem; } }
      .form-steps .form-steps-pagination-blue-step.active .form-steps-pagination-blue-step-dot:after {
        border: none;
        background-color: #FFD100;
        width: 9px;
        width: 0.5625rem;
        height: 9px;
        height: 0.5625rem; }
        @media (max-width: 991px) {
          .form-steps .form-steps-pagination-blue-step.active .form-steps-pagination-blue-step-dot:after {
            height: 0.375rem;
            width: 0.375rem; } }
      .form-steps .form-steps-pagination-blue-step.active .form-steps-pagination-blue-step-dot::before {
        display: block; }

.form-steps #step1 .form-steps-pagination-blue:before {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.4) 0%); }

.form-steps #step2 .form-steps-pagination-blue:before {
  background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0.4) 50%); }

.form-steps #step3 .form-steps-pagination-blue:before {
  background: linear-gradient(to right, white 100%, rgba(255, 255, 255, 0.4) 100%); }

.form-steps-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 50px;
  margin-top: 3.125rem; }
  @media (max-width: 991px) {
    .form-steps-footer {
      padding: 0 1.875rem; }
      .form-steps-footer .feedback-form-submit {
        width: auto; } }
  .form-steps-footer .form-steps-pagination .form-steps-link {
    font-size: 28px;
    font-size: 1.75rem;
    color: #A5A8C5;
    text-decoration: none;
    font-weight: bold; }
    .form-steps-footer .form-steps-pagination .form-steps-link.active {
      color: #132A6F; }
    .form-steps-footer .form-steps-pagination .form-steps-link svg {
      float: none;
      right: 0;
      padding: 0;
      width: 20px;
      width: 1.25rem;
      height: 16px;
      height: 1rem;
      position: static; }
      @media (max-width: 991px) {
        .form-steps-footer .form-steps-pagination .form-steps-link svg {
          height: 0.875rem; } }
    @media (max-width: 991px) {
      .form-steps-footer .form-steps-pagination .form-steps-link {
        font-size: 1.25rem; } }
    .form-steps-footer .form-steps-pagination .form-steps-link.next svg {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.form-steps-step {
  display: none; }
  .form-steps-step.active {
    display: block; }

.form-steps-next, .form-steps-back {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold; }
  .form-steps-next:hover, .form-steps-next:active, .form-steps-next:visited, .form-steps-next:link, .form-steps-back:hover, .form-steps-back:active, .form-steps-back:visited, .form-steps-back:link {
    text-decoration: none !important; }
  .form-steps-next svg, .form-steps-back svg {
    padding-top: 5px;
    padding-top: 0.3125rem;
    height: 20px;
    height: 1.25rem;
    width: 20px;
    width: 1.25rem;
    position: static; }

.form-steps-next svg {
  float: right;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-top: 0; }

.form-steps-title {
  color: #2A2D64;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
  margin-top: 0 !important;
  padding: 1vw;
  width: 100%;
  width: 100%;
  margin: 0;
  padding: 0 30px;
  padding: 0 1.875rem;
  line-height: 87px !important;
  line-height: 5.4375rem !important; }
  @media (max-width: 991px) {
    .form-steps-title {
      max-width: none;
      font-size: 1rem !important;
      margin-bottom: 0;
      padding: 1.25rem 1.875rem;
      line-height: 1 !important;
      margin: 0 !important; } }

.form-steps-container {
  margin-left: 1vw;
  display: none; }
  @media (max-width: 991px) {
    .form-steps-container {
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }

.form-steps-header {
  cursor: pointer; }
  @media (max-width: 991px) {
    .form-steps-header {
      background-color: #FFD100; } }

.form-steps-error {
  border-bottom: solid 2px #DC426A !important; }

@media (min-width: 991px) {
  .form-steps-input {
    min-height: 9.375rem; } }

.form-steps .active .form-header svg.category-tab-caret {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .form-steps .active .form-header svg.category-tab-caret:hover {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.form-steps .active .form-container {
  display: block; }

.form-steps input[type="text"],
.form-steps .form-inputelem,
.form-steps .form-textarea,
.form-steps .form-select {
  background: none;
  border: 0;
  border-radius: 0;
  border-bottom: solid 2px #FFD100;
  color: #2A2D64;
  letter-spacing: 0;
  line-height: 57px;
  line-height: 3.5625rem;
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 90%;
  float: left ;
  padding-left: 0;
  margin-right: 10%; }
  .form-steps input[type="text"]::-webkit-input-placeholder,
  .form-steps .form-inputelem::-webkit-input-placeholder,
  .form-steps .form-textarea::-webkit-input-placeholder,
  .form-steps .form-select::-webkit-input-placeholder {
    color: #959494;
    opacity: 0.6;
    font-weight: normal; }
  .form-steps input[type="text"]:-moz-placeholder,
  .form-steps .form-inputelem:-moz-placeholder,
  .form-steps .form-textarea:-moz-placeholder,
  .form-steps .form-select:-moz-placeholder {
    color: #959494;
    opacity: 0.6;
    font-weight: normal; }
  .form-steps input[type="text"]::-moz-placeholder,
  .form-steps .form-inputelem::-moz-placeholder,
  .form-steps .form-textarea::-moz-placeholder,
  .form-steps .form-select::-moz-placeholder {
    color: #959494;
    opacity: 0.6;
    font-weight: normal; }
  .form-steps input[type="text"]:-ms-input-placeholder,
  .form-steps .form-inputelem:-ms-input-placeholder,
  .form-steps .form-textarea:-ms-input-placeholder,
  .form-steps .form-select:-ms-input-placeholder {
    color: #959494;
    opacity: 0.6;
    font-weight: normal; }
  @media (max-width: 991px) {
    .form-steps input[type="text"],
    .form-steps .form-inputelem,
    .form-steps .form-textarea,
    .form-steps .form-select {
      line-height: 1.9375rem;
      width: 100%;
      font-size: 1rem;
      margin-bottom: 0; } }

.form-steps .form-textarea {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 20px;
  padding: 0 1.25rem;
  float: left ; }
  @media (max-width: 991px) {
    .form-steps .form-textarea {
      margin-bottom: 0;
      font-size: 1rem; } }

.form-steps .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #BFBEBC;
  height: 50px;
  height: 3.125rem;
  padding: 0 20px 0 5px;
  padding: 0 1.25rem 0 0.3125rem;
  float: left ; }
  .form-steps .form-select.selected {
    padding: 0; }
  @media (max-width: 991px) {
    .form-steps .form-select {
      font-size: 1rem;
      height: 2.5rem; } }

.form-steps .dateWrapper {
  width: 90%;
  position: relative; }
  @media (max-width: 991px) {
    .form-steps .dateWrapper {
      width: 100%; } }
  .form-steps .dateWrapper input[type="text"] {
    width: 100%; }
  .form-steps .dateWrapper svg {
    pointer-events: none;
    position: absolute;
    right: 0;
    bottom: -87px;
    bottom: -5.4375rem; }
  .form-steps .dateWrapper .flatpickr-clear {
    position: absolute;
    right: 37px;
    right: 2.3125rem;
    bottom: -84px;
    bottom: -5.25rem;
    cursor: pointer; }
    .form-steps .dateWrapper .flatpickr-clear svg {
      width: 12px;
      width: 0.75rem;
      height: 12px;
      height: 0.75rem;
      right: auto;
      left: auto;
      pointer-events: all;
      padding: 0;
      position: static;
      opacity: 0.5; }
    .form-steps .dateWrapper .flatpickr-clear:hover svg {
      opacity: 1; }
  @media (max-width: 991px) {
    .form-steps .dateWrapper input[type=date] {
      height: 2.5rem; }
    .form-steps .dateWrapper .flatpickr-clear {
      top: 3.4375rem; }
    .form-steps .dateWrapper svg {
      top: 2.5rem; } }

.form-steps .input-wrapper {
  margin-bottom: 0;
  border-bottom: solid 2px #FFD100;
  width: 90%;
  float: left ; }
  @media (max-width: 991px) {
    .form-steps .input-wrapper {
      width: 100%; } }
  .form-steps .input-wrapper input, .form-steps .input-wrapper select {
    padding: 0;
    padding-right: 48px;
    padding-right: 3rem;
    border: 0;
    float: left ;
    margin-right: 0; }
  .form-steps .input-wrapper select,
  .form-steps .input-wrapper .incident-desc {
    width: 22%;
    display: inline-block;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 0;
    margin-bottom: 0;
    float: left ; }
    @media (max-width: 991px) {
      .form-steps .input-wrapper select,
      .form-steps .input-wrapper .incident-desc {
        width: 25%;
        height: 2.8125rem; } }
  .form-steps .input-wrapper .incident-desc {
    color: #2A2D64;
    font-weight: bold;
    line-height: 50px;
    line-height: 3.125rem;
    padding-left: 10px;
    padding-left: 0.625rem; }
  .form-steps .input-wrapper .category-tab-caret {
    left: calc(25% - 35px);
    float: left ;
    top: 42%; }
    .form-steps .input-wrapper .category-tab-caret.right {
      left: calc(68% - 35px); }
      @media (max-width: 991px) {
        .form-steps .input-wrapper .category-tab-caret.right {
          left: calc(70%); } }
    @media (max-width: 991px) {
      .form-steps .input-wrapper .category-tab-caret {
        top: 0.9375rem;
        left: calc(25% - 5px); } }
  .form-steps .input-wrapper .input-icon {
    fill: #FFD100;
    width: 26px;
    width: 1.625rem;
    right: 0; }

.form-steps .error-message {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #DC426A;
  margin-top: -10px;
  margin-top: -0.625rem;
  height: 30px;
  height: 1.875rem;
  float: left ; }
  @media (max-width: 991px) {
    .form-steps .error-message {
      font-size: 0.625rem;
      margin-top: 0.5rem;
      height: auto; } }

.form-steps .warning-message {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #BFBEBC;
  margin-top: -10px;
  margin-top: -0.625rem;
  height: 30px;
  height: 1.875rem;
  position: absolute;
  bottom: -25px;
  bottom: -1.5625rem;
  font-size: 12px;
  font-size: 0.75rem;
  float: left ; }
  @media (max-width: 991px) {
    .form-steps .warning-message {
      font-size: 0.625rem;
      margin-top: 0.5rem;
      height: auto; } }

.form-steps .error-message-captcha, .form-steps .error-message-remove-error-files {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #DC426A;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem; }
  .form-steps .error-message-captcha.active, .form-steps .error-message-remove-error-files.active {
    display: block; }
  @media (max-width: 991px) {
    .form-steps .error-message-captcha, .form-steps .error-message-remove-error-files {
      font-size: 0.625rem; } }

.form-steps svg.category-tab-caret {
  position: absolute;
  top: 45%;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
  fill: #2A2D64;
  -ms-transform: rotate(0deg) translateY(0);
      transform: rotate(0deg) translateY(0);
  -ms-transform-origin: center center;
      transform-origin: center center;
  transition: transform .3s ease-out;
  padding-top: 0;
  left: calc(90% - 35px); }
  @media (max-width: 991px) {
    .form-steps svg.category-tab-caret {
      top: 2.8125rem;
      margin-left: -0.9375rem;
      left: calc(90% + 10px); } }
  .form-steps svg.category-tab-caret path {
    fill: #2A2D64; }
  .form-steps svg.category-tab-caret:hover {
    -ms-transform: rotate(0deg) translateY(3px);
        transform: rotate(0deg) translateY(3px); }
  .form-steps svg.category-tab-caret.active {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    fill: #2A2D64; }
    .form-steps svg.category-tab-caret.active > * {
      fill: #2A2D64; }

.form-steps select + svg.category-tab-caret {
  top: 45%;
  pointer-events: none; }
  @media (max-width: 991px) {
    .form-steps select + svg.category-tab-caret {
      top: 2.8125rem;
      right: 1.25rem;
      left: 1.875rem; } }

.form-steps .g-recaptcha {
  width: 334px;
  width: 20.875rem;
  padding-top: 30px;
  padding-top: 1.875rem; }
  @media (max-width: 991px) {
    .form-steps .g-recaptcha iframe {
      height: 6.25rem; } }

#feedback-form [data-show-when-type-not-lost-baggage] {
  display: none; }

#feedback-form [data-show-when-type-is-lost-baggage] {
  display: none; }

#feedback-form #contactform-terminal-hidden {
  display: none; }

.feedback-form-response {
  padding: 100px 0;
  padding: 6.25rem 0;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  text-align: center; }
  .feedback-form-response-bottom {
    width: 50%;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 auto;
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
    border-top: 1px solid #f1ece5;
    color: #2a2d64; }
    @media (max-width: 991px) {
      .feedback-form-response-bottom {
        width: 90%; } }
  .feedback-form-response-failure {
    color: red; }

.btwidget_header {
  padding-top: 5px;
  padding-right: 5px; }

.btwidget_textbox {
  margin: 0px !important;
  width: 100%; }

.closeButton {
  cursor: pointer; }

.btwidget_heading {
  color: #1A2E5A;
  font-size: 20px;
  line-height: 26px; }

.btwidget_content {
  font-size: 12pt; }

.btwidget_error {
  font-size: 12pt;
  text-align: center; }

.btwidget_footer {
  background-color: #ccc;
  color: #fff;
  margin-top: 10px;
  padding: 2px 5px 2px 5px;
  font-size: 8pt;
  text-align: right; }

.btwidget_footer a {
  color: #fff; }

.submitBtn input {
  zoom: 1;
  background: 0;
  border: 0;
  color: #fff; }

@media screen and (min-width: 200px) {
  .submitBtn {
    margin-top: 10px; } }

@media screen and (min-width: 769px) {
  .btwidget_footer {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  .thank-you {
    left: 40%;
    width: 20%;
    margin-left: auto; } }

@media screen and (max-width: 768px) {
  .thank-you {
    left: 20%;
    width: 60%;
    margin-left: auto; } }

@media screen and (max-width: 480px) {
  .thank-you {
    left: 10%;
    width: 80%; } }

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .modaal-close:after {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px; }

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }

.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -ms-transform: none;
        transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -ms-transform: scale(0.25);
      transform: scale(0.25); }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

.modaal-wrapper .modaal-close {
  display: none; }

.modaal-overlay {
  z-index: 9998; }

.modaal-container {
  border-radius: 0.3125rem; }

.modaal-wrapper {
  z-index: 100001; }

.modaal-content-container {
  padding: 15px;
  padding: 0.9375rem; }

.modaal-video .modaal-close {
  display: block; }

.lounges-list {
  background-color: #f4f1ed; }
  @media (max-width: 991px) {
    .lounges-list {
      padding: 2.5rem 0; } }
  .lounges-list .lounge-card {
    box-shadow: 0 0.875rem 2.5rem rgba(0, 0, 0, 0.05); }
    .lounges-list .lounge-card-col {
      margin-bottom: 40px;
      margin-bottom: 2.5rem; }
    .lounges-list .lounge-card-image {
      height: 285px;
      height: 17.8125rem;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      @media (max-width: 991px) {
        .lounges-list .lounge-card-image {
          height: 8.875rem; } }
    .lounges-list .lounge-card-title {
      background-color: #fff;
      color: #2A2D64;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      height: 83px;
      height: 5.1875rem;
      padding: 0 20px;
      padding: 0 1.25rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    @media (max-width: 991px) {
      .lounges-list .lounge-card {
        margin-bottom: 0.875rem; }
        .lounges-list .lounge-card-col {
          padding-left: 0.4375rem;
          padding-right: 0.4375rem; }
        .lounges-list .lounge-card-title {
          height: 3.75rem;
          padding: 0 0.625rem;
          font-size: 0.8125rem; } }

.lounge-details {
  color: #2A2D64; }
  @media (max-width: 991px) {
    .lounge-details {
      margin-bottom: 2.1875rem; } }
  .lounge-details .container {
    padding-top: 50px;
    padding-top: 3.125rem; }
  .lounge-details h3, .lounge-details .h3 {
    font-size: 30px;
    font-size: 1.875rem; }
  .lounge-details h3, .lounge-details .h3 {
    font-size: 22px;
    font-size: 1.375rem; }
    @media (max-width: 991px) {
      .lounge-details h3, .lounge-details .h3 {
        margin-bottom: 0.625rem; } }
  .lounge-details p {
    color: inherit; }
    @media (max-width: 991px) {
      .lounge-details p {
        line-height: 1.4375rem; } }
  .lounge-details-content-block {
    margin-bottom: 60px;
    margin-bottom: 3.75rem; }
    @media (max-width: 991px) {
      .lounge-details-content-block {
        margin-bottom: 1.875rem; } }
    .lounge-details-content-block:last-child {
      margin-bottom: 0; }
  .lounge-details-nav {
    padding: 25px 30px;
    padding: 1.5625rem 1.875rem;
    background-color: #fff;
    box-shadow: 0px 1px 0.6875rem 0px #b0b4bb30;
    -ms-transform: translateY(10%);
        transform: translateY(10%);
    position: relative;
    z-index: 100; }
    .lounge-details-nav-row {
      position: relative; }
    .lounge-details-nav-wrapper {
      position: absolute;
      top: 0;
      right: 0; }
      @media (max-width: 991px) {
        .lounge-details-nav-wrapper {
          position: relative; } }
    .lounge-details-nav ul {
      list-style-type: none; }
      .lounge-details-nav ul li {
        margin-bottom: 15px;
        margin-bottom: 0.9375rem; }
      .lounge-details-nav ul li:before {
        content: "" !important;
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        top: 0em;
        border: none;
        margin-top: 0px; }
      .lounge-details-nav ul li.active {
        font-weight: 700; }
      .lounge-details-nav ul li.active:before {
        content: "";
        background-color: #FFD100;
        display: inline-block;
        width: 0.3em;
        height: 1.2em;
        position: absolute;
        top: .2em;
        border: none;
        left: -1em; }
  .lounge-details-facilities-image {
    margin: 50px;
    margin: 3.125rem; }
  .lounge-details ul {
    list-style-type: none; }
  .lounge-details ul > li {
    text-indent: -5px;
    text-indent: -0.3125rem; }
    @media (max-width: 991px) {
      .lounge-details ul > li {
        font-size: 0.875rem; } }
  .lounge-details ul > li:before {
    content: "-";
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    position: absolute;
    left: -1em;
    top: 0em;
    border: none;
    margin-top: 0px; }
  .lounge-details-faq {
    margin: 0;
    list-style-type: none; }
    @media only screen and (max-width: 991px) {
      .lounge-details-faq {
        padding: 0; } }
    .lounge-details-faq-item.active {
      display: block !important; }
      .lounge-details-faq-item.active .lounge-details-faq-answer {
        display: block;
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
        height: auto; }
      .lounge-details-faq-item.active .lounge-details-faq-question-closeIcon {
        display: inline-block; }
      .lounge-details-faq-item.active .lounge-details-faq-question-openIcon {
        display: none; }
    .lounge-details-faq-question {
      cursor: pointer;
      background-color: #FFD100;
      display: block;
      font-style: 20px;
      font-style: 1.25rem;
      font-weight: bold;
      padding: 15px 120px 15px 50px;
      padding: 0.9375rem 7.5rem 0.9375rem 3.125rem; }
      .lounge-details-faq-question-closeIcon {
        display: none; }
      .lounge-details-faq-question-openIcon {
        display: inline-block; }
      .lounge-details-faq-question-closeIcon, .lounge-details-faq-question-openIcon {
        position: absolute;
        top: 15px;
        top: 0.9375rem;
        right: 10px;
        right: 0.625rem; }
        .lounge-details-faq-question-closeIcon,
        .lounge-details-faq-question-closeIcon svg, .lounge-details-faq-question-openIcon,
        .lounge-details-faq-question-openIcon svg {
          height: 24px;
          height: 1.5rem;
          width: 24px;
          width: 1.5rem; }
    .lounge-details-faq-answer {
      display: none;
      color: #2A2D64;
      font-size: 16px;
      font-size: 1rem;
      height: 0; }
      .lounge-details-faq-answer-content {
        padding: 15px 120px 15px 50px;
        padding: 0.9375rem 7.5rem 0.9375rem 3.125rem; }
  .lounge-details-faq > li:before {
    content: "" !important;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    top: 0em;
    border: none;
    margin-top: 0px; }
  .lounge-details .section-wrapper {
    margin-top: 150px;
    margin-top: 9.375rem;
    margin-bottom: 150px;
    margin-bottom: 9.375rem; }
    .lounge-details .section-wrapper:last-child {
      margin-bottom: 0; }
  .lounge-details .btn-white {
    color: #2B2D64 !important;
    background-color: #FFFFFF;
    margin-bottom: 6px;
    margin-bottom: 0.375rem; }
  .lounge-details .btn-white:hover, .lounge-details .btn-white:focus, .lounge-details .btn-white:active {
    color: #2B2D64 !important;
    cursor: default; }
  .lounge-details .section-wrapper:last-child .section-slantBottom {
    z-index: -1; }
  @media (max-width: 767px) {
    .lounge-details .bgcolor-gray {
      padding: 2.5rem 0; } }

@media (max-width: 991px) {
  .content-short {
    padding: 2.5rem 0; } }

.content-short-title {
  color: #2A2D64;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 48px;
  line-height: 3rem; }
  @media (max-width: 991px) {
    .content-short-title {
      font-size: 1.5rem;
      line-height: 1.5rem;
      text-align: center;
      margin-top: 0; } }

.content-short-text {
  color: #2A2D64;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
  line-height: 1.875rem; }
  @media (max-width: 991px) {
    .content-short-text {
      font-size: 0.6875rem;
      line-height: 1.3125rem; } }

.content-short-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 991px) {
    .content-short-row {
      display: block; } }

@media (max-width: 991px) {
  .while-youre-here-menu {
    margin-top: 0; } }

@media (max-width: 991px) {
  .while-youre-here-menu .container {
    padding: 0; } }

.while-youre-here-menu-nav {
  overflow: hidden;
  transition: max-height 300ms linear; }
  @media (max-width: 991px) {
    .while-youre-here-menu-nav {
      max-height: 0; } }
  .while-youre-here-menu-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style-type: none;
    color: #2A2D64;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 70px;
    line-height: 4.375rem;
    margin: 0; }
    @media (max-width: 991px) {
      .while-youre-here-menu-nav ul {
        -ms-flex-direction: column;
            flex-direction: column;
        font-size: 0.875rem; } }
    .while-youre-here-menu-nav ul svg {
      fill: #2A2D64; }
    .while-youre-here-menu-nav ul li {
      height: 70px;
      height: 4.375rem;
      padding: 0 20px;
      padding: 0 1.25rem; }
      .while-youre-here-menu-nav ul li a {
        white-space: nowrap; }
        .while-youre-here-menu-nav ul li a:link, .while-youre-here-menu-nav ul li a:visited, .while-youre-here-menu-nav ul li a:hover, .while-youre-here-menu-nav ul li a:active {
          color: #2A2D64; }
      .while-youre-here-menu-nav ul li.active {
        background-color: #696E9F;
        color: white; }
        .while-youre-here-menu-nav ul li.active a {
          color: white; }
          .while-youre-here-menu-nav ul li.active a:link, .while-youre-here-menu-nav ul li.active a:visited, .while-youre-here-menu-nav ul li.active a:hover, .while-youre-here-menu-nav ul li.active a:active {
            color: white; }
        .while-youre-here-menu-nav ul li.active svg {
          fill: white; }
    .while-youre-here-menu-nav ul li::before {
      content: none; }
  .while-youre-here-menu-nav-icon {
    width: 20px;
    width: 1.25rem; }
    @media (max-width: 991px) {
      .while-youre-here-menu-nav-icon {
        width: 1.125rem;
        margin-right: 0.625rem; } }
    .while-youre-here-menu-nav-icon.icon-services {
      -ms-transform: translateY(3px);
          transform: translateY(3px);
      width: 18px;
      width: 1.125rem; }
    .while-youre-here-menu-nav-icon.icon-shopping, .while-youre-here-menu-nav-icon.icon-sleep-options, .while-youre-here-menu-nav-icon.icon-relax-refresh {
      -ms-transform: translateY(2px);
          transform: translateY(2px); }
    .while-youre-here-menu-nav-icon.icon-map {
      height: 20px;
      height: 1.25rem;
      -ms-transform: translateY(3px);
          transform: translateY(3px); }

.while-youre-here-menu-expand {
  display: none;
  background: none;
  color: #2A2D64 !important;
  box-shadow: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 1.75rem;
  -ms-flex-align: center;
      align-items: center; }
  .while-youre-here-menu-expand:active, .while-youre-here-menu-expand:focus {
    box-shadow: none;
    background: none; }
  .while-youre-here-menu-expand-icon {
    width: 20px;
    width: 1.25rem;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  @media (max-width: 991px) {
    .while-youre-here-menu-expand {
      display: -ms-flexbox;
      display: flex;
      font-size: 1.125rem; } }

.while-youre-here-menu.active .while-youre-here-menu-nav {
  max-height: 1000px;
  max-height: 62.5rem; }

.while-youre-here-menu.active .while-youre-here-menu-expand-icon {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg); }

section.not-found {
  background-color: #f4f1ed;
  background-image: url("/ResourcePackages/da/images/404/map.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  padding: 65px 0 65px;
  padding: 4.0625rem 0 4.0625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

@media (max-width: 767px) and (orientation: portrait) {
  section.not-found {
    padding: 8.125rem 0 4.0625rem; } }
  section.not-found header {
    background-color: transparent;
    box-shadow: none;
    position: relative;
    text-align: center;
    height: auto; }
    section.not-found header .logo {
      background-image: url("/ResourcePackages/da/images/dxb-logo.svg");
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      width: 80px;
      width: 5rem;
      height: 38px;
      height: 2.375rem; }
  section.not-found header, section.not-found .content {
    position: relative;
    z-index: 1; }
  section.not-found .lines-pin {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    section.not-found .lines-pin .pin {
      position: absolute;
      right: 50px;
      right: 3.125rem;
      bottom: 20%;
      width: 42px;
      width: 2.625rem;
      height: 47px;
      height: 2.9375rem;
      background-image: url("/ResourcePackages/da/images/404/placeholder.png");
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 767px) {
        section.not-found .lines-pin .pin {
          bottom: 35%; } }
    section.not-found .lines-pin .vl {
      position: absolute;
      bottom: 20%;
      width: 100%;
      height: 1px;
      background-color: #696E9F;
      opacity: 0.2; }
      @media (max-width: 767px) {
        section.not-found .lines-pin .vl {
          bottom: 35%; } }
    section.not-found .lines-pin .hl {
      position: absolute;
      right: 71px;
      right: 4.4375rem;
      width: 1px;
      height: 100%;
      background-color: #696E9F;
      opacity: 0.2; }
  section.not-found .content {
    text-align: center;
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    section.not-found .content-text {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (max-width: 767px) {
        section.not-found .content-text {
          -ms-flex-positive: 1;
              flex-grow: 1; } }
    section.not-found .content .dgt {
      font-size: 190px;
      font-size: 11.875rem;
      font-weight: 600;
      line-height: 1.1; }

@media (max-width: 991px) and (orientation: landscape) {
  section.not-found .content .dgt {
    font-size: 6.25rem; } }
      @media (max-width: 767px) {
        section.not-found .content .dgt {
          font-size: 6.25rem; } }
    section.not-found .content .drk {
      color: #2A2D64; }
    section.not-found .content .lght {
      color: #696E9F; }
    section.not-found .content .desc {
      font-size: 50px;
      font-size: 3.125rem;
      color: #696E9F; }

@media (max-width: 991px) and (orientation: landscape) {
  section.not-found .content .desc {
    font-size: 1.875rem; } }
      @media (max-width: 767px) {
        section.not-found .content .desc {
          font-size: 1.5625rem; } }
    section.not-found .content .backto-previous-submit {
      margin-top: 20px;
      margin-top: 1.25rem;
      width: auto;
      padding: 21px 24px;
      padding: 1.3125rem 1.5rem;
      height: auto;
      font-size: 16px;
      font-size: 1rem; }
      @media (max-width: 767px) {
        section.not-found .content .backto-previous-submit {
          max-width: 80%;
          width: 100%; } }
  @media (max-width: 767px) {
    section.not-found .footer-bottom-404 {
      margin-top: 3.125rem; } }
  section.not-found .footer-bottom-404 .container {
    text-align: center; }

@media only screen and (max-width: 767px) {
  .page-navigation {
    position: relative;
    padding-left: 0;
    padding-right: 0; }
    .page-navigation:before {
      background-color: #132A6F;
      content: '';
      display: block;
      height: 2.1875rem;
      left: -2.5rem;
      position: absolute;
      right: -2.5rem;
      top: 0; } }

@media only screen and (max-width: 767px) {
  .page-navigation.is-open .page-navigation-list {
    max-height: 624.9375rem;
    transition: max-height 1s ease-in; } }

.page-navigation.is-open .page-navigation-selected-item svg {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg); }

.page-navigation-content {
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .page-navigation-content {
      border-radius: 0.25rem;
      box-shadow: 0 1.4375rem 1.6875rem 0 rgba(0, 0, 0, 0.1);
      margin-left: 1.25rem;
      margin-right: 1.25rem;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      position: relative; } }

.page-navigation-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .page-navigation-list {
      -ms-flex-direction: column;
          flex-direction: column;
      height: auto;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); } }

.page-navigation-item {
  background: #fff;
  border-bottom: 1px solid #D4DBE2;
  border-left: 1px solid #D4DBE2;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 66px;
  height: 4.125rem;
  text-align: center; }
  .page-navigation-item:before {
    background-color: transparent;
    border: none;
    content: '';
    height: 0;
    left: 0;
    margin-top: 0;
    position: initial;
    -ms-transform: none;
        transform: none;
    width: 0; }
  .page-navigation-item:last-child {
    border-right: 1px solid #D4DBE2; }
    @media only screen and (max-width: 767px) {
      .page-navigation-item:last-child {
        border-bottom: none;
        border-right: none; } }
  .page-navigation-item-active {
    border-bottom: 3px solid #132A6F;
    border-bottom: 0.1875rem solid #132A6F; }
    .page-navigation-item-active .page-navigation-link {
      color: #132A6F; }
    @media only screen and (max-width: 767px) {
      .page-navigation-item-active {
        border-bottom: 1px solid #D4DBE2; }
        .page-navigation-item-active .page-navigation-link:before {
          border: 0.25rem solid #132A6F; }
        .page-navigation-item-active .page-navigation-link:after {
          background-color: #132A6F;
          border-radius: 50%;
          content: '';
          display: inline-block;
          height: 0.4375rem;
          position: absolute;
          left: 0.4375rem;
          top: 1.8125rem;
          width: 0.4375rem; } }
  @media only screen and (max-width: 767px) {
    .page-navigation-item {
      border-left: none;
      text-align: left;
      width: 100% !important; } }

.page-navigation-link {
  color: #919191;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: 100%;
  letter-spacing: 0;
  line-height: 66px;
  line-height: 4.125rem;
  width: 100%; }
  .page-navigation-link:before, .page-navigation-link:after {
    display: none; }
  @media only screen and (max-width: 767px) {
    .page-navigation-link {
      font-weight: normal;
      padding-left: 3.125rem; }
      .page-navigation-link:before {
        content: '';
        display: inline-block;
        border: 0.25rem solid #797D88;
        border-radius: 50%;
        height: 1.3125rem;
        left: 0;
        position: absolute;
        top: 1.375rem;
        width: 1.3125rem; } }
  .page-navigation-link:active, .page-navigation-link:focus, .page-navigation-link:hover {
    color: #132A6F; }

.page-navigation-selected-item {
  color: #132A6F;
  cursor: pointer;
  display: none;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .page-navigation-selected-item {
      display: block;
      height: 4.125rem;
      line-height: 4.125rem;
      position: relative; }
      .page-navigation-selected-item svg {
        position: absolute;
        right: -0.625rem;
        top: 1.3125rem;
        transition: transform 0.35s;
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        will-change: transform; } }

.page-hero {
  background-color: #132A6F;
  position: relative; }
  @media (min-width: 768px) {
    .page-hero {
      height: 22.5rem; } }
  .page-hero-content {
    padding: 60px 40px 60px 20px;
    padding: 3.75rem 2.5rem 3.75rem 1.25rem;
    width: 48%; }
    @media only screen and (max-width: 991px) {
      .page-hero-content {
        padding: 3.75rem 2.5rem 3.75rem 1.25rem; } }
    @media only screen and (max-width: 767px) {
      .page-hero-content {
        padding: 2.5rem;
        width: 100%; } }
    .page-hero-content p {
      color: #fff !important; }
    .page-hero-content .highlight {
      color: #22A78F !important; }
  .page-hero-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      .page-hero-image {
        height: 100%;
        position: absolute;
        right: 0;
        left: 50%; } }
    @media (max-width: 767px) {
      .page-hero-image {
        min-height: 13.4375rem; } }
  @media (max-width: 767px) {
    .page-hero .container {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .page-hero .row {
      margin-left: 0;
      margin-right: 0; } }
  .page-hero-page-title {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .page-hero-page-title {
        font-size: 0.875rem; } }
    .page-hero-page-title:before {
      bottom: 0;
      content: '';
      display: inline-block;
      border-bottom: 1px solid #d8d8d8;
      left: 0;
      margin-right: 8px;
      margin-right: 0.5rem;
      width: 22px;
      width: 1.375rem; }

.content-hero {
  min-height: 460px;
  min-height: 28.75rem;
  padding: 70px 0;
  padding: 4.375rem 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .content-hero {
      padding: 0; } }
  .content-hero-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .content-hero-inner {
        padding-right: 27.5rem; } }
    @media only screen and (max-width: 767px) {
      .content-hero-inner {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .content-hero-background {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    position: absolute;
    right: -16px;
    right: -1rem;
    top: 10px;
    top: 0.625rem; }
    @media only screen and (max-width: 767px) {
      .content-hero-background {
        height: 15.625rem50; } }
  .content-hero-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.25rem; }
    @media only screen and (min-width: 768px) {
      .content-hero-image {
        height: 20.625rem;
        width: 27.5rem;
        position: absolute;
        right: 0; } }
    @media only screen and (max-width: 767px) {
      .content-hero-image {
        height: 15.625rem;
        margin: 1.5625rem 0 4.375rem;
        width: 100%; } }
  .content-hero-content {
    font-size: 16px;
    font-size: 1rem;
    color: #132A6F;
    letter-spacing: 0;
    line-height: 24px;
    line-height: 1.5rem;
    padding-right: 70px;
    padding-right: 4.375rem; }
    @media only screen and (max-width: 767px) {
      .content-hero-content {
        font-size: 0.875rem;
        margin-top: 0;
        padding-right: 0; } }
    .content-hero-content .title {
      margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .content-hero .row {
      margin-left: 0;
      margin-right: 0; } }
  .content-hero-dark .content-hero-background {
    background-image: none !important;
    background-color: #132A6F;
    left: initial;
    top: 0;
    width: 70%; }
    @media only screen and (max-width: 767px) {
      .content-hero-dark .content-hero-background {
        bottom: 0;
        height: auto;
        left: 0;
        top: 6.25rem;
        width: auto; } }
  .content-hero-dark .content-hero-inner {
    -ms-flex-direction: row;
        flex-direction: row;
    padding-left: 440px;
    padding-left: 27.5rem;
    padding-right: 0; }
    @media only screen and (max-width: 767px) {
      .content-hero-dark .content-hero-inner {
        -ms-flex-direction: column;
            flex-direction: column;
        padding-left: 0;
        padding-bottom: 2.8125rem; } }
  .content-hero-dark .content-hero-image {
    right: initial;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .content-hero-dark .content-hero-image {
        height: 15.625rem;
        margin: 1.5625rem 0 3.125rem;
        width: 100%; } }
  .content-hero-dark .content-hero-content {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 24px;
    line-height: 1.5rem;
    padding-left: 96px;
    padding-left: 6rem;
    padding-right: 0; }
    @media only screen and (max-width: 767px) {
      .content-hero-dark .content-hero-content {
        margin-top: 0;
        padding-left: 0; } }
    .content-hero-dark .content-hero-content .title {
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .content-hero-dark .content-hero-content .title {
          margin-bottom: 2.8125rem; } }
    .content-hero-dark .content-hero-content .highlight {
      color: #4C9AFF; }

.content-gallery-hero-images {
  float: right;
  height: 330px;
  height: 20.625rem;
  margin: 0 64px 60px;
  margin: 0 4rem 3.75rem;
  position: relative;
  width: 440px;
  width: 27.5rem; }
  @media only screen and (max-width: 767px) {
    .content-gallery-hero-images {
      float: none;
      margin: 0 0 5.625rem;
      width: auto; } }
  .content-gallery-hero-images:before {
    background-color: #6472AC;
    bottom: -60px;
    bottom: -3.75rem;
    content: '';
    display: block;
    height: 310px;
    height: 19.375rem;
    width: 370px;
    width: 23.125rem;
    position: absolute;
    right: -64px;
    right: -4rem;
    z-index: 0; }
    @media only screen and (max-width: 767px) {
      .content-gallery-hero-images:before {
        display: none; } }

.content-gallery-hero-slider {
  height: 100%; }
  .content-gallery-hero-slider .slick-list {
    overflow: hidden; }
  .content-gallery-hero-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }

.content-gallery-hero-slider-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  height: 60px;
  height: 3.75rem;
  -ms-flex-pack: center;
      justify-content: center;
  list-style-type: none;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .content-gallery-hero-slider-dots {
      background-color: #6472AC;
      border-bottom-left-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      -ms-flex-pack: center;
          justify-content: center;
      height: 3.75rem;
      margin: 0 1.25rem !important;
      padding-left: 0; } }
  .content-gallery-hero-slider-dots li {
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 100%;
    max-width: 36px;
    max-width: 2.25rem; }
    .content-gallery-hero-slider-dots li:before {
      content: '';
      display: none; }
    .content-gallery-hero-slider-dots li button {
      background-color: transparent;
      box-shadow: none;
      color: transparent !important;
      font-size: 0;
      height: 100%;
      opacity: 0.5;
      padding: 0;
      position: relative;
      text-indent: -9999px;
      text-indent: -624.9375rem;
      width: 100%; }
      .content-gallery-hero-slider-dots li button:active, .content-gallery-hero-slider-dots li button:focus, .content-gallery-hero-slider-dots li button:hover {
        -ms-transform: none;
            transform: none;
        outline: 0; }
      .content-gallery-hero-slider-dots li button:after {
        background-color: #fff;
        content: '';
        display: block;
        height: 3px;
        left: 4px;
        left: 0.25rem;
        position: absolute;
        right: 4px;
        right: 0.25rem;
        top: 28px;
        top: 1.75rem; }
        @media only screen and (max-width: 767px) {
          .content-gallery-hero-slider-dots li button:after {
            top: 1.6875rem; } }
    .content-gallery-hero-slider-dots li.slick-active button {
      opacity: 1; }
  @media only screen and (min-width: 768px) {
    .content-gallery-hero-slider-dots {
      bottom: -3.75rem;
      position: absolute;
      right: -4rem;
      width: 23.125rem; } }

.content-gallery-hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.25rem;
  height: 330px;
  height: 20.625rem;
  width: 440px;
  width: 27.5rem; }
  @media only screen and (max-width: 767px) {
    .content-gallery-hero-image {
      box-shadow: 0 0.125rem 1.125rem 0 rgba(0, 0, 0, 0.26);
      width: 100%; } }

.content-gallery-hero-content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  padding-right: 70px;
  padding-right: 4.375rem; }
  .content-gallery-hero-content .title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: normal;
    color: #132A6F;
    letter-spacing: 0;
    line-height: 38px;
    line-height: 2.375rem;
    margin-top: 0; }

@media only screen and (min-width: 1441px) {
  .content-gallery-hero-large .content-gallery-hero-images {
    width: 38.75rem; } }

@media only screen and (min-width: 1441px) {
  .content-gallery-hero-large .content-gallery-hero-images:before {
    width: 29.375rem; } }

@media only screen and (min-width: 1441px) {
  .content-gallery-hero-large .content-gallery-hero-slider-dots {
    width: 29.375rem; } }

.article-card-list {
  margin-top: 40px;
  margin-top: 2.5rem; }
  @media (min-width: 768px) {
    .article-card-list .row {
      margin-left: -2.1875rem;
      margin-right: -2.1875rem; } }
  .article-card-list .article-card {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }

.article-card {
  height: 294px;
  height: 18.375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }
  .article-card:hover .article-card-content {
    top: 0; }
  .article-card:hover .article-card-description {
    display: block; }
  .article-card-inner {
    background-color: #fff;
    box-shadow: 0 2rem 1.8125rem 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: all 0.35s;
    position: relative; }
  .article-card-image {
    background-size: cover;
    display: none;
    height: 206px;
    height: 12.875rem; }
  .article-card-content {
    background-color: #fff;
    bottom: 57px;
    bottom: 3.5625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    left: 0;
    overflow: hidden;
    padding: 20px 26px 26px;
    padding: 1.25rem 1.625rem 1.625rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s; }
  .article-card-publicationDate {
    display: none; }
  .article-card-footer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0; }
  .article-card-date, .article-card-publicationDate {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal; }
  .article-card-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 16px;
    line-height: 1rem; }
  .article-card-description {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 26px;
    line-height: 1.625rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    overflow-y: auto; }
  .article-card-detailsButton, .article-card-downloadButton {
    background-color: #132A6F;
    color: #fff;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    height: 57px;
    height: 3.5625rem;
    line-height: 57px;
    line-height: 3.5625rem;
    margin-top: 2px;
    padding: 0 28px;
    padding: 0 1.75rem;
    position: relative; }
    .article-card-detailsButton:focus, .article-card-detailsButton:hover, .article-card-downloadButton:focus, .article-card-downloadButton:hover {
      color: #fff; }
    .article-card-detailsButton svg, .article-card-downloadButton svg {
      position: absolute;
      right: 28px;
      right: 1.75rem;
      top: 16px;
      top: 1rem; }
  .article-card-downloadButton {
    display: none; }
  .article-card-mediaPreview {
    background-color: #FFD100;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    height: 83px;
    height: 5.1875rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 83px;
    width: 5.1875rem; }
    .article-card-mediaPreview svg {
      left: 50%;
      position: absolute;
      top: 50%;
      -ms-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%); }
  .article-card-download .article-card-content {
    bottom: 116px;
    bottom: 7.25rem; }
  .article-card-download .article-card-downloadButton {
    display: block; }
  .article-card-media, .article-card-video {
    height: 330px;
    height: 20.625rem; }
    .article-card-media .article-card-videoPlayer, .article-card-video .article-card-videoPlayer {
      display: block; }
    .article-card-media .article-card-content, .article-card-video .article-card-content {
      top: 206px;
      top: 12.875rem; }
    .article-card-media .article-card-description, .article-card-video .article-card-description {
      display: none; }
  .article-card-mediaCategory .article-card-image, .article-card-media .article-card-image {
    display: block;
    position: relative; }
  .article-card-mediaCategory .article-card-mediaPreview, .article-card-media .article-card-mediaPreview {
    display: block; }
  .article-card-mediaCategory:hover .article-card-content, .article-card-media:hover .article-card-content {
    top: 206px;
    top: 12.875rem; }
  .article-card-publication {
    height: 192px;
    height: 12rem; }
    .article-card-publication .article-card-date {
      display: none; }
    .article-card-publication .article-card-publicationDate {
      display: block; }
    .article-card-publication .article-card-description {
      display: none; }
    .article-card-publication .article-card-content {
      bottom: 59px;
      bottom: 3.6875rem; }
    .article-card-publication:hover .article-card-description {
      display: none; }
  .article-card-news .article-card-date {
    display: block; }
  .article-card-homepage-news .article-card-date {
    display: block; }
  .article-card-homepage-news .article-card-image {
    height: 285px;
    height: 17.8125rem; }
  .article-card-homepage-news .article-card-content {
    padding: 20px;
    padding: 1.25rem;
    top: 285px;
    top: 17.8125rem; }

.table {
  width: 100%; }
  .table thead td,
  .table tbody td {
    line-height: 28px;
    line-height: 1.75rem;
    padding: 12px 0;
    padding: 0.75rem 0; }
  .table thead tr.header {
    background-color: #132A6F;
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem; }
    .table thead tr.header td {
      text-align: center; }
  .table thead tr.heading {
    background-color: #EEF1F6;
    font-size: 20px;
    font-size: 1.25rem; }
    .table thead tr.heading td {
      border-right: 1px solid #E8E9EC;
      text-align: center; }
      .table thead tr.heading td:last-child {
        border-right: none; }
  .table tbody tr {
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8; }
    .table tbody tr:last-child {
      border-bottom: none; }
  .table tbody td {
    border-right: 1px solid #E8E9EC;
    color: #797D88;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 14px 0;
    padding: 0.875rem 0;
    text-align: center; }
    .table tbody td:last-child {
      border-right: none; }
  .table tbody .heading {
    color: #2A2D64; }

.press-release-article {
  margin-top: 60px;
  margin-top: 3.75rem; }
  .press-release-article-content-container .release-date {
    margin: 64px 0 5px 0;
    margin: 4rem 0 0.3125rem 0; }
  .press-release-article-content-container .title {
    color: #132A6F;
    margin: 0 0 40px;
    margin: 0 0 2.5rem; }
  .press-release-article-content-container .content-gallery-hero {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  .press-release-article-content {
    clear: both;
    padding-top: 30px;
    padding-top: 1.875rem; }

.content-statistics-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  @media only screen and (max-width: 767px) {
    .content-statistics-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center; } }
  .content-statistics-list .content-statistic {
    margin-right: 30px;
    margin-right: 1.875rem; }
    @media only screen and (max-width: 767px) {
      .content-statistics-list .content-statistic {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
        margin-right: 0; } }

.content-statistic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  height: 80px;
  height: 5rem; }
  @media only screen and (max-width: 767px) {
    .content-statistic {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column;
      height: auto;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 2.5rem;
      min-height: 7.5rem; } }
  .content-statistic-icon {
    padding: 15px 13px;
    padding: 0.9375rem 0.8125rem; }
    @media only screen and (max-width: 767px) {
      .content-statistic-icon {
        margin-bottom: 0.625rem;
        padding: 0; } }
  .content-statistic-body {
    border-left: 1px solid #d8d8d8;
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 20px;
    padding: 0 1.25rem; }
    @media only screen and (max-width: 767px) {
      .content-statistic-body {
        border-left: none;
        -ms-flex-align: center;
            align-items: center;
        padding: 0; } }
  .content-statistic-value {
    font-size: 44px;
    font-size: 2.75rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .content-statistic-value {
        margin-bottom: 0.625rem; } }
    .content-statistic-value-sufix {
      font-size: 12px;
      font-size: 0.75rem;
      vertical-align: top; }
  .content-statistic-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 0.62;
    font-weight: bold; }
  .content-statistic-vertical {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    height: auto;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    min-height: 100px;
    min-height: 6.25rem; }
    .content-statistic-vertical .content-statistic-body {
      border-left: none;
      -ms-flex-align: center;
          align-items: center; }
    .content-statistic-vertical .content-statistic-icon {
      padding: 0; }
    .content-statistic-vertical .content-statistic-value {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }

.biography-list-item,
.biography-details {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  padding: 75px 0;
  padding: 4.6875rem 0;
  position: relative; }
  .biography-list-item:before,
  .biography-details:before {
    border-top-left-radius: 4px;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: 0.25rem;
    bottom: 0;
    content: '';
    display: block;
    left: 256px;
    left: 16rem;
    position: absolute;
    right: -99999px;
    right: -6249.9375rem;
    top: 0; }
  @media only screen and (max-width: 991px) {
    .biography-list-item,
    .biography-details {
      margin: 1.25rem 0 2.5rem;
      padding: 0; }
      .biography-list-item:before,
      .biography-details:before {
        left: 0;
        right: 0;
        top: 20.625rem/2; } }
  @media only screen and (max-width: 767px) {
    .biography-list-item:before,
    .biography-details:before {
      top: 15.625rem/2; } }
  .biography-list-item:nth-child(odd):before,
  .biography-details:nth-child(odd):before {
    background-color: #ECF1FA; }
  .biography-list-item:nth-child(even):before,
  .biography-details:nth-child(even):before {
    background-color: #F5F7FC; }
  .biography-list-item .biography-inner,
  .biography-details .biography-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    @media only screen and (max-width: 991px) {
      .biography-list-item .biography-inner,
      .biography-details .biography-inner {
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 0 1.25rem; } }
  .biography-list-item .biography-downloadUrl,
  .biography-details .biography-downloadUrl {
    float: right;
    margin: 0 0 30px 30px;
    margin: 0 0 1.875rem 1.875rem;
    width: auto; }
    @media only screen and (max-width: 991px) {
      .biography-list-item .biography-downloadUrl,
      .biography-details .biography-downloadUrl {
        display: block;
        float: none;
        height: 2.5rem;
        line-height: 2.5rem;
        margin: 1.25rem 0 1.875rem 0;
        -ms-flex-order: 3;
            order: 3; } }
  .biography-list-item .biography-image,
  .biography-details .biography-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0.3125rem 0.8125rem rgba(0, 0, 0, 0.21);
    -ms-flex: 0 0 330px;
        flex: 0 0 330px;
    -ms-flex: 0 0 20.625rem;
        flex: 0 0 20.625rem;
    height: 250px;
    height: 15.625rem;
    position: relative;
    width: 330px;
    width: 20.625rem; }
    @media only screen and (max-width: 991px) {
      .biography-list-item .biography-image,
      .biography-details .biography-image {
        box-sizing: border-box;
        height: 15.625rem;
        margin: 0 1.25rem 1.875rem;
        width: 15.625rem; } }
  .biography-list-item .biography-detailsLink,
  .biography-details .biography-detailsLink {
    -ms-flex-align: center;
        align-items: center;
    background-color: #fff;
    box-shadow: 0 0.3125rem 0.8125rem rgba(0, 0, 0, 0.21);
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    height: 3.125rem;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: -25px;
    margin-top: -1.5625rem;
    position: absolute;
    right: -25px;
    right: -1.5625rem;
    top: 50%;
    width: 50px;
    width: 3.125rem;
    z-index: 10; }
  .biography-list-item .biography-content,
  .biography-details .biography-content {
    padding-left: 184px;
    padding-left: 11.5rem;
    position: relative; }
    @media only screen and (max-width: 1279px) {
      .biography-list-item .biography-content,
      .biography-details .biography-content {
        padding-left: 6.25rem; } }
    @media only screen and (max-width: 991px) {
      .biography-list-item .biography-content,
      .biography-details .biography-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        padding-left: 0;
        padding: 0px; } }
  .biography-list-item .biography-name,
  .biography-details .biography-name {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 34px;
    line-height: 2.125rem;
    margin-bottom: 16px;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 991px) {
      .biography-list-item .biography-name,
      .biography-details .biography-name {
        -ms-flex-order: 0;
            order: 0;
        font-size: 1.25rem;
        line-height: 1.875rem; } }
  .biography-list-item .biography-title, .biography-list-item .biography-description,
  .biography-details .biography-title,
  .biography-details .biography-description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem; }
  .biography-list-item .biography-title,
  .biography-details .biography-title {
    clear: both;
    font-weight: bold;
    margin-bottom: 14px;
    margin-bottom: 0.875rem; }
    @media only screen and (max-width: 991px) {
      .biography-list-item .biography-title,
      .biography-details .biography-title {
        -ms-flex-order: 1;
            order: 1; } }
  .biography-list-item .biography-description,
  .biography-details .biography-description {
    font-weight: normal; }
    @media only screen and (max-width: 991px) {
      .biography-list-item .biography-description,
      .biography-details .biography-description {
        -ms-flex-order: 2;
            order: 2; } }

.biography-details:before {
  left: 165px;
  left: 10.3125rem;
  right: -99999px;
  right: -6249.9375rem; }
  @media only screen and (max-width: 991px) {
    .biography-details:before {
      left: 0;
      right: 0; } }
  @media only screen and (max-width: 767px) {
    .biography-details:before {
      left: 0; } }

.biography-details .biography-content {
  padding-left: 150px;
  padding-left: 9.375rem; }
  @media only screen and (max-width: 991px) {
    .biography-details .biography-content {
      padding-left: 0; } }

.biography-details .biography-detailsLink {
  left: -25px;
  left: -1.5625rem;
  right: initial; }
  .biography-details .biography-detailsLink svg {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.list-filters {
  margin-bottom: 60px;
  margin-bottom: 3.75rem; }
  .list-filters:after {
    content: '';
    display: table;
    clear: both; }
  .list-filters .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .list-filters .row {
        display: block; } }
  .list-filters .list-filter {
    display: block;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding: 0 20px;
    padding: 0 1.25rem; }
    @media only screen and (max-width: 991px) {
      .list-filters .list-filter {
        -ms-flex-preferred-size: 33.333%;
            flex-basis: 33.333%; } }
    @media only screen and (max-width: 767px) {
      .list-filters .list-filter {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 1.25rem; } }
    .list-filters .list-filter-single {
      padding: 0; }
  .list-filters .input-label {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem; }
  .list-filters input,
  .list-filters select {
    border: 1px solid #797D88;
    border-radius: 0.25rem;
    background-color: transparent;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    height: 50px;
    height: 3.125rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    width: 100%; }
    .list-filters input:hover, .list-filters input:focus,
    .list-filters select:hover,
    .list-filters select:focus {
      border: 1px solid #132A6F;
      outline: 0; }
  .list-filters select {
    background: transparent url("/ResourcePackages/da/images/icons.svg#icon-arrow-down") center right 15px no-repeat; }

.weather-listing {
  margin-bottom: 100px;
  margin-bottom: 6.25rem; }
  .weather-listing-filter {
    text-align: right; }
  .weather-listing-item {
    border-bottom: 1px solid lightgray;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 40px 0;
    padding: 2.5rem 0;
    -ms-flex-align: center;
        align-items: center; }
    .weather-listing-item-date {
      font-weight: bold;
      color: #2A2D64;
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
    .weather-listing-item-params {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
      .weather-listing-item-params .wind {
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: calc(1.3125rem + 0.75vw);
        background-image: url(../images/weather/wind.png); }
        @media (min-width: 1200px) {
          .weather-listing-item-params .wind {
            padding-left: 1.875rem; } }
      .weather-listing-item-params .degreeC, .weather-listing-item-params .degreeF {
        padding-right: calc(1.3125rem + 0.75vw); }
        @media (min-width: 1200px) {
          .weather-listing-item-params .degreeC, .weather-listing-item-params .degreeF {
            padding-right: 1.875rem; } }
    .weather-listing-item-image {
      width: 100px;
      width: 6.25rem;
      margin: 0 30px;
      margin: 0 1.875rem; }

.website-search-results {
  padding: 0;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
  background-color: #F4F1ED; }
  @media only screen and (max-width: 767px) {
    .website-search-results {
      padding-bottom: 6.25rem; } }
  .website-search-results-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 50px;
    margin-top: 3.125rem; }
    @media only screen and (max-width: 767px) {
      .website-search-results-search {
        margin-top: 0; } }
    .website-search-results-search input[type="search"].website-search-results-search-input {
      background: transparent;
      border: none;
      border-bottom: 2px solid #2A2D64;
      height: 60px;
      height: 3.75rem;
      line-height: 60px;
      line-height: 3.75rem;
      font-size: 16px;
      font-size: 1rem;
      color: #2A2D64;
      font-weight: bold;
      width: 100%;
      box-sizing: border-box;
      padding-left: 0;
      margin: 0; }
    .website-search-results-search-input-wrapper {
      position: relative; }
      @media only screen and (max-width: 767px) {
        .website-search-results-search-input-wrapper {
          margin-bottom: 3.125rem; } }
    .website-search-results-search-submit {
      position: absolute;
      right: 5px;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      background: transparent;
      padding: 0;
      box-shadow: none;
      width: auto; }
      .website-search-results-search-submit svg {
        height: 15px;
        height: 0.9375rem;
        width: 15px;
        width: 0.9375rem; }
    .website-search-results-search-label {
      text-align: center;
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .website-search-results-search-label {
          font-size: 1.5625rem; } }
  .website-search-results-number-results {
    color: #696E9F;
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
    margin-top: 100px;
    margin-top: 6.25rem; }
    @media only screen and (max-width: 767px) {
      .website-search-results-number-results {
        font-size: 1.125rem;
        margin-bottom: 1.875rem;
        margin-top: 3.125rem; } }
    .website-search-results-number-results-query {
      color: #2A2D64; }
  .website-search-results-listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 50px;
    margin-bottom: 3.125rem; }
    .website-search-results-listing .website-search-results-item {
      padding: 40px;
      padding: 2.5rem;
      background-color: white;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
      .website-search-results-listing .website-search-results-item:hover {
        text-decoration: none; }
      .website-search-results-listing .website-search-results-item-title {
        font-size: 22px;
        font-size: 1.375rem;
        color: #2A2D64;
        display: block;
        font-weight: bold;
        margin-bottom: 15px;
        margin-bottom: 0.9375rem; }
      .website-search-results-listing .website-search-results-item-link {
        font-size: 16px;
        font-size: 1rem;
        color: #2A2D64;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 15px;
        margin-bottom: 0.9375rem; }
      .website-search-results-listing .website-search-results-item-content {
        font-size: 16px;
        font-size: 1rem;
        color: #696E9F;
        display: block; }

.alerts-list {
  padding: 0;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
  background-color: #F4F1ED; }
  @media only screen and (max-width: 767px) {
    .alerts-list {
      padding-bottom: 6.25rem; } }
  .alerts-list-empty {
    text-align: center; }
  .alerts-list-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    margin-top: 100px;
    margin-top: 6.25rem; }
    @media only screen and (max-width: 767px) {
      .alerts-list-items {
        font-size: 1.125rem;
        margin-bottom: 1.875rem;
        margin-top: 3.125rem; } }
    .alerts-list-items .alerts-list-item {
      padding: 40px;
      padding: 2.5rem;
      background-color: white;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
      .alerts-list-items .alerts-list-item:hover {
        text-decoration: none; }
      .alerts-list-items .alerts-list-item-title {
        font-size: 22px;
        font-size: 1.375rem;
        color: #2A2D64;
        display: block;
        font-weight: bold;
        margin-bottom: 15px;
        margin-bottom: 0.9375rem; }
      .alerts-list-items .alerts-list-item-date {
        float: right ;
        font-size: 14px;
        font-size: 0.875rem;
        color: #696E9F;
        display: block; }
      .alerts-list-items .alerts-list-item-link {
        font-size: 16px;
        font-size: 1rem;
        color: #2A2D64;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 15px;
        margin-bottom: 0.9375rem; }
      .alerts-list-items .alerts-list-item-content {
        font-size: 16px;
        font-size: 1rem;
        color: #696E9F;
        display: block;
        text-overflow: ellipsis;
        width: 100%; }
        .alerts-list-items .alerts-list-item-content table {
          white-space: normal; }
          @media only screen and (max-width: 767px) {
            .alerts-list-items .alerts-list-item-content table {
              width: calc(100% + 60px) !important;
              font-size: 0.625rem;
              margin: 0 -1.875rem;
              font-weight: normal; } }

.alert-details {
  padding: 0;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
  background-color: #F4F1ED; }
  @media only screen and (max-width: 767px) {
    .alert-details {
      padding-bottom: 6.25rem; } }
  .alert-details-title {
    color: #696E9F;
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
    margin-top: 100px;
    margin-top: 6.25rem; }
    @media only screen and (max-width: 767px) {
      .alert-details-title {
        font-size: 1.125rem;
        margin-bottom: 1.875rem;
        margin-top: 3.125rem; } }
  .alert-details-date {
    float: right;
    font-size: 14px;
    font-size: 0.875rem;
    color: #696E9F;
    display: block; }
  .alert-details-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 70px;
    margin-bottom: 4.375rem;
    margin-top: 100px;
    margin-top: 6.25rem;
    font-size: 16px;
    font-size: 1rem;
    color: #696E9F;
    display: block;
    padding: 40px;
    padding: 2.5rem;
    background-color: white;
    width: 100%; }
    .alert-details-content table {
      white-space: normal; }
      @media only screen and (max-width: 767px) {
        .alert-details-content table {
          width: calc(100% + 60px) !important;
          font-size: 0.625rem;
          margin: 0 -1.875rem;
          font-weight: normal; } }
    .alert-details-content p {
      font-size: 16px;
      font-size: 1rem;
      color: #696E9F; }
      @media only screen and (max-width: 767px) {
        .alert-details-content p {
          font-size: 1.125rem; } }
    .alert-details-content b, .alert-details-content strong {
      font-weight: bold; }
    .alert-details-content ul {
      list-style-type: disc;
      color: #696E9F; }
      .alert-details-content ul li {
        position: relative;
        font-size: 16px;
        font-size: 1rem;
        color: #696E9F;
        list-style-position: inside;
        text-indent: -1em;
        padding-left: 1em;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; }
        .alert-details-content ul li ul {
          margin-top: 1em;
          list-style-type: circle;
          color: #696E9F; }
          .alert-details-content ul li ul li {
            margin-left: 20px;
            margin-left: 1.25rem;
            text-indent: -1em;
            color: #696E9F;
            padding-left: 1em; }
    @media only screen and (max-width: 767px) {
      .alert-details-content {
        font-size: 1.125rem;
        margin-bottom: 1.875rem;
        margin-top: 3.125rem; } }

.sitemap {
  clear: both;
  width: 100%;
  margin-top: 0;
  padding-top: 100px;
  padding-top: 6.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .sitemap {
      padding-top: 3.125rem;
      padding-bottom: 6.25rem; } }
  .sitemap *:before, .sitemap *:after {
    box-sizing: initial; }
  .sitemap-wrapper * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline; }
  .sitemap ul {
    line-height: normal; }
  .sitemap ul li::before {
    top: auto;
    left: auto;
    -ms-transform: none;
        transform: none;
    bottom: auto;
    right: auto;
    width: auto;
    height: auto;
    border: none;
    margin: 0;
    padding: 0; }

.sitemap #home {
  position: absolute;
  margin-top: -3em;
  margin-bottom: 0;
  min-width: 11.5em;
  width: 100%; }

.sitemap #home:before {
  display: none; }

.sitemap ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  position: relative; }

.sitemap li {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: 11.5em;
      flex-basis: 11.5em;
  padding-right: 1.25em;
  position: relative; }

.sitemap-wrapper > ul > li {
  margin-top: 3em; }

.sitemap li a {
  margin: 0;
  padding: .875em .9375em .9375em .9375em;
  display: block;
  font-size: .9375em;
  font-weight: bold;
  color: white;
  background: #2A2D64;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.025);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  text-decoration: none; }

.sitemap li a:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2); }

.sitemap a:link:after,
.sitemap a:visited:after,
.utilityNav a:link:after,
.utilityNav a:visited:after {
  content: " " attr(href) " ";
  display: block;
  font-weight: 600;
  font-size: .75em;
  margin-top: .25em;
  word-wrap: break-word;
  color: rgba(255, 255, 255, 0.75);
  direction: ltr; }

/* -------- Second Level --------- */
.sitemap ul ul {
  display: block; }

.sitemap ul ul li {
  padding-top: .6875em;
  padding-right: 0; }

.sitemap ul ul li a {
  background-color: #FFD100;
  color: #2A2D64; }
  .sitemap ul ul li a:link:after, .sitemap ul ul li a:visited:after {
    color: #2A2D64; }

.sitemap ul ul li:first-child {
  padding-top: 2em; }

/* -------- Third Level --------- */
.sitemap ul ul ul {
  margin-top: .6em;
  padding-top: .6em; }

.sitemap ul ul ul li {
  padding-top: .3125em;
  padding-bottom: .3125em; }
  .sitemap ul ul ul li:last-child {
    padding-bottom: 0; }

.sitemap ul ul ul li a {
  background-color: #F4F1ED;
  font-size: .75em;
  padding: .75em;
  width: 90%;
  margin-right: 0;
  margin-left: auto;
  color: #2A2D64; }

.sitemap ul ul ul li:first-child {
  padding-top: 1em; }

.sitemap ul ul ul li a:link:after,
.sitemap ul ul ul li a:visited:after {
  font-size: .75em; }

/* --------	Fourth Level --------- */
.sitemap ul ul ul ul {
  margin-top: 0;
  padding-top: .3125em;
  padding-bottom: .3125em; }

.sitemap ul ul ul ul li a {
  background-color: #F4F1ED;
  padding: .75em;
  width: 80%; }

.sitemap ul ul ul ul li a:link:after,
.sitemap ul ul ul ul li a:visited:after {
  display: none; }

/* ------------------------------------------------------------
	Connecting Lines:
	Uncomment 'border-color: red' for debugging
------------------------------------------------------------ */
.sitemap ul:before,
.sitemap ul:after,
.sitemap ul li:before,
.sitemap ul li:after {
  display: block;
  content: '';
  position: absolute;
  border-width: 0;
  border-color: #e3e3e3;
  border-style: solid;
  z-index: -1; }

.sitemap-wrapper > ul > li:before {
  height: 1.375em;
  top: -1.375em;
  right: calc(50% + .625em);
  width: calc(100% - 2px);
  border-top-width: 2px;
  border-right-width: 2px; }

.sitemap-wrapper > ul > li:first-child + li:before {
  border-top-width: 0;
  height: 5em;
  top: -5em; }

.sitemap ul ul li:after {
  width: 50%;
  height: .6875em;
  top: 0;
  right: 1px;
  border-left-width: 2px; }

.sitemap ul ul li:first-child:before {
  width: 50%;
  height: 1.3125em;
  top: .6875em;
  right: 1px;
  border-left-width: 2px; }

.sitemap-wrapper > ul > li:last-child:after {
  border-bottom-width: 0; }

.sitemap ul ul ul li:before {
  width: calc(50% - 5px) !important;
  height: calc(112% - 2px);
  top: -50%;
  left: 0;
  border-left-width: 2px;
  border-bottom-width: 2px; }

.sitemap ul ul ul li:first-child:before {
  height: 3.125em;
  top: -1px;
  border-top-width: 2px; }

.sitemap ul ul ul:before {
  width: 50%;
  height: 1.25em;
  top: -10px;
  top: -0.625rem;
  right: 1px;
  border-left-width: 2px; }

.sitemap ul ul ul li:after {
  border-width: 0; }

.sitemap ul ul ul ul li:before,
.sitemap ul ul ul ul li:first-child:before {
  display: none; }

.sitemap ul ul ul ul:before {
  width: 1px;
  height: calc(100% + 2.5em);
  top: -2.5em;
  left: 0;
  border-left-width: 2px; }

/* ------------------------------------------------------------
	Responsive Styles
------------------------------------------------------------ */
@media screen and (max-width: 30em) {
  .sitemap ul {
    display: block; }
  .sitemap li {
    width: 100%;
    padding-right: 0; }
  .sitemap #home {
    width: 100%;
    position: relative;
    margin-bottom: -1em;
    margin-top: 0; }
  .utilityNav {
    float: none;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 2.5em;
    max-width: 100%; } }

/* The media queries below keep the grid column widths intact when
a column wraps. This prevents the wrapped column from displaying at
100% width. These queries also make the homepage line item flex
appropriately. When your sitemap is complete, remove the queries
that you don't need, and your sitemap layout will work perfectly. */
/* two column */
@media screen and (min-width: 30em) {
  .sitemap-wrapper > ul > li {
    max-width: 50%; } }

/* three column */
@media screen and (min-width: 38.5em) {
  .sitemap-wrapper > ul > li {
    max-width: 33%; } }

/* four column */
@media screen and (min-width: 50em) {
  .sitemap-wrapper > ul > li {
    max-width: 25%; } }

.publications-categories .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  @media only screen and (max-width: 767px) {
    .publications-categories .row {
      -ms-flex-direction: column;
          flex-direction: column; } }

.publication-category {
  background-color: #132A6F;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  @media only screen and (max-width: 767px) {
    .publication-category {
      margin: 1.25rem 0; } }
  .publication-category-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
    @media only screen and (max-width: 991px) {
      .publication-category-title {
        font-size: 1rem;
        line-height: 1.5rem; } }
  .publication-category a.button, .publication-category .dxb-generic-tabs-container-tab-button {
    background-color: #fff;
    color: #132A6F !important;
    width: auto; }
    @media only screen and (max-width: 991px) {
      .publication-category a.button, .publication-category .dxb-generic-tabs-container-tab-button {
        height: 2.5rem;
        line-height: 2.5rem; } }
  .publication-category-inner {
    color: #fff;
    padding: 40px 44px;
    padding: 2.5rem 2.75rem; }
  .publication-category-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media only screen and (max-width: 767px) {
      .publication-category-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%; } }

.linkCard {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }
  .linkCard-inner {
    background-color: #fff;
    box-shadow: 0 1.4375rem 1.8125rem 0 rgba(0, 0, 0, 0.1); }
  .linkCard-content {
    padding: 26px;
    padding: 1.625rem; }
  .linkCard-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 28px;
    line-height: 1.75rem; }
    @media only screen and (max-width: 991px) {
      .linkCard-title {
        font-size: 1rem;
        line-height: 1.5rem; } }
  .linkCard-description {
    font-size: 14px;
    font-size: 0.875rem; }
  .linkCard-link {
    background-color: #132A6F;
    color: #fff;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    height: 57px;
    height: 3.5625rem;
    line-height: 57px;
    line-height: 3.5625rem;
    padding: 0 26px;
    padding: 0 1.625rem;
    position: relative; }
    .linkCard-link:hover {
      color: #fff;
      text-decoration: underline; }
    @media only screen and (max-width: 991px) {
      .linkCard-link {
        height: 2.5rem;
        line-height: 2.5rem; } }
    .linkCard-link svg {
      top: 50%;
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
      right: 26px;
      right: 1.625rem;
      position: absolute; }

.contactUsInfo {
  padding-top: 60px;
  padding-top: 3.75rem; }
  .contactUsInfo-text {
    font-size: 100px;
    font-size: 6.25rem;
    font-weight: bold;
    color: #A3A3A3;
    line-height: 120px;
    line-height: 7.5rem;
    opacity: 0.1;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (max-width: 991px) {
      .contactUsInfo-text {
        font-size: 4.375rem;
        line-height: 4.5rem; } }
    @media only screen and (max-width: 767px) {
      .contactUsInfo-text {
        font-size: 3rem;
        line-height: 3.25rem;
        padding-top: 1.875rem; } }
  .contactUsInfo .col-sm-12 {
    margin-bottom: 0; }

.contactUsForm {
  padding-top: 90px;
  padding-top: 5.625rem; }
  .contactUsForm .title {
    color: #fff !important;
    margin-bottom: 10px !important;
    margin-bottom: 0.625rem !important; }
  .contactUsForm .description {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem; }
  .contactUsForm-container {
    position: relative;
    padding: 60px 0;
    padding: 3.75rem 0; }
    .contactUsForm-container:before {
      background-color: #132A6F;
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      right: -99999px;
      right: -6249.9375rem;
      top: 0; }
    @media only screen and (max-width: 767px) {
      .contactUsForm-container:before {
        left: -6249.9375rem; } }
  .contactUsForm-formContainer {
    position: relative;
    margin-left: 154px;
    margin-left: 9.625rem; }
    @media only screen and (max-width: 991px) {
      .contactUsForm-formContainer {
        margin-left: 3.75rem; } }
    @media only screen and (max-width: 767px) {
      .contactUsForm-formContainer {
        margin-left: 0; } }
    .contactUsForm-formContainer .row {
      margin-bottom: 30px;
      margin-bottom: 1.875rem; }
  .contactUsForm-form {
    padding-top: 30px;
    padding-top: 1.875rem; }
  .contactUsForm-backgroundText {
    color: #fff;
    font-size: 142px;
    font-size: 8.875rem;
    font-weight: bold;
    left: 50%;
    margin: 0 auto;
    opacity: 0.05;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    top: 20px;
    top: 1.25rem; }
  .contactUsForm label {
    color: #fff;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 30px;
    line-height: 1.875rem;
    margin-bottom: 60px;
    margin-bottom: 3.75rem; }
    .contactUsForm label:last-child {
      margin-bottom: 30px;
      margin-bottom: 1.875rem; }
    @media only screen and (max-width: 991px) {
      .contactUsForm label {
        font-size: 0.875rem;
        line-height: 1.875rem;
        margin-bottom: 2.5rem; } }
    .contactUsForm label.radio-label {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
    .contactUsForm label input,
    .contactUsForm label select {
      margin-bottom: 0; }
  .contactUsForm input,
  .contactUsForm select {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    color: #fff;
    font-weight: normal;
    height: 50px;
    height: 3.125rem;
    line-height: 50px;
    line-height: 3.125rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    width: 100%; }
    .contactUsForm input:focus,
    .contactUsForm select:focus {
      outline: 0; }
  .contactUsForm input[type="radio"],
  .contactUsForm input[type="checkbox"] {
    height: 1em;
    width: 30px;
    width: 1.875rem; }
  .contactUsForm .checkbox-input-helper,
  .contactUsForm .radio-input-helper {
    border-color: #fff; }
  .contactUsForm .button.button-submit {
    background-color: #fff;
    color: #132A6F !important; }

.gallery-modal {
  margin: 60px auto 0px auto;
  margin: 3.75rem auto 0px auto;
  position: relative;
  padding-bottom: 30px;
  padding-bottom: 1.875rem; }
  .gallery-modal .mfp-bg {
    position: fixed !important; }
  .gallery-modal .mfp-close {
    background-color: #132A6F;
    background-image: url("/ResourcePackages/da/images/modal-close.svg") !important;
    background-size: 1.5625rem 1.5625rem;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 4px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 4px;
    border-top-right-radius: 0.25rem;
    color: transparent !important;
    height: 55px;
    height: 3.4375rem;
    opacity: 1 !important;
    overflow: hidden;
    padding-right: 0;
    right: 40px !important;
    right: 2.5rem !important;
    text-align: left;
    text-indent: -9999px;
    text-indent: -624.9375rem;
    top: -55px !important;
    top: -3.4375rem !important;
    width: 70px !important;
    width: 4.375rem !important; }
    .gallery-modal .mfp-close:hover {
      -ms-transform: none;
          transform: none; }
  .gallery-modal-content {
    border-radius: 0.25rem; }
    .gallery-modal-content img.mfp-img {
      border-radius: 0.25rem;
      max-height: 80vh !important;
      max-width: 795px;
      max-width: 49.6875rem;
      padding: 0;
      width: 100%; }
  .gallery-modal-footer {
    -ms-flex-align: center;
        align-items: center;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: 0.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 26px 15px 26px;
    margin: 0 1.625rem 0.9375rem 1.625rem;
    padding: 26px;
    padding: 1.625rem; }
    @media only screen and (max-width: 767px) {
      .gallery-modal-footer {
        padding: 0.9375rem 1.25rem; } }
  .gallery-modal-image {
    border-radius: 0.25rem;
    width: 100%; }
  .gallery-modal-video {
    height: 480px;
    height: 30rem;
    width: 100%; }
    .gallery-modal-video video {
      display: block; }
  .gallery-modal-photoModal {
    max-height: 80vh;
    max-width: 795px !important;
    max-width: 49.6875rem !important;
    object-fit: cover;
    width: 795px !important;
    width: 49.6875rem !important; }
    @media only screen and (max-width: 767px) {
      .gallery-modal-photoModal {
        width: 100% !important; } }
  .gallery-modal-videoModal {
    margin: 60px auto 0px auto;
    margin: 3.75rem auto 0px auto;
    max-width: none !important;
    width: 795px !important;
    width: 49.6875rem !important; }
    .gallery-modal-videoModal video {
      background-color: #000;
      border-radius: 0.25rem;
      display: block !important;
      height: 370px !important;
      height: 23.125rem !important;
      width: 795px !important;
      width: 49.6875rem !important;
      object-fit: cover; }
      @media only screen and (max-width: 767px) {
        .gallery-modal-videoModal video {
          width: 100% !important; } }
    @media only screen and (max-width: 767px) {
      .gallery-modal-videoModal {
        width: 100% !important; } }
  .gallery-modal .gallery-info-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 28px;
    line-height: 1.75rem; }
    @media only screen and (max-width: 767px) {
      .gallery-modal .gallery-info-title {
        font-size: 1rem;
        line-height: 1.5rem; } }
  .gallery-modal .gallery-info-date {
    font-size: 14px;
    font-size: 0.875rem; }
  .gallery-modal .gallery-meta-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    .gallery-modal .gallery-meta-links a {
      margin: 0 15px;
      margin: 0 0.9375rem; }

.sfPageWrapper header, .sfPageEditor header {
  position: initial !important; }

.sfPageWrapper button, .sfPageWrapper a.button, .sfPageWrapper .dxb-generic-tabs-container-tab-button, .sfPageEditor button, .sfPageEditor a.button, .sfPageEditor .dxb-generic-tabs-container-tab-button {
  color: black !important; }

.sfPageWrapper img, .sfPageEditor img {
  width: auto; }

.sfPageWrapper ul li::before, .sfPageEditor ul li::before {
  content: none; }

.sfPageWrapper #journeyGenieFlow, .sfPageWrapper .side-navigation, .sfPageWrapper .expo-popup, .sfPageWrapper .wow-popup__overlay, .sfPageEditor #journeyGenieFlow, .sfPageEditor .side-navigation, .sfPageEditor .expo-popup, .sfPageEditor .wow-popup__overlay {
  display: none !important; }

.sfPageWrapper .page-wrapper, .sfPageEditor .page-wrapper {
  margin-right: 0;
  overflow: initial; }

.sfPageWrapper pre, .sfPageEditor pre {
  font-size: 0.7em;
  margin: 0.5em 0;
  line-height: 1; }

.sfPageWrapper .section-wrapper-behind section, .sfPageEditor .section-wrapper-behind section {
  padding: 1vw 0; }

.sfPageWrapper #travel-planner, .sfPageEditor #travel-planner {
  padding-top: 1vw; }

.sfPageWrapper .btn-default, .sfPageWrapper a.btn, .sfPageWrapper .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard .sfPageWrapper a, .sfPageEditor .btn-default, .sfPageEditor a.btn, .sfPageEditor .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard .sfPageEditor a {
  color: #333 !important;
  height: auto; }

.sfPageWrapper .sfPageEditorToolbarWrapper, .sfPageWrapper .CodeMirror-lines, .sfPageWrapper .sf-code pre, .sfPageWrapper .sf-backend-wrp .sf-widget-headers,
.sfPageWrapper .sfWorkflowMenuWrp, .sfPageWrapper .sf-backend-wrp .modal-body, .sfPageWrapper .sf-backend-wrp .modal-header, .sfPageEditor .sfPageEditorToolbarWrapper, .sfPageEditor .CodeMirror-lines, .sfPageEditor .sf-code pre, .sfPageEditor .sf-backend-wrp .sf-widget-headers,
.sfPageEditor .sfWorkflowMenuWrp, .sfPageEditor .sf-backend-wrp .modal-body, .sfPageEditor .sf-backend-wrp .modal-header {
  direction: ltr !important; }

.sfPageWrapper .RadDock .rdTable .rdLeft, .sfPageWrapper .RadDock .rdTable .rdCenter, .sfPageWrapper .RadDock .rdTable .rdRight, .sfPageEditor .RadDock .rdTable .rdLeft, .sfPageEditor .RadDock .rdTable .rdCenter, .sfPageEditor .RadDock .rdTable .rdRight {
  text-align: left !important; }

.page-wrapper {
  perspective: 6.25rem;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  /* Microsoft Edge bug with white screen */ }
  .page-wrapper > #main {
    transform-style: preserve-3d; }
  @supports (-ms-ime-align: auto) {
    .page-wrapper > #main {
      transform-style: flat; } }

.section-wrapper {
  position: relative;
  transform-style: preserve-3d;
  /* Microsoft Edge bug with white screen */
  /* END: Microsoft Edge bug */ }
  @supports (-ms-ime-align: auto) {
    .section-wrapper {
      transform-style: flat; } }
  .section-wrapper-behind {
    z-index: -1;
    /* START: Microsoft Edge bug with white screen */
    /* END: Microsoft Edge bug */ }
    .ie .section-wrapper-behind {
      z-index: 0; }
    @supports (-ms-ime-align: auto) {
      .section-wrapper-behind {
        z-index: 0; } }
    .section-wrapper-behind section {
      padding: 15vw 0; }
      .sfPageEditorWrp .section-wrapper-behind section {
        margin: 0; }

.section-wrapper.section-wrapper-behind + .section-wrapper.section-wrapper-behind section {
  padding-top: 0; }

.sfPageEditorWrp .section-slantTop,
.sfPageEditorWrp .section-slantBottom {
  display: none; }

.dxb-section-text-image {
  position: relative;
  padding: 0;
  height: 435px;
  height: 27.1875rem; }
  .dxb-section-text-image + .dxb-section-text-image {
    margin: 3vw 0px; }
  .dxb-section-text-image:last-child {
    margin-bottom: 150px;
    margin-bottom: 9.375rem; }
  .dxb-section-text-image:after {
    background: inherit;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    -ms-transform: skewY(179deg);
        transform: skewY(179deg);
    -ms-transform-origin: 100%;
        transform-origin: 100%;
    z-index: -1; }
  .dxb-section-text-image:before {
    background: inherit;
    top: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    -ms-transform: skewY(177.5deg);
        transform: skewY(177.5deg);
    -ms-transform-origin: 0%;
        transform-origin: 0%;
    z-index: -1; }
    @media (max-width: 991px) {
      .dxb-section-text-image:before {
        height: 30%; } }
  @media (max-width: 991px) {
    .dxb-section-text-image {
      height: auto;
      padding-bottom: 1.25rem; } }
  .dxb-section-text-image-col {
    height: 435px;
    height: 27.1875rem; }
    @media (max-width: 991px) {
      .dxb-section-text-image-col {
        height: auto; } }
  .dxb-section-text-image-col-text-right {
    height: 435px;
    height: 27.1875rem;
    -ms-transform: translateX(18%);
        transform: translateX(18%); }
    @media (max-width: 991px) {
      .dxb-section-text-image-col-text-right {
        height: auto;
        -ms-transform: none;
            transform: none; } }
  .dxb-section-text-image-content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 3;
    margin-right: 10px;
    margin-right: 0.625rem; }
    @media (max-width: 991px) {
      .dxb-section-text-image-content {
        -ms-transform: none;
            transform: none;
        position: static; } }
  .dxb-section-text-image-title {
    color: #2A2D64;
    font-size: 21px;
    font-size: 1.3125rem;
    margin-top: 0;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  .dxb-section-text-image-description {
    color: #2A2D64;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    max-width: 455px;
    max-width: 28.4375rem; }
    @media (max-width: 991px) {
      .dxb-section-text-image-description {
        line-height: inherit;
        margin-bottom: 1.25rem; } }
  .dxb-section-text-image-imageWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 50px;
    padding-top: 3.125rem;
    height: 90%;
    -ms-transform: translateX(10%);
        transform: translateX(10%); }
    @media (max-width: 991px) {
      .dxb-section-text-image-imageWrapper {
        -ms-transform: none;
            transform: none;
        max-height: auto;
        width: 100%; } }
    .dxb-section-text-image-imageWrapper img {
      width: auto;
      position: absolute;
      left: -10000%;
      right: -10000%;
      top: -10000%;
      bottom: -10000%;
      margin: auto auto;
      min-width: 1000%;
      min-height: 1000%;
      -ms-transform: scale(0.1);
          transform: scale(0.1); }
      @media (max-width: 991px) {
        .dxb-section-text-image-imageWrapper img {
          position: static;
          width: 100%;
          height: auto;
          min-width: 0;
          min-height: 0;
          -ms-transform: none;
              transform: none; } }
  .dxb-section-text-image.dxb-section-text-image-right .dxb-section-text-image-imageWrapper {
    -ms-transform: translateX(-10%);
        transform: translateX(-10%); }
    @media (max-width: 991px) {
      .dxb-section-text-image.dxb-section-text-image-right .dxb-section-text-image-imageWrapper {
        -ms-transform: none;
            transform: none;
        max-height: auto;
        width: 100%; } }
  @media (max-width: 991px) {
    .dxb-section-text-image.dxb-section-text-image-right .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }

.dxb-section-text-image .text-right {
  left: 25%; }

.section-wrapper-behind .dxb-section-text-image {
  padding: 0;
  margin: 0; }

.concourse-d {
  background: #fff;
  padding: 0; }
  .concourse-d * {
    box-sizing: content-box; }
  .concourse-d .button-wrapper {
    overflow: hidden;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 35px;
    padding-right: 2.1875rem;
    height: 35px;
    height: 2.1875rem;
    width: 105px;
    width: 6.5625rem;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    .concourse-d .button-wrapper a {
      background-color: #0d3874;
      border: 0;
      height: 35px;
      height: 2.1875rem;
      width: 115px;
      width: 7.1875rem;
      margin-left: -30px;
      margin-left: -1.875rem;
      border-right: solid 40px #124b99;
      border-right: solid 2.5rem #124b99;
      color: white;
      position: relative;
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
      border-radius: 0;
      outline: 0;
      display: inline-block; }
      .concourse-d .button-wrapper a span {
        z-index: 2;
        position: relative;
        font-size: 13px;
        font-size: 0.8125rem;
        color: #fff;
        text-transform: uppercase;
        line-height: 35px;
        line-height: 2.1875rem;
        -ms-transform: skew(15deg);
            transform: skew(15deg);
        display: inline-block; }
    .concourse-d .button-wrapper:hover a, .concourse-d .button-wrapper:focus a, .concourse-d .button-wrapper:active a {
      background-color: #3b506f; }
    .concourse-d .button-wrapper, .concourse-d .button-wrapper:after,
    .concourse-d .button-wrapper a,
    .concourse-d .button-wrapper span {
      transition: all .2s;
      cursor: pointer; }
  .concourse-d > .container {
    padding: 0;
    width: 100%; }
  @media (max-width: 767px) {
    .concourse-d {
      background: #f2f2f2; } }
  @media (max-width: 767px) {
    .concourse-d {
      padding-bottom: 8.75rem; } }
  .concourse-d-max-container {
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    box-sizing: border-box; }
    .concourse-d-max-container:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 992px) {
      .concourse-d-max-container {
        width: 60.625rem; } }
    @media (min-width: 1200px) {
      .concourse-d-max-container {
        width: 73.125rem; } }
  .concourse-d-campaign-banner {
    position: relative;
    background-image: url("../images/concourse-d/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 656px;
    min-height: 41rem;
    overflow: hidden; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
      .concourse-d-campaign-banner {
        background-image: url("../images/concourse-d/banner@2x.jpg"); } }
    .concourse-d-campaign-banner .big-triangle-wrapper .big-triangle {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      background: url("../images/concourse-d/banner-top.png");
      background-size: 48.125rem 29.875rem;
      background-repeat: no-repeat;
      background-position: center;
      height: 441px;
      height: 27.5625rem;
      opacity: 0.7;
      z-index: 0; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
        .concourse-d-campaign-banner .big-triangle-wrapper .big-triangle {
          background-image: url("../images/concourse-d/banner-top@2x.png"); } }
    .concourse-d-campaign-banner .big-triangle-wrapper .big-title {
      color: #fff;
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 40px;
      line-height: 2.5rem;
      text-transform: uppercase;
      width: 450px;
      width: 28.125rem;
      margin-left: auto;
      margin-right: auto;
      margin-top: 70px;
      margin-top: 4.375rem;
      text-align: center;
      height: auto;
      z-index: 2;
      position: relative;
      margin-bottom: 25px;
      margin-bottom: 1.5625rem; }
      @media (max-width: 767px) {
        .concourse-d-campaign-banner .big-triangle-wrapper .big-title {
          font-size: 2.25rem/1.5;
          line-height: 1.875rem;
          width: auto; } }
      @media (min-width: 480px) {
        .concourse-d-campaign-banner .big-triangle-wrapper .big-title {
          padding-left: 20%;
          padding-right: 20%; } }
    .concourse-d-campaign-banner .big-triangle-wrapper .hash-title {
      color: #113a72;
      font-size: 45px;
      font-size: 2.8125rem;
      line-height: 45px;
      line-height: 2.8125rem;
      text-align: center;
      z-index: 1;
      position: relative; }
      .concourse-d-campaign-banner .big-triangle-wrapper .hash-title span {
        color: #00a0df; }
    .concourse-d-campaign-banner .big-triangle-wrapper .scroll-down-arrow {
      position: absolute;
      bottom: 290px;
      bottom: 18.125rem;
      left: 0;
      right: 0; }
      .concourse-d-campaign-banner .big-triangle-wrapper .scroll-down-arrow:after {
        cursor: pointer;
        content: '';
        border-top: 7px solid #fff;
        border-top: 0.4375rem solid #fff;
        border-left: 7px solid #fff;
        border-left: 0.4375rem solid #fff;
        display: block;
        height: 40px;
        height: 2.5rem;
        width: 40px;
        width: 2.5rem;
        position: relative;
        left: 50%;
        -ms-transform: rotate(-135deg) translate(9px, -50%);
            transform: rotate(-135deg) translate(9px, -50%); }
    .concourse-d-campaign-banner .big-triangle-wrapper .small-text {
      color: #fff;
      font-size: 18px;
      font-size: 1.125rem;
      text-align: center;
      position: absolute;
      bottom: 150px;
      bottom: 9.375rem;
      left: 0;
      right: 0;
      letter-spacing: 0.7px; }
    .concourse-d-campaign-banner .triangle.pink-triangle {
      position: absolute; }
      .concourse-d-campaign-banner .triangle.pink-triangle.left {
        width: 0;
        height: 0;
        border-left: 121px/2 solid transparent;
        border-left: 7.5625rem/2 solid transparent;
        border-right: 121px/2 solid transparent;
        border-right: 7.5625rem/2 solid transparent;
        border-bottom: 88px solid #795397;
        border-bottom: 5.5rem solid #795397;
        top: 4%;
        left: 16%;
        opacity: 0.65;
        z-index: 1; }
      .concourse-d-campaign-banner .triangle.pink-triangle.right {
        width: 0;
        height: 0;
        border-left: 120px/2 solid transparent;
        border-left: 7.5rem/2 solid transparent;
        border-right: 120px/2 solid transparent;
        border-right: 7.5rem/2 solid transparent;
        border-bottom: 82px solid #795397;
        border-bottom: 5.125rem solid #795397;
        top: 21.5%;
        right: 10.2%;
        opacity: 0.5; }
    .concourse-d-campaign-banner .triangle.cyan-triangle {
      position: absolute; }
      .concourse-d-campaign-banner .triangle.cyan-triangle.left {
        width: 0;
        height: 0;
        border-left: 145px/2 solid transparent;
        border-left: 9.0625rem/2 solid transparent;
        border-right: 145px/2 solid transparent;
        border-right: 9.0625rem/2 solid transparent;
        border-top: 107px solid #1c95ce;
        border-top: 6.6875rem solid #1c95ce;
        top: 15.7%;
        left: 21.9%;
        opacity: 0.65; }
      .concourse-d-campaign-banner .triangle.cyan-triangle.right {
        width: 0;
        height: 0;
        border-left: 99px/2 solid transparent;
        border-left: 6.1875rem/2 solid transparent;
        border-right: 99px/2 solid transparent;
        border-right: 6.1875rem/2 solid transparent;
        border-top: 67px solid #1c95ce;
        border-top: 4.1875rem solid #1c95ce;
        top: 41.1%;
        right: 16.5%;
        opacity: 0.65; }
    .concourse-d-campaign-banner .triangle.blue-triangle {
      position: absolute; }
      .concourse-d-campaign-banner .triangle.blue-triangle.left {
        width: 0;
        height: 0;
        border-left: 74px/2 solid transparent;
        border-left: 4.625rem/2 solid transparent;
        border-right: 74px/2 solid transparent;
        border-right: 4.625rem/2 solid transparent;
        border-bottom: 50px solid #284c7d;
        border-bottom: 3.125rem solid #284c7d;
        top: 30.4%;
        left: 21.9%;
        opacity: 0.51; }
      .concourse-d-campaign-banner .triangle.blue-triangle.right {
        width: 0;
        height: 0;
        border-left: 161px/2 solid transparent;
        border-left: 10.0625rem/2 solid transparent;
        border-right: 161px/2 solid transparent;
        border-right: 10.0625rem/2 solid transparent;
        border-bottom: 110px solid #284c7d;
        border-bottom: 6.875rem solid #284c7d;
        top: 17.1%;
        right: 20.1%;
        opacity: 0.71; }
    @media (max-width: 767px) {
      .concourse-d-campaign-banner .triangle.blue-triangle.right, .concourse-d-campaign-banner .triangle.blue-triangle.left, .concourse-d-campaign-banner .triangle.cyan-triangle.right, .concourse-d-campaign-banner .triangle.cyan-triangle.left, .concourse-d-campaign-banner .triangle.pink-triangle.right, .concourse-d-campaign-banner .triangle.pink-triangle.left {
        opacity: 0.2; } }
    .concourse-d-campaign-banner .banner-bottom {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      background-image: url("https://d1qh9zei5ifdnf.cloudfront.net/images/default-source/promos/banner-bottom.svg");
      width: 100%;
      min-height: 128px;
      min-height: 8rem;
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover; }
      @media (max-width: 767px) {
        .concourse-d-campaign-banner .banner-bottom {
          background-image: url("https://d1qh9zei5ifdnf.cloudfront.net/images/default-source/promos/banner-bottom-mobile.svg"); } }
      @media (max-width: 786px) {
        .concourse-d-campaign-banner .banner-bottom {
          background-position-x: 80%; } }
  .concourse-d-campaign-description {
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%) #f6f5f5;
    text-align: center;
    overflow: hidden;
    top: -8px;
    top: -0.5rem;
    margin-bottom: -8px;
    margin-bottom: -0.5rem;
    position: relative; }
    @media (max-width: 767px) {
      .concourse-d-campaign-description {
        background: #f2f2f2; } }
    .concourse-d-campaign-description .title {
      text-transform: uppercase;
      font-size: 28px;
      font-size: 1.75rem;
      color: #56bceb;
      display: inline-block;
      padding-bottom: 25px;
      padding-bottom: 1.5625rem;
      margin-bottom: 32px;
      margin-bottom: 2rem;
      border-bottom: 1px solid #113a72 !important; }
      @media (max-width: 767px) {
        .concourse-d-campaign-description .title {
          padding-top: 0.9375rem; } }
      .concourse-d-campaign-description .title span {
        color: #113a72;
        text-transform: none; }
    .concourse-d-campaign-description p {
      font-size: 24px;
      font-size: 1.5rem;
      color: #6a6a6a;
      margin: 0 auto;
      margin-bottom: 110px !important;
      margin-bottom: 6.875rem !important;
      line-height: 30px;
      line-height: 1.875rem; }
      @media (max-width: 767px) {
        .concourse-d-campaign-description p {
          margin-bottom: 1.875rem !important; } }
      @media (min-width: 768px) {
        .concourse-d-campaign-description p {
          width: 75%; } }
  .concourse-d-campaign-fancy-content {
    background: #fff;
    position: relative;
    overflow: hidden; }
    .concourse-d-campaign-fancy-content:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 768px) {
      .concourse-d-campaign-fancy-content .image,
      .concourse-d-campaign-fancy-content .paragraph {
        float: left; } }
    .concourse-d-campaign-fancy-content .image {
      width: 57.4%;
      position: relative;
      background-repeat: no-repeat;
      background-size: 100%;
      padding-bottom: 28.5%; }
      .concourse-d-campaign-fancy-content .image img {
        display: none; }
      @media (max-width: 767px) {
        .concourse-d-campaign-fancy-content .image {
          width: 100%; } }
    .concourse-d-campaign-fancy-content .paragraph {
      width: auto; }
    .concourse-d-campaign-fancy-content.odd .image .title {
      right: auto; }
    .concourse-d-campaign-fancy-content.odd .paragraph .white-triangle {
      right: auto;
      border-left: 0; }
    .concourse-d-campaign-fancy-content.odd .concourse-d-max-container .paragraph-text {
      padding-right: 0; }
    @media (max-width: 768px) {
      .concourse-d-campaign-fancy-content.odd .concourse-d-max-container .image-text {
        background-position: 100%;
        text-align: left;
        padding-left: 5%; } }
    .concourse-d-campaign-fancy-content.odd .concourse-d-max-container .image-text .title {
      padding-left: 0; }
    @media (min-width: 768px) {
      .concourse-d-campaign-fancy-content.even .image,
      .concourse-d-campaign-fancy-content.even .paragraph,
      .concourse-d-campaign-fancy-content.even .concourse-d-max-container .image-text {
        float: right; } }
    .concourse-d-campaign-fancy-content.even .paragraph .white-triangle {
      left: auto;
      border-right: 0; }
    @media (max-width: 768px) {
      .concourse-d-campaign-fancy-content.even .concourse-d-max-container .image-text {
        background-position: 0%;
        text-align: right;
        padding-right: 5%; } }
    .concourse-d-campaign-fancy-content.even .concourse-d-max-container .image-text .title {
      left: auto; }
      @media (min-width: 768px) {
        .concourse-d-campaign-fancy-content.even .concourse-d-max-container .image-text .title {
          margin-left: 6.25rem; } }
      .concourse-d-campaign-fancy-content.even .concourse-d-max-container .image-text .title .main {
        color: #c574af; }
      .concourse-d-campaign-fancy-content.even .concourse-d-max-container .image-text .title .sub {
        color: #b34399; }
    .concourse-d-campaign-fancy-content.even .concourse-d-max-container .paragraph-text {
      padding-left: 0; }
    .concourse-d-campaign-fancy-content.even .concourse-d-max-container .image-text .title {
      padding-right: 0; }
      @media (min-width: 1255px) {
        .concourse-d-campaign-fancy-content.even .concourse-d-max-container .image-text .title {
          -ms-transform: translateX(2.1875rem);
              transform: translateX(2.1875rem); } }
    .concourse-d-campaign-fancy-content.dining .image {
      background-image: url("../images/concourse-d/1-tri.jpg"); }
    .concourse-d-campaign-fancy-content.shopping .image {
      background-image: url("../images/concourse-d/2-tri.jpg"); }
    .concourse-d-campaign-fancy-content.arts .image {
      background-image: url("../images/concourse-d/3-tri.jpg"); }
    .concourse-d-campaign-fancy-content.comfort .image {
      background-image: url("../images/concourse-d/4-tri.jpg"); }
    @media (max-width: 767px) {
      .concourse-d-campaign-fancy-content {
        box-shadow: 0px 0.25rem 0.2225rem 0.44px rgba(0, 0, 0, 0.07);
        margin-bottom: 0.9375rem;
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
        padding-bottom: 0.9375rem; }
        .concourse-d-campaign-fancy-content .background .image {
          display: none; }
        .concourse-d-campaign-fancy-content .concourse-d-max-container .image-text {
          position: relative;
          min-height: 18.75rem;
          background-repeat: no-repeat;
          background-size: cover;
          padding-top: 10%;
          margin-left: -0.9375rem;
          margin-right: -0.9375rem; }
          .concourse-d-campaign-fancy-content .concourse-d-max-container .image-text:after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            top: 0;
            background: fade(#fff, 20%);
            z-index: 0; }
        .concourse-d-campaign-fancy-content.dining .concourse-d-max-container .image-text {
          background-image: url("../images/concourse-d/1.jpg"); }
        .concourse-d-campaign-fancy-content.shopping .concourse-d-max-container .image-text {
          background-image: url("../images/concourse-d/2.jpg"); }
        .concourse-d-campaign-fancy-content.arts .concourse-d-max-container .image-text {
          background-image: url("../images/concourse-d/3.jpg"); }
        .concourse-d-campaign-fancy-content.comfort .concourse-d-max-container .image-text {
          background-image: url("../images/concourse-d/4.jpg"); } }
    .concourse-d-campaign-fancy-content .paragraph {
      position: relative;
      text-align: center; }
      @media (min-width: 768px) {
        .concourse-d-campaign-fancy-content .paragraph {
          padding-left: 10%;
          padding-right: 10%; } }
      .concourse-d-campaign-fancy-content .paragraph .white-triangle {
        width: 0;
        height: 0;
        border-top: 568px solid transparent;
        border-top: 35.5rem solid transparent;
        border-right: 180px solid #fff;
        border-right: 11.25rem solid #fff;
        border-left: 180px solid #fff;
        border-left: 11.25rem solid #fff;
        position: absolute;
        left: -180px;
        left: -11.25rem;
        right: -180px;
        right: -11.25rem;
        top: 0; }
    @media (min-width: 768px) {
      .concourse-d-campaign-fancy-content .concourse-d-max-container {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
    @media (max-width: 767px) {
      .concourse-d-campaign-fancy-content .concourse-d-max-container {
        min-height: 37.5rem; } }
    @media (min-width: 768px) {
      .concourse-d-campaign-fancy-content .concourse-d-max-container .image-text,
      .concourse-d-campaign-fancy-content .concourse-d-max-container .paragraph-text {
        width: 50%;
        float: left; } }
    @media (min-width: 768px) {
      .concourse-d-campaign-fancy-content .concourse-d-max-container .image-text .title {
        padding-left: 21%;
        padding-right: 40%; } }
    .concourse-d-campaign-fancy-content .concourse-d-max-container .image-text .title .main,
    .concourse-d-campaign-fancy-content .concourse-d-max-container .image-text .title .sub {
      display: block;
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 51px;
      line-height: 3.1875rem;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .concourse-d-campaign-fancy-content .concourse-d-max-container .image-text .title .main,
        .concourse-d-campaign-fancy-content .concourse-d-max-container .image-text .title .sub {
          z-index: 1;
          position: relative; } }
    .concourse-d-campaign-fancy-content .concourse-d-max-container .image-text .title .main {
      color: #67baaf;
      position: relative; }
    .concourse-d-campaign-fancy-content .concourse-d-max-container .image-text .title .sub {
      color: #00aeef; }
    .concourse-d-campaign-fancy-content .concourse-d-max-container .paragraph-text {
      text-align: center;
      box-sizing: border-box; }
      @media (min-width: 768px) {
        .concourse-d-campaign-fancy-content .concourse-d-max-container .paragraph-text {
          padding-left: 10%;
          padding-right: 10%; } }
      .concourse-d-campaign-fancy-content .concourse-d-max-container .paragraph-text .title {
        color: #113a72;
        text-transform: uppercase;
        font-size: 24px;
        font-size: 1.5rem; }
        @media (max-width: 767px) {
          .concourse-d-campaign-fancy-content .concourse-d-max-container .paragraph-text .title {
            margin-top: 1.5625rem; } }
        @media (max-width: 320px) {
          .concourse-d-campaign-fancy-content .concourse-d-max-container .paragraph-text .title {
            font-size: 1.375rem; } }
      .concourse-d-campaign-fancy-content .concourse-d-max-container .paragraph-text p {
        margin-top: 26px;
        margin-top: 1.625rem;
        color: fade(#000000, 80%);
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 23px;
        line-height: 1.4375rem; }
        @media (max-width: 767px) {
          .concourse-d-campaign-fancy-content .concourse-d-max-container .paragraph-text p {
            margin-top: 1.25rem;
            margin-bottom: 0 !important; } }
      .concourse-d-campaign-fancy-content .concourse-d-max-container .paragraph-text .button-wrapper {
        display: inline-block; }
        @media (max-width: 767px) {
          .concourse-d-campaign-fancy-content .concourse-d-max-container .paragraph-text .button-wrapper {
            margin-top: 1.25rem; } }

.pointr-map {
  /* These body styles are for demo page only */
  /* change size and style of level controls */
  /* change size and style of facility controls */
  /* change size and style of level & facility controls when hovered */
  /* change size and style of level & facility controls when active/selected */
  /* change style and position of "close" button for wayfinding sidebar and POI details screen */
  /* change style of category heading in list of POIs (e.g. Dining) */
  /* change style and position of POI name in POI popup on map */
  /* change style and position of "Directions" link in POI popup on map */
  /* change style and position of "Details" link in POI popup on map */
  /* some small-screen responsive styles */
  background: #F4F1ED;
  padding: 0;
  padding-bottom: 150px;
  padding-bottom: 9.375rem; }
  .pointr-map #pointr-mapWidget {
    width: 100%;
    /* change width of entire widget */
    margin: 0 auto;
    position: relative;
    min-height: 640px;
    min-height: 40rem; }
  .pointr-map #pointr-preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(179, 174, 177, 0.5);
    z-index: 10000; }
  .pointr-map .loaded #pointr-preloader {
    display: none; }
  .pointr-map .api-error-message {
    display: none;
    text-align: center;
    padding: 50px;
    padding: 3.125rem; }
    .pointr-map .api-error-message .svg-warning {
      height: 15px;
      height: 0.9375rem;
      width: 15px;
      width: 0.9375rem;
      margin-right: 10px;
      margin-right: 0.625rem;
      -ms-transform: translateY(0.1875rem);
          transform: translateY(0.1875rem);
      fill: #FFD100; }
    .pointr-map .api-error-message p {
      font-size: 12px;
      font-size: 0.75rem; }
  .pointr-map.api-error .mapContainerRow {
    min-height: auto; }
  .pointr-map.api-error #pointr-mapWidget {
    min-height: 240px !important;
    min-height: 15rem !important; }
  .pointr-map.api-error .api-error-message {
    display: block; }
  .pointr-map.api-error #pointr-mapwrap {
    border: none; }
  .pointr-map #pointr-status {
    position: relative;
    top: 50%;
    left: auto; }
  .pointr-map #pointr-status span {
    display: block;
    color: #333;
    /* change color of loading text */
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    animation: fadeLoad 1s infinite alternate; }

@keyframes fadeLoad {
  from {
    opacity: 0.4; } }
  .pointr-map #pointr-filterLocation {
    padding-right: 30px;
    padding-right: 1.875rem; }
  .pointr-map .pointr-filterLocation:after,
  .pointr-map .pointr-selectbox:after,
  .pointr-map .pointr-selectboxLocation:after {
    content: "";
    width: 15px;
    width: 0.9375rem;
    height: 8px;
    height: 0.5rem;
    background: url(/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-arrow-down.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    right: 18px;
    right: 1.125rem;
    z-index: 100;
    pointer-events: none; }
  .pointr-map [lang="ar"] .pointr-filterLocation:after,
  .pointr-map [lang="ar"] .pointr-selectbox:after,
  .pointr-map [lang="ar"] .pointr-selectboxLocation:after {
    left: 18px;
    left: 1.125rem;
    right: auto; }
  .pointr-map .pointr-filterLocation.open:after,
  .pointr-map .pointr-selectbox.open:after,
  .pointr-map .pointr-selectboxLocation.open:after {
    background: url(/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-arrow-up.png) no-repeat 0 0;
    background-size: cover; }
  .pointr-map .pointr-filters:after {
    background: #fff;
    content: "";
    height: 15px;
    height: 0.9375rem;
    left: 0;
    position: absolute;
    right: 0;
    bottom: -15px;
    bottom: -0.9375rem;
    width: 100%; }
  .pointr-map .pointr-levelcontrols {
    position: absolute;
    z-index: 1000;
    top: 100px;
    top: 6.25rem; }
    @media only screen and (max-width: 767px) {
      .pointr-map .pointr-levelcontrols {
        top: 0;
        right: 0; } }
  .pointr-map [lang="ar"] .pointr-levelcontrols {
    left: 0; }
  .pointr-map .pointr-poiDetailImage {
    height: 250px;
    height: 15.625rem;
    margin: 0 0 37px;
    margin: 0 0 2.3125rem;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
  .pointr-map .pointr-facilitycontrols {
    position: absolute;
    z-index: 1000;
    bottom: 10px;
    bottom: 0.625rem;
    /* change position of facility controls */ }
  .pointr-map [lang="ar"] .pointr-facilitycontrols {
    left: 0; }
  .pointr-map .pointr-levelcontrols span {
    transition: all .2s ease-in;
    display: block;
    /* width: 40px;
    height: 40px; */
    padding-left: 5px;
    padding-left: 0.3125rem;
    padding-right: 5px;
    padding-right: 0.3125rem;
    margin: 10px;
    margin: 0.625rem;
    font-size: 13px;
    font-size: 0.8125rem;
    color: gray;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    line-height: 2.5rem;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 1px 0.25rem rgba(0, 0, 0, 0.2);
    opacity: 0.85; }
    @media only screen and (max-width: 767px) {
      .pointr-map .pointr-levelcontrols span {
        line-height: 1.5625rem; } }
  .pointr-map .pointr-facilitycontrols span {
    transition: all .2s ease-in;
    display: inline-block;
    margin: 10px;
    margin: 0.625rem;
    font-size: 13px;
    font-size: 0.8125rem;
    color: gray;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 1px 0.25rem rgba(0, 0, 0, 0.2);
    opacity: 0.75;
    padding: 3px 10px;
    padding: 0.1875rem 0.625rem; }
    @media only screen and (max-width: 767px) {
      .pointr-map .pointr-facilitycontrols span {
        margin: 0.3125rem; } }
  .pointr-map .pointr-levelcontrols span:hover,
  .pointr-map .pointr-facilitycontrols span:hover {
    color: #fff;
    -ms-transform: scale(1.1);
        transform: scale(1.1);
    background: #2A2D64;
    opacity: 1; }
  .pointr-map .pointr-levelcontrols span.active,
  .pointr-map .pointr-facilitycontrols span.active {
    background: #2A2D64;
    -ms-transform: scale(1);
        transform: scale(1);
    color: white; }
  .pointr-map #pointr-mapwrap {
    width: 95%;
    left: 2.5%;
    border: 1px solid #dededc;
    /* change or remove border around map */
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
    transition: padding-left 0.5s;
    opacity: 0;
    max-height: 640px;
    max-height: 40rem; }
    @media only screen and (max-width: 767px) {
      .pointr-map #pointr-mapwrap {
        position: static;
        width: 100%; }
        .pointr-map #pointr-mapwrap #pointr-toolbar {
          margin-bottom: 0; } }
  .pointr-map .mapContainerRow {
    min-height: 840px;
    min-height: 52.5rem;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .pointr-map .mapContainerRow {
        height: auto !important; } }
  .pointr-map #pointr-mapWidget.loaded #pointr-mapwrap {
    opacity: 1; }
  .pointr-map #pointr-mapwrap.pointr-wayfinding {
    padding-left: 260px;
    padding-left: 16.25rem;
    /* change width of wayfinding sidebar [1 of 3] */
    transition: padding-left 0.5s; }
  .pointr-map #pointr-leafletmap {
    width: 100%;
    /* change width of map relative to width of overall widget */
    height: 600px;
    height: 37.5rem;
    /* change height of map */ }
  .pointr-map .pointr-detailsClose,
  .pointr-map #pointr-wayfindingtools .pointr-wayfindingtoolsClose {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px 2px;
    padding: 0 0.3125rem 2px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    color: #999;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.125rem; }
  .pointr-map #pointr-toolbar {
    background: white;
    /* change background color for right-side list of POIs */
    opacity: 1;
    width: 260px;
    width: 16.25rem;
    /* change width of right-side list of POIs [1 of 2] */
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    transition: 0.5s right;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    /* change/remove left border of right-side list of POIs */ }
  .pointr-map #pointr-toolbar.closed {
    right: -260px;
    right: -16.25rem;
    /* change width of right-side list of POIs [1 of 2] */
    opacity: 0.95; }
  .pointr-map #pointr-toolbar .pointr-hamburger {
    height: 30px;
    height: 1.875rem;
    /* change height of open/close toggle for list of POIs */
    width: 20px;
    width: 1.25rem;
    /* change width of open/close toggle for list of POIs */
    background: #2A2D64;
    /* change background color of open/close toggle for list of POIs */
    position: absolute;
    left: -20px;
    left: -1.25rem;
    /* change position of open/close toggle for list of POIs */
    top: 5px;
    top: 0.3125rem;
    /* change position of open/close toggle for list of POIs */
    cursor: pointer;
    border-radius: 0px; }
  .pointr-map .leaflet-touch .leaflet-bar a, .pointr-map .leaflet-bar {
    border-radius: 0 !important; }
  .pointr-map .leaflet-container a.leaflet-popup-close-button {
    color: #2A2D64; }
  .pointr-map .pointr-hamburger span {
    color: #eee;
    /* change foreground color of open/close toggle for list of POIs */
    display: inline-block;
    position: relative;
    top: -14px;
    top: -0.875rem;
    left: 6px;
    left: 0.375rem;
    line-height: 30px;
    line-height: 1.875rem; }
  .pointr-map .pointr-hamburger span:after {
    content: ">";
    /* change 'toggle close' character of open/close toggle for list of POIs */
    display: inline-block;
    position: absolute; }
  .pointr-map .closed .pointr-hamburger span:after {
    content: "<";
    /* change 'toggle open' character of open/close toggle for list of POIs */ }
  .pointr-map .pointr-poilist {
    overflow-y: auto;
    max-height: 95vh; }
    .pointr-map .pointr-poilist > h2, .pointr-map .pointr-poilist > .h2 {
      background-color: #FFD100; }
    .pointr-map .pointr-poilist ul {
      max-height: 0;
      transition: max-height linear 0.3s; }
    .pointr-map .pointr-poilist.active .category-tab-caret {
      -ms-transform: rotate(180deg) translateY(10px);
          transform: rotate(180deg) translateY(10px); }
    .pointr-map .pointr-poilist.active ul {
      max-height: 300px;
      max-height: 18.75rem; }
  .pointr-map .pointr-poilist h2, .pointr-map .pointr-poilist .h2 {
    cursor: pointer;
    font-weight: normal;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0 15px;
    padding: 0 0.9375rem;
    margin: 0;
    color: #2A2D64;
    height: 50px;
    height: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-weight: bold;
    position: relative; }
    .pointr-map .pointr-poilist h2 .category-tab-caret, .pointr-map .pointr-poilist .h2 .category-tab-caret {
      position: absolute;
      top: 50%;
      height: 16px;
      height: 1rem;
      width: 16px;
      width: 1rem;
      fill: #2A2D64;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      padding-top: 0;
      right: 5px;
      right: 0.3125rem; }
  .pointr-map #pointr-toolbar .pointr-emptyresults {
    display: none;
    padding: 5px;
    padding: 0.3125rem;
    text-align: center;
    /* change alignment of "no results found" text in list of POIs */
    font-style: italic;
    /* change style of "no results found" text in list of POIs */ }
  .pointr-map #pointr-toolbar .pointr-emptyresults.empty {
    display: block; }
  .pointr-map #pointr-toolbar .pointr-poilist.empty {
    display: none; }
  .pointr-map #pointr-toolbar ul {
    margin: 0;
    padding: 0;
    overflow-y: auto; }
  .pointr-map #pointr-toolbar li {
    list-style-type: none;
    cursor: pointer;
    margin: 0;
    padding: 3px 25px;
    padding: 0.1875rem 1.5625rem;
    min-height: 55px;
    min-height: 3.4375rem;
    font-size: 16px;
    font-size: 1rem;
    /* change size of POI name in list of POIs */
    font-weight: bold;
    color: #2A2D64; }
  .pointr-map #pointr-toolbar li:first-child {
    border-top: 1px solid #e4e4e4;
    /* change bottom border for POI name in list of POIs [2 of 2] */ }
  .pointr-map #pointr-toolbar li:hover {
    color: #666;
    /* change color of POI name in hover state, in list of POIs */ }
  .pointr-map #pointr-toolbar li span {
    font-size: 14px;
    font-size: 0.875rem;
    /* change size of POI level text in list of POIs */
    color: #696E9F;
    /* change color of POI level text in list of POIs */
    display: block;
    line-height: 1; }
  .pointr-map .pointr-poi-marker {
    opacity: 1; }
    .pointr-map .pointr-poi-marker:hover {
      opacity: 0.5; }
  .pointr-map .leaflet-popup-content-wrapper {
    border-radius: 0 !important;
    background-size: cover !important;
    height: 200px;
    height: 12.5rem;
    width: 230px;
    width: 14.375rem;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    .pointr-map .leaflet-popup-content-wrapper.no-details .pointr-popupPoiDetails {
      display: none; }
    .pointr-map .leaflet-popup-content-wrapper.no-details:after {
      height: 200px;
      height: 12.5rem; }
    .pointr-map .leaflet-popup-content-wrapper.no-details .pointr-popupPoiName {
      bottom: 10px;
      bottom: 0.625rem; }
  .pointr-map .leaflet-popup-content-wrapper:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 161px;
    height: 10.0625rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.1) 100%); }
  .pointr-map .pointr-popupCategory {
    display: inline-block;
    position: absolute;
    top: 15px;
    top: 0.9375rem;
    left: 15px;
    left: 0.9375rem;
    background: #1CCFC9;
    padding: 2px 8px;
    padding: 0.125rem 0.5rem;
    color: #2A2D64;
    z-index: 1;
    font-size: 14px;
    font-size: 0.875rem;
    height: 36px;
    height: 2.25rem;
    line-height: 36px;
    line-height: 2.25rem;
    white-space: nowrap;
    padding: 0 8px;
    padding: 0 0.5rem; }
  .pointr-map .pointr-popupPoiName {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 2px;
    line-height: 20px;
    line-height: 1.25rem;
    position: absolute;
    padding-right: 20px;
    padding-right: 1.25rem;
    width: 90%;
    bottom: 50px;
    bottom: 3.125rem;
    text-align: left;
    z-index: 1;
    height: auto;
    overflow: visible;
    color: #fff; }
  .pointr-map .pointr-popupPoiDirections {
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    display: block;
    padding: 10px 17px;
    padding: 0.625rem 1.0625rem;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
    background: #2A2D64; }
  .pointr-map .pointr-popupPoiDetails {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 22px;
    padding: 1.375rem;
    font-size: 14px;
    font-size: 0.875rem;
    color: #2A2D64;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-weight: bold; }
  .pointr-map #pointr-poiDetails {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 30px;
    padding: 0.625rem 1.875rem;
    border: 1px solid #efefef;
    /* change border of POI Details screen */
    background: #fefefe;
    /* change background color of POI Details screen */
    z-index: 9999;
    display: none;
    overflow-y: auto; }
  .pointr-map #pointr-preloadimg {
    display: none; }
  .pointr-map .pointr-hidden-srch {
    display: none; }
  .pointr-map .pointr-hidden-cat {
    display: none; }
  .pointr-map .pointr-multiselect {
    width: 230px;
    width: 14.375rem;
    /* change width of Categories filter selectbox */
    display: inline-block; }
  .pointr-map [lang="ar"] .pointr-multiselect {
    padding-left: 20px;
    padding-left: 1.25rem; }
  .pointr-map .pointr-selectboxLocation,
  .pointr-map .pointr-selectbox {
    position: relative; }
  .pointr-map .pointr-overselect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .pointr-map #pointr-filterCategories {
    display: none; }
  .pointr-map #pointr-filterCategories label {
    display: block;
    cursor: pointer;
    height: 32px;
    height: 2rem;
    vertical-align: middle; }
  .pointr-map #pointr-filterCategories label:hover {
    /* change color of Categories filter options in hover state */ }
  .pointr-map #pointr-filterCategories.show {
    display: block;
    position: absolute;
    border: 1px solid #2A2D64;
    /* change border of Categories filter dropdown */
    background: #fff;
    /* change background color of Categories filter dropdown */
    z-index: 9999;
    width: 230px;
    width: 14.375rem;
    /* change width of Categories filter dropdown */
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    /* change font size of Categories filter options */
    background-clip: padding-box;
    border-radius: 0;
    box-shadow: none;
    float: none;
    margin: 0 0 0;
    padding: 5px 0;
    padding: 0.3125rem 0;
    position: absolute;
    text-align: left;
    z-index: 1000;
    padding: 0;
    list-style: none;
    max-height: 290px;
    max-height: 18.125rem;
    overflow: auto; }
  .pointr-map [lang="ar"] #pointr-filterCategories.show {
    text-align: right; }
  .pointr-map #pointr-filterCategories .pointr-subtype {
    margin-left: 25px;
    margin-left: 1.5625rem;
    border-bottom: 1px solid #f0f0f0; }
  .pointr-map [lang="ar"] #pointr-filterCategories .pointr-subtype {
    margin-right: 25px;
    margin-right: 1.5625rem;
    margin-left: 0; }
  .pointr-map .pointr-type {
    background-color: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    margin-left: 0;
    font-weight: bold; }
  .pointr-map .pointr-type input,
  .pointr-map .pointr-subtype input {
    margin: 5px 10px;
    margin: 0.3125rem 0.625rem; }
  .pointr-map .pointr-subtype {
    font-weight: normal; }
  .pointr-map h1.pointr-poiDetailName, .pointr-map .pointr-poiDetailName.h1 {
    display: inline-block;
    font-size: 36px;
    font-size: 2.25rem;
    color: #192e59;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    line-height: 50px;
    line-height: 3.125rem; }
  .pointr-map .pointr-poiDetailType,
  .pointr-map .pointr-poiDetailKeywords,
  .pointr-map .pointr-poiDetailDescription {
    color: #454545;
    font-size: 18px;
    font-size: 1.125rem; }
  .pointr-map .pointr-poiDetailImage {
    height: 250px;
    height: 15.625rem;
    margin: 0 0 37px;
    margin: 0 0 2.3125rem;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
  .pointr-map .pointr-poiDetailLocations a {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #2A2D64;
    text-decoration: underline; }
  .pointr-map .pointr-poiDetailLocation:before {
    content: "";
    display: block;
    float: left;
    width: 14px;
    width: 0.875rem;
    height: 16px;
    height: 1rem;
    background: url(/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-map.png) no-repeat -2px 2px;
    background-size: auto 2.9375rem; }
  .pointr-map .pointr-poiDetailLocation {
    display: block; }
  .pointr-map #pointr-poiDetails h4, .pointr-map #pointr-poiDetails .h4 {
    display: inline-block;
    font-size: 17px;
    font-size: 1.0625rem;
    border-bottom: 1px solid #4e4e4e !important;
    padding: 0;
    margin: 0 0 9px;
    margin: 0 0 0.5625rem;
    color: #4e4e4e; }
  @media only screen and (max-width: 767px), only screen and (width: 962px) and (orientation: landscape) {
    .pointr-map .pointr-filters {
      display: none; }
    .pointr-map #pointr-mapWidget {
      margin: 1.25rem auto;
      margin-top: 0;
      position: relative; }
    .pointr-map #pointr-mapwrap {
      height: 100%;
      max-height: none; }
    .pointr-map .pointr-selectboxLocation:after {
      background: none; }
    .pointr-map #pointr-filterCategories {
      display: inline-block;
      width: 100%; }
    .pointr-map #pointr-filterCategories label {
      padding: 0.3125rem 0;
      margin: 0;
      font-size: 0.8125rem; }
    .pointr-map .pointr-multiselect {
      width: 100%;
      padding-top: 2.1875rem; }
    .pointr-map .pointr-selectbox {
      display: none; } }
  @media screen and (max-width: 576px) {
    .pointr-map #pointr-mapwrap {
      overflow: visible; }
    .pointr-map #pointr-toolbar {
      position: relative;
      height: auto;
      width: 100%;
      margin-bottom: 3.125rem;
      /* change bottom margin on list of POIs for smaller screens */ }
    .pointr-map #pointr-toolbar .pointr-hamburger {
      display: none; }
    .pointr-map #pointr-wayfindingtools {
      position: relative;
      display: none;
      width: 100%;
      border-bottom: 1px solid #ccc;
      /* change bottom border wayfinding tools for smaller screens */ }
    .pointr-map .pointr-wayfinding #pointr-wayfindingtools {
      display: block; }
    .pointr-map #pointr-mapwrap.pointr-wayfinding {
      padding-left: 0; }
    .pointr-map #pointr-toolbar.closed {
      right: 0; } }
  @media only screen and (max-width: 767px) {
    .pointr-map {
      padding-bottom: 3.125rem; } }
  .pointr-map .leaflet-container {
    font-family: "29LTBukra-Bold"; }
  .pointr-map-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 150px;
    height: 9.375rem;
    width: 100%; }
    .pointr-map-filter .category-tab-caret {
      position: absolute;
      top: 50%;
      height: 16px;
      height: 1rem;
      width: 16px;
      width: 1rem;
      fill: #2A2D64;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      padding-top: 0;
      right: 5px;
      right: 0.3125rem; }
    .pointr-map-filter-location-wrapper {
      position: relative; }
    .pointr-map-filter-wrapper {
      background: #fff; }
    @media only screen and (max-width: 991px) {
      .pointr-map-filter-header {
        display: none; } }
    .pointr-map-filter-header-mobile {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      font-size: 16px;
      font-size: 1rem;
      height: 50px;
      height: 3.125rem;
      padding: 0;
      margin: 0;
      display: none; }
      .pointr-map-filter-header-mobile .svg-open, .pointr-map-filter-header-mobile .svg-close {
        width: 20px;
        width: 1.25rem;
        height: 20px;
        height: 1.25rem; }
      .pointr-map-filter-header-mobile .svg-close {
        display: none; }
      @media only screen and (max-width: 991px) {
        .pointr-map-filter-header-mobile {
          display: -ms-flexbox;
          display: flex; } }
    @media only screen and (max-width: 991px) {
      .pointr-map-filter {
        height: 3.125rem;
        padding: 0 0.625rem;
        margin: 0;
        display: block;
        max-height: 3.125rem;
        transition: 300ms max-height linear;
        overflow: hidden; }
        .pointr-map-filter.open {
          max-height: 62.5rem;
          -ms-flex-direction: column;
              flex-direction: column;
          height: auto;
          -ms-flex-pack: unset;
              justify-content: unset;
          padding-bottom: 1.25rem; }
          .pointr-map-filter.open .pointr-map-filter-header-mobile .svg-open {
            display: none; }
          .pointr-map-filter.open .pointr-map-filter-header-mobile .svg-close {
            display: block; } }
    .pointr-map-filter select, .pointr-map-filter .select, .pointr-map-filter input[type=text] {
      background: none;
      border: none;
      border-bottom: 2px solid #FFD100;
      border-radius: 0;
      -webkit-appearance: none;
              appearance: none;
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold;
      height: 58px;
      height: 3.625rem;
      padding: 0 20px;
      padding: 0 1.25rem;
      position: relative;
      z-index: 1;
      display: block;
      line-height: 58px;
      line-height: 3.625rem; }
      @media only screen and (max-width: 991px) {
        .pointr-map-filter select, .pointr-map-filter .select, .pointr-map-filter input[type=text] {
          margin-bottom: 1.25rem; } }
    .pointr-map-filter-search-wrapper {
      position: relative; }
      .pointr-map-filter-search-wrapper svg {
        position: absolute;
        right: 10px;
        right: 0.625rem;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        fill: #2A2D64;
        width: 20px;
        width: 1.25rem;
        height: 20px;
        height: 1.25rem;
        z-index: 2; }
    .pointr-map-filter input[type=text] {
      border-bottom: 2px solid #d8d8d8;
      margin: 0;
      padding-right: calc(1.34375rem + 1.125vw); }
      @media (min-width: 1200px) {
        .pointr-map-filter input[type=text] {
          padding-right: 2.1875rem; } }
      .pointr-map-filter input[type=text]:-ms-input-placeholder {
        color: #696E9F;
        font-weight: normal; }
      .pointr-map-filter input[type=text]::placeholder {
        color: #696E9F;
        font-weight: normal; }
    .pointr-map-filter .pointr-selectbox select, .pointr-map-filter .pointr-selectbox .select {
      width: 100%; }
    @media only screen and (max-width: 991px) {
      .pointr-map-filter .pointr-multiselect, .pointr-map-filter .pointr-map-filter-search-wrapper, .pointr-map-filter .pointr-map-filter-search-wrapper input, .pointr-map-filter select, .pointr-map-filter .select {
        width: 100%; } }
  @media only screen and (max-width: 991px) {
    .pointr-map .popup-opened .pointr-levelcontrols, .pointr-map .popup-opened .leaflet-control-container {
      display: none; } }

@font-face {
  font-family: 'icomoon';
  src: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/CSS/outlet/fonts/icomoon.eot?smh89q");
  src: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/CSS/outlet/fonts/icomoon.eot?smh89q#iefix") format("embedded-opentype"), url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/CSS/outlet/fonts/icomoon.ttf?smh89q") format("truetype"), url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/CSS/outlet/fonts/icomoon.woff?smh89q") format("woff"), url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/CSS/outlet/fonts/icomoon.svg?smh89q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.shopping-listing {
  /*.icon-departures:before {
        content: "\e905";
    }*/ }
  .shopping-listing [class^="icon-"]:before, .shopping-listing [class*=" icon-"]:before, .shopping-listing .glyph {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .shopping-listing .icon-BOY:before {
    content: "\e90a"; }
  .shopping-listing .icon-GIRL:before {
    content: "\e90b"; }
  .shopping-listing .icon-PHONE:before {
    content: "\e90c"; }
  .shopping-listing .icon-departures:before {
    content: "\e909"; }
  .shopping-listing .icon-map:before {
    content: "\e900"; }
  .shopping-listing .icon-services:before {
    content: "\e901"; }
  .shopping-listing .icon-arrivals:before {
    content: "\e902"; }
  .shopping-listing .icon-dining:before {
    content: "\e903"; }
  .shopping-listing .icon-relax:before,
  .shopping-listing .icon-relax-refresh:before {
    content: "\e904"; }
  .shopping-listing .icon-shopping:before {
    content: "\e906"; }
  .shopping-listing .icon-connect:before {
    content: "\e907"; }
  .shopping-listing .icon-arrow:before {
    content: "\e908"; }
  .shopping-listing .icon-bed:before {
    content: "\e90d"; }

.shopping-listing {
  /*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
  /* Yuk! CSS Hack for IE6 3 pixel bug :( */
  /* Portrait and Landscape */
  /** RESET AND LAYOUT
===================================*/
  /** THEME
===================================*/
  /* LOADER */
  /* PAGER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* AUTO CONTROLS (START / STOP) */
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  /* IMAGE CAPTIONS */
  /* Promotion box */
  padding: 0; }
  .shopping-listing .custom-select,
  .shopping-listing .btn-group {
    position: relative;
    width: 100%;
    cursor: pointer; }
    .shopping-listing .custom-select .form-control, .shopping-listing .custom-select .multiselect,
    .shopping-listing .btn-group .form-control,
    .shopping-listing .btn-group .multiselect {
      background: none;
      border: none;
      border-bottom: 2px solid #FFD100;
      border-radius: 0;
      -webkit-appearance: none;
              appearance: none;
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold;
      height: 58px;
      height: 3.625rem;
      padding: 0 20px;
      padding: 0 1.25rem;
      box-shadow: none;
      width: 100%;
      position: relative;
      display: block;
      text-align: left;
      cursor: pointer; }
      @media only screen and (max-width: 991px) {
        .shopping-listing .custom-select .form-control, .shopping-listing .custom-select .multiselect,
        .shopping-listing .btn-group .form-control,
        .shopping-listing .btn-group .multiselect {
          margin-bottom: 1.25rem; } }
      .shopping-listing .custom-select .form-control .multiselect-selected-text, .shopping-listing .custom-select .multiselect .multiselect-selected-text,
      .shopping-listing .btn-group .form-control .multiselect-selected-text,
      .shopping-listing .btn-group .multiselect .multiselect-selected-text {
        color: #2A2D64; }
      .shopping-listing .custom-select .form-control span, .shopping-listing .custom-select .multiselect span,
      .shopping-listing .btn-group .form-control span,
      .shopping-listing .btn-group .multiselect span {
        text-align: left; }
      .shopping-listing .custom-select .form-control .caret, .shopping-listing .custom-select .multiselect .caret,
      .shopping-listing .btn-group .form-control .caret,
      .shopping-listing .btn-group .multiselect .caret {
        display: none; }
    .shopping-listing .custom-select .multiselect-container,
    .shopping-listing .btn-group .multiselect-container {
      background-clip: padding-box;
      background-color: #ffffff;
      border: 1px solid #2A2D64;
      border-radius: 0;
      box-shadow: none;
      float: none;
      font-size: 14px;
      font-size: 0.875rem;
      left: 0;
      right: 0;
      margin: 0 0 0;
      padding: 5px 0;
      padding: 0.3125rem 0;
      position: absolute;
      text-align: left;
      top: 57px;
      top: 3.5625rem;
      z-index: 1000;
      list-style: none;
      max-height: 290px;
      max-height: 18.125rem;
      overflow-y: auto;
      width: 230px;
      width: 14.375rem;
      min-width: 250px;
      min-width: 15.625rem; }
      .shopping-listing .custom-select .multiselect-container li,
      .shopping-listing .btn-group .multiselect-container li {
        margin-left: 25px;
        margin-left: 1.5625rem;
        border-bottom: 1px solid #f0f0f0; }
        .shopping-listing .custom-select .multiselect-container li.multiselect-group,
        .shopping-listing .btn-group .multiselect-container li.multiselect-group {
          margin-left: 0; }
        .shopping-listing .custom-select .multiselect-container li a,
        .shopping-listing .btn-group .multiselect-container li a {
          display: block;
          background: none;
          padding: 3px 12px 3px 35px;
          padding: 0.1875rem 0.75rem 0.1875rem 2.1875rem;
          color: #696969;
          position: relative; }
          .shopping-listing .custom-select .multiselect-container li a label,
          .shopping-listing .btn-group .multiselect-container li a label {
            display: block;
            margin: 5px 0;
            margin: 0.3125rem 0;
            font-weight: normal;
            cursor: pointer; }
            .shopping-listing .custom-select .multiselect-container li a label input,
            .shopping-listing .btn-group .multiselect-container li a label input {
              margin-left: -25px;
              margin-left: -1.5625rem;
              position: absolute;
              cursor: pointer;
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
              top: 50%;
              margin-top: 0; }
        .shopping-listing .custom-select .multiselect-container li .caret-container,
        .shopping-listing .btn-group .multiselect-container li .caret-container {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 100;
          width: 40px;
          width: 2.5rem;
          height: 100%; }
          .shopping-listing .custom-select .multiselect-container li .caret-container:after,
          .shopping-listing .btn-group .multiselect-container li .caret-container:after {
            content: " ";
            position: absolute;
            top: 14px;
            top: 0.875rem;
            right: 9px;
            right: 0.5625rem;
            z-index: 100;
            width: 30px;
            width: 1.875rem;
            height: 16px;
            height: 1rem;
            background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-arrow-up-down-grey.png") no-repeat 0 0;
            background-size: cover; }
          .shopping-listing .custom-select .multiselect-container li .caret-container b,
          .shopping-listing .btn-group .multiselect-container li .caret-container b {
            display: none; }
        .shopping-listing .custom-select .multiselect-container li.multiselect-group,
        .shopping-listing .btn-group .multiselect-container li.multiselect-group {
          background-color: #fafafa; }
          .shopping-listing .custom-select .multiselect-container li.multiselect-group.hidden-group .caret-container:after,
          .shopping-listing .btn-group .multiselect-container li.multiselect-group.hidden-group .caret-container:after {
            background-position: 0 bottom; }
    .shopping-listing .custom-select:after,
    .shopping-listing .btn-group:after {
      content: "";
      width: 15px;
      width: 0.9375rem;
      height: 8px;
      height: 0.5rem;
      background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-arrow-down.png") no-repeat 0 0;
      background-size: cover;
      position: absolute;
      top: 26px;
      top: 1.625rem;
      right: 18px;
      right: 1.125rem;
      z-index: 100;
      pointer-events: none; }
    .shopping-listing .custom-select.open, .open .shopping-listing .custom-select,
    .shopping-listing .btn-group.open, .open
    .shopping-listing .btn-group {
      position: relative;
      z-index: 99; }
      .shopping-listing .custom-select.open .multiselect, .open .shopping-listing .custom-select .multiselect,
      .shopping-listing .btn-group.open .multiselect, .open
      .shopping-listing .btn-group .multiselect {
        border: 1px solid #2A2D64 !important; }
      .shopping-listing .custom-select.open:after, .open .shopping-listing .custom-select:after,
      .shopping-listing .btn-group.open:after, .open
      .shopping-listing .btn-group:after {
        background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-arrow-up.png") no-repeat 0 0;
        background-size: cover; }
      .shopping-listing .custom-select.open button, .open .shopping-listing .custom-select button,
      .shopping-listing .btn-group.open button, .open
      .shopping-listing .btn-group button {
        background: none !important;
        box-shadow: none;
        border: none !important; }
  .shopping-listing #homeSearchCategory + div .multiselect-container {
    width: 276px;
    width: 17.25rem; }
  .shopping-listing .form-control {
    background: none;
    border: none;
    border-bottom: 2px solid #FFD100;
    border-radius: 0;
    -webkit-appearance: none;
            appearance: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    height: 58px;
    height: 3.625rem;
    line-height: 58px;
    line-height: 3.625rem;
    padding: 0 20px;
    padding: 0 1.25rem;
    box-shadow: none;
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
    color: #2A2D64; }
    .shopping-listing .form-control:focus {
      box-shadow: none;
      border: 1px solid #2A2D64; }
  .shopping-listing .dropdown-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid #2A2D64;
    border-radius: 0;
    box-shadow: none;
    float: none;
    font-size: 14px;
    font-size: 0.875rem;
    left: 0;
    margin: -1px 0 0;
    min-width: 200px;
    min-width: 12.5rem;
    padding: 5px 0;
    padding: 0.3125rem 0;
    position: absolute;
    text-align: left;
    top: 34px;
    top: 2.125rem;
    z-index: 1000;
    list-style: none;
    max-height: 150px;
    max-height: 9.375rem;
    overflow-y: auto;
    width: auto;
    right: 12px  !important; }
    .shopping-listing .dropdown-menu li {
      border-bottom: 1px solid #f0f0f0; }
      .shopping-listing .dropdown-menu li a {
        display: block;
        background: none;
        padding: 3px 12px;
        padding: 0.1875rem 0.75rem;
        color: #696969 !important;
        position: relative; }
      .shopping-listing .dropdown-menu li.active a, .shopping-listing .dropdown-menu li.active a:hover {
        background: none; }
  .shopping-listing .btn.btn-primary, .shopping-listing .dxb-contact-info-colorcard a.btn-primary, .dxb-contact-info-colorcard .shopping-listing a.btn-primary {
    border-radius: 0;
    background: #2A2D64;
    border: none;
    padding: 8px 35px;
    padding: 0.5rem 2.1875rem;
    color: #fff; }
  .shopping-listing .btn.btn-success, .shopping-listing .dxb-contact-info-colorcard a.btn-success, .dxb-contact-info-colorcard .shopping-listing a.btn-success {
    border-radius: 0;
    background: #464646;
    border: none;
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    color: #fff; }
  .shopping-listing body.ar .dropdown-menu {
    text-align: right; }
  .shopping-listing body.ar .form-control {
    text-align: right; }
  .shopping-listing body.ar .custom-select:after, .shopping-listing body.ar .btn-group:after {
    left: 18px;
    left: 1.125rem;
    right: auto; }
  .shopping-listing body.ar .custom-select .multiselect, .shopping-listing body.ar .btn-group .multiselect {
    text-align: right; }
  .shopping-listing body.ar .custom-select .multiselect-container, .shopping-listing body.ar .btn-group .multiselect-container {
    right: 0 !important;
    left: auto; }
    .shopping-listing body.ar .custom-select .multiselect-container li, .shopping-listing body.ar .btn-group .multiselect-container li {
      margin-left: 0;
      margin-right: 25px;
      margin-right: 1.5625rem;
      text-align: right; }
      .shopping-listing body.ar .custom-select .multiselect-container li.multiselect-group, .shopping-listing body.ar .btn-group .multiselect-container li.multiselect-group {
        margin-right: 0; }
      .shopping-listing body.ar .custom-select .multiselect-container li a, .shopping-listing body.ar .btn-group .multiselect-container li a {
        padding: 3px 35px 3px 12px;
        padding: 0.1875rem 2.1875rem 0.1875rem 0.75rem; }
        .shopping-listing body.ar .custom-select .multiselect-container li a .caret-container, .shopping-listing body.ar .btn-group .multiselect-container li a .caret-container {
          left: 0;
          right: auto; }
  .shopping-listing body.ar .selectric .label {
    margin: 0 14px 0 55px !important;
    margin: 0 0.875rem 0 3.4375rem !important;
    text-align: right; }
  .shopping-listing body.ar .selectric .button {
    left: 0;
    right: auto; }
    .shopping-listing body.ar .selectric .button:after {
      left: 17px;
      left: 1.0625rem;
      right: auto; }
  .shopping-listing body.ar .bx-wrapper .bx-viewport {
    direction: ltr; }
  .shopping-listing .jspContainer {
    overflow: hidden;
    position: relative; }
  .shopping-listing .jspPane {
    position: absolute; }
  .shopping-listing .jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    width: 0.4375rem;
    height: 100%; }
  .shopping-listing body.ar .jspVerticalBar {
    left: 0;
    right: auto; }
  .shopping-listing .jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    height: 0.25rem; }
  .shopping-listing .jspVerticalBar *,
  .shopping-listing .jspHorizontalBar * {
    margin: 0;
    padding: 0; }
  .shopping-listing .jspCap {
    display: none; }
  .shopping-listing .jspHorizontalBar .jspCap {
    float: left; }
  .shopping-listing .jspTrack {
    background: #ddd;
    position: relative; }
  .shopping-listing .jspDrag {
    background: #2A2D64;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer; }
  .shopping-listing .jspHorizontalBar .jspTrack,
  .shopping-listing .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%; }
  .shopping-listing .jspArrow {
    background: #50506d;
    text-indent: -20000px;
    text-indent: -1250rem;
    display: block;
    cursor: pointer; }
  .shopping-listing .jspArrow.jspDisabled {
    cursor: default;
    background: #80808d; }
  .shopping-listing .jspVerticalBar .jspArrow {
    height: 16px;
    height: 1rem; }
  .shopping-listing .jspHorizontalBar .jspArrow {
    width: 16px;
    width: 1rem;
    float: left;
    height: 100%; }
  .shopping-listing .jspVerticalBar .jspArrow:focus {
    outline: 0; }
  .shopping-listing .jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%; }
  .shopping-listing * html .jspCorner {
    margin: 0 -3px 0 0;
    margin: 0 -0.1875rem 0 0; }
  .shopping-listing #topImage {
    height: 385px;
    height: 24.0625rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #ccc;
    position: relative; }
    .shopping-listing #topImage:before {
      display: block;
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      z-index: 0;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 100%); }
    .shopping-listing #topImage > .container {
      position: relative; }
    .shopping .shopping-listing #topImage {
      background-image: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/bg-shopping.jpg"); }
    .dining .shopping-listing #topImage {
      background-image: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/bg-dining.jpg"); }
    .services .shopping-listing #topImage, .services-search .shopping-listing #topImage {
      background-image: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/bg-services.jpg"); }
    .relax .shopping-listing #topImage, .relax-search .shopping-listing #topImage .shopping-listing #topImage {
      background-image: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/bg-relax.jpg"); }
    .ti-map .shopping-listing #topImage {
      background-image: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/bg-mappage.jpg"); }
    .shopping-search .shopping-listing #topImage {
      background-image: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/bg-shopping.jpg"); }
    .dining-search .shopping-listing #topImage {
      background-image: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/bg-shopping-search.jpg"); }
    .pleasure-seeker .shopping-listing #topImage {
      background-image: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/bg-shopping.jpg"); }
    .smooth-operator .shopping-listing #topImage {
      background-image: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/bg-operator.jpg"); }
    .secret-agent .shopping-listing #topImage {
      background-image: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/bg-relax.jpg"); }
    .star-juggler .shopping-listing #topImage {
      background-image: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/bg-star-juggler.jpg"); }
    .shopping-search .shopping-listing #topImage h2, .shopping-search .shopping-listing #topImage .h2,
    .dining-search .shopping-listing #topImage h2,
    .dining-search .shopping-listing #topImage .h2,
    .services-search .shopping-listing #topImage h2,
    .services-search .shopping-listing #topImage .h2,
    .relax-search .shopping-listing #topImage h2,
    .relax-search .shopping-listing #topImage .h2,
    .ti-map .shopping-listing #topImage h2,
    .ti-map .shopping-listing #topImage .h2 {
      text-align: left; }
    .shopping-search .shopping-listing #topImage .sfBreadcrumbWrp,
    .dining-search .shopping-listing #topImage .sfBreadcrumbWrp,
    .services-search .shopping-listing #topImage .sfBreadcrumbWrp,
    .relax-search .shopping-listing #topImage .sfBreadcrumbWrp,
    .ti-map .shopping-listing #topImage .sfBreadcrumbWrp {
      margin: 125px 0 0;
      margin: 7.8125rem 0 0; }
    .shopping-listing #topImage h2, .shopping-listing #topImage .h2 {
      text-align: center;
      color: #2A2D64;
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 36px;
      line-height: 2.25rem;
      margin: 105px 0 30px;
      margin: 6.5625rem 0 1.875rem;
      font-weight: normal;
      position: relative;
      z-index: 0;
      text-shadow: 0 3px 3px rgba(54, 53, 53, 0.09);
      text-shadow: 0 0.1875rem 0.1875rem rgba(54, 53, 53, 0.09); }
    .pleasure-seeker .shopping-listing #topImage h2, .pleasure-seeker .shopping-listing #topImage .h2, .smooth-operator .shopping-listing #topImage h2, .smooth-operator .shopping-listing #topImage .h2, .secret-agent .shopping-listing #topImage h2, .secret-agent .shopping-listing #topImage .h2, .star-juggler .shopping-listing #topImage h2, .star-juggler .shopping-listing #topImage .h2 {
      color: #ffffff; }
    .shopping-listing #topImage .selectric-wrapper {
      max-width: 270px;
      max-width: 16.875rem;
      margin: auto;
      position: relative;
      z-index: 1000; }
      .shopping-listing #topImage .selectric-wrapper:after {
        width: 20px;
        width: 1.25rem;
        height: 11px;
        height: 0.6875rem;
        top: 19px;
        top: 1.1875rem;
        right: 19px;
        right: 1.1875rem; }
    .shopping-listing #topImage:after {
      background: #fff;
      content: "";
      height: 15px;
      height: 0.9375rem;
      left: 0;
      position: absolute;
      right: 0;
      bottom: -15px;
      bottom: -0.9375rem;
      width: 100%; }
  @media only screen and (max-width: 767px), only screen and (width: 962px) and (orientation: landscape) {
    .shopping-listing #topImage {
      height: 16.25rem;
      background-size: cover; }
      .shopping-listing #topImage:before {
        display: none; }
      .shopping-listing #topImage:after {
        display: none; }
      .relax .shopping-listing #topImage {
        background-size: cover;
        background-position: 100% 50%; }
      .shopping-listing #topImage h2, .shopping-listing #topImage .h2 {
        font-size: 1.625rem;
        line-height: 1.9375rem;
        margin: 1.9375rem 0 0.1875rem;
        height: auto; }
      .shopping-listing #topImage .sfBreadcrumbWrp {
        display: none; }
      .shopping-search .shopping-listing #topImage h2, .shopping-search .shopping-listing #topImage .h2,
      .dining-search .shopping-listing #topImage h2,
      .dining-search .shopping-listing #topImage .h2,
      .services-search .shopping-listing #topImage h2,
      .services-search .shopping-listing #topImage .h2,
      .relax-search .shopping-listing #topImage h2,
      .relax-search .shopping-listing #topImage .h2,
      .ti-map .shopping-listing #topImage h2,
      .ti-map .shopping-listing #topImage .h2 {
        position: absolute;
        bottom: 5rem; } }
  .shopping-listing #featured {
    background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/bg-home.jpg") no-repeat 50%;
    background-size: cover;
    height: 380px;
    height: 23.75rem;
    margin-bottom: 36px;
    margin-bottom: 2.25rem; }
    .shopping-listing #featured .verticalNavigationMenu {
      margin-top: 10px;
      margin-top: 0.625rem;
      padding: 0;
      box-shadow: 0 0 0.5625rem 0.1875rem rgba(0, 0, 0, 0.21); }
      .shopping-listing #featured .verticalNavigationMenu .navigationHeader {
        background: #2A2D64;
        padding: 20px 35px;
        padding: 1.25rem 2.1875rem;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(54, 53, 53, 0.9); }
      .shopping-listing #featured .verticalNavigationMenu .verticalNavigation,
      .shopping-listing #featured .verticalNavigationMenu .tabs {
        display: block !important;
        height: auto; }
        .shopping-listing #featured .verticalNavigationMenu .verticalNavigation > .container,
        .shopping-listing #featured .verticalNavigationMenu .tabs > .container {
          width: auto;
          padding: 0; }
        .shopping-listing #featured .verticalNavigationMenu .verticalNavigation ul li,
        .shopping-listing #featured .verticalNavigationMenu .tabs ul li {
          display: block;
          float: none;
          border-right: none;
          border-bottom: 1px solid #d1d1d2;
          background: #f8f9fb;
          line-height: normal;
          position: relative;
          width: 100%; }
          .shopping-listing #featured .verticalNavigationMenu .verticalNavigation ul li:last-child,
          .shopping-listing #featured .verticalNavigationMenu .tabs ul li:last-child {
            border-bottom: none; }
          .shopping-listing #featured .verticalNavigationMenu .verticalNavigation ul li a,
          .shopping-listing #featured .verticalNavigationMenu .tabs ul li a {
            font-size: 17.5px;
            font-size: 1.09375rem;
            color: #464646;
            line-height: 44px;
            line-height: 2.75rem;
            height: auto;
            display: block;
            padding: 0 20px 0 84px;
            padding: 0 1.25rem 0 5.25rem;
            text-align: left; }
            .shopping-listing #featured .verticalNavigationMenu .verticalNavigation ul li a:before,
            .shopping-listing #featured .verticalNavigationMenu .tabs ul li a:before {
              display: inline-block;
              position: absolute;
              top: 8px;
              top: 0.5rem;
              left: 25px;
              left: 1.5625rem;
              color: #2A2D64;
              font-size: 26px;
              font-size: 1.625rem; }
            .shopping-listing #featured .verticalNavigationMenu .verticalNavigation ul li a:after,
            .shopping-listing #featured .verticalNavigationMenu .tabs ul li a:after {
              /* use !important to prevent issues with browser extensions that change fonts */
              font-family: 'icomoon' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: "\e908";
              width: 8px;
              width: 0.5rem;
              height: 15px;
              height: 0.9375rem;
              position: absolute;
              top: 13px;
              top: 0.8125rem;
              right: 19px;
              right: 1.1875rem;
              color: #d3d4d5; }
            .shopping-listing #featured .verticalNavigationMenu .verticalNavigation ul li a:hover,
            .shopping-listing #featured .verticalNavigationMenu .tabs ul li a:hover {
              background-color: #fff; }
              .shopping-listing #featured .verticalNavigationMenu .verticalNavigation ul li a:hover:after,
              .shopping-listing #featured .verticalNavigationMenu .tabs ul li a:hover:after {
                color: #2A2D64; }
          .shopping-listing #featured .verticalNavigationMenu .verticalNavigation ul li:hover,
          .shopping-listing #featured .verticalNavigationMenu .tabs ul li:hover {
            background: #fff; }
  .shopping-listing body.ar #templateJContent[dir="rtl"] {
    overflow: hidden; }
  .shopping-listing body.ar #featured .verticalNavigationMenu .verticalNavigation ul,
  .shopping-listing body.ar #featured .verticalNavigationMenu .tabs ul {
    margin: 0; }
    .shopping-listing body.ar #featured .verticalNavigationMenu .verticalNavigation ul li a,
    .shopping-listing body.ar #featured .verticalNavigationMenu .tabs ul li a {
      padding: 0 84px 0 20px;
      padding: 0 5.25rem 0 1.25rem;
      text-align: right; }
      .shopping-listing body.ar #featured .verticalNavigationMenu .verticalNavigation ul li a:after,
      .shopping-listing body.ar #featured .verticalNavigationMenu .tabs ul li a:after {
        left: 19px;
        left: 1.1875rem;
        right: auto;
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }
      .shopping-listing body.ar #featured .verticalNavigationMenu .verticalNavigation ul li a:before,
      .shopping-listing body.ar #featured .verticalNavigationMenu .tabs ul li a:before {
        right: 15px;
        right: 0.9375rem;
        left: auto;
        padding: 0 6px 0 0;
        padding: 0 0.375rem 0 0; }
  @media only screen and (max-width: 767px), only screen and (width: 962px) and (orientation: landscape) {
    .shopping-listing #featured {
      height: auto;
      margin-bottom: 0.9375rem;
      background-size: auto 16.875rem;
      background-position: 25% top; }
      .shopping-listing #featured .container {
        padding: 0; }
        .shopping-listing #featured .container .row {
          margin: 0; }
          .shopping-listing #featured .container .row .col-md-4 {
            padding: 0; }
      .shopping-listing #featured .verticalNavigationMenu {
        box-shadow: none;
        margin-top: 11.125rem; }
        .shopping-listing #featured .verticalNavigationMenu .navigationHeader {
          background: none;
          color: #2A2D64; } }
  .shopping-listing .featured-outlets .bx-controls .bx-pager, .shopping-listing .all-brands .bx-controls .bx-pager {
    display: none; }
  @media only screen and (max-width: 767px), only screen and (width: 962px) and (orientation: landscape) {
    .shopping-listing .featured-outlets .bx-controls-direction, .shopping-listing .all-brands .bx-controls-direction {
      display: none; }
    .shopping-listing .featured-outlets .bx-controls, .shopping-listing .all-brands .bx-controls {
      display: block;
      top: inherit; }
      .shopping-listing .featured-outlets .bx-controls .bx-pager, .shopping-listing .all-brands .bx-controls .bx-pager {
        display: block;
        bottom: -1.25rem !important; }
        .shopping-listing .featured-outlets .bx-controls .bx-pager .bx-pager-item a, .shopping-listing .all-brands .bx-controls .bx-pager .bx-pager-item a {
          background: #dededc;
          width: 0.5rem;
          height: 0.5rem;
          margin: 0 0.1875rem; }
          .shopping-listing .featured-outlets .bx-controls .bx-pager .bx-pager-item a.active, .shopping-listing .featured-outlets .bx-controls .bx-pager .bx-pager-item a:hover, .shopping-listing .all-brands .bx-controls .bx-pager .bx-pager-item a.active, .shopping-listing .all-brands .bx-controls .bx-pager .bx-pager-item a:hover {
            background: #2A2D64; } }
  .shopping-listing .field-group {
    border: 1px solid #ededed;
    margin: 0 0 22px;
    margin: 0 0 1.375rem; }
    .shopping-listing .field-group .tabs {
      margin: 10px !important;
      margin: 0.625rem !important;
      padding: 0;
      list-style: none;
      border: none;
      overflow: hidden;
      height: 50px;
      height: 3.125rem; }
      .shopping-listing .field-group .tabs li {
        width: 50%;
        float: left; }
        .shopping-listing .field-group .tabs li label {
          display: block;
          height: 50px;
          height: 3.125rem;
          line-height: 50px;
          line-height: 3.125rem;
          font-size: 15px;
          font-size: 0.9375rem;
          font-weight: normal;
          text-align: center;
          cursor: pointer;
          background: #fff;
          color: #2A2D64;
          cursor: pointer; }
        .shopping-listing .field-group .tabs li input[type=radio] {
          display: none; }
          .shopping-listing .field-group .tabs li input[type=radio]:checked + label {
            background: #2A2D64;
            color: #fff; }
    .shopping-listing .field-group .tab-content {
      padding: 20px 10px 3px;
      padding: 1.25rem 0.625rem 0.1875rem; }
      .shopping-listing .field-group .tab-content .row {
        padding-bottom: 13px;
        padding-bottom: 0.8125rem; }
  .shopping-listing #homeSearchText {
    background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-search.png") no-repeat 13px center;
    background-size: 1.0625rem 0.9375rem;
    padding: 0 21px 0 42px;
    padding: 0 1.3125rem 0 2.625rem; }
  .shopping-listing .view-all-buttons {
    margin-top: 22px;
    margin-top: 1.375rem; }
    .shopping-listing .view-all-buttons .col-sm-6:first-child {
      padding-right: 6px;
      padding-right: 0.375rem; }
    .shopping-listing .view-all-buttons .col-sm-6:last-child {
      padding-left: 6px;
      padding-left: 0.375rem; }
    .shopping-listing .view-all-buttons a.btn, .shopping-listing .view-all-buttons .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard .shopping-listing .view-all-buttons a {
      padding-left: 5px;
      padding-left: 0.3125rem;
      padding-right: 5px;
      padding-right: 0.3125rem;
      font-size: 13px;
      font-size: 0.8125rem; }
  .shopping-listing body.ar #homeSearchText {
    padding: 0 42px 0 21px;
    padding: 0 2.625rem 0 1.3125rem;
    background-position: 95% 50%; }
  .shopping-listing body.ar .field-group .tabs li {
    float: right; }
  .shopping-listing body.ar .field-group .tab-content .btn-group .btn-default {
    text-align: right; }
  .shopping-listing .custom-select,
  .shopping-listing .btn-group {
    position: relative;
    width: 100%;
    cursor: pointer; }
    .shopping-listing .custom-select .form-control, .shopping-listing .custom-select .multiselect,
    .shopping-listing .btn-group .form-control,
    .shopping-listing .btn-group .multiselect {
      background: none;
      border: none;
      border-bottom: 2px solid #FFD100;
      border-radius: 0;
      -webkit-appearance: none;
              appearance: none;
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold;
      height: 58px;
      height: 3.625rem;
      padding: 0 20px;
      padding: 0 1.25rem;
      box-shadow: none;
      width: 100%;
      position: relative;
      display: block;
      text-align: left;
      cursor: pointer; }
      @media only screen and (max-width: 991px) {
        .shopping-listing .custom-select .form-control, .shopping-listing .custom-select .multiselect,
        .shopping-listing .btn-group .form-control,
        .shopping-listing .btn-group .multiselect {
          margin-bottom: 1.25rem; } }
      .shopping-listing .custom-select .form-control .multiselect-selected-text, .shopping-listing .custom-select .multiselect .multiselect-selected-text,
      .shopping-listing .btn-group .form-control .multiselect-selected-text,
      .shopping-listing .btn-group .multiselect .multiselect-selected-text {
        color: #2A2D64; }
      .shopping-listing .custom-select .form-control span, .shopping-listing .custom-select .multiselect span,
      .shopping-listing .btn-group .form-control span,
      .shopping-listing .btn-group .multiselect span {
        text-align: left; }
      .shopping-listing .custom-select .form-control .caret, .shopping-listing .custom-select .multiselect .caret,
      .shopping-listing .btn-group .form-control .caret,
      .shopping-listing .btn-group .multiselect .caret {
        display: none; }
    .shopping-listing .custom-select .multiselect-container,
    .shopping-listing .btn-group .multiselect-container {
      background-clip: padding-box;
      background-color: #ffffff;
      border: 1px solid #2A2D64;
      border-radius: 0;
      box-shadow: none;
      float: none;
      font-size: 14px;
      font-size: 0.875rem;
      left: 0;
      right: 0;
      margin: 0 0 0;
      padding: 5px 0;
      padding: 0.3125rem 0;
      position: absolute;
      text-align: left;
      top: 57px;
      top: 3.5625rem;
      z-index: 1000;
      list-style: none;
      max-height: 290px;
      max-height: 18.125rem;
      overflow-y: auto;
      width: 230px;
      width: 14.375rem;
      min-width: 250px;
      min-width: 15.625rem; }
      .shopping-listing .custom-select .multiselect-container li,
      .shopping-listing .btn-group .multiselect-container li {
        margin-left: 25px;
        margin-left: 1.5625rem;
        border-bottom: 1px solid #f0f0f0; }
        .shopping-listing .custom-select .multiselect-container li.multiselect-group,
        .shopping-listing .btn-group .multiselect-container li.multiselect-group {
          margin-left: 0; }
        .shopping-listing .custom-select .multiselect-container li a,
        .shopping-listing .btn-group .multiselect-container li a {
          display: block;
          background: none;
          padding: 3px 12px 3px 35px;
          padding: 0.1875rem 0.75rem 0.1875rem 2.1875rem;
          color: #696969;
          position: relative; }
          .shopping-listing .custom-select .multiselect-container li a label,
          .shopping-listing .btn-group .multiselect-container li a label {
            display: block;
            margin: 5px 0;
            margin: 0.3125rem 0;
            font-weight: normal;
            cursor: pointer; }
            .shopping-listing .custom-select .multiselect-container li a label input,
            .shopping-listing .btn-group .multiselect-container li a label input {
              margin-left: -25px;
              margin-left: -1.5625rem;
              position: absolute;
              cursor: pointer;
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
              top: 50%;
              margin-top: 0; }
        .shopping-listing .custom-select .multiselect-container li .caret-container,
        .shopping-listing .btn-group .multiselect-container li .caret-container {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 100;
          width: 40px;
          width: 2.5rem;
          height: 100%; }
          .shopping-listing .custom-select .multiselect-container li .caret-container:after,
          .shopping-listing .btn-group .multiselect-container li .caret-container:after {
            content: " ";
            position: absolute;
            top: 14px;
            top: 0.875rem;
            right: 9px;
            right: 0.5625rem;
            z-index: 100;
            width: 30px;
            width: 1.875rem;
            height: 16px;
            height: 1rem;
            background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-arrow-up-down-grey.png") no-repeat 0 0;
            background-size: cover; }
          .shopping-listing .custom-select .multiselect-container li .caret-container b,
          .shopping-listing .btn-group .multiselect-container li .caret-container b {
            display: none; }
        .shopping-listing .custom-select .multiselect-container li.multiselect-group,
        .shopping-listing .btn-group .multiselect-container li.multiselect-group {
          background-color: #fafafa; }
          .shopping-listing .custom-select .multiselect-container li.multiselect-group.hidden-group .caret-container:after,
          .shopping-listing .btn-group .multiselect-container li.multiselect-group.hidden-group .caret-container:after {
            background-position: 0 bottom; }
    .shopping-listing .custom-select:after,
    .shopping-listing .btn-group:after {
      content: "";
      width: 15px;
      width: 0.9375rem;
      height: 8px;
      height: 0.5rem;
      background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-arrow-down.png") no-repeat 0 0;
      background-size: cover;
      position: absolute;
      top: 26px;
      top: 1.625rem;
      right: 18px;
      right: 1.125rem;
      z-index: 100;
      pointer-events: none; }
    .shopping-listing .custom-select.open, .open .shopping-listing .custom-select,
    .shopping-listing .btn-group.open, .open
    .shopping-listing .btn-group {
      position: relative;
      z-index: 99; }
      .shopping-listing .custom-select.open .multiselect, .open .shopping-listing .custom-select .multiselect,
      .shopping-listing .btn-group.open .multiselect, .open
      .shopping-listing .btn-group .multiselect {
        border: 1px solid #2A2D64 !important; }
      .shopping-listing .custom-select.open:after, .open .shopping-listing .custom-select:after,
      .shopping-listing .btn-group.open:after, .open
      .shopping-listing .btn-group:after {
        background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-arrow-up.png") no-repeat 0 0;
        background-size: cover; }
      .shopping-listing .custom-select.open button, .open .shopping-listing .custom-select button,
      .shopping-listing .btn-group.open button, .open
      .shopping-listing .btn-group button {
        background: none !important;
        box-shadow: none;
        border: none !important; }
  .shopping-listing #homeSearchCategory + div .multiselect-container {
    width: 276px;
    width: 17.25rem; }
  .shopping-listing .form-control {
    background: none;
    border: none;
    border-bottom: 2px solid #FFD100;
    border-radius: 0;
    -webkit-appearance: none;
            appearance: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    height: 58px;
    height: 3.625rem;
    line-height: 58px;
    line-height: 3.625rem;
    padding: 0 20px;
    padding: 0 1.25rem;
    box-shadow: none;
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
    color: #2A2D64; }
    .shopping-listing .form-control:focus {
      box-shadow: none;
      border: 1px solid #2A2D64; }
  .shopping-listing .dropdown-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid #2A2D64;
    border-radius: 0;
    box-shadow: none;
    float: none;
    font-size: 14px;
    font-size: 0.875rem;
    left: 0;
    margin: -1px 0 0;
    min-width: 200px;
    min-width: 12.5rem;
    padding: 5px 0;
    padding: 0.3125rem 0;
    position: absolute;
    text-align: left;
    top: 34px;
    top: 2.125rem;
    z-index: 1000;
    list-style: none;
    max-height: 150px;
    max-height: 9.375rem;
    overflow-y: auto;
    width: auto;
    right: 12px  !important; }
    .shopping-listing .dropdown-menu li {
      border-bottom: 1px solid #f0f0f0; }
      .shopping-listing .dropdown-menu li a {
        display: block;
        background: none;
        padding: 3px 12px;
        padding: 0.1875rem 0.75rem;
        color: #696969 !important;
        position: relative; }
      .shopping-listing .dropdown-menu li.active a, .shopping-listing .dropdown-menu li.active a:hover {
        background: none; }
  .shopping-listing .btn.btn-primary, .shopping-listing .dxb-contact-info-colorcard a.btn-primary, .dxb-contact-info-colorcard .shopping-listing a.btn-primary {
    border-radius: 0;
    background: #2A2D64;
    border: none;
    padding: 8px 35px;
    padding: 0.5rem 2.1875rem;
    color: #fff; }
  .shopping-listing .btn.btn-success, .shopping-listing .dxb-contact-info-colorcard a.btn-success, .dxb-contact-info-colorcard .shopping-listing a.btn-success {
    border-radius: 0;
    background: #464646;
    border: none;
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    color: #fff; }
  .shopping-listing body.ar .dropdown-menu {
    text-align: right; }
  .shopping-listing body.ar .form-control {
    text-align: right; }
  .shopping-listing body.ar .custom-select:after, .shopping-listing body.ar .btn-group:after {
    left: 18px;
    left: 1.125rem;
    right: auto; }
  .shopping-listing body.ar .custom-select .multiselect, .shopping-listing body.ar .btn-group .multiselect {
    text-align: right; }
  .shopping-listing body.ar .custom-select .multiselect-container, .shopping-listing body.ar .btn-group .multiselect-container {
    right: 0 !important;
    left: auto; }
    .shopping-listing body.ar .custom-select .multiselect-container li, .shopping-listing body.ar .btn-group .multiselect-container li {
      margin-left: 0;
      margin-right: 25px;
      margin-right: 1.5625rem;
      text-align: right; }
      .shopping-listing body.ar .custom-select .multiselect-container li.multiselect-group, .shopping-listing body.ar .btn-group .multiselect-container li.multiselect-group {
        margin-right: 0; }
      .shopping-listing body.ar .custom-select .multiselect-container li a, .shopping-listing body.ar .btn-group .multiselect-container li a {
        padding: 3px 35px 3px 12px;
        padding: 0.1875rem 2.1875rem 0.1875rem 0.75rem; }
        .shopping-listing body.ar .custom-select .multiselect-container li a .caret-container, .shopping-listing body.ar .btn-group .multiselect-container li a .caret-container {
          left: 0;
          right: auto; }
  .shopping-listing body.ar .selectric .label {
    margin: 0 14px 0 55px !important;
    margin: 0 0.875rem 0 3.4375rem !important;
    text-align: right; }
  .shopping-listing body.ar .selectric .button {
    left: 0;
    right: auto; }
    .shopping-listing body.ar .selectric .button:after {
      left: 17px;
      left: 1.0625rem;
      right: auto; }
  .shopping-listing body.ar .bx-wrapper .bx-viewport {
    direction: ltr; }
  .shopping-listing .mobile-filters, .shopping-listing .mobile-filters-title {
    display: none; }
  .shopping-listing .page-title {
    display: inline-block;
    float: left;
    margin: 0 2%;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    color: black; }
  .shopping-listing .locationSearch .btn-group.open .multiselect .multiselect {
    border: none;
    border-bottom: 1px solid #FFD100;
    box-shadow: none; }
  .shopping-listing .locationSearch .multiselect {
    border: none;
    border-bottom: 1px solid #FFD100;
    box-shadow: none; }
    .shopping-listing .locationSearch .multiselect:hover {
      -ms-transform: none !important;
          transform: none !important; }
  .shopping-listing .locationSearch .srch-panel {
    width: 569px;
    width: 35.5625rem;
    float: left; }
    .shopping-listing .locationSearch .srch-panel .btn-group {
      width: 230px;
      width: 14.375rem;
      float: left; }
    .shopping-listing .locationSearch .srch-panel #srchText {
      width: 336px;
      width: 21rem;
      margin-left: -1px;
      float: left;
      background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-search-blue.png") no-repeat 95% center;
      background-size: 1.0625rem 0.9375rem; }
  .shopping-listing .locationSearch .search-button {
    display: none; }
  @media only screen and (max-width: 767px), only screen and (width: 962px) and (orientation: landscape) {
    .shopping-listing #topImage {
      position: static; }
      .shopping-listing #topImage > .container {
        position: static; }
        .shopping-listing #topImage > .container > .row > .col-md-12 {
          position: static; }
      .shopping-search .shopping-listing #topImage,
      .dining-search .shopping-listing #topImage,
      .services-search .shopping-listing #topImage,
      .relax-search .shopping-listing #topImage,
      .ti-map .shopping-listing #topImage {
        padding-bottom: 3.75rem;
        height: 18.75rem;
        position: relative; }
    .shopping-listing .mobile-filters {
      display: block;
      background: #2A2D64;
      height: 3.75rem;
      line-height: 3.75rem;
      padding: 0 0.9375rem;
      font-size: 1.125rem;
      color: #fff;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
      .shopping-listing .mobile-filters #mobFilters {
        display: inline-block;
        float: right;
        width: 1.3125rem;
        height: 1.3125rem;
        background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-filters.png") no-repeat 0 0;
        background-size: cover;
        margin: 1.1875rem 0;
        cursor: pointer; }
        [dir="rtl"] .shopping-listing .mobile-filters #mobFilters {
          float: left; }
    .shopping-listing .locationSearch .mobile-filters-title {
      display: block;
      line-height: 5rem;
      font-size: 1.5rem;
      color: #696E9F;
      margin-bottom: 2.8125rem; }
      .shopping-listing .locationSearch .mobile-filters-title #mobFiltersClose {
        display: inline-block;
        float: right;
        width: 1.6875rem;
        height: 1.6875rem;
        background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-modal-close.png") no-repeat 0 0;
        background-size: cover;
        margin: 1.5rem 0.5rem;
        cursor: pointer; }
    .shopping-listing .locationSearch .srch-panel {
      float: none;
      width: auto;
      padding: 1.5625rem 0 0;
      position: relative; }
      .shopping-listing .locationSearch .srch-panel #srchText {
        width: 100%;
        float: none;
        position: absolute;
        top: 0;
        background-color: #fff; }
        .ios .shopping-listing .locationSearch .srch-panel #srchText {
          padding-top: 0.625rem; }
      .shopping-listing .locationSearch .srch-panel .btn-group {
        width: 100%;
        float: none; }
        .shopping-listing .locationSearch .srch-panel .btn-group:after {
          background: none; }
        .shopping-listing .locationSearch .srch-panel .btn-group .multiselect {
          border: none;
          box-shadow: none;
          cursor: default;
          padding: 0; }
        .shopping-listing .locationSearch .srch-panel .btn-group .dropdown-menu {
          display: block !important;
          position: static;
          border: none;
          max-height: none;
          width: 100%; }
          .shopping-listing .locationSearch .srch-panel .btn-group .dropdown-menu .jspContainer {
            height: auto !important; }
            .shopping-listing .locationSearch .srch-panel .btn-group .dropdown-menu .jspContainer .jspPane {
              position: static !important; }
    .shopping-listing .locationSearch .search-button {
      display: block;
      margin: 2.5rem 0 0; }
      .shopping-listing .locationSearch .search-button .btn, .shopping-listing .locationSearch .search-button .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard .shopping-listing .locationSearch .search-button a {
        width: 100%;
        font-size: 1rem;
        padding: 0.9375rem; }
    .shopping-listing #homeSearchCategory + div .multiselect-container {
      width: 100%; } }
  .shopping-listing body.ar .shopping-search #topImage h2, .shopping-listing body.ar .shopping-search #topImage .h2,
  .shopping-listing body.ar .dining-search #topImage h2,
  .shopping-listing body.ar .dining-search #topImage .h2,
  .shopping-listing body.ar .services-search #topImage h2,
  .shopping-listing body.ar .services-search #topImage .h2,
  .shopping-listing body.ar .relax-search #topImage h2,
  .shopping-listing body.ar .relax-search #topImage .h2,
  .shopping-listing body.ar .ti-map #topImage h2,
  .shopping-listing body.ar .ti-map #topImage .h2 {
    text-align: right; }
  .shopping-listing body.ar .locationSearch .srch-panel .btn-group {
    float: right; }
  .shopping-listing body.ar .locationSearch .srch-panel #srchText {
    float: right;
    margin-right: -1px;
    margin-left: auto;
    background-position: 5% center; }
  .shopping-listing #search-form {
    padding-bottom: 30px;
    padding-bottom: 1.875rem; }
  .shopping-listing .box {
    border: 1px solid #ebebeb;
    margin: 0 0 37px;
    margin: 0 0 2.3125rem;
    position: relative;
    box-shadow: 0 0.9375rem 2.5rem 0 rgba(0, 0, 0, 0.1); }
    .shopping-listing .box .category {
      display: inline-block;
      position: absolute;
      top: 15px;
      top: 0.9375rem;
      left: 15px;
      left: 0.9375rem;
      height: 30px;
      height: 1.875rem;
      background: #1CCFC9;
      white-space: nowrap;
      line-height: 30px;
      line-height: 1.875rem;
      padding: 0 8px;
      padding: 0 0.5rem;
      color: #fff;
      font-size: 12px;
      font-size: 0.75rem;
      z-index: 1;
      font-weight: bold; }
    .shopping-listing .box .imageWrapper {
      overflow: hidden;
      position: relative; }
      .shopping-listing .box .imageWrapper .image {
        height: 210px;
        height: 13.125rem;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover; }
      .shopping-listing .box .imageWrapper ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        padding: 0;
        margin: 0; }
        .shopping-listing .box .imageWrapper ul li {
          -ms-flex-positive: 1;
              flex-grow: 1; }
          .shopping-listing .box .imageWrapper ul li:before {
            display: none; }
          .shopping-listing .box .imageWrapper ul li a {
            display: block;
            padding: 10px;
            padding: 0.625rem;
            font-size: 14px;
            font-size: 0.875rem;
            color: #fff;
            text-align: center;
            font-weight: bold; }
          .shopping-listing .box .imageWrapper ul li:first-child a {
            background: #2A2D64; }
          .shopping-listing .box .imageWrapper ul li:last-child a {
            background: #FFD100;
            color: #2A2D64; }
    .shopping-listing .box .info {
      height: 45px;
      height: 2.8125rem;
      padding: 0 10px;
      padding: 0 0.625rem;
      overflow: hidden; }
      .shopping-listing .box .info .brand {
        float: left;
        width: 210px;
        width: 13.125rem; }
        .shopping-listing .box .info .brand img {
          height: 30px;
          height: 1.875rem;
          vertical-align: middle;
          margin: 7px 10px 7px 0;
          margin: 0.4375rem 0.625rem 0.4375rem 0;
          max-width: 60px;
          max-width: 3.75rem;
          float: left; }
        .shopping-listing .box .info .brand h3, .shopping-listing .box .info .brand .h3 {
          display: inline-block;
          margin: 0;
          padding: 0;
          vertical-align: middle;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 135px;
          width: 8.4375rem;
          white-space: nowrap;
          font-size: 12px;
          font-size: 0.75rem;
          margin: 0;
          line-height: 45px;
          line-height: 2.8125rem; }
      .shopping-listing .box .info .aeroport {
        width: 65px;
        width: 4.0625rem;
        float: right;
        line-height: 45px;
        line-height: 2.8125rem;
        text-transform: uppercase;
        text-align: right; }
        .shopping-listing .box .info .aeroport span {
          color: #2A2D64; }
  .shopping-listing .boxBubble {
    width: 242px;
    width: 15.125rem;
    height: 206px;
    height: 12.875rem;
    margin: 0;
    background: #685c5b;
    border: none;
    box-shadow: 0 0 1.875rem 0.8125rem rgba(0, 0, 0, 0.43); }
    .shopping-listing .boxBubble:after {
      content: ' ';
      width: 64px;
      width: 4rem;
      height: 64px;
      height: 4rem;
      display: block;
      background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icon-location.png") center center no-repeat;
      position: absolute;
      left: 50%;
      margin-left: -32px;
      margin-left: -2rem;
      bottom: -46px;
      bottom: -2.875rem;
      background-size: 3rem; }
    .shopping-listing .boxBubble .image {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      position: relative; }
      .shopping-listing .boxBubble .image:after {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        width: 100%;
        height: 166px;
        height: 10.375rem;
        background: linear-gradient(to bottom, rgba(70, 70, 70, 0) 0%, rgba(0, 1, 1, 0.65) 100%); }
      .shopping-listing .boxBubble .image .category {
        line-height: 16px;
        line-height: 1rem; }
    .shopping-listing .boxBubble .info {
      position: absolute;
      padding: 0 20px;
      padding: 0 1.25rem;
      width: 100%;
      bottom: 40px;
      bottom: 2.5rem;
      text-align: left;
      z-index: 1;
      height: auto;
      overflow: visible;
      color: #fff; }
      .shopping-listing .boxBubble .info .title {
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0 0 2px;
        line-height: 20px;
        line-height: 1.25rem; }
      .shopping-listing .boxBubble .info .aeroport {
        text-align: left;
        width: auto;
        float: none;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: normal;
        text-transform: capitalize; }
    .shopping-listing .boxBubble ul {
      bottom: 0 !important;
      position: absolute;
      margin: 0 !important;
      padding: 0 !important;
      list-style: none !important;
      width: 100%; }
      .shopping-listing .boxBubble ul li {
        width: 50%;
        float: left; }
        .shopping-listing .boxBubble ul li a {
          display: block;
          padding: 20px 10px;
          padding: 1.25rem 0.625rem;
          font-size: 14px;
          font-size: 0.875rem;
          color: #fff;
          text-align: center; }
        .shopping-listing .boxBubble ul li:first-child a {
          background: #696969; }
        .shopping-listing .boxBubble ul li:last-child a {
          background: #2A2D64; }
  .shopping-listing #templateMAPContent {
    padding: 0 12px;
    padding: 0 0.75rem; }
    .shopping-listing #templateMAPContent .row .col-md-9, .shopping-listing #templateMAPContent .row .col-md-3 {
      padding: 0; }
  .shopping-listing .quickLinkBox {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    height: 158px;
    height: 9.875rem; }
    .col-md-8 .shopping-listing .quickLinkBox {
      height: 340px;
      height: 21.25rem;
      margin: 0; }
    .shopping-listing .quickLinkBox a {
      position: relative;
      display: block;
      height: 100%; }
      .shopping-listing .quickLinkBox a .category {
        display: inline-block;
        position: absolute;
        top: 15px;
        top: 0.9375rem;
        left: 15px;
        left: 0.9375rem;
        height: 30px;
        height: 1.875rem;
        background: #1CCFC9;
        white-space: nowrap;
        line-height: 30px;
        line-height: 1.875rem;
        padding: 0 8px;
        padding: 0 0.5rem;
        color: #fff;
        font-size: 12px;
        font-size: 0.75rem; }
      .shopping-listing .quickLinkBox a .title {
        position: absolute;
        bottom: 15px;
        bottom: 0.9375rem;
        left: 15px;
        left: 0.9375rem;
        right: 15px;
        right: 0.9375rem;
        color: #fff;
        font-size: 17.5px;
        font-size: 1.09375rem;
        margin: 0;
        line-height: 20px;
        line-height: 1.25rem; }
  .shopping-listing .container .box-header {
    padding: 40px 0 25px;
    padding: 2.5rem 0 1.5625rem; }
    .shopping-listing .container .box-header h2, .shopping-listing .container .box-header .h2 {
      display: inline;
      color: #696E9F;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: normal;
      line-height: 14px;
      line-height: 0.875rem;
      margin: 0; }
    .shopping-listing .container .box-header .viewLink {
      color: #2A2D64;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      text-decoration: none;
      position: relative;
      padding-right: 15px;
      padding-right: 0.9375rem; }
      .shopping-listing .container .box-header .viewLink:after {
        content: "";
        position: absolute;
        width: 14px;
        width: 0.875rem;
        height: 22px;
        height: 1.375rem;
        background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-more-blue.png") no-repeat 0 0;
        background-size: cover;
        right: 0;
        top: 8px;
        top: 0.5rem; }
  @media only screen and (max-width: 767px), only screen and (width: 962px) and (orientation: landscape) {
    .shopping-listing .container .box-header {
      padding: 1.875rem 0 0.5rem; }
      .shopping-listing .container .box-header .text-right {
        display: none; }
    .shopping-listing .viewLink {
      color: #2A2D64;
      font-size: 1.125rem; }
    .shopping-listing .boxBubble ul li a {
      /*padding:12px 10px;*/ } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .shopping-listing .boxBubble ul li a {
      /*padding:12px 10px;*/ } }
  .shopping-listing .promBox {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
    .shopping-listing .promBox.large {
      height: 340px;
      height: 21.25rem; }
    .shopping-listing .promBox a {
      position: relative;
      display: block;
      height: 100%;
      z-index: 100; }
      .shopping-listing .promBox a h3, .shopping-listing .promBox a .h3 {
        position: absolute;
        bottom: 15px;
        bottom: 0.9375rem;
        left: 15px;
        left: 0.9375rem;
        right: 15px;
        right: 0.9375rem;
        color: #fff;
        font-size: 17.5px;
        font-size: 1.09375rem;
        margin: 0;
        line-height: 20px;
        line-height: 1.25rem;
        z-index: 100; }
    .shopping-listing .promBox:after {
      display: block;
      position: absolute;
      content: "";
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(70, 70, 70, 0) 0%, rgba(0, 1, 1, 0.65) 100%); }
  .shopping-listing .promBox + .promBox {
    margin-top: 24px;
    margin-top: 1.5rem; }
  .shopping-listing .featured-promotions .promBox {
    height: 158px;
    height: 9.875rem; }
    .shopping-listing .featured-promotions .promBox.medium {
      margin-bottom: 24px;
      margin-bottom: 1.5rem; }
    .shopping-listing .featured-promotions .promBox.large {
      height: 340px;
      height: 21.25rem;
      margin: 0; }
  @media only screen and (max-width: 767px), only screen and (width: 962px) and (orientation: landscape) {
    .shopping-listing .featured-promotions .promBox,
    .shopping-listing .featured-promotions .promBox.large {
      height: 6.5625rem;
      margin-bottom: 0.8125rem; }
    .shopping-listing .promBox + .promBox {
      margin-top: 0; } }
  .shopping-listing .featured-promotions.shop,
  .shopping-listing .featured-promotions.restaurant {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }
    .shopping-listing .featured-promotions.shop .promBox,
    .shopping-listing .featured-promotions.restaurant .promBox {
      height: 130px;
      height: 8.125rem;
      background-size: contain; }
      .shopping-listing .featured-promotions.shop .promBox.large,
      .shopping-listing .featured-promotions.restaurant .promBox.large {
        height: 284px;
        height: 17.75rem; }
  @media only screen and (max-width: 767px), only screen and (width: 962px) and (orientation: landscape) {
    .shopping-listing .featured-promotions.shop .promBox {
      height: 6.5625rem; }
      .shopping-listing .featured-promotions.shop .promBox.large {
        height: 6.5625rem; } }
  .shopping-listing .promotions-container .col-md-12 .promBox {
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
  .shopping-listing .promotions-container .promBox {
    height: 131.5px;
    height: 8.21875rem; }
    .shopping-listing .promotions-container .promBox.large {
      height: 287px;
      height: 17.9375rem; }
  .shopping-listing .quickLinkBox {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    height: 158px;
    height: 9.875rem; }
    .col-md-8 .shopping-listing .quickLinkBox {
      height: 340px;
      height: 21.25rem;
      margin: 0; }
    .shopping-listing .quickLinkBox a {
      position: relative;
      display: block;
      height: 100%; }
      .shopping-listing .quickLinkBox a .category {
        display: inline-block;
        position: absolute;
        top: 24px;
        top: 1.5rem;
        left: -5px;
        left: -0.3125rem;
        height: 19px;
        height: 1.1875rem;
        background: #2A2D64;
        padding: 0 12px;
        padding: 0 0.75rem;
        color: #fff;
        font-size: 12px;
        font-size: 0.75rem; }
      .shopping-listing .quickLinkBox a .title {
        position: absolute;
        bottom: 15px;
        bottom: 0.9375rem;
        left: 15px;
        left: 0.9375rem;
        right: 15px;
        right: 0.9375rem;
        color: #fff;
        font-size: 17.5px;
        font-size: 1.09375rem;
        margin: 0;
        line-height: 21px;
        line-height: 1.3125rem;
        text-shadow: 2px 2px 2px rgba(50, 50, 50, 0.8); }
        @media only screen and (max-width: 767px) {
          .shopping-listing .quickLinkBox a .title {
            font-size: 0.78125rem;
            line-height: 0.9375rem; } }
  .shopping-listing body.ar .quickLinkBox .category {
    right: -5px;
    right: -0.3125rem;
    left: auto; }
  .shopping-listing .col-md-8 .quickLinkBox .category {
    background: #696E9F; }
  .shopping-listing .col-md-4 .sf_colsIn:first-child .quickLinkBox .category {
    background: #2A2D64; }
  .shopping-listing .col-md-4 .sf_colsIn:last-child .quickLinkBox .category {
    background: #63bab0; }
  @media only screen and (max-width: 767px), only screen and (width: 962px) and (orientation: landscape) {
    .shopping-listing .quickLinkBox .category {
      top: 0.75rem;
      font-size: 0.875rem;
      height: 1.5rem; }
    .shopping-listing .quickLinkBox .title {
      bottom: 0.625rem;
      line-height: 1.125rem;
      left: 0.625rem;
      right: 0.625rem;
      font-size: 1rem; }
    .shopping-listing .col-md-8 .quickLinkBox {
      height: 6.5625rem;
      margin-bottom: 0.875rem; }
    .shopping-listing .col-md-4 .quickLinkBox {
      height: 6.5625rem;
      margin-bottom: 0.375rem; } }
  .shopping-listing .relatedLinkBox {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    height: 163px;
    height: 10.1875rem;
    position: relative;
    z-index: 0; }
    .shopping-listing .relatedLinkBox .title {
      position: absolute;
      bottom: 41px;
      bottom: 2.5625rem;
      left: 18px;
      left: 1.125rem;
      right: 18px;
      right: 1.125rem;
      color: #fff;
      font-size: 17.5px;
      font-size: 1.09375rem;
      margin: 0;
      line-height: 21px;
      line-height: 1.3125rem;
      z-index: 100; }
    .shopping-listing .relatedLinkBox .link {
      position: absolute;
      bottom: 15px;
      bottom: 0.9375rem;
      left: 18px;
      left: 1.125rem;
      color: #fff;
      font-size: 13px;
      font-size: 0.8125rem;
      text-decoration: underline;
      z-index: 100; }
      .shopping-listing .relatedLinkBox .link:after {
        content: "";
        position: absolute;
        width: 9px;
        width: 0.5625rem;
        height: 17px;
        height: 1.0625rem;
        background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-more.png") no-repeat 0 0;
        background-size: cover;
        right: -11px;
        right: -0.6875rem;
        top: 6px;
        top: 0.375rem; }
    .shopping-listing .relatedLinkBox:after {
      display: block;
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      background: linear-gradient(to bottom, rgba(70, 70, 70, 0) 0%, rgba(0, 1, 1, 0.65) 100%); }
  @media only screen and (max-width: 767px), only screen and (width: 962px) and (orientation: landscape) {
    .shopping-listing .relatedLinkBox {
      height: 6.5625rem; }
      .shopping-listing .relatedLinkBox .title {
        bottom: 2.1875rem; }
      .shopping-listing .relatedLinkBox .link {
        font-size: 1.125rem;
        bottom: 0.5625rem; } }
  .shopping-listing body.ar .relatedLinkBox .link {
    right: 18px;
    right: 1.125rem;
    left: auto; }
    .shopping-listing body.ar .relatedLinkBox .link:after {
      left: -11px;
      left: -0.6875rem;
      right: auto;
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }
  .shopping-listing #featuredRestaurants,
  .shopping-listing #brands {
    height: 100%; }
    .shopping-listing #featuredRestaurants .slide,
    .shopping-listing #brands .slide {
      height: 100%;
      display: table; }
      .shopping-listing #featuredRestaurants .slide a, .shopping-listing #featuredRestaurants .slide span,
      .shopping-listing #brands .slide a,
      .shopping-listing #brands .slide span {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .shopping-listing #featuredRestaurants .slide a img, .shopping-listing #featuredRestaurants .slide span img,
        .shopping-listing #brands .slide a img,
        .shopping-listing #brands .slide span img {
          margin: auto;
          max-width: 90%; }
  .shopping-listing .bx-wrapper {
    position: relative;
    margin: 0 auto 0;
    padding: 0; }
  .shopping-listing .bx-wrapper img {
    max-height: 110px;
    max-height: 6.875rem;
    max-width: 100%;
    display: block; }
  .shopping-listing .bx-wrapper .bx-viewport {
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -ms-transform: translatez(0);
        transform: translatez(0); }
  .shopping-listing .bx-wrapper .bx-pager,
  .shopping-listing .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    bottom: -1.875rem;
    width: 100%; }
  .shopping-listing .bx-wrapper .bx-loading {
    min-height: 50px;
    min-height: 3.125rem;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }
  .shopping-listing .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    padding-top: 1.25rem; }
  .shopping-listing .bx-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%; }
    .shopping-listing .bx-controls .bx-pager {
      padding: 0;
      bottom: 20px !important;
      bottom: 1.25rem !important;
      font-size: 0; }
  .shopping-listing .bx-wrapper .bx-pager .bx-pager-item,
  .shopping-listing .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block; }
  .shopping-listing .bx-wrapper .bx-pager .bx-pager-item:only-child {
    display: none; }
  .shopping-listing .bx-wrapper .bx-pager.bx-default-pager a {
    background: #907c7e;
    text-indent: -9999px;
    display: block;
    width: 10px;
    width: 0.625rem;
    height: 10px;
    height: 0.625rem;
    margin: 0 5px;
    margin: 0 0.3125rem;
    outline: 0; }
    .shopping-listing .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #fff; }
  .shopping-listing .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .shopping-listing .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff; }
  .shopping-listing .bx-wrapper .bx-prev {
    left: -30px;
    left: -1.875rem;
    background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/controls.png") no-repeat 0 -29px; }
  .shopping-listing .bx-wrapper .bx-next {
    right: -30px;
    right: -1.875rem;
    background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/controls.png") no-repeat -17px -29px; }
  .shopping-listing .bx-wrapper .bx-prev:hover {
    background-position: 0 0; }
  .shopping-listing .bx-wrapper .bx-next:hover {
    background-position: -17px 0;
    background-position: -1.0625rem 0; }
  .shopping-listing .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -14.5px;
    margin-top: -0.90625rem;
    outline: 0;
    width: 17px;
    width: 1.0625rem;
    height: 29px;
    height: 1.8125rem;
    text-indent: -9999px;
    background-size: 2.125rem 3.625rem;
    z-index: 9999; }
  .shopping-listing .bx-wrapper .bx-controls-direction a.disabled {
    display: none; }
  .shopping-listing .bx-wrapper .bx-controls-auto {
    text-align: center; }
  .shopping-listing .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    width: 0.625rem;
    height: 11px;
    height: 0.6875rem;
    outline: 0;
    background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/controls.png") -86px -11px no-repeat;
    background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/controls.png") -5.375rem -0.6875rem no-repeat;
    margin: 0 3px;
    margin: 0 0.1875rem; }
  .shopping-listing .bx-wrapper .bx-controls-auto .bx-start:hover,
  .shopping-listing .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
    background-position: -5.375rem 0; }
  .shopping-listing .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    width: 0.5625rem;
    height: 11px;
    height: 0.6875rem;
    outline: 0;
    background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/controls.png") -86px -44px no-repeat;
    background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/controls.png") -5.375rem -2.75rem no-repeat;
    margin: 0 3px;
    margin: 0 0.1875rem; }
  .shopping-listing .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .shopping-listing .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
    background-position: -5.375rem -2.0625rem; }
  .shopping-listing .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%; }
  .shopping-listing .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
    width: 2.1875rem; }
  .shopping-listing .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80, 80, 80, 0.75);
    width: 100%; }
  .shopping-listing .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
    padding: 0.625rem; }
  .shopping-listing #map {
    height: 210px;
    height: 13.125rem;
    background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/bg-map.jpg") no-repeat 50%;
    background-size: cover; }
    .shopping-listing #map h3, .shopping-listing #map .h3 {
      font-size: 22.5px;
      font-size: 1.40625rem;
      color: #fff;
      padding: 0;
      margin: 50px 0 5px;
      margin: 3.125rem 0 0.3125rem; }
    .shopping-listing #map p {
      font-size: 17.5px;
      font-size: 1.09375rem;
      color: #fff;
      max-width: 50%;
      margin: 0 auto 15px;
      margin: 0 auto 0.9375rem;
      line-height: 22px;
      line-height: 1.375rem; }
      @media only screen and (max-width: 768px) {
        .shopping-listing #map p {
          max-width: 100%; } }
    .shopping-listing #map .btn, .shopping-listing #map .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard .shopping-listing #map a {
      padding: 7px 20px;
      padding: 0.4375rem 1.25rem;
      box-shadow: 0 0.3125rem 0.3125rem 0 rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 767px), only screen and (width: 962px) and (orientation: landscape) {
    .shopping-listing #map {
      height: 10.625rem;
      margin-top: 1.25rem; }
      .shopping-listing #map h3, .shopping-listing #map .h3 {
        font-size: 1.25rem;
        margin: 1.75rem 0 0.25rem; }
      .shopping-listing #map p {
        font-size: 1rem;
        line-height: 1.1875rem;
        margin: 0 0 0.625rem; }
      .shopping-listing #map .btn, .shopping-listing #map .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard .shopping-listing #map a {
        padding: 0.3125rem 1.25rem 0.375rem;
        font-size: 1rem; } }
  .shopping-listing .promGroup {
    margin-bottom: 82px;
    margin-bottom: 5.125rem; }
    .shopping-listing .promGroup .box-header {
      padding-top: 0;
      padding-bottom: 15px;
      padding-bottom: 0.9375rem; }
    .shopping-listing .promGroup .promList .promListItem {
      height: 150px;
      height: 9.375rem;
      margin: 0 0 25px;
      margin: 0 0 1.5625rem;
      position: relative;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      text-align: center;
      z-index: 0; }
      .shopping-listing .promGroup .promList .promListItem a .logo {
        background: #fff;
        width: 90px;
        width: 5.625rem;
        height: 90px;
        height: 5.625rem;
        position: absolute;
        top: 30px;
        top: 1.875rem;
        left: 0;
        z-index: 100; }
      .shopping-listing .promGroup .promList .promListItem a .textWrapper {
        display: table;
        height: 150px;
        height: 9.375rem;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 100;
        padding: 0 20px 0 100px;
        padding: 0 1.25rem 0 6.25rem; }
        @media only screen and (max-width: 768px) {
          .shopping-listing .promGroup .promList .promListItem a .textWrapper {
            padding: 0 1.25rem 0 4.375rem; } }
        .shopping-listing .promGroup .promList .promListItem a .textWrapper > div {
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          margin: 0;
          border: none;
          font-size: 20px;
          font-size: 1.25rem;
          color: #fff; }
          @media only screen and (max-width: 768px) {
            .shopping-listing .promGroup .promList .promListItem a .textWrapper > div {
              font-size: 1rem; } }
          .shopping-listing .promGroup .promList .promListItem a .textWrapper > div strong {
            font-size: 30px;
            font-size: 1.875rem; }
      .shopping-listing .promGroup .promList .promListItem:after {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(70, 70, 70, 0) 0%, rgba(0, 1, 1, 0.65) 100%); }
  .shopping-listing #promotionBox {
    background: #f5f4f4;
    padding: 49px 0;
    padding: 3.0625rem 0;
    border-top: 1px solid #edecec;
    box-shadow: 0 0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.09); }
    .shopping-listing #promotionBox .box-header {
      padding-top: 0; }
  @media only screen and (max-width: 767px), only screen and (width: 962px) and (orientation: landscape) {
    .shopping-listing .promGroup .box-header h2, .shopping-listing .promGroup .box-header .h2 {
      font-size: 1.625rem; }
    .shopping-listing .promGroup .promList .promListItem {
      height: 9.125rem;
      margin-bottom: 0.75rem; }
      .shopping-listing .promGroup .promList .promListItem a .logo {
        width: 3.75rem;
        height: 3.75rem;
        top: 2.6875rem; }
      .shopping-listing .promGroup .promList .promListItem a .textWrapper {
        height: 9.125rem;
        padding: 0 4.375rem; } }
  .shopping-listing body.ar .promGroup .promList .promListItem a .logo {
    right: 0;
    left: auto; }
  .shopping-listing body.ar .promGroup .promList .promListItem a .textWrapper {
    padding: 0 100px 0 20px;
    padding: 0 6.25rem 0 1.25rem; }
    @media only screen and (max-width: 768px) {
      .shopping-listing body.ar .promGroup .promList .promListItem a .textWrapper {
        padding: 0 4.375rem 0 1.25rem; } }
  .shopping-listing #details {
    font-size: 18px;
    font-size: 1.125rem; }
    .shopping-listing #details div {
      color: #454545; }
    .shopping-listing #details .detailHeader .col-md-6 {
      padding: 0; }
    .shopping-listing #details .detailHeader .brand .logo {
      display: inline-block;
      margin-right: 12px;
      margin-right: 0.75rem;
      float: left ; }
      .shopping-listing #details .detailHeader .brand .logo img {
        max-height: 50px;
        max-height: 3.125rem;
        width: auto; }
    .shopping-listing #details .detailHeader .brand h3, .shopping-listing #details .detailHeader .brand .h3 {
      display: inline-block;
      font-size: 36px;
      font-size: 2.25rem;
      color: #696E9F;
      margin: 0;
      padding: 0;
      vertical-align: middle;
      line-height: 50px;
      line-height: 3.125rem; }
    .shopping-listing #details .detailHeader .social {
      float: right;
      margin: 10px 0 0;
      margin: 0.625rem 0 0; }
      .shopping-listing #details .detailHeader .social .share-title {
        display: inline-block; }
      .shopping-listing #details .detailHeader .social ul {
        list-style: none;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        display: inline-block; }
        .shopping-listing #details .detailHeader .social ul li {
          display: inline-block;
          margin-left: 16px;
          margin-left: 1rem; }
          .shopping-listing #details .detailHeader .social ul li i {
            display: inline-block;
            height: 18px;
            height: 1.125rem;
            font-size: 0;
            overflow: hidden;
            background-size: contain !important; }
            .shopping-listing #details .detailHeader .social ul li i.twitter {
              width: 19px;
              width: 1.1875rem;
              background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-twitter.png") no-repeat 0 0; }
            .shopping-listing #details .detailHeader .social ul li i.facebook {
              width: 10px;
              width: 0.625rem;
              background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-facebook.png") no-repeat 0 0; }
            .shopping-listing #details .detailHeader .social ul li i.instagram {
              width: 17px;
              width: 1.0625rem;
              background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-instagram.png") no-repeat 0 0; }
    .shopping-listing #details .image {
      height: 250px;
      height: 15.625rem;
      margin: 0 0 37px;
      margin: 0 0 2.3125rem;
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat; }
    .shopping-listing #details .description {
      margin-bottom: 16px;
      margin-bottom: 1rem; }
      .shopping-listing #details .description p {
        font-size: 18px;
        font-size: 1.125rem;
        color: #454545;
        line-height: 1.5em;
        text-align: justify; }
    .shopping-listing #details .all-brands {
      margin: 0 0 40px;
      margin: 0 0 2.5rem; }
    .shopping-listing #details .sctructuredLocations {
      overflow: hidden;
      margin-bottom: 18px;
      margin-bottom: 1.125rem; }
      .shopping-listing #details .sctructuredLocations .group {
        margin-right: 80px;
        margin-right: 5rem;
        float: left; }
        .shopping-listing #details .sctructuredLocations .group h4, .shopping-listing #details .sctructuredLocations .group .h4 {
          display: inline-block;
          font-size: 17px;
          font-size: 1.0625rem;
          border-bottom: 1px solid #4e4e4e !important;
          padding: 0;
          margin: 0 0 9px;
          margin: 0 0 0.5625rem;
          color: #4e4e4e; }
        .shopping-listing #details .sctructuredLocations .group ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .shopping-listing #details .sctructuredLocations .group ul li {
            line-height: 22px;
            line-height: 1.375rem;
            padding-left: 13px;
            padding-left: 0.8125rem;
            position: relative; }
            .shopping-listing #details .sctructuredLocations .group ul li:before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              width: 14px;
              width: 0.875rem;
              height: 16px;
              height: 1rem;
              background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-map.png") no-repeat -2px 2px;
              background-size: auto 2.9375rem; }
            .shopping-listing #details .sctructuredLocations .group ul li a {
              font-size: 13px;
              font-size: 0.8125rem;
              color: #2A2D64;
              text-decoration: underline; }
    .shopping-listing #details .box-header {
      padding-bottom: 12px;
      padding-bottom: 0.75rem; }
    .shopping-listing #details .promotionSlider {
      list-style: none;
      padding: 0; }
      .shopping-listing #details .promotionSlider li {
        height: 150px;
        height: 9.375rem;
        position: relative;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover; }
        .shopping-listing #details .promotionSlider li:before {
          display: block;
          position: absolute;
          content: "";
          top: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(to bottom, rgba(70, 70, 70, 0) 0%, rgba(0, 1, 1, 0.65) 100%);
          z-index: -1; }
        .shopping-listing #details .promotionSlider li .textWrapper {
          display: table;
          height: 150px;
          height: 9.375rem;
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          padding: 0 15px;
          padding: 0 0.9375rem; }
          .shopping-listing #details .promotionSlider li .textWrapper h3, .shopping-listing #details .promotionSlider li .textWrapper .h3 {
            color: #ffffff;
            display: table-cell;
            font-size: 20px;
            font-size: 1.25rem;
            margin: 0;
            padding: 0;
            text-align: center;
            vertical-align: middle; }
    .shopping-listing #details .bx-controls {
      top: 110%; }
  @media only screen and (max-width: 767px), only screen and (width: 962px) and (orientation: landscape) {
    .shopping-listing #details .detailHeader .col-md-6 {
      padding: 0; }
    .shopping-listing #details .image {
      height: 10.25rem; }
    .shopping-listing #details .description p {
      font-size: 1.125rem;
      line-height: 1.375rem; }
    .shopping-listing #details .all-brands {
      margin: 0 0 2.5rem; }
    .shopping-listing #details .sctructuredLocations {
      margin-bottom: 0; }
      .shopping-listing #details .sctructuredLocations .group {
        float: none;
        margin: 0 0 1.25rem; }
        .shopping-listing #details .sctructuredLocations .group h4, .shopping-listing #details .sctructuredLocations .group .h4 {
          display: block;
          font-size: 1.625rem;
          padding-bottom: 0.1875rem;
          margin-bottom: 0.75rem; }
        .shopping-listing #details .sctructuredLocations .group ul li {
          padding: 0.3125rem 0.3125rem 0.5rem 1.375rem; }
          .shopping-listing #details .sctructuredLocations .group ul li:before {
            background-size: auto 5.1875rem;
            width: 1.5625rem;
            height: 1.6875rem; }
          .shopping-listing #details .sctructuredLocations .group ul li a {
            font-size: 1.125rem; }
      .shopping-listing #details .sctructuredLocations .group + .group {
        margin-bottom: 0; } }
  .shopping-listing body.ar #details .detailHeader .social {
    float: left; }
    .shopping-listing body.ar #details .detailHeader .social ul li {
      margin-left: 0;
      margin-right: 16px;
      margin-right: 1rem; }
  .shopping-listing body.ar #details .detailHeader .brand .logo {
    margin-left: 12px;
    margin-left: 0.75rem;
    margin-right: 0; }
  .shopping-listing body.ar #details .sctructuredLocations .group {
    margin-left: 80px;
    margin-left: 5rem;
    margin-right: auto;
    float: right; }
    .shopping-listing body.ar #details .sctructuredLocations .group ul li {
      padding-right: 13px;
      padding-right: 0.8125rem;
      padding-left: 0; }
      @media only screen and (max-width: 767px), only screen and (orientation: landscape) and (width: 962px) {
        .shopping-listing body.ar #details .sctructuredLocations .group ul li {
          padding: 0.3125rem 1.5625rem 0.5rem 0.3125rem; } }
      .shopping-listing body.ar #details .sctructuredLocations .group ul li:before {
        right: 0;
        left: auto;
        background-position: 2px 2px; }
  .shopping-listing .tabs {
    background: #fff;
    height: 42px;
    height: 2.625rem;
    border-bottom: 1px solid #d7d7d7; }
    .shopping-listing .tabs ul li {
      width: 16.6%;
      float: left;
      border-right: 1px solid #e7e7e7;
      box-sizing: border-box; }
      .shopping-listing .tabs ul li a {
        color: #2A2D64;
        display: block;
        font-size: 15px;
        font-size: 0.9375rem;
        text-align: center;
        line-height: 42px;
        line-height: 2.625rem;
        transition: all 0.5s ease 0s; }
        .shopping-listing .tabs ul li a.icon-bed:before {
          margin: 0 9px 0 0;
          margin: 0 0.5625rem 0 0; }
        .shopping-listing .tabs ul li a:before {
          display: inline-block;
          margin: 0 6px 0 0;
          margin: 0 0.375rem 0 0;
          font-size: 18px;
          font-size: 1.125rem;
          vertical-align: bottom; }
      .shopping-listing .tabs ul li.active a, .shopping-listing .tabs ul li:hover a {
        background: #2A2D64;
        color: #fff; }
        .shopping-listing .tabs ul li.active a:before, .shopping-listing .tabs ul li:hover a:before {
          background-position: 0 bottom; }
      .shopping-listing .tabs ul li.active a.map:before {
        background-position: 0 -20px;
        background-position: 0 -1.25rem; }
  @media only screen and (max-width: 767px), only screen and (width: 962px) and (orientation: landscape) {
    .shopping-listing .tabs {
      background: #f2f2f2;
      height: 2.5rem; }
      .shopping-listing .tabs ul li {
        display: none;
        border: none;
        line-height: 2.5rem;
        border-left: none !important; }
        .shopping-listing .tabs ul li.active {
          display: block;
          width: 100%; }
          .shopping-listing .tabs ul li.active a {
            background: transparent;
            box-shadow: none;
            color: #2A2D64;
            border: none; }
            .shopping-listing .tabs ul li.active a:before {
              background-position: 0 top; }
        .shopping-listing .tabs ul li.active a.map:before {
          background-position: 0 0px; }
        .shopping-listing .tabs ul li a {
          text-align: left; }
    .shopping-listing .tabs.mobile-v {
      height: auto; }
      .shopping-listing .tabs.mobile-v .container {
        padding: 0; }
        .shopping-listing .tabs.mobile-v .container .menu-header {
          box-shadow: inset 0 0 0.4375rem 0 rgba(0, 0, 0, 0.08); }
          .shopping-listing .tabs.mobile-v .container .menu-header .back {
            display: inline-block;
            width: 3rem;
            height: 2.875rem;
            float: left;
            text-align: center;
            border-right: 1px solid #cdcdcd;
            background: transparent url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-back.png") no-repeat 50% 50%; }
          .shopping-listing .tabs.mobile-v .container .menu-header .title {
            display: inline-block;
            font-size: 1.125rem;
            line-height: 2.875rem;
            color: #2A2D64;
            padding: 0 0 0 1.375rem;
            position: relative; }
            .shopping-listing .tabs.mobile-v .container .menu-header .title:before {
              display: inline-block;
              width: 1.25rem;
              height: 1.25rem;
              background-repeat: no-repeat;
              background-size: auto 2.5rem;
              vertical-align: text-top;
              margin: 0 0.875rem 0 0;
              background-position: 0 top; }
          .shopping-listing .tabs.mobile-v .container .menu-header .btnCollapse {
            display: inline-block;
            width: 2.5625rem;
            height: 2.875rem;
            float: right;
            cursor: pointer;
            background: url("/Sitefinity/WebsiteTemplates/da/App_Themes/da/Images/outlet/icn-collapse.png") no-repeat 0 0; }
        .shopping-listing .tabs.mobile-v .container ul {
          display: none; }
          .shopping-listing .tabs.mobile-v .container ul li {
            display: block;
            float: none;
            width: 100%;
            border-bottom: 1px solid #e5e5e5; }
            .shopping-listing .tabs.mobile-v .container ul li a {
              padding: 0 0 0 4.375rem;
              font-size: 1.125rem;
              line-height: 2.875rem;
              color: #2A2D64; }
              .shopping-listing .tabs.mobile-v .container ul li a:before {
                margin-right: 0.875rem;
                vertical-align: baseline; }
    .shopping-listing .tabs.mobile + .tabs {
      display: none; } }
  .shopping-listing body.ar .tabs ul li a.icon-bed:before {
    margin: 0 0 0 11px;
    margin: 0 0 0 0.6875rem; }
  .shopping-listing body.ar .tabs ul li a:before {
    margin: 0 0 0 6px;
    margin: 0 0 0 0.375rem; }
  .shopping-listing body.ar .tabs.mobile-v .container .menu-header .back {
    float: right;
    -ms-transform: scaleX(-1);
        transform: scaleX(-1); }
  .shopping-listing body.ar .tabs.mobile-v .container .menu-header .btnCollapse {
    float: left; }
  .shopping-listing body.ar .tabs.mobile-v .container .menu-header .title {
    padding: 0 22px 0 0;
    padding: 0 1.375rem 0 0; }
  .shopping-listing body.ar .tabs.mobile-v .container ul li a {
    padding: 0 70px 0 0;
    padding: 0 4.375rem 0 0;
    text-align: right; }
  .shopping-listing .services #topImage div, .shopping-listing .relax #topImage div {
    height: 100%;
    width: 100%;
    text-align: center; }
  .shopping-listing .services #topImage .sfContentBlock, .shopping-listing .relax #topImage .sfContentBlock {
    display: table; }
    .shopping-listing .services #topImage .sfContentBlock h2, .shopping-listing .services #topImage .sfContentBlock .h2, .shopping-listing .relax #topImage .sfContentBlock h2, .shopping-listing .relax #topImage .sfContentBlock .h2 {
      display: table-cell;
      vertical-align: middle; }
  .shopping-listing .relax-header .box-header {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
    .shopping-listing .relax-header .box-header h2, .shopping-listing .relax-header .box-header .h2 {
      display: block;
      height: auto !important;
      margin-bottom: 15px;
      margin-bottom: 0.9375rem; }
    .shopping-listing .relax-header .box-header div {
      font-size: 20px;
      font-size: 1.25rem;
      color: #6a6a6a;
      line-height: 22px;
      line-height: 1.375rem; }
  .shopping-listing .wrapper #mainContent .content .tabs {
    padding-left: 10%;
    padding-right: 10%;
    display: block; }
    .shopping-listing .wrapper #mainContent .content .tabs li {
      border-right: none; }
      .shopping-listing .wrapper #mainContent .content .tabs li a {
        color: #2A2D64;
        font-weight: bold;
        font-size: 13px;
        font-size: 0.8125rem; }
    .shopping-listing .wrapper #mainContent .content .tabs li:before {
      content: none; }
    .shopping-listing .wrapper #mainContent .content .tabs li.active a, .shopping-listing .wrapper #mainContent .content .tabs li:hover a {
      background: #2A2D64;
      color: white; }
  .shopping-listing .service-list {
    color: #000; }
    .shopping-listing .service-list .icon-BOY,
    .shopping-listing .service-list .icon-GIR {
      font-size: 12px;
      font-size: 0.75rem;
      color: #000;
      display: inline-block; }
    .shopping-listing .service-list .icon-PHONE {
      font-size: 12px;
      font-size: 0.75rem;
      color: #2A2D64;
      display: inline-block; }
    .shopping-listing .service-list .list {
      list-style-type: none;
      margin: 0 0 6px 0;
      margin: 0 0 0.375rem 0;
      padding: 0; }
    .shopping-listing .service-list .right-block {
      padding: 0 40px;
      padding: 0 2.5rem;
      padding-left: 20%;
      padding-right: 20%;
      padding-top: 15%;
      font-size: 18px;
      font-size: 1.125rem;
      color: blue; }
    .shopping-listing .service-list .questions {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
      .shopping-listing .service-list .questions p {
        display: inline; }
    .shopping-listing .service-list .sub-title {
      color: #2A2D64;
      display: block;
      margin-bottom: 2px; }
    .shopping-listing .service-list .left-block {
      padding: 0 40px;
      padding: 0 2.5rem;
      text-align: left;
      padding-left: 20%;
      padding-right: 20%;
      padding-top: 15%;
      font-size: 18px;
      font-size: 1.125rem;
      color: #2A2D64; }
    .shopping-listing .service-list .blue {
      color: #2A2D64; }
    .shopping-listing .service-list .row {
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-bottom: 77px;
      margin-bottom: 4.8125rem; }
      .shopping-listing .service-list .row .col-md-6 {
        padding-left: 0 !important;
        padding-right: 0 !important; }
    .shopping-listing .service-list .imageBox {
      display: block;
      height: 80%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      top: 40px;
      top: 2.5rem;
      width: 85%; }
    .shopping-listing .service-list h2, .shopping-listing .service-list .h2 {
      font-weight: normal !important;
      color: #2A2D64 !important;
      margin: 0 !important;
      height: auto !important;
      margin-bottom: 15px !important;
      margin-bottom: 0.9375rem !important;
      font-size: 20px !important;
      font-size: 1.25rem !important;
      line-height: 18px !important;
      line-height: 1.125rem !important; }
    .shopping-listing .service-list p {
      margin-bottom: 2px !important;
      color: #2A2D64; }
      .shopping-listing .service-list p.black {
        color: #000; }
        .shopping-listing .service-list p.black a {
          text-decoration: underline;
          color: #2A2D64;
          margin-left: 5px;
          margin-left: 0.3125rem; }
          .shopping-listing .service-list p.black a .icon-arrow {
            font-size: 8px;
            font-size: 0.5rem; }
            .shopping-listing .service-list p.black a .icon-arrow:before {
              width: auto !important; }
    .shopping-listing .service-list button {
      margin-top: 28px;
      margin-top: 1.75rem;
      padding: 8px 25px !important;
      padding: 0.5rem 1.5625rem !important;
      height: 55px;
      height: 3.4375rem; }
    .shopping-listing .service-list table {
      margin: 17px 0 15px;
      margin: 1.0625rem 0 0.9375rem;
      border: 0 !important; }
      .shopping-listing .service-list table tr:first-child td {
        border-top-color: #2f549e !important;
        border-top-width: 2px; }
      .shopping-listing .service-list table tr td,
      .shopping-listing .service-list table tr th {
        text-align: center;
        border-color: #d5d5d5 !important;
        border-left-color: #2f549e !important;
        line-height: 20px;
        line-height: 1.25rem; }
        .shopping-listing .service-list table tr td:first-child,
        .shopping-listing .service-list table tr th:first-child {
          border-left: 0 !important; }
      .shopping-listing .service-list table tr th {
        color: #2A2D64;
        border-top: 0 !important;
        line-height: 18px;
        line-height: 1.125rem; }
    .shopping-listing .service-list .imageBoxContainer-slanted-left {
      color: #fff;
      position: relative;
      height: 400px;
      height: 25rem;
      display: block; }
    .shopping-listing .service-list .imageBoxContainer-slanted-left div {
      left: -20px;
      left: -1.25rem; }
    .shopping-listing .service-list .imageBoxContainer-slanted-left:after {
      background: inherit;
      bottom: 0;
      content: '';
      display: block;
      height: 10%;
      left: 0;
      position: absolute;
      right: 0;
      -ms-transform: skewY(179deg);
          transform: skewY(179deg);
      -ms-transform-origin: 100%;
          transform-origin: 100%; }
    .shopping-listing .service-list .imageBoxContainer-slanted-left:before {
      background: inherit;
      top: 0;
      content: '';
      display: block;
      height: 10%;
      left: 0;
      position: absolute;
      right: 0;
      -ms-transform: skewY(2deg);
          transform: skewY(2deg);
      -ms-transform-origin: 100%;
          transform-origin: 100%; }
    .shopping-listing .service-list .imageBoxContainer-slanted-right {
      color: #fff;
      position: relative;
      height: 400px;
      height: 25rem;
      display: block; }
    .shopping-listing .service-list .imageBoxContainer-slanted-right div {
      float: right;
      right: -20px;
      right: -1.25rem; }
    .shopping-listing .service-list .imageBoxContainer-slanted-right:after {
      background: inherit;
      bottom: 0;
      content: '';
      display: block;
      height: 10%;
      left: 0;
      position: absolute;
      right: 0;
      -ms-transform: skewY(2deg);
          transform: skewY(2deg);
      -ms-transform-origin: 0%;
          transform-origin: 0%; }
    .shopping-listing .service-list .imageBoxContainer-slanted-right:before {
      background: inherit;
      top: 0;
      content: '';
      display: block;
      height: 10%;
      left: 0;
      position: absolute;
      right: 0;
      -ms-transform: skewY(177.5deg);
          transform: skewY(177.5deg);
      -ms-transform-origin: 0%;
          transform-origin: 0%; }
    .shopping-listing .service-list .first:before {
      content: none; }
  @media only screen and (max-width: 768px) {
    .shopping-listing #mainContent {
      padding-top: 0; }
    .shopping-listing .services #topImage {
      height: 18.75rem; }
    .shopping-listing .service-list {
      font-size: 0.875rem; }
      .shopping-listing .service-list .row {
        margin-bottom: 3.125rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
        .shopping-listing .service-list .row .sf_colsOut:nth-of-type(even) {
          -ms-flex-order: 1;
              order: 1;
          margin-bottom: 3.125rem; }
        .shopping-listing .service-list .row .sf_colsOut:nth-of-type(odd) {
          -ms-flex-order: 2;
              order: 2;
          padding-left: 3.125rem !important;
          padding-right: 3.125rem !important; }
      .shopping-listing .service-list h2, .shopping-listing .service-list .h2 {
        font-size: 1rem !important; }
      .shopping-listing .service-list .imageBox {
        right: 0 !important;
        left: 0 !important;
        float: none !important;
        width: 80%;
        height: 100%;
        margin-left: 10%;
        margin-right: 10%;
        top: 2.5rem; }
      .shopping-listing .service-list .right-block,
      .shopping-listing .service-list .left-block {
        text-align: left !important;
        padding: 0 !important; }
        .shopping-listing .service-list .right-block button,
        .shopping-listing .service-list .left-block button {
          width: 50%; }
      .shopping-listing .service-list .imageBoxContainer-slanted-right {
        height: 12.5rem;
        -webkit-transform: skewY(3deg);
        -moz-transform: skewY(3deg);
        -o-transform: skewY(3deg); }
        .shopping-listing .service-list .imageBoxContainer-slanted-right div {
          -webkit-transform: skewY(-3deg);
          -moz-transform: skewY(-3deg);
          -o-transform: skewY(-3deg); }
      .shopping-listing .service-list .imageBoxContainer-slanted-left {
        height: 12.5rem;
        -webkit-transform: skewY(-3deg);
        -moz-transform: skewY(-3deg);
        -o-transform: skewY(-3deg); }
        .shopping-listing .service-list .imageBoxContainer-slanted-left div {
          -webkit-transform: skewY(3deg);
          -moz-transform: skewY(3deg);
          -o-transform: skewY(3deg); }
      .shopping-listing .service-list .imageBoxContainer-slanted-right:before {
        content: none !important; }
      .shopping-listing .service-list .imageBoxContainer-slanted-right:after {
        content: none !important; }
      .shopping-listing .service-list .imageBoxContainer-slanted-left:before {
        content: none !important; }
      .shopping-listing .service-list .imageBoxContainer-slanted-left:after {
        content: none !important; } }
  .shopping-listing #search-form.hasSidebar {
    width: 618px;
    width: 38.625rem;
    float: left; }
  .shopping-listing .service-info {
    float: right;
    width: 298px;
    width: 18.625rem; }
    .shopping-listing .service-info .divRentalCars {
      margin-top: 31px;
      margin-top: 1.9375rem; }
    .shopping-listing .service-info .divCurrency {
      margin-top: 52px;
      margin-top: 3.25rem; }
      .shopping-listing .service-info .divCurrency iframe {
        margin: 0 auto;
        display: block;
        overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .shopping-listing #search-form.hasSidebar {
      width: auto;
      float: none; }
    .shopping-listing .service-info {
      float: none;
      width: auto; }
      .shopping-listing .service-info .divRentalCars {
        margin-top: 0; }
      .shopping-listing .service-info .divCurrency {
        margin-top: 0; } }
  .shopping-listing body.ar .service-list .col-md-push-6 {
    right: 50%;
    left: auto; }
  .shopping-listing body.ar .service-list .col-md-pull-6 {
    left: 50%;
    right: auto; }
  .shopping-listing body.ar .service-list .left-block {
    text-align: left; }
  .shopping-listing body.ar .service-info {
    float: left; }
  .shopping-listing body.ar #search-form.hasSidebar {
    float: right; }
  @media only screen and (max-width: 768px) {
    .shopping-listing body.ar #search-form.hasSidebar {
      float: none; } }
  @media only screen and (max-width: 768px) {
    .shopping-listing body.ar .service-list .col-md-push-6 {
      right: auto;
      left: auto; }
    .shopping-listing body.ar .service-list .col-md-pull-6 {
      left: auto;
      right: auto; }
    .shopping-listing body.ar .service-list .right-block,
    .shopping-listing body.ar .service-list .left-block {
      text-align: right !important; } }
  .shopping-listing a.btn, .shopping-listing .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard .shopping-listing a {
    cursor: pointer; }
  .shopping-listing .grey-section {
    background-color: #F4F1ED; }
  .shopping-listing .outlet-container {
    padding-top: 20px;
    padding-top: 1.25rem; }
    @media only screen and (max-width: 767px) {
      .shopping-listing .outlet-container {
        padding-top: 0; } }
  .shopping-listing h1, .shopping-listing .h1 {
    font-size: 48px;
    font-size: 3rem;
    font-weight: bold; }
  .shopping-listing .pointr-map-filter {
    height: auto;
    max-height: none;
    padding-bottom: 20px;
    padding-bottom: 1.25rem; }
    @media only screen and (max-width: 767px) {
      .shopping-listing .pointr-map-filter h1, .shopping-listing .pointr-map-filter .h1 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-left: 1.25rem; } }
  .shopping-listing-view-selector {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-top: 40px;
    margin-top: 2.5rem; }
    .shopping-listing-view-selector a, .shopping-listing-view-selector span {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-right: 20px;
      margin-right: 1.25rem;
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold; }
      .shopping-listing-view-selector a:hover, .shopping-listing-view-selector span:hover {
        text-decoration: none; }
    .shopping-listing-view-selector svg {
      margin-right: 10px;
      margin-right: 0.625rem; }
    .shopping-listing-view-selector .thumb svg {
      height: 22px;
      height: 1.375rem;
      width: 22px;
      width: 1.375rem; }
    .shopping-listing-view-selector .map svg {
      height: 22px;
      height: 1.375rem;
      width: 16px;
      width: 1rem; }

@keyframes fadeIn {
  from {
    opacity: 0; } }
  .shopping-listing #search-form .col-md-4:nth-last-child(-n+9) {
    animation: fadeIn .5s ease-in-out;
    opacity: 1; }
  .shopping-listing .location-container {
    position: relative; }
    .shopping-listing .location-container select {
      padding-right: calc(1.375rem + 1.5vw); }
      @media (min-width: 1200px) {
        .shopping-listing .location-container select {
          padding-right: 2.5rem; } }
    .shopping-listing .location-container .category-tab-caret {
      position: absolute;
      top: 50%;
      height: 16px;
      height: 1rem;
      width: 16px;
      width: 1rem;
      fill: #2A2D64;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      padding-top: 0;
      right: 5px;
      right: 0.3125rem;
      left: unset; }
      @media only screen and (max-width: 767px) {
        .shopping-listing .location-container .category-tab-caret {
          right: 0.9375rem;
          top: calc( 50% - 10px); } }
  .shopping-listing-notfound {
    padding: 50px;
    padding: 3.125rem;
    text-align: center; }
  .shopping-listing select.no-groupping + .btn-group .multiselect-container li {
    margin-left: 0;
    padding-left: 11px;
    padding-left: 0.6875rem; }

@media only screen and (max-width: 767px) {
  .tabs-outlet-nav {
    height: auto; } }

.promotion-shop .shop-and-dine-section {
  padding-bottom: 50px;
  padding-bottom: 3.125rem; }
  @media (min-width: 320px) and (max-width: 767px) {
    .promotion-shop .shop-and-dine-section {
      padding-top: 1.4375rem; } }
  @media (min-width: 320px) and (max-width: 768px) {
    .promotion-shop .shop-and-dine-section h3, .promotion-shop .shop-and-dine-section .h3 {
      margin: 0.625rem 0; } }
  .promotion-shop .shop-and-dine-section p {
    color: #2a2d64 !important; }

@media (min-width: 320px) and (max-width: 767px) {
  .promotion-shop .pod-banner-content {
    display: none; } }

@media (min-width: 1025px) and (max-width: 1279px) {
  .promotion-shop .shop-card-list ul li {
    width: 17.5rem; } }

@media (min-width: 1280px) and (max-width: 2520px) {
  .promotion-shop .shop-card-list .pagination {
    margin: 0 0px 5rem 0; } }

@media (min-width: 320px) and (max-width: 767px) {
  .promotion-shop .shop-and-dine-more-slider-nav {
    display: none; } }

.inner-banner {
  background: #2a2d64;
  position: relative;
  z-index: 1;
  height: 332px;
  height: 20.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-top: 0; }
  .inner-banner .inner-banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover; }
  .inner-banner h2, .inner-banner .h2 {
    width: 85%;
    color: #ffffff;
    font-size: 38px;
    font-size: 2.375rem; }
  .inner-banner p {
    color: #ffffff;
    width: 80%; }
  .inner-banner .container {
    position: relative;
    z-index: 2; }

.shopping-promotions h3, .shopping-promotions .h3 {
  font-size: 23px;
  font-size: 1.4375rem; }

.shopping-promotions .promotion-card-horizontal {
  height: 200px;
  height: 12.5rem;
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .shopping-promotions .promotion-card-horizontal.last {
    margin-bottom: 0; }

.shopping-promotions .promotion-card-row {
  display: -ms-flexbox;
  display: flex; }

.shopping-promotions .promotion-card-vertical {
  width: 100%;
  height: 100%;
  display: block; }

.shopping-promotions .promotion-card {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  .shopping-promotions .promotion-card .title {
    color: white;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    bottom: 1.25rem;
    left: 20px;
    left: 1.25rem; }

@media (min-width: 768px) and (max-width: 991px) {
  .promotion-conttainer-slider {
    margin-bottom: 1.25rem; } }

.promotion-conttainer-slider .slick-slide a img {
  object-fit: cover;
  max-height: 220px;
  max-height: 13.75rem; }
  @media (min-width: 320px) and (max-width: 640px) {
    .promotion-conttainer-slider .slick-slide a img {
      width: 100%;
      min-height: 100%;
      object-fit: cover;
      max-height: 6.25rem; } }

@media (min-width: 320px) and (max-width: 767px) {
  .promotion-conttainer-slider {
    margin-bottom: 0; } }

.promotion-conttainer-slider .slide-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: 0.8fr 1fr;
      grid-template-columns: 0.8fr 1fr;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
  -ms-flex-align: center;
      align-items: center;
  -ms-grid-column-align: stretch;
      justify-items: stretch;
  grid-auto-flow: unset; }
  @media (min-width: 320px) and (max-width: 767px) {
    .promotion-conttainer-slider .slide-item {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }
  .promotion-conttainer-slider .slide-item .content-slide {
    padding: 39px 60px;
    padding: 2.4375rem 3.75rem;
    height: 100%;
    background: #74a846; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .promotion-conttainer-slider .slide-item .content-slide {
        padding: 1.8125rem 2.4375rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .promotion-conttainer-slider .slide-item .content-slide {
        padding: 1.8125rem 2.4375rem; } }
    .promotion-conttainer-slider .slide-item .content-slide h2, .promotion-conttainer-slider .slide-item .content-slide .h2 {
      color: #fff;
      font-size: 46px;
      font-size: 2.875rem;
      margin-top: 10px;
      margin-top: 0.625rem; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .promotion-conttainer-slider .slide-item .content-slide h2, .promotion-conttainer-slider .slide-item .content-slide .h2 {
          font-size: 2.25rem;
          margin-top: 0px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .promotion-conttainer-slider .slide-item .content-slide h2, .promotion-conttainer-slider .slide-item .content-slide .h2 {
          font-size: 2.25rem; } }
    .promotion-conttainer-slider .slide-item .content-slide h3, .promotion-conttainer-slider .slide-item .content-slide .h3 {
      font-size: 46px;
      font-size: 2.875rem;
      font-weight: 500;
      color: #fff;
      margin-bottom: 30px;
      margin-bottom: 1.875rem; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .promotion-conttainer-slider .slide-item .content-slide h3, .promotion-conttainer-slider .slide-item .content-slide .h3 {
          font-size: 2.25rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .promotion-conttainer-slider .slide-item .content-slide h3, .promotion-conttainer-slider .slide-item .content-slide .h3 {
          font-size: 2.25rem; } }
    .promotion-conttainer-slider .slide-item .content-slide a {
      color: #fff;
      font-weight: 600;
      border: 1px solid;
      padding: 18px 25px;
      padding: 1.125rem 1.5625rem;
      display: block;
      max-width: 183px;
      max-width: 11.4375rem;
      text-align: center; }
      @media (min-width: 320px) and (max-width: 767px) {
        .promotion-conttainer-slider .slide-item .content-slide a {
          max-width: 100%; } }
  .promotion-conttainer-slider .slide-item .banner {
    height: 100%; }
    @media (min-width: 320px) and (max-width: 767px) {
      .promotion-conttainer-slider .slide-item .banner {
        display: none; } }
    .promotion-conttainer-slider .slide-item .banner img {
      object-fit: cover;
      object-position: right;
      height: 100%; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .promotion-conttainer-slider .slide-item .banner img {
          object-fit: cover;
          height: 100%; } }

.promotion-conttainer-slider ul.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 20px 0 0 0;
  margin: 1.25rem 0 0 0; }
  .promotion-conttainer-slider ul.slick-dots li {
    margin: 0 2px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .promotion-conttainer-slider ul.slick-dots {
      margin: 0 0 1.25rem 0; } }
  .promotion-conttainer-slider ul.slick-dots button {
    width: 9px;
    width: 0.5625rem;
    height: 9px;
    height: 0.5625rem;
    padding: 0;
    border-radius: 50%;
    opacity: 0.5; }
  .promotion-conttainer-slider ul.slick-dots li.slick-active button {
    opacity: 1; }

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .inner-banner {
    height: 15.625rem; }
    .inner-banner .container {
      max-width: 60rem; }
    .inner-banner .inner-banner-img {
      background-position: 30% top; }
    .inner-banner h2, .inner-banner .h2 {
      width: 85%;
      color: #ffffff;
      font-size: 1.875rem; }
    .inner-banner p {
      font-size: 1rem; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner-banner {
    height: 14.0625rem; }
    .inner-banner .inner-banner-img {
      background-position: 80% top;
      background-size: auto 100%; }
    .inner-banner h2, .inner-banner .h2 {
      width: 85%;
      color: #ffffff;
      font-size: 1.75rem; }
    .inner-banner p {
      font-size: 0.9375rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .inner-banner {
    height: 12.5rem; }
    .inner-banner .inner-banner-img {
      background-position: 70% top;
      background-size: auto 100%; }
    .inner-banner h2, .inner-banner .h2 {
      width: 85%;
      color: #ffffff;
      font-size: 1.5rem; }
    .inner-banner p {
      font-size: 0.75rem; } }

.journey-genie {
  background-color: #2A2D64; }
  .journey-genie ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .journey-genie ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .journey-genie :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .journey-genie :-moz-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .journey-genie h2, .journey-genie .h2 {
    font-size: 30px;
    font-size: 1.875rem;
    color: white; }
  .journey-genie p {
    color: white; }
  .journey-genie h2, .journey-genie .h2 {
    margin-top: 90px;
    margin-top: 5.625rem;
    font-size: 26px;
    font-size: 1.625rem;
    text-align: left; }
  .journey-genie p {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: left; }
  .journey-genie .input-wrapper input {
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: solid 2px white;
    color: #FFF;
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 57px;
    line-height: 3.5625rem;
    font-weight: bold;
    padding: 0 30px 0 0;
    padding: 0 1.875rem 0 0;
    display: block;
    margin-top: 50px;
    margin-top: 3.125rem; }
  .journey-genie .input-wrapper .icon-plane {
    position: absolute;
    top: 50%;
    right: 0px;
    display: inline-block;
    width: 26px;
    width: 1.625rem;
    height: 14px;
    height: 0.875rem;
    transform: translate3d(0, -50%, 0);
    fill: #FFD100; }
  .journey-genie .flights-list {
    display: inline-block;
    width: 550px;
    width: 34.375rem;
    height: auto;
    max-height: 250px;
    max-height: 15.625rem;
    position: absolute;
    left: 0px;
    top: calc( 100% + 2px);
    background-color: white;
    padding: 0;
    z-index: 9; }
    .journey-genie .flights-list-item {
      height: unset;
      margin: 0 !important;
      cursor: pointer;
      padding: 10px 30px;
      padding: 0.625rem 1.875rem; }
      .journey-genie .flights-list-item:first-of-type {
        margin-top: 30px !important;
        margin-top: 1.875rem !important; }
      .journey-genie .flights-list-item:last-of-type {
        margin-bottom: 30px !important;
        margin-bottom: 1.875rem !important; }
      .journey-genie .flights-list-item-time {
        width: 120px;
        width: 7.5rem; }
      .journey-genie .flights-list-item-location {
        width: calc(100% - 220px); }
      .journey-genie .flights-list-item-social {
        width: 70px;
        width: 4.375rem;
        float: right; }
        .journey-genie .flights-list-item-social .item-wrapper {
          right: 0px;
          text-align: right; }
      .journey-genie .flights-list-item:hover time,
      .journey-genie .flights-list-item:hover span {
        transition: 0.5s ease-out;
        opacity: 1;
        color: #2A2D64; }
  .journey-genie .slider-wrapper {
    display: inline-block;
    width: 264px;
    width: 16.5rem;
    position: relative; }
    .journey-genie .slider-wrapper .dots {
      display: inline-block;
      width: 100%;
      height: 300px;
      height: 18.75rem;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translate3d(-31%, -55%, 0); }
  .journey-genie .slider {
    display: inline-block;
    width: 264px;
    width: 16.5rem;
    height: 460px;
    height: 28.75rem;
    position: relative;
    overflow: hidden; }
    .journey-genie .slider .slick-list {
      display: inline-block;
      width: 264px;
      width: 16.5rem; }
      .journey-genie .slider .slick-list .slide {
        display: inline-block;
        width: 264px;
        width: 16.5rem;
        height: 420px;
        height: 26.25rem;
        background-size: cover;
        position: relative;
        background-position: center; }
        .journey-genie .slider .slick-list .slide .slide-text-wrapper {
          padding: 0 20px;
          padding: 0 1.25rem;
          position: absolute;
          bottom: 0px;
          display: inline-block;
          width: 100%;
          left: 0px;
          white-space: initial; }
        .journey-genie .slider .slick-list .slide h2, .journey-genie .slider .slick-list .slide .h2 {
          font-size: 20px;
          font-size: 1.25rem;
          text-align: left; }
        .journey-genie .slider .slick-list .slide p {
          font-size: 16px;
          font-size: 1rem;
          text-align: left; }
    .journey-genie .slider .dots-wrapper {
      display: inline-block;
      width: 100%;
      bottom: 0px;
      height: 14px;
      height: 0.875rem; }
      .journey-genie .slider .dots-wrapper .container {
        width: 100%; }
      .journey-genie .slider .dots-wrapper .slick-dots {
        text-align: center; }
  .journey-genie .search-results .results-empty p {
    color: #4c4f56;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 0; }
  @media screen and (max-width: 991px) {
    .journey-genie div.row {
      height: 100%; }
      .journey-genie div.row .flight-search-bar {
        padding: 0;
        width: 100%; }
        .journey-genie div.row .flight-search-bar h2, .journey-genie div.row .flight-search-bar .h2 {
          padding: 0 1.25rem;
          margin-top: 7.5rem;
          margin-bottom: 0.625rem;
          text-align: center; }
        .journey-genie div.row .flight-search-bar p {
          margin: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
        .journey-genie div.row .flight-search-bar .input-wrapper {
          width: 100%;
          margin: 0; }
          .journey-genie div.row .flight-search-bar .input-wrapper label {
            display: block;
            position: relative;
            width: 75%;
            margin: auto; }
      .journey-genie div.row .slider-column {
        width: 100%; }
        .journey-genie div.row .slider-column .slider-wrapper {
          display: block;
          margin: 2.5rem auto; }
    .journey-genie .flights-list {
      width: 100.2%;
      height: auto;
      left: 0px;
      z-index: 9;
      max-height: unset; }
      .journey-genie .flights-list-item {
        height: unset;
        margin: 0 !important;
        cursor: pointer;
        padding: 0.625rem; }
        .journey-genie .flights-list-item:first-of-type {
          padding-top: 1.25rem; }
        .journey-genie .flights-list-item-time {
          width: 5.625rem; }
          .journey-genie .flights-list-item-time .item-wrapper time {
            font-size: 0.75rem; }
        .journey-genie .flights-list-item-location {
          width: calc(100% - 160px); }
          .journey-genie .flights-list-item-location .item-wrapper {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
            .journey-genie .flights-list-item-location .item-wrapper span {
              font-size: 0.75rem; }
        .journey-genie .flights-list-item-social {
          width: 3.75rem; }
    .journey-genie .slider-wrapper {
      margin-top: 2.5rem; } }
  @media screen and (max-width: 767px) {
    .journey-genie h2, .journey-genie .h2 {
      margin-top: 3.75rem;
      font-size: 1.125rem; } }
  @media screen and (max-width: 480px) {
    .journey-genie h2, .journey-genie .h2 {
      margin-top: 3.75rem;
      font-size: 1.125rem; }
    .journey-genie .slider-wrapper {
      width: 12.5rem;
      margin-left: auto;
      margin-top: 2.5rem;
      margin-bottom: 0.625rem; }
      .journey-genie .slider-wrapper .dots {
        transform: translate3d(-26%, -40%, 0); }
    .journey-genie .slider {
      width: 12.5rem;
      height: 21.875rem; }
      .journey-genie .slider .slick-list {
        display: inline-block;
        width: 12.5rem; }
        .journey-genie .slider .slick-list .slide {
          width: 12.5rem;
          height: 20rem; }
          .journey-genie .slider .slick-list .slide h2, .journey-genie .slider .slick-list .slide .h2 {
            font-size: 1.25rem; }
          .journey-genie .slider .slick-list .slide p {
            font-size: 1rem; }
    .journey-genie .input-wrapper {
      font-weight: normal;
      width: 75%;
      margin: 0 auto 1.25rem auto; }
      .journey-genie .input-wrapper input {
        margin-top: 1.25rem; } }

.flight-tracker iframe {
  height: calc(100vh - 200px); }
  @media (max-width: 991px) {
    .flight-tracker iframe {
      height: calc(100vh - 118px); } }
  .sfPageEditorWrp .flight-tracker iframe {
    height: 150px;
    height: 9.375rem; }

@font-face {
  font-family: 'da';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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") format("truetype"); }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'da';
    src: url('../font/da.svg?9212762#da') format('svg');
  }
}
*/
[class^="nda-icon-"]:before,
[class*=" nda-icon-"]:before {
  font-family: "da";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1px;
  width: 0.0625rem;
  margin-right: 0.2px;
  margin-right: 0.0125rem;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1px;
  line-height: 0.0625rem;
  margin-left: 0.2px;
  margin-left: 0.0125rem; }

/*.da-icon-plane:before { content: '\e800'; } /* '' */
.da-icon-arrow-left:before {
  content: '\e801'; }

/* '' */
.icon-bag:before {
  content: '\e802'; }

/* '' */
.icon-checklist:before {
  content: '\e803'; }

/* '' */
.icon-arrow-right:before {
  content: '\e804'; }

/* '' */
.icon-close:before {
  content: '\e805'; }

/* '' */
.icon-speaker:before {
  content: '\e806'; }

/* '' */
.icon-travelbag:before {
  content: '\e807'; }

/* '' */
.icon-media:before {
  content: '\e808'; }

/* '' */
.icon-news:before {
  content: '\e809'; }

/* '' */
.icon-car:before {
  content: '\e80a'; }

/* '' */
.icon-facebook:before {
  content: '\e80b'; }

/* '' */
.icon-twitter:before {
  content: '\e80c'; }

/* '' */
.icon-linkedin:before {
  content: '\e80d'; }

/* '' */
.icon-clock:before {
  content: '\e80e'; }

/* '' */
.icon-search:before {
  content: '\e80f'; }

/* '' */
.da-icon-play:before {
  content: '\e810'; }

/* '' */
.nda-icon-link:before {
  content: '\e811';
  -ms-transform-origin: center;
      transform-origin: center;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  margin-right: 18px;
  margin-right: 1.125rem; }

/* '' */
@font-face {
  font-family: 'da';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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") format("truetype"); }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'da';
    src: url('../font/da.svg?9212762#da') format('svg');
  }
}
*/
[class^="nda-icon-"]:before,
[class*=" nda-icon-"]:before {
  font-family: "da";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1px;
  width: 0.0625rem;
  margin-right: 0.2px;
  margin-right: 0.0125rem;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1px;
  line-height: 0.0625rem;
  margin-left: 0.2px;
  margin-left: 0.0125rem; }

/*.da-icon-plane:before { content: '\e800'; } /* '' */
.da-icon-arrow-left:before {
  content: '\e801'; }

/* '' */
.icon-bag:before {
  content: '\e802'; }

/* '' */
.icon-checklist:before {
  content: '\e803'; }

/* '' */
.icon-arrow-right:before {
  content: '\e804'; }

/* '' */
.icon-close:before {
  content: '\e805'; }

/* '' */
.icon-speaker:before {
  content: '\e806'; }

/* '' */
.icon-travelbag:before {
  content: '\e807'; }

/* '' */
.icon-media:before {
  content: '\e808'; }

/* '' */
.icon-news:before {
  content: '\e809'; }

/* '' */
.icon-car:before {
  content: '\e80a'; }

/* '' */
.icon-facebook:before {
  content: '\e80b'; }

/* '' */
.icon-twitter:before {
  content: '\e80c'; }

/* '' */
.icon-linkedin:before {
  content: '\e80d'; }

/* '' */
.icon-clock:before {
  content: '\e80e'; }

/* '' */
.icon-search:before {
  content: '\e80f'; }

/* '' */
.da-icon-play:before {
  content: '\e810'; }

/* '' */
.nda-icon-link:before {
  content: '\e811';
  -ms-transform-origin: center;
      transform-origin: center;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  margin-right: 18px;
  margin-right: 1.125rem; }

/* '' */
@font-face {
  font-family: 'sky';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,AAEAAAAOAIAAAwBgT1MvMj4oSPIAAADsAAAAVmNtYXDQFhm3AAABRAAAAUpjdnQgAAAAAAAAEKQAAAAKZnBnbYiQkFkAABCwAAALcGdhc3AAAAAQAAAQnAAAAAhnbHlmISdkLwAAApAAAAp4aGVhZAb6bmkAAA0IAAAANmhoZWEHnANVAAANQAAAACRobXR4F3gAAAAADWQAAAAcbG9jYQZgCPIAAA2AAAAAEG1heHAAzQzmAAANkAAAACBuYW1li9n+0wAADbAAAAKRcG9zdH5xs/8AABBEAAAAWHByZXDdawOFAAAcIAAAAHsAAQNaAZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoBQNS/2oAWgNWAJYAAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoBf//AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAA/2oD6ANWABEAHQAItRgSEQcCLSsFAT4BNS4BJw4BBx4BFzI2NwkBLgEnPgE3HgEXDgED6P78JCoE5q+v5gQE5q9DejUBBP4KeKADA6B4eJ8DA585AQQyekav5gQF6a+v5gQqJP78ATUDn3h4oAMDoHh4nwAAAQAA/2oD7QNSAGMABrM+DgEtKzc2PwEwMT4BPwE0Nz4BNzkBMhYXFh8BFBYXMDEXFhceARUUBiclJgYdARQWHwEWFxUGJyYvAiYjJgYHDgEHOQEuASc0JgciDwIGBwYnNTQ/Aj4BNSc0JyYHBg8BBiY1JjYZHaW7CQUCAQMEKR0cJgQDAwIFC7ylIQoODRD+hwkLAgZSBwEBEw4iJgcGBAkMAwMMBgYNARAJBAUHJSEQFAEDBVIDBgEEARMforgQDQUOthd4iAwWD2FYNS43ATQuOFZgDxYMiHgXBhYVGAwHawMJD4MIBwVrBw0hGQwJERQCAgEGDBYeAQEeFgwGAQICFRMGDBkhBgQKawUHCEAxEhoFCS40BAwVEhUAAAAAAf/9AAAD6QI2AD4ABrMnBgEtKxMmLwEmNzYWHwEWMyU2FzIfARYXHgEOAQcOASMOAQcOAQcGBwYnJgciJicmNzY3Nj8BJy4BJyMmJzQ2OwE+ATYCAyQHIx4QE2QFCAFffH4fHEAQDw0OBhUNFSsXPns8EB4QaGkHCB4jCAoCBQ8pKgMDCUtBhkIIFAEOCg8GCAFPDxCiIwECBh6ICAgDAQ8bBwoIFx4QBQgFAgIEAQ0EJyYEAQEDBQcQCBsbAQMGCgoSCAYUCgsGAgAAFAAA/2oDEgNSAA8AHwAvAD8ATwBfAG8AfwCPAJ8ArwC/AM8A3wDvAP8BDwEfAS8BPwBXQSoBOwEzASsBIwEbARMBCwEDAPsA8wDrAOMA2wDTAMsAwwC7ALMAqwCjAJsAkwCLAIMAewBzAGsAYwBbAFMASwBDADsAMwArACMAGwATAAcAAAAUAC0rATIWFxEUBgchIiYnETQ2NxcVFBY7ATI2PQE0JisBIgYdARQWOwEyNj0BNCYrASIGHQEUFjsBMjY9ATQmKwEiBh0BFBY7ATI2PQE0JisBIgYHNTQmKwEiBh0BFBY7ATI2PQE0JisBIgYdARQWOwEyNj0BNCYrASIGHQEUFjsBMjY9ATQmKwEiBh0BFBY7ATI2PQE0JisBIgYdARQWOwEyNgE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2PQE0JisBIgYdARQWOwEyNj0BNCYrASIGHQEUFjsBMjY9ATQmKwEiBh0BFBY7ATI2EzU0JisBIgYdARQWOwEyNj0BNCYrASIGHQEUFjsBMjY9ATQmKwEiBh0BFBY7ATI2PQE0JisBIgYdARQWOwEyNj0BNCYrASIGHQEUFjsBMjYC7g8UARYO/TYPFAEWDvoKCCMICgoIIwgKCggjCAoKCCMICgoIIwgKCggjCAoKCCMICgoIIwgKSAoIIwgKCggjCAoKCCMICgoIIwgKCggjCAoKCCMICgoIIwgKCggjCAoKCCMICgoIIwgKAR4KCLIICgoIsggKCggkBwoKByQICgoIJAcKCgckCAoKCCQHCgoHJAgKCggkBwoKByQICo8KCCQICgoIJAgKCggkCAoKCCQICgoIJAgKCggkCAoKCCQICgoIJAgKCggkCAoKCCQICgNSFg78YA8UARYOA6APFAGhIwgKCggjCAoKlyMICgoIIwgKCpcjCAoKCCMICgqWJAgKCggkBwoKuiQICgoIJAgKCpckBwoKByQICgqXIwgKCggjCAoKlyMICgoIIwgKCpYkCAoKCCQHCgr9PWsICgoIawgKCgEmJAcKCgckCAoKlyMICgoIIwgKCpcjCAoKCCMICgqWJAgKCggkBwoK/cwkCAoKCCQICgqXJAcKCgckCAoKlyMICgoIIwgKCpcjCAoKCCMICgqWJAgKCggkBwoKAAAAAAMAAP+JA6oDMwARAP4BYwASvwElASAAuwAWAA0ABAADAC0rETQ+Ah4DBxQOAiIuAjcUHgIzJicuAScmJy4BJyYiLwEmLwEuAScmNz4BFzIXFhcyFjI2NzU3Nj0BNCcmBicmPgE3NiYPAQYHBg8BJyYnJi8BJjQmBiYHBhYHFiYvAS4CBwYPAQYHBicjIiYiLwEmPgIfATYmJyY0NjsBNj8CNiIXHgEzFj4BNzYnJgYHDgEPAQYiJy4BPQE0NzQ/ATY/AT4BHwEyFjMWPwE+ATUvASY2NyYjIgcVFBceATIWBw4BBwYHIyIGJgYmBiY1Jz4DMzYmDgInJjY3NicGBx4BFxQOAgcGBw4BBwYmJzUnJgcmBwYFBhcWFxY2FxQHBgcGDwEGDwEGFB8BFhUHBg8BBg8BDgEHPgE1NCcGBwYVFxYOAi4CJyYvASYGBwYrASImDwEeARcyPgE3NhcWDgEVDwEOAQcOAScuAScmLwEuAicuAScOAUp+rr6ufEwBSn6swKyASFc6ZIhLBwQBAgMBEAUMEQggDBoOChULDAILMRk2JRgSFhYFIhYeCAEBBgQgBAgWJgIOJxMHCAkDBgkGBAEDCAMCBgIIAwEQAQEMCQoCCAoHDQcHBQUDGAYFBgoCBAMKBhALDQIMAgEGBA0SDA0GBgIHAggCBBkMBw0JBhIFAgIDBgUUBwQEAQECAQMOCBAMEQUeAxETCQYEAQIBBgQ+Qi8wAgQYFBADBB4RFB0GBQQMBgoECAEBEBIYBQEKDhISBQMQAQUNHRgLDAEEBgYDDgcDCAcMCAEBAQMGDEQB7QEVGxkLJAcTFgsCBQcCAwQBAgQDAQEDBgMECwcMBnSUAgQBAgEBAgYGCgQKAggGDQcQBxIVCwcMBQoBDgoFBAYCBxABAgwBAgEGBAcUBwMKBAMCBQMCBgEGHgQEAgFeX658TAJIgKphX65+Skp+rl9MjGJCCBkHJAkHMA8IAQEBAgEFCgUaDT4pFQ4BDhIBBAIGBwcFBQcCBAICBQgQEAIOCAgECBUGCg8GBAIDEQYEBAoCCAQLGAgNAgwSAwYCAQIFCAYCEQECAgQFIAoEAQEJEAIFBgIEDAoCAgEBCAEIDAwUDgkGCQMQBAgEAgIIAwoHAgQDBgMDDgcKAQEIAxUIBQgHGBwLHggXDAITAgYEDgsOIA0PBAICAgQCCAIHCBAECgwKCAIKBggKAgsIEBMCCAsECAQIAQ4LBCIEBwwNCAMDAQIDYb8fFxsFAggBESQlCwMEBgIFBgEOAgkHAQkEAgQCAQkGBgUmyHwMGAUHEQQOCw4IAgYGCAEGAwYDAgMJAgIECxIBBAQDBQEaCg4GCQsEBgYGBgYCDgQCAgUDBAYECBQEAgQAAAAAAwAA//kA1wMLAA8AHwAvAAq3KyMcEwsEAy0rNxUUBgcjIiYnNTQ2FzMyFgMVFAYnIyImJzU0NjczMhYDFRQGKwEiJic1NDY7ATIW1h4XaxceASAWaxYgAR4XaxceASAWaxYgAR4XaxceASAWaxYgmmwWHgEgFWwWIAEeAQZrFiABHhdrFx4BIAEIaxYgIBZrFiAgAAEAAAABAABqB8GWXw889QALA+gAAAAA0fiqegAAAADR+IBK//3/agPtA1YAAAAIAAIAAAAAAAAAAQAAA1L/agBaA+gAAP/7A+0AAQAAAAAAAAAAAAAAAAAAAAcD6AAAA+gAAAPoAAAD6AAAA1kAAAOpAAAA1gAAAAAAAAA8AMwBMgLqBPIFPAABAAAABwFkABQAAAAAAAIAAAAQAHMAAAA+C3AAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEAAwA1AAEAAAAAAAIABwA4AAEAAAAAAAMAAwA/AAEAAAAAAAQAAwBCAAEAAAAAAAUACwBFAAEAAAAAAAYAAwBQAAEAAAAAAAoAKwBTAAEAAAAAAAsAEwB+AAMAAQQJAAAAagCRAAMAAQQJAAEABgD7AAMAAQQJAAIADgEBAAMAAQQJAAMABgEPAAMAAQQJAAQABgEVAAMAAQQJAAUAFgEbAAMAAQQJAAYABgExAAMAAQQJAAoAVgE3AAMAAQQJAAsAJgGNQ29weXJpZ2h0IChDKSAyMDE1IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21za3lSZWd1bGFyc2t5c2t5VmVyc2lvbiAxLjBza3lHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANQAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AcwBrAHkAUgBlAGcAdQBsAGEAcgBzAGsAeQBzAGsAeQBWAGUAcgBzAGkAbwBuACAAMQAuADAAcwBrAHkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAQIBAwEEAQUBBgEHBnNlYXJjaAVwbGFuZQZtcGxhbmUEY2l0eQVnbG9iZQZleHBhbmQAAAABAAH//wAPAAAAAAAAAAAAAAAAsAAsILAAVVhFWSAgS7gADlFLsAZTWliwNBuwKFlgZiCKVViwAiVhuQgACABjYyNiGyEhsABZsABDI0SyAAEAQ2BCLbABLLAgYGYtsAIsIGQgsMBQsAQmWrIoAQpDRWNFUltYISMhG4pYILBQUFghsEBZGyCwOFBYIbA4WVkgsQEKQ0VjRWFksChQWCGxAQpDRWNFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwAStZWSOwAFBYZVlZLbADLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbAELCMhIyEgZLEFYkIgsAYjQrEBCkNFY7EBCkOwAGBFY7ADKiEgsAZDIIogirABK7EwBSWwBCZRWGBQG2FSWVgjWSEgsEBTWLABKxshsEBZI7AAUFhlWS2wBSywB0MrsgACAENgQi2wBiywByNCIyCwACNCYbACYmawAWOwAWCwBSotsAcsICBFILALQ2O4BABiILAAUFiwQGBZZrABY2BEsAFgLbAILLIHCwBDRUIqIbIAAQBDYEItsAkssABDI0SyAAEAQ2BCLbAKLCAgRSCwASsjsABDsAQlYCBFiiNhIGQgsCBQWCGwABuwMFBYsCAbsEBZWSOwAFBYZVmwAyUjYUREsAFgLbALLCAgRSCwASsjsABDsAQlYCBFiiNhIGSwJFBYsAAbsEBZI7AAUFhlWbADJSNhRESwAWAtsAwsILAAI0KyCwoDRVghGyMhWSohLbANLLECAkWwZGFELbAOLLABYCAgsAxDSrAAUFggsAwjQlmwDUNKsABSWCCwDSNCWS2wDywgsBBiZrABYyC4BABjiiNhsA5DYCCKYCCwDiNCIy2wECxLVFixBGREWSSwDWUjeC2wESxLUVhLU1ixBGREWRshWSSwE2UjeC2wEiyxAA9DVVixDw9DsAFhQrAPK1mwAEOwAiVCsQwCJUKxDQIlQrABFiMgsAMlUFixAQBDYLAEJUKKiiCKI2GwDiohI7ABYSCKI2GwDiohG7EBAENgsAIlQrACJWGwDiohWbAMQ0ewDUNHYLACYiCwAFBYsEBgWWawAWMgsAtDY7gEAGIgsABQWLBAYFlmsAFjYLEAABMjRLABQ7AAPrIBAQFDYEItsBMsALEAAkVUWLAPI0IgRbALI0KwCiOwAGBCIGCwAWG1EBABAA4AQkKKYLESBiuwcisbIlktsBQssQATKy2wFSyxARMrLbAWLLECEystsBcssQMTKy2wGCyxBBMrLbAZLLEFEystsBossQYTKy2wGyyxBxMrLbAcLLEIEystsB0ssQkTKy2wHiwAsA0rsQACRVRYsA8jQiBFsAsjQrAKI7AAYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wHyyxAB4rLbAgLLEBHistsCEssQIeKy2wIiyxAx4rLbAjLLEEHistsCQssQUeKy2wJSyxBh4rLbAmLLEHHistsCcssQgeKy2wKCyxCR4rLbApLCA8sAFgLbAqLCBgsBBgIEMjsAFgQ7ACJWGwAWCwKSohLbArLLAqK7AqKi2wLCwgIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgjIIpVWCBHICCwC0NjuAQAYiCwAFBYsEBgWWawAWNgI2E4GyFZLbAtLACxAAJFVFiwARawLCqwARUwGyJZLbAuLACwDSuxAAJFVFiwARawLCqwARUwGyJZLbAvLCA1sAFgLbAwLACwAUVjuAQAYiCwAFBYsEBgWWawAWOwASuwC0NjuAQAYiCwAFBYsEBgWWawAWOwASuwABa0AAAAAABEPiM4sS8BFSotsDEsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYTgtsDIsLhc8LbAzLCA8IEcgsAtDY7gEAGIgsABQWLBAYFlmsAFjYLAAQ2GwAUNjOC2wNCyxAgAWJSAuIEewACNCsAIlSYqKRyNHI2EgWGIbIVmwASNCsjMBARUUKi2wNSywABawBCWwBCVHI0cjYbAJQytlii4jICA8ijgtsDYssAAWsAQlsAQlIC5HI0cjYSCwBCNCsAlDKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgsAhDIIojRyNHI2EjRmCwBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2EjICCwBCYjRmE4GyOwCENGsAIlsAhDRyNHI2FgILAEQ7ACYiCwAFBYsEBgWWawAWNgIyCwASsjsARDYLABK7AFJWGwBSWwAmIgsABQWLBAYFlmsAFjsAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wNyywABYgICCwBSYgLkcjRyNhIzw4LbA4LLAAFiCwCCNCICAgRiNHsAErI2E4LbA5LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWG5CAAIAGNjIyBYYhshWWO4BABiILAAUFiwQGBZZrABY2AjLiMgIDyKOCMhWS2wOiywABYgsAhDIC5HI0cjYSBgsCBgZrACYiCwAFBYsEBgWWawAWMjICA8ijgtsDssIyAuRrACJUZSWCA8WS6xKwEUKy2wPCwjIC5GsAIlRlBYIDxZLrErARQrLbA9LCMgLkawAiVGUlggPFkjIC5GsAIlRlBYIDxZLrErARQrLbA+LLA1KyMgLkawAiVGUlggPFkusSsBFCstsD8ssDYriiAgPLAEI0KKOCMgLkawAiVGUlggPFkusSsBFCuwBEMusCsrLbBALLAAFrAEJbAEJiAuRyNHI2GwCUMrIyA8IC4jOLErARQrLbBBLLEIBCVCsAAWsAQlsAQlIC5HI0cjYSCwBCNCsAlDKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgR7AEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYbACJUZhOCMgPCM4GyEgIEYjR7ABKyNhOCFZsSsBFCstsEIssDUrLrErARQrLbBDLLA2KyEjICA8sAQjQiM4sSsBFCuwBEMusCsrLbBELLAAFSBHsAAjQrIAAQEVFBMusDEqLbBFLLAAFSBHsAAjQrIAAQEVFBMusDEqLbBGLLEAARQTsDIqLbBHLLA0Ki2wSCywABZFIyAuIEaKI2E4sSsBFCstsEkssAgjQrBIKy2wSiyyAABBKy2wSyyyAAFBKy2wTCyyAQBBKy2wTSyyAQFBKy2wTiyyAABCKy2wTyyyAAFCKy2wUCyyAQBCKy2wUSyyAQFCKy2wUiyyAAA+Ky2wUyyyAAE+Ky2wVCyyAQA+Ky2wVSyyAQE+Ky2wViyyAABAKy2wVyyyAAFAKy2wWCyyAQBAKy2wWSyyAQFAKy2wWiyyAABDKy2wWyyyAAFDKy2wXCyyAQBDKy2wXSyyAQFDKy2wXiyyAAA/Ky2wXyyyAAE/Ky2wYCyyAQA/Ky2wYSyyAQE/Ky2wYiywNysusSsBFCstsGMssDcrsDsrLbBkLLA3K7A8Ky2wZSywABawNyuwPSstsGYssDgrLrErARQrLbBnLLA4K7A7Ky2waCywOCuwPCstsGkssDgrsD0rLbBqLLA5Ky6xKwEUKy2wayywOSuwOystsGwssDkrsDwrLbBtLLA5K7A9Ky2wbiywOisusSsBFCstsG8ssDorsDsrLbBwLLA6K7A8Ky2wcSywOiuwPSstsHIsswkEAgNFWCEbIyFZQiuwCGWwAyRQeLABFTAtAEu4AMhSWLEBAY5ZsAG5CAAIAGNwsQAFQrEAACqxAAVCsQAIKrEABUKxAAgqsQAFQrkAAAAJKrEABUK5AAAACSqxAwBEsSQBiFFYsECIWLEDZESxJgGIUVi6CIAAAQRAiGNUWLEDAERZWVlZsQAMKrgB/4WwBI2xAgBEAA==") format("truetype"); }

[class^="da-icon-"]:before,
[class*=" da-icon-"]:before {
  font-family: "sky";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

.da-icon-search:before {
  content: '\e800'; }

/* '' */
.da-icon-plane:before {
  content: '\e801'; }

/* '' */
.da-icon-mplane:before {
  content: '\e802'; }

/* '' */
.da-icon-city:before {
  content: '\e803'; }

/* '' */
.da-icon-globe:before {
  content: '\e804'; }

/* '' */
.da-icon-expand:before {
  content: '\e805'; }

/* '' */
.airline-list .list-items .list-item {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .airline-list .list-items .list-item {
      height: auto;
      margin: 2.8125rem 0; } }
  @media screen and (min-width: 768px) {
    .airline-list .list-items .list-item {
      height: 9.9375rem; } }
  .airline-list .list-items .list-item ul.attributes {
    margin: 0 auto !important;
    list-style-type: none; }
    @media screen and (max-width: 767px) {
      .airline-list .list-items .list-item ul.attributes {
        border: none;
        padding: 0; } }
    .airline-list .list-items .list-item ul.attributes li {
      float: left ;
      border: none !important;
      background-color: #F4F1ED !important;
      height: 99px;
      line-height: 99px-30px;
      line-height: 99px-1.875rem;
      padding: 15px;
      padding: 0.9375rem;
      color: #2A2D64;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        .airline-list .list-items .list-item ul.attributes li {
          border: none; } }
      @media screen and (min-width: 768px) {
        .airline-list .list-items .list-item ul.attributes li {
          border-bottom: 1px solid #D4DBE2; } }
      .airline-list .list-items .list-item ul.attributes li:not(:last-of-type) {
        border-left: none;
        border-right: 1px solid #D4DBE2; }
      .airline-list .list-items .list-item ul.attributes li.logo {
        width: 175px;
        width: 10.9375rem;
        background-color: #FFF;
        padding: 30px 15px 15px 24px;
        padding: 1.875rem 0.9375rem 0.9375rem 1.5rem; }
        @media screen and (max-width: 767px) {
          .airline-list .list-items .list-item ul.attributes li.logo {
            text-align: center;
            float: none;
            margin: 0 auto;
            border: none;
            height: auto;
            display: block;
            width: 50%;
            line-height: 1;
            padding: 0 0.625rem; } }
      .airline-list .list-items .list-item ul.attributes li.name {
        background-color: rgba(255, 255, 255, 0.75);
        padding: 30px 15px 15px 24px;
        padding: 1.875rem 0.9375rem 0.9375rem 1.5rem; }
        @media screen and (max-width: 767px) {
          .airline-list .list-items .list-item ul.attributes li.name {
            height: auto;
            line-height: 1;
            border: none;
            float: none;
            background-color: #FFF;
            display: block;
            width: 100%;
            text-align: center;
            padding: 0; } }
        @media screen and (min-width: 768px) {
          .airline-list .list-items .list-item ul.attributes li.name {
            width: 15.625rem; } }
      .airline-list .list-items .list-item ul.attributes li.locations, .airline-list .list-items .list-item ul.attributes li.flight-link, .airline-list .list-items .list-item ul.attributes li.website-link {
        width: 210px;
        width: 13.125rem;
        background-color: rgba(255, 255, 255, 0.75);
        cursor: pointer;
        text-align: center;
        padding: 0;
        line-height: 100px;
        line-height: 6.25rem;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .airline-list .list-items .list-item ul.attributes li.locations, .airline-list .list-items .list-item ul.attributes li.flight-link, .airline-list .list-items .list-item ul.attributes li.website-link {
            height: auto;
            line-height: 1.875rem; } }
        .airline-list .list-items .list-item ul.attributes li.locations a, .airline-list .list-items .list-item ul.attributes li.flight-link a, .airline-list .list-items .list-item ul.attributes li.website-link a {
          color: #2A2D64;
          display: block;
          transition: all .3s; }
          @media screen and (max-width: 767px) {
            .airline-list .list-items .list-item ul.attributes li.locations a, .airline-list .list-items .list-item ul.attributes li.flight-link a, .airline-list .list-items .list-item ul.attributes li.website-link a {
              margin-top: 0.625rem;
              font-weight: bold;
              font-size: 1.125rem;
              height: auto;
              line-height: 1.875rem; } }
          .airline-list .list-items .list-item ul.attributes li.locations a:not(:last-child), .airline-list .list-items .list-item ul.attributes li.flight-link a:not(:last-child), .airline-list .list-items .list-item ul.attributes li.website-link a:not(:last-child) {
            border-bottom: none; }
          @media screen and (min-width: 768px) {
            .airline-list .list-items .list-item ul.attributes li.locations a:nth-child(1):nth-last-child(2), .airline-list .list-items .list-item ul.attributes li.locations a:nth-child(2):nth-last-child(1), .airline-list .list-items .list-item ul.attributes li.flight-link a:nth-child(1):nth-last-child(2), .airline-list .list-items .list-item ul.attributes li.flight-link a:nth-child(2):nth-last-child(1), .airline-list .list-items .list-item ul.attributes li.website-link a:nth-child(1):nth-last-child(2), .airline-list .list-items .list-item ul.attributes li.website-link a:nth-child(2):nth-last-child(1) {
              height: 50%;
              line-height: 3.125rem; } }
          .airline-list .list-items .list-item ul.attributes li.locations a:nth-child(1):nth-last-child(3), .airline-list .list-items .list-item ul.attributes li.locations a:nth-child(2):nth-last-child(2), .airline-list .list-items .list-item ul.attributes li.locations a:nth-child(3):nth-last-child(1), .airline-list .list-items .list-item ul.attributes li.flight-link a:nth-child(1):nth-last-child(3), .airline-list .list-items .list-item ul.attributes li.flight-link a:nth-child(2):nth-last-child(2), .airline-list .list-items .list-item ul.attributes li.flight-link a:nth-child(3):nth-last-child(1), .airline-list .list-items .list-item ul.attributes li.website-link a:nth-child(1):nth-last-child(3), .airline-list .list-items .list-item ul.attributes li.website-link a:nth-child(2):nth-last-child(2), .airline-list .list-items .list-item ul.attributes li.website-link a:nth-child(3):nth-last-child(1) {
            height: 33.3333%;
            line-height: 33px;
            line-height: 2.0625rem; }
          .airline-list .list-items .list-item ul.attributes li.locations a:nth-child(1):nth-last-child(4), .airline-list .list-items .list-item ul.attributes li.locations a:nth-child(2):nth-last-child(3), .airline-list .list-items .list-item ul.attributes li.locations a:nth-child(3):nth-last-child(2), .airline-list .list-items .list-item ul.attributes li.locations a:nth-child(4):nth-last-child(1), .airline-list .list-items .list-item ul.attributes li.flight-link a:nth-child(1):nth-last-child(4), .airline-list .list-items .list-item ul.attributes li.flight-link a:nth-child(2):nth-last-child(3), .airline-list .list-items .list-item ul.attributes li.flight-link a:nth-child(3):nth-last-child(2), .airline-list .list-items .list-item ul.attributes li.flight-link a:nth-child(4):nth-last-child(1), .airline-list .list-items .list-item ul.attributes li.website-link a:nth-child(1):nth-last-child(4), .airline-list .list-items .list-item ul.attributes li.website-link a:nth-child(2):nth-last-child(3), .airline-list .list-items .list-item ul.attributes li.website-link a:nth-child(3):nth-last-child(2), .airline-list .list-items .list-item ul.attributes li.website-link a:nth-child(4):nth-last-child(1) {
            height: 25%;
            line-height: 25px;
            line-height: 1.5625rem; }
      .airline-list .list-items .list-item ul.attributes li.locations a:hover {
        text-decoration: underline !important; }
      @media screen and (max-width: 767px) {
        .airline-list .list-items .list-item ul.attributes li.locations {
          float: none;
          height: auto;
          border: none;
          line-height: 2.875rem;
          margin: 0 auto;
          width: 100%;
          border-top: 1px solid #D4DBE2;
          border-bottom: 1px solid #D4DBE2; } }
      @media screen and (max-width: 767px) {
        .airline-list .list-items .list-item ul.attributes li.flight-link, .airline-list .list-items .list-item ul.attributes li.website-link {
          float: none;
          display: inline-block;
          width: 100%; } }
      .airline-list .list-items .list-item ul.attributes li.flight-link a:hover, .airline-list .list-items .list-item ul.attributes li.website-link a:hover {
        text-decoration: underline !important; }
      .airline-list .list-items .list-item ul.attributes li div {
        line-height: 24px;
        line-height: 1.5rem;
        display: inline-block;
        letter-spacing: -0.03em; }
        .airline-list .list-items .list-item ul.attributes li div .da-icon, .airline-list .list-items .list-item ul.attributes li div .nda-icon {
          display: block; }
          @media screen and (max-width: 767px) {
            .airline-list .list-items .list-item ul.attributes li div .da-icon, .airline-list .list-items .list-item ul.attributes li div .nda-icon {
              font-size: 1.5rem; } }
          @media screen and (min-width: 768px) {
            .airline-list .list-items .list-item ul.attributes li div .da-icon, .airline-list .list-items .list-item ul.attributes li div .nda-icon {
              margin: 0;
              font-size: 1.125rem; } }
        .airline-list .list-items .list-item ul.attributes li div .title {
          vertical-align: bottom;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            .airline-list .list-items .list-item ul.attributes li div .title {
              font-size: 1.1875rem; } }
          @media screen and (min-width: 768px) {
            .airline-list .list-items .list-item ul.attributes li div .title {
              font-size: 1.25rem; } }
        .airline-list .list-items .list-item ul.attributes li div .title-abbreviation {
          margin-top: 5px;
          margin-top: 0.3125rem;
          color: #2A2D64; }
          @media screen and (max-width: 767px) {
            .airline-list .list-items .list-item ul.attributes li div .title-abbreviation {
              font-weight: bold;
              font-size: 1.125rem; } }
        .airline-list .list-items .list-item ul.attributes li div .nda-icon-link {
          position: relative;
          bottom: 3px; }

.airline-list {
  padding-top: 50px;
  padding-top: 3.125rem;
  margin-bottom: 100px;
  margin-bottom: 6.25rem; }
  .airline-list-notfound {
    padding: 50px;
    padding: 3.125rem;
    text-align: center; }
  .airline-list-container {
    min-height: 300px;
    min-height: 18.75rem; }
    @media screen and (max-width: 767px) {
      .airline-list-container {
        width: 100%;
        margin: 0; } }
    .airline-list-container .loader-center {
      left: 50%;
      -ms-transform: translate(-50%);
          transform: translate(-50%); }
  .airline-list .list-header {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
    @media screen and (max-width: 767px) {
      .airline-list .list-header {
        height: auto; } }
    .airline-list .list-header ul.locations {
      list-style-type: none;
      margin: 0;
      width: 79%;
      display: inline-block; }
      .airline-list .list-header ul.locations .list-header-title {
        border: none !important;
        background-color: transparent !important; }
      @media screen and (max-width: 767px) {
        .airline-list .list-header ul.locations {
          width: 100%; } }
      .airline-list .list-header ul.locations li {
        cursor: pointer;
        line-height: 57px;
        line-height: 3.5625rem;
        padding: 0 24px;
        padding: 0 1.5rem;
        border: solid 1px #2A2D64;
        display: inline-block;
        margin-right: 24px;
        margin-right: 1.5rem;
        background-color: #F4F1ED;
        float: left ;
        text-align: center;
        text-indent: 3px;
        text-indent: 0.1875rem;
        letter-spacing: 0.01em;
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;
        color: #2A2D64; }
        .airline-list .list-header ul.locations li.active {
          background-color: #FFF;
          color: #2A2D64;
          pointer-events: none;
          border: solid 1px #FFF;
          box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.2); }
        .airline-list .list-header ul.locations li.passive {
          background-color: transparent;
          color: #B6BAC2;
          border-color: #B6BAC2;
          box-shadow: none;
          cursor: default; }
        @media screen and (max-width: 1600px) {
          .airline-list .list-header ul.locations li {
            margin-right: 0.9375rem;
            padding: 0 0.9375rem; } }
        @media screen and (max-width: 767px) {
          .airline-list .list-header ul.locations li {
            width: 100%;
            margin-bottom: 1.25rem;
            padding: 0;
            line-height: 3.75rem; } }
      .airline-list .list-header ul.locations li:last-child {
        margin-right: 0; }
      .airline-list .list-header ul.locations li:first-child {
        margin-right: 5%; }
    .airline-list .list-header .locations-mobile label {
      margin: 0 0 10px;
      margin: 0 0 0.625rem; }
    .airline-list .list-header .locations-mobile select {
      width: 100%;
      margin: 0 0 10px 0;
      margin: 0 0 0.625rem 0;
      height: 50px;
      background-position: right 10px center;
      background-position: right 0.625rem center;
      letter-spacing: .02em;
      -webkit-appearance: none;
      -moz-appearance: none; }
    .airline-list .list-header .search-box {
      background-color: #F4F1ED;
      position: relative;
      float: right ; }
      @media screen and (max-width: 767px) {
        .airline-list .list-header .search-box {
          height: 52px;
          float: none;
          width: 100%;
          margin: 0 0 0.625rem 0; } }
      @media screen and (min-width: 768px) {
        .airline-list .list-header .search-box {
          float: right ;
          height: 100px;
          width: 21%;
          margin: 0;
          padding: 0.625rem 0.9375rem 0.625rem 0.9375rem; } }
      .airline-list .list-header .search-box input {
        width: 100%;
        float: right ;
        box-shadow: none;
        border-radius: 0px;
        background-color: transparent;
        border: none;
        height: 80%;
        border-bottom: 1px solid #BFBEBC;
        margin: 0;
        letter-spacing: 0.02em; }
        @media screen and (max-width: 767px) {
          .airline-list .list-header .search-box input {
            font-size: 0.75rem;
            padding: 0 1.625rem 0 0.8125rem;
            width: 100%; } }
        @media screen and (min-width: 768px) {
          .airline-list .list-header .search-box input {
            font-size: 1.125rem;
            padding: 0 1.625rem 0 0.375rem; } }
      .airline-list .list-header .search-box .da-icon, .airline-list .list-header .search-box .nda-icon {
        position: absolute;
        font-size: 16px;
        font-size: 1rem;
        left: auto;
        color: #1964AF; }
        @media screen and (max-width: 767px) {
          .airline-list .list-header .search-box .da-icon, .airline-list .list-header .search-box .nda-icon {
            right: 0.25rem;
            top: 0.4375rem; } }
        @media screen and (min-width: 768px) {
          .airline-list .list-header .search-box .da-icon, .airline-list .list-header .search-box .nda-icon {
            right: 1.1875rem;
            top: 1.375rem; } }
  .airline-list .message {
    margin: 0 auto;
    background-color: #F4F1ED;
    display: block;
    height: 100px;
    height: 6.25rem;
    line-height: 100px;
    line-height: 6.25rem;
    position: relative;
    text-align: center; }
    .airline-list .message .error, .airline-list .message .no-data, .airline-list .message .loading {
      position: static;
      display: inline-block;
      vertical-align: middle; }
    .airline-list .message .error, .airline-list .message .no-data {
      display: none; }
  .airline-list .logo img {
    max-height: 70px;
    max-height: 4.375rem;
    margin: 0 auto;
    display: block; }
    @media screen and (max-width: 767px) {
      .airline-list .logo img {
        margin-bottom: 0.625rem; } }
  @media screen and (max-width: 767px) {
    .airline-list .hidden-xs {
      display: none; } }
  @media screen and (min-width: 768px) {
    .airline-list .visible-xs {
      display: none; } }

.timeline {
  background-color: #132A6F;
  position: relative;
  min-height: 500px;
  min-height: 31.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 768px) {
    .timeline {
      height: 22.5rem; } }
  .timeline-sliders-item {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row; }
    .timeline-sliders-item:focus {
      outline: 0; }
    .timeline-sliders-item-image {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
      @media (min-width: 768px) {
        .timeline-sliders-item-image {
          height: 18.75rem;
          width: 35%; } }
      @media (max-width: 767px) {
        .timeline-sliders-item-image {
          min-height: 13.4375rem; } }
    .timeline-sliders-item-content {
      padding: 60px 40px 60px 20px;
      padding: 3.75rem 2.5rem 3.75rem 1.25rem;
      width: 48%; }
      @media only screen and (max-width: 991px) {
        .timeline-sliders-item-content {
          padding: 3.75rem 2.5rem 3.75rem 6.25rem; } }
      @media only screen and (max-width: 767px) {
        .timeline-sliders-item-content {
          padding: 2.5rem;
          width: 100%; } }
      .timeline-sliders-item-content p {
        color: #fff !important; }
      .timeline-sliders-item-content .highlight {
        color: #22A78F !important; }
      .timeline-sliders-item-content-year {
        color: #22A78F !important;
        font-size: 80px;
        font-size: 5rem;
        font-weight: bold;
        padding-top: 50px;
        padding-top: 3.125rem;
        padding-bottom: 30px;
        padding-bottom: 1.875rem; }
  .timeline-title {
    color: #fff;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    top: 1.875rem;
    font-size: 30px;
    font-size: 1.875rem;
    max-width: 51%; }
  .timeline-tabs {
    position: absolute;
    bottom: -30px;
    bottom: -1.875rem; }
  .timeline-previous {
    position: absolute;
    left: 0;
    margin-left: 8%;
    cursor: pointer; }
    .timeline-previous svg path {
      fill: white !important; }
  .timeline-next {
    position: absolute;
    right: 0;
    margin-right: 8%;
    cursor: pointer; }

.timeline-text {
  background-color: #132A6F;
  padding-top: 50px;
  padding-top: 3.125rem; }
  @media (min-width: 768px) {
    .timeline-text {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; } }
  .timeline-text-sliders {
    margin-bottom: 50px;
    margin-bottom: 3.125rem; }
    .timeline-text-sliders-item:focus {
      outline: 0; }
    .timeline-text-sliders-item-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      min-height: 250px;
      min-height: 15.625rem; }
      .timeline-text-sliders-item-content-number {
        color: #22A78F !important;
        font-size: 257px;
        font-size: 16.0625rem;
        font-weight: bold;
        padding-top: 50px;
        padding-top: 3.125rem;
        padding-bottom: 30px;
        padding-bottom: 1.875rem; }
        @media (max-width: 767px) {
          .timeline-text-sliders-item-content-number {
            display: none; } }
      .timeline-text-sliders-item-content-text {
        color: white;
        font-size: 14px;
        font-size: 0.875rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row; }
        .timeline-text-sliders-item-content-text ul {
          list-style: initial;
          margin-left: 15px !important;
          margin-left: 0.9375rem !important; }
          .timeline-text-sliders-item-content-text ul li {
            margin-bottom: 10px;
            margin-bottom: 0.625rem; }
        .timeline-text-sliders-item-content-text p {
          color: white !important; }
        @media (max-width: 767px) {
          .timeline-text-sliders-item-content-text {
            display: block; } }
        @media (min-width: 768px) {
          .timeline-text-sliders-item-content-text > div {
            -ms-flex-positive: 1;
                flex-grow: 1;
            width: 100%; } }
        .timeline-text-sliders-item-content-text h2, .timeline-text-sliders-item-content-text .h2 {
          font-size: 20px;
          font-size: 1.25rem;
          margin-top: 20px;
          margin-top: 1.25rem;
          margin-bottom: 20px;
          margin-bottom: 1.25rem; }
          @media (max-width: 767px) {
            .timeline-text-sliders-item-content-text h2, .timeline-text-sliders-item-content-text .h2 {
              font-size: 1.125rem;
              line-height: 1.375rem;
              margin-top: 0.625rem;
              margin-bottom: 0.625rem; } }
          .timeline-text-sliders-item-content-text h2 img, .timeline-text-sliders-item-content-text .h2 img {
            height: 55px;
            height: 3.4375rem;
            width: auto;
            display: inline; }
        .timeline-text-sliders-item-content-text h3, .timeline-text-sliders-item-content-text .h3 {
          font-size: 20px;
          font-size: 1.25rem;
          color: #22A78F !important;
          margin-top: 20px;
          margin-top: 1.25rem;
          margin-bottom: 20px;
          margin-bottom: 1.25rem; }
          @media (max-width: 767px) {
            .timeline-text-sliders-item-content-text h3, .timeline-text-sliders-item-content-text .h3 {
              font-size: 1.125rem;
              line-height: 1.375rem;
              margin-top: 0.625rem;
              margin-bottom: 0.625rem; } }
        .timeline-text-sliders-item-content-text h4, .timeline-text-sliders-item-content-text .h4 {
          font-size: 16px;
          font-size: 1rem;
          color: #22A78F !important;
          margin-bottom: 20px;
          margin-bottom: 1.25rem; }
  .timeline-text-title {
    color: #fff;
    margin: 0 auto;
    font-size: 30px;
    font-size: 1.875rem; }
    @media (max-width: 767px) {
      .timeline-text-title {
        font-size: 1.25rem; } }
  .timeline-text-tabs {
    position: absolute;
    bottom: -30px;
    bottom: -1.875rem; }
    @media (max-width: 767px) {
      .timeline-text-tabs {
        position: static; } }

.content-image-section {
  padding: 0vw 0 50px;
  padding: 0vw 0 3.125rem; }

.content-image {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  padding: 75px 0;
  padding: 4.6875rem 0;
  position: relative;
  color: white; }
  .content-image:before {
    border-top-left-radius: 4px;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: 0.25rem;
    bottom: 0;
    content: '';
    display: block;
    left: 256px;
    left: 16rem;
    position: absolute;
    right: -99999px;
    right: -6249.9375rem;
    top: 0;
    background-color: #132A6F; }
  @media only screen and (max-width: 991px) {
    .content-image {
      margin: 1.25rem 0 2.5rem;
      padding: 0; }
      .content-image:before {
        left: 0;
        right: 0;
        top: 20.625rem/2; } }
  @media only screen and (max-width: 767px) {
    .content-image:before {
      top: 15.625rem/2; } }
  .content-image-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    @media only screen and (max-width: 991px) {
      .content-image-inner {
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 0 1.25rem; } }
    .content-image-inner-image {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
      -ms-flex: 0 0 20.625rem;
          flex: 0 0 20.625rem;
      height: 250px;
      height: 15.625rem;
      position: relative;
      width: 330px;
      width: 20.625rem; }
      @media only screen and (max-width: 991px) {
        .content-image-inner-image {
          box-sizing: border-box;
          height: 15.625rem;
          margin: 0 1.25rem 1.875rem;
          width: 15.625rem; } }
    .content-image-inner-content {
      padding-left: 100px;
      padding-left: 6.25rem;
      position: relative; }
      @media only screen and (max-width: 1279px) {
        .content-image-inner-content {
          padding-left: 6.25rem; } }
      @media only screen and (max-width: 991px) {
        .content-image-inner-content {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          padding-left: 0;
          padding: 0px; } }
      .content-image-inner-content-title {
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: bold;
        line-height: 34px;
        line-height: 2.125rem;
        margin-bottom: 16px;
        margin-bottom: 1rem; }
        @media only screen and (max-width: 991px) {
          .content-image-inner-content-title {
            -ms-flex-order: 0;
                order: 0;
            font-size: 1.25rem;
            line-height: 1.875rem; } }
      .content-image-inner-content-footer {
        margin-top: 40px;
        margin-top: 2.5rem;
        line-height: 34px;
        line-height: 2.125rem;
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: bold; }
        @media only screen and (max-width: 991px) {
          .content-image-inner-content-footer {
            -ms-flex-order: 2;
                order: 2;
            font-size: 1.25rem;
            line-height: 1.875rem; } }
        .content-image-inner-content-footer .line-separator {
          width: 1px;
          height: 100px;
          height: 6.25rem;
          margin: 0px 15px 0px 15px;
          margin: 0px 0.9375rem 0px 0.9375rem;
          background: #D8D8D8;
          opacity: 0.5;
          display: inline-block; }
        .content-image-inner-content-footer .footer-content {
          display: inline-block; }
          .content-image-inner-content-footer .footer-content-highlight {
            color: #529cfd;
            display: block;
            font-size: 12px;
            font-size: 0.75rem;
            font-weight: 400; }
        .content-image-inner-content-footer-container svg {
          margin-bottom: 10px;
          margin-bottom: 0.625rem; }
      .content-image-inner-content-description {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 24px;
        line-height: 1.5rem;
        font-weight: normal; }
        @media only screen and (max-width: 991px) {
          .content-image-inner-content-description {
            -ms-flex-order: 1;
                order: 1; } }

.location-details-container h3, .location-details-container .h3 {
  font-weight: 500; }

.location-details-container-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  height: 300px;
  height: 18.75rem;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 991px) {
    .location-details-container-image {
      box-sizing: border-box;
      height: 15.625rem;
      margin: 0 1.25rem 1.875rem;
      width: 15.625rem; } }

.location-details-container-content {
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  box-shadow: 0 0.3125rem 0.8125rem rgba(0, 0, 0, 0.21);
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  height: 4.375rem;
  -ms-flex-pack: center;
  justify-content: space-around;
  margin: 0px 80px 0px 80px;
  margin: 0px 5rem 0px 5rem;
  position: relative;
  top: -35px;
  top: -2.1875rem; }
  .location-details-container-content span {
    padding-left: 40px;
    padding-left: 2.5rem; }

.location-details-container .vertical-divider {
  clear: both;
  position: relative; }

.location-details-container .vertical-divider:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden; }

.location-details-container .vertical-divider .content-details:not(:first-child):after {
  background: #DDDDDD;
  bottom: 15px;
  bottom: 0.9375rem;
  content: " ";
  margin-left: -35px;
  margin-left: -2.1875rem;
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  width: 1px; }

.content-section {
  padding: 1vw 0 0px; }
  .content-section-container {
    /*margin-bottom: 10px;*/
    padding: 40px 0;
    padding: 2.5rem 0;
    position: relative;
    color: #132A6F; }
    .content-section-container:before {
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      right: -99999px;
      right: -6249.9375rem;
      top: 0;
      background-color: #8C92C0;
      left: 97%;
      -ms-transform: skew(-44deg);
          transform: skew(-44deg); }
    @media only screen and (max-width: 991px) {
      .content-section-container {
        margin: 1.25rem 0 2.5rem;
        padding: 0; }
        .content-section-container:before {
          content: none; } }
    @media only screen and (max-width: 767px) {
      .content-section-container:before {
        content: none; } }
    .content-section-container-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
      @media only screen and (max-width: 991px) {
        .content-section-container-inner {
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
          margin: 0 1.25rem; } }
      .content-section-container-inner-image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
        -ms-flex: 0 0 25rem;
            flex: 0 0 25rem;
        height: 310px;
        height: 19.375rem;
        position: relative;
        width: 400px;
        width: 25rem;
        margin-right: -100px;
        margin-right: -6.25rem;
        margin-top: 30px;
        margin-top: 1.875rem; }
        @media only screen and (max-width: 991px) {
          .content-section-container-inner-image {
            box-sizing: border-box;
            height: 15.625rem;
            margin: 0 1.25rem 1.875rem;
            width: 100%; } }
      .content-section-container-inner-content {
        padding-right: 200px;
        padding-right: 12.5rem;
        position: relative; }
        @media only screen and (max-width: 1279px) {
          .content-section-container-inner-content {
            padding-left: 6.25rem; } }
        @media only screen and (max-width: 991px) {
          .content-section-container-inner-content {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            padding-left: 0;
            padding: 0px; } }
        .content-section-container-inner-content-title {
          font-size: 25px;
          font-size: 1.5625rem;
          font-weight: 500;
          line-height: 33px;
          line-height: 2.0625rem;
          margin-bottom: 20px;
          margin-bottom: 1.25rem;
          max-width: 68%; }
          @media only screen and (max-width: 991px) {
            .content-section-container-inner-content-title {
              -ms-flex-order: 0;
                  order: 0;
              font-size: 1.25rem;
              line-height: 1.875rem; } }
        .content-section-container-inner-content-footer {
          margin-top: 40px;
          margin-top: 2.5rem;
          line-height: 34px;
          line-height: 2.125rem;
          font-size: 30px;
          font-size: 1.875rem;
          font-weight: bold; }
          @media only screen and (max-width: 991px) {
            .content-section-container-inner-content-footer {
              -ms-flex-order: 2;
                  order: 2;
              font-size: 1.25rem;
              line-height: 1.875rem; } }
          .content-section-container-inner-content-footer .line-separator {
            width: 1px;
            margin: 0px 15px 0px 15px;
            margin: 0px 0.9375rem 0px 0.9375rem;
            background: #D8D8D8;
            opacity: 0.5;
            display: inline-block; }
          .content-section-container-inner-content-footer .footer-content {
            display: inline-block;
            font-size: 15px;
            font-size: 0.9375rem; }
            .content-section-container-inner-content-footer .footer-content-highlight {
              display: block;
              font-size: 12px;
              font-size: 0.75rem;
              font-weight: 400; }
          .content-section-container-inner-content-footer-container {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
                flex-direction: row; }
            .content-section-container-inner-content-footer-container svg {
              margin-bottom: 10px;
              margin-bottom: 0.625rem; }
        .content-section-container-inner-content-description {
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 24px;
          line-height: 1.5rem;
          font-weight: 400;
          max-width: 80%; }
          @media only screen and (max-width: 991px) {
            .content-section-container-inner-content-description {
              -ms-flex-order: 1;
                  order: 1; } }

.general-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  @media only screen and (max-width: 991px) {
    .general-container {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media only screen and (max-width: 767px) {
    .general-container {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .general-container-image {
    height: 300px;
    height: 18.75rem;
    width: 370px;
    width: 23.125rem; }
  .general-container-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 70px;
    margin-left: 4.375rem; }
    .general-container-content-item {
      -ms-flex: 0 50%;
          flex: 0 50%; }
      .general-container-content-item span {
        font-weight: 600; }
      .general-container-content-item p {
        margin-bottom: 0px !important; }

@font-face {
  font-family: 'sky';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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") format("truetype"); }

.flight-planner {
  height: 750px;
  position: relative;
  overflow: hidden;
  padding: 33px 26px 0 104px;
  padding: 2.0625rem 1.625rem 0 6.5rem; }
  .flight-planner .map-tooltip {
    display: none !important; }
  .flight-planner .map {
    position: absolute;
    top: 0;
    left: 0;
    height: 750px;
    height: 46.875rem;
    width: 100%;
    z-index: 1; }
    .flight-planner .map .plane-div {
      display: none;
      height: 20px !important;
      height: 1.25rem !important;
      width: 20px !important;
      width: 1.25rem !important; }
      .flight-planner .map .plane-div .plane-icon {
        position: relative;
        -ms-transform-origin: 0.625rem 0.625rem;
            transform-origin: 0.625rem 0.625rem;
        height: 20px;
        height: 1.25rem;
        width: 20px;
        width: 1.25rem; }
        .flight-planner .map .plane-div .plane-icon::after {
          position: absolute;
          height: 20px;
          height: 1.25rem;
          width: 20px;
          width: 1.25rem;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
          content: url("../images/flight-planner/plane-02.svg"); }
    .flight-planner .map .airport-marker {
      transition-property: width, height, top, left;
      transition-duration: .25s; }
      .flight-planner .map .airport-marker:hover {
        height: 60px !important;
        height: 3.75rem !important;
        width: 60px !important;
        width: 3.75rem !important;
        top: -10px;
        top: -0.625rem;
        left: -10px;
        left: -0.625rem; }
    .flight-planner .map .city-popup {
      left: 0 !important;
      bottom: 11px !important;
      bottom: 0.6875rem !important; }
      .flight-planner .map .city-popup a {
        display: none; }
      .flight-planner .map .city-popup .leaflet-popup-content-wrapper {
        background-color: #2A2D64;
        border-radius: 0;
        padding: 5px;
        padding: 0.3125rem; }
        .flight-planner .map .city-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
          color: #fafafa;
          padding: 1px 6px 1px;
          padding: 0.0625rem 0.375rem 0.0625rem;
          line-height: 13px;
          line-height: 0.8125rem; }
      .flight-planner .map .city-popup .leaflet-popup-tip-container {
        width: 100%;
        height: 28px;
        height: 1.75rem;
        margin-left: 4px;
        margin-left: 0.25rem;
        position: relative;
        top: -1px;
        overflow: hidden; }
        .flight-planner .map .city-popup .leaflet-popup-tip-container .leaflet-popup-tip {
          background-color: #2A2D64;
          width: 43px;
          width: 2.6875rem;
          height: 35px;
          height: 2.1875rem;
          margin-top: -47px;
          margin-top: -2.9375rem;
          margin-left: 4px;
          margin-left: 0.25rem;
          border: none;
          box-shadow: none;
          -ms-transform: skew(-11deg, -55deg);
              transform: skew(-11deg, -55deg);
          position: absolute;
          top: 6px;
          top: 0.375rem; }
    .flight-planner .map .country-tooltip {
      display: none;
      min-width: 250px;
      min-width: 15.625rem;
      margin: -100px 0 0 -240px !important;
      margin: -6.25rem 0 0 -15rem !important; }
      .flight-planner .map .country-tooltip .box {
        position: relative;
        background-color: #2A2D64;
        padding: 10px;
        padding: 0.625rem;
        z-index: 1;
        height: 78px;
        height: 4.875rem; }
        .flight-planner .map .country-tooltip .box .icon {
          position: absolute; }
        .flight-planner .map .country-tooltip .box .info {
          margin: 0 0 0 70px;
          margin: 0 0 0 4.375rem;
          white-space: nowrap; }
          .flight-planner .map .country-tooltip .box .info p {
            font-size: 12px !important;
            font-size: 0.75rem !important;
            font-weight: 400;
            margin: 0;
            background-color: transparent !important; }
            .flight-planner .map .country-tooltip .box .info p.country {
              color: #fafafa; }
            .flight-planner .map .country-tooltip .box .info p.airports {
              color: #bababa; }
            .flight-planner .map .country-tooltip .box .info p.flights {
              color: #fafafa;
              padding: 0 !important; }
      .flight-planner .map .country-tooltip .tail {
        width: 39px;
        width: 2.4375rem;
        height: 30px;
        height: 1.875rem;
        background-color: #2A2D64;
        -ms-transform: skew(12deg, 53deg);
            transform: skew(12deg, 53deg);
        margin-top: -27px;
        margin-top: -1.6875rem;
        margin-left: auto;
        margin-right: 13px;
        margin-right: 0.8125rem;
        z-index: 0; }
    .flight-planner .map .leaflet-control-zoom.leaflet-bar.leaflet-control {
      background-color: transparent;
      box-shadow: none;
      border: none !important;
      border-radius: 0;
      margin: 40px 0 0 26px;
      margin: 2.5rem 0 0 1.625rem; }
    .flight-planner .map .leaflet-control-zoom.leaflet-bar .leaflet-disabled {
      opacity: 1; }
    .flight-planner .map .leaflet-control-zoom-in, .flight-planner .map .leaflet-control-zoom-out {
      width: 50px;
      width: 3.125rem;
      height: 50px;
      height: 3.125rem;
      opacity: 1;
      background: none;
      border: none;
      background-color: #FFD100 !important;
      margin-bottom: 10px;
      margin-bottom: 0.625rem;
      color: #2A2D64;
      text-align: center;
      line-height: 50px;
      line-height: 3.125rem;
      font-weight: 700;
      font-size: 27px;
      font-size: 1.6875rem;
      color: #2A2D64;
      text-indent: 0;
      content: "";
      /* Disable selecting + and - */
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Safari */
      /* Konqueror HTML */
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently
            supported by Chrome and Opera */ }
      .flight-planner .map .leaflet-control-zoom-in:hover, .flight-planner .map .leaflet-control-zoom-out:hover {
        border: none; }
    .flight-planner .map-exit-button {
      position: absolute;
      left: 26px;
      left: 1.625rem;
      top: 48px;
      top: 3rem;
      width: 148px;
      width: 9.25rem;
      height: 40px;
      height: 2.5rem;
      padding: 0 15px;
      padding: 0 0.9375rem;
      background-color: #FFD100;
      color: #2A2D64 !important;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 600;
      text-align: center;
      line-height: 50px;
      line-height: 3.125rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .flight-planner .map-exit-button::after {
        position: relative;
        font-family: 'sky';
        content: '\e804';
        height: 30px;
        height: 1.875rem;
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: lighter;
        line-height: 30px;
        line-height: 1.875rem;
        font-variant: normal;
        text-transform: none;
        display: inline-block;
        text-decoration: inherit; }
    .flight-planner .map-image {
      position: absolute;
      top: 0;
      left: 0;
      background: url("../images/flight-planner/map-image.png") no-repeat center center;
      background-size: cover;
      height: 100%;
      width: 100%; }
  .flight-planner .table {
    height: 717px;
    height: 44.8125rem;
    min-height: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: justify;
        align-content: space-between; }
    @media (max-width: 991px) {
      .flight-planner .table {
        height: 100%;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
        -ms-flex-pack: start;
            justify-content: flex-start;
        overflow-y: scroll;
        padding: 0.625rem 0; } }
    .flight-planner .table .sidebar {
      position: relative;
      -ms-flex: 0 0 750px;
          flex: 0 0 750px;
      width: 30%;
      min-width: 300px;
      min-width: 18.75rem;
      min-height: 0;
      overflow-y: scroll;
      padding: 15px 20px 150px 20px;
      padding: 0.9375rem 1.25rem 9.375rem 1.25rem; }
      @media (max-width: 991px) {
        .flight-planner .table .sidebar {
          -ms-flex-order: 2;
              order: 2;
          -ms-flex-preferred-size: unset;
              flex-basis: unset;
          padding: 0.625rem 20%;
          width: 100%; } }
      @media (max-width: 767px) {
        .flight-planner .table .sidebar {
          padding: 0.625rem 1.25rem; } }
  .flight-planner .flight-planner-search {
    -ms-flex: 0 0 64px;
        flex: 0 0 64px;
    -ms-flex: 0 0 4rem;
        flex: 0 0 4rem;
    width: calc(68% - 100px);
    z-index: 31;
    /* IE flex basis doesn't respect box sizing*/ }
    @media (max-width: 991px) {
      .flight-planner .flight-planner-search {
        transition: 0.3s ease-in-out; } }
    @media (max-width: 991px) {
      .flight-planner .flight-planner-search {
        -ms-flex-order: 1;
            order: 1;
        width: 100%;
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
        padding: 0 20%;
        margin-left: 0; } }
    @media (max-width: 767px) {
      .flight-planner .flight-planner-search {
        padding: 0 1.25rem; } }
    @media (max-width: 991px) {
      .flight-planner .flight-planner-search.search-centered {
        -ms-transform: translateY(15rem);
            transform: translateY(15rem); } }
    @media (max-width: 767px) {
      .flight-planner .flight-planner-search.search-centered {
        -ms-transform: translateY(8.75rem);
            transform: translateY(8.75rem); } }
    @media all and (-ms-high-contrast: none) {
      .flight-planner .flight-planner-search *::-ms-backdrop, .flight-planner .flight-planner-search {
        margin-bottom: 0.75rem; } }
    .flight-planner .flight-planner-search .search-wrapper {
      position: relative;
      height: 64px;
      height: 4rem;
      width: 520px;
      width: 32.5rem;
      background-color: #fff;
      margin: 15px auto 0 auto;
      margin: 0.9375rem auto 0 auto; }
      @media (max-width: 991px) {
        .flight-planner .flight-planner-search .search-wrapper {
          width: 100%;
          height: 3.125rem;
          margin-bottom: 0; } }
    .flight-planner .flight-planner-search .search-input {
      width: calc(100% - (2 * 15px));
      height: 90%;
      border: none;
      border-bottom: 2px solid #FFD100;
      margin: 0 15px;
      margin: 0 0.9375rem;
      padding: 0;
      padding-top: 10px;
      padding-top: 0.625rem;
      padding-right: 30px;
      padding-right: 1.875rem;
      opacity: 0.7;
      color: #696E9F;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      line-height: 40px;
      line-height: 2.5rem;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      display: block; }
      @media (max-width: 991px) {
        .flight-planner .flight-planner-search .search-input {
          transition: all 0.3s ease-out;
          margin: 0 0.46875rem;
          width: calc(100% - (2 * 7.5px));
          padding-top: 0.3125rem; } }
      @media (max-width: 991px) {
        .flight-planner .flight-planner-search .search-input {
          font-size: 0.75rem; } }
      .flight-planner .flight-planner-search .search-input:-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        opacity: 0.7;
        color: #696E9F;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 40px;
        line-height: 2.5rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block; }
      .flight-planner .flight-planner-search .search-input::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        opacity: 0.7;
        color: #696E9F;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 40px;
        line-height: 2.5rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block; }
        @media (max-width: 991px) {
          .flight-planner .flight-planner-search .search-input:-ms-input-placeholder {
            font-size: 0.75rem; }
          .flight-planner .flight-planner-search .search-input::placeholder {
            font-size: 0.75rem; } }
      .flight-planner .flight-planner-search .search-input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        opacity: 0.7;
        color: #696E9F;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 40px;
        line-height: 2.5rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block; }
        @media (max-width: 991px) {
          .flight-planner .flight-planner-search .search-input:-ms-input-placeholder {
            font-size: 0.75rem; } }
      .flight-planner .flight-planner-search .search-input::-ms-input-placeholder {
        /* Microsoft Edge */
        opacity: 0.7;
        color: #696E9F;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 40px;
        line-height: 2.5rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block; }
        @media (max-width: 991px) {
          .flight-planner .flight-planner-search .search-input::-ms-input-placeholder {
            font-size: 0.75rem; } }
      .flight-planner .flight-planner-search .search-input:focus, .flight-planner .flight-planner-search .search-input:active {
        outline: 0;
        border-color: #2A2D64; }
      .flight-planner .flight-planner-search .search-input-clear-button {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        height: 3.75rem;
        width: 60px;
        width: 3.75rem;
        color: #2A2D64;
        font-weight: 700;
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 60px;
        line-height: 3.75rem;
        text-align: center;
        z-index: 22;
        cursor: pointer; }
        @media (max-width: 991px) {
          .flight-planner .flight-planner-search .search-input-clear-button {
            top: 0;
            height: 3rem;
            width: 3rem;
            font-weight: 700;
            font-size: 1.25rem;
            line-height: 2.8125rem; } }
    .flight-planner .flight-planner-search .plane-icon {
      color: #6D3075;
      position: absolute;
      right: 15px;
      right: 0.9375rem;
      top: 25px;
      top: 1.5625rem;
      width: 27px;
      width: 1.6875rem;
      height: 15px;
      height: 0.9375rem; }
      @media (max-width: 991px) {
        .flight-planner .flight-planner-search .plane-icon {
          right: 0.46875rem;
          top: 1.125rem; } }
    .flight-planner .flight-planner-search .search-results {
      z-index: 99;
      position: relative;
      width: 100%;
      height: auto;
      max-height: 250px;
      max-height: 15.625rem;
      background-color: #fff;
      overflow-y: auto;
      margin: 5px auto;
      margin: 0.3125rem auto;
      padding: 0;
      /* Force to always show scroll bar */ }
      .flight-planner .flight-planner-search .search-results-item {
        position: relative;
        display: block;
        color: #696E9F;
        line-height: 50px;
        line-height: 3.125rem;
        font-size: 16px;
        font-size: 1rem;
        text-decoration: underline;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow-x: hidden;
        cursor: pointer; }
        .flight-planner .flight-planner-search .search-results-item:not(:last-child) {
          border-bottom: 1px solid #d8d8d8; }
        @media (max-width: 991px) {
          .flight-planner .flight-planner-search .search-results-item {
            font-size: 0.875rem; } }
        @media (max-width: 767px) {
          .flight-planner .flight-planner-search .search-results-item {
            font-size: 0.75rem; } }
        .flight-planner .flight-planner-search .search-results-item:hover, .flight-planner .flight-planner-search .search-results-item:focus, .flight-planner .flight-planner-search .search-results-item:active {
          background-color: #2A2D64;
          color: #fff;
          text-decoration: none; }
        .flight-planner .flight-planner-search .search-results-item:before {
          font-family: "sky";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          width: 1.2em;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1.2em;
          margin-left: 10px;
          margin-left: 0.625rem;
          margin-right: 10px;
          margin-right: 0.625rem;
          color: #1CCFC9; }
        .flight-planner .flight-planner-search .search-results-item-airport:before {
          content: '\e801';
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
        .flight-planner .flight-planner-search .search-results-item-city:before {
          content: '\e803'; }
      .flight-planner .flight-planner-search .search-results::-webkit-scrollbar {
        -webkit-appearance: none; }
      .flight-planner .flight-planner-search .search-results::-webkit-scrollbar:vertical {
        width: 11px;
        width: 0.6875rem; }
      .flight-planner .flight-planner-search .search-results::-webkit-scrollbar:horizontal {
        height: 11px;
        height: 0.6875rem; }
      .flight-planner .flight-planner-search .search-results::-webkit-scrollbar-thumb {
        border-radius: 0.5rem;
        border: 2px solid white;
        /* should match background, can't be transparent */
        background-color: rgba(0, 0, 0, 0.5); }
  .flight-planner .flight-planner-filter {
    position: relative;
    width: 100%;
    z-index: 10;
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    background-color: #fff;
    color: #2A2D64;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 56px;
    line-height: 3.5rem;
    text-align: center; }
    @media (max-width: 767px) {
      .flight-planner .flight-planner-filter {
        font-size: 0.75rem; } }
    .flight-planner .flight-planner-filter .filter-header {
      position: relative;
      width: 100%;
      border-bottom: 2px solid #FFD100; }
    .flight-planner .flight-planner-filter .filter-body {
      padding-bottom: 5px;
      padding-bottom: 0.3125rem; }
    .flight-planner .flight-planner-filter .filter-dir-tabs .tab-btn {
      display: inline-block;
      width: 50%;
      background-color: #fff;
      border: inherit;
      border-radius: inherit;
      box-shadow: inherit;
      color: inherit !important;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 21px 12px;
      padding: 1.3125rem 0.75rem; }
      .flight-planner .flight-planner-filter .filter-dir-tabs .tab-btn.active {
        background-color: #FFD100; }
    .flight-planner .flight-planner-filter .filter-category {
      position: relative;
      text-align: left;
      padding: 0 17px;
      padding: 0 1.0625rem; }
      .flight-planner .flight-planner-filter .filter-category-header {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 56px;
        line-height: 3.5rem;
        border-bottom: 2px solid #FFD100; }
        @media (max-width: 767px) {
          .flight-planner .flight-planner-filter .filter-category-header {
            font-size: 0.75rem; } }
      .flight-planner .flight-planner-filter .filter-category-body {
        margin-left: 0; }
      .flight-planner .flight-planner-filter .filter-category .date-item {
        position: relative; }
        .flight-planner .flight-planner-filter .filter-category .date-item:not(:last-child) {
          border-bottom: 2px solid #d8d8d8; }
        .flight-planner .flight-planner-filter .filter-category .date-item-input {
          display: none; }
        .flight-planner .flight-planner-filter .filter-category .date-item-label {
          color: #2A2D64;
          font-size: 12px;
          font-size: 0.75rem;
          font-weight: 700;
          line-height: 55px;
          line-height: 3.4375rem;
          margin-left: 60px;
          margin-left: 3.75rem; }
        .flight-planner .flight-planner-filter .filter-category .date-item-radio-icon {
          position: absolute;
          left: 15px;
          left: 0.9375rem;
          top: 13px;
          top: 0.8125rem;
          width: 29px;
          width: 1.8125rem;
          height: 29px;
          height: 1.8125rem;
          background-color: #FFD100; }
        .flight-planner .flight-planner-filter .filter-category .date-item-radio-check {
          position: absolute;
          top: 40%;
          left: 50%;
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
          width: 20px;
          width: 1.25rem;
          height: 11px;
          height: 0.6875rem; }
          .flight-planner .flight-planner-filter .filter-category .date-item-radio-check:before {
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            display: block;
            width: 4px;
            width: 0.25rem;
            height: 8px;
            height: 0.5rem;
            background-color: #2A2D64; }
          .flight-planner .flight-planner-filter .filter-category .date-item-radio-check:after {
            position: absolute;
            top: 7px;
            top: 0.4375rem;
            left: 0;
            content: '';
            width: 20px;
            width: 1.25rem;
            display: block;
            height: 4px;
            height: 0.25rem;
            background-color: #2A2D64; }
    .flight-planner .flight-planner-filter .icon-caret-down {
      width: 24px;
      width: 1.5rem;
      height: 12px;
      height: 0.75rem;
      position: absolute;
      top: 22px;
      top: 1.375rem;
      right: 17px;
      right: 1.0625rem;
      fill: #2A2D64; }
    .flight-planner .flight-planner-filter .icon-caret-down.open {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  .flight-planner .flight-planner-airline-results {
    position: relative;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    margin-bottom: 150px;
    margin-bottom: 9.375rem; }
    .flight-planner .flight-planner-airline-results .airlines {
      width: 100%;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 700;
      color: #707070; }
      .flight-planner .flight-planner-airline-results .airlines-row {
        width: 100%;
        padding: 19px;
        padding: 1.1875rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        cursor: pointer;
        /* IE flex items cannot be inline for justify to work*/ }
        .flight-planner .flight-planner-airline-results .airlines-row:not(:last-child) {
          border-bottom: 2px solid #d8d8d8; }
        .flight-planner .flight-planner-airline-results .airlines-row.active {
          background-color: #FFD100;
          color: #2A2D64; }
          .flight-planner .flight-planner-airline-results .airlines-row.active:not(:last-child) {
            border: none; }
        @media all and (-ms-high-contrast: none) {
          .flight-planner .flight-planner-airline-results .airlines-row *::-ms-backdrop, .flight-planner .flight-planner-airline-results .airlines-row > * {
            display: inline-block;
            word-break: break-all !important; } }
      .flight-planner .flight-planner-airline-results .airlines-time, .flight-planner .flight-planner-airline-results .airlines-location {
        -ms-flex-preferred-size: 28%;
            flex-basis: 28%;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
        word-break: break-word; }
      .flight-planner .flight-planner-airline-results .airlines-name {
        -ms-flex-preferred-size: 36%;
            flex-basis: 36%;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
        word-break: break-word; }
      .flight-planner .flight-planner-airline-results .airlines-flight-number {
        -ms-flex-preferred-size: 8%;
            flex-basis: 8%;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
      .flight-planner .flight-planner-airline-results .airlines-options-btn {
        display: inline-block;
        -ms-transform-origin: center;
            transform-origin: center;
        -ms-transform: translateY(-4px) rotate(90deg);
            transform: translateY(-4px) rotate(90deg);
        font-size: 16px;
        font-size: 1rem;
        line-height: 10px;
        line-height: 0.625rem;
        padding: 0 3px 7px 3px;
        padding: 0 0.1875rem 0.4375rem 0.1875rem;
        border: 1px solid #1CCFC9;
        border-radius: 2px;
        margin-right: 5px;
        margin-right: 0.3125rem; }
      .flight-planner .flight-planner-airline-results .airlines-error {
        text-align: center;
        line-height: 57px;
        line-height: 3.5625rem; }
  .flight-planner .flight-planner-flight-results {
    position: relative;
    width: 68%;
    max-width: 923px;
    max-width: 57.6875rem;
    -ms-flex: 0 0 568px;
        flex: 0 0 568px;
    -ms-flex: 0 0 35.5rem;
        flex: 0 0 35.5rem;
    min-height: 0;
    overflow: visible;
    z-index: 10;
    margin-top: 52px;
    margin-top: 3.25rem; }
    @media (max-width: 991px) {
      .flight-planner .flight-planner-flight-results {
        margin-top: 0;
        -ms-flex-order: 3;
            order: 3;
        width: 100%;
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
        padding: 0 20%; } }
    @media (max-width: 767px) {
      .flight-planner .flight-planner-flight-results {
        padding: 0 1.25rem; } }
    .flight-planner .flight-planner-flight-results-close-button {
      display: block;
      position: absolute;
      top: 0;
      left: -78px;
      left: -4.875rem;
      width: 50px;
      width: 3.125rem;
      height: 50px;
      height: 3.125rem;
      background-color: #FFD100;
      color: #2A2D64;
      font-family: "Helvetica Neue", sans-serif;
      font-size: 27px;
      font-size: 1.6875rem;
      font-weight: 700;
      line-height: 47px;
      line-height: 2.9375rem;
      text-align: center;
      cursor: pointer; }
    .flight-planner .flight-planner-flight-results .flights {
      position: relative;
      max-height: 568px;
      max-height: 35.5rem;
      overflow-y: scroll;
      width: 100%;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 700;
      color: #2A2D64;
      background-color: #fff;
      padding: 0; }
      @media (max-width: 991px) {
        .flight-planner .flight-planner-flight-results .flights {
          overflow: hidden;
          max-height: unset; } }
      .flight-planner .flight-planner-flight-results .flights-row {
        width: 100%;
        padding: 9px 19px;
        padding: 0.5625rem 1.1875rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        /* IE flex items cannot be inline for justify to work*/ }
        @media (max-width: 767px) {
          .flight-planner .flight-planner-flight-results .flights-row {
            padding: 1.1875rem 0;
            margin: 0 1.1875rem;
            width: calc(100% - 2 * 19px);
            -ms-flex-align: end;
                align-items: flex-end; }
            .flight-planner .flight-planner-flight-results .flights-row:not(:last-child) {
              border-bottom: 1px solid rgba(105, 110, 159, 0.6); } }
        .flight-planner .flight-planner-flight-results .flights-row.header {
          padding: 19px;
          padding: 1.1875rem;
          background-color: #E8E9EC; }
          .flight-planner .flight-planner-flight-results .flights-row.header .flights-datetime,
          .flight-planner .flight-planner-flight-results .flights-row.header .flights-airport {
            color: #2A2D64; }
        .flight-planner .flight-planner-flight-results .flights-row.even {
          background-color: #FAFAFA; }
        .flight-planner .flight-planner-flight-results .flights-row > *:not(:last-child) {
          text-align: left; }
        .flight-planner .flight-planner-flight-results .flights-row > *:last-child {
          text-align: right; }
        @media all and (-ms-high-contrast: none) {
          .flight-planner .flight-planner-flight-results .flights-row *::-ms-backdrop, .flight-planner .flight-planner-flight-results .flights-row > * {
            display: inline-block; } }
      .flight-planner .flight-planner-flight-results .flights-datetime {
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
        color: rgba(105, 110, 159, 0.6); }
        .flight-planner .flight-planner-flight-results .flights-datetime > * {
          display: block; }
      .flight-planner .flight-planner-flight-results .flights-airport {
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
        color: #1CCFC9; }
      .flight-planner .flight-planner-flight-results .flights-airline {
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
      .flight-planner .flight-planner-flight-results .flights-number {
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
      .flight-planner .flight-planner-flight-results .flights-aircraft {
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
      .flight-planner .flight-planner-flight-results .flights .no-flights {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        text-align: center;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400;
        padding: 30px;
        padding: 1.875rem; }
        @media (max-width: 767px) {
          .flight-planner .flight-planner-flight-results .flights .no-flights {
            padding: 3.125rem 1.25rem 6.25rem 1.25rem; } }
  .flight-planner .text-banner {
    z-index: 21;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    height: 3.125rem;
    width: 100%;
    background-color: #2A2D64;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 50px;
    line-height: 3.125rem;
    text-align: center;
    text-transform: uppercase;
    margin: 0; }
    .flight-planner .text-banner h1, .flight-planner .text-banner .h1 {
      font-size: inherit;
      line-height: inherit;
      margin: 0; }
    .flight-planner .text-banner-paragraph {
      font-size: 11.5px;
      font-size: 0.71875rem;
      font-weight: 400; }
      @media (max-width: 991px) {
        .flight-planner .text-banner-paragraph {
          display: block;
          margin-top: 0.625rem; } }
    @media (max-width: 991px) {
      .flight-planner .text-banner {
        top: 20%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        height: auto;
        width: 65%;
        line-height: unset;
        margin: 0 auto;
        background-color: transparent;
        color: inherit;
        transition: opacity 0.2s ease-in-out, transform 0.5s ease-in-out; }
        .flight-planner .text-banner.on-top {
          -ms-transform: translate(-50%, -400px);
              transform: translate(-50%, -400px);
          opacity: 0; } }
  .flight-planner .enter-flight-planner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    z-index: 20; }
  .flight-planner .enter-flight-planner-error {
    z-index: 30;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background: #fff;
    padding: 18px 20px;
    padding: 1.125rem 1.25rem; }
    .flight-planner .enter-flight-planner-error p {
      text-align: center;
      color: #2A2D64;
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold;
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
      .flight-planner .enter-flight-planner-error p:last-child {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .flight-planner .enter-flight-planner-error p {
          font-size: 0.75rem; } }
  .flight-planner .enter-flight-planner-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    z-index: 21;
    font-size: 16px;
    font-size: 1rem;
    padding: 17px 20px;
    padding: 1.0625rem 1.25rem;
    transition: box-shadow 0.3s ease-out, transform 0.3s ease-out; }
    .flight-planner .enter-flight-planner-button:hover {
      -ms-transform: translate(-50%, calc(-50% - 2px));
          transform: translate(-50%, calc(-50% - 2px)); }
    .flight-planner .enter-flight-planner-button.loading {
      background-color: #fff;
      color: #2A2D64 !important; }
      .flight-planner .enter-flight-planner-button.loading:hover {
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
      .flight-planner .enter-flight-planner-button.loading:focus {
        outline: 0;
        border: none; }
  .flight-planner .toggle-filters-button {
    z-index: 99;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: unset;
    background-color: #FFD100;
    color: #2A2D64 !important;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 7px 35px;
    padding: 0.4375rem 2.1875rem;
    cursor: pointer; }
    @media (max-width: 767px) {
      .flight-planner .toggle-filters-button {
        bottom: 3.125rem; } }
  @media (max-width: 991px) {
    .flight-planner {
      height: 43.75rem;
      padding: 0; } }
  @media (max-width: 767px) {
    .flight-planner {
      height: 31.25rem; } }
  .flight-planner .noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                        supported by Chrome and Opera */ }

.captcha_validation_msg {
  color: red;
  font-size: 0.8em;
  margin-left: 20px;
  margin-left: 1.25rem; }

#lost-and-found-form-other-category-wrapper,
#lost-and-found-form-other-first-level-category-wrapper,
#lost-and-found-form-other-second-level-category-wrapper {
  display: none; }

.laf-form-headings {
  color: #2A2D64;
  display: inline-block;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

/* legacy style fixes for fancybox */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: white;
  color: #444;
  text-shadow: none;
  padding: 0 !important;
  border-radius: 0.3125rem; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.2); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden;
  border-radius: 0.3125rem; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font: 0.875rem/1.25rem "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  padding: 0.9375rem;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  display: none; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  top: -6249.9375rem;
  left: -99999px;
  left: -6249.9375rem;
  max-width: 99999px;
  max-width: 6249.9375rem;
  max-height: 99999px;
  max-height: 6249.9375rem;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.4); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.cookie-disclaimer {
  background-color: #2B2C64;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1006;
  height: 75px;
  height: 4.6875rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s linear,opacity .5s linear; }
  .cookie-disclaimer > .container {
    height: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .cookie-disclaimer > .container > :nth-child(1) {
      -ms-flex: 1 0 80%;
          flex: 1 0 80%; }
    .cookie-disclaimer > .container > :nth-child(2) {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%; }
    @media only screen and (max-width: 991px) {
      .cookie-disclaimer > .container > * {
        -ms-flex: unset !important;
            flex: unset !important; } }
  @media (max-width: 1300px) {
    .cookie-disclaimer {
      height: 6.25rem; } }
  .cookie-disclaimer-text p {
    color: #FFFFFF;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 23px;
    line-height: 1.4375rem; }
    @media only screen and (max-width: 767px) {
      .cookie-disclaimer-text p {
        font-size: 0.625rem;
        line-height: 0.9375rem; } }
  .cookie-disclaimer-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    color: #FFDC03;
    margin-left: 30px;
    margin-left: 1.875rem;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .cookie-disclaimer-actions {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin-left: 0.625rem;
        font-size: 0.75rem;
        text-align: right; } }
    .cookie-disclaimer-actions a {
      color: #FFDC03;
      text-decoration: none;
      white-space: nowrap; }
      .cookie-disclaimer-actions a:first-child {
        margin-bottom: 10px;
        margin-bottom: 0.625rem; }
    .cookie-disclaimer-actions a:after {
      content: ' | ';
      color: #FFFFFF;
      font-weight: 400;
      margin: 0 7px 0 5px;
      margin: 0 0.4375rem 0 0.3125rem; }
      @media only screen and (max-width: 767px) {
        .cookie-disclaimer-actions a:after {
          content: ""; } }
    .cookie-disclaimer-actions a:last-child:after {
      content: ''; }

.cookie-disclaimer.close {
  visibility: hidden;
  opacity: 0; }

.cookie-disclaimer.show {
  visibility: visible;
  opacity: 0.95; }

.wow-popup {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .wow-popup.visible {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out; }
  .wow-popup__wrapper {
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 6%;
    height: 390px;
    height: 24.375rem;
    width: 382px;
    width: 23.875rem;
    border-radius: 2px;
    transition: all 0.5s ease-in-out; }
    @media only screen and (max-width: 991px) {
      .wow-popup__wrapper {
        width: 90%;
        top: 25%;
        left: 5%; } }
    .visible .wow-popup__wrapper {
      transition: all 0.5s ease-in-out; }
  .wow-popup__modal {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    overflow: hidden;
    background: royalblue;
    border-radius: 0.125rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5); }
  .wow-popup__content {
    position: relative;
    z-index: 3;
    padding: 151px 30px;
    padding: 9.4375rem 1.875rem;
    color: #fff; }
    @media only screen and (max-width: 991px) {
      .wow-popup__content {
        padding: 8.3125rem 1.875rem; } }
  .wow-popup__heading {
    margin: 0;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 40px;
    line-height: 2.5rem;
    color: inherit; }
    .wow-popup__heading span {
      font-size: 42px;
      font-size: 2.625rem; }
    @media only screen and (max-width: 991px) {
      .wow-popup__heading span {
        font-size: 1.3125rem; } }
  .wow-popup__text {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 26px;
    line-height: 1.625rem;
    color: inherit; }
    @media only screen and (max-width: 991px) {
      .wow-popup__text {
        font-size: 0.625rem;
        line-height: 1.125rem;
        margin-bottom: 1.25rem; } }
  .wow-popup__button {
    font-weight: 700;
    -ms-transform: none;
        transform: none;
    background-color: #FFDC03 !important; }
    .wow-popup__button:hover {
      -ms-transform: none;
          transform: none; }
    @media only screen and (max-width: 991px) {
      .wow-popup__button {
        font-size: 0.625rem !important;
        padding: 0 0.625rem !important;
        width: unset; } }
  .wow-popup__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: url("/ResourcePackages/da/images/wow-survey-popup.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center; }
    @media only screen and (max-width: 991px) {
      .wow-popup__image {
        background-image: url("/ResourcePackages/da/images/wow-survey-popup.png"); } }
  .wow-popup__close {
    position: absolute;
    z-index: 2;
    top: -62px;
    top: -3.875rem;
    left: 95%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 38px;
    width: 2.375rem;
    height: 38px;
    height: 2.375rem;
    fill: white;
    display: -ms-flexbox;
    background-color: rgba(0, 0, 0, 0.28);
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    cursor: pointer; }
    .wow-popup__close > svg {
      width: 20px;
      width: 1.25rem;
      height: 20px;
      height: 1.25rem; }
      @media only screen and (max-width: 991px) {
        .wow-popup__close > svg {
          width: 0.9375rem;
          height: 0.9375rem; } }
    @media only screen and (max-width: 991px) {
      .wow-popup__close {
        top: -3.4375rem;
        width: 3.125rem;
        height: 2.1875rem; } }
  .wow-popup__overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

.expo-popup {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .expo-popup.visible {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out; }
  .expo-popup__wrapper {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -45%);
        transform: translate(-50%, -45%);
    width: 70%;
    height: 555px;
    height: 34.6875rem;
    border-radius: 2px;
    transition: all 0.5s ease-in-out; }
    @media only screen and (max-width: 991px) {
      .expo-popup__wrapper {
        width: 90%;
        height: 21.875rem; } }
    .visible .expo-popup__wrapper {
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      transition: all 0.5s ease-in-out; }
  .expo-popup__modal {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    overflow: hidden;
    background: royalblue;
    border-radius: 2px;
    box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.5); }
  .expo-popup__content {
    position: relative;
    z-index: 3;
    -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    padding: 55px;
    padding: 3.4375rem;
    color: #fff; }
    @media only screen and (max-width: 991px) {
      .expo-popup__content {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        padding: 3.4375rem 0.3125rem 3.4375rem 1.6875rem; } }
  .expo-popup__heading {
    margin: 0;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 55px;
    line-height: 3.4375rem;
    color: inherit; }
    .expo-popup__heading span {
      font-size: 42px;
      font-size: 2.625rem; }
    @media only screen and (max-width: 991px) {
      .expo-popup__heading {
        font-size: 1rem;
        line-height: 1.5625rem;
        margin-bottom: 1.25rem; }
        .expo-popup__heading span {
          font-size: 1.3125rem; } }
  .expo-popup__text {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 26px;
    line-height: 1.625rem;
    color: inherit; }
    @media only screen and (max-width: 991px) {
      .expo-popup__text {
        font-size: 0.5625rem;
        line-height: 1.125rem;
        margin-bottom: 1.25rem; } }
  .expo-popup__button {
    text-transform: uppercase;
    font-weight: 700;
    -ms-transform: none;
        transform: none;
    background-color: #FFDC03 !important; }
    .expo-popup__button:hover {
      -ms-transform: none;
          transform: none; }
    @media only screen and (max-width: 991px) {
      .expo-popup__button {
        font-size: 0.625rem !important;
        padding: 0 0.625rem !important;
        width: unset; } }
  .expo-popup__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: url("/ResourcePackages/da/images/chinese-new-year.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center; }
    @media only screen and (max-width: 991px) {
      .expo-popup__image {
        background-image: url("/ResourcePackages/da/images/chinese-new-year-mobile.jpg"); } }
  .expo-popup__slanted-background {
    position: absolute;
    z-index: 2;
    left: -10px;
    left: -0.625rem;
    top: -5px;
    top: -0.3125rem;
    height: 110%;
    width: 30%;
    background-color: #132A6F; }
    @media only screen and (max-width: 991px) {
      .expo-popup__slanted-background {
        display: none; } }
    .expo-popup__slanted-background:after {
      position: absolute;
      right: 0;
      top: 0;
      content: "";
      display: block;
      height: 110%;
      width: 200px;
      width: 12.5rem;
      background-color: #132A6F;
      -ms-transform: skewX(-20deg) translateX(40%);
          transform: skewX(-20deg) translateX(40%); }
      @media only screen and (max-width: 991px) {
        .expo-popup__slanted-background:after {
          -ms-transform: skewX(-10deg) translateX(40%);
              transform: skewX(-10deg) translateX(40%); } }
  .expo-popup__icon {
    position: absolute;
    display: inline-block; }
    .expo-popup__icon-expo {
      top: 25px;
      top: 1.5625rem;
      right: 25px;
      right: 1.5625rem; }
      .expo-popup__icon-expo > svg {
        width: 120px;
        width: 7.5rem;
        height: 64px;
        height: 4rem; }
        @media only screen and (max-width: 991px) {
          .expo-popup__icon-expo > svg {
            width: 3.75rem;
            height: 2rem; } }
      @media only screen and (max-width: 991px) {
        .expo-popup__icon-expo {
          top: 0.625rem;
          right: 0.625rem; } }
    .expo-popup__icon-play {
      top: 50%;
      left: 73%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      height: 83px;
      height: 5.1875rem;
      width: 39px;
      width: 2.4375rem;
      background-color: #FFDC03;
      border-radius: 50%;
      cursor: pointer; }
      @media only screen and (max-width: 991px) {
        .expo-popup__icon-play {
          width: 2.5rem;
          height: 2.5rem; } }
      .expo-popup__icon-play > svg {
        width: 25px;
        width: 1.5625rem;
        -ms-transform: translateX(0.1875rem);
            transform: translateX(0.1875rem); }
        @media only screen and (max-width: 991px) {
          .expo-popup__icon-play > svg {
            width: 0.6875rem;
            -ms-transform: translateX(0);
                transform: translateX(0); } }
  .expo-popup__close {
    position: absolute;
    z-index: 2;
    top: -75px;
    top: -4.6875rem;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 60px;
    width: 3.75rem;
    height: 45px;
    height: 2.8125rem;
    fill: white;
    background-color: #132A6F;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.4);
    cursor: pointer; }
    .expo-popup__close > svg {
      width: 20px;
      width: 1.25rem;
      height: 20px;
      height: 1.25rem; }
      @media only screen and (max-width: 991px) {
        .expo-popup__close > svg {
          width: 0.9375rem;
          height: 0.9375rem; } }
    @media only screen and (max-width: 991px) {
      .expo-popup__close {
        top: -3.4375rem;
        width: 3.125rem;
        height: 2.1875rem; } }
  .expo-popup__overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

.center-banner {
  text-align: center;
  position: relative;
  z-index: 0;
  font-size: 0; }
  .center-banner .main-link {
    display: inline-block; }
  .center-banner img {
    margin: auto;
    width: auto;
    max-width: 100%;
    position: relative;
    z-index: 1; }
    .center-banner img.desktop-banner {
      display: block; }
    .center-banner img.mobile-banner {
      display: none; }
  .center-banner .center-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }
    .center-banner .center-banner-content h2, .center-banner .center-banner-content .h2,
    .center-banner .center-banner-content p {
      color: #FFF; }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .center-banner-content h2, .center-banner-content .h2 {
    font-size: 2.1875rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .center-banner-content h2, .center-banner-content .h2 {
    font-size: 1.875rem; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .center-banner-content h2, .center-banner-content .h2 {
    font-size: 1.625rem; } }

@media (max-width: 575.98px) {
  .center-banner img.desktop-banner {
    display: none; }
  .center-banner img.mobile-banner {
    display: block; }
  .center-banner .center-banner-content h2, .center-banner .center-banner-content .h2 {
    font-size: 1.5rem; } }

.flights-inner-header {
  padding: 45px 0;
  padding: 2.8125rem 0; }
  .flights-inner-header .header-main-div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .flights-inner-header .header-right-div h3, .flights-inner-header .header-right-div .h3 {
    margin: 0; }
  .flights-inner-header .header-right-div .social-links li {
    line-height: unset; }
  .flights-inner-header .header-right-div .social-links h3, .flights-inner-header .header-right-div .social-links .h3 {
    font-size: 30px;
    font-size: 1.875rem; }

.flights-input-wrapper {
  position: relative;
  margin-bottom: 0;
  border-bottom: solid 2px #FFD100;
  width: 380px;
  width: 23.75rem; }
  .flights-input-wrapper.flights-all-input-wrapper {
    width: 100%; }
  .flights-input-wrapper :-ms-input-placeholder {
    color: #2A2D64;
    opacity: 0.5;
    font-size: 17px;
    font-size: 1.0625rem; }
  .flights-input-wrapper ::placeholder {
    color: #2A2D64;
    opacity: 0.5;
    font-size: 17px;
    font-size: 1.0625rem; }
  .flights-input-wrapper input {
    font-weight: bold;
    border: 0;
    background: transparent; }
  .flights-input-wrapper input[type="text"] {
    width: 100%;
    margin-bottom: 0;
    padding: 0 0 0 10px;
    padding: 0 0 0 0.625rem; }
  .flights-input-wrapper svg {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    position: absolute;
    right: 6px;
    right: 0.375rem;
    top: 14px;
    top: 0.875rem; }

.all-flights-list-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 50px 0 0 0;
  padding: 3.125rem 0 0 0; }
  .all-flights-list-tabs .departure-arrival {
    width: 50%; }
    .all-flights-list-tabs .departure-arrival p {
      font-size: 23px;
      font-size: 1.4375rem;
      color: #2A2D64;
      margin: 0;
      font-weight: 600; }

.departure-arrival-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  .departure-arrival-main .departure-arrival-lists {
    width: 50%;
    margin: 0;
    padding: 0; }
    .departure-arrival-main .departure-arrival-lists li {
      position: relative;
      background: #FAFAFA;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      padding: 40px 80px 40px 55px;
      padding: 2.5rem 5rem 2.5rem 3.4375rem;
      border: 1px solid #d8d7d6; }
      .departure-arrival-main .departure-arrival-lists li:nth-child(even) {
        background: #ebeae8; }
      .departure-arrival-main .departure-arrival-lists li p {
        font-size: 15px;
        font-size: 0.9375rem;
        color: #2A2D64;
        font-weight: 600;
        line-height: 20px;
        line-height: 1.25rem;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .departure-arrival-main .departure-arrival-lists li p span {
          color: #1CCFC9; }
      .departure-arrival-main .departure-arrival-lists li .all-flights-timings {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 25%; }
      .departure-arrival-main .departure-arrival-lists li .all-flights-cities {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 30%; }
      .departure-arrival-main .departure-arrival-lists li .all-flights-number {
        width: 15%; }
      .departure-arrival-main .departure-arrival-lists li .all-flights-depart {
        width: 20%; }
        .departure-arrival-main .departure-arrival-lists li .all-flights-depart.cancelled p {
          color: #CF261C; }
        .departure-arrival-main .departure-arrival-lists li .all-flights-depart.arrived p {
          color: #1CCF57; }
      .departure-arrival-main .departure-arrival-lists li img {
        position: absolute;
        width: 12px;
        width: 0.75rem;
        top: 46px;
        top: 2.875rem;
        right: 30px;
        right: 1.875rem;
        opacity: 0; }
      .departure-arrival-main .departure-arrival-lists li a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .departure-arrival-main .departure-arrival-lists li a:hover {
          box-shadow: 0 0.3125rem 1.875rem rgba(0, 0, 0, 0.2);
          transition: all 0.5s ease-in-out; }
          .departure-arrival-main .departure-arrival-lists li a:hover ~ img {
            transition: all 0.5s ease-in-out;
            opacity: 0.8; }

.loadmore-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 60px;
  padding-top: 3.75rem; }

.flights-list-item-link {
  position: relative; }

.slide-anchor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

.flights-list-dxb-button {
  position: relative;
  z-index: 9999; }
  .flights-list-dxb-button .item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  .flights-list-dxb-button .dxb-more-btn {
    padding: 0;
    margin-top: 5px;
    margin-top: 0.3125rem; }
    .flights-list-dxb-button .dxb-more-btn .icon-dxb-more {
      display: block; }
    .flights-list-dxb-button .dxb-more-btn .icon-dxb-more-hover {
      display: none; }
    .flights-list-dxb-button .dxb-more-btn:hover .icon-dxb-more {
      display: none; }
    .flights-list-dxb-button .dxb-more-btn:hover .icon-dxb-more-hover {
      display: block; }

.flights-list-item > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 962px) and (orientation: landscape) {
    .flights-list-item > div {
      -ms-flex-align: center;
          align-items: center; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .departure-arrival-main .departure-arrival-lists li {
    padding: 1.875rem 1.25rem 1.875rem 2.5rem; }
    .departure-arrival-main .departure-arrival-lists li p {
      font-size: 0.875rem; }
    .departure-arrival-main .departure-arrival-lists li a:active ~ img, .departure-arrival-main .departure-arrival-lists li a:hover ~ img {
      opacity: 0; }
  .flights-list-dxb-button {
    padding-right: 0; }
    .flights-list-dxb-button .item-wrapper {
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .flights-list-dxb-button .item-wrapper img {
        width: 7.8125rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .departure-arrival-main .departure-arrival-lists li {
    padding: 1.875rem 0.625rem; }
    .departure-arrival-main .departure-arrival-lists li p {
      font-size: 0.8125rem; }
    .departure-arrival-main .departure-arrival-lists li a:active ~ img, .departure-arrival-main .departure-arrival-lists li a:hover ~ img {
      opacity: 0; }
  .all-flights-list-tabs {
    padding-bottom: 0.9375rem; }
  .header-main-div .header-right-div ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
  .all-flights .container .loadmore-btn {
    margin-bottom: 6.25rem; }
  .flights-list-dxb-button .item-wrapper {
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .flights-list-dxb-button .item-wrapper img {
      width: 6.875rem; }
  .flights-list-dxb-button .dxb-more-btn {
    margin-top: 0.625rem; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .departure-arrival-main .departure-arrival-lists li {
    padding: 1.875rem 0.625rem; }
    .departure-arrival-main .departure-arrival-lists li p {
      font-size: 0.8125rem; }
    .departure-arrival-main .departure-arrival-lists li a:active ~ img, .departure-arrival-main .departure-arrival-lists li a:hover ~ img {
      opacity: 0; }
  .all-flights-list-tabs {
    padding-bottom: 0.9375rem; }
  .header-main-div .header-right-div ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
  .all-flights .container .loadmore-btn {
    margin-bottom: 6.25rem; } }

@media (max-width: 575.98px) {
  .flights-inner-header {
    padding: 1.25rem 0.625rem; }
    .flights-inner-header h1, .flights-inner-header .h1 {
      font-size: 1.5625rem; }
    .flights-inner-header .header-right-div .social-links {
      display: none; }
  .all-flights {
    padding: 1.875rem 0 2.5rem 0; }
    .all-flights .flights-input-wrapper {
      width: 20.3125rem; }
    .all-flights .container {
      padding-left: 0.875rem;
      padding-right: 0.875rem; }
  .all-flights-list-tabs .departure-arrival {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0.9375rem 0;
    border-bottom: 2px solid #FFD100; }
    .all-flights-list-tabs .departure-arrival p {
      font-weight: bold;
      font-size: 1.25rem; }
    .all-flights-list-tabs .departure-arrival.active {
      background: #FFD100; }
  .departure-arrival-main {
    display: block; }
    .departure-arrival-main .departure-arrival-lists {
      width: 100%; }
      .departure-arrival-main .departure-arrival-lists li {
        padding: 1.875rem 0.625rem 1.875rem 0.625rem; }
        .departure-arrival-main .departure-arrival-lists li p, .departure-arrival-main .departure-arrival-lists li span {
          font-size: 0.875rem;
          font-weight: 500; }
        .departure-arrival-main .departure-arrival-lists li a:active ~ img, .departure-arrival-main .departure-arrival-lists li a:hover ~ img {
          opacity: 0; }
  .all-flights .container .loadmore-btn {
    margin-bottom: 1.875rem; }
  .flights-list-dxb-button .dxb-more-btn {
    width: 8.125rem; }
  .flights-list-dxb-button .item-wrapper {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .flights-list-item-status {
    text-align: left; }
  .flights-list-item > div {
    display: inline-block; } }

.pod-banner-section {
  position: relative; }
  .pod-banner-section .pod-banner-content {
    position: absolute;
    width: 540px;
    width: 33.75rem;
    height: auto;
    top: 100px;
    top: 6.25rem;
    left: 320px;
    left: 20rem; }
    .pod-banner-section .pod-banner-content h2, .pod-banner-section .pod-banner-content .h2 {
      font-size: 38px;
      font-size: 2.375rem;
      font-weight: bold;
      width: 80%;
      color: #ffffff;
      line-height: 60px;
      line-height: 3.75rem; }
    .pod-banner-section .pod-banner-content p {
      color: #ffffff; }
  @media (max-width: 575.98px) {
    .pod-banner-section {
      display: none; }
      .pod-banner-section.banner-travelling-with-children {
        display: block; } }

.tabs a.tabs-button {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  height: auto;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 5px #FFD100;
  border-bottom: solid 0.3125rem #FFD100;
  box-shadow: none;
  background-color: #f4f1ed;
  color: #2A2D64 !important;
  padding: 20px 0;
  padding: 1.25rem 0;
  transition: 0.3s background ease-out;
  line-height: 34px;
  line-height: 2.125rem;
  border-right: 1px solid #cacad4;
  border-left: none; }
  .tabs a.tabs-button.active {
    background-color: #FFD100; }
  .tabs a.tabs-button:hover {
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    text-decoration: none; }
  .tabs a.tabs-button:focus {
    text-decoration: none;
    outline: 0; }

.pod-services-section .container {
  width: 1250px;
  width: 78.125rem; }

.pod-services-section .card-link-slide .card-link-slide-panel .content-wrapper p span.title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 0 15px 0;
  padding: 0 0 0.9375rem 0; }

.pod-services-section .card-link-slide .card-link-slide-panel .content-wrapper p span.subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400; }

.pod-services-section .card-link-slide .card-link-slide-panel a.button, .pod-services-section .card-link-slide .card-link-slide-panel .dxb-generic-tabs-container-tab-button {
  padding: 16px 25px;
  padding: 1rem 1.5625rem;
  font-size: 16px;
  font-size: 1rem; }

.pod-services-section .card-link-slide .card-link-slide-panel .card-link-img {
  height: 100%; }

.services-title-text {
  font-size: 30px;
  font-size: 1.875rem; }

section.pod-services-section {
  padding: 12vw 0; }

@media (max-width: 767px) {
  .pod-services-section .container {
    width: 20.625rem;
    padding: 0 0.3125rem; } }

.pod-tabs-slider-box {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #F1ECE5;
  position: relative; }
  .pod-tabs-slider-box .slanted-leftRight ~ .section-slantBottom::before {
    background: #F1ECE5; }
  .pod-tabs-slider-box .container {
    width: 1250px;
    width: 78.125rem; }
  .pod-tabs-slider-box .arr-prev {
    position: absolute;
    top: 200px;
    top: 12.5rem;
    left: -50px;
    left: -3.125rem;
    width: 15px;
    width: 0.9375rem;
    z-index: 9999999; }
    .pod-tabs-slider-box .arr-prev img {
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }
  .pod-tabs-slider-box .arr-next {
    position: absolute;
    top: 200px;
    top: 12.5rem;
    right: -50px;
    right: -3.125rem;
    width: 15px;
    width: 0.9375rem;
    z-index: 9999999; }
  .pod-tabs-slider-box .slick-arrow.slick-disabled {
    opacity: 0;
    width: 0;
    height: 0; }
  .pod-tabs-slider-box .slick-slider {
    position: initial;
    z-index: 1; }

.pod-icon-tab-slider {
  margin: 100px 0 50px 0;
  margin: 6.25rem 0 3.125rem 0;
  overflow: hidden; }
  .pod-icon-tab-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start; }

.pod-icon-tabs {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 33%;
  -ms-flex-pack: center;
      justify-content: center; }
  .pod-icon-tabs.slick-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }

.pod-slider.pod-accordion-sec .accordion-list {
  display: none; }
  .pod-slider.pod-accordion-sec .accordion-list.active {
    display: block; }

.pod-icon-tabs .tabs {
  width: 200px;
  width: 12.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .pod-icon-tabs .tabs button {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }

.pod-icon-tabs .tabs-icon {
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
  border-radius: 50%;
  border: 2px solid #2A2D64;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: transparent;
  box-shadow: none;
  -ms-transform: none;
      transform: none;
  padding: 25px;
  padding: 1.5625rem; }
  .pod-icon-tabs .tabs-icon img {
    width: 100%;
    height: 100%; }
  .pod-icon-tabs .tabs-icon .hover {
    display: none; }
  .pod-icon-tabs .tabs-icon:hover {
    background: #2A2D64;
    transition: 0.5; }
    @media (prefers-reduced-motion: reduce) {
      .pod-icon-tabs .tabs-icon:hover {
        transition: none; } }
    .pod-icon-tabs .tabs-icon:hover .hover {
      display: block; }
    .pod-icon-tabs .tabs-icon:hover .default {
      display: none; }

.pod-icon-tabs.slick-current .tabs .tabs-icon {
  background: #2A2D64;
  transition: 0.5s; }
  @media (prefers-reduced-motion: reduce) {
    .pod-icon-tabs.slick-current .tabs .tabs-icon {
      transition: none; } }
  .pod-icon-tabs.slick-current .tabs .tabs-icon .hover {
    display: block; }
  .pod-icon-tabs.slick-current .tabs .tabs-icon .default {
    display: none; }

.pod-icon-tabs h3, .pod-icon-tabs .h3 {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 25px;
  line-height: 1.5625rem;
  text-transform: capitalize; }

.pod-icon-tabs.active .tabs .tabs-icon {
  background: #2A2D64; }
  .pod-icon-tabs.active .tabs .tabs-icon .default {
    display: none; }
  .pod-icon-tabs.active .tabs .tabs-icon .hover {
    display: inline-block; }

.pod-accordion-sec {
  overflow: hidden; }
  .pod-accordion-sec .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
  .pod-accordion-sec h3, .pod-accordion-sec .h3 {
    padding: 35px;
    padding: 2.1875rem;
    background: #2A2D64;
    color: #ffffff;
    font-size: 24px;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 0; }
  .pod-accordion-sec p {
    color: #2A2D64; }
  .pod-accordion-sec .accordion-list {
    position: relative; }
    .pod-accordion-sec .accordion-list .lists {
      padding: 12px 0 30px 0;
      padding: 0.75rem 0 1.875rem 0;
      position: relative;
      z-index: 1; }
      .pod-accordion-sec .accordion-list .lists .accordion-icons {
        position: absolute;
        width: 35px;
        width: 2.1875rem;
        height: 35px;
        height: 2.1875rem;
        top: 43px;
        top: 2.6875rem;
        right: 45px;
        right: 2.8125rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .pod-accordion-sec .accordion-list .lists .accordion-icons .open {
          display: none; }
      .pod-accordion-sec .accordion-list .lists.active h3, .pod-accordion-sec .accordion-list .lists.active .h3 {
        transition: 0.5s;
        background: #FFD100;
        color: #2A2D64; }
        @media (prefers-reduced-motion: reduce) {
          .pod-accordion-sec .accordion-list .lists.active h3, .pod-accordion-sec .accordion-list .lists.active .h3 {
            transition: none; } }
      .pod-accordion-sec .accordion-list .lists.active .open {
        transition: 0.5s;
        display: block; }
        @media (prefers-reduced-motion: reduce) {
          .pod-accordion-sec .accordion-list .lists.active .open {
            transition: none; } }
      .pod-accordion-sec .accordion-list .lists.active .closed {
        transition: 0.5s;
        display: none; }
        @media (prefers-reduced-motion: reduce) {
          .pod-accordion-sec .accordion-list .lists.active .closed {
            transition: none; } }
      .pod-accordion-sec .accordion-list .lists .lists-click {
        position: absolute;
        width: 100%;
        height: 100px;
        height: 6.25rem;
        top: 10px;
        top: 0.625rem;
        left: 0;
        z-index: 99;
        cursor: pointer; }

.normal-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
  color: #2A2D64; }
  .normal-text.bold {
    font-weight: bold; }
  .normal-text .red {
    color: #CF261C; }

.pod-accordion-content-box {
  padding: 50px 60px;
  padding: 3.125rem 3.75rem;
  background: #ffffff; }
  .pod-accordion-content-box .media-div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 10px;
    padding-top: 0.625rem; }
    .pod-accordion-content-box .media-div img {
      width: 520px;
      width: 32.5rem; }

.table-div {
  margin: 50px 0 0 0;
  margin: 3.125rem 0 0 0; }
  .table-div .table-lists {
    display: -ms-flexbox;
    display: flex;
    padding: 35px 50px;
    padding: 2.1875rem 3.125rem;
    border: 1px solid #2a2d6433; }
    .table-div .table-lists.striped {
      background: #f7f7f9; }
    .table-div .table-lists .table-left-col {
      width: 27%; }
    .table-div .table-lists .table-right-col {
      width: 73%; }
      .table-div .table-lists .table-right-col ol {
        margin: 0;
        list-style-type: disc; }
        .table-div .table-lists .table-right-col ol li {
          padding: 13px 0;
          padding: 0.8125rem 0; }
          .table-div .table-lists .table-right-col ol li:first-child {
            padding-top: 0; }
    .table-div .table-lists p {
      margin: 0; }

.pod-accordion-sec table {
  border: 1px solid rgba(42, 45, 100, 0.2);
  margin: 20px 0 0;
  margin: 1.25rem 0 0; }
  .pod-accordion-sec table tr {
    border-bottom: 1px solid rgba(42, 45, 100, 0.2); }
    .pod-accordion-sec table tr:nth-child(odd) {
      background: #f7f7f9; }
    .pod-accordion-sec table tr:last-child {
      border-bottom: 0; }
  .pod-accordion-sec table td {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    color: #2a2d64;
    line-height: 1.7;
    padding: 35px 50px;
    padding: 2.1875rem 3.125rem;
    vertical-align: top; }
    .pod-accordion-sec table td strong {
      font-size: 18px;
      font-size: 1.125rem;
      color: #2a2d64;
      font-weight: 800; }
    .pod-accordion-sec table td ol li,
    .pod-accordion-sec table td ul li {
      list-style: disc;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: normal;
      color: #2a2d64;
      line-height: 1.7;
      margin: 0 0 20px;
      margin: 0 0 1.25rem; }
      .pod-accordion-sec table td ol li:last-child,
      .pod-accordion-sec table td ul li:last-child {
        margin: 0; }
    .pod-accordion-sec table td span {
      color: #cf261c; }
    .pod-accordion-sec table td:last-child {
      padding-left: 0; }
    .pod-accordion-sec table td:first-child {
      width: 18% !important; }

.departure-arrival-box {
  padding: 15px 0 0 0;
  padding: 0.9375rem 0 0 0; }
  .departure-arrival-box .normal-text {
    margin: 0; }

.tabs-wrapper {
  float: none;
  vertical-align: bottom; }

.pod-banner-img .mobile-none {
  display: block; }

.pod-banner-img .desktop-none {
  display: none; }

.pod-banner-img img {
  vertical-align: middle; }

.pod-services-section .card-link-slide {
  margin: 15px 0;
  margin: 0.9375rem 0; }
  .pod-services-section .card-link-slide .card-link-slide-panel img.card-link-img {
    height: 250px;
    height: 15.625rem; }
  .pod-services-section .card-link-slide .card-link-slide-panel .content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.main-pod-tabs {
  background: #F1ECE5; }
  .main-pod-tabs .tabs {
    display: -ms-flexbox;
    display: flex; }
    .main-pod-tabs .tabs a.tabs-button {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 1441px) and (max-width: 1800px) {
  .pod-banner-section .pod-banner-content {
    top: 3.75rem;
    left: 13.75rem;
    width: 30rem; } }

@media (min-width: 1280px) and (max-width: 1440px) {
  .pod-tabs-slider-box .container {
    width: 71.875rem; }
  .pod-tabs-slider-box .arr-prev {
    top: 11.25rem;
    left: -1.25rem; }
  .pod-tabs-slider-box .arr-next {
    top: 11.25rem;
    right: -0.625rem; }
  .pod-banner-section .pod-banner-content {
    width: 34.375rem;
    top: 3.125rem;
    left: 8.75rem; }
    .pod-banner-section .pod-banner-content h2, .pod-banner-section .pod-banner-content .h2 {
      font-size: 2rem;
      line-height: 3.125rem; }
  .pod-services-section .card-link-slide .card-link-slide-panel .content-wrapper p span.subtitle {
    font-size: 0.9375rem; }
  .pod-services-section .card-link-slide .card-link-slide-panel .content-wrapper p span.title {
    font-size: 0.9375rem; }
  .pod-accordion-content-box .media-div img {
    width: 30rem; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .pod-banner-section .pod-banner-content {
    width: 25rem;
    left: 9.375rem;
    top: 3.125rem; }
    .pod-banner-section .pod-banner-content h2, .pod-banner-section .pod-banner-content .h2 {
      font-size: 1.5rem;
      line-height: 2.1875rem; }
  .pod-tabs-slider-box {
    padding-top: 0; }
    .pod-tabs-slider-box .container {
      width: 59.375rem;
      padding: 0; }
    .pod-tabs-slider-box .arr-prev {
      left: 0; }
    .pod-tabs-slider-box .arr-next {
      right: 0; }
  .pod-services-section .container {
    width: 62.5rem; }
  .pod-accordion-content-box .media-div img {
    width: 25.625rem; }
  .pod-services-section .card-link-slide .card-link-slide-panel .content-wrapper p span.subtitle {
    font-size: 0.875rem; }
  .pod-services-section .card-link-slide .card-link-slide-panel .content-wrapper p span.title {
    font-size: 0.875rem; } }

@media (min-width: 992px) and (max-width: 1024px) {
  .pod-tabs-slider-box {
    padding-bottom: 7.5rem; }
    .pod-tabs-slider-box .section-slantBottom.hidden-xs.hidden-sm {
      display: none; }
  .pod-icon-tab-slider {
    margin: 0.625rem 0 0 0;
    padding: 0; }
  .pod-icon-tabs {
    display: inline-block;
    width: 32%;
    padding: 0.3125rem 0; }
    .pod-icon-tabs .tabs {
      width: 100%; }
      .pod-icon-tabs .tabs .tabs-icon {
        width: 3.75rem;
        height: 3.75rem;
        margin-bottom: 0.3125rem;
        padding: 0.625rem; }
      .pod-icon-tabs .tabs h3, .pod-icon-tabs .tabs .h3 {
        font-size: 0.875rem;
        line-height: 1.125rem;
        padding: 0 0.625rem;
        margin: 0; }
    .pod-icon-tabs.active .tabs .tabs-icon {
      background: #2A2D64; }
      .pod-icon-tabs.active .tabs .tabs-icon .default {
        display: none; }
      .pod-icon-tabs.active .tabs .tabs-icon .hover {
        display: inline-block; }
  .pod-accordion-sec .accordion-list .lists {
    padding: 0 0 1.25rem 0; }
    .pod-accordion-sec .accordion-list .lists .accordion-icons {
      top: 2rem; }
  .main-pod-tabs .tabs a.tabs-button {
    line-height: 0;
    padding: 0;
    height: 4.625rem;
    font-size: 1.1875rem; }
  .dxb-generic-tabs-container-tab-button {
    font-size: 1.1875rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pod-icon-tab-slider {
    margin: 0.625rem 0 0 0;
    padding: 0; }
  .pod-icon-tabs {
    display: inline-block;
    width: 32%;
    padding: 0.3125rem 0; }
    .pod-icon-tabs .tabs {
      width: 100%; }
      .pod-icon-tabs .tabs .tabs-icon {
        width: 3.125rem;
        height: 3.125rem;
        margin-bottom: 0.3125rem;
        padding: 0.625rem; }
      .pod-icon-tabs .tabs h3, .pod-icon-tabs .tabs .h3 {
        font-size: 0.875rem;
        line-height: 1.125rem;
        padding: 0 0.625rem; }
    .pod-icon-tabs.active .tabs .tabs-icon {
      background: #2A2D64; }
      .pod-icon-tabs.active .tabs .tabs-icon .default {
        display: none; }
      .pod-icon-tabs.active .tabs .tabs-icon .hover {
        display: inline-block; }
  .pod-banner-section.shop-dine-banner .pod-banner-content {
    left: 4.375rem; }
  .pod-banner-section .pod-banner-content {
    width: 16.875rem;
    left: 5.625rem;
    top: 1.25rem; }
    .pod-banner-section .pod-banner-content h2, .pod-banner-section .pod-banner-content .h2 {
      font-size: 1.25rem;
      line-height: 1.875rem; }
  .pod-tabs-slider-box {
    padding-top: 0; }
    .pod-tabs-slider-box .container {
      width: 43.75rem;
      padding: 0 0.3125rem; }
    .pod-tabs-slider-box .arr-prev {
      top: 6.25rem;
      left: 0; }
    .pod-tabs-slider-box .arr-next {
      right: 0;
      top: 6.25rem; }
  .pod-accordion-sec .accordion-list .lists {
    padding: 0.3125rem 0;
    margin-bottom: 1.5625rem; }
    .pod-accordion-sec .accordion-list .lists .accordion-icons {
      width: 1.5rem;
      height: 1.5rem;
      top: 2.375rem;
      right: 1.25rem; }
  .pod-accordion-sec table td:first-child {
    width: 0 !important;
    padding: 2.1875rem 1.25rem; }
  .pod-accordion-content-box {
    padding: 1.875rem 1.875rem; }
    .pod-accordion-content-box .media-div {
      -ms-flex-direction: column;
          flex-direction: column; }
      .pod-accordion-content-box .media-div img,
      .pod-accordion-content-box .media-div video {
        width: 100%;
        margin: 0.625rem 0; }
  .table-div .table-lists {
    padding: 1.25rem 0.625rem 1.25rem 1.25rem; }
    .table-div .table-lists .table-left-col {
      width: 25%; }
    .table-div .table-lists .table-right-col {
      width: 75%; }
      .table-div .table-lists .table-right-col ol li {
        padding: 0.25rem 0; }
  .pod-services-section .container {
    width: 43.75rem; }
  .pod-services-section .card-link-slide .card-link-slide-panel .content-wrapper p span.subtitle {
    font-size: 0.8125rem; }
  .pod-services-section .card-link-slide .card-link-slide-panel .content-wrapper p span.title {
    font-size: 0.8125rem; }
  .pod-accordion-sec .accordion-list .lists .lists-click {
    height: 3.75rem;
    top: 0.3125rem; }
  .normal-text {
    font-size: 0.875rem; } }

@media (max-width: 767px) {
  .pod-icon-tab-slider {
    margin: 0;
    padding: 0; }
  .pod-icon-tabs {
    display: inline-block;
    width: 49%; }
    .pod-icon-tabs .tabs {
      width: 100%; }
      .pod-icon-tabs .tabs .tabs-icon {
        width: 3.125rem;
        height: 3.125rem;
        margin-bottom: 0.625rem;
        padding: 0.625rem; }
      .pod-icon-tabs .tabs h3, .pod-icon-tabs .tabs .h3 {
        font-size: 0.875rem; }
    .pod-icon-tabs.active .tabs .tabs-icon {
      border: none;
      outline: none;
      padding: 0.75rem; }
  .pod-banner-section .pod-banner-content {
    width: 9.375rem;
    left: 0.8125rem;
    top: 5.625rem; }
    .pod-banner-section .pod-banner-content h2, .pod-banner-section .pod-banner-content .h2 {
      font-size: 1rem;
      line-height: 1.125rem; }
  .pod-tabs-slider-box .arr-next {
    top: 3.75rem;
    right: 1.25rem;
    width: 3.125rem;
    height: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .pod-tabs-slider-box .arr-next img {
      width: 0.9375rem; }
  .pod-tabs-slider-box .arr-prev {
    top: 3.75rem;
    left: 1.25rem;
    width: 3.125rem;
    height: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .pod-tabs-slider-box .arr-prev img {
      width: 0.9375rem; }
  .pod-tabs-slider-box {
    padding-top: 3.125rem; }
    .pod-tabs-slider-box .container {
      width: 21.25rem;
      padding: 0 0.3125rem; }
  .pod-accordion-sec .accordion-list .lists {
    padding: 0.3125rem 0;
    width: 100%; }
    .pod-accordion-sec .accordion-list .lists .accordion-icons {
      width: 0.75rem;
      height: 0.75rem;
      top: 1.6875rem;
      right: 0.625rem; }
    .pod-accordion-sec .accordion-list .lists h3, .pod-accordion-sec .accordion-list .lists .h3 {
      font-size: 1rem;
      padding: 1.25rem 1.5625rem; }
    .pod-accordion-sec .accordion-list .lists p {
      font-size: 0.875rem;
      margin-bottom: 0.3125rem;
      line-height: 1.375rem; }
    .pod-accordion-sec .accordion-list .lists:focus, .pod-accordion-sec .accordion-list .lists:active {
      outline: 0;
      border: none; }
  .pod-accordion-content-box {
    padding: 1.875rem 1.25rem; }
    .pod-accordion-content-box .media-div {
      -ms-flex-direction: column;
          flex-direction: column; }
      .pod-accordion-content-box .media-div img,
      .pod-accordion-content-box .media-div video {
        width: 100%;
        margin: 0.625rem 0; }
  .services-title-text {
    font-size: 1.25rem; }
  .table-div .table-lists {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0.625rem 0.625rem 0.625rem 1.75rem; }
    .table-div .table-lists .table-left-col {
      width: 100%; }
    .table-div .table-lists .table-right-col {
      width: 100%; }
      .table-div .table-lists .table-right-col ol li {
        padding: 0.25rem 0; }
  .normal-text {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
    line-height: 1.375rem; }
  .pod-services-section .card-link-slide .card-link-slide-panel .content-wrapper p span.subtitle {
    font-size: 0.875rem; }
  .pod-services-section .card-link-slide .card-link-slide-panel .content-wrapper p span.title {
    font-size: 1rem; }
  .tabs-wrapper {
    float: none; }
  .main-pod-tabs .tabs a.tabs-button {
    height: auto;
    line-height: 1.5625rem;
    font-size: 0.8125rem;
    padding: 0.75rem 0 0.625rem 0; }
  .pod-banner-img .mobile-none {
    display: none; }
  .pod-banner-img .desktop-none {
    display: block; }
  .pod-accordion-sec .accordion-list .lists .lists-click {
    height: 3.625rem;
    top: 0.3125rem; }
  .pod-accordion-sec table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    padding: 0.9375rem; }
  .pod-accordion-sec table td {
    width: 100% !important;
    padding: 0;
    font-size: 0.875rem; }
    .pod-accordion-sec table td p {
      font-size: 0.875rem; }
    .pod-accordion-sec table td strong {
      font-size: 0.875rem; }
    .pod-accordion-sec table td ol li,
    .pod-accordion-sec table td ul li {
      font-size: 0.875rem;
      margin: 0 0 0.625rem; }
    .pod-accordion-sec table td:first-child {
      width: 100% !important;
      padding: 0; } }

@media (max-width: 991px) {
  .dxb-generic-tabs-container-tab-button {
    padding: 0; }
  .main-pod-tabs .tabs a.tabs-button {
    font-size: 0.8125rem;
    padding: 0;
    height: 4.625rem; } }

@media screen and (min-width: 500px) and (max-width: 870px) and (orientation: landscape) {
  body {
    overflow: hidden !important; }
  .pod-icon-tab-slider {
    margin: 0.625rem 0 0 0;
    padding: 0; }
  .pod-icon-tabs {
    display: inline-block;
    width: 32%;
    padding: 0.3125rem 0; }
    .pod-icon-tabs .tabs {
      width: 100%; }
      .pod-icon-tabs .tabs .tabs-icon {
        width: 3.125rem;
        height: 3.125rem;
        margin-bottom: 0.3125rem;
        padding: 0.625rem; }
      .pod-icon-tabs .tabs h3, .pod-icon-tabs .tabs .h3 {
        font-size: 0.875rem;
        line-height: 1.125rem;
        min-height: 3.75rem; }
    .pod-icon-tabs.active .tabs .tabs-icon {
      background: #2A2D64; }
      .pod-icon-tabs.active .tabs .tabs-icon .default {
        display: none; }
      .pod-icon-tabs.active .tabs .tabs-icon .hover {
        display: inline-block; }
  .pod-banner-img .mobile-none {
    display: block; }
  .pod-banner-img .desktop-none {
    display: none; }
  .swatchCounter {
    top: 0; }
  .pod-banner-section.shop-dine-banner .pod-banner-content {
    width: 18.75rem;
    top: 1.5625rem;
    left: 1.5625rem; }
  .pod-tabs-slider-box .container {
    width: 100%; }
  .pod-accordion-sec .accordion-list .lists .lists-click {
    height: 3.75rem;
    top: 0.3125rem; }
  .pod-tabs-slider-box .arr-next {
    top: 9.375rem;
    right: 1.25rem; }
  .pod-tabs-slider-box .arr-prev {
    top: 9.375rem;
    left: 1.25rem; } }

.row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

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

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

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

.shop-dine-offers-promotions-sec {
  z-index: 3;
  height: 800px;
  height: 50rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 120px;
  background-color: #f1ece5; }
  @media (min-width: 1366.1px) {
    .shop-dine-offers-promotions-sec {
      height: 67.5rem; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .shop-dine-offers-promotions-sec {
      padding-top: 120px;
      height: 43.75rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shop-dine-offers-promotions-sec {
      height: auto;
      padding: 150px 0; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .shop-dine-offers-promotions-sec {
      height: auto;
      padding: 60px 0; } }
  .shop-dine-offers-promotions-sec .data {
    position: relative;
    z-index: 5; }
  .shop-dine-offers-promotions-sec .content h2, .shop-dine-offers-promotions-sec .content .h2 {
    font-size: 38px;
    font-size: 2.375rem;
    color: #ffffff;
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .shop-dine-offers-promotions-sec .content h2, .shop-dine-offers-promotions-sec .content .h2 {
        font-size: 2rem;
        margin-bottom: 1.5625rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .shop-dine-offers-promotions-sec .content h2, .shop-dine-offers-promotions-sec .content .h2 {
        font-size: 1.25rem;
        margin-bottom: 1.25rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .shop-dine-offers-promotions-sec .content h2, .shop-dine-offers-promotions-sec .content .h2 {
        font-size: 1rem;
        margin-bottom: 1.25rem; } }
  .shop-dine-offers-promotions-sec .content p {
    color: #ffffff;
    font-size: 26px;
    font-size: 1.625rem; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .shop-dine-offers-promotions-sec .content p {
        font-size: 1.25rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .shop-dine-offers-promotions-sec .content p {
        font-size: 0.875rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .shop-dine-offers-promotions-sec .content p {
        font-size: 0.75rem; } }
  .shop-dine-offers-promotions-sec .content a.btn, .shop-dine-offers-promotions-sec .content .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard .shop-dine-offers-promotions-sec .content a {
    margin-top: 30px;
    margin-top: 1.875rem;
    white-space: nowrap; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .shop-dine-offers-promotions-sec .content a.btn, .shop-dine-offers-promotions-sec .content .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard .shop-dine-offers-promotions-sec .content a {
        margin-top: 1.5625rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .shop-dine-offers-promotions-sec .content a.btn, .shop-dine-offers-promotions-sec .content .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard .shop-dine-offers-promotions-sec .content a {
        margin-top: 0.625rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .shop-dine-offers-promotions-sec .content a.btn, .shop-dine-offers-promotions-sec .content .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard .shop-dine-offers-promotions-sec .content a {
        margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shop-dine-offers-promotions-sec img {
      margin: 1.875rem 0; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .shop-dine-offers-promotions-sec img {
      margin: 1.875rem 0; } }

.mobile-pro-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  display: none; }
  @media (min-width: 768px) and (max-width: 2520px) {
    .mobile-pro-btn {
      display: none; } }

.mobile-filer-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  display: block; }
  @media (min-width: 768px) and (max-width: 820px) {
    .mobile-filer-btn {
      display: none; } }
  @media (min-width: 950px) and (max-width: 2520px) {
    .mobile-filer-btn {
      display: none; } }

.mbl-filter-btn {
  padding: 14px 28px;
  padding: 0.875rem 1.75rem;
  margin: 10px 0;
  margin: 0.625rem 0;
  background: #2A2D64;
  color: #ffffff; }
  .mbl-filter-btn a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .mbl-filter-btn h3, .mbl-filter-btn .h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700; }
  .mbl-filter-btn img {
    width: 28px;
    width: 1.75rem; }
  @media (min-width: 768px) and (max-width: 820px) {
    .mbl-filter-btn {
      display: none; } }
  @media (min-width: 950px) and (max-width: 2520px) {
    .mbl-filter-btn {
      display: none; } }

.apply-button {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
  font-size: 16px !important;
  font-size: 1rem !important; }

.desktop-none {
  display: none; }
  @media (min-width: 320px) and (max-width: 767px) {
    .desktop-none {
      display: block !important; } }

@media (min-width: 320px) and (max-width: 767px) {
  .mobile-none {
    display: none !important; } }

.shop-dine-card-display-text h3, .shop-dine-card-display-text .h3 {
  color: #132A6F;
  margin-bottom: 0;
  font-size: 22px;
  font-size: 1.375rem; }
  @media (min-width: 1366.1px) {
    .shop-dine-card-display-text h3, .shop-dine-card-display-text .h3 {
      font-size: 1.5625rem; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .shop-dine-card-display-text h3, .shop-dine-card-display-text .h3 {
      font-size: 1.125rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shop-dine-card-display-text h3, .shop-dine-card-display-text .h3 {
      font-size: 1.125rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .shop-dine-card-display-text h3, .shop-dine-card-display-text .h3 {
      margin-bottom: 1.25rem;
      font-size: 1.125rem; } }

.shop-dine-card-tab ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  margin: 0; }
  .shop-dine-card-tab ul li:not(:first-child) {
    margin: 0 0 0 15px;
    margin: 0 0 0 0.9375rem; }

@media (min-width: 320px) and (max-width: 767px) {
  .shop-dine-card-tab {
    margin-bottom: 1.875rem; }
    .shop-dine-card-tab ul {
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .shop-dine-card-tab ul li {
        width: 100%; } }

.tab-btn-with-icon {
  color: #132A6F;
  border: 1px solid #132A6F;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: .8s ease; }
  @media (min-width: 1366.1px) {
    .tab-btn-with-icon {
      font-size: 1rem; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .tab-btn-with-icon {
      font-size: 0.875rem;
      padding: 0.5rem 0.875rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tab-btn-with-icon {
      font-size: 0.875rem;
      padding: 0.5rem 0.75rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .tab-btn-with-icon {
      font-size: 0.8125rem;
      -ms-flex-pack: center;
          justify-content: center; } }
  .tab-btn-with-icon .icon {
    width: 22px;
    width: 1.375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 15px 0 0;
    margin: 0 0.9375rem 0 0; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .tab-btn-with-icon .icon {
        width: 1.5625rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .tab-btn-with-icon .icon {
        width: 1.5625rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .tab-btn-with-icon .icon {
        width: 1.5625rem; } }
    .tab-btn-with-icon .icon img {
      width: 100%;
      height: auto; }
      .tab-btn-with-icon .icon img.light {
        display: none; }
  .tab-btn-with-icon.active {
    background: #ffffff;
    border-color: transparent;
    box-shadow: #0003 0px 0.8125rem 1.5625rem 0px; }

.banner-desktop-none {
  display: none !important; }
  @media (min-width: 320px) and (max-width: 767px) {
    .banner-desktop-none {
      display: block !important; } }

.banner-mobile-none {
  display: block !important; }
  @media (min-width: 320px) and (max-width: 767px) {
    .banner-mobile-none {
      display: none !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

.search_bar_container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 60px;
  margin-bottom: 3.75rem; }
  .search_bar_container .form-control-container {
    width: 857px;
    width: 53.5625rem;
    position: relative;
    margin-right: 60px;
    margin-right: 3.75rem; }
    .search_bar_container .form-control-container svg {
      position: absolute;
      right: 10px;
      height: 24.36px;
      height: 1.5225rem;
      width: 24.36px;
      width: 1.5225rem;
      top: 29%;
      fill: #132A6F; }
    .search_bar_container .form-control-container input {
      font-weight: 700;
      width: 100%;
      margin: 0;
      height: 60px;
      height: 3.75rem;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-bottom: 1px solid #132A6F;
      background: none;
      padding-left: 0;
      padding-right: 55px;
      padding-right: 3.4375rem;
      border-radius: 0px; }
      .search_bar_container .form-control-container input:-ms-input-placeholder {
        color: #132A6F;
        font-weight: 600; }
      .search_bar_container .form-control-container input::placeholder {
        color: #132A6F;
        font-weight: 600; }
      .search_bar_container .form-control-container input:focus {
        /* border: none; */
        outline: 0;
        box-shadow: none; }
  .search_bar_container .search-btn {
    width: 252px;
    width: 15.75rem; }
    .search_bar_container .search-btn button {
      width: 100%;
      padding: 18px;
      padding: 1.125rem; }
  .search_bar_container .search-icon-anchor:hover .search-icon-svg {
    fill: #FFD100;
    transition: 0.5s; }
    @media (prefers-reduced-motion: reduce) {
      .search_bar_container .search-icon-anchor:hover .search-icon-svg {
        transition: none; } }

.other-options-text {
  font-weight: 700;
  text-decoration: none;
  position: relative; }
  .other-options-text:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #2a2d64;
    transition: all .5s ease-in-out; }
  .other-options-text:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    z-index: 1;
    background-color: #696e9f;
    transition: all .5s ease-in-out; }
  .other-options-text:hover {
    color: #696E9F;
    text-decoration: none; }
    .other-options-text:hover:hover:after {
      width: 100%;
      left: 0; }

.rc-detail-default {
  font-weight: 500; }

.loader-bg {
  width: 100%;
  height: 95%;
  min-height: 150px;
  min-height: 9.375rem;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.loader {
  position: absolute;
  left: 50%;
  top: 120px;
  top: 7.5rem;
  z-index: 10000;
  color: transparent;
  width: 90px;
  width: 5.625rem;
  height: 90px;
  height: 5.625rem;
  margin: -76px 0 0 -76px;
  margin: -4.75rem 0 0 -4.75rem;
  border: 10px solid #d8d7d6;
  border: 0.625rem solid #d8d7d6;
  border-radius: 50%;
  border-top: 10px solid #2A2D64;
  border-top: 0.625rem solid #2A2D64;
  animation: spin 2s linear infinite;
  box-shadow: 0 0 0 1px transparent; }
  .loader:before, .loader:after {
    content: unset; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media (min-width: 992px) and (max-width: 1279px) {
  .loader-bg {
    height: 98%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .loader-bg {
    height: 97%; }
  .search_bar_container {
    -ms-flex-direction: row;
        flex-direction: row; }
    .search_bar_container .search-btn {
      -ms-flex: .5;
          flex: .5; }
    .search_bar_container .form-control-container {
      width: auto;
      -ms-flex: 1;
          flex: 1;
      margin-right: 0.9375rem; } }

@media (max-width: 1024px) {
  .search_bar_container {
    -ms-flex-pack: end;
        justify-content: end;
    margin-bottom: 0.625rem; }
    .search_bar_container .form-control-container {
      width: 73%;
      margin-bottom: 1.25rem;
      margin-right: 1.25rem; }
    .search_bar_container .search-btn {
      width: 14.375rem; } }

@media (max-width: 767px) {
  .loader {
    left: 57%;
    top: 18.75rem; }
  .loader-bg {
    top: 0;
    height: 99%; }
  .search_bar_container {
    -ms-flex-direction: row;
        flex-direction: row; }
    .search_bar_container .search-btn {
      -ms-flex: .5;
          flex: .5; }
    .search_bar_container .form-control-container {
      width: auto;
      -ms-flex: 1;
          flex: 1;
      margin-right: 0.9375rem; }
      .search_bar_container .form-control-container input {
        -webkit-appearance: none;
        appearance: none; }
        .search_bar_container .form-control-container input:-ms-input-placeholder {
          font-size: 0.875rem; }
        .search_bar_container .form-control-container input::placeholder {
          font-size: 0.875rem; } }

@media (max-width: 595.98px) {
  .shop-and-dine-more-slider-nav .shop-dine-arrow {
    position: absolute;
    width: 2.1875rem;
    height: 2.1875rem;
    bottom: -2.1875rem;
    border: 1px solid #2A2D64;
    color: #2A2D64;
    background: transparent;
    box-shadow: none; }
    .shop-and-dine-more-slider-nav .shop-dine-arrow.shop-dine-prev-arrow {
      right: 51%; }
    .shop-and-dine-more-slider-nav .shop-dine-arrow.shop-dine-next-arrow {
      left: 51%; }
    .shop-and-dine-more-slider-nav .shop-dine-arrow img {
      height: 38%; }
    .shop-and-dine-more-slider-nav .shop-dine-arrow.slick-disabled {
      opacity: .5;
      cursor: not-allowed; }
  .shop-and-dine-section .c-tab {
    position: relative; }
  .shop-and-dine-section .pagination {
    margin-top: 3.125rem; }
    .shop-and-dine-section .pagination .pagination-list-item {
      margin: 0 0.25rem; }
    .shop-and-dine-section .pagination .pagination-list-item-link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      min-width: 1.25rem;
      width: 2rem;
      height: 2rem;
      margin-bottom: 1.875rem;
      font-size: 1rem; } }

@media screen and (min-width: 500px) and (max-width: 920px) and (orientation: landscape) {
  .loader-bg {
    width: 57.1875rem;
    left: -4.875rem;
    height: 92%; }
  .loader {
    top: 18.75rem; }
  .shop-and-dine-more-slider-nav .shop-dine-arrow {
    position: absolute;
    width: 2.1875rem;
    height: 2.1875rem;
    bottom: -2.1875rem;
    border: 1px solid #2A2D64;
    color: #2A2D64;
    background: transparent;
    box-shadow: none; }
    .shop-and-dine-more-slider-nav .shop-dine-arrow.shop-dine-prev-arrow {
      right: 51%; }
    .shop-and-dine-more-slider-nav .shop-dine-arrow.shop-dine-next-arrow {
      left: 51%; }
    .shop-and-dine-more-slider-nav .shop-dine-arrow img {
      height: 38%; }
    .shop-and-dine-more-slider-nav .shop-dine-arrow.slick-disabled {
      opacity: .5;
      cursor: not-allowed; }
  .shop-and-dine-section .c-tab {
    position: relative; }
  .shop-and-dine-section .pagination {
    margin-top: 3.125rem; }
    .shop-and-dine-section .pagination .pagination-list-item {
      margin: 0 0.25rem; }
    .shop-and-dine-section .pagination .pagination-list-item-link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      min-width: 1.25rem;
      width: 2rem;
      height: 2rem;
      margin-bottom: 1.875rem;
      font-size: 1rem; } }

.mb-0 {
  margin-bottom: 0; }

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

.align-item-center {
  -ms-flex-align: center;
      align-items: center; }

.shop-and-dine-section {
  background: #F4F1ED;
  padding-bottom: 0; }
  .shop-and-dine-section .shop-card-list ul li {
    margin-bottom: 80px;
    margin-bottom: 5rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .shop-and-dine-section .shop-card-list ul li {
        margin-bottom: 2.5rem; } }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .shop-and-dine-section .shop-card-list ul li {
        width: 17.5rem; } }

.shp-d-tab-container {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px !important;
  margin-bottom: 3.75rem !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .shp-d-tab-container h4, .shp-d-tab-container .h4 {
    font-size: 24px;
    font-size: 1.5rem; }
  .shp-d-tab-container .tab-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .shp-d-tab-container .tab-list a {
      padding: 13px 40px;
      padding: 0.8125rem 2.5rem;
      border: 1px solid #2B2D65;
      transition: all 0.8s;
      font-weight: 600;
      letter-spacing: 0px;
      color: #132A6F;
      min-width: 117px;
      min-width: 7.3125rem;
      text-align: center;
      position: relative;
      margin: 0 20px;
      margin: 0 1.25rem; }
      @media (min-width: 1280px) and (max-width: 1440px) {
        .shp-d-tab-container .tab-list a {
          margin: 0 1rem; } }
      @media (min-width: 1025px) and (max-width: 1279px) {
        .shp-d-tab-container .tab-list a {
          padding: 0.8125rem 1.25rem;
          margin: 0 0.625rem; } }
      .shp-d-tab-container .tab-list a:nth-last-child(1) {
        margin-right: 0px; }
      .shp-d-tab-container .tab-list a:hover {
        text-decoration: none; }
      .shp-d-tab-container .tab-list a:focus {
        text-decoration: none;
        outline: 0; }
      .shp-d-tab-container .tab-list a .checkbox {
        position: absolute;
        width: 100%;
        visibility: visible;
        height: 100%;
        top: 0;
        left: 0; }
      @media (max-width: 991px) and (min-width: 768px) {
        .shp-d-tab-container .tab-list a {
          min-width: 3.875rem;
          padding: 1.375rem 0.8125rem !important;
          line-height: 0; } }
    .shp-d-tab-container .tab-list a.active {
      background: #fff;
      color: #132A6F;
      box-shadow: 0px 0.1875rem 0.375rem #00000040;
      border: none; }
    .shp-d-tab-container .tab-list a.filter-active {
      background: #fff;
      color: #132A6F;
      box-shadow: 0px 0.1875rem 0.375rem #00000040;
      border: none; }

.loadMoreBtn {
  padding: 50px 0;
  padding: 3.125rem 0; }

@media (max-width: 1024px) {
  .shp-d-tab-container {
    margin-bottom: 1.25rem; }
    .shp-d-tab-container .tab-list {
      margin-top: 1.25rem; }
      .shp-d-tab-container .tab-list a {
        padding: 0.8125rem 1.25rem;
        margin: 0 0.625rem; }
        .shp-d-tab-container .tab-list a:nth-last-child(1) {
          margin-right: 0; } }

@media (min-width: 320px) and (max-width: 767px) {
  .shp-d-tab-container {
    margin-bottom: 0.625rem !important;
    display: block;
    -ms-flex-wrap: initial;
        flex-wrap: initial; }
    .shp-d-tab-container .tab-list {
      overflow-y: scroll;
      grid-gap: 0 !important;
      overflow-x: scroll;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: initial;
          justify-content: initial;
      display: -ms-flexbox;
      display: flex;
      white-space: nowrap; }
      .shp-d-tab-container .tab-list a {
        padding: 0.5rem 0.625rem !important;
        argin-bottom: 1.1875rem;
        margin-right: 0.625rem;
        margin-bottom: 0.9375rem; }
        .shp-d-tab-container .tab-list a:nth-child(1) {
          margin-left: 0; } }

@media (max-width: 991px) and (min-width: 768px) {
  .shp-d-tab-container {
    margin-bottom: 1.25rem !important; }
    .shp-d-tab-container div .tab-list {
      -ms-flex-pack: start;
          justify-content: start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 0; }
      .shp-d-tab-container div .tab-list a {
        margin-right: 0.625rem; } }

@media screen and (min-width: 600px) and (max-width: 800px) and (orientation: landscape) {
  .shp-d-tab-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    .shp-d-tab-container .tab-list a {
      margin-right: 0;
      margin-left: 0.25rem; } }

.heading-medium {
  font-size: 24px;
  font-size: 1.5rem; }

@media (max-width: 991px) and (min-width: 768px) {
  .filter-spd .lists {
    margin-bottom: 0 !important; } }

.filter-spd .veration-con-1 h3, .filter-spd .veration-con-1 .h3 {
  padding: 0;
  height: auto;
  background: none !important;
  font-size: 22px;
  font-size: 1.375rem;
  width: 217px;
  width: 13.5625rem; }

.filter-spd .veration-con-1 ul {
  padding: 0 !important;
  column-gap: 1.5625rem;
  row-gap: 0;
  margin: 0; }

@media (min-width: 320px) and (max-width: 767px) {
  .filter-spd {
    margin-bottom: 0.625rem; } }

@media (min-width: 320px) and (max-width: 767px) {
  .filter-spd .pod-accordion-sec {
    display: none !important; } }

@media (min-width: 821px) and (max-width: 950px) {
  .filter-spd .pod-accordion-sec {
    display: none !important; } }

.filter-spd .lists .accordion-icons {
  top: 36px !important;
  top: 2.25rem !important; }

.filter-spd h3, .filter-spd .h3 {
  padding: 30px 32px;
  padding: 1.875rem 2rem;
  height: 80px;
  height: 5rem; }
  @media (max-width: 991px) and (min-width: 768px) {
    .filter-spd h3, .filter-spd .h3 {
      padding: 1.0625rem 2rem;
      height: auto; } }

.filter-spd .pod-accordion-content-box {
  padding-top: 0px !important;
  padding-left: 0;
  padding-right: 0; }

.filter-spd .filter-item-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 14px !important;
  padding: 1.875rem 0.875rem !important;
  margin-bottom: 0; }
  .filter-spd .filter-item-container li {
    margin: 0 15px 30px;
    margin: 0 0.9375rem 1.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 254px;
    width: 15.875rem;
    height: 60px;
    height: 3.75rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #c3c3c3;
    opacity: 1;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px 13px;
    padding: 1.25rem 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (min-width: 320px) and (max-width: 767px) {
      .filter-spd .filter-item-container li {
        margin-left: 0 !important;
        margin-righ: 0 !important; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .filter-spd .filter-item-container li {
        margin: 0 0.3125rem 0.75rem;
        width: 48%; }
        .filter-spd .filter-item-container li:nth-child(2n-7) {
          /* or 4n+1 */
          margin-left: 0 !important; } }
    @media (min-width: 1024px) and (max-width: 1024px) {
      .filter-spd .filter-item-container li {
        margin: 0 0.75rem 1.375rem; } }
    .filter-spd .filter-item-container li:nth-child(4n-7) {
      /* or 4n+1 */
      margin-left: 0 !important; }
    .filter-spd .filter-item-container li span {
      font-size: 14px;
      font-size: 0.875rem; }
    .filter-spd .filter-item-container li p {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600;
      margin: 0;
      line-height: 22px;
      line-height: 1.375rem;
      color: #2A2D64; }
    .filter-spd .filter-item-container li img {
      height: 38px;
      height: 2.375rem;
      width: 35px;
      width: 2.1875rem;
      margin-left: 15px;
      margin-left: 0.9375rem; }
    .filter-spd .filter-item-container li .checkbox-input {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 5;
      left: 0;
      top: 0;
      visibility: hidden; }
      .filter-spd .filter-item-container li .checkbox-input input {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        z-index: 111; }
      .filter-spd .filter-item-container li .checkbox-input .checkbox-input-helper::before {
        visibility: hidden; }
  .filter-spd .filter-item-container .open-img {
    transition: 0.5s;
    display: block; }
    @media (prefers-reduced-motion: reduce) {
      .filter-spd .filter-item-container .open-img {
        transition: none; } }
  .filter-spd .filter-item-container .closed-img {
    transition: 0.5s;
    display: none; }
    @media (prefers-reduced-motion: reduce) {
      .filter-spd .filter-item-container .closed-img {
        transition: none; } }
  .filter-spd .filter-item-container li.filter-active {
    background: #132A6F;
    color: #fff; }
    .filter-spd .filter-item-container li.filter-active .open-img {
      transition: 0.5s;
      display: none; }
      @media (prefers-reduced-motion: reduce) {
        .filter-spd .filter-item-container li.filter-active .open-img {
          transition: none; } }
    .filter-spd .filter-item-container li.filter-active .closed-img {
      transition: 0.5s;
      display: block; }
      @media (prefers-reduced-motion: reduce) {
        .filter-spd .filter-item-container li.filter-active .closed-img {
          transition: none; } }
    .filter-spd .filter-item-container li.filter-active p {
      color: #ffffff; }

.filter-spd .veration-con {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 33px 20px;
  margin: 0 2.0625rem 1.25rem;
  background: #f3f3f6;
  padding: 29px 29px 29px 39px;
  padding: 1.8125rem 1.8125rem 1.8125rem 2.4375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  /* margin-bottom: 31px !important; */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .filter-spd .veration-con {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: baseline;
          align-items: baseline; } }
  .filter-spd .veration-con h3, .filter-spd .veration-con .h3 {
    padding: 0;
    height: auto;
    background: none !important;
    font-size: 22px;
    font-size: 1.375rem; }
  .filter-spd .veration-con ul {
    padding: 0 !important;
    margin: 0; }
    .filter-spd .veration-con ul li {
      margin-bottom: 0 !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      .filter-spd .veration-con ul {
        width: 100%; }
        .filter-spd .veration-con ul li {
          margin-bottom: 0.625rem !important;
          width: 48%; } }

.filter-spd .filter-btn-con {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0 33px 0px 0px;
  padding: 0 2.0625rem 0px 0px; }
  .filter-spd .filter-btn-con a {
    margin-left: 15px;
    margin-left: 0.9375rem;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 10px 50px;
    padding: 0.625rem 3.125rem;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    transition: .8s ease; }
  .filter-spd .filter-btn-con a.clear {
    color: #2A2D64 !important;
    background: none;
    border: 1px solid #2A2D64;
    box-shadow: none; }
  @media (min-width: 320px) and (max-width: 600px) {
    .filter-spd .filter-btn-con {
      padding: 1.25rem 0 0 0;
      margin: 0;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .filter-spd .filter-btn-con a {
        width: 45%;
        margin: 0; } }

@media (max-width: 991px) and (min-width: 768px) {
  .filter-spd .pod-accordion-sec .accordion-list {
    display: block; }
  .filter-spd .pod-accordion-sec .lists {
    padding: 0 0 1.25rem 0; }
    .filter-spd .pod-accordion-sec .lists .accordion-icons {
      top: 1.1875rem !important; } }

@media (max-width: 1024px) and (min-width: 992px) {
  .filter-spd .accordion-list {
    display: block; }
    .filter-spd .accordion-list .lists .accordion-icons {
      width: 1.5625rem;
      height: 1.5625rem;
      top: 0.9375rem !important;
      right: 2rem; }
  .filter-spd h3, .filter-spd .h3 {
    padding: 0.9375rem 2rem;
    height: auto; }
  .filter-spd .filter-item-container {
    -ms-flex-pack: start;
        justify-content: start; }
    .filter-spd .filter-item-container li {
      width: 12.75rem;
      height: 3.125rem; }
  .filter-spd .veration-con {
    gap: 0px;
    padding: 1.1875rem 1.1875rem 1.1875rem 1.8125rem;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .filter-spd .veration-con h3, .filter-spd .veration-con .h3 {
      width: auto;
      padding-left: 0 !important; }
    .filter-spd .veration-con ul li {
      width: auto; }
      .filter-spd .veration-con ul li span {
        margin-right: 0.9375rem; } }

@media (max-width: 991px) and (min-width: 991px) {
  .shp-d-tab-container {
    margin-bottom: 0 !important; }
    .shp-d-tab-container div .tab-list {
      -ms-flex-pack: start;
          justify-content: start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

@media (max-width: 767px) {
  .filter-spd .lists .accordion-icons {
    top: 1.6875rem !important;
    right: 1.0625rem; }
  .filter-spd h3, .filter-spd .h3 {
    height: auto; }
  .filter-spd .filter-item-container {
    -ms-flex-pack: start;
        justify-content: start;
    margin-left: 0;
    padding: 1.5rem !important; }
    .filter-spd .filter-item-container li {
      width: 100%;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin: 0.625rem 0 !important; }
      .filter-spd .filter-item-container li span {
        max-width: 5.375rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .filter-spd .filter-item-container li img {
        width: 1.5625rem;
        margin-left: 0.9375rem; }
      .filter-spd .filter-item-container li .checkbox {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0; }
  .veration-con {
    gap: 0px;
    padding: 1.1875rem 1.1875rem 1.1875rem 1.8125rem;
    margin: 0 1.75rem 1.1875rem !important; }
    .veration-con h3, .veration-con .h3 {
      width: auto;
      padding-left: 0 !important; }
    .veration-con ul li {
      width: 100% !important; }
      .veration-con ul li span {
        margin-right: 0.9375rem;
        max-width: 100% !important; } }

@media (min-width: 667px) and (max-width: 667px) {
  .shop-dine-view-all-btn {
    padding-top: 9.375rem;
    padding-bottom: 6.25rem; }
  .modal-content-custom.filter-spd .veration-con {
    border-bottom: none; }
  .filter-spd .filter-btn-con {
    margin-top: 1.25rem;
    padding: 0 1.75rem 0 0; }
  .shop-and-dine-more-slider-nav .shop-dine-arrow {
    bottom: -11.25rem; } }

@media (max-width: 400px) {
  .filter-spd .filter-btn-con {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .modal-content-custom.filter-spd .veration-con {
    border-bottom: none; } }

@media screen and (min-width: 500px) and (max-width: 896px) and (orientation: landscape) {
  .filter-btn-con {
    margin-top: 1.25rem; } }

@media (max-width: 575.98px) {
  .shop-dine-banner {
    display: none; } }

.shop-dine-banner h2, .shop-dine-banner .h2 {
  width: 80%; }

@media (min-width: 1280px) and (max-width: 1440px) {
  .shop-dine-banner .pod-banner-content {
    left: 8.75rem; } }

@media (min-width: 992px) and (max-width: 1024px) {
  .shop-dine-banner .pod-banner-content {
    left: 4.375rem !important;
    top: 1.25rem; } }

.shop-dine-banner .pod-banner-content p {
  max-width: 70%; }
  @media (min-width: 320px) and (max-width: 767px) {
    .shop-dine-banner .pod-banner-content p {
      max-width: 100%; } }
  @media (min-width: 320px) and (max-width: 768px) {
    .shop-dine-banner .pod-banner-content p {
      max-width: 100%; } }

.c-tabs .c-tab {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-top: 0.625rem; }

.c-tabs h4, .c-tabs .h4 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #132A6F; }

.shop-card-list {
  position: relative !important;
  min-height: 150px;
  min-height: 9.375rem;
  margin-top: 40px;
  margin-top: 2.5rem; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .shop-card-list {
      margin-bottom: 1.25rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shop-card-list {
      margin-top: 1.5625rem;
      margin-bottom: 3.125rem; }
      .shop-card-list .pagination {
        margin-top: 1.875rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .shop-card-list {
      margin-top: 0; }
      .shop-card-list .slick-list {
        margin: 0 -0.3125rem; }
      .shop-card-list .slick-slide > div {
        padding: 0 0.3125rem; } }
  .shop-card-list .slick-list {
    overflow: initial; }
  .shop-card-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -7.5px;
    margin: 0 -0.46875rem;
    padding: 0 10px;
    padding: 0 0.625rem; }
    .shop-card-list ul li {
      width: 355px;
      width: 22.1875rem;
      margin-bottom: 50px;
      margin-bottom: 3.125rem;
      height: 467px;
      height: 29.1875rem;
      max-height: 467px;
      max-height: 29.1875rem;
      margin: 0 25px 50px;
      margin: 0 1.5625rem 3.125rem; }
      .shop-card-list ul li:nth-child(1) {
        margin-left: 0; }
      .shop-card-list ul li:nth-child(3n + 4) {
        margin-left: 0; }
      .shop-card-list ul li:nth-child(3n) {
        margin-right: 0; }
      @media (min-width: 992px) and (max-width: 1024px) {
        .shop-card-list ul li {
          max-width: initial;
          width: 48%;
          height: auto;
          margin: 1.25rem 0; }
          .shop-card-list ul li:nth-child(1) {
            margin-left: 0; }
          .shop-card-list ul li:nth-child(3n + 4) {
            margin-left: 0; }
          .shop-card-list ul li:nth-child(3n) {
            margin-right: 0; }
          .shop-card-list ul li:nth-child(4n) {
            margin-right: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .shop-card-list ul li {
          max-width: 48%;
          width: 46%;
          height: auto;
          margin: 1.875rem 0; }
          .shop-card-list ul li:nth-child(3n) {
            margin-right: 0; }
          .shop-card-list ul li:nth-child(4n) {
            margin-right: 0; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .shop-card-list ul li {
          margin-left: 0.9375rem !important;
          margin-right: 0.9375rem !important;
          max-width: initial;
          margin-bottom: 2.5rem !important;
          height: auto; } }
      .shop-card-list ul li .content-p {
        height: 81.56px;
        height: 5.0975rem;
        max-height: 81.56px;
        max-height: 5.0975rem;
        overflow: hidden; }
    @media (min-width: 992px) and (max-width: 1024px) {
      .shop-card-list ul {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .shop-card-list ul {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .shop-card-list ul li {
        width: 40%; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .shop-card-list ul {
        display: block;
        overflow-y: visible; } }
    @media only screen and (max-width: 962px) and (orientation: landscape) {
      .shop-card-list ul {
        display: block;
        overflow: visible !important; }
        .shop-card-list ul li {
          margin: 0 1.5625rem 0 0 !important;
          width: auto;
          max-width: initial;
          margin-bottom: 1.25rem; }
          .shop-card-list ul li:nth-child(3n), .shop-card-list ul li:nth-child(4n) {
            margin: 0 1.5625rem 0 0 !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shop-card-list {
      /* the parent */ }
      .shop-card-list .slick-slider {
        margin: 0;
        overflow: hidden; }
      .shop-card-list .slick-slide {
        margin: 0 25px; }
      .shop-card-list .slick-list {
        margin-left: -25px;
        margin-right: -25px; } }
  .shop-card-list .sub-headind {
    font-weight: bold;
    margin-bottom: 15px !important;
    margin-bottom: 0.9375rem !important; }

.detail-container-upper .terminal-list .tile {
  width: 44px;
  width: 2.75rem;
  height: 40px;
  height: 2.5rem; }

.terminal-list {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .terminal-list .tile {
    width: 32px;
    width: 2rem;
    height: 29px;
    height: 1.8125rem;
    color: #fff;
    box-shadow: 0px 0.1875rem 0.375rem #866F0B29;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 2.34px;
    letter-spacing: 0.14625rem;
    margin-right: 15px;
    margin-right: 0.9375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .terminal-list .t1 {
    background-color: #67b2e8; }
  .terminal-list .t2 {
    background: #4DC1BD; }
  .terminal-list .t3 {
    background: #004DA7; }

.shop-dine-view-all-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .shop-dine-view-all-btn a {
    font-size: 14px;
    font-size: 0.875rem;
    height: 45px;
    height: 2.8125rem;
    line-height: 48px;
    line-height: 3rem; }

@media (min-width: 690px) and (max-width: 750px) {
  .shop-card-list {
    margin-bottom: 1.25rem; }
    .shop-card-list ul li {
      max-height: none; }
  .filter-spd .filter-btn-con {
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-right: 1.75rem;
    padding: 0; }
    .filter-spd .filter-btn-con a {
      width: 6.25rem; }
  .filter-spd .filter-item-container {
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .filter-spd .filter-item-container li {
      width: 48%; }
  .filter-spd .veration-con {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: initial;
        align-items: initial; }
    .filter-spd .veration-con .filter-item-container {
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .filter-spd .veration-con .filter-item-container li {
        width: 48% !important; } }

.icons-group {
  display: -ms-flexbox;
  display: flex; }
  .icons-group .icon {
    width: 35px;
    width: 2.1875rem;
    height: auto; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .icons-group .icon {
        width: 1.5625rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .icons-group .icon {
        width: 1.5625rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .icons-group .icon {
        width: 1.5625rem; } }
  .icons-group > *:not(:last-child) {
    margin: 0 15px 0 0;
    margin: 0 0.9375rem 0 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .icons-group > *:not(:last-child) {
        margin: 0 0.5rem 0 0; } }

.shop-and-dine-card .img-parent {
  position: relative;
  display: block; }
  .shop-and-dine-card .img-parent .card-img {
    display: block;
    overflow: hidden;
    padding-top: 56.25%;
    min-height: 200px;
    min-height: 12.5rem; }
  .shop-and-dine-card .img-parent .special-offer-badge {
    position: absolute;
    top: -16px;
    top: -1rem;
    left: -10px;
    left: -0.625rem;
    padding: 0;
    z-index: 2; }
    .shop-and-dine-card .img-parent .special-offer-badge .arabic {
      display: none; }
    .shop-and-dine-card .img-parent .special-offer-badge p {
      color: #ffffff;
      font-weight: 600;
      font-size: 14px;
      font-size: 0.875rem;
      margin: 0; }

.shop-and-dine-card .card-content {
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  line-height: 1.7em;
  background: #ffffff;
  border-color: #ffffff; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .shop-and-dine-card .card-content {
      padding: 1.5625rem 1.25rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .shop-and-dine-card .card-content {
      padding: 1.25rem 0.9375rem; } }
  .shop-and-dine-card .card-content .card-title {
    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;
    margin: 0 0 25px 0;
    margin: 0 0 1.5625rem 0; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .shop-and-dine-card .card-content .card-title {
        margin: 0 0 1.25rem 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .shop-and-dine-card .card-content .card-title {
        margin: 0 0 0.625rem 0; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .shop-and-dine-card .card-content .card-title {
        margin: 0 0 0.9375rem 0; } }
    .shop-and-dine-card .card-content .card-title h3, .shop-and-dine-card .card-content .card-title .h3 {
      font-size: 22px;
      font-size: 1.375rem;
      margin: 0; }
      @media (min-width: 992px) and (max-width: 1279px) {
        .shop-and-dine-card .card-content .card-title h3, .shop-and-dine-card .card-content .card-title .h3 {
          font-size: 1.125rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .shop-and-dine-card .card-content .card-title h3, .shop-and-dine-card .card-content .card-title .h3 {
          font-size: 1rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .shop-and-dine-card .card-content .card-title h3, .shop-and-dine-card .card-content .card-title .h3 {
          font-size: 1.0625rem; } }
  .shop-and-dine-card .card-content p {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    font-weight: 500; }

.shop-and-dine-card .btn-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .shop-and-dine-card .btn-container > * {
    /*&:not(:last-child) {
                margin: 0 15px 0 0;
                max-width: 115px;
                white-space: nowrap;
                @media (min-width: $laptop-min-size) and (max-width: $laptop-max-size) {
                    margin: 0 10px 0 0;
                }
                @include rtl {
                    margin: 0 0 0 15px;
                    @media (min-width: $laptop-min-size) and (max-width: $laptop-max-size) {
                        margin: 0 0 0 10px;
                    }
                }
            }*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .shop-and-dine-card .btn-container > * {
        width: 100%; } }
    .shop-and-dine-card .btn-container > *.btn, .shop-and-dine-card .dxb-contact-info-colorcard .btn-container > a, .dxb-contact-info-colorcard .shop-and-dine-card .btn-container > a {
      font-size: 14px;
      font-size: 0.875rem;
      box-shadow: 0px 0.1875rem 0.375rem #866f0b29;
      padding: 0 10px !important;
      padding: 0 0.625rem !important;
      width: 100%; }
      @media (min-width: 320px) and (max-width: 767px) {
        .shop-and-dine-card .btn-container > *.btn, .shop-and-dine-card .dxb-contact-info-colorcard .btn-container > a, .dxb-contact-info-colorcard .shop-and-dine-card .btn-container > a {
          font-size: 0.75rem; } }

.shop-and-dine-card .btn-with-icon {
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .shop-and-dine-card .btn-with-icon {
      font-size: 0.8125rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shop-and-dine-card .btn-with-icon {
      font-size: 0.6875rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .shop-and-dine-card .btn-with-icon {
      font-size: 0.8125rem; } }

.shop-and-dine-card .map-btn {
  width: 44px;
  width: 2.75rem;
  height: 40px;
  height: 2.5rem;
  box-shadow: 0px 0.1875rem 0.375rem #866f0b29;
  background: #696e9f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

@media (min-width: 320px) and (max-width: 767px) {
  .shop-and-dine-card {
    padding-top: 1rem; } }

.c-tabs .c-tab.active {
  display: block; }

.bg-badge {
  background-color: #F4F1ED;
  padding-bottom: 60px;
  padding-bottom: 3.75rem; }

.warning {
  color: #EC0000; }

.detail-banner {
  padding-top: 33.25%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }

.detail-container-upper {
  padding: 54px 45px;
  padding: 3.375rem 2.8125rem;
  background: #ffff;
  margin-top: -120px;
  margin-top: -7.5rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem; }
  .detail-container-upper .header-con {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
    .detail-container-upper .header-con .left a {
      font-size: 18px;
      font-size: 1.125rem;
      display: -ms-flexbox;
      display: flex;
      grid-column-gap: 0.625rem;
      -ms-flex-align: center;
          align-items: center;
      font-weight: 600;
      margin: 0 0 30px 0;
      margin: 0 0 1.875rem 0; }
      .detail-container-upper .header-con .left a span {
        line-height: 1;
        margin-top: 3px;
        margin-top: 0.1875rem; }
      .detail-container-upper .header-con .left a svg {
        fill: #2B2D65;
        width: 16px;
        width: 1rem;
        height: 16px;
        height: 1rem;
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
      .detail-container-upper .header-con .left a:hover {
        text-decoration: none; }
    .detail-container-upper .header-con .left h4, .detail-container-upper .header-con .left .h4 {
      font-size: 36px;
      font-size: 2.25rem;
      margin: 0; }
    .detail-container-upper .header-con .right {
      width: 105px;
      width: 6.5625rem;
      height: 105px;
      height: 6.5625rem; }
  .detail-container-upper .deatil-con {
    position: relative;
    width: 100%; }
    .detail-container-upper .deatil-con .left {
      padding-bottom: 50px;
      padding-bottom: 3.125rem;
      width: 90%; }
      .detail-container-upper .deatil-con .left p {
        color: #2A2D64;
        margin-bottom: 39px;
        margin-bottom: 2.4375rem;
        font-size: 18px;
        font-size: 1.125rem; }
      .detail-container-upper .deatil-con .left .tags {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-left: -10px;
        margin-left: -0.625rem; }
        .detail-container-upper .deatil-con .left .tags span {
          font-size: 14px;
          font-size: 0.875rem;
          color: #2B2D65;
          padding: 13px 23px;
          padding: 0.8125rem 1.4375rem;
          text-align: center;
          border: 1px solid #ededf2;
          margin: 10px 10px;
          margin: 0.625rem 0.625rem; }
      .detail-container-upper .deatil-con .left .btn-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 39px 0 0 0;
        margin: 2.4375rem 0 0 0; }
    .detail-container-upper .deatil-con .right {
      width: 100%;
      border-top: solid 1px #d8d8d8;
      padding-top: 50px;
      padding-top: 3.125rem; }
      .detail-container-upper .deatil-con .right h3, .detail-container-upper .deatil-con .right .h3 {
        margin-bottom: 20px;
        margin-bottom: 1.25rem; }
      .detail-container-upper .deatil-con .right p {
        color: #2A2D64;
        font-weight: 400;
        line-height: 32px;
        line-height: 2rem;
        font-size: 18px;
        font-size: 1.125rem; }
      .detail-container-upper .deatil-con .right span.success {
        color: #31B12C; }
      .detail-container-upper .deatil-con .right .bold {
        font-weight: bold;
        letter-spacing: 0; }
      .detail-container-upper .deatil-con .right .anchor {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
        .detail-container-upper .deatil-con .right .anchor h4, .detail-container-upper .deatil-con .right .anchor .h4 {
          font-size: 18px;
          font-size: 1.125rem;
          color: #132A6F; }
        .detail-container-upper .deatil-con .right .anchor a {
          text-decoration: none; }
          .detail-container-upper .deatil-con .right .anchor a .txt {
            font-size: 18px;
            font-size: 1.125rem;
            word-break: break-all; }
          .detail-container-upper .deatil-con .right .anchor a .icon {
            margin-right: 10px;
            margin-right: 0.625rem; }
            .detail-container-upper .deatil-con .right .anchor a .icon img {
              width: 22px;
              width: 1.375rem;
              height: 22px;
              height: 1.375rem;
              margin-top: -5px;
              margin-top: -0.3125rem; }
  .detail-container-upper .small-btn {
    box-shadow: 0px 0.1875rem 0.375rem #866f0b29 !important; }
  .detail-container-upper .map-btn {
    width: 44px;
    width: 2.75rem;
    height: 40px !important;
    height: 2.5rem !important;
    box-shadow: 0px 0.1875rem 0.375rem #866f0b29 !important;
    background: #696e9f !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 10px !important;
    padding: 0 0.625rem !important; }
    .detail-container-upper .map-btn img {
      height: 40px;
      height: 2.5rem;
      width: 25px;
      width: 1.5625rem;
      vertical-align: top; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .detail-container-upper {
      margin-top: -6.875rem; }
      .detail-container-upper .deatil-con .left {
        width: 85%; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .detail-container-upper {
      padding: 1.5625rem;
      margin-top: 0; }
      .detail-container-upper .header-con {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .detail-container-upper .header-con .left a {
          font-size: 0.8125rem;
          display: -ms-flexbox;
          display: flex;
          column-gap: 0.625rem;
          -ms-flex-align: center;
              align-items: center;
          font-weight: 600; }
          .detail-container-upper .header-con .left a svg {
            fill: #2B2D65;
            width: 0.75rem;
            height: 0.75rem;
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
          .detail-container-upper .header-con .left a:hover {
            text-decoration: none; }
        .detail-container-upper .header-con .left h4, .detail-container-upper .header-con .left .h4 {
          font-size: 1.75rem;
          margin: 1.25rem 0; }
        .detail-container-upper .header-con .right {
          width: 5rem;
          height: 5rem; }
      .detail-container-upper .deatil-con .left {
        width: 100%; }
        .detail-container-upper .deatil-con .left p {
          font-size: 0.875rem; }
        .detail-container-upper .deatil-con .left .tags span {
          font-size: 0.75rem;
          padding: 0.625rem 0.9375rem;
          background: #ededf2; }
      .detail-container-upper .right h3, .detail-container-upper .right .h3 {
        font-size: 1.5rem; } }

.cta-detail {
  padding: 53px 66px;
  padding: 3.3125rem 4.125rem;
  background-color: #6D3075; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .cta-detail {
      padding: 3.3125rem 1.625rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .cta-detail {
      padding: 1.875rem 1.25rem; } }
  .cta-detail .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 320px) and (max-width: 767px) {
      .cta-detail .item {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-bottom: 0.9375rem;
        -ms-flex-align: start;
            align-items: flex-start; } }
    .cta-detail .item .content {
      max-width: 693px;
      max-width: 43.3125rem; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .cta-detail .item .content {
          max-width: 31.4375rem; } }
      .cta-detail .item .content h2, .cta-detail .item .content .h2 {
        font-size: 36px;
        font-size: 2.25rem;
        color: #fff;
        margin-top: 0; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .cta-detail .item .content h2, .cta-detail .item .content .h2 {
            font-size: 1.625rem; } }
      .cta-detail .item .content p {
        font-size: 18px;
        font-size: 1.125rem;
        color: #fff;
        max-width: 690px;
        max-width: 43.125rem;
        margin-bottom: 0; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .cta-detail .item .content p {
            font-size: 1rem;
            width: 85%; } }
    .cta-detail .item a {
      color: #fff;
      font-weight: 600;
      border: 1px solid;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      min-width: 183px !important;
      min-width: 11.4375rem !important;
      text-align: center;
      transition: all 0.8s;
      background: none;
      line-height: 0;
      margin-right: 73px;
      margin-right: 4.5625rem;
      box-shadow: none;
      box-shadow: none; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .cta-detail .item a {
          line-height: 3.5 !important;
          min-width: 7.6875rem !important; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .cta-detail .item a {
          line-height: 3.5 !important;
          min-width: 7.6875rem !important; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .cta-detail .item a {
          margin-right: auto;
          margin-top: 0.9375rem; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .cta-detail .item a {
          margin-right: 0; } }
      .cta-detail .item a:hover {
        text-decoration: none;
        background: #fff;
        color: #6D3075 !important; }

.modalcustom {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  z-index: 99999999; }
  @media (min-width: 320px) and (max-width: 767px) {
    .modalcustom .promotion-conttainer-slider {
      display: block !important; } }

/* Modal Content */
.modal-content-custom {
  background-color: #fefefe;
  margin: auto;
  padding: 60px 20px 20px 20px;
  padding: 3.75rem 1.25rem 1.25rem 1.25rem;
  width: 100%;
  position: relative; }
  .modal-content-custom .filter-item-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 !important;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: initial;
    margin: 0 0 20px 0;
    margin: 0 0 1.25rem 0; }
    .modal-content-custom .filter-item-container li {
      padding: 10px 13px;
      padding: 0.625rem 0.8125rem;
      height: auto;
      margin: 0 10px 10px 0;
      margin: 0 0.625rem 0.625rem 0; }
      .modal-content-custom .filter-item-container li .closed {
        display: none; }
      .modal-content-custom .filter-item-container li span {
        max-width: 100%; }
    @media screen and (min-width: 500px) and (max-width: 896px) and (orientation: landscape) {
      .modal-content-custom .filter-item-container {
        -ms-flex-direction: row;
            flex-direction: row; } }
  .modal-content-custom .veration-con {
    margin: 0 !important;
    width: 100%;
    row-gap: 0 !important;
    padding: 30px 15px;
    padding: 1.875rem 0.9375rem;
    gap: initial !important;
    border-bottom: solid 1px #132A6F; }
    .modal-content-custom .veration-con:last-child {
      border-bottom: none; }
    .modal-content-custom .veration-con ul li {
      padding: 10px;
      padding: 0.625rem; }
      .modal-content-custom .veration-con ul li:last-child {
        margin-bottom: 0; }
      @media (min-width: 320px) and (max-width: 767px) {
        .modal-content-custom .veration-con ul li {
          margin: 0.625rem 0 !important; } }
  .modal-content-custom h3, .modal-content-custom .h3 {
    padding: 0 !important;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 22px;
    font-size: 1.375rem; }

/* The Close Button */
.close-custom {
  color: #FFD100;
  font-size: 20px;
  font-size: 1.25rem;
  z-index: 1;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background: #132A6F;
  line-height: 35px;
  line-height: 2.1875rem; }

.close-custom:hover,
.close-custom:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

#promotion .modal-content-custom {
  -ms-transform: translateY(20%);
      transform: translateY(20%);
  padding: 2px;
  width: 94%; }

#promotion .promotion-conttainer-slider .slick-dots {
  position: absolute;
  margin: 0;
  bottom: 20px;
  bottom: 1.25rem;
  width: 100%; }
  #promotion .promotion-conttainer-slider .slick-dots li button {
    background: #ffffff; }

#filtercont {
  background: #ffffff; }
  #filtercont .modal-content-custom {
    overflow-y: scroll;
    height: 100vh; }

#happy-survey.back-show {
  position: initial;
  z-index: initial; }

.terminal-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  margin-top: 1.875rem; }
  @media (min-width: 320px) and (max-width: 767px) {
    .terminal-wrap {
      display: block; } }

.terminal-boxes {
  border-right: solid 1px #d8d8d8;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem; }
  .terminal-boxes:first-child {
    padding-left: 0; }
  .terminal-boxes:last-child {
    border: 0; }
  @media (min-width: 320px) and (max-width: 767px) {
    .terminal-boxes {
      padding: 0 0 1.875rem 0;
      margin: 0 0 1.875rem 0;
      border: none;
      border-bottom: solid 1px #d8d8d8; }
      .terminal-boxes:last-child {
        margin: 0;
        padding: 0;
        border: none; } }

.locationHeading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2A2D64;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.terminalContent {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .terminalContent:last-child {
    margin-bottom: 0; }
  @media (min-width: 320px) and (max-width: 767px) {
    .terminalContent {
      margin-bottom: 1.875rem; } }

@media screen and (min-width: 500px) and (max-width: 896px) and (orientation: landscape) {
  .filter-spd .pod-accordion-sec .accordion-list .veration-con h3, .filter-spd .pod-accordion-sec .accordion-list .veration-con .h3 {
    margin-bottom: 1.25rem; }
  .filter-spd .pod-accordion-sec .lists .accordion-icons {
    top: 1.6875rem !important;
    width: 1.125rem;
    height: 0.9375rem; } }

.p-0 {
  padding: 0; }

.menu-tabs_container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 320px) and (max-width: 767px) {
    .menu-tabs_container ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 0px;
      overflow-y: scroll; } }
  .menu-tabs_container ul li {
    position: relative;
    -ms-flex: 1;
        flex: 1; }
    @media (min-width: 320px) and (max-width: 767px) {
      .menu-tabs_container ul li {
        width: 25%; } }
    .menu-tabs_container ul li:nth-last-child(1) a {
      border-right: none !important; }
    .menu-tabs_container ul li a {
      background-color: #f4f1ed;
      position: relative;
      padding: 31px 120px;
      padding: 1.9375rem 7.5rem;
      font-size: 21px;
      font-size: 1.3125rem;
      font-weight: 600;
      color: #132A6F;
      border-left: 1px solid #cacad4;
      border-right: 1px solid #cacad4;
      text-align: center;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      transition: all 0.8s;
      -ms-flex-direction: column;
          flex-direction: column; }
      .menu-tabs_container ul li a:hover {
        background-color: #FFD100;
        color: #132A6F;
        border-color: #FFD100 !important; }
      @media (min-width: 1441px) and (max-width: 1800px) {
        .menu-tabs_container ul li a {
          padding: 1.9375rem 5rem; } }
      @media (min-width: 1280px) and (max-width: 1440px) {
        .menu-tabs_container ul li a {
          padding: 1.9375rem 2.5rem;
          width: 100%;
          -ms-flex-direction: column;
              flex-direction: column; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .menu-tabs_container ul li a {
          padding: 0.9375rem 0.4375rem;
          font-size: 1rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .menu-tabs_container ul li a {
          padding: 1.5625rem 0.625rem;
          font-size: 0.8125rem;
          line-height: 1.125rem;
          text-overflow: ellipsis;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden;
          height: 100%; } }
    .menu-tabs_container ul li::after {
      content: "";
      width: 100%;
      height: 5px;
      height: 0.3125rem;
      background-color: #ffd100;
      bottom: 0;
      left: 0;
      z-index: 2;
      position: absolute; }
  .menu-tabs_container ul li.active a {
    background-color: #FFD100;
    color: #132A6F; }

.shop-and-dine-more-slider-section {
  background: #F4F1ED;
  padding-bottom: 100px;
  padding-bottom: 6.25rem; }
  .shop-and-dine-more-slider-section .shop-card-list {
    margin-bottom: 100px !important;
    margin-bottom: 6.25rem !important; }
    @media (min-width: 320px) and (max-width: 991px) {
      .shop-and-dine-more-slider-section .shop-card-list {
        margin-bottom: 0 !important; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .shop-and-dine-more-slider-section {
      padding-bottom: 9.375rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shop-and-dine-more-slider-section {
      padding-bottom: 9.375rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .shop-and-dine-more-slider-section {
      padding-bottom: 11.25rem; }
      .shop-and-dine-more-slider-section .shop-card-list {
        margin-top: 1.5625rem; } }
    @media (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
      .shop-and-dine-more-slider-section .shop-card-list {
        margin-bottom: 0; } }
  @media (min-width: 320px) and (max-width: 767px) {
        .shop-and-dine-more-slider-section .shop-card-list ul li {
          margin-left: auto !important;
          margin-right: auto !important; } }
  .shop-and-dine-more-slider-section .btn-yellow, .shop-and-dine-more-slider-section .dxb-contact-info-colorcard a, .dxb-contact-info-colorcard .shop-and-dine-more-slider-section a {
    box-shadow: 0px 0.1875rem 0.5rem #866f0b5a !important; }

.shop-and-dine-more-slider {
  margin-top: 50px;
  margin-top: 3.125rem;
  /* the parent */ }
  @media (min-width: 320px) and (max-width: 767px) {
    .shop-and-dine-more-slider {
      margin-top: 1.25rem; } }
  .shop-and-dine-more-slider .slick-slider {
    margin: 0;
    overflow: hidden; }
  .shop-and-dine-more-slider .slick-slide {
    margin: 0 20px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .shop-and-dine-more-slider .slick-slide {
        margin: 0 7.5px; } }
    .shop-and-dine-more-slider .slick-slide .btn-container {
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (min-width: 320px) and (max-width: 767px) {
        .shop-and-dine-more-slider .slick-slide .btn-container {
          gap: 0.9375rem;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
      .shop-and-dine-more-slider .slick-slide .btn-container a {
        margin: 0;
        max-width: 126px;
        max-width: 7.875rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
  .shop-and-dine-more-slider .slick-list {
    margin-left: -20px;
    margin-right: -20px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .shop-and-dine-more-slider .slick-list {
        margin-left: -7.5px;
        margin-right: -7.5px; } }

body .outline-btn {
  border: 1px solid #2a2d64;
  color: #2a2d64 !important;
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important; }
  body .outline-btn:hover {
    background: none;
    color: #2a2d64 !important; }
  body .outline-btn:focus {
    outline: 0;
    color: inherit !important; }

@media (min-width: 320px) and (max-width: 767px) {
  .shop-and-dine-more-slider-text {
    margin-bottom: 0.9375rem; } }

.shop-and-dine-more-slider-text h3, .shop-and-dine-more-slider-text .h3 {
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0; }

.shop-and-dine-more-slider-text p {
  margin-bottom: 0;
  line-height: 1.7em;
  color: #132A6F;
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 15px;
  padding-right: 0.9375rem; }
  @media (min-width: 320px) and (max-width: 767px) {
    .shop-and-dine-more-slider-text p {
      padding-right: 0; } }

.shop-and-dine-more-slider-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .shop-and-dine-more-slider-nav > * {
    height: 50px;
    height: 3.125rem;
    width: 50px;
    width: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: #FFD100;
    box-shadow: 0 0.625rem 1.25rem 0 #0003;
    margin: 0 5px;
    margin: 0 0.3125rem; }
    .shop-and-dine-more-slider-nav > * img {
      height: 30%;
      width: auto; }
  .shop-and-dine-more-slider-nav .shop-dine-prev-arrow img {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .shop-and-dine-more-slider-nav [aria-disabled="true"] {
    background: #f4f1ed !important; }

body #newOnlineBtn {
  right: 95px !important; }
  @media (max-width: 750px) {
    body #newOnlineBtn {
      right: -7px !important; } }

body #live_chat_stat {
  position: fixed;
  z-index: 9999;
  bottom: -7px;
  right: 95px;
  height: 90px;
  width: 90px;
  top: unset;
  left: unset; }

@media (min-width: 992px) and (max-width: 1279px) {
  body #live_chat_stat {
    width: 70px;
    height: 60px; }
    body #live_chat_stat img {
      width: 70px; } }

@media (min-width: 768px) and (max-width: 991px) {
  body #live_chat_stat {
    width: 70px;
    height: 60px;
    bottom: 95px !important;
    right: -7px; }
    body #live_chat_stat img {
      width: 70px; } }

@media only screen and (max-width: 962px) and (orientation: landscape) {
  body #live_chat_stat {
    width: 70px;
    height: 60px;
    bottom: 94px !important;
    right: -10px; }
    body #live_chat_stat img {
      width: 65px; } }

@media (max-width: 500px) {
  body #live_chat_stat {
    height: 59px;
    width: 59px;
    bottom: 92px !important;
    right: -7px; } }

/* Is applied in sitefinity Razor view */
.custom-content-block ul {
  list-style-type: none; }
  .custom-content-block ul li {
    position: relative;
    text-indent: -5px;
    text-indent: -0.3125rem; }
    .custom-content-block ul li:before {
      content: "-";
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
      position: absolute;
      left: -1em;
      top: 0;
      border: none;
      margin-top: 0; }

.custom-content-block a:link,
.custom-content-block a:active,
.custom-content-block a:focus,
.custom-content-block a:visited {
  font-weight: 700;
  text-decoration: underline; }

.shop-and-dine-page .page-wrapper > #main {
  transform-style: initial; }

html.lock-body {
  overflow: hidden;
  height: auto; }
  html.lock-body body {
    height: auto;
    overflow: hidden; }
    html.lock-body body .page-wrapper {
      height: auto; }

.no-label {
  overflow: hidden;
  height: 0px;
  opacity: 0;
  -ms-flex: 0;
      flex: 0;
  text-indent: -9999999px;
  width: 0;
  font-size: 0;
  display: block;
  margin: 0; }

.page-wrapper::-webkit-scrollbar {
  width: 0 !important; }

.page-wrapper {
  overflow: -moz-scrollbars-none; }

.textBold {
  font-weight: bold;
  color: #132a6f; }

form {
  position: relative; }

#loader-container {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 10px 50px 0 #fff;
  z-index: 2; }

#loader-container > .loader {
  top: 50%; }

.banner-margin-top {
  margin-top: 30px;
  margin-top: 1.875rem; }

.skytrax-mobile-banner {
  display: none; }

@media (max-width: 991px) {
  .skytrax-desktop-banner {
    display: none; }
  .skytrax-mobile-banner {
    display: block; } }

/*# sourceMappingURL=style-en.css.map */

/*# sourceMappingURL=style-en.css.map */
