@charset "UTF-8";
/*
Theme Name: HTML Prototypes v1
Theme URI: 
Author: EME UI Development Team
Author URI: 
Description: 
Version: 1.1
License: GNU General Public License v2 or later
License URI: 
Tags: 
Text Domain: htmlprototype
*/
/*---------------------------- [table of contents] ------------------
 1. variables
 2. mixin
 3. typography
 3. links
 4. layout
    4.1 tables
    4.2 forms / modals
 5. site styles
 6  image styles
 7. media queries
 8. base site notifications
 9. owl carousel
10. fancybox 3


-------------------------------------------------------------------*/
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Medium.eot");
  src: url("fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Raleway-Medium.woff2") format("woff2"), url("fonts/Raleway-Medium.woff") format("woff"), url("fonts/Raleway-Medium.ttf") format("truetype"), url("fonts/Raleway-Medium.svg#Raleway-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Light.eot");
  src: url("fonts/Raleway-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Raleway-Light.woff2") format("woff2"), url("fonts/Raleway-Light.woff") format("woff"), url("fonts/Raleway-Light.ttf") format("truetype"), url("fonts/Raleway-Light.svg#Raleway-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Regular.eot");
  src: url("fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Raleway-Regular.woff2") format("woff2"), url("fonts/Raleway-Regular.woff") format("woff"), url("fonts/Raleway-Regular.ttf") format("truetype"), url("fonts/Raleway-Regular.svg#Raleway-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Serif";
  src: url("fonts/IBMPlexSerif-Light.eot");
  src: url("fonts/IBMPlexSerif-Light.eot?#iefix") format("embedded-opentype"), url("fonts/IBMPlexSerif-Light.woff2") format("woff2"), url("fonts/IBMPlexSerif-Light.woff") format("woff"), url("fonts/IBMPlexSerif-Light.ttf") format("truetype"), url("fonts/IBMPlexSerif-Light.svg#IBMPlexSerif-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Serif";
  src: url("fonts/IBMPlexSerif-SemiBold.eot");
  src: url("fonts/IBMPlexSerif-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/IBMPlexSerif-SemiBold.woff2") format("woff2"), url("fonts/IBMPlexSerif-SemiBold.woff") format("woff"), url("fonts/IBMPlexSerif-SemiBold.ttf") format("truetype"), url("fonts/IBMPlexSerif-SemiBold.svg#IBMPlexSerif-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Serif";
  src: url("fonts/IBMPlexSerif-Medium.eot");
  src: url("fonts/IBMPlexSerif-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/IBMPlexSerif-Medium.woff2") format("woff2"), url("fonts/IBMPlexSerif-Medium.woff") format("woff"), url("fonts/IBMPlexSerif-Medium.ttf") format("truetype"), url("fonts/IBMPlexSerif-Medium.svg#IBMPlexSerif-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #2074bd;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f9d195;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2074bd;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-xsm: 480px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --breakpoint-xxl: 1400px;
  --breakpoint-xxlm: 1600px;
  --breakpoint-xxxl: 1900px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2074bd;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #154c7c;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .col-xsm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xsm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xsm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xsm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xsm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xsm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xsm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xsm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xsm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xsm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xsm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xsm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xsm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xsm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xsm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xsm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xsm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xsm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xsm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xsm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xsm-first {
    order: -1;
  }
  .order-xsm-last {
    order: 13;
  }
  .order-xsm-0 {
    order: 0;
  }
  .order-xsm-1 {
    order: 1;
  }
  .order-xsm-2 {
    order: 2;
  }
  .order-xsm-3 {
    order: 3;
  }
  .order-xsm-4 {
    order: 4;
  }
  .order-xsm-5 {
    order: 5;
  }
  .order-xsm-6 {
    order: 6;
  }
  .order-xsm-7 {
    order: 7;
  }
  .order-xsm-8 {
    order: 8;
  }
  .order-xsm-9 {
    order: 9;
  }
  .order-xsm-10 {
    order: 10;
  }
  .order-xsm-11 {
    order: 11;
  }
  .order-xsm-12 {
    order: 12;
  }
  .offset-xsm-0 {
    margin-left: 0;
  }
  .offset-xsm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xsm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xsm-3 {
    margin-left: 25%;
  }
  .offset-xsm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xsm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xsm-6 {
    margin-left: 50%;
  }
  .offset-xsm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xsm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xsm-9 {
    margin-left: 75%;
  }
  .offset-xsm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xsm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxlm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxlm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxlm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxlm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxlm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxlm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxlm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxlm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxlm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxlm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxlm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxlm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxlm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxlm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxlm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxlm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxlm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxlm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxlm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxlm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxlm-first {
    order: -1;
  }
  .order-xxlm-last {
    order: 13;
  }
  .order-xxlm-0 {
    order: 0;
  }
  .order-xxlm-1 {
    order: 1;
  }
  .order-xxlm-2 {
    order: 2;
  }
  .order-xxlm-3 {
    order: 3;
  }
  .order-xxlm-4 {
    order: 4;
  }
  .order-xxlm-5 {
    order: 5;
  }
  .order-xxlm-6 {
    order: 6;
  }
  .order-xxlm-7 {
    order: 7;
  }
  .order-xxlm-8 {
    order: 8;
  }
  .order-xxlm-9 {
    order: 9;
  }
  .order-xxlm-10 {
    order: 10;
  }
  .order-xxlm-11 {
    order: 11;
  }
  .order-xxlm-12 {
    order: 12;
  }
  .offset-xxlm-0 {
    margin-left: 0;
  }
  .offset-xxlm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxlm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxlm-3 {
    margin-left: 25%;
  }
  .offset-xxlm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxlm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxlm-6 {
    margin-left: 50%;
  }
  .offset-xxlm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxlm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxlm-9 {
    margin-left: 75%;
  }
  .offset-xxlm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxlm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1900px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c1d8ed;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8bb7dd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

@media (max-width: 479.98px) {
  .table-responsive-xsm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xsm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxlm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxlm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1899.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 116, 189, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #2074bd;
  border-color: #2074bd;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #1a609c;
  border-color: #195991;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #1a609c;
  border-color: #195991;
  box-shadow: 0 0 0 0.2rem rgba(65, 137, 199, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #2074bd;
  border-color: #2074bd;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #195991;
  border-color: #175386;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 137, 199, 0.5);
}

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

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-outline-primary {
  color: #2074bd;
  border-color: #2074bd;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #2074bd;
  border-color: #2074bd;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 116, 189, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2074bd;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #2074bd;
  border-color: #2074bd;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 116, 189, 0.5);
}

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

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #2074bd;
  text-decoration: none;
}
.btn-link:hover {
  color: #154c7c;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #2074bd;
  background-color: #2074bd;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(32, 116, 189, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #75b2e8;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #a1cbef;
  border-color: #a1cbef;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2074bd;
  background-color: #2074bd;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 116, 189, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(32, 116, 189, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 116, 189, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #2074bd;
}

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

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

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

@media (max-width: 479.98px) {
  .navbar-expand-xsm > .container,
  .navbar-expand-xsm > .container-fluid,
  .navbar-expand-xsm > .container-sm,
  .navbar-expand-xsm > .container-md,
  .navbar-expand-xsm > .container-lg,
  .navbar-expand-xsm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 480px) {
  .navbar-expand-xsm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xsm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xsm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xsm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xsm > .container,
  .navbar-expand-xsm > .container-fluid,
  .navbar-expand-xsm > .container-sm,
  .navbar-expand-xsm > .container-md,
  .navbar-expand-xsm > .container-lg,
  .navbar-expand-xsm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xsm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xsm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xxlm > .container,
  .navbar-expand-xxlm > .container-fluid,
  .navbar-expand-xxlm > .container-sm,
  .navbar-expand-xxlm > .container-md,
  .navbar-expand-xxlm > .container-lg,
  .navbar-expand-xxlm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxlm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxlm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxlm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxlm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxlm > .container,
  .navbar-expand-xxlm > .container-fluid,
  .navbar-expand-xxlm > .container-sm,
  .navbar-expand-xxlm > .container-md,
  .navbar-expand-xxlm > .container-lg,
  .navbar-expand-xxlm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxlm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxlm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1899.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1900px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

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

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2074bd;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #154c7c;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 116, 189, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #2074bd;
  border-color: #2074bd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #ffffff;
  background-color: #2074bd;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #195991;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 116, 189, 0.5);
}

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

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

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #113c62;
  background-color: #d2e3f2;
  border-color: #c1d8ed;
}
.alert-primary hr {
  border-top-color: #adcce7;
}
.alert-primary .alert-link {
  color: #092137;
}

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

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

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

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

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

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

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

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

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

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

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

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

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

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

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

@media (min-width: 480px) {
  .list-group-horizontal-xsm {
    flex-direction: row;
  }
  .list-group-horizontal-xsm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xsm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xsm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xsm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xsm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1280px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxlm {
    flex-direction: row;
  }
  .list-group-horizontal-xxlm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxlm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxlm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxlm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxlm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1900px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #113c62;
  background-color: #c1d8ed;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #113c62;
  background-color: #adcce7;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #113c62;
  border-color: #113c62;
}

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

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

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

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

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

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

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

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #2074bd !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #2074bd !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
  .d-xsm-table {
    display: table !important;
  }
  .d-xsm-table-row {
    display: table-row !important;
  }
  .d-xsm-table-cell {
    display: table-cell !important;
  }
  .d-xsm-flex {
    display: flex !important;
  }
  .d-xsm-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: 1280px) {
  .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 (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxlm-none {
    display: none !important;
  }
  .d-xxlm-inline {
    display: inline !important;
  }
  .d-xxlm-inline-block {
    display: inline-block !important;
  }
  .d-xxlm-block {
    display: block !important;
  }
  .d-xxlm-table {
    display: table !important;
  }
  .d-xxlm-table-row {
    display: table-row !important;
  }
  .d-xxlm-table-cell {
    display: table-cell !important;
  }
  .d-xxlm-flex {
    display: flex !important;
  }
  .d-xxlm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1900px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

.flex-shrink-1 {
  flex-shrink: 1 !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: 480px) {
  .flex-xsm-row {
    flex-direction: row !important;
  }
  .flex-xsm-column {
    flex-direction: column !important;
  }
  .flex-xsm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xsm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xsm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xsm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xsm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xsm-fill {
    flex: 1 1 auto !important;
  }
  .flex-xsm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xsm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xsm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xsm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xsm-start {
    justify-content: flex-start !important;
  }
  .justify-content-xsm-end {
    justify-content: flex-end !important;
  }
  .justify-content-xsm-center {
    justify-content: center !important;
  }
  .justify-content-xsm-between {
    justify-content: space-between !important;
  }
  .justify-content-xsm-around {
    justify-content: space-around !important;
  }
  .align-items-xsm-start {
    align-items: flex-start !important;
  }
  .align-items-xsm-end {
    align-items: flex-end !important;
  }
  .align-items-xsm-center {
    align-items: center !important;
  }
  .align-items-xsm-baseline {
    align-items: baseline !important;
  }
  .align-items-xsm-stretch {
    align-items: stretch !important;
  }
  .align-content-xsm-start {
    align-content: flex-start !important;
  }
  .align-content-xsm-end {
    align-content: flex-end !important;
  }
  .align-content-xsm-center {
    align-content: center !important;
  }
  .align-content-xsm-between {
    align-content: space-between !important;
  }
  .align-content-xsm-around {
    align-content: space-around !important;
  }
  .align-content-xsm-stretch {
    align-content: stretch !important;
  }
  .align-self-xsm-auto {
    align-self: auto !important;
  }
  .align-self-xsm-start {
    align-self: flex-start !important;
  }
  .align-self-xsm-end {
    align-self: flex-end !important;
  }
  .align-self-xsm-center {
    align-self: center !important;
  }
  .align-self-xsm-baseline {
    align-self: baseline !important;
  }
  .align-self-xsm-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;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !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;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !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;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !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: 1280px) {
  .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;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !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;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxlm-row {
    flex-direction: row !important;
  }
  .flex-xxlm-column {
    flex-direction: column !important;
  }
  .flex-xxlm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxlm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxlm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxlm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxlm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxlm-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxlm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxlm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxlm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxlm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxlm-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxlm-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxlm-center {
    justify-content: center !important;
  }
  .justify-content-xxlm-between {
    justify-content: space-between !important;
  }
  .justify-content-xxlm-around {
    justify-content: space-around !important;
  }
  .align-items-xxlm-start {
    align-items: flex-start !important;
  }
  .align-items-xxlm-end {
    align-items: flex-end !important;
  }
  .align-items-xxlm-center {
    align-items: center !important;
  }
  .align-items-xxlm-baseline {
    align-items: baseline !important;
  }
  .align-items-xxlm-stretch {
    align-items: stretch !important;
  }
  .align-content-xxlm-start {
    align-content: flex-start !important;
  }
  .align-content-xxlm-end {
    align-content: flex-end !important;
  }
  .align-content-xxlm-center {
    align-content: center !important;
  }
  .align-content-xxlm-between {
    align-content: space-between !important;
  }
  .align-content-xxlm-around {
    align-content: space-around !important;
  }
  .align-content-xxlm-stretch {
    align-content: stretch !important;
  }
  .align-self-xxlm-auto {
    align-self: auto !important;
  }
  .align-self-xxlm-start {
    align-self: flex-start !important;
  }
  .align-self-xxlm-end {
    align-self: flex-end !important;
  }
  .align-self-xxlm-center {
    align-self: center !important;
  }
  .align-self-xxlm-baseline {
    align-self: baseline !important;
  }
  .align-self-xxlm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1900px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 480px) {
  .float-xsm-left {
    float: left !important;
  }
  .float-xsm-right {
    float: right !important;
  }
  .float-xsm-none {
    float: none !important;
  }
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xxlm-left {
    float: left !important;
  }
  .float-xxlm-right {
    float: right !important;
  }
  .float-xxlm-none {
    float: none !important;
  }
}
@media (min-width: 1900px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .m-xsm-0 {
    margin: 0 !important;
  }
  .mt-xsm-0,
  .my-xsm-0 {
    margin-top: 0 !important;
  }
  .mr-xsm-0,
  .mx-xsm-0 {
    margin-right: 0 !important;
  }
  .mb-xsm-0,
  .my-xsm-0 {
    margin-bottom: 0 !important;
  }
  .ml-xsm-0,
  .mx-xsm-0 {
    margin-left: 0 !important;
  }
  .m-xsm-1 {
    margin: 0.25rem !important;
  }
  .mt-xsm-1,
  .my-xsm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xsm-1,
  .mx-xsm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xsm-1,
  .my-xsm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xsm-1,
  .mx-xsm-1 {
    margin-left: 0.25rem !important;
  }
  .m-xsm-2 {
    margin: 0.5rem !important;
  }
  .mt-xsm-2,
  .my-xsm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xsm-2,
  .mx-xsm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xsm-2,
  .my-xsm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xsm-2,
  .mx-xsm-2 {
    margin-left: 0.5rem !important;
  }
  .m-xsm-3 {
    margin: 1rem !important;
  }
  .mt-xsm-3,
  .my-xsm-3 {
    margin-top: 1rem !important;
  }
  .mr-xsm-3,
  .mx-xsm-3 {
    margin-right: 1rem !important;
  }
  .mb-xsm-3,
  .my-xsm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xsm-3,
  .mx-xsm-3 {
    margin-left: 1rem !important;
  }
  .m-xsm-4 {
    margin: 1.5rem !important;
  }
  .mt-xsm-4,
  .my-xsm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xsm-4,
  .mx-xsm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xsm-4,
  .my-xsm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xsm-4,
  .mx-xsm-4 {
    margin-left: 1.5rem !important;
  }
  .m-xsm-5 {
    margin: 3rem !important;
  }
  .mt-xsm-5,
  .my-xsm-5 {
    margin-top: 3rem !important;
  }
  .mr-xsm-5,
  .mx-xsm-5 {
    margin-right: 3rem !important;
  }
  .mb-xsm-5,
  .my-xsm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xsm-5,
  .mx-xsm-5 {
    margin-left: 3rem !important;
  }
  .p-xsm-0 {
    padding: 0 !important;
  }
  .pt-xsm-0,
  .py-xsm-0 {
    padding-top: 0 !important;
  }
  .pr-xsm-0,
  .px-xsm-0 {
    padding-right: 0 !important;
  }
  .pb-xsm-0,
  .py-xsm-0 {
    padding-bottom: 0 !important;
  }
  .pl-xsm-0,
  .px-xsm-0 {
    padding-left: 0 !important;
  }
  .p-xsm-1 {
    padding: 0.25rem !important;
  }
  .pt-xsm-1,
  .py-xsm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xsm-1,
  .px-xsm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xsm-1,
  .py-xsm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xsm-1,
  .px-xsm-1 {
    padding-left: 0.25rem !important;
  }
  .p-xsm-2 {
    padding: 0.5rem !important;
  }
  .pt-xsm-2,
  .py-xsm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xsm-2,
  .px-xsm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xsm-2,
  .py-xsm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xsm-2,
  .px-xsm-2 {
    padding-left: 0.5rem !important;
  }
  .p-xsm-3 {
    padding: 1rem !important;
  }
  .pt-xsm-3,
  .py-xsm-3 {
    padding-top: 1rem !important;
  }
  .pr-xsm-3,
  .px-xsm-3 {
    padding-right: 1rem !important;
  }
  .pb-xsm-3,
  .py-xsm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xsm-3,
  .px-xsm-3 {
    padding-left: 1rem !important;
  }
  .p-xsm-4 {
    padding: 1.5rem !important;
  }
  .pt-xsm-4,
  .py-xsm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xsm-4,
  .px-xsm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xsm-4,
  .py-xsm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xsm-4,
  .px-xsm-4 {
    padding-left: 1.5rem !important;
  }
  .p-xsm-5 {
    padding: 3rem !important;
  }
  .pt-xsm-5,
  .py-xsm-5 {
    padding-top: 3rem !important;
  }
  .pr-xsm-5,
  .px-xsm-5 {
    padding-right: 3rem !important;
  }
  .pb-xsm-5,
  .py-xsm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xsm-5,
  .px-xsm-5 {
    padding-left: 3rem !important;
  }
  .m-xsm-n1 {
    margin: -0.25rem !important;
  }
  .mt-xsm-n1,
  .my-xsm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xsm-n1,
  .mx-xsm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xsm-n1,
  .my-xsm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xsm-n1,
  .mx-xsm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xsm-n2 {
    margin: -0.5rem !important;
  }
  .mt-xsm-n2,
  .my-xsm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xsm-n2,
  .mx-xsm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xsm-n2,
  .my-xsm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xsm-n2,
  .mx-xsm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xsm-n3 {
    margin: -1rem !important;
  }
  .mt-xsm-n3,
  .my-xsm-n3 {
    margin-top: -1rem !important;
  }
  .mr-xsm-n3,
  .mx-xsm-n3 {
    margin-right: -1rem !important;
  }
  .mb-xsm-n3,
  .my-xsm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xsm-n3,
  .mx-xsm-n3 {
    margin-left: -1rem !important;
  }
  .m-xsm-n4 {
    margin: -1.5rem !important;
  }
  .mt-xsm-n4,
  .my-xsm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xsm-n4,
  .mx-xsm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xsm-n4,
  .my-xsm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xsm-n4,
  .mx-xsm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xsm-n5 {
    margin: -3rem !important;
  }
  .mt-xsm-n5,
  .my-xsm-n5 {
    margin-top: -3rem !important;
  }
  .mr-xsm-n5,
  .mx-xsm-n5 {
    margin-right: -3rem !important;
  }
  .mb-xsm-n5,
  .my-xsm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xsm-n5,
  .mx-xsm-n5 {
    margin-left: -3rem !important;
  }
  .m-xsm-auto {
    margin: auto !important;
  }
  .mt-xsm-auto,
  .my-xsm-auto {
    margin-top: auto !important;
  }
  .mr-xsm-auto,
  .mx-xsm-auto {
    margin-right: auto !important;
  }
  .mb-xsm-auto,
  .my-xsm-auto {
    margin-bottom: auto !important;
  }
  .ml-xsm-auto,
  .mx-xsm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxlm-0 {
    margin: 0 !important;
  }
  .mt-xxlm-0,
  .my-xxlm-0 {
    margin-top: 0 !important;
  }
  .mr-xxlm-0,
  .mx-xxlm-0 {
    margin-right: 0 !important;
  }
  .mb-xxlm-0,
  .my-xxlm-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxlm-0,
  .mx-xxlm-0 {
    margin-left: 0 !important;
  }
  .m-xxlm-1 {
    margin: 0.25rem !important;
  }
  .mt-xxlm-1,
  .my-xxlm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxlm-1,
  .mx-xxlm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxlm-1,
  .my-xxlm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxlm-1,
  .mx-xxlm-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxlm-2 {
    margin: 0.5rem !important;
  }
  .mt-xxlm-2,
  .my-xxlm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxlm-2,
  .mx-xxlm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxlm-2,
  .my-xxlm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxlm-2,
  .mx-xxlm-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxlm-3 {
    margin: 1rem !important;
  }
  .mt-xxlm-3,
  .my-xxlm-3 {
    margin-top: 1rem !important;
  }
  .mr-xxlm-3,
  .mx-xxlm-3 {
    margin-right: 1rem !important;
  }
  .mb-xxlm-3,
  .my-xxlm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxlm-3,
  .mx-xxlm-3 {
    margin-left: 1rem !important;
  }
  .m-xxlm-4 {
    margin: 1.5rem !important;
  }
  .mt-xxlm-4,
  .my-xxlm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxlm-4,
  .mx-xxlm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxlm-4,
  .my-xxlm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxlm-4,
  .mx-xxlm-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxlm-5 {
    margin: 3rem !important;
  }
  .mt-xxlm-5,
  .my-xxlm-5 {
    margin-top: 3rem !important;
  }
  .mr-xxlm-5,
  .mx-xxlm-5 {
    margin-right: 3rem !important;
  }
  .mb-xxlm-5,
  .my-xxlm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxlm-5,
  .mx-xxlm-5 {
    margin-left: 3rem !important;
  }
  .p-xxlm-0 {
    padding: 0 !important;
  }
  .pt-xxlm-0,
  .py-xxlm-0 {
    padding-top: 0 !important;
  }
  .pr-xxlm-0,
  .px-xxlm-0 {
    padding-right: 0 !important;
  }
  .pb-xxlm-0,
  .py-xxlm-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxlm-0,
  .px-xxlm-0 {
    padding-left: 0 !important;
  }
  .p-xxlm-1 {
    padding: 0.25rem !important;
  }
  .pt-xxlm-1,
  .py-xxlm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxlm-1,
  .px-xxlm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxlm-1,
  .py-xxlm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxlm-1,
  .px-xxlm-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxlm-2 {
    padding: 0.5rem !important;
  }
  .pt-xxlm-2,
  .py-xxlm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxlm-2,
  .px-xxlm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxlm-2,
  .py-xxlm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxlm-2,
  .px-xxlm-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxlm-3 {
    padding: 1rem !important;
  }
  .pt-xxlm-3,
  .py-xxlm-3 {
    padding-top: 1rem !important;
  }
  .pr-xxlm-3,
  .px-xxlm-3 {
    padding-right: 1rem !important;
  }
  .pb-xxlm-3,
  .py-xxlm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxlm-3,
  .px-xxlm-3 {
    padding-left: 1rem !important;
  }
  .p-xxlm-4 {
    padding: 1.5rem !important;
  }
  .pt-xxlm-4,
  .py-xxlm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxlm-4,
  .px-xxlm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxlm-4,
  .py-xxlm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxlm-4,
  .px-xxlm-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxlm-5 {
    padding: 3rem !important;
  }
  .pt-xxlm-5,
  .py-xxlm-5 {
    padding-top: 3rem !important;
  }
  .pr-xxlm-5,
  .px-xxlm-5 {
    padding-right: 3rem !important;
  }
  .pb-xxlm-5,
  .py-xxlm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxlm-5,
  .px-xxlm-5 {
    padding-left: 3rem !important;
  }
  .m-xxlm-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxlm-n1,
  .my-xxlm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxlm-n1,
  .mx-xxlm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxlm-n1,
  .my-xxlm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxlm-n1,
  .mx-xxlm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxlm-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxlm-n2,
  .my-xxlm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxlm-n2,
  .mx-xxlm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxlm-n2,
  .my-xxlm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxlm-n2,
  .mx-xxlm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxlm-n3 {
    margin: -1rem !important;
  }
  .mt-xxlm-n3,
  .my-xxlm-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxlm-n3,
  .mx-xxlm-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxlm-n3,
  .my-xxlm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxlm-n3,
  .mx-xxlm-n3 {
    margin-left: -1rem !important;
  }
  .m-xxlm-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxlm-n4,
  .my-xxlm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxlm-n4,
  .mx-xxlm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxlm-n4,
  .my-xxlm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxlm-n4,
  .mx-xxlm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxlm-n5 {
    margin: -3rem !important;
  }
  .mt-xxlm-n5,
  .my-xxlm-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxlm-n5,
  .mx-xxlm-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxlm-n5,
  .my-xxlm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxlm-n5,
  .mx-xxlm-n5 {
    margin-left: -3rem !important;
  }
  .m-xxlm-auto {
    margin: auto !important;
  }
  .mt-xxlm-auto,
  .my-xxlm-auto {
    margin-top: auto !important;
  }
  .mr-xxlm-auto,
  .mx-xxlm-auto {
    margin-right: auto !important;
  }
  .mb-xxlm-auto,
  .my-xxlm-auto {
    margin-bottom: auto !important;
  }
  .ml-xxlm-auto,
  .mx-xxlm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .text-xsm-left {
    text-align: left !important;
  }
  .text-xsm-right {
    text-align: right !important;
  }
  .text-xsm-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxlm-left {
    text-align: left !important;
  }
  .text-xxlm-right {
    text-align: right !important;
  }
  .text-xxlm-center {
    text-align: center !important;
  }
}
@media (min-width: 1900px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #2074bd !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm ul {
  display: none;
}

.sm li,
.sm a {
  position: relative;
}

.sm a {
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sm a.disabled {
  cursor: not-allowed;
}

.sm:after {
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

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

/* -------------- */
.sm-simple {
  background: #ffffff;
}

.sm-simple a {
  padding: 0.625rem 0.9375rem;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-decoration: none;
  padding-left: 2.75rem;
}
.sm-simple a > span {
  display: inline-block;
  border-bottom: 0.125rem solid transparent;
  padding-bottom: 0.125rem;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sm-simple.sm-vertical {
  width: 20rem;
}

.sm-simple .current-menu-item a > span {
  display: inline-block;
  padding-bottom: 0.125rem;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sm-simple a.disabled {
  color: #333;
}

.sm-simple.sm-rtl a.has-submenu {
  padding-right: 0.875rem;
  padding-left: 3.5625rem;
}

.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -1.1875rem;
  left: 1px;
  right: auto;
  width: 2.1875rem;
  height: 2.1875rem;
  overflow: hidden;
  font: 700 0.875rem/2.125rem monospace !important;
  text-align: center;
  text-shadow: none;
  line-height: 2.1875rem !important;
}

.sm-simple.sm-rtl a span.sub-arrow {
  left: 0px;
  right: auto;
}

.sm-simple a.has-submenu span.sub-arrow:before {
  display: block;
  content: "";
  width: 1.5625rem;
  height: 1.5625rem;
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("images/arrow2.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 0.9375rem;
  position: absolute;
  top: 0.9375rem;
  left: 1.6875rem;
}
.sm-simple a.has-submenu.highlighted span.sub-arrow:before {
  display: block;
  content: "";
  background-image: url("images/arrow2-up.svg");
  top: 0.9375rem;
  left: 1.6875rem;
}
.sm-simple li {
  position: relative;
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
  padding: 2.1875rem 0 1.875rem;
}
.sm-simple ul:before {
  display: none;
  content: "";
  width: 0px;
  height: 0px;
  border-left: 0.9375rem solid transparent;
  border-right: 0.9375rem solid transparent;
  border-top: 0.9375rem solid #bcf0e8;
  position: absolute;
  top: 3rem;
  left: 5rem;
}
.sm-simple ul li a {
  color: #b6b6b6;
}
.sm-simple ul li a:hover, .sm-simple ul li a:focus, .sm-simple ul li a:active {
  color: #a9a9a9;
}
.sm.sm-simple > li a.has-submenu + ul {
  background-color: #fff;
  padding-left: 0.9375rem;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.sm.sm-simple > li a.has-submenu + ul > li a.has-submenu + ul {
  background-color: #3f3f3f;
}

/* Small */
/* Medium - small devices, tablets */
@media only screen and (min-width: 768px) {
  .sm {
    float: inherit;
  }
}
/* Large - medium devices, desktops */
/* large devices, wide screens */
/* main menu */
.main-menu-container {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 3.4375rem;
  z-index: 9999;
  background: #ffffff;
  -webkit-box-shadow: 0px 0.625rem 0.4375rem -0.3125rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0.625rem 0.4375rem -0.3125rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0.625rem 0.4375rem -0.3125rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .main-menu-container {
    max-width: 20rem;
    top: 6.25rem;
    left: 4.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-menu-container {
    background-color: #ffffff;
    max-width: inherit;
    top: 0;
  }
  .main-menu-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 3.75rem;
    height: 100%;
    width: 20.75rem;
    background: #f7f7f7;
  }
}
.main-menu-container .close_menu {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .main-menu-container .close_menu {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    width: 3.75rem;
    display: flex;
    height: 3.75rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .main-menu-container .close_menu svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: #c0c0c0;
  }
}
.main-menu-container .mega_logo {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .main-menu-container .mega_logo {
    display: inline-block;
  }
}
.main-menu-container .mega_logo img {
  height: 3.125rem;
}

/* sm-simple */
.sm {
  position: relative;
  z-index: 2;
  float: left;
  min-width: 18.125rem;
  width: 100%;
}

.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm ul {
  display: none;
}

.sm li,
.sm a {
  position: relative;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .sm li,
  .sm a {
    background-color: transparent;
  }
}

.sm a {
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sm a.disabled {
  cursor: not-allowed;
}

.sm:after {
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

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

/* -------------- */
.sm-simple a {
  padding: 0 1.25rem;
  color: #4f4f4f;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 3rem;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
}
.sm-simple a:before {
  display: none;
  content: "";
  position: absolute;
  background: #e9e6d9;
  height: 1px;
  width: calc(100% - 3.75rem);
  bottom: 0;
  left: 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .sm-simple a:before {
    display: none;
  }
}

.sm-simple ul li a {
  background: transparent;
  font-size: 1.375rem;
  line-height: 2.75rem;
  color: #8d6464;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .sm-simple ul li a {
    padding: 0.7rem 0.875rem;
    font-size: 1.25rem;
    color: #4f4f4f;
    line-height: 2rem;
    background-color: transparent;
  }
}
.sm-simple ul li a:before {
  width: calc(100% - 6.25rem);
  left: 3.125rem;
}
@media only screen and (min-width: 1200px) {
  .sm-simple ul li a:before {
    display: none;
    width: calc(100% - 3.75rem);
    left: 1.875rem;
  }
}
.sm-simple ul li a:hover:before {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .sm-simple ul li a {
    padding: 0.5rem 0.875rem;
  }
}

.sm-simple.sm-vertical {
  width: 20rem;
}

.sm-simple .current-menu-item a {
  background: transparent;
  color: #8d6464;
}
.sm-simple a.highlighted {
  background-color: transparent;
  color: #8d6464;
}
@media only screen and (min-width: 768px) {
  .sm-simple a.highlighted {
    color: #9c9885;
  }
  .sm-simple a.highlighted:after {
    display: none;
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 2.5rem;
    top: 0.4375rem;
    left: 19rem;
    z-index: 10;
    background-image: url("../assets/images/menu-sep.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }
}

.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
  color: #8d6464;
}
@media only screen and (min-width: 768px) {
  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active {
    background: transparent !important;
  }
}

.sm-simple a.disabled {
  color: #333;
}

.sm-simple a.has-submenu {
  padding-right: 3.5625rem;
}

.sm-simple.sm-rtl a.has-submenu {
  padding-right: 0.875rem;
  padding-left: 3.5625rem;
}

.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  left: auto;
  right: 1.25rem;
  width: 3.5625rem;
  height: 2.9375rem;
  overflow: hidden;
  font: 700 0.875rem/2.125rem monospace !important;
  text-align: center;
  text-shadow: none;
  line-height: 3.5625rem !important;
}
@media only screen and (min-width: 1200px) {
  .sm-simple a span.sub-arrow {
    display: none;
  }
}

.sm-simple.sm-rtl a span.sub-arrow {
  left: 0px;
  right: auto;
}

.sm-simple a.highlighted span.sub-arrow:before {
  display: block;
  content: "-";
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}
@media (min-width: 1200px) {
  .sm-simple ul {
    padding-left: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .sm-simple a {
    padding-left: 3.125rem;
  }
}
@media (min-width: 1200px) {
  /* main menu */
  .sm-simple ul {
    background-color: transparent !important;
    position: absolute;
    width: 20.625rem !important;
    background: white;
    margin-top: -3.125rem !important;
    left: 19.375rem !important;
  }
  .sm-simple ul:before {
    content: "";
    position: absolute;
    width: 6.25rem;
    height: 6.25rem;
    background-color: red;
    top: 0.1875rem;
    left: 0.1875rem;
    border: 0.0625rem solid white;
  }
  .sm-simple li {
    display: block;
  }
  .sm-simple li:nth-child(n+6) a {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .sm-simple li:nth-child(6) {
    margin-top: 1.25rem;
  }
  .sm-simple ul li,
  .sm-simple.sm-rtl ul li,
  .sm-simple.sm-vertical li {
    float: left;
    display: block;
    width: 100%;
  }
  .sm-simple a {
    white-space: nowrap;
    padding: 0.3rem 0.875rem;
    padding-left: 0;
    display: inline-block;
    font-size: 2.875rem;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
  }
  .sm-simple.sm-rtl a {
    text-align: right;
  }
  .sm-simple ul a,
  .sm-simple.sm-vertical a {
    white-space: normal;
  }
  .sm-simple {
    display: table;
    width: 100%;
    max-width: 100% !important;
  }
  .sm-simple a.disabled {
    background: white;
    color: #cccccc;
  }
  .sm-simple a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-simple > li {
    border-top: 0;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 1.25rem;
  }
  .sm-simple ul > li {
    border-left: 0;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple span.scroll-up,
  .sm-simple span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 1.25rem;
  }
  .sm-simple span.scroll-up-arrow,
  .sm-simple span.scroll-down-arrow {
    position: absolute;
    top: -0.125rem;
    left: 50%;
    margin-left: -0.5rem;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0.5rem;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple span.scroll-down-arrow {
    top: 0.375rem;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 1.25rem;
    padding-left: 3.5625rem;
  }
  .sm-simple.sm-rtl a span.sub-arrow {
    right: auto;
    left: 0;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 0.0625rem solid #ebebeb;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a span.sub-arrow {
    left: 0;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 0.0625rem solid #ebebeb;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .main-menu-container {
    height: 100vh;
    max-height: 60.625rem;
    padding: 5.625rem 6rem;
    left: 0;
    top: -1.5625rem;
    width: 50rem;
  }
  .sm-simple ul {
    left: 19.875rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .hotel-menu-list {
    display: none;
  }
}
.hotel-menu-list #main-menu-hotel {
  padding: 1.125rem 0;
  background: #0f3f65;
}
.hotel-menu-list .sm li, .hotel-menu-list .sm a {
  background: #0f3f65;
}
.hotel-menu-list .sm-simple a {
  padding: 0.75rem 0.875rem;
  padding-left: 1.875rem;
  color: #e6dec1;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}
.hotel-menu-list .sm-simple a:before {
  display: none;
}
.hotel-menu-list .sm-simple ul li a {
  background: #0a2f4c;
}
.hotel-menu-list .sm-simple ul li ul li a {
  background: #0a2f4c;
  font-size: 0.75rem;
  font-weight: 600;
  color: #81afd2;
}
.hotel-menu-list .sm.sm-simple > li a.has-submenu + ul {
  padding-bottom: 1.0625rem;
  padding-top: 1.0625rem;
  background-color: #0a2f4c;
}
.hotel-menu-list .sm.sm-simple > li a.has-submenu + ul ul {
  padding-bottom: 0;
  padding-top: 0;
}
.hotel-menu-list .sm-simple a.has-submenu span.sub-arrow:before {
  background-image: url("images/plus.svg");
}
.hotel-menu-list .sm-simple a.has-submenu.highlighted span.sub-arrow:before {
  background-image: url("images/minus.svg");
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

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

/*
   * 	Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
   * 	Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

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

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

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

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

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

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

.numInputWrapper input {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.numInputWrapper:hover span {
  opacity: 1;
  padding: 3px 7px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flatpickr-weekwrapper {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* 2. Mixin */
html {
  font-size: 16px;
}
@media (max-width: 1600px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1201px) {
  html {
    font-size: 16px;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  /* ie scrollbar overlap issue fix */
  -ms-overflow-style: scrollbar;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #848484;
  background-color: #ffffff;
  font-weight: 400;
}

@media only screen and (min-width: 1354px) {
  .banner + main {
    padding-top: 0;
  }
}

main {
  position: relative;
  z-index: 2;
}

main + .footer {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .container.page-container {
    width: 46.875rem;
    max-width: 46.875rem;
  }
}
@media (min-width: 992px) {
  .container.page-container {
    width: 60.625rem;
    max-width: 60.625rem;
  }
}
@media (min-width: 1354px) {
  .container.page-container {
    width: 73.125rem;
    max-width: 73.125rem;
  }
}
@media (min-width: 1600px) {
  .container.page-container {
    width: 100%;
    max-width: 87.5rem;
  }
}
.make_gap {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .make_gap {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media only screen and (min-width: 1600px) {
  .make_gap {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.owl-dots {
  background-image: url(images/owl-dots-black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.5rem;
  height: 2.0625rem;
  position: absolute;
  bottom: 1.0625rem;
  width: 5.625rem;
  right: 0;
}
.owl-dots .owl-dot {
  display: none;
}

img {
  max-width: 100%;
}
img:before {
  display: block;
  content: "";
}

::selection {
  color: #ffffff;
  background-color: #0077cb;
}

::-moz-selection {
  color: #ffffff;
  background-color: #0077cb;
}

button:focus {
  outline: none;
}

.disable {
  display: none;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  color: #8d6464;
  text-decoration: none;
}

.btn-blue {
  background-color: #2074bd;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  height: 3rem;
  min-width: 9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.btn-blue:hover {
  color: #ffffff;
  background-color: #8d6464;
  text-decoration: none;
}

.find-out {
  text-transform: uppercase;
  color: #00466d;
  border-bottom: 0.0625rem solid #00466d;
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: 1;
  font-weight: 700;
  display: inline-flex;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.find-out:hover, .find-out:focus {
  color: #0077cb;
  border-bottom: 0.0625rem solid #0077cb;
}

.btn-border,
#validateBtn {
  text-transform: uppercase;
  color: #000000;
  font-family: "DM Sans", sans-serif;
  border: 0.0625rem solid #000000;
  background-color: transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  height: 3rem;
  min-width: 9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-border:hover, .btn-border:focus,
#validateBtn:hover,
#validateBtn:focus {
  border-color: #8d6464;
  color: #8d6464;
}

@media only screen and (min-width: 768px) {
  .two-btn {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .two-btn a {
    flex: initial;
  }
}
.two-btn a + a {
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .two-btn a + a {
    margin-left: 0.9375rem;
    margin-top: 0;
  }
}

.owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  font-size: 1.125rem !important;
  letter-spacing: 0.125rem;
  color: #000000;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-prev:focus,
.owl-nav .owl-next:hover,
.owl-nav .owl-next:focus {
  color: #8d6464 !important;
}
.owl-nav .owl-next {
  margin-left: 2rem;
  position: relative;
}
.owl-nav .owl-next:after {
  content: "";
  position: absolute;
  width: 0.0625rem;
  background-color: #a4a4a4;
  height: 0.8125rem;
  left: -1.125rem;
  top: 0.75rem;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.htitle {
  font-family: "Poppins", sans-serif;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: 300;
  color: #8d6464;
}

h1,
.h1 {
  font-size: 2.25rem;
  line-height: 2.625rem;
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 4.0625rem;
    line-height: 4.0625rem;
  }
}
@media only screen and (min-width: 1354px) {
  h1,
  .h1 {
    font-size: 4.0625rem;
    line-height: 4.375rem;
  }
}

h2,
.h2 {
  font-size: 2rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 1354px) {
  h2,
  .h2 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}

h3,
.h3 {
  font-size: 1.75rem;
  line-height: 2rem;
}
@media only screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 1354px) {
  h3,
  .h3 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

h4,
.h4 {
  font-size: 1.5rem;
  line-height: 1.625rem;
}
@media only screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1354px) {
  h4,
  .h4 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

h5,
.h5 {
  font-size: 1.3125rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}
@media only screen and (min-width: 1354px) {
  h5,
  .h5 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

h6,
.h6 {
  font-size: 1.3125rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1.3125rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 1354px) {
  h6,
  .h6 {
    font-size: 1.3125rem;
    line-height: 2.25rem;
  }
}

/* slider */
/* full screen slider */
#eme-slider-wrap-full-screen img {
  max-width: 100%;
}

#eme-slider-wrap-full-screen .banner-cop-logo {
  position: absolute;
  z-index: 1;
  top: calc(50% - 9.375rem);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 11.25rem;
}
@media only screen and (min-width: 768px) {
  #eme-slider-wrap-full-screen .banner-cop-logo {
    width: 18.75rem;
  }
}
#eme-slider-wrap-full-screen .banner-cop-logo img {
  display: block;
}

#eme-slider-wrap-full-screen,
#eme-slider-wrap-full-screen .item {
  height: calc(100vh - 0px);
  width: 100%;
  /* this should be the mobile image actual height - change accordingly */
  position: relative;
}
#eme-slider-wrap-full-screen img,
#eme-slider-wrap-full-screen .item img {
  height: calc(100vh - 3.4375rem);
  object-fit: cover;
}

#eme-slider-wrap-full-screen .item {
  height: calc(100vh - 0px);
  padding-top: 3.4375rem;
  -webkit-background-size: 0;
  -moz-background-size: 0;
  -o-background-size: 0;
  background-size: 0;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  #eme-slider-wrap-full-screen .item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

#eme-video-slider video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  position: absolute;
}

#eme-slider-wrap picture {
  display: block;
}

#eme-slider-wrap .item {
  position: relative;
  overflow: hidden;
}

#eme-slider-wrap .item .description,
#eme-slider-wrap-full-screen .item .description {
  position: absolute;
  left: 1.875rem;
  bottom: 1.25rem;
  text-align: left;
  z-index: 5;
  width: calc(100% - 5.625rem);
  color: #ffffff;
  filter: drop-shadow(0 0.1875rem 0.125rem rgba(2, 2, 2, 0.67));
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #ffffff;
  font-weight: 300;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #eme-slider-wrap .item .description,
  #eme-slider-wrap-full-screen .item .description {
    font-size: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media only screen and (min-width: 992px) {
  #eme-slider-wrap .item .description,
  #eme-slider-wrap-full-screen .item .description {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  #eme-slider-wrap .item .description,
  #eme-slider-wrap-full-screen .item .description {
    text-align: left;
    padding: 0;
  }
}
#eme-slider-wrap .item .description small,
#eme-slider-wrap-full-screen .item .description small {
  display: none;
  font-size: 1.0625rem;
  letter-spacing: 0.1875rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
@media only screen and (min-width: 768px) {
  #eme-slider-wrap .item .description small,
  #eme-slider-wrap-full-screen .item .description small {
    display: block;
  }
}

/* slider video option */
.video-js,
.vjs-poster,
.vjs-text-track-display,
.vjs-big-play-button,
.vjs-control-bar,
.vjs-error-display,
.vjs-caption-settings {
  display: none;
}

.vjs-has-started {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

.vjs-has-started .vjs-tech {
  display: block;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

/* full screen slider */
#eme-slider-wrap-full-screen img {
  display: block;
}

#eme-slider-wrap-full-screen .owl-nav {
  display: none;
  top: inherit;
  bottom: 2.5rem;
  right: 2.5rem;
  background: transparent;
}
#eme-slider-wrap-full-screen .owl-nav button {
  width: 2.5rem;
  height: 2.5rem;
}
#eme-slider-wrap-full-screen .owl-nav button svg {
  fill: #ffffff;
  height: 2.1875rem;
  width: 0.9375rem;
}
#eme-slider-wrap-full-screen .owl-nav button.owl-next {
  margin-left: 0.0625rem;
}
#eme-slider-wrap-full-screen .owl-nav button.owl-next:after {
  background-color: #ffffff;
  height: 1.875rem;
  left: 0;
  top: 0.4375rem;
}
#eme-slider-wrap-full-screen .owl-dots {
  background-image: url(images/owl-dots.png);
}

@media only screen and (min-width: 768px) {
  #eme-slider-wrap .item .description,
  #eme-slider-wrap-full-screen .item .description {
    display: block;
    transform: translate(0);
    bottom: 2.5rem;
    left: 4.375rem;
    width: calc(100% - 11.875rem);
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
  #eme-slider-wrap-full-screen,
  #eme-slider-wrap-full-screen .item {
    height: auto;
    width: 100%;
    max-height: 56.25rem;
    padding-top: 0;
    /* this should be the mobile image actual height - change accordingly */
    position: relative;
  }
  #eme-slider-wrap-full-screen .item {
    height: calc(100vh - 11.875rem);
    background-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
  }
  #eme-slider-wrap-full-screen img,
  #eme-slider-wrap-full-screen .item img {
    width: 100%;
    height: calc(100vh - 11.875rem);
  }
  #eme-slider-wrap-full-screen .owl-dots {
    bottom: 2.1875rem;
    right: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  #eme-slider-wrap-full-screen .owl-nav {
    display: block;
  }
  #eme-slider-wrap-full-screen .owl-dots {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #eme-slider-wrap-full-screen {
    height: calc(100vh + 0px);
  }
  #eme-slider-wrap-full-screen .item {
    height: calc(100vh - 0px);
    padding-top: 0;
  }
  #eme-slider-wrap-full-screen,
  #eme-slider-wrap-full-screen .item {
    max-height: 60.625rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* this should be the desktop image actual height - change accordingly */
  }
  #eme-slider-wrap-full-screen img {
    display: none;
  }
  #eme-slider-wrap-full-screen .owl-dots {
    display: none;
  }
}
form .error {
  color: #ed2024;
  font-size: 0.875rem;
}
form label {
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.0625rem;
  color: #000000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
form input::placeholder {
  color: #c9c9c9;
  font-weight: 300;
  opacity: 1; /* Firefox */
  font-size: 1rem;
}
form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c9c9c9;
  font-weight: 300;
  opacity: 1;
  font-size: 1rem;
}
form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #c9c9c9;
  font-weight: 300;
  opacity: 1;
  font-size: 1rem;
}
form .input-group {
  display: block;
}
form .response-field-paragraph textarea {
  min-height: 10.625rem;
}
form .help-block {
  position: absolute;
  color: red;
  bottom: -2.3rem;
  left: 0;
  font-size: 60%;
}
form .checkbox-inline input {
  margin-right: 0.9375rem;
}
form .form-group {
  margin-bottom: 1.5625rem;
}
form .form-group .form-control {
  border-radius: 0.3125rem;
  color: #232323;
  font-size: 1.25rem;
  border: 0.0625rem solid #291f20;
  border-radius: 0.3125rem !important;
  height: calc(1.5em + 0.75rem + 0.875rem);
}
form .form-group .form-control:focus {
  border: 0.0625rem solid #b5985a;
  box-shadow: 0 0 0 0.2rem rgba(181, 152, 90, 0.25);
}
form .form-group textarea.form-control {
  height: auto;
}
form .form-group .gdpr {
  margin-top: 2.1875rem;
  font-size: 1rem;
}
form .form-group .gdpr .title {
  font-weight: bold;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  margin-top: 1.875rem;
}
form #gdpr_compliance_id_wrap label {
  text-transform: none;
}
form #gdpr_compliance_id_wrap .response-field-checkboxes .checkbox-inline {
  text-transform: none;
  font-weight: 400;
  color: #848484;
  font-family: "DM Sans", sans-serif;
  font-size: 1.25rem;
}
form .recapture-btn {
  margin-top: 1.625rem;
}
@media only screen and (min-width: 768px) {
  form .recapture-btn {
    display: flex;
    align-items: flex-end;
  }
}
form .recapture-btn .recapture {
  flex: 1;
  font-size: 1rem;
}
form .recapture-btn .recapture a {
  text-decoration: underline;
}
form .is_required {
  margin-top: 1.25rem;
}
form .recaptcha-txt a {
  color: #848484;
  text-decoration: underline;
}
form .recaptcha-txt a:hover {
  color: #000;
}
form .ghost-btn {
  border: 0.125rem solid #000000;
  float: right;
}

.form-check-input {
  margin-top: 0.4rem;
}

.custom-control {
  margin-top: 0.9375rem;
  margin-bottom: 0.8125rem;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  border: #000000 solid 0.0625rem;
  width: 1.25rem;
  height: 1.25rem;
}

.custom-control-label {
  padding-left: 0.625rem;
}

.custom-control-label::after {
  width: 1.25rem;
  height: 1.25rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #b5985a;
  background-color: #b5985a;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #b5985a;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(181, 152, 90, 0.25);
}

select {
  /* replace with arrow type in your design */
  background-image: url(images/dropdown-icon.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25rem) center;
  cursor: pointer;
  outline: none !important;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  padding-right: 2.5rem !important;
  padding-left: 1.25rem !important;
}
select:focus {
  border: 0.0625rem solid #b5985a;
  box-shadow: 0 0 0 0.2rem rgba(181, 152, 90, 0.25);
}

select::-ms-expand {
  display: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0.625rem;
  padding-left: 1.25rem;
  list-style-image: url("../assets/images/list-item.png");
}
ul ul {
  list-style-image: url("../assets/images/svg-icon-bullet-dash.svg");
}

ul li {
  margin-top: 0.625rem;
  padding-left: 0.625rem;
}
ul li:nth-of-type(1) {
  margin-top: 0;
}

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

dl {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.main-navigation {
  position: relative;
  left: 0;
  right: 0;
  z-index: 10;
  height: 3.4375rem;
  padding: 0.625rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  filter: drop-shadow(0 0.125rem 0.1875rem rgba(0, 0, 0, 0.07));
  background-color: #fff;
}
.main-navigation .sm-simple {
  margin: 0.9375rem 0;
}
@media only screen and (min-width: 768px) {
  .main-navigation {
    height: 7.875rem;
    background-color: transparent;
    align-items: center;
  }
}
.main-navigation .logo-section {
  position: absolute;
  top: 3.75rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transitiotopn: top 0.9s ease;
  -o-transition: top 0.9s ease;
  transition: top 0.9s ease;
}
@media only screen and (min-width: 768px) {
  .main-navigation .logo-section {
    position: relative;
    padding: 0;
    top: 0;
    right: inherit;
    margin: 0;
    box-shadow: none;
    -webkit-transitiotopn: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
}
.main-navigation .logo-section .logo-white {
  display: none;
  opacity: 0;
  -webkit-transitiotopn: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.main-navigation .covide-19 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .main-navigation .covide-19 {
    display: block;
    position: absolute;
    top: 2.6875rem;
    left: 5.1875rem;
  }
  .main-navigation .covide-19 a {
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    position: relative;
    display: block;
    padding: 0.625rem 0.75rem;
    color: #fff;
    text-transform: uppercase;
  }
  .main-navigation .covide-19 a:hover {
    color: #ffd240;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation .covide-19 {
    left: auto;
    width: 15.625rem;
    right: 14.375rem;
    top: 2.8125rem;
  }
}
.main-navigation.fixmenu {
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.07));
  background-color: #0077cb;
}
@media (min-width: 1400px) {
  .main-navigation.fixmenu .menu-section .mainmenutoggle {
    top: inherit;
    padding-right: 0;
    bottom: 0;
    left: -0.25rem;
  }
}
.main-navigation.fixmenu .logo-section #branding-text {
  opacity: 1;
}
.main-navigation.fixmenu .menu-section .nav-icon span {
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .main-navigation.fixmenu .menu-section .nav-icon span {
    background: #000000;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.fixmenu {
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.07));
    padding: 0.625rem 1.875rem;
  }
  .main-navigation.fixmenu .logo-section #branding-text {
    display: block;
  }
}
.main-navigation.scroll-fix {
  position: fixed;
  height: 3.4375rem;
}
@media only screen and (min-width: 768px) {
  .main-navigation.scroll-fix {
    height: 5rem;
    background: #ffffff;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix {
    top: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
  }
}
.main-navigation.scroll-fix .logo-section #branding .de-logo {
  display: none;
}
.main-navigation.scroll-fix .logo-section #branding .logo-white {
  display: none;
}
@media only screen and (min-width: 768px) {
  .main-navigation.scroll-fix .logo-section #branding .logo-white {
    opacity: 1;
    display: block;
    height: 2.5rem;
    margin-left: 1.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-navigation.scroll-fix .menu-section .mainmenutoggle {
    bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix .menu-section .mainmenutoggle {
    left: 18.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix .menu-section .mainmenutoggle {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .main-navigation.scroll-fix .menu-section .mainmenutoggle .nav-icon span {
    background: #000000;
  }
}
@media only screen and (min-width: 768px) {
  .main-navigation.scroll-fix .menu-section .mainmenutoggle.open .nav-icon span {
    background: #202020;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix .menu-section .mainmenutoggle.open {
    left: -0.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-navigation.scroll-fix .menu-section .mainmenutoggle:before {
    background: rgba(0, 0, 0, 0.5);
  }
}
.main-navigation.scroll-fix .covide-19 {
  top: 0.875rem;
  left: 9.3125rem;
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix .covide-19 {
    top: 1.125rem;
    left: 9.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix .covide-19 {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .main-navigation.scroll-fix .book-now-btn {
    bottom: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix .book-now-btn {
    right: 3.75rem;
    width: 7.5rem;
    height: 2.5rem;
    display: inline-flex;
    position: relative;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .main-navigation.scroll-fix .book-now-btn {
    right: 3.75rem;
    width: 11.875rem;
    height: 3.4375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix .book-now-btn .text {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1280px) {
  .main-navigation.scroll-fix .book-now-btn .text {
    font-size: 1.0625rem;
  }
}
.main-navigation.scroll-fix #select-container {
  top: 1.3rem !important;
  background-color: white !important;
}
.main-navigation.scroll-fix #select-container ul li span {
  color: black !important;
}
.main-navigation.scroll-fix .lang-drop-arrow {
  top: 2rem !important;
}
.main-navigation.scroll-fix .lang-drop-arrow .icon {
  fill: #202020;
}
@media only screen and (min-width: 768px) {
  .main-navigation.scroll-fix .hotline {
    bottom: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix .hotline {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix .hotline {
    display: none;
  }
}
.main-navigation.scroll-fix .main-menu-container {
  top: 3rem;
}
@media only screen and (min-width: 768px) {
  .main-navigation.scroll-fix .main-menu-container {
    top: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix .main-menu-container {
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix .special-links-section {
    opacity: 0;
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix .special-links-section-fixed.fix_menu {
    display: block;
    opacity: 1;
    position: relative;
    left: 2.25rem;
    top: -0.3125rem;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1354px) {
  .main-navigation.scroll-fix .special-links-section-fixed.fix_menu {
    top: 0;
    left: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix .special-links-section-fixed.fix_menu ul li a:hover, .main-navigation.scroll-fix .special-links-section-fixed.fix_menu ul li a:focus {
    color: #8d6464;
  }
  .main-navigation.scroll-fix .special-links-section-fixed.fix_menu ul li.current-menu-item a {
    color: #ffd240;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix .lang-drop-wrapper #select-container {
    right: 13rem;
  }
}
@media only screen and (min-width: 1280px) {
  .main-navigation.scroll-fix .lang-drop-wrapper #select-container {
    right: 17rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation.scroll-fix .lang-drop-wrapper .lang-drop-arrow {
    right: 14rem;
  }
}
@media only screen and (min-width: 1280px) {
  .main-navigation.scroll-fix .lang-drop-wrapper .lang-drop-arrow {
    right: 18rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5625rem;
  }
}
.main-navigation .hotline {
  display: block;
  width: 3.75rem;
  height: 2.5rem;
  padding-left: 1.25rem;
  position: absolute;
  bottom: 0;
  right: 160px;
}
.main-navigation .hotline img {
  width: 1.25rem;
  height: 1.25rem;
}
.main-navigation .hotline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 0.0625rem;
  height: 1.875rem;
  background-color: #e7e7e7;
}
@media only screen and (min-width: 768px) {
  .main-navigation .hotline {
    right: inherit;
    left: 5rem;
    bottom: 1.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation .hotline {
    display: none;
  }
}
.main-navigation .book-now-btn {
  height: 3.4375rem;
  min-width: calc(100% - 5.625rem);
  bottom: 0;
  right: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  font-family: "DM Sans", sans-serif;
  background-color: #0077cb;
  cursor: pointer;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.main-navigation .book-now-btn .close {
  opacity: 0;
  display: none;
}
.main-navigation .book-now-btn .close svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #ffffff;
}
.main-navigation .book-now-btn.is-active .text {
  opacity: 0;
  display: none;
}
.main-navigation .book-now-btn.is-active .close {
  opacity: 1;
  display: block;
}
@media only screen and (min-width: 768px) {
  .main-navigation .book-now-btn {
    bottom: 2.3125rem;
    right: 3.125rem;
    width: 10rem;
    font-size: 1.125rem;
    min-width: auto;
  }
  .main-navigation .book-now-btn:hover, .main-navigation .book-now-btn:focus {
    background-color: #8d6464;
    text-decoration: none;
    border-color: #8d6464;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation .book-now-btn {
    z-index: 10;
    right: 3.75rem;
    width: 11.875rem;
  }
}
.main-navigation .book-now-btn.menu_opened {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .main-navigation .book-now-btn.menu_opened {
    display: flex;
    z-index: 99;
    color: #606060;
    border: 0.0625rem solid #606060;
    bottom: inherit;
    top: 2.4375rem;
    right: 2.5rem;
  }
  .main-navigation .book-now-btn.menu_opened:before {
    border: 0.0625rem solid #606060;
  }
  .main-navigation .book-now-btn.menu_opened span {
    background-image: url(../assets/images/buttol_line.svg);
  }
}
@media only screen and (min-width: 768px) {
  .main-navigation .book-now-btn.menu_opened:hover, .main-navigation .book-now-btn.menu_opened:focus {
    color: #ffffff;
    border: 0.0625rem solid #ffffff;
    background-color: #00a8cf;
  }
  .main-navigation .book-now-btn.menu_opened:hover:before, .main-navigation .book-now-btn.menu_opened:focus:before {
    border: 0.0625rem solid #ffffff;
  }
  .main-navigation .book-now-btn.menu_opened:hover span, .main-navigation .book-now-btn.menu_opened:focus span {
    background-image: url(../assets/images/buttol_line_white.svg);
  }
}
.main-navigation .lang-drop-wrapper {
  top: 0;
  right: 0;
  position: absolute;
}
.main-navigation .lang-drop-wrapper #select-container {
  display: none;
  position: absolute;
  width: 100px;
  height: 40px;
  background: transparent;
  top: 2.6rem;
  right: 13rem;
  transform: translateX(-50%);
  border-radius: 10px;
  overflow: hidden;
  transition: height 0.2s ease-in-out, border-radius 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.main-navigation .lang-drop-wrapper #select-container.expand-lang {
  height: auto;
}
.main-navigation .lang-drop-wrapper #select-container:hover {
  height: auto;
  /* Can't use height: auto & transition effect */
}
.main-navigation .lang-drop-wrapper #select-container ul {
  list-style: none;
  position: relative;
}
.main-navigation .lang-drop-wrapper #select-container ul li {
  display: flex;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.main-navigation .lang-drop-wrapper #select-container ul li:first-child img {
  cursor: default;
}
.main-navigation .lang-drop-wrapper #select-container ul li img {
  width: 25px;
  height: 25px;
  display: block;
  left: 50%;
  transform: translate(-89%, 23%);
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.main-navigation .lang-drop-wrapper #select-container ul li img:hover {
  box-shadow: 0px 5px 10px rgba(79, 104, 113, 0.3);
  transform: translate(-89%, 23%) scale(1.08);
}
@media only screen and (min-width: 768px) {
  .main-navigation .lang-drop-wrapper #select-container {
    display: block;
    top: 2.8rem;
    height: 33px;
    right: 11rem;
  }
  .main-navigation .lang-drop-wrapper #select-container ul li span {
    color: white;
    padding-top: -8px;
    font-size: 18px;
    line-height: 1.8;
  }
  .main-navigation .lang-drop-wrapper #select-container ul li img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation .lang-drop-wrapper #select-container {
    position: none;
    width: 100px;
    height: 40px;
    top: 2.6rem;
    right: 17rem;
    transform: translateX(-50%);
    box-shadow: 0px 3px 6px rgba(79, 104, 113, 0.2);
    overflow: hidden;
    transition: height 0.2s ease-in-out, border-radius 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  }
  .main-navigation .lang-drop-wrapper #select-container:hover {
    height: auto;
    /* Can't use height: auto & transition effect */
  }
  .main-navigation .lang-drop-wrapper #select-container ul {
    list-style: none;
    position: relative;
  }
  .main-navigation .lang-drop-wrapper #select-container ul li {
    display: flex;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }
  .main-navigation .lang-drop-wrapper #select-container ul li span {
    padding-top: unset;
    font-size: 22px;
    line-height: unset;
  }
  .main-navigation .lang-drop-wrapper #select-container ul li:first-child img {
    cursor: default;
  }
  .main-navigation .lang-drop-wrapper #select-container ul li img {
    width: 25px;
    height: 25px;
    display: block;
    left: 50%;
    transform: translate(-89%, 23%);
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
  }
  .main-navigation .lang-drop-wrapper #select-container ul li img:hover {
    box-shadow: 0px 5px 10px rgba(79, 104, 113, 0.3);
    transform: translate(-89%, 23%) scale(1.08);
  }
}
.main-navigation .lang-drop-wrapper .lang-drop-arrow {
  display: none;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .main-navigation .lang-drop-wrapper .lang-drop-arrow {
    display: block;
    right: 14rem;
    width: 25px;
    top: 3.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation .lang-drop-wrapper .lang-drop-arrow {
    width: 25px;
    top: 3.3rem;
    right: 18rem;
  }
}
.main-navigation .lang-drop-wrapper .lang-drop-arrow svg {
  display: none;
  fill: white;
}
@media only screen and (min-width: 768px) {
  .main-navigation .lang-drop-wrapper .lang-drop-arrow svg {
    display: block;
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation .lang-drop-wrapper .lang-drop-arrow svg {
    width: 20px;
    height: 20px;
  }
}
.main-navigation .lang-drop-wrapper-m {
  display: flex;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-navigation .lang-drop-wrapper-m {
    display: none;
  }
}
.main-navigation .lang-drop-wrapper-m #select-container-m {
  display: block;
  position: inherit;
  width: 100px;
  height: 40px;
  background: transparent;
  top: 0;
  right: 0;
  transform: translateX(-50%);
  border-radius: 10px;
  overflow: hidden;
  transition: height 0.2s ease-in-out, border-radius 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  margin-left: 70px;
  margin-top: 20px;
  z-index: 9999;
}
.main-navigation .lang-drop-wrapper-m #select-container-m:hover {
  height: auto;
  /* Can't use height: auto & transition effect */
}
.main-navigation .lang-drop-wrapper-m #select-container-m.expand-lang {
  height: auto;
}
.main-navigation .lang-drop-wrapper-m #select-container-m ul {
  list-style: none;
  position: relative;
}
.main-navigation .lang-drop-wrapper-m #select-container-m ul li {
  display: flex;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.main-navigation .lang-drop-wrapper-m #select-container-m ul li:first-child img {
  cursor: default;
}
.main-navigation .lang-drop-wrapper-m #select-container-m ul li img {
  width: 25px;
  height: 25px;
  display: block;
  left: 50%;
  transform: translate(-89%, 23%);
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.main-navigation .lang-drop-wrapper-m #select-container-m ul li img:hover {
  box-shadow: 0px 5px 10px rgba(79, 104, 113, 0.3);
  transform: translate(-89%, 23%) scale(1.08);
}
@media only screen and (min-width: 768px) {
  .main-navigation .lang-drop-wrapper-m #select-container-m {
    display: none;
    top: 2.8rem;
    height: 33px;
    right: 10rem;
  }
  .main-navigation .lang-drop-wrapper-m #select-container-m ul li span {
    color: white;
    padding-top: -8px;
    font-size: 18px;
    line-height: 1.8;
  }
  .main-navigation .lang-drop-wrapper-m #select-container-m ul li img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1300px) {
  .main-navigation .lang-drop-wrapper-m #select-container-m {
    position: none;
    width: 100px;
    height: 40px;
    top: 2.6rem;
    right: 13rem;
    transform: translateX(-50%);
    box-shadow: 0px 3px 6px rgba(79, 104, 113, 0.2);
    overflow: hidden;
    transition: height 0.2s ease-in-out, border-radius 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  }
  .main-navigation .lang-drop-wrapper-m #select-container-m:hover {
    height: auto;
    /* Can't use height: auto & transition effect */
  }
  .main-navigation .lang-drop-wrapper-m #select-container-m ul {
    list-style: none;
    position: relative;
  }
  .main-navigation .lang-drop-wrapper-m #select-container-m ul li {
    display: flex;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }
  .main-navigation .lang-drop-wrapper-m #select-container-m ul li span {
    padding-top: unset;
    font-size: 22px;
    line-height: unset;
  }
  .main-navigation .lang-drop-wrapper-m #select-container-m ul li:first-child img {
    cursor: default;
  }
  .main-navigation .lang-drop-wrapper-m #select-container-m ul li img {
    width: 25px;
    height: 25px;
    display: block;
    left: 50%;
    transform: translate(-89%, 23%);
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
  }
  .main-navigation .lang-drop-wrapper-m #select-container-m ul li img:hover {
    box-shadow: 0px 5px 10px rgba(79, 104, 113, 0.3);
    transform: translate(-89%, 23%) scale(1.08);
  }
}
.main-navigation .lang-drop-wrapper-m .lang-drop-arrow {
  display: block;
  position: absolute;
  right: 20px;
  z-index: 9999999;
  top: 2.2rem;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .main-navigation .lang-drop-wrapper-m .lang-drop-arrow {
    display: none;
  }
}
.main-navigation .lang-drop-wrapper-m .lang-drop-arrow svg {
  transform: rotate(90deg);
  display: block;
  width: 14px;
  height: 14px;
}
.main-navigation .logo-section {
  display: block;
}
@media only screen and (min-width: 1354px) {
  .main-navigation .logo-section {
    display: block;
  }
}
.main-navigation .logo-section #branding {
  display: inline-block;
  font-size: 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .main-navigation .logo-section #branding {
    padding: 0.6875rem 0;
  }
}
@media only screen and (min-width: 1354px) {
  .main-navigation .logo-section #branding {
    display: block;
  }
}
.main-navigation .logo-section #branding img {
  height: 5.375rem;
}
.main-navigation .logo-section #branding-text {
  padding: 1.0625rem 0;
  display: block;
  opacity: 0;
  font-size: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.main-navigation .logo-section #branding-text img {
  height: 1.25rem;
}
.main-navigation .special-links-section,
.main-navigation .special-links-section-fixed {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-navigation .special-links-section ul,
.main-navigation .special-links-section-fixed ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 0;
}
.main-navigation .special-links-section ul li,
.main-navigation .special-links-section-fixed ul li {
  line-height: 0;
  margin-top: 0;
  padding-left: 0;
}
.main-navigation .special-links-section ul li a,
.main-navigation .special-links-section-fixed ul li a {
  font-size: 1.1875rem;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0.625rem 8px;
  color: #4f4f4f;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
}
@media only screen and (min-width: 1600px) {
  .main-navigation .special-links-section ul li a,
  .main-navigation .special-links-section-fixed ul li a {
    padding: 0.625rem 16px;
  }
}
.main-navigation .special-links-section ul li a span,
.main-navigation .special-links-section-fixed ul li a span {
  display: inline;
  padding: 0.625rem 0;
  position: relative;
}
.main-navigation .special-links-section ul li a span:before,
.main-navigation .special-links-section-fixed ul li a span:before {
  content: "";
  position: absolute;
  width: calc(100% - 0.875rem);
  height: 0.0625rem;
  background-color: transparent;
  left: 0;
  bottom: 0.25rem;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-navigation .special-links-section ul li a span:after,
.main-navigation .special-links-section-fixed ul li a span:after {
  content: "";
  position: absolute;
  width: calc(100% - 0.875rem);
  height: 1px;
  background-color: transparent;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-navigation .special-links-section ul li a:hover, .main-navigation .special-links-section ul li a:focus, .main-navigation .special-links-section ul li a:active,
.main-navigation .special-links-section-fixed ul li a:hover,
.main-navigation .special-links-section-fixed ul li a:focus,
.main-navigation .special-links-section-fixed ul li a:active {
  text-decoration: none;
  color: #8d6464;
}
.main-navigation .special-links-section ul li a:hover span, .main-navigation .special-links-section ul li a:focus span, .main-navigation .special-links-section ul li a:active span,
.main-navigation .special-links-section-fixed ul li a:hover span,
.main-navigation .special-links-section-fixed ul li a:focus span,
.main-navigation .special-links-section-fixed ul li a:active span {
  display: inline;
  padding: 0.625rem 0;
  position: relative;
}
.main-navigation .special-links-section ul li a:hover span:before, .main-navigation .special-links-section ul li a:focus span:before, .main-navigation .special-links-section ul li a:active span:before,
.main-navigation .special-links-section-fixed ul li a:hover span:before,
.main-navigation .special-links-section-fixed ul li a:focus span:before,
.main-navigation .special-links-section-fixed ul li a:active span:before {
  background-color: #000000;
  left: 0.875rem;
}
.main-navigation .special-links-section ul li a:hover span:after, .main-navigation .special-links-section ul li a:focus span:after, .main-navigation .special-links-section ul li a:active span:after,
.main-navigation .special-links-section-fixed ul li a:hover span:after,
.main-navigation .special-links-section-fixed ul li a:focus span:after,
.main-navigation .special-links-section-fixed ul li a:active span:after {
  background-color: #000000;
  right: 0.875rem;
}
.main-navigation .special-links-section ul li.current-menu-item a,
.main-navigation .special-links-section-fixed ul li.current-menu-item a {
  color: #8d6464;
}
.main-navigation .special-links-section ul li.current-menu-item a span,
.main-navigation .special-links-section-fixed ul li.current-menu-item a span {
  display: inline;
  padding: 0.625rem 0;
  position: relative;
}
.main-navigation .special-links-section ul li.current-menu-item a span:before,
.main-navigation .special-links-section-fixed ul li.current-menu-item a span:before {
  content: "";
  position: absolute;
  width: calc(100% - 0.875rem);
  height: 0.0625rem;
  background-color: #000000;
  left: 0;
  bottom: 0.25rem;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-navigation .special-links-section ul li.current-menu-item a span:after,
.main-navigation .special-links-section-fixed ul li.current-menu-item a span:after {
  content: "";
  position: absolute;
  width: calc(100% - 0.875rem);
  height: 0.0625rem;
  background-color: #000000;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-navigation .special-links-section ul li.current-menu-item a:hover span:before, .main-navigation .special-links-section ul li.current-menu-item a:focus span:before, .main-navigation .special-links-section ul li.current-menu-item a:active span:before,
.main-navigation .special-links-section-fixed ul li.current-menu-item a:hover span:before,
.main-navigation .special-links-section-fixed ul li.current-menu-item a:focus span:before,
.main-navigation .special-links-section-fixed ul li.current-menu-item a:active span:before {
  left: 0.875rem;
}
.main-navigation .special-links-section ul li.current-menu-item a:hover span:after, .main-navigation .special-links-section ul li.current-menu-item a:focus span:after, .main-navigation .special-links-section ul li.current-menu-item a:active span:after,
.main-navigation .special-links-section-fixed ul li.current-menu-item a:hover span:after,
.main-navigation .special-links-section-fixed ul li.current-menu-item a:focus span:after,
.main-navigation .special-links-section-fixed ul li.current-menu-item a:active span:after {
  right: 0.875rem;
}
@media only screen and (min-width: 1600px) {
  .main-navigation .special-links-section {
    opacity: 1;
    display: flex;
    width: auto;
    align-items: center;
  }
}
.main-navigation .special-links-section-fixed {
  display: none;
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .main-navigation .special-links-section-fixed ul li a {
    font-size: 0.6875rem;
  }
}
@media only screen and (min-width: 1280px) {
  .main-navigation .special-links-section-fixed ul li a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1900px) {
  .main-navigation .special-links-section-fixed ul li a {
    font-size: 1.125rem;
  }
}
.main-navigation .menu-section {
  /* Icon type 1 */
  /* hamburger menu */
  /* Small */
  /* Medium - small devices, tablets */
  /* Large - medium devices, desktops */
  /* Extra large - large devices, wide screens */
}
.main-navigation .menu-section .nav-icon {
  width: 2.0625rem;
  height: 1.8rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.main-navigation .menu-section .nav-icon .ham-text {
  left: 45px;
  position: relative;
  font-size: 23px;
  color: white;
}
.main-navigation .menu-section .nav-icon .ham-text p {
  overflow-wrap: unset;
}
@media only screen and (min-width: 768px) {
  .main-navigation .menu-section .nav-icon .ham-text {
    left: 50px;
  }
}
.main-navigation .menu-section .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.main-navigation .menu-section .nav-icon span:nth-child(1) {
  top: 0.125rem;
}
.main-navigation .menu-section .nav-icon span:nth-child(2) {
  top: 0.8rem;
}
.main-navigation .menu-section .nav-icon span:nth-child(3) {
  top: 1.5rem;
  width: 80%;
}
.main-navigation .menu-section .nav-icon.open span:nth-child(1) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
}
.main-navigation .menu-section .nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-navigation .menu-section .nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-navigation .menu-section .mainmenutoggle {
  bottom: 0;
  left: 0;
  width: 5.625rem;
  border-radius: 0;
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  padding: 0.625rem;
  background: #0077cb;
  height: 3.4375rem;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .main-navigation .menu-section .mainmenutoggle {
    bottom: 2.375rem;
    left: 21.875rem;
    width: 3.125rem;
    background: transparent;
  }
}
.main-navigation .menu-section .mainmenutoggle:before {
  content: "";
  position: absolute;
  right: 0;
  left: 150px;
  top: 0.625rem;
  width: 0.0625rem;
  height: 2.1875rem;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) {
  .main-navigation .menu-section .mainmenutoggle:before {
    right: 4.0625rem;
    left: 0;
  }
}
.main-navigation .menu-section .mainmenutoggle.open .nav-icon span {
  background: #ffffff;
}
.main-navigation .menu-section .mainmenutoggle.open .nav-icon span:nth-child(1) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
}
.main-navigation .menu-section .mainmenutoggle.open .nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-navigation .menu-section .mainmenutoggle.open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0.875rem;
  width: 100%;
}
.main-navigation .menu-section .mainmenutoggle.open .nav-icon span:nth-child(4) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
}
@media only screen and (min-width: 1200px) {
  .main-navigation .menu-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }
}
.main-navigation .menu-section .main-menu-wrapper {
  height: 100vh;
  max-height: 24.0625rem;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .main-navigation .menu-section .main-menu-wrapper {
    height: auto;
    max-height: inherit;
    overflow-y: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation .menu-section .main-menu-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation .menu-section .main-menu-wrapper .sm-simple {
    width: 21.875rem;
    background-color: transparent;
    position: relative;
  }
}
.main-navigation .menu-section .main-menu-wrapper .sm-simple.desktop_menu {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .main-navigation .menu-section .main-menu-wrapper .sm-simple.desktop_menu {
    display: block;
    max-height: 34.375rem;
  }
}
.main-navigation .menu-section .main-menu-wrapper .hotel_address {
  display: none;
  border-top: 1px solid #eeeeee;
  font-size: 0.8125rem;
  letter-spacing: 0px;
  line-height: 1.25rem;
  color: #9f9f9f;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  padding-top: 1.875rem;
  margin-top: 1.25rem;
  width: 40%;
}
@media only screen and (min-width: 1200px) {
  .main-navigation .menu-section .main-menu-wrapper .hotel_address {
    display: block;
  }
}

.top-navigation {
  display: none;
  background-color: #4a4a4a;
  padding: 0 1.875rem;
  height: 2.375rem;
}
@media only screen and (min-width: 768px) {
  .top-navigation {
    display: flex;
    align-items: center;
  }
  .top-navigation .cop-logo a {
    display: flex;
    height: 2.375rem;
    align-items: center;
  }
  .top-navigation .cop-logo a img {
    height: 1.25rem;
  }
  .top-navigation .our-hotel-drop {
    text-transform: uppercase;
    color: #d6d6d6;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    background-image: url(../assets/images/downarrow.svg);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 1.25rem;
    position: relative;
  }
  .top-navigation .our-hotel-drop:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0.1875rem;
    background-color: #7f7f7f;
    width: 0.0625rem;
    height: 1.25rem;
  }
  .top-navigation .our-hotel-drop-list {
    width: 34.375rem;
    height: auto;
    position: absolute;
    z-index: 11;
    top: 2.375rem;
    left: 5.625rem;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
  }
  .top-navigation .our-hotel-drop-list .title {
    font-family: "DM Sans", sans-serif;
    font-size: 1.5rem;
    color: #0f74bb;
    text-transform: uppercase;
    font-weight: 400;
  }
  .top-navigation .our-hotel-drop-list ul {
    list-style: none;
    padding: 0;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 0.375rem;
  }
  .top-navigation .our-hotel-drop-list ul li {
    padding-left: 0;
  }
  .top-navigation .our-hotel-drop-list ul li a {
    text-transform: uppercase;
    color: #6b6b6b;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding: 0.625rem;
    padding-left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .top-navigation .our-hotel-drop-list ul li a:hover, .top-navigation .our-hotel-drop-list ul li a:focus {
    color: #2074bd;
  }
  .top-navigation .our-hotel-drop-list .active-hotels {
    padding: 1.125rem 2.625rem;
    padding-bottom: 1.4375rem;
  }
  .top-navigation .our-hotel-drop-list .active-hotels .hotel-item {
    float: left;
    width: 50%;
  }
  .top-navigation .our-hotel-drop-list .active-hotels .hotel-item:last-child() {
    margin-top: 1.875rem;
  }
  .top-navigation .our-hotel-drop-list .upcoming-hotel {
    width: 100%;
    float: left;
    background-color: #2074bd;
    padding: 1.875rem 2.25rem;
  }
  .top-navigation .our-hotel-drop-list .upcoming-hotel a,
  .top-navigation .our-hotel-drop-list .upcoming-hotel .title {
    color: #ffffff;
  }
  .top-navigation .our-hotel-drop-list .upcoming-hotel a:hover, .top-navigation .our-hotel-drop-list .upcoming-hotel a:focus {
    text-decoration: underline;
    color: #ffffff;
  }
  .top-navigation .our-hotel-drop-list .upcoming-hotel .hotel-item {
    margin-top: 1.4375rem;
  }
  .top-navigation .our-hotel-drop-list .upcoming-hotel .hotel-item .title {
    font-size: 0.875rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }
  .top-navigation .our-hotel-drop-list .upcoming-hotel .hotel-item ul {
    margin-top: 0;
  }
  .top-navigation .our-hotel-drop-list .upcoming-hotel .hotel-item + .hotel-item {
    margin-top: 1.25rem;
  }
  .top-navigation .mybooking {
    margin-left: auto;
  }
  .top-navigation .mybooking a {
    text-transform: uppercase;
    color: #d6d6d6;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    height: 2.375rem;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .top-navigation .mybooking a:hover, .top-navigation .mybooking a:focus {
    color: #2074bd;
  }
}

.main-banner-home {
  height: 100vh;
  padding-top: 4.375rem;
}
@media only screen and (min-width: 992px) {
  .main-banner-home {
    height: calc(100vh + 12.5rem);
  }
}
.main-banner-home .mobile-banner {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .main-banner-home .mobile-banner {
    display: none;
  }
}
.main-banner-home .desktop-banner {
  display: none;
  height: calc(100vh + 12.5rem);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-height: 68.75rem;
}
@media only screen and (min-width: 992px) {
  .main-banner-home .desktop-banner {
    display: block;
  }
}

.item-type-1 .image {
  min-height: 29.375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  line-height: 1.4;
}
.item-type-1 .con {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .item-type-1 .con {
    padding-right: 25%;
  }
}
.item-type-1 .con .title {
  text-transform: uppercase;
  font-size: 1.75rem;
  letter-spacing: 0.1875rem;
  font-family: "Poppins", sans-serif;
  position: relative;
  font-weight: 300 !important;
  line-height: 1.2;
  z-index: 2;
  color: #000000;
  margin-top: 1.5625rem;
}
.item-type-1 .con .find-out {
  margin-top: 2.1875rem;
}

.comp-booknow {
  display: none;
  position: fixed;
  top: 3.4375rem;
  left: inherit;
  right: 0;
  z-index: 100;
  max-width: 20rem;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1));
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .comp-booknow {
    width: 26.5rem;
    left: inherit;
    right: 3.125rem;
    top: 5.625rem;
  }
}
@media only screen and (min-width: 1354px) {
  .comp-booknow {
    right: 3.75rem;
    top: 7.1875rem;
  }
}
.comp-booknow .comp-outer-wrap {
  padding: 1.25rem 1.875rem;
  background-color: #ffffff;
}
.comp-booknow .comp-outer-wrap .closs_ibe {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  background-image: url(../assets/images/close_ibe.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.comp-booknow .comp-outer-wrap .closs_ibe:hover {
  opacity: 1;
}
.comp-booknow .comp-outer-wrap .title {
  color: #1f1f1f;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0.625rem;
  margin-left: 0.3125rem;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form label {
  color: #413f36;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: "DM Sans", sans-serif;
  position: relative;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .nice-select {
  border: none;
  text-transform: uppercase;
  width: calc(100% - 1.875rem);
  border-radius: 0;
  padding-left: 0;
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  height: 3.125rem;
  background-image: url(../assets/images/buttol_line.svg);
  background-repeat: no-repeat;
  background-position: right 1.375rem;
  background-size: inherit;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .adult-child-wrap {
  display: flex;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .adult-child-wrap .form-group {
  display: flex;
  flex-direction: column;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .adult-child-wrap .form-group .nice-select {
  font-size: 1.25rem;
  margin-left: 0.9375rem;
  font-weight: 600;
  font-size: 1.125rem;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .adult-child-wrap .form-group .nice-select .current {
  margin-top: -0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap {
  display: flex;
  flex-direction: column;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap label {
  position: relative;
  margin-bottom: 0;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap .flatpickr-calendar {
  position: absolute !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  left: 0 !important;
  bottom: 1.875rem !important;
  top: auto !important;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap .form-group .input-wrap {
  position: relative;
  top: 0;
  width: 100%;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap .form-group .input-wrap .comp-box {
  display: flex;
  position: absolute;
  bottom: 0.3125rem;
  left: 0.9375rem;
  right: 0;
  line-height: 2.1875rem;
  pointer-events: none;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap .form-group .input-wrap .comp-box .day-name {
  color: #4a4a4a;
  font-size: 0.75rem;
  font-weight: 600;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap .form-group .input-wrap .comp-box .date-number {
  font-size: 1.25rem;
  color: #787878;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap .form-group .input-wrap .comp-box .date-month-year {
  display: flex;
  color: #787878;
  min-width: 3.4375rem;
  width: calc(100% - 2.8125rem);
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0.5rem;
  margin-left: 0.9375rem;
  background-image: url(../assets/images/buttol_line.svg);
  background-repeat: no-repeat;
  background-position: center right;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap .form-group .input-wrap .comp-box .date-month-year .month {
  position: relative;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap .form-group .input-wrap .comp-box .date-month-year .month:before {
  content: "-";
  color: #787878;
  position: absolute;
  left: -0.875rem;
  top: 0;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap .form-group .input-wrap .comp-box .date-month-year .month:after {
  content: "-";
  color: #787878;
  position: absolute;
  right: -0.875rem;
  top: 0;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap .form-group .input-wrap .comp-box .date-month-year .year {
  margin-left: 0.9375rem;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap .form-group .input-wrap .d-none {
  display: none;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap .form-group .booking-date {
  height: 2.8125rem;
  border-radius: 0.125rem;
  border: none !important;
  background: #f4f4f4;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap .form-group .booking-date:focus {
  outline: 0;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap .arv .input-wrap .booking-date,
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group-wrap .dip .input-wrap .booking-date {
  background-image: url(../assets/images/calendar.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.9375rem) 0.9375rem;
  background-size: 0.9375rem;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .promo-wrap input {
  height: 2.8125rem;
  width: 100%;
  border: none;
  text-transform: none;
  border-radius: 0.125rem;
  padding: 0.3125rem 0.9375rem;
  text-align: left;
  font-size: 0.875rem;
  color: #787878;
  font-weight: 500;
  background-color: #f4f4f4;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .promo-wrap input:focus {
  outline: 0;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .promo-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #413f36;
  text-transform: uppercase;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .promo-wrap input::-moz-placeholder { /* Firefox 19+ */
  color: #413f36;
  text-transform: uppercase;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .promo-wrap input:-ms-input-placeholder { /* IE 10+ */
  color: #413f36;
  text-transform: uppercase;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .promo-wrap input:-moz-placeholder { /* Firefox 18- */
  color: #413f36;
  text-transform: uppercase;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group.ibewrap .best_rate {
  font-size: 0.8125rem;
  color: #626262;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.0625rem;
  float: right;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group.ibewrap .best_rate svg {
  width: 0.75rem;
  height: 0.8125rem;
  fill: #626262;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .book-now-btn {
  width: 100%;
  background-color: #0077cc;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  height: 3.125rem;
  border: none;
  border-radius: 0.125rem;
  font-family: "DM Sans", sans-serif;
  color: #fefefe;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .book-now-btn:hover, .comp-booknow .comp-outer-wrap .comp-dates .booking-form .book-now-btn:focus {
  background-color: #00a8cf;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .country-select {
  width: calc(100% - 0.625rem) !important;
  padding-left: 0.9375rem;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .country-select .nice-select {
  width: calc(100% - 0.9375rem);
  color: #413f36;
  font-weight: 600;
  font-size: 1.125rem;
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group {
  position: relative;
  width: 100%;
  min-height: 2.8125rem;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group {
    margin: 0.625rem 0;
  }
}
.comp-booknow .comp-outer-wrap .comp-dates .booking-form .form-group .btn-blue {
  height: 3.625rem;
  width: 8.875rem;
  border: none;
}
@media only screen and (min-width: 768px) {
  .comp-booknow.fix-ibe {
    top: 4.0625rem;
  }
}

.comp-welome-intro {
  margin-top: 2.1875rem;
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .comp-welome-intro {
    margin-top: 3.4375rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    max-width: 68.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1354px) {
  .comp-welome-intro {
    margin-top: 5.9375rem;
  }
}
.comp-welome-intro .content {
  letter-spacing: 0.0625rem;
  margin-top: 1.625rem;
}
@media only screen and (min-width: 768px) {
  .comp-welome-intro .content {
    margin-top: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .comp-welome-intro-inner .heading small {
    margin-bottom: 0.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .comp-welome-intro-inner .content {
    margin-top: -0.875rem;
  }
}

header {
  z-index: 100;
  width: 100%;
  position: fixed;
}

/* ––––––––––– media Queries ––––––––––– */
/* custom, iphone retina */
/* extra small devices, phones */
/* small devices, tablets */
@media only screen and (min-width: 768px) {
  /* menu max width */
}
/* medium devices, desktops */
/* large devices, wide screens */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* 5. site styles 
*  --------------  write yout site related styles here ------------ */
.item-type-3 {
  display: flex;
  flex-direction: column;
}
.item-type-3 .imgwrap {
  position: relative;
}
.item-type-3 .con {
  margin-top: 1.5625rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .item-type-3 .con {
    margin-top: 1.375rem;
  }
}
.item-type-3 .con .title {
  font-size: 1.625rem;
  font-weight: 300;
  color: #8d6464;
}
@media only screen and (min-width: 768px) {
  .item-type-3 .con .title {
    width: calc(100% - 3.75rem);
  }
}
.item-type-3 .con .title + .text {
  margin-top: 1.5625rem;
}
.item-type-3 .con .text {
  margin-bottom: auto;
}

.item-type-2 {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .item-type-2 {
    text-align: left;
  }
}
.item-type-2 .imgwrap {
  position: relative;
}
.item-type-2 .imgwrap .title {
  font-size: 1.75rem;
  color: #000000;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .item-type-2 .imgwrap .title {
    font-size: 2rem;
    position: absolute;
    bottom: 1.25rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  .item-type-2 .imgwrap .title {
    margin-left: 1.5625rem;
  }
}
.item-type-2 .con .off_price {
  border-top: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .item-type-2 .con .off_price {
    border: none;
    margin-top: 1.5625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .item-type-2 .con .off_price {
    justify-content: flex-start;
  }
}
.item-type-2 .con .off_price .off {
  font-size: 1.75rem;
  color: #000000;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .item-type-2 .con .off_price .off {
    font-size: 2.9375rem;
  }
}
.item-type-2 .con .off_price .price {
  line-height: 1;
  text-align: left;
  border-left: 1px solid #e2e2e2;
  margin-left: 0.625rem;
  padding-left: 0.625rem;
}
.item-type-2 .con .off_price .price .old {
  font-size: 0.5625rem;
  text-decoration: line-through;
  color: #a0a0a0;
}
@media only screen and (min-width: 768px) {
  .item-type-2 .con .off_price .price .old {
    font-size: 1rem;
  }
}
.item-type-2 .con .off_price .price .new {
  font-size: 0.875rem;
  color: #8d6464;
}
@media only screen and (min-width: 768px) {
  .item-type-2 .con .off_price .price .new {
    font-size: 1.5rem;
  }
}
.item-type-2 .con .content {
  margin-top: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .item-type-2 .con .content {
    margin-top: 1.875rem;
    padding: 0 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .item-type-2 .con .content {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .item-type-2 .con .two-btn {
    margin-top: 1.875rem;
  }
}
.item-type-2.outer_title .con {
  padding-top: 1.875rem;
}

.gallery-type-1 {
  float: left;
  width: 100%;
  height: auto;
}
.gallery-type-1 .item {
  border: 1px solid;
  border-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50%;
  width: 50%;
  position: relative;
  float: left;
}
@media only screen and (min-width: 992px) {
  .gallery-type-1 .item {
    padding-bottom: 20%;
    width: 20%;
    border-color: #ffffff;
  }
}
.gallery-type-1 .item:first-child {
  padding-bottom: 100%;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .gallery-type-1 .item:first-child {
    padding-bottom: calc(40% + 2px);
    width: 40%;
  }
}
.gallery-type-1 .item svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  fill: #fff;
}

.why-section {
  margin-top: 4.375rem;
}
@media only screen and (min-width: 768px) {
  .why-section {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 992px) {
  .why-section {
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .why-section {
    margin-top: 7.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .why-section {
    padding-left: 15.625rem;
    padding-right: 15.625rem;
  }
}
.why-section .img_wrap {
  display: flex;
}
.why-section .img_wrap .desk-img {
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100%;
  padding-bottom: inherit;
}
@media only screen and (min-width: 1200px) {
  .why-section .img_wrap .desk-img {
    display: block;
    margin-left: inherit;
    margin-right: inherit;
    width: 25rem;
    height: 100%;
  }
}
.why-section .img_wrap .image {
  display: none;
  width: 17.5rem;
  margin-right: 0.3125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .why-section .img_wrap .image {
    display: block;
  }
}
.why-section .right-section {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .why-section .right-section {
    margin-top: 5.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .why-section .right-section {
    flex: 1;
    margin-top: 0;
    margin-left: 4.6875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .why-section .right-section {
    margin-left: 0;
  }
}
.why-section .right-section .why_con .heading {
  text-align: center;
  color: #333333;
}
@media only screen and (min-width: 768px) {
  .why-section .right-section .why_con .heading {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .why-section .right-section .why_con .heading {
    margin-top: 0;
  }
}
.why-section .right-section .why_con .item-wrap {
  margin-top: 2.1875rem;
}
@media only screen and (min-width: 768px) {
  .why-section .right-section .why_con .item-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.why-section .right-section .why_con .item-wrap .item {
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .why-section .right-section .why_con .item-wrap .item {
    width: 50%;
    text-align: left;
    padding-right: 3.125rem;
  }
}
.why-section .right-section .why_con .item-wrap .item .icon svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #8d6464;
}
.why-section .right-section .why_con .item-wrap .item .lable {
  font-size: 1.375rem;
  letter-spacing: 0.0625rem;
  line-height: 1.625rem;
  color: #333333;
  margin-top: 0.9375rem;
}
.why-section .right-section .why_con .item-wrap .item .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #848484;
  margin-top: 0.625rem;
}

.comp-hm-special-offer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .comp-hm-special-offer {
    margin-top: 3.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-hm-special-offer {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    margin-top: 6.875rem;
  }
}
.comp-hm-special-offer .h1 {
  text-align: center;
}
.comp-hm-special-offer .slider {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .comp-hm-special-offer .slider {
    max-width: 100%;
  }
}
.comp-hm-special-offer .slider #counter_one {
  display: none;
  font-size: 1.375rem;
  letter-spacing: 0px;
  line-height: 1;
  color: #252525;
  font-weight: 600;
  font-family: poppins;
}
@media only screen and (min-width: 1200px) {
  .comp-hm-special-offer .slider #counter_one {
    display: block;
    position: absolute;
    top: -3.75rem;
    right: 9.375rem;
  }
}
.comp-hm-special-offer .slider .owl-home-offers {
  margin-top: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .comp-hm-special-offer .slider .owl-home-offers {
    margin-top: 2rem;
  }
}
.comp-hm-special-offer .slider .owl-home-offers .item-type-2 .con .content {
  min-height: 4.375rem;
}
.comp-hm-special-offer .slider .owl-home-offers .owl-dots {
  margin-top: 1.6875rem;
  background-image: url("images/owl-dots-black.png");
  position: relative;
  bottom: inherit;
  top: 1.25rem;
  right: auto;
  left: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .comp-hm-special-offer .slider .owl-home-offers .owl-dots {
    display: none;
  }
}
.comp-hm-special-offer .slider .owl-home-offers .owl-nav {
  display: none;
  top: inherit;
  top: -2.5rem;
  right: 2.5rem;
  background: transparent;
}
@media only screen and (min-width: 1200px) {
  .comp-hm-special-offer .slider .owl-home-offers .owl-nav {
    display: block;
    top: -4.375rem;
    right: 4.375rem;
  }
}
.comp-hm-special-offer .slider .owl-home-offers .owl-nav button {
  width: 2.5rem;
  height: 2.5rem;
}
.comp-hm-special-offer .slider .owl-home-offers .owl-nav button svg {
  fill: #000000;
  height: 2.1875rem;
  width: 0.9375rem;
}
.comp-hm-special-offer .slider .owl-home-offers .owl-nav button.owl-next {
  margin-left: 0.0625rem;
}
.comp-hm-special-offer .slider .owl-home-offers .owl-nav button.owl-next:after {
  background-color: #7d7d7d;
  height: 1.875rem;
  left: 0;
  top: 0.4375rem;
}
@media only screen and (min-width: 1200px) {
  .comp-hm-special-offer .slider .owl-home-offers .owl-nav.disabled {
    display: none;
  }
}
.comp-hm-special-offer .view_all {
  text-align: center;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 1200px) {
  .comp-hm-special-offer .view_all {
    margin-top: 2.5rem;
  }
}

.comp-our-hotels {
  position: relative;
  margin-top: 4.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .comp-our-hotels {
    margin-top: 5.625rem;
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 992px) {
  .comp-our-hotels {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-our-hotels {
    max-width: 100%;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
.comp-our-hotels .heading {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .comp-our-hotels .heading {
    font-size: 4.0625rem;
    line-height: 5.1875rem;
  }
}
.comp-our-hotels .content {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .comp-our-hotels .content {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.comp-our-hotels .gallery-inner .gallery {
  margin-top: 1.875rem;
  position: relative;
}
.comp-our-hotels .gallery-inner .gallery .view_all {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .comp-our-hotels .gallery-inner .gallery .view_all {
    position: absolute;
    right: 0;
    top: -0.3125rem;
  }
}
.comp-our-hotels .gallery-inner .gallery .shareparent {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .comp-our-hotels .gallery-inner .gallery .shareparent {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
}
.comp-our-hotels .gallery-inner .gallery .shareparent #left-navbar-gallery {
  display: block !important;
  opacity: 1 !important;
}
.comp-our-hotels .gallery-inner .gallery .shareparent ul {
  padding: 0;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: 1;
  color: #646465;
  font-weight: 700;
  list-style: none;
}
.comp-our-hotels .gallery-inner .gallery .shareparent ul li {
  margin-top: 0;
  cursor: pointer;
  padding: 0;
  padding-bottom: 1.2rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.comp-our-hotels .gallery-inner .gallery .shareparent ul li + li {
  margin-left: 0.3125rem;
  border-left: 0.0625rem solid #dbdbdb;
}
.comp-our-hotels .gallery-inner .gallery .shareparent ul li.active {
  background-image: url(images/active_tab.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (min-width: 1200px) {
  .comp-our-hotels .slider .owl-carousel .item,
  .comp-our-hotels .slider .room-inner .item {
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-our-hotels .slider .owl-carousel .item,
  .comp-our-hotels .slider .room-inner .item {
    background-image: url(images/stay_bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
  }
}
.comp-our-hotels .slider .owl-carousel .item .imgwrap,
.comp-our-hotels .slider .room-inner .item .imgwrap {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .comp-our-hotels .slider .owl-carousel .item .imgwrap,
  .comp-our-hotels .slider .room-inner .item .imgwrap {
    width: 38.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-our-hotels .slider .owl-carousel .item .imgwrap,
  .comp-our-hotels .slider .room-inner .item .imgwrap {
    width: calc(100% - 28.125rem);
    min-height: 43.75rem;
  }
}
@media only screen and (min-width: 1900px) {
  .comp-our-hotels .slider .owl-carousel .item .imgwrap,
  .comp-our-hotels .slider .room-inner .item .imgwrap {
    width: 78.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-our-hotels .slider .owl-carousel .item .imgwrap img,
  .comp-our-hotels .slider .room-inner .item .imgwrap img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .comp-our-hotels .slider .owl-carousel .item .con,
  .comp-our-hotels .slider .room-inner .item .con {
    border: 0.0625rem solid #ededed;
    padding: 1.875rem 6.25rem 3.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-our-hotels .slider .owl-carousel .item .con,
  .comp-our-hotels .slider .room-inner .item .con {
    flex: 1;
    padding: 1.875rem 3.125rem 3.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-our-hotels .slider .owl-carousel .item .con,
  .comp-our-hotels .slider .room-inner .item .con {
    position: absolute;
    background: #fff;
    right: 2.875rem;
    max-width: 28.125rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.comp-our-hotels .slider .owl-carousel .item .con .title,
.comp-our-hotels .slider .room-inner .item .con .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #8d6464;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin: 1.25rem 0;
}
.comp-our-hotels .slider .owl-carousel .item .con .key_point,
.comp-our-hotels .slider .room-inner .item .con .key_point {
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: 1.0625rem;
  color: #7e7e7e;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .comp-our-hotels .slider .owl-carousel .item .con .key_point,
  .comp-our-hotels .slider .room-inner .item .con .key_point {
    display: flex;
    align-items: center;
  }
}
.comp-our-hotels .slider .owl-carousel .item .con .key_point .block,
.comp-our-hotels .slider .room-inner .item .con .key_point .block {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .comp-our-hotels .slider .owl-carousel .item .con .key_point .block,
  .comp-our-hotels .slider .room-inner .item .con .key_point .block {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .comp-our-hotels .slider .owl-carousel .item .con .key_point .block .lable,
  .comp-our-hotels .slider .room-inner .item .con .key_point .block .lable {
    width: 3.125rem;
  }
}
.comp-our-hotels .slider .owl-carousel .item .con .key_point .block .break,
.comp-our-hotels .slider .room-inner .item .con .key_point .block .break {
  padding: 0 0.9375rem;
}
.comp-our-hotels .slider .owl-carousel .item .con .key_point .block .value,
.comp-our-hotels .slider .room-inner .item .con .key_point .block .value {
  font-weight: 400;
  text-transform: initial;
}
@media only screen and (min-width: 768px) {
  .comp-our-hotels .slider .owl-carousel .item .con .key_point .block .value,
  .comp-our-hotels .slider .room-inner .item .con .key_point .block .value {
    font-size: 1.75rem;
    line-height: 1;
  }
}
.comp-our-hotels .slider .owl-carousel .item .con .key_point .block + .block,
.comp-our-hotels .slider .room-inner .item .con .key_point .block + .block {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .comp-our-hotels .slider .owl-carousel .item .con .key_point .block + .block,
  .comp-our-hotels .slider .room-inner .item .con .key_point .block + .block {
    margin-top: 0;
    border-left: 0.0625rem solid #dbdbdb;
    padding-left: 1.25rem;
    margin-left: 1.25rem;
  }
}
.comp-our-hotels .slider .owl-carousel .item .con .list,
.comp-our-hotels .slider .room-inner .item .con .list {
  font-size: 1.125rem;
  letter-spacing: 0px;
  line-height: 2.25rem;
  color: #848484;
  font-weight: 400;
  list-style: none;
  list-style-type: disc;
  margin-top: 1.25rem;
  padding-left: 1.25rem;
}
.comp-our-hotels .slider .owl-carousel .item .con .list li,
.comp-our-hotels .slider .room-inner .item .con .list li {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .comp-our-hotels .slider .owl-carousel .item .con .two-btn,
  .comp-our-hotels .slider .room-inner .item .con .two-btn {
    margin-top: 1.875rem;
  }
}
.comp-our-hotels .slider .owl-carousel .owl-dots,
.comp-our-hotels .slider .room-inner .owl-dots {
  bottom: -3.125rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.comp-our-hotels .slider .owl-carousel .owl-nav,
.comp-our-hotels .slider .room-inner .owl-nav {
  width: calc(100% + 8.75rem);
  left: -4.375rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background-color: transparent;
}
@media only screen and (min-width: 1200px) {
  .comp-our-hotels .slider .owl-carousel .owl-nav,
  .comp-our-hotels .slider .room-inner .owl-nav {
    width: calc(100% - 2.1875rem);
    left: 1.875rem;
  }
}
.comp-our-hotels .slider .owl-carousel .owl-nav button,
.comp-our-hotels .slider .room-inner .owl-nav button {
  width: 3.75rem;
  height: 3.75rem;
  pointer-events: all;
}
.comp-our-hotels .slider .owl-carousel .owl-nav button svg,
.comp-our-hotels .slider .room-inner .owl-nav button svg {
  fill: #000000;
  height: 2.5rem;
  width: 2.5rem;
}
.comp-our-hotels .slider .owl-carousel .owl-nav button.owl-next,
.comp-our-hotels .slider .room-inner .owl-nav button.owl-next {
  margin-left: 0;
  float: right;
}
.comp-our-hotels .slider .owl-carousel .owl-nav button.owl-next:after,
.comp-our-hotels .slider .room-inner .owl-nav button.owl-next:after {
  display: none;
}
.comp-our-hotels .slider .owl-carousel.room-inner-list .item,
.comp-our-hotels .slider .room-inner.room-inner-list .item {
  background-size: 0;
}
@media only screen and (min-width: 1200px) {
  .comp-our-hotels .slider .owl-carousel.room-inner-list .item .con,
  .comp-our-hotels .slider .room-inner.room-inner-list .item .con {
    position: relative;
    right: 0;
    max-width: 28.125rem;
    top: 0;
    transform: none;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-our-hotels .slider .owl-carousel.room-inner-list .item .con .title,
  .comp-our-hotels .slider .room-inner.room-inner-list .item .con .title {
    font-size: 2.625rem;
  }
}
.comp-our-hotels .slider .owl-carousel.room-inner-list .item + .item,
.comp-our-hotels .slider .room-inner.room-inner-list .item + .item {
  margin-top: 2.5rem;
}

.comp-hm-dining {
  margin-top: 6.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .comp-hm-dining {
    margin-top: 8.75rem;
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-hm-dining {
    max-width: 100%;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-hm-dining {
    display: flex;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .comp-hm-dining .content-wrap {
    background-color: #fcf5f6;
    padding: 3.125rem 5rem 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-hm-dining .content-wrap {
    width: 27.5rem;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .comp-hm-dining .content-wrap .heading {
    font-size: 4.0625rem;
    line-height: 5.1875rem;
  }
}
.comp-hm-dining .content-wrap .content {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .comp-hm-dining .content-wrap .content {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.comp-hm-dining .content-wrap a {
  margin-top: 1.875rem;
}
.comp-hm-dining .slider {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .comp-hm-dining .slider {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-hm-dining .slider {
    width: calc(100% - 27.5rem);
    float: right;
  }
}
.comp-hm-dining .slider .owl-carousel .item {
  background-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .comp-hm-dining .slider .owl-carousel .item {
    background-size: cover;
    padding-bottom: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .comp-hm-dining .slider .owl-carousel .item img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .comp-hm-dining .slider .owl-carousel .item .wrap {
    position: absolute;
    bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 3.125rem;
  }
}
.comp-hm-dining .slider .owl-carousel .item .wrap .title {
  margin-top: 1.875rem;
  font-size: 1.875rem;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .comp-hm-dining .slider .owl-carousel .item .wrap .title {
    color: #fff;
  }
}
.comp-hm-dining .slider .owl-carousel .item .wrap a {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .comp-hm-dining .slider .owl-carousel .item .wrap a {
    color: #fff;
    border: 1px solid #fff;
  }
  .comp-hm-dining .slider .owl-carousel .item .wrap a:hover, .comp-hm-dining .slider .owl-carousel .item .wrap a:focus {
    border-color: #8d6464;
    color: #8d6464;
  }
}
.comp-hm-dining .slider .owl-carousel .owl-nav {
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background-color: transparent;
  padding: 0 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .comp-hm-dining .slider .owl-carousel .owl-nav {
    display: block;
  }
}
.comp-hm-dining .slider .owl-carousel .owl-nav button {
  width: 3.75rem;
  height: 3.75rem;
  pointer-events: all;
}
.comp-hm-dining .slider .owl-carousel .owl-nav button svg {
  fill: #fff;
  height: 2.5rem;
  width: 2.5rem;
}
.comp-hm-dining .slider .owl-carousel .owl-nav button.owl-prev {
  float: left;
}
.comp-hm-dining .slider .owl-carousel .owl-nav button.owl-next {
  margin-left: 0;
  float: right;
}
.comp-hm-dining .slider .owl-carousel .owl-nav button.owl-next:after {
  display: none;
}
.comp-hm-dining .slider .owl-carousel .owl-dots {
  bottom: -3.125rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .comp-hm-dining .slider .owl-carousel .owl-dots {
    display: none;
  }
}
.comp-hm-dining.default {
  margin-top: 2.5rem;
}
.comp-hm-dining.default .slider {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .comp-hm-dining.default .slider .owl-carousel .item {
    padding-bottom: 42.1052631579%;
  }
}

.comp-hm-things-to-do {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 6.875rem;
}
@media only screen and (min-width: 768px) {
  .comp-hm-things-to-do {
    margin-top: 8.125rem;
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-hm-things-to-do {
    margin-top: 6.875rem;
  }
}
.comp-hm-things-to-do .h1 {
  text-align: center;
}
.comp-hm-things-to-do .content {
  text-align: center;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}
.comp-hm-things-to-do .slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .comp-hm-things-to-do .slider {
    max-width: 100%;
  }
}
.comp-hm-things-to-do .slider #counter_exp {
  display: none;
  font-size: 1.375rem;
  letter-spacing: 0px;
  line-height: 1;
  color: #252525;
  font-weight: 600;
  font-family: poppins;
}
@media only screen and (min-width: 1200px) {
  .comp-hm-things-to-do .slider #counter_exp {
    display: block;
    position: absolute;
    top: -3.75rem;
    right: 5.625rem;
  }
}
.comp-hm-things-to-do .slider #counter_exp_arab {
  display: none;
}
.comp-hm-things-to-do .slider .owl-carousel {
  margin-top: 2.5rem;
}
.comp-hm-things-to-do .slider .owl-carousel .item {
  background-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.comp-hm-things-to-do .slider .owl-carousel .item .desk {
  display: none;
}
@media only screen and (min-width: 768px) {
  .comp-hm-things-to-do .slider .owl-carousel .item .desk {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .comp-hm-things-to-do .slider .owl-carousel .item .mob {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-hm-things-to-do .slider .owl-carousel .item .wrap {
    position: absolute;
    bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 3.125rem;
  }
}
.comp-hm-things-to-do .slider .owl-carousel .item .wrap .title {
  text-align: center;
  margin-top: 1.875rem;
  font-size: 1.875rem;
  color: #000000;
}
@media only screen and (min-width: 1200px) {
  .comp-hm-things-to-do .slider .owl-carousel .item .wrap .title {
    color: #fff;
  }
}
.comp-hm-things-to-do .slider .owl-carousel .item .wrap a {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .comp-hm-things-to-do .slider .owl-carousel .item .wrap a {
    color: #fff;
    border: 1px solid #fff;
  }
  .comp-hm-things-to-do .slider .owl-carousel .item .wrap a:hover, .comp-hm-things-to-do .slider .owl-carousel .item .wrap a:focus {
    border-color: #8d6464;
    color: #8d6464;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-hm-things-to-do .slider .owl-carousel .item img {
    width: 100%;
    max-height: 80vh;
    min-height: 80vh;
  }
}
.comp-hm-things-to-do .slider .owl-dots {
  margin-top: 1.6875rem;
  background-image: url("images/owl-dots-black.png");
  position: relative;
  bottom: inherit;
  top: 1.25rem;
  right: auto;
  left: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .comp-hm-things-to-do .slider .owl-dots {
    display: none;
  }
}
.comp-hm-things-to-do .slider .owl-nav {
  display: none;
  top: inherit;
  top: -2.5rem;
  right: 2.5rem;
  background: transparent;
}
@media only screen and (min-width: 1200px) {
  .comp-hm-things-to-do .slider .owl-nav {
    display: block;
    top: -4.375rem;
    right: 0;
  }
}
.comp-hm-things-to-do .slider .owl-nav button {
  width: 2.5rem;
  height: 2.5rem;
}
.comp-hm-things-to-do .slider .owl-nav button svg {
  fill: #000000;
  height: 2.1875rem;
  width: 0.9375rem;
}
.comp-hm-things-to-do .slider .owl-nav button.owl-next {
  margin-left: 0.0625rem;
}
.comp-hm-things-to-do .slider .owl-nav button.owl-next:after {
  background-color: #7d7d7d;
  height: 1.875rem;
  left: 0;
  top: 0.4375rem;
}
.comp-hm-things-to-do .slider .view_all {
  text-align: center;
  margin-top: 3.125rem;
}
@media only screen and (min-width: 1200px) {
  .comp-hm-things-to-do .slider .view_all {
    margin-top: 2.5rem;
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    z-index: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-hm-things-to-do .slider .view_all a {
    color: #fff;
    border: 0.0625rem solid #fff;
  }
  .comp-hm-things-to-do .slider .view_all a:hover, .comp-hm-things-to-do .slider .view_all a:focus {
    border-color: #8d6464;
    color: #8d6464;
  }
}

.comp-faq-v2 {
  color: #848484;
}
.comp-faq-v2 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
@media only screen and (min-width: 768px) {
  .comp-faq-v2 .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding-left: 0;
  }
}
.comp-faq-v2 .tab-section {
  background-color: #ffffff;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .comp-faq-v2 .tab-section {
    flex: 1;
    margin-top: 0;
  }
}
.comp-faq-v2 .tab-section .h1 {
  line-height: 1rem;
}
@media only screen and (min-width: 768px) {
  .comp-faq-v2 .tab-section .h1 {
    line-height: 3rem;
  }
}
.comp-faq-v2 .tab-section .con {
  display: none;
}
@media only screen and (min-width: 768px) {
  .comp-faq-v2 .tab-section .con {
    display: block;
    margin-top: 0.9375rem;
  }
}
.comp-faq-v2 .tab-section .panel-group .panel {
  box-shadow: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #f5f5f5;
}
.comp-faq-v2 .tab-section .panel-group .panel:last-child {
  border-bottom: none;
}
.comp-faq-v2 .tab-section .panel-group .panel .panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none;
  padding: 1.0625rem 0;
}
@media only screen and (min-width: 768px) {
  .comp-faq-v2 .tab-section .panel-group .panel .panel-heading {
    padding-left: 0;
    padding: 1.3125rem 0;
  }
}
.comp-faq-v2 .tab-section .panel-group .panel .panel-heading a {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 1.875rem;
}
.comp-faq-v2 .tab-section .panel-group .panel .panel-heading a .panel-title {
  font-size: 1.375rem;
  letter-spacing: 1px;
  line-height: 1.75rem;
  color: #000000;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
@media only screen and (min-width: 768px) {
  .comp-faq-v2 .tab-section .panel-group .panel .panel-heading a {
    padding-right: 2.8125rem;
  }
}
.comp-faq-v2 .tab-section .panel-group .panel .panel-heading a:before {
  position: absolute;
  content: "";
  width: 1.5625rem;
  height: 0.9375rem;
  background-image: url(images/down-faq.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.0625rem;
  right: 0;
  top: 0.625rem;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .comp-faq-v2 .tab-section .panel-group .panel .panel-heading a:before {
    top: 0.1875rem;
  }
}
.comp-faq-v2 .tab-section .panel-group .panel .panel-heading a[aria-expanded=true]::before {
  background-image: url(images/up-faq.svg);
  width: 1.25rem;
  right: 0.1875rem;
}
.comp-faq-v2 .tab-section .panel-group .panel .panel-collapse .panel-body {
  font-weight: 400;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .comp-faq-v2 .tab-section .panel-group .panel .panel-collapse .panel-body {
    padding-right: 6.25rem;
  }
}

.comp-faq-section {
  margin-top: 5rem;
  position: relative;
  z-index: 1;
  background-color: #fcf5f6;
  padding: 2.5rem 1.25rem;
}
@media only screen and (min-width: 768px) {
  .comp-faq-section {
    margin-top: 6.25rem;
    padding: 0.9375rem 4.375rem 4.375rem;
    max-width: 65.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-faq-section {
    margin-top: 7.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-faq-section {
    max-width: 100%;
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    background-color: #fff;
    margin-top: 5rem;
  }
}
.comp-faq-section .comp-faq-v2 {
  margin-top: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .comp-faq-section .comp-faq-v2 {
    margin-top: 1.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-faq-section .comp-faq-v2 {
    display: flex;
    align-items: center;
  }
}
.comp-faq-section .comp-faq-v2 .left-side {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .comp-faq-section .comp-faq-v2 .left-side {
    width: 31.25rem;
    display: block;
  }
}
.comp-faq-section .comp-faq-v2 .tab-section {
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .comp-faq-section .comp-faq-v2 .tab-section {
    margin-top: 3.6875rem;
  }
}
@media only screen and (min-width: 992px) {
  .comp-faq-section .comp-faq-v2 .tab-section {
    margin-top: 2.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-faq-section .comp-faq-v2 .tab-section {
    flex: 1;
    margin-top: -1.875rem;
    margin-left: 6.25rem;
    max-width: 50rem;
  }
}
@media only screen and (min-width: 992px) {
  .comp-faq-section .comp-faq-v2 .tab-section .panel-group {
    margin-top: 1.4375rem;
  }
}

.comp-mini-gallery {
  margin-top: 4.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .comp-mini-gallery {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media only screen and (min-width: 992px) {
  .comp-mini-gallery {
    margin-top: 6.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-mini-gallery {
    margin-top: 1.875rem;
  }
}
.comp-mini-gallery .wrap {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .comp-mini-gallery .wrap {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .comp-mini-gallery .wrap {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-mini-gallery .wrap {
    text-align: left;
    padding: 0 4.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .comp-mini-gallery .wrap a {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-mini-gallery .wrap a {
    right: 4.375rem;
  }
}
.comp-mini-gallery .gallery-type-1 {
  margin-top: 1.25rem;
}
.comp-mini-gallery .slider .owl-carousel .owl-nav {
  width: calc(100% + 8.75rem);
  left: -4.375rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background-color: transparent;
}
@media only screen and (min-width: 1200px) {
  .comp-mini-gallery .slider .owl-carousel .owl-nav {
    width: calc(100% - 2.1875rem);
    left: 1.875rem;
  }
}
.comp-mini-gallery .slider .owl-carousel .owl-nav button {
  width: 3.75rem;
  height: 3.75rem;
  pointer-events: all;
}
.comp-mini-gallery .slider .owl-carousel .owl-nav button svg {
  fill: #000000;
  height: 2.5rem;
  width: 2.5rem;
}
.comp-mini-gallery .slider .owl-carousel .owl-nav button.owl-next {
  margin-left: 0;
  float: right;
}
.comp-mini-gallery .slider .owl-carousel .owl-nav button.owl-next:after {
  display: none;
}

.newsletter {
  max-width: 24.375rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .newsletter {
    max-width: 32.5rem;
  }
}
.newsletter .title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #2e2e2e;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .newsletter .title {
    font-size: 2.0625rem;
  }
}
.newsletter form {
  text-align: left;
  margin-top: 1.125rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .newsletter form {
    flex-direction: row;
  }
}
.newsletter form input,
.newsletter form button {
  display: block;
  background: #fff;
  border: none;
  height: 3.5rem;
  font-size: 1rem;
}
.newsletter form input:focus,
.newsletter form button:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.newsletter form input {
  flex: 1;
  padding: 1.125rem 0.9375rem;
  color: #8d8d8d;
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .newsletter form input {
    text-align: left;
  }
}
.newsletter form button {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  background-color: #0077cc;
}
@media only screen and (min-width: 768px) {
  .newsletter form button {
    flex-basis: 10.3125rem;
    margin-left: auto;
  }
}
.newsletter form input::placeholder {
  color: #8d8d8d;
  font-weight: 400;
  opacity: 1; /* Firefox */
  font-size: 1rem;
}
.newsletter form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #8d8d8d;
  font-weight: 400;
  opacity: 1;
  font-size: 1rem;
}
.newsletter form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #8d8d8d;
  font-weight: 400;
  opacity: 1;
  font-size: 1rem;
}

.footer-social .social-share {
  display: flex;
  justify-content: center;
  margin-top: 2.1875rem;
}
.footer-social .social-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.875rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #fff;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-social .social-share a svg {
  height: 1.25rem;
  fill: #8d6464;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-social .social-share a:hover, .footer-social .social-share a:focus {
  border: 0.125rem solid #8d6464;
}
.footer-social .social-share a:hover svg, .footer-social .social-share a:focus svg {
  fill: #8d6464;
}

.footer {
  background-image: url("../assets/images/footer-bg.jpg");
  background-color: #515151;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  color: #ffffff;
  padding: 3.75rem 1.25rem;
  margin-top: -21.875rem;
  padding-top: 30.625rem;
  position: relative;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media only screen and (min-width: 1354px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer a {
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 1px;
  line-height: 1;
  color: #e8e2df;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .footer a {
    text-align: left;
  }
}
.footer a:hover, .footer a:focus {
  color: #ffcab1;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul li {
  line-height: 1.25rem;
  margin-top: 0.8125rem;
}
.footer ul li a {
  padding: 0.625rem 0 0.1875rem;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .footer .mid_section {
    display: flex;
    border-top: 1px solid #686868;
    padding-top: 3.125rem;
    margin-top: 3.125rem;
  }
}
@media only screen and (min-width: 1600px) {
  .footer .mid_section {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }
}
.footer .mid_section .logo-footer {
  border-top: 1px solid #686868;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .footer .mid_section .logo-footer {
    margin-top: 3.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .mid_section .logo-footer {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
}
.footer .mid_section .logo-footer a {
  width: 18.75rem;
}
@media only screen and (min-width: 1200px) {
  .footer .mid_section .logo-footer a {
    width: 25rem;
  }
}
.footer .mid_section .right-side {
  font-family: "Poppins", sans-serif;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .footer .mid_section .right-side {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .mid_section .right-side {
    margin-top: 0;
    width: calc(100% - 18.75rem);
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-evenly;
  }
}
.footer .mid_section .right-side .lable {
  font-size: 1.1875rem;
  line-height: 1;
  color: #e8e2df;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .footer .mid_section .right-side .lable {
    text-align: left;
  }
}
.footer .mid_section .right-side .block {
  font-size: 1.125rem;
  line-height: 1.5;
}
.footer .mid_section .right-side .block + .block {
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 1200px) {
  .footer .mid_section .right-side .block + .block {
    margin-top: 0.625rem;
  }
}
.footer .mid_section .right-side .block svg {
  width: 1.25rem;
  fill: #ffcab1;
  margin-right: 0.625rem;
}
.footer .mid_section .right-side .email a {
  text-transform: inherit;
  word-break: break-all;
}
.footer .mid_section .right-side .right_block {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .footer .mid_section .right-side .right_block {
    margin-top: 0;
    margin-left: 5rem;
  }
}
.footer .footer-menu-section {
  position: relative;
  z-index: 4;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .footer .footer-menu-section {
    margin-top: 3.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .footer-menu-section .hotel-menu ul {
    display: flex;
    justify-content: center;
  }
}
.footer .footer-menu-section .hotel-menu ul li {
  margin-top: 0;
  padding: 0 1.125rem;
}
.footer .footer-menu-section .hotel-menu ul li a {
  text-transform: capitalize;
}
.footer .footer-details-section {
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .footer .footer-details-section {
    float: left;
    width: 100%;
  }
}
.copyrights {
  border-top: 1px solid #686868;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  line-height: 2.1875rem;
  color: #818181;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  margin-top: 2.5rem;
}
.copyrights a {
  color: #818181;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  text-transform: none;
}
@media only screen and (min-width: 1200px) {
  .copyrights .copyright-wrap {
    display: flex;
    justify-content: space-evenly;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0;
  }
}
.copyrights .mid ul {
  margin: 0.3125rem 0;
  padding: 0;
}
.copyrights .mid ul li {
  padding-right: 0.9375rem;
  line-height: 1.4;
  margin-top: 0.3125rem;
}
@media only screen and (min-width: 768px) {
  .copyrights .mid ul li {
    display: inline-block;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .copyrights .mid ul li a {
    padding: 0;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) {
  .copyrights .mid ul li + li {
    line-height: 1;
    margin-left: 0.9375rem;
    padding-left: 0.9375rem;
    border-left: 1px solid #686868;
  }
}
.copyrights .left,
.copyrights .right {
  line-height: 1.4;
}
.copyrights .right {
  margin-top: 1.3125rem;
}
@media only screen and (min-width: 768px) {
  .copyrights .right {
    margin-top: 0.5rem;
  }
}
.copyrights .left {
  margin-top: 2.5rem;
}
.copyrights .left span {
  padding: 0 0.5rem;
}
@media only screen and (min-width: 1200px) {
  .copyrights .mid,
  .copyrights .left,
  .copyrights .right {
    margin: 0;
  }
}

.social-wall {
  margin-top: 3.75rem;
}
.social-wall .facebook-section {
  margin-top: 2.1875rem;
}
@media only screen and (min-width: 768px) {
  .social-wall .facebook-section .grid {
    moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.social-wall .facebook-section .grid .grid-item {
  width: 100%;
  margin-bottom: 1.25rem;
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
  padding-top: 0.1875rem;
  display: inline-block;
}
.social-wall .facebook-section .grid .grid-item .single-section {
  box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(204, 204, 204, 0.5);
  border-radius: 0.5rem;
  transition: 0.5s;
}
.social-wall .facebook-section .grid .grid-item .single-section:hover {
  box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(43, 130, 229, 0.5);
  transition: 0.5s;
}
.social-wall .facebook-section .grid .grid-item .single-section img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.social-wall .facebook-section .grid .grid-item .single-section .info-wrapper {
  padding: 1.5625rem;
}
.social-wall .facebook-section .grid .grid-item .single-section .info-wrapper .title {
  line-height: 1.2;
  color: #000000;
  margin-bottom: 0.9375rem;
  text-align: left;
  color: #000000;
}
.social-wall .facebook-section .grid .grid-item .single-section .info-wrapper .description {
  margin-bottom: 1.875rem;
  text-align: left;
  color: #666666;
}
.social-wall .facebook-section .grid .grid-item .single-section a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .social-wall {
    margin-top: 4.375rem;
  }
  .social-wall .title {
    font-size: 1.875rem;
  }
  .social-wall .social-section {
    margin-top: 2.5rem;
  }
  .social-wall .social-section .grid {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .social-wall + .social-wall {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 1354px) {
  .left-section,
  .right-section {
    width: 100%;
    display: inline-block;
  }
  .social-wall {
    margin-top: 4.375rem;
  }
  .social-wall .facebook-section {
    margin-top: 2.5rem;
  }
  .social-wall .facebook-section .grid {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .social-wall + .social-wall {
    margin-top: 5rem;
  }
  .wall-title {
    margin-bottom: 1.875rem;
    font-size: 2.5rem;
  }
  .wall-description {
    max-width: 67.5rem;
    margin: 0 auto 1.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  .social-wall .facebook-section .grid {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .social-wall .facebook-section .grid .grid-item .single-section .info-wrapper .title {
    font-size: 1.6875rem;
    line-height: 1.875rem;
  }
  .social-wall .facebook-section .grid .grid-item .single-section .info-wrapper .description {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .listing_type-3 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-left: -1.125rem;
    margin-right: -1.125rem;
    max-width: inherit;
  }
}
.listing_type-3 .item-type-3 {
  margin-top: 3.75rem;
}
@media only screen and (min-width: 992px) {
  .listing_type-3 .item-type-3 {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 6.25rem;
    padding: 0 1.125rem;
  }
}
@media only screen and (min-width: 1354px) {
  .listing_type-3 .item-type-3 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.comp-default-listing {
  padding: 0 1.25rem;
  margin-top: 4.375rem;
}
@media only screen and (min-width: 768px) {
  .comp-default-listing {
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-default-listing {
    max-width: 100%;
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.comp-default-listing .item {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .comp-default-listing .item {
    display: flex;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-default-listing .item .image {
    max-width: 30rem;
  }
}
@media only screen and (min-width: 768px) {
  .comp-default-listing .item .content {
    background-color: #fcf5f6;
    padding: 1.875rem 2.5rem 3.75rem;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-default-listing .item .content {
    margin-top: 0;
    margin-left: 0.625rem;
    padding: 2.5rem 4.375rem;
    flex: 1;
  }
}
.comp-default-listing .item .content .htitle {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 1200px) {
  .comp-default-listing .item .content .text {
    margin-top: 1.25rem;
  }
}
.comp-default-listing .item .content a {
  margin-top: 1.875rem;
}
.comp-default-listing .item + .item {
  margin-top: 3.75rem;
}
@media only screen and (min-width: 1200px) {
  .comp-default-listing .item + .item {
    margin-top: 1.875rem;
  }
}
.comp-default-listing .categories {
  margin-bottom: 3.75rem;
}
.comp-default-listing .categories .title {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}

.comp-other-items {
  padding: 2.5rem 1.25rem 5rem;
  margin-top: 3.75rem;
  background-color: #fcf5f6;
}
@media only screen and (min-width: 768px) {
  .comp-other-items {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
    padding: 1.875rem 3.75rem 5rem;
  }
}
@media only screen and (min-width: 992px) {
  .comp-other-items {
    max-width: 75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-other-items {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    max-width: 87.5rem;
  }
}
.comp-other-items .h2 {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .comp-other-items .h2 {
    text-align: left;
  }
}
.comp-other-items .owl-carousel .item-type-2 .con .content {
  min-height: 7rem;
}
@media only screen and (min-width: 1900px) {
  .comp-other-items .owl-carousel .item-type-2 .con .content {
    min-height: 5rem;
  }
}
.comp-other-items .owl-carousel .item-type-2 .con .title {
  color: #8d6464;
  font-size: 1.875rem;
}
.comp-other-items .owl-carousel .item-type-2.dining .con .content {
  min-height: 7rem;
}
.comp-other-items .owl-carousel .owl-nav {
  display: none;
}
@media only screen and (min-width: 992px) {
  .comp-other-items .owl-carousel .owl-nav {
    display: block;
  }
}
.comp-other-items .owl-carousel .owl-nav {
  display: none;
  top: inherit;
  top: -2.5rem;
  right: 2.5rem;
  background: transparent;
}
@media only screen and (min-width: 992px) {
  .comp-other-items .owl-carousel .owl-nav {
    display: block;
    top: -4.375rem;
    right: 0px;
  }
}
.comp-other-items .owl-carousel .owl-nav button {
  width: 2.5rem;
  height: 2.5rem;
}
.comp-other-items .owl-carousel .owl-nav button svg {
  fill: #000000;
  height: 2.1875rem;
  width: 0.9375rem;
}
.comp-other-items .owl-carousel .owl-nav button.owl-next {
  margin-left: 1px;
}
.comp-other-items .owl-carousel .owl-nav button.owl-next:after {
  background-color: #7d7d7d;
  height: 1.875rem;
  left: 0;
  top: 0.4375rem;
}
.comp-other-items .owl-carousel .owl-dots {
  bottom: -3.125rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .comp-other-items .owl-carousel .owl-dots {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-other-items.room {
    max-width: 81.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-other-items.wedding {
    max-width: 78.75rem;
  }
}

.comp-dining-block {
  background-color: #fcf5f6;
  padding: 2.5rem 1.25rem 1.875rem;
  margin-top: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .comp-dining-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .comp-dining-block {
    max-width: 71.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-dining-block {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1600px) {
  .comp-dining-block {
    max-width: 81.25rem;
  }
}
.comp-dining-block .cuisine_type {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .comp-dining-block .cuisine_type {
    flex-direction: row;
    align-items: flex-end;
  }
}
.comp-dining-block .cuisine_type svg {
  fill: #181818;
  width: 1.875rem;
  height: 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .comp-dining-block .cuisine_type svg {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.9375rem;
  }
}
.comp-dining-block .cuisine_type .cuis-wr {
  margin-top: 0.9375rem;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .comp-dining-block .cuisine_type .cuis-wr {
    text-align: left;
    margin-top: 0;
  }
}
.comp-dining-block .cuisine_type .cuis-wr .lable {
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1;
  color: #8d6464;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 1900px) {
  .comp-dining-block .cuisine_type .cuis-wr .lable {
    font-size: 1.125rem;
    letter-spacing: 1px;
  }
}
.comp-dining-block .cuisine_type .cuis-wr .text {
  font-size: 1.375rem;
  letter-spacing: 1px;
  color: #000;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .comp-dining-block .cuisine_type .cuis-wr .text {
    line-height: 1;
  }
}
.comp-dining-block .open_h {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #dbdbdb;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .comp-dining-block .open_h {
    width: 70%;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-dining-block .open_h {
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
    flex-direction: row;
    margin-left: 1.875rem;
    border-left: 1px solid #dbdbdb;
    padding-left: 1.5625rem;
  }
}
.comp-dining-block .open_h svg {
  fill: #000;
  width: 1.875rem;
  height: 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .comp-dining-block .open_h svg {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.comp-dining-block .open_h .text {
  margin-top: 0.9375rem;
  text-transform: uppercase;
  text-align: left;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 0.875rem;
  font-weight: 700;
  color: #8d6464;
}
@media only screen and (min-width: 1200px) {
  .comp-dining-block .open_h .text {
    max-width: 6.25rem;
    margin-top: 0;
    margin-left: 0.9375rem;
  }
}
.comp-dining-block .open_h .text span {
  font-size: 1.125rem;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .comp-dining-block .open_h .text span {
    line-height: 1;
  }
}
.comp-dining-block .lunch_dining {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #000;
  font-weight: 700;
  padding: 1.25rem 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .comp-dining-block .lunch_dining {
    display: flex;
    margin: 0 0.625rem;
    padding: 0 0.625rem;
    border: none;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-dining-block .lunch_dining {
    text-align: left;
  }
}
.comp-dining-block .lunch_dining .lunch_bk + .lunch_bk {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .comp-dining-block .lunch_dining .lunch_bk + .lunch_bk {
    margin-top: 0;
    margin-left: 1.875rem;
  }
}
.comp-dining-block .lunch_dining .lunch_bk + .dinner_bk {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .comp-dining-block .lunch_dining .lunch_bk + .dinner_bk {
    margin-top: 0;
    margin-left: 1.875rem;
  }
}
.comp-dining-block.location .title {
  font-size: 1.875rem;
  line-height: 4.375rem;
  color: #8d6464;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .comp-dining-block.location .title {
    margin-right: 3.125rem;
  }
}
.comp-dining-block.location .cuisine_type .cuis-wr .lable {
  font-size: 0.75rem;
}
.comp-dining-block.location .open_h .text {
  text-align: center;
  font-size: 0.75rem;
}
@media only screen and (min-width: 1200px) {
  .comp-dining-block.location .open_h .text {
    text-align: left;
  }
}

.dine-desc {
  max-width: 50rem;
  margin: 0 auto;
  padding-bottom: 3.75rem;
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 1354px) {
  .dine-desc {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 1900px) {
  .dine-desc {
    max-width: 62.5rem;
    padding-top: 1.375rem;
  }
}
.dine-desc .btn-wrap {
  padding-top: 0.1875rem;
}
@media only screen and (min-width: 768px) {
  .dine-desc .btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .dine-desc .btn-wrap {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 1900px) {
  .dine-desc .btn-wrap {
    margin-top: 2.625rem;
  }
}
.dine-desc .btn-wrap a {
  min-width: 10.4375rem;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .dine-desc .btn-wrap a {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1900px) {
  .dine-desc .btn-wrap a {
    min-width: 12.9375rem;
  }
}
@media only screen and (min-width: 768px) {
  .dine-desc .btn-wrap a + a {
    margin-left: 1.25rem;
  }
}

@media only screen and (min-width: 1200px) {
  .comp-dining-gallery {
    max-width: 81.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-dining-gallery .comp-mini-gallery {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .comp-dining-gallery .comp-mini-gallery .gallery-type-1 .item {
    padding-bottom: 25%;
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .comp-dining-gallery .comp-mini-gallery .gallery-type-1 .item:first-child {
    padding-bottom: calc(50% + 2px);
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .comp-dining-gallery.room .comp-mini-gallery {
    margin-top: 0;
  }
}

.comp-key-features {
  margin-top: 2.5rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding: 3.125rem 3.125rem;
  background-color: #fbf5f5;
}
@media only screen and (min-width: 768px) {
  .comp-key-features {
    background-color: transparent;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .comp-key-features .icon-block {
    display: flex;
    margin-top: 0.3125rem;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .comp-key-features .icon-block {
    max-width: 68.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1900px) {
  .comp-key-features .icon-block {
    max-width: 75rem;
  }
}
.comp-key-features .icon-block .block {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .comp-key-features .icon-block .block {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
}
.comp-key-features .icon-block .block .icon {
  height: 2.1875rem;
  width: 2.1875rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1354px) {
  .comp-key-features .icon-block .block .icon {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.comp-key-features .icon-block .block .icon svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #000000;
}
.comp-key-features .icon-block .block .right-con {
  text-align: left;
  color: #ffffff;
  line-height: 1;
  margin-left: 1.25rem;
}
@media only screen and (min-width: 1900px) {
  .comp-key-features .icon-block .block .right-con {
    margin-left: 0.9375rem;
  }
}
.comp-key-features .icon-block .block .right-con .lable {
  text-transform: uppercase;
  color: #8d6464;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  font-weight: 700;
}
@media only screen and (min-width: 1900px) {
  .comp-key-features .icon-block .block .right-con .lable {
    font-size: 1.125rem;
    letter-spacing: 0.0625rem;
  }
}
.comp-key-features .icon-block .block .right-con .val {
  margin-top: 0.3125rem;
  font-size: 1.375rem;
  letter-spacing: 0.0625rem;
  font-weight: 700;
  color: #000000;
}
@media only screen and (min-width: 1900px) {
  .comp-key-features .icon-block .block .right-con .val {
    letter-spacing: 0.125rem;
    margin-top: 0.4375rem;
  }
}
.comp-key-features .icon-block .block:last-child {
  margin-right: 0;
}
.comp-key-features .icon-block .block + .block {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #dbdbdb;
}
@media only screen and (min-width: 768px) {
  .comp-key-features .icon-block .block + .block {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    margin-left: 1.875rem;
    padding-left: 1.875rem;
    border-left: 1px solid #dbdbdb;
  }
}
.comp-key-features.room_list {
  background-color: #fcf5f6;
  margin-top: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .comp-key-features.room_list {
    padding-top: 0.625rem;
    max-width: 34.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 992px) {
  .comp-key-features.room_list {
    max-width: 43.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-key-features.room_list {
    max-width: 62.5rem;
    padding: 1.875rem 0;
  }
}
@media only screen and (min-width: 570px) {
  .comp-key-features.room_list .icon-block .block {
    flex-basis: calc(50% - 1.875rem);
    padding-right: 1.875rem;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0.9375rem;
    padding-top: 0.9375rem;
    margin-right: 0;
    border: none;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-key-features.room_list .icon-block .block {
    flex-basis: auto;
    margin-top: 0;
    padding: 0;
  }
}
.comp-key-features.room_list .icon-block .block .right-con .lable {
  font-size: 0.875rem;
  color: #000;
}
.comp-key-features.room_list .icon-block .block:nth-child(n+3) {
  border-top: 1px solid #dbdbdb;
}
@media only screen and (min-width: 1200px) {
  .comp-key-features.room_list .icon-block .block:nth-child(n+3) {
    margin-top: 0;
    border-top: none;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-key-features.room_list .icon-block .block + .block {
    margin-left: 1.875rem;
    padding-left: 1.875rem;
    border-left: 1px solid #dbdbdb;
  }
}
.comp-key-features.event .icon-block .block .right-con .lable {
  font-size: 0.75rem;
  color: #8d6464;
}

.com_title {
  color: #333333;
  margin-top: 2.5rem;
  padding: 0 1.25rem;
}
@media only screen and (min-width: 768px) {
  .com_title {
    max-width: 34.375rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .com_title {
    max-width: 43.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .com_title {
    max-width: 62.5rem;
  }
}

.comp-facilities-amenities {
  padding: 3.25rem 1.25rem;
  background-color: #fcf5f6;
  margin-top: 5rem;
}
@media only screen and (min-width: 768px) {
  .comp-facilities-amenities {
    padding: 4.75rem 4.375rem;
  }
}
@media only screen and (min-width: 992px) {
  .comp-facilities-amenities {
    padding: 4.75rem 6.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-facilities-amenities {
    display: flex;
    padding: 3.5rem 4.375rem 5rem;
    max-width: 81.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-facilities-amenities .content-wrap {
    flex: 1;
    padding-top: 1.875rem;
  }
}
.comp-facilities-amenities .content-wrap .title {
  font-size: 1.875rem;
  letter-spacing: 1px;
  color: #8d6464;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.comp-facilities-amenities .content-wrap .icon-wrap .icon-block {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .comp-facilities-amenities .content-wrap .icon-wrap .icon-block {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-facilities-amenities .content-wrap .icon-wrap .icon-block {
    margin-top: 0.5rem;
  }
}
@media only screen and (min-width: 1900px) {
  .comp-facilities-amenities .content-wrap .icon-wrap .icon-block {
    margin-top: 0.9375rem;
  }
}
.comp-facilities-amenities .content-wrap .icon-wrap .icon-block .block {
  flex-basis: 100%;
  margin-top: 1.25rem;
  padding-right: 0.625rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .comp-facilities-amenities .content-wrap .icon-wrap .icon-block .block {
    flex-basis: 50%;
    padding-right: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-facilities-amenities .content-wrap .icon-wrap .icon-block .block {
    flex-basis: 33.3333333333%;
  }
}
.comp-facilities-amenities .content-wrap .icon-wrap .icon-block .block .icon {
  height: 1.875rem;
  width: 2.5rem;
}
@media only screen and (min-width: 1900px) {
  .comp-facilities-amenities .content-wrap .icon-wrap .icon-block .block .icon {
    height: 2.5rem;
    width: 3.125rem;
  }
}
.comp-facilities-amenities .content-wrap .icon-wrap .icon-block .block .icon svg {
  height: 1.875rem;
  width: 1.875rem;
  fill: #484646;
}
@media only screen and (min-width: 1900px) {
  .comp-facilities-amenities .content-wrap .icon-wrap .icon-block .block .icon svg {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.comp-facilities-amenities .content-wrap .icon-wrap .icon-block .block .right-con {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #484646;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .comp-facilities-amenities .content-wrap .icon-wrap .icon-block .block .right-con {
    margin-top: 0;
    margin-left: 0.4375rem;
  }
}
@media only screen and (min-width: 1900px) {
  .comp-facilities-amenities .content-wrap .icon-wrap .icon-block .block .right-con {
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.25rem;
  }
}
.comp-facilities-amenities .content-wrap .icon-wrap .icon-block .block .right-con .val br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .comp-facilities-amenities .content-wrap .icon-wrap .icon-block .block .right-con .val br {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .comp-facilities-amenities .content-wrap .icon-wrap .icon-block .block.block:nth-child(1n+4) {
    margin-top: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-facilities-amenities .content-wrap .icon-wrap .icon-block .block.block:nth-child(1n+4) {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 1900px) {
  .comp-facilities-amenities .content-wrap .icon-wrap .icon-block .block.block:nth-child(1n+4) {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-facilities-amenities .content-wrap .icon-wrap .icon-block .block + .block {
    margin-left: 0px;
  }
}
.comp-facilities-amenities .content-wrap .icon-wrap + .amenities-wrap .ul_listing {
  margin-top: 3.125rem;
  padding-top: 2.5rem;
  border-top: 1px solid #e7e6e6;
}
@media only screen and (min-width: 768px) {
  .comp-facilities-amenities .content-wrap .icon-wrap + .amenities-wrap .ul_listing {
    margin-top: 2.9375rem;
    max-width: 56.25rem;
    padding-top: 2.8125rem;
  }
}
@media only screen and (min-width: 1900px) {
  .comp-facilities-amenities .content-wrap .icon-wrap + .amenities-wrap .ul_listing {
    margin-top: 4.375rem;
    padding-top: 3.75rem;
  }
}
.comp-facilities-amenities .content-wrap .amenities-wrap .ul_listing {
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .comp-facilities-amenities .content-wrap .amenities-wrap .ul_listing {
    max-width: 100%;
    display: flex;
  }
}
.comp-facilities-amenities .content-wrap .amenities-wrap .ul_listing .title {
  margin-bottom: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  .comp-facilities-amenities .content-wrap .amenities-wrap .ul_listing .title {
    margin-bottom: -0.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .comp-facilities-amenities .content-wrap .amenities-wrap .ul_listing .ul-wrap {
    margin-top: 0.5rem;
  }
}
@media only screen and (min-width: 1900px) {
  .comp-facilities-amenities .content-wrap .amenities-wrap .ul_listing .ul-wrap {
    margin-top: 1.0625rem;
  }
}
.comp-facilities-amenities .content-wrap .amenities-wrap .ul_listing ul {
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .comp-facilities-amenities .content-wrap .amenities-wrap .ul_listing ul {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-facilities-amenities .content-wrap .amenities-wrap .ul_listing ul {
    flex: 1;
  }
}
.comp-facilities-amenities .content-wrap .amenities-wrap .ul_listing ul li {
  letter-spacing: 1px;
  line-height: 1.9375rem;
  color: #848484;
  font-weight: 400;
  margin-top: 0px;
  padding-left: 1.25rem;
}
@media only screen and (min-width: 1200px) {
  .comp-facilities-amenities .content-wrap .amenities-wrap .ul_listing ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 1900px) {
  .comp-facilities-amenities .content-wrap .amenities-wrap .ul_listing ul li {
    font-size: 1.3125rem;
    letter-spacing: 1px;
    line-height: 2.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .comp-facilities-amenities .content-wrap .amenities-wrap .ul_listing ul li:nth-of-type(1) {
    margin-top: 1.25rem;
  }
}

.comp-event-items {
  padding: 0 1.25rem;
  margin-top: 3.75rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) {
  .comp-event-items {
    max-width: 81.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-event-items .wrap .item {
    display: flex;
  }
}
.comp-event-items .wrap .item .imgwrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0;
}
@media only screen and (min-width: 1200px) {
  .comp-event-items .wrap .item .imgwrap {
    width: 34.375rem;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-event-items .wrap .item .imgwrap img {
    display: none;
  }
}
.comp-event-items .wrap .item .con {
  background-color: #eafaff;
  padding: 0 1.875rem 2.5rem;
}
@media only screen and (min-width: 768px) {
  .comp-event-items .wrap .item .con {
    border: 1px solid #ededed;
    padding: 1.875rem 6.25rem 3.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-event-items .wrap .item .con {
    flex: 1;
    max-width: auto;
    padding: 1.875rem 3.125rem 3.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  .comp-event-items .wrap .item .con {
    position: relative;
    right: 0;
    top: 0;
    transform: initial;
  }
}
.comp-event-items .wrap .item .con .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #000;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  padding: 1.25rem 0;
}
@media only screen and (min-width: 1200px) {
  .comp-event-items .wrap .item .con .title {
    font-size: 2.625rem;
  }
}
.comp-event-items .wrap .item .con .text + .two-btn {
  margin-top: 1.875rem;
}
.comp-event-items .wrap .item .con .list {
  font-size: 1.125rem;
  letter-spacing: 0px;
  line-height: 2.25rem;
  color: #848484;
  font-weight: 400;
  list-style: none;
  list-style-type: disc;
  margin-top: 1.25rem;
  padding-left: 1.25rem;
  margin-bottom: 1.875rem;
}
.comp-event-items .wrap .item .con .list li {
  padding: 0;
  margin: 0;
}
.comp-event-items .wrap .item + .item {
  margin-top: 2.5rem;
}
.comp-event-items .wrap .item:nth-child(2n) .con {
  background-color: #f7f3ed;
}
.comp-event-items .wrap .item.color_brown .con {
  background-color: #f7f3ed;
}
.comp-event-items .wrap .item.color_brown .con .title {
  color: #8D6365;
}
.comp-event-items.activities .wrap .item .con {
  background-color: #f7f3ed;
}
.comp-event-items.activities .wrap .item .con .title {
  color: #8D6365;
}

.comp-wedding-gallery {
  padding: 0 1.25rem;
  margin-top: 3.75rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .comp-wedding-gallery {
    padding: 0 4.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-wedding-gallery {
    padding: 0 1.25rem;
    max-width: 81.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.625rem;
  }
}
.comp-wedding-gallery .h1 {
  font-size: 3rem;
}
.comp-wedding-gallery .content {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.comp-wedding-gallery .comp-mini-gallery {
  padding: 0;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 1200px) {
  .comp-wedding-gallery .comp-mini-gallery {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .comp-wedding-gallery .comp-mini-gallery .gallery-type-1 .item {
    padding-bottom: 25%;
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .comp-wedding-gallery .comp-mini-gallery .gallery-type-1 .item:first-child {
    padding-bottom: calc(50% + 0.125rem);
    width: 50%;
  }
}

.comp-other-facilities {
  padding: 0 1.25rem;
}
@media only screen and (min-width: 768px) {
  .comp-other-facilities {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-other-facilities {
    max-width: 81.25rem;
  }
}

.comp-other-aitken-hotels {
  padding: 0 1.25rem;
  margin-top: 3.75rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) {
  .comp-other-aitken-hotels {
    max-width: 81.25rem;
  }
}
.comp-other-aitken-hotels .selections {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .comp-other-aitken-hotels .selections {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .comp-other-aitken-hotels .selections .form-group {
    margin: 0 0.625rem;
  }
}
.comp-other-aitken-hotels .selections .form-group label {
  font-size: 0.9375rem;
  line-height: 1.75rem;
  color: #090808;
  font-weight: 400;
}
.comp-other-aitken-hotels .selections .form-group .form-control {
  height: 3.125rem;
  border: 0.0625rem solid #8d6464;
  border-radius: 0.3125rem !important;
}
.comp-other-aitken-hotels .selections .form-group .input-group {
  display: block;
}
.comp-other-aitken-hotels .other_hotel_map {
  margin-top: 1.875rem;
  height: 37.5rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .comp-other-aitken-hotels .other_hotel_map {
    margin-top: 3.75rem;
  }
}
.comp-other-aitken-hotels .other_hotel_map .map__container {
  width: 100%;
  height: 100%;
}
.comp-other-aitken-hotels .other_hotel_map .map-poi {
  display: none;
}
.comp-other-aitken-hotels .other_hotel_map .infobox {
  padding: 0.625rem 1.25rem;
}
.comp-other-aitken-hotels .other_hotel_map .infobox .name {
  font-size: 1.125rem;
  letter-spacing: 0px;
  line-height: 1.75rem;
  color: #8d6464;
}
.comp-other-aitken-hotels .other_hotel_map .infobox .country {
  font-size: 0.75rem;
  color: #7e7e7e;
}
.comp-other-aitken-hotels .selected_hotel_item {
  margin-top: 3.75rem;
}
@media only screen and (min-width: 1200px) {
  .comp-other-aitken-hotels .selected_hotel_item .wrap .item {
    display: flex;
  }
}
.comp-other-aitken-hotels .selected_hotel_item .wrap .item .imgwrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0;
}
@media only screen and (min-width: 1200px) {
  .comp-other-aitken-hotels .selected_hotel_item .wrap .item .imgwrap {
    width: 34.375rem;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-other-aitken-hotels .selected_hotel_item .wrap .item .imgwrap img {
    display: none;
  }
}
.comp-other-aitken-hotels .selected_hotel_item .wrap .item .con {
  background-color: #eafaff;
  padding: 0 1.875rem 2.5rem;
}
@media only screen and (min-width: 768px) {
  .comp-other-aitken-hotels .selected_hotel_item .wrap .item .con {
    border: 0.0625rem solid #ededed;
    padding: 1.875rem 6.25rem 3.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-other-aitken-hotels .selected_hotel_item .wrap .item .con {
    flex: 1;
    max-width: auto;
    padding: 1.875rem 3.125rem 3.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  .comp-other-aitken-hotels .selected_hotel_item .wrap .item .con {
    position: relative;
    right: 0;
    top: 0;
    transform: initial;
  }
}
.comp-other-aitken-hotels .selected_hotel_item .wrap .item .con .title {
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: #2d2d2d;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  padding: 1.25rem 0;
}
@media only screen and (min-width: 1200px) {
  .comp-other-aitken-hotels .selected_hotel_item .wrap .item .con .title {
    font-size: 2.625rem;
  }
}
.comp-other-aitken-hotels .selected_hotel_item .wrap .item .con .location {
  color: #8d6464;
  font-size: 1.5rem;
}
.comp-other-aitken-hotels .selected_hotel_item .wrap .item .con .location + .text {
  margin-top: 1.25rem;
}
.comp-other-aitken-hotels .selected_hotel_item .wrap .item .con .text + .two-btn {
  margin-top: 1.875rem;
}
.comp-other-aitken-hotels .selected_hotel_item .wrap .item .con .list {
  font-size: 1.125rem;
  letter-spacing: 0px;
  line-height: 2.25rem;
  color: #848484;
  font-weight: 400;
  list-style: none;
  list-style-type: disc;
  margin-top: 1.25rem;
  padding-left: 1.25rem;
}
.comp-other-aitken-hotels .selected_hotel_item .wrap .item .con .list li {
  padding: 0;
  margin: 0;
}
.comp-other-aitken-hotels .selected_hotel_item .wrap .item + .item {
  margin-top: 2.5rem;
}
.comp-other-aitken-hotels .selected_hotel_item .wrap .item:nth-child(2n) .con {
  background-color: #f7f3ed;
}
.comp-other-aitken-hotels .selected_hotel_item .wrap .item.disable {
  display: none;
}

.comp-new-gallery {
  padding: 0 1.25rem;
  margin-top: 3.75rem;
}
@media only screen and (min-width: 992px) {
  .comp-new-gallery {
    max-width: 81.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.comp-new-gallery .shareparent {
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0px;
  color: #454545;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
@media only screen and (min-width: 1200px) {
  .comp-new-gallery .shareparent {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}
.comp-new-gallery .shareparent .leftnav-title-gallery,
.comp-new-gallery .shareparent .leftnav-title-gallery-page {
  border: 1px solid #bbbbbb;
  padding: 0.375rem 1.25rem;
  background-image: url(images/arrow2.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25rem) center;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .comp-new-gallery .shareparent .leftnav-title-gallery,
  .comp-new-gallery .shareparent .leftnav-title-gallery-page {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-new-gallery .shareparent #left-navbar-gallery-page {
    display: block !important;
  }
}
.comp-new-gallery .shareparent #left-navbar-gallery-page .side-nav {
  list-style: none;
  padding: 0;
  border: 1px solid #bbb;
  border-top: none;
}
@media only screen and (min-width: 1200px) {
  .comp-new-gallery .shareparent #left-navbar-gallery-page .side-nav {
    display: flex;
    margin: 0;
    border: none;
  }
}
.comp-new-gallery .shareparent #left-navbar-gallery-page .side-nav li {
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .comp-new-gallery .shareparent #left-navbar-gallery-page .side-nav li {
    margin: 0 1.875rem;
    padding: 0;
    line-height: 2;
    position: relative;
  }
}
.comp-new-gallery .shareparent #left-navbar-gallery-page .side-nav li + li {
  border-top: 1px solid #bbb;
  margin-top: 0;
}
@media only screen and (min-width: 1200px) {
  .comp-new-gallery .shareparent #left-navbar-gallery-page .side-nav li + li {
    border: none;
  }
  .comp-new-gallery .shareparent #left-navbar-gallery-page .side-nav li + li:before {
    content: "";
    height: 1.5625rem;
    width: 1px;
    background-color: #bdbdbd;
    top: 0.25rem;
    left: -1.875rem;
    position: absolute;
  }
}
.comp-new-gallery .shareparent #left-navbar-gallery-page .side-nav li.active {
  background-color: #ffcab1;
}
@media only screen and (min-width: 1200px) {
  .comp-new-gallery .shareparent #left-navbar-gallery-page .side-nav li.active {
    border-bottom: 0.125rem solid #8d6464;
    background-color: transparent;
  }
}
.comp-new-gallery #tabwrapper {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .comp-new-gallery #tabwrapper .gallery-type-1 .item {
    padding-bottom: 25%;
    width: 25%;
    border: 0.1875rem solid #fff;
  }
}
@media only screen and (min-width: 768px) {
  .comp-new-gallery #tabwrapper .gallery-type-1 .item:first-child {
    padding-bottom: calc(50% + 0.375rem);
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .comp-new-gallery #tabwrapper .gallery-type-1 .item:nth-child(6) {
    width: 50%;
    padding-bottom: calc(50% + 0.375rem);
    float: right;
  }
}

.comp-default-form {
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fcf5f6;
  padding: 1.875rem 0.3125rem;
  margin-top: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .comp-default-form {
    padding: 4.375rem 6.25rem;
  }
}
.comp-location-map {
  padding: 0 1.25rem;
}
.comp-location-map .eme-map-wrap {
  position: relative;
  margin: 0 0 2.5rem 0;
  display: block;
  float: left;
  width: 100%;
}
.comp-location-map #map-search-form {
  position: relative;
  border-radius: 0.3125rem;
  border: 0.125rem solid #8d6464;
}
@media only screen and (min-width: 768px) {
  .comp-location-map #map-search-form {
    position: absolute;
    top: 3.75rem;
    right: 0.9375rem;
    left: 0.9375rem;
    background: #afafaf;
    z-index: 444;
    max-width: 43.75rem;
    margin: 0 auto;
  }
}
.comp-location-map #map-search-form label {
  font-size: 0.9375rem;
  line-height: 1;
  color: #ffffff;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  background-color: #905540;
  text-transform: inherit;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .comp-location-map #map-search-form label {
    float: left;
    width: 40%;
  }
}
.comp-location-map #map-search-form input#from-location {
  height: 3.125rem;
  display: block;
  width: 100%;
  line-height: 2.5rem;
  margin: 0;
  color: #959595;
  border: 0;
  outline: 0;
  padding: 0 0.9375rem;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .comp-location-map #map-search-form input#from-location {
    width: 60%;
    float: left;
  }
}
.comp-location-map #hotel-map-canvas {
  height: 33.125rem;
  width: 100%;
  display: block;
  margin-top: 1.25rem;
  border: 0.0625rem solid #e9e9e9;
}
@media only screen and (min-width: 768px) {
  .comp-location-map #hotel-map-canvas {
    margin-left: auto;
    margin-right: auto;
    max-width: 71.875rem;
  }
}
@media only screen and (min-width: 1600px) {
  .comp-location-map #hotel-map-canvas {
    max-width: 81.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .comp-location-map #directions-panel {
    margin-left: auto;
    margin-right: auto;
    max-width: 71.875rem;
  }
}
@media only screen and (min-width: 1600px) {
  .comp-location-map #directions-panel {
    max-width: 81.25rem;
  }
}

.comp-nearby {
  background-color: #eafaff;
  margin-top: 2.5rem;
  padding: 1.875rem 1.25rem;
}
@media only screen and (min-width: 768px) {
  .comp-nearby {
    margin-left: auto;
    margin-right: auto;
    max-width: 71.875rem;
    padding: 3.125rem 3.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  .comp-nearby {
    max-width: 81.25rem;
  }
}
.comp-nearby .title {
  font-size: 1.875rem;
  line-height: 4.375rem;
  color: #08242d;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 768px) {
  .comp-nearby .item-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.comp-nearby .item-list .item {
  font-size: 1.125rem;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .comp-nearby .item-list .item {
    width: 50%;
    padding-right: 3.125rem;
  }
}
.comp-nearby .item-list .item .km {
  min-width: 4.125rem;
  text-align: right;
}

.page-offer-inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .page-offer-inner {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-offer-inner {
    margin-top: 3.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-offer-inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .page-offer-inner {
    max-width: 87.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-offer-inner .offer_content {
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .page-offer-inner .offer_content .image {
    width: 30rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-offer-inner .offer_content .image .mob {
    display: none;
  }
}
.page-offer-inner .offer_content .image .desk {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .page-offer-inner .offer_content .image .desk {
    display: block;
  }
}
.page-offer-inner .offer_content .content {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .page-offer-inner .offer_content .content {
    background-color: #fcf5f6;
    padding: 2.5rem 3.125rem 4.375rem;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-offer-inner .offer_content .content {
    padding: 3.125rem 6.25rem 6.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-offer-inner .offer_content .content {
    flex: 1;
  }
}
.page-offer-inner .offer_content .content .block .htitle {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
}
.page-offer-inner .offer_content .content .block + .block {
  margin-top: 3.125rem;
}

.book_seperator {
  background-color: #eafaff;
  padding: 2.5rem 1.25rem;
  margin-top: 3.75rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .book_seperator {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
    padding: 2.5rem 3.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .book_seperator {
    display: flex;
    align-items: center;
    max-width: 81.25rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 2.5rem 10rem;
    margin-top: 5rem;
  }
}
.book_seperator .text {
  font-size: 1.875rem;
  letter-spacing: 0px;
  color: #000000;
}
.book_seperator a {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 1200px) {
  .book_seperator a {
    margin-top: 0;
    margin-left: 4.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .book_seperator .two-btn {
    display: flex;
  }
}

.reviews-page-slider {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 950px) {
  .reviews-page-slider-item {
    flex: 1 1 calc(25% - 30px);
    max-width: calc(25% - 30px);
  }
}
.reviews-page-slider-item a, .reviews-page-slider-item img {
  width: 150px !important;
  height: 150px;
  object-fit: cover;
  display: block;
  margin: auto;
}
.reviews-page-content {
  padding-top: 30px;
  text-align: center;
}
.reviews-page-content h6 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #2e2e2e;
  font-weight: 700;
  text-align: center;
}
.reviews-page-content p {
  text-align: center;
}
.reviews-page .inquiry-form form {
  padding-top: 50px;
}
.reviews-page .inquiry-form form .response-field-number input[type=text] {
  width: 100%;
}

/* --------------  write yout site related styles here ------------ */
/* 7. media queries */
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */

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