@charset "UTF-8";
:root {
  --primary: #0770e3;
  --secondary: #035388;
  --third: #E63946;
  --links: #003C6E;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.row-sm {
  margin-right: -7px;
  margin-left: -7px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.a-right {
  text-align: right !important;
}

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

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

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

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

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

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

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

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

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

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

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

  .a-xl-center {
    text-align: center !important;
  }
}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.55);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

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

html {
  scroll-behavior: smooth;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

body {
  margin: 0;
  text-align: left;
  font-family: var(--primaryFontFamily), sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  background-color: #f8faff;
  line-height: 1.66;
}

html.noscroll,
html.noscroll body {
  overflow: hidden;
  height: 100%;
}

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

ul {
  list-style: none;
}

ul.number {
  list-style-type: decimal;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: var(--links);
}

a:hover {
  text-decoration: none;
  color: var(--secondary);
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

h1, .heading-1,
h2, .heading-2,
h3, .heading-3,
h4, .heading-4 {
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 24px;
  font-family: var(--secondaryFontFamily), sans-serif;
}

h1, .heading-1 {
  font-size: 60px;
  font-weight: 500;
}

h2, .heading-2 {
  font-size: 40px;
}

h3, .heading-3 {
  font-size: 32px;
}

h4, .heading-4 {
  font-size: 24px;
}

.t-display-1 {
  font-size: 21px;
}

.t-display-2 {
  font-size: 20px;
}

.t-display-3 {
  font-size: 18px;
}

.t-display-4 {
  font-size: 16px;
}

.t-display-5 {
  font-size: 14px;
}

.t-small {
  font-size: 12px;
}

strong, .strong {
  font-weight: 600;
}

.normal {
  font-weight: 400;
}

b, .bold {
  font-weight: 500;
}

.t-white {
  color: #fff;
}

.t-blue, .t-primary {
  color: var(--primary);
}

.t-secondary {
  color: var(--secondary);
}

.t-gray {
  color: rgba(73, 80, 87, 0.7);
}

.t-black {
  color: #28262B;
}

.t-red {
  color: #d4130c;
}

.t-green {
  color: #8FC93A;
}

.t-yellow {
  color: #ebbe0c;
}

.t-uppercase {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

p {
  margin-bottom: 1rem;
}

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

@media (max-width: 768px) {
  h1, .heading-1 {
    font-size: 40px;
  }

  h2, .heading-2 {
    font-size: 32px;
  }

  h3, .heading-3 {
    font-size: 24px;
  }

  h4, .heading-4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  h1, .heading-1 {
    font-size: 30px;
  }

  h2, .heading-2 {
    font-size: 26px;
  }

  h3, .heading-3 {
    font-size: 20px;
  }

  h4, .heading-4 {
    font-size: 18px;
  }
}
.flex-1 {
  flex: 1;
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.alert {
  position: relative;
  padding: 20px 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: var(--border);
  font-weight: 400;
  font-size: 15px;
  overflow: hidden;
}
.alert.alert-covid {
  padding: 20px 30px 20px 70px;
  background-color: #fff !important;
  color: #28262B !important;
  font-size: 16px;
}
.alert.alert-covid:before {
  position: absolute;
  left: -25px;
  bottom: -61px;
  content: "";
  font-family: "icomoon";
  font-size: 90px;
}
.alert.alert-green {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}
.alert.alert-green:before {
  color: rgba(143, 201, 58, 0.3);
}
.alert.alert-yellow {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}
.alert.alert-yellow:before {
  color: rgba(235, 190, 12, 0.3);
}
.alert.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}
.alert.alert-success:before {
  color: rgba(143, 201, 58, 0.3);
}
.alert.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}
.alert.alert-warning:before {
  color: rgba(235, 190, 12, 0.3);
}
.alert.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}
.alert.alert-danger:before {
  color: rgba(212, 19, 12, 0.3);
}
.alert.alert-red {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}
.alert.alert-red:before {
  color: rgba(212, 19, 12, 0.3);
}
.alert i {
  font-size: 22px;
  vertical-align: middle;
  color: #28262B;
}
.alert .icon-covid {
  color: #d4130c;
  font-size: 30px;
}
.alert .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 10px;
  color: #627D98;
}
.alert a {
  font-weight: 400;
  text-decoration: underline;
}

.navbar {
  position: relative;
  background-color: #fff;
  padding: 5px 0;
}
.navbar .navbar-brand img {
  max-height: 45px;
  height: auto;
}

.toolbar {
  background-color: #f5f7fa;
  color: #042759;
  padding: 5px 0;
}
.toolbar a {
  color: #042759;
}
.toolbar .social-network a {
  margin-left: 10px;
  color: #042759;
}
.toolbar .social-network a i {
  font-size: 18px;
}
.toolbar .social-network a:hover {
  color: var(--primary);
}

.navbar-nav {
  display: flex;
  margin: 12px -18px;
}
.navbar-nav li {
  padding: 0 18px;
}
.navbar-nav li a {
  display: inline-flex;
  font-size: 16px;
  line-height: 1.5;
  color: #0f294d;
  font-weight: 500;
}
.navbar-nav li a i {
  margin-right: 10px;
  font-size: 20px;
}
.navbar-nav li.active a {
  color: var(--primary);
}

@media (max-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav li {
    flex: 0 0 25%;
    text-align: center;
    padding: 0 5px;
  }
  .navbar-nav li a {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    font-size: 12px;
  }
  .navbar-nav li a i {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer {
  background-color: #fff;
}
.footer .copyright {
  color: #8c98a4;
  font-size: 13px;
}
.footer a {
  color: #8c98a4;
}
.footer .footer-nav li:before {
  content: "|";
  margin: 0 10px;
}

button {
  outline: none;
  border: none;
  background-color: transparent;
}

.btn {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: var(--border);
  text-align: center;
  padding: 11px 35px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--secondaryFontFamily);
  line-height: 1.5;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0.05em;
  color: #fff;
  border: 1px solid transparent;
  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;
}
.btn.focus, .btn:focus, .btn.active:focus, .btn:active:focus {
  outline: 0 none;
  box-shadow: none;
  border-color: transparent;
}

.btn-sm {
  padding: 7px 22px;
  letter-spacing: 0;
  font-size: 14px;
}

.btn-lg {
  height: 50px;
  font-size: 18px;
  border-radius: var(--border);
  padding: 12px 25px;
}

.btn-shadow {
  box-shadow: 0 1px 10px 0 rgba(93, 79, 80, 0.23);
}

@media (max-width: 768px) {
  .btn-lg {
    font-size: 16px;
    padding: 12px 20px;
  }
}
.btn-default {
  border: 1px solid #D9E2EC;
  font-size: 14px;
  font-weight: 400;
  background-color: #D9E2EC;
  color: #003C6E;
}
.btn-default:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.btn-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.btn-secondary:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-link {
  color: var(--primary);
  font-size: 16px;
  background: transparent;
}

.float-button {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 999;
  text-align: center;
  padding: 15px;
}
.float-button .btn {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.addToWishlist {
  font-size: 24px;
  border-radius: 50%;
  background-color: rgba(241, 241, 241, 0);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in 0s;
}
.addToWishlist:hover {
  background-color: #F1F1F1;
}
.addToWishlist:hover i {
  font-size: 18px;
}
input[type=checkbox],
input[type=radio] {
  display: none;
  -webkit-appearance: none;
  width: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  padding-left: 30px;
  position: relative;
}
input[type=checkbox] + label:before, input[type=checkbox] + label:after,
input[type=radio] + label:before,
input[type=radio] + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

input[type=checkbox] + label {
  padding-left: 35px;
  line-height: 19px;
  position: relative;
  color: #627D98;
  font-size: 14px;
  display: block;
  margin-bottom: 0;
}

input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #BCCCDC;
  background-repeat: no-repeat;
  background-size: 13px 10px;
  background-position: 50% 50%;
  font-weight: 400;
  color: #797986;
}
input[type=checkbox]:checked + label:before {
  content: "";
  font-family: "icomoon";
  background-color: #fff;
  border-color: var(--secondary);
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: var(--secondary);
}

input[type=radio] + label {
  line-height: 20px;
  font-size: 14px;
}
input[type=radio] + label:before {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #BCCCDC;
}
input[type=radio]:checked + label:before {
  border-color: var(--secondary);
}
input[type=radio]:checked + label:after {
  border-radius: 50%;
  background-color: var(--secondary);
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  transform: translate(0);
}

textarea, input, button {
  outline: none;
}

input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--primaryFontFamily), sans-serif;
  font-size: inherit;
}

.form-control {
  padding: 11px 12px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  line-height: 1.5;
  border: 1px solid #BCCCDC;
  background-color: #fff;
  width: 100%;
  color: #000;
  border-radius: var(--border);
  min-width: 70px;
}
.form-control:focus {
  border-color: var(--primary);
}
.form-control.autocomplete {
  font-size: 16px;
  padding: 11px 15px;
  line-height: 1.5;
}
.form-control.invalid {
  border-color: #d4130c !important;
}
.form-control:disabled {
  background-color: #f8faff;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-control::-webkit-input-placeholder {
  color: #7B8794;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-group label {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
  color: #627D98;
}
.form-group.active .form-control {
  border-color: var(--primary);
}
.form-group.active label {
  color: var(--secondary);
}
.form-group.active label.label-float {
  font-size: 14px;
  color: var(--secondary);
  top: -12px;
}
.form-group .select-input {
  position: relative;
}
.form-group .select-input .form-control {
  padding-right: 35px;
}
.form-group .select-input:after {
  font-family: "icomoon";
  position: absolute;
  color: var(--secondary);
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  right: 15px;
  font-size: 16px;
}

.inner-group {
  position: relative;
}
.inner-group i {
  position: absolute;
  z-index: 3;
  color: var(--primary);
  opacity: 0.7;
  font-size: 20px;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
}
.inner-group.inner-group-prepend .form-control {
  padding-left: 45px;
}
.inner-group.inner-group-prepend i {
  left: 15px;
}
.inner-group.inner-group-append .form-control {
  padding-right: 25px;
}
.inner-group.inner-group-append i {
  right: 20px;
}

fieldset {
  border: none;
}

span.required {
  color: #d4130c;
}

.invalid {
  color: #d4130c !important;
}
.invalid label {
  color: #d4130c !important;
}

.valid-feedback {
  font-size: 12px;
  margin-top: 3px;
}

span.invalid-feedback {
  font-size: 12px;
  color: #d4130c;
}

@media (max-width: 576px) {
  select.form-control,
.form-control,
select:focus,
textarea:focus,
input:focus,
textarea {
    font-size: 16px !important;
    -webkit-appearance: inherit;
  }
}
.child-list-age {
  margin: 0 -20px 16px;
}
.child-list-age .child-item {
  background-color: #F1F1F1;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 40px;
}
.child-list-age .child-item .child-age {
  flex: 0 0 65px;
  font-size: 14px;
}
.child-list-age .child-item .child-range {
  flex: 1;
}
.child-list-age .child-item .child-range .age-range {
  height: 3px;
  background-color: #9B9B9B;
}
.child-list-age .asRange {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: transparent;
}
.child-list-age .asRange .asRange-scale {
  display: none;
}
.child-list-age .asRange .asRange-bar {
  height: 2px;
  background-color: #9B9B9B;
}
.child-list-age .asRange .asRange-selected {
  position: absolute;
  top: 20px;
  left: 30%;
  z-index: 1;
  width: 40%;
  height: 2px;
  background-color: var(--primary);
  border-radius: 7.5px;
}
.child-list-age .asRange .asRange-pointer {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 3px;
  margin-right: 0px;
  background-color: var(--primary);
  margin: 0 0 0 -6px;
}
.child-list-age .asRange .asRange-pointer:before, .child-list-age .asRange .asRange-pointer:after {
  content: none;
}

.nav-tabs {
  display: inline-flex;
  background-color: #192941;
  border-radius: var(--border) 12px 0 0;
}
.nav-tabs li a {
  padding: 10px 15px;
  font-size: 14px;
  background-color: #192941;
  border-radius: 0px 12px 0 0;
  color: #fff;
  display: flex;
  height: 100%;
}
.nav-tabs li a i {
  font-size: 16px;
  margin-right: 10px;
}
.nav-tabs li:first-child a {
  border-top-left-radius: var(--border);
}
.nav-tabs li.active {
  z-index: 99;
}
.nav-tabs li.active a {
  background-color: var(--primary) !important;
  color: #fff !important;
}

.tabs .typeahead__item a {
  background-color: #fff;
}

.tab-content {
  padding: 1.5rem 1.5rem 1rem;
  border-radius: 0 var(--border) var(--border);
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}

@media (max-width: 576px) {
  .nav-tabs li a {
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 10px 8px !important;
  }
  .nav-tabs li a span {
    font-size: 12px;
    text-align: center;
  }
  .nav-tabs li a i {
    font-size: 22px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .tabs .tab-content {
    padding: 15px 15px 0;
  }
}
.border-top {
  border-top: 1px solid #ebf0f7;
}

.border-bottom {
  border-bottom: 1px solid #ebf0f7;
}

.filter-reset {
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  right: 30px;
  color: var(--secondary);
  cursor: pointer;
}

.filters-wrapper .filter-group {
  margin-bottom: 20px;
}
.filters-wrapper .filter-group:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid #E6E6E6;
}
.filters-wrapper .filter-group .note {
  font-size: 14px;
  font-weight: 400;
}
.filters-wrapper .filter-group .filter-header {
  color: var(--primary);
  font-weight: 500;
}
.filters-wrapper .filter-group li {
  padding: 6px 0;
}
.filters-wrapper .filter-group .more_less {
  margin-top: 15px;
  text-decoration: underline;
  cursor: pointer;
  display: block;
  font-size: 14px;
  color: var(--secondary);
  font-weight: 400;
}

fieldset.rating {
  display: inline-block;
}
fieldset.rating > input {
  display: none;
}
fieldset.rating label {
  color: rgba(0, 60, 110, 0.3);
  float: right;
  margin: 0;
  padding: 0;
}
fieldset.rating label:before {
  margin: 3px;
  font-size: 21px;
  display: inline-block;
  position: relative;
  border: none;
}
fieldset.rating label:after {
  content: none;
}

fieldset.rating > input:checked ~ label,
fieldset.rating:not(:checked) > label:hover,
fieldset.rating:not(:checked) > label:hover ~ label {
  color: #F8E71C;
}

/* hover previous stars in list */
fieldset.rating > input:checked + label:hover,
fieldset.rating > input:checked ~ label:hover,
fieldset.rating > label:hover ~ input:checked ~ label,
fieldset.rating > input:checked ~ label:hover ~ label {
  color: #F8E71C;
}

@media (max-width: 992px) {
  .filters {
    margin-bottom: 30px;
    padding: 5px 15px;
  }
  .filters .filter {
    padding: 10px 0;
  }
  .filters .filter .content {
    display: none;
    margin-top: 10px;
  }
  .filters .filter .filter-title {
    margin-bottom: 0;
  }
}
.submenu {
  position: relative;
}
.submenu .dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 999;
  top: 80%;
  left: 0px;
  right: 0px;
  padding: 20px;
  border-radius: 0 0 var(--border) var(--border);
  box-shadow: 1px 6px 6px 0 rgba(37, 32, 31, 0.07);
  border: 1px solid #fff;
  border-top: 0 none;
  margin-top: -1px;
}
.submenu .dropdown .form-group {
  margin-bottom: 5px;
}
.submenu .dropdown .form-group label {
  font-weight: 400;
  color: #000;
  display: inline-block;
  font-size: 14px;
  margin: 0;
}
.submenu.open .dropdown {
  display: block;
}
.submenu.open .form-control {
  border-radius: var(--border) var(--border) 0 0;
  border-bottom-color: #fff;
}
.submenu .inner-group {
  cursor: pointer;
}

.pagination {
  margin: 20px 0;
  display: flex;
  font-size: 14px;
  justify-content: center;
}
.pagination li {
  padding: 5px;
}
.pagination li span, .pagination li a {
  background-color: #fff;
  border-color: #fff;
  color: var(--secondary);
  display: inline-block;
  padding: 6px 8px;
  height: 36px;
  min-width: 36px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #fff;
  border-radius: var(--border);
}
.pagination li.active a, .pagination li:hover a {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.sort {
  margin: 0 -7px;
}
.sort li {
  position: relative;
  padding: 0 7px;
}
.sort li .btn-sort {
  color: var(--secondary);
}
.sort li .btn-sort i {
  display: none;
}
.sort li.sort-item:not(:last-child):after {
  position: absolute;
  right: -2px;
  content: "|";
  color: #7B8794;
}
.sort li.active .btn-sort {
  color: var(--primary);
  font-weight: 600;
}
.sort li.active .btn-sort i {
  display: inline-block;
}

.cp-preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4444;
  background-color: var(--primary);
  opacity: 0.93;
  color: #fff;
  display: none;
}
.cp-preloader .cp-preloader__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cp-preloader .cp-preloader-inner {
  width: 1em;
  font-size: 70px;
}
.cp-preloader .cp-preloader-inner::after, .cp-preloader .cp-preloader-inner::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-animation: cp-preloader19_smoke 1s linear 0.2s infinite backwards;
          animation: cp-preloader19_smoke 1s linear 0.2s infinite backwards;
}
.cp-preloader .cp-preloader-inner::before {
  top: 45%;
}
.cp-preloader .cp-preloader-inner:after {
  top: 55%;
}
.cp-preloader .cp-preloader-inner .icon {
  -webkit-animation: cp-preloader-anim 1s linear infinite alternate backwards;
          animation: cp-preloader-anim 1s linear infinite alternate backwards;
}

@-webkit-keyframes cp-preloader-anim {
  0% {
    transform: translate3d(0, 0.0375em, 0);
  }
  to {
    transform: translate3d(0.075em, 0.075em, 0);
  }
}

@keyframes cp-preloader-anim {
  0% {
    transform: translate3d(0, 0.0375em, 0);
  }
  to {
    transform: translate3d(0.075em, 0.075em, 0);
  }
}
@-webkit-keyframes cp-preloader19_smoke {
  0%, to {
    transform: translate3d(0.15em, -50%, 0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  70% {
    transform: translate3d(-0.75em, -50%, 0);
    opacity: 0;
  }
}
@keyframes cp-preloader19_smoke {
  0%, to {
    transform: translate3d(0.15em, -50%, 0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  70% {
    transform: translate3d(-0.75em, -50%, 0);
    opacity: 0;
  }
}
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 420px;
  width: 95%;
  visibility: hidden;
}
.md-modal .md-content {
  background: #fff;
  color: #000;
  padding: 20px 30px;
  border-radius: var(--border);
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.2s;
}
.md-modal.md-show {
  visibility: visible;
}
.md-modal.md-show .md-content {
  transform: scale(1);
  opacity: 1;
}
.md-modal.md-show + .md-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
}
.md-modal .md-close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  z-index: 1003;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  border: 2px solid #fff;
  cursor: pointer;
}
.md-modal .md-close i {
  font-size: 28px;
}

.md-map {
  height: 90vh;
  max-height: 600px;
  max-width: 1200px;
}
.md-map .md-content {
  height: 100%;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.24);
}

/**
* asRange v0.3.3
* https://github.com/amazingSurge/jquery-asRange
*
* Copyright (c) amazingSurge
* Released under the LGPL-3.0 license
*/
.asRange {
  position: relative;
  width: 100%;
  background-color: #dddde5;
  margin: 15px 0 30px;
  height: 0.375rem;
  border-radius: 0.375rem;
}

.asRange .asRange-pointer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid #dddde5;
  border-radius: 1.125rem;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgba(37, 32, 31, 0.3);
}
.asRange .asRange-pointer:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.125rem;
  box-shadow: inset 0 0 0 0.0625rem #cdcdd7;
}

.asRange .asRange-scale {
  display: none;
}

.asRange-pointer-2 {
  margin-left: -30px !important;
}

.asRange .asRange-pointer.asRange-pointer-2 .asRange-tip {
  left: 1px;
}

.asRange .asRange-pointer:focus {
  outline: none;
}

.asRange .asRange-selected {
  position: absolute;
  top: 0px;
  left: 30%;
  z-index: 1;
  width: 40%;
  background-color: #042759;
  height: 0.375rem;
  border-radius: 0.375rem;
}

.asRange .asRange-scale-values {
  display: none;
}

.range-text {
  color: rgba(40, 38, 43, 0.8);
  font-size: 16px;
  font-weight: 500;
}

i.circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f1f2f8;
  color: #111236;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  font-size: 20px;
  min-width: 36px;
  display: inline-block;
}

i.icon-circle-out {
  font-size: 14px;
  margin-right: 5px;
  color: #51CA58;
  font-weight: 600;
  vertical-align: middle;
  position: relative;
}
i.icon-circle-out:before {
  position: relative;
  z-index: 2;
}
i.icon-circle-out:after {
  position: absolute;
  content: "";
  top: 3px;
  left: -1px;
  background-color: #f1f2f8;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 768px) {
  i.circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    min-width: 30px;
    background-color: transparent;
  }
}
.location-holder {
  font-size: 14px;
  color: #7B8794;
  margin-bottom: 10px;
}
.location-holder .location {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.location-holder .location i:before {
  font-size: 14px;
}
.location-holder .location span:not(:last-child):after {
  content: ",";
}
.location-holder .map-link {
  display: block;
}

.info-wrapper {
  background-color: #f1f2f8;
  color: #111236;
  border-radius: var(--border);
  padding: 15px 10px;
  line-height: 1;
  font-weight: 500;
}
.info-wrapper .duration {
  background-color: #fff;
  border-radius: 12px;
  padding: 5px 15px;
  font-weight: 400;
  text-align: center;
}
.info-wrapper .line {
  display: block;
  height: 0.125rem;
  background-color: #68697f;
  position: relative;
  min-width: 70px;
  margin-top: -15px;
}
.info-wrapper .line i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 5px 8px;
  background-color: #f1f2f8;
  color: #8b8c98;
}
.info-wrapper .line .date {
  position: absolute;
  top: 12px;
  font-size: 12px;
  color: #111236;
  font-weight: 400;
  left: 50%;
  transform: translateX(-50%);
}
.info-wrapper .airport-name {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.info-wrapper .airport-code {
  font-size: 14px;
  color: #8b8c98;
  font-weight: 400;
}
.info-wrapper.loading {
  position: relative;
  border: 1px solid #dddde5;
}
.info-wrapper.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(255, 255, 255, 0.93) url(../images/icon/loading-dots.svg) center no-repeat;
  background-size: 45px;
  border-radius: var(--border);
}

@media (max-width: 576px) {
  .info-wrapper {
    padding: 10px 5px;
  }
  .info-wrapper .col, .info-wrapper .line {
    flex: 1;
    text-align: center;
  }
  .info-wrapper .line {
    margin: 20px 0 35px;
  }
  .info-wrapper .line i {
    transform: rotate(90deg) translate(-50%, 65%);
  }
  .info-wrapper .airport-code, .info-wrapper .airport-name {
    text-align: center !important;
  }

  .info-wrapper-date {
    padding: 10px 0;
  }
}
.rating {
  align-items: center;
}
.rating .text {
  font-size: 16px;
  line-height: 1;
}
.rating .number {
  background-color: var(--secondary);
  border-radius: var(--border);
  color: #fff;
  display: inline-flex;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
  min-width: 40px;
  justify-content: center;
}
.rating .reviews {
  font-size: 12px;
  color: #8b8c98;
}

.rating-holder {
  height: 30px;
}

.pointer {
  cursor: pointer;
}

img.cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.table-wrapper {
  overflow-x: auto;
}

.table {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
}
.table th, .table td {
  padding: 2px;
}
.table tbody {
  color: #8b8c98;
}

.lang-switch {
  position: relative;
  margin-left: 25px;
  font-size: 14px;
}
.lang-switch .current {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: flex-end;
}
.lang-switch img {
  margin-right: 5px;
}
.lang-switch .list {
  margin-top: 5px;
  position: absolute;
  display: none;
  top: 100%;
  z-index: 999;
  background: #fff;
  min-width: 120px;
  right: -2px;
  border-radius: 0 0 4px 4px;
  box-shadow: 1px 6px 6px 0 rgba(37, 32, 31, 0.07);
  border: 1px solid #fff;
  border-top: 0 none;
  padding: 3px 0;
}
.lang-switch .list li {
  text-align: left;
  white-space: nowrap;
}
.lang-switch .list li a {
  padding: 4px 16px;
  display: block;
  color: #0f294d;
}
.lang-switch .list li a:hover {
  background-color: #e9f2fe;
}
.lang-switch .active.list {
  display: block;
}

.autocomplete-suggestions {
  border-color: #fff;
  background-color: #fff;
  font-size: 14px;
  border-radius: var(--border);
  overflow-y: auto;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.autocomplete-group {
  cursor: default;
  color: var(--primary);
  background: #E6E6E6;
  display: block;
  padding: 4px 12px;
}

.autocomplete-suggestion {
  cursor: pointer;
  display: block;
  padding: 4px 12px;
  clear: both;
  color: #333333;
  border-top: solid 1px #f1f1f1;
}

.autocomplete-no-suggestion {
  padding: 4px 12px;
}

.light, .dark {
  margin-top: 20px;
}
.light .tab-content, .dark .tab-content {
  margin-top: -8px;
  position: relative;
  z-index: 2;
  box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, 0.15);
  background-color: #f5f5f5;
}
.light .nav-tabs.navbar-nav, .dark .nav-tabs.navbar-nav {
  overflow-x: auto;
  width: 100%;
  background-color: transparent;
}
.light .nav-tabs.navbar-nav > li, .dark .nav-tabs.navbar-nav > li {
  float: left;
  margin: 0 0.5em 0 0;
}
.light .nav-tabs.navbar-nav > li.active a, .dark .nav-tabs.navbar-nav > li.active a {
  background: #f5f5f5 !important;
  color: var(--primary) !important;
}
.light .nav-tabs.navbar-nav > li a, .dark .nav-tabs.navbar-nav > li a {
  color: #192941;
  position: relative;
  background-image: linear-gradient(to bottom, #fff, #ddd);
  padding: 0.7em 2.5em;
  float: left;
  border-radius: 5px 0 0 0;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
}
.light .nav-tabs.navbar-nav > li a:after, .dark .nav-tabs.navbar-nav > li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: -0.5em;
  bottom: 0;
  width: 1em;
  background: #ddd;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, #fff, #ddd);
  transform: skew(10deg);
  border-radius: 0 5px 0 0;
}
.light .nav-tabs.navbar-nav > li.active a:after, .dark .nav-tabs.navbar-nav > li.active a:after {
  background: #f5f5f5 !important;
}

.dark .tab-content {
  background-color: #192941;
}
.dark .form-group label {
  color: #fff;
}
.dark .form-group .form-control {
  border-color: #fff !important;
}
.dark .submenu.open .dropdown,
.dark .typeahead__list,
.dark .datepicker {
  border-color: #fff;
}
.dark .datepicker--pointer {
  border-top-color: #fff;
  border-right-color: #fff;
}
.dark .nav-tabs.navbar-nav > li a {
  background: #273f63 !important;
  color: #fff !important;
}
.dark .nav-tabs.navbar-nav > li a:after {
  background: #273f63 !important;
}
.dark .nav-tabs.navbar-nav > li.active a {
  background: #192941 !important;
  color: #fff !important;
}
.dark .nav-tabs.navbar-nav > li.active a:after {
  background: #192941 !important;
}

.vaccinations {
  margin-bottom: 10px;
}
.vaccinations li {
  padding: 5px 0;
  align-items: center;
}
.vaccinations li:not(:last-child) {
  border-bottom: 1px solid #D9E2EC;
}
.vaccinations li:nth-child(odd) {
  background-color: rgba(217, 226, 236, 0.3);
}
.vaccinations li .col-name {
  flex: 0 0 150px;
}
.vaccinations li .col-icon {
  flex: 0 0 20px;
}
.vaccinations li .col-icon i {
  font-size: 12px;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  display: block;
  line-height: 19px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
}
.vaccinations li .col-icon i.icon-recommended {
  border-color: #0770e3;
  color: #0770e3;
}
.vaccinations li .col-icon i.icon-recommended-group {
  border-color: #ebbe0c;
  color: #ebbe0c;
}
.vaccinations li .col-icon i.icon-required {
  border-color: #d4130c;
  color: #d4130c;
}

.visa-info p {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .vaccinations li {
    flex-wrap: wrap;
  }
  .vaccinations li .col-name {
    flex: 1;
  }
  .vaccinations li .col-icon {
    padding-left: 15px;
    order: -1;
  }
  .vaccinations li .col-desc {
    flex: 100%;
  }
}
.note-box {
  background-color: #fff;
  border: 1px solid #BCCCDC;
  border-radius: var(--border);
  padding: 10px;
  max-width: 800px;
}

.search-input-wrapper {
  margin: 1.5rem 0;
  color: #627D98;
  border: 1px solid #BCCCDC;
  background-color: #fff;
  border-radius: var(--border);
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
}
.search-input-wrapper .circle {
  background-color: var(--primary);
  color: #fff;
}
.search-input-wrapper .input > div i {
  font-size: 18px;
  margin-right: 3px;
  opacity: 0.6;
}

.search-form-wrapper {
  margin-bottom: 30px;
  padding-top: 10px;
  background-color: #fff;
}
.search-form-wrapper .tab-content {
  padding: 0;
}
.search-form-wrapper label {
  display: none;
}
.search-form-wrapper .btn {
  border-radius: var(--border);
}

.submenu.open .form-control, .submenu.open .dropdown {
  border-color: var(--primary);
}

.icons-container .selected {
  margin: 0 5px;
  font-size: 16px;
}
.icons-container button {
  border-radius: 50%;
  border: 1px solid #dddde5;
  padding: 3px;
  height: 28px;
}
.icons-container button i {
  color: var(--primary);
  font-size: 20px;
}
.icons-container button:hover {
  border-color: var(--primary);
}
.icons-container .form-text {
  border: 0 none;
  width: 2rem;
  text-align: center;
  padding: 0.375rem 0;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .search-form-wrapper .nav-tabs a {
    border-radius: 0px;
  }
}
.md-newsletter {
  max-width: 700px;
  overflow: hidden;
  border-radius: var(--border);
  height: 500px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.md-newsletter .md-content {
  padding: 0;
  font-family: var(--primaryFontFamily);
  height: 100%;
}
.md-newsletter .desc {
  color: #7B8794;
  margin-bottom: 24px;
}
.md-newsletter .md-close {
  box-shadow: none;
  top: 10px;
  right: 10px;
  color: #7B8794;
  background-color: rgba(241, 241, 241, 0.8);
  border-color: rgba(241, 241, 241, 0.8) !important;
}
.md-newsletter .col-left {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.md-newsletter .form-control {
  background-color: #F1F1F1;
  border-color: #F1F1F1;
}

.btn-newsletter {
  position: fixed;
  right: -91px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 999999;
}
.btn-newsletter span {
  display: flex;
  align-items: center;
  border-radius: 0 0 var(--border) var(--border);
  background-color: var(--primary);
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.btn-newsletter span i {
  margin-right: 10px;
}
.btn-newsletter span:hover {
  background-color: var(--secondary);
}

@media (max-width: 576px) {
  .md-newsletter {
    height: auto;
  }
  .md-newsletter .col-left {
    height: 200px;
  }
}
.banners-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 203px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-search-wrapper .tab-content {
  border-radius: var(--border);
}

@media (min-width: 992px) {
  .home-search-wrapper {
    margin-bottom: 30vh;
  }
}
@media (max-width: 768px) {
  .home-search-wrapper {
    margin-bottom: 20vh;
  }

  .search-form-wrapper-dark {
    padding: 20px 15px 0;
  }
}
@media (max-width: 576px) {
  .home-search-wrapper {
    margin-bottom: 0;
    padding: 16px 0;
  }
  .home-search-wrapper .tab-content {
    padding: 16px 16px 0;
  }
}
.sidebar {
  flex: 0 0 25%;
  min-width: 220px;
}

.page-products {
  z-index: 9;
  position: relative;
}

.product-list .product {
  background-color: #fff;
  display: block;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: var(--border);
  overflow: hidden;
}
.product-list .product .product-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list .product .product-title a {
  color: var(--secondary);
}
.product-list .product .content {
  border-radius: 0 0 var(--border) var(--border);
  border-top: none;
}
.product-list .product .action {
  padding-top: 10px;
}
.product-list .product .price {
  color: #28262B;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.product-list .product .price .number {
  font-size: 24px;
  line-height: 1;
}
.product-list .product .image-holder {
  height: 180px;
  display: block;
  overflow: hidden;
}
.product-list .product .rating-sm {
  margin-left: 0;
  background-color: #D9E2EC;
  color: #035388;
  min-width: 37px;
  padding: 5px 10px;
  border-radius: var(--border);
  align-items: center;
  line-height: 1.2;
  display: inline-flex;
}
.product-list .product .rating-sm .number {
  font-size: 16px;
  margin-left: 7px;
}
.product-list .product-horizontal .image-holder {
  height: 150px;
  flex: 0 0 220px;
}
.product-list .product-horizontal .content {
  flex: 1;
  padding: 16px;
}
.product-list .product-horizontal .content .content-holder {
  flex: 1;
}

.d-stars i {
  color: #FADB5F;
}

/*
.location {
    color: #4d4d4d;
    font-weight: 300;
}
*/
@media (max-width: 992px) {
  .sidebar {
    position: fixed;
    bottom: 0;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: scroll;
    padding: 30px 15px 60px;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    background-color: #fff;
    z-index: 999;
  }
  .sidebar.open {
    max-height: 100vh;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .product-list .product-horizontal {
    align-items: stretch;
    height: 100%;
  }
  .product-list .product-horizontal .image-holder {
    height: 100%;
    max-height: 190px;
  }
  .product-list .product-horizontal .product-title, .product-list .product-horizontal .location-holder .location {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
}
@media (max-width: 576px) {
  .product-list .product-horizontal {
    flex-direction: column;
    height: auto;
  }
  .product-list .product-horizontal .image-holder {
    max-width: 100%;
    height: 180px;
  }
}
.single-product-page .location-holder {
  font-size: 16px;
}
.single-product-page .location-holder .location {
  text-overflow: unset;
  white-space: unset;
}
.single-product-page .product-info {
  box-shadow: 0 1px 10px 0 rgba(40, 38, 43, 0.1);
  background-color: #fff;
  border-radius: var(--border);
  padding: 15px;
}
.single-product-page .product-title {
  line-height: 1.2;
  margin-bottom: 15px;
}
.single-product-page .image-holder {
  display: block;
  width: 100%;
  height: 350px;
}
.single-product-page #tab-description {
  color: #4d4d4d;
  padding-bottom: 30px;
  padding-top: 20px;
}
.single-product-page #tab-description strong {
  color: #28262B;
}
.single-product-page #tab-description ul {
  padding-left: 20px;
  list-style: disc;
  margin-top: 7px;
}
.single-product-page .imageList .item {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 4px;
}
.single-product-page .imageList .flickity-button {
  background-color: #fff;
}
.single-product-page .imageList .flickity-button:disabled {
  opacity: 0.5;
}
.single-product-page .imageListNav {
  margin-top: 5px;
}
.single-product-page .imageListNav .item {
  width: 80px;
  height: 49px;
  margin-right: 5px;
  opacity: 0.65;
  overflow: hidden;
  border-radius: 3px;
}
.single-product-page .imageListNav .item.is-selected {
  opacity: 1;
}
.single-product-page .facts-list li {
  font-size: 14px;
  margin-right: 12px;
  color: #4d4d4d;
  margin-bottom: 2px;
}
.single-product-page .tabs .nav-tabs {
  background-color: #fff;
  position: relative;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.single-product-page .tabs .nav-tabs li a {
  background-color: #fff;
  color: #192941;
  padding: 10px 15px;
}
.single-product-page .tabs .nav-tabs:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: -30px;
  background-color: #fff;
  height: 20px;
  content: "";
}
.single-product-page .tabs .tab-content {
  padding: 16px;
  box-shadow: 0 1px 10px 0 rgba(40, 38, 43, 0.1);
  background-color: #fff;
}

@media (max-width: 768px) {
  .single-product-page .imageList .item {
    height: 300px;
  }
  .single-product-page .imageList .flickity-button {
    background-color: transparent;
  }
  .single-product-page .imageList .flickity-button .flickity-button-icon {
    fill: #fff;
  }
  .single-product-page .tabs .nav-tabs:after {
    right: 0;
  }
}
.date-list .item {
  color: #28262B;
  font-size: 14px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #D9E2EC;
  border-radius: var(--border);
  overflow: hidden;
}
.date-list .item .price .number, .date-list .item .price .currency {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
.date-list .item .date-main-info {
  background-color: #D9E2EC;
  padding: 3px 10px;
}
.date-list .item .trip-info {
  display: flex;
  flex-wrap: wrap;
}
.date-list .item .trip-info li {
  display: inline-flex;
  align-items: baseline;
}
.date-list .item .trip-info li .trip-info-label {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
}
.date-list .item .trip-info li .trip-info-label i {
  color: #8b8c98;
  margin-right: 5px;
}
.date-list .item.response {
  padding: 0 15px;
}
.date-list .item.response .price-col {
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.date-list .item.response .price-col .price {
  font-size: 24px;
  line-height: 1;
}
.date-list .item.response .price-col .price-split {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.date-list .item.response .price-col .price-split .price-item {
  text-align: right;
}
.date-list .item.response .msg {
  background-color: #ddd;
  border: 1px solid transparent;
  border-left: none;
  padding: 10px 15px 10px;
  margin-left: -16px;
  border-radius: 0 var(--border) var(--border) 0;
  display: inline-flex;
  align-items: center;
  color: #111236;
}
.date-list .item.response .msg i {
  font-size: 24px;
  font-weight: 600;
  margin-right: 10px;
}
.date-list .item.response.success .msg {
  background-color: #E3F9E5;
  border-color: #C1F2C7;
}
.date-list .item.response.success .msg i {
  color: #51CA58;
}
.date-list .item.response.warrning .msg {
  background-color: #FFE8D9;
  border-color: #FFD0B5;
}
.date-list .item.response.warrning .msg i {
  color: #F9703E;
  font-weight: 400;
}
.date-list .item.response.error .msg {
  background-color: #FFE3E3;
  border-color: #FFBDBD;
}
.date-list .item.response.error .msg i {
  color: #EF4E4E;
  font-weight: 400;
}
.date-list .item.loading {
  position: relative;
}
.date-list .item.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(255, 255, 255, 0.93) url(../images/icon/loading-dots.svg) center no-repeat;
  background-size: 45px;
  border-radius: var(--border);
}
.date-list .item .service-item {
  display: flex;
}
.date-list .item .service-item label {
  flex: 0 0 115px;
}

@media (max-width: 992px) {
  .date-list .item.response .price-col .price-holder {
    display: block;
  }
}
@media (max-width: 768px) {
  .date-list .item .info-col {
    border-right: none;
  }
}
@media (max-width: 576px) {
  .date-list .item .item-wrapper .col {
    flex: 0 0 100%;
  }
  .date-list .item .date-main-info {
    flex-wrap: wrap;
  }
}
.offer .hotel-info {
  border-bottom: 2px solid #D9E2EC;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.offer .info-text {
  font-size: 14px;
  line-height: 1.2;
  border-top: 2px solid #D9E2EC;
  padding-top: 20px;
  margin-top: 20px;
  color: #28262B;
}
.offer .info-text .info-heading {
  color: #444560;
  font-weight: 600;
  margin-bottom: 15px;
}

.info-list li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.info-list li .label {
  color: #68697f;
}
.info-list li .value {
  font-weight: 600;
  color: #444560;
}

.price-info {
  border-top: 2px solid #D9E2EC;
  padding-top: 20px;
  margin-top: 20px;
}
.price-info .price-summary li {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #68697f;
  margin-bottom: 5px;
}
.price-info .price-summary li.total {
  font-size: 24px;
  color: #444560;
  font-weight: 500;
}

.fieldset-box {
  color: #28262B;
  border-radius: var(--border);
  font-size: 14px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 20px 10px;
}
.fieldset-box .fieldset-heading {
  margin: 0 -20px 20px;
  padding: 0 20px 10px;
  border-bottom: 1px solid #D9E2EC;
  font-size: 20px;
  color: var(--primary);
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
  align-self: flex-start;
}

.success-page .page-header, .error-page .page-header {
  background-color: #fff;
}
.success-page .box-wrapper, .error-page .box-wrapper {
  background-color: #fff;
  border-radius: var(--border);
  max-width: 650px;
  margin: 0 auto 48px;
}
.success-page .box-wrapper .box-heading, .error-page .box-wrapper .box-heading {
  border-bottom: 1px solid #D9E2EC;
  padding: 15px 32px 10px;
  margin-bottom: 0;
  color: var(--primary);
}
.success-page .box-wrapper .offer, .error-page .box-wrapper .offer {
  padding: 32px;
}

.success-page .success-img {
  fill: var(--primary);
}

@media (max-width: 576px) {
  .success-page .page-header svg, .error-page .page-header svg {
    width: 50px;
    margin-top: 20px;
  }
  .success-page .box-wrapper, .error-page .box-wrapper {
    margin: 0 -15px;
  }
  .success-page .box-wrapper .offer, .error-page .box-wrapper .offer {
    padding: 20px 15px;
  }
}
.no-results-page {
  padding: 96px 0;
}

.page-wishlist .wishlist-item {
  background-color: #fff;
  display: block;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: var(--border);
  overflow: hidden;
  position: relative;
}
.page-wishlist .wishlist-item .image-holder {
  height: 200px;
}
.page-wishlist .wishlist-item .content-holder {
  padding: 16px;
}
.page-wishlist .wishlist-item .removeToWishlist {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wishlist .wishlist-item .price-box {
  background-color: #F1F1F1;
}
.page-wishlist .wishlist-item .d-stars i {
  font-size: 12px;
}
.page-wishlist .wishlist-item hr {
  border: none;
  border-bottom: 1px solid #D9E2EC;
}

.wishlist-tag {
  background-color: #F1F1F1;
  border-radius: var(--border);
  padding: 3px 8px;
  font-size: 12px;
  display: inline-block;
  margin: 2px;
}
