/*!
Theme Name: Microsite
Theme URI: https://i4asiacorp.com/
Author: I4 Asia Inc.
Author URI: https://i4asiacorp.com/
Description: Description: I4 Asia Inc. is awarded as the best web design and development solutions company in the Philippines with over 10,000 countrywide and international projects.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: microsite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Microsite is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  -webkit-transition-duration: 1500ms;
       -o-transition-duration: 1500ms;
          transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  -webkit-transition-delay: 1500ms;
       -o-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
       -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
       -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
       -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
       -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
       -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}

/**
 * Slide animations
 */
/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

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

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

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] {
  -webkit-box-sizing: border-box;
          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-cancel-button,
[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;
}

.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: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-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,
.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-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: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.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 .table {
  background-color: #fff;
}

.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-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

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

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

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

.table-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-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-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-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-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-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-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.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 {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

.form-control-sm, .input-group-sm > .form-control,
.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;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.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;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-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 {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-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 {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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 ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

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

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

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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: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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

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

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

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

.alert-success {
  color: #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;
}

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

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

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

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

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

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

.list-group-item-success {
  color: #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: #fff;
  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: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

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

.list-group-item-danger {
  color: #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: #fff;
  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: #fff;
  background-color: #818182;
  border-color: #818182;
}

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

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #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: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #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: #fff !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-circle {
  border-radius: 50% !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

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

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

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

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

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

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    -webkit-box-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 #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #666666;
  font-family: "Lato", sans-serif;
}

ul {
  padding-left: 2rem;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Merriweather", serif;
}

img {
  max-width: 100%;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

select {
  -moz-appearance: none;
}

/**
 * Basic typography style for copy text
 */
.header {
  width: 100%;
  height: 5.625vw;
  background-color: rgba(40, 40, 40, 0.5);
  padding-left: 2.34375vw;
  padding-right: 2.8645833333vw;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header.sticky {
  position: fixed;
}
.header.sticky--color {
  position: -webkit-sticky;
  position: sticky;
  background-color: #5b5b5b;
}
.header.active {
  background-color: #5b5b5b;
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu ul li {
  margin: 0 2rem;
}
.header__menu ul li.current_page_item a {
  color: #fff;
}
.header__menu ul li:last-child {
  margin-right: 0;
}
.header__menu ul li a {
  color: #cccccc;
}
.header__menu ul li a:hover {
  color: white;
}
.header__menu-close {
  display: none;
}
.header__menu-search {
  border-top: 2px solid #a6a6a6;
}
.header__mobile {
  display: none;
  position: relative;
  z-index: 9;
}
.header__mobile p {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: -5px;
  font-weight: bold;
}
.header__mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 8;
  opacity: 0;
  pointer-events: none;
}
.header__mask.active {
  opacity: 1;
  pointer-events: initial;
}
.header__search {
  background-color: #fff;
  height: 40px;
  border-radius: 5px;
  width: 230px;
  margin-left: 3rem;
}
.header__search .widget_search {
  margin: 0;
}
.header__search-mobile {
  display: none !important;
}
.header__search form:focus {
  outline: none;
}
.header__search input {
  border: none;
  padding-left: 1rem;
  border-radius: 5px;
  width: 75%;
}
.header__search input:focus {
  outline: none;
}
.header__search button {
  width: 50px;
  height: 40px;
  color: #5b5b5b;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-left: 1px solid #5b5b5b;
}
.header__search button svg {
  width: 20px;
}
.header__search button:focus {
  outline: none;
}
.header__search--mob {
  display: none;
}

.menu-main-menu-container {
  width: 100%;
}

.footer__top {
  padding: 2.5rem 3.6458333333vw;
}
.footer__left ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer__left li {
  position: relative;
}
.footer__left li:not(:last-child) {
  margin-right: 2.34375vw;
}
.footer__left a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__media ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer__media li {
  height: 65px;
  width: 65px;
  background-color: #f2f3f1;
  border-radius: 50%;
  position: relative;
  -webkit-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
.footer__media li:not(:last-child) {
  margin-right: 1.5rem;
}
.footer__media li:hover svg {
  fill: white;
}
.footer__media a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.footer__media svg {
  width: 30px;
  height: 30px;
  fill: #a19d93;
}
.footer__copy {
  background-color: #282828;
  padding: 2rem 3.6458333333vw;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.footer__copy ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.footer__copy li::after {
  margin: 0 2rem;
  content: "|";
}
.footer__copy li:last-child::after {
  display: none;
}
.footer__copy a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.alert__error {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 8;
}
.alert__error::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 10px;
  border-bottom: 10px solid #f8d7da;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.alert__error--full {
  position: relative;
  top: 10px;
  width: 100%;
}

.backtotop {
  background-color: #a19d93;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: fixed;
  padding: 8px;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
  cursor: pointer;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.backtotop.active {
  opacity: 1;
  pointer-events: initial;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.backtotop:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
}
.backtotop svg {
  width: 100%;
  height: 100%;
  fill: white;
}

.flex {
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-rwrap {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.flex-row {
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-col {
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.justify-content-center {
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-items-center {
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-items-end {
  -moz-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.color-white {
  color: #fff;
}
.color-white:hover {
  color: #fff;
}
.color-black {
  color: #000;
}
.color-pink {
  color: #fe9a9a;
}
.color-dark-pink {
  color: #cc3333;
}
.color-lb {
  color: #e1be86;
}
.color-dark {
  color: #333;
}
.color-gray {
  color: #999;
}
.color-gray:hover {
  color: #999;
}

.bg-pink {
  background-color: #4f743b;
}
.bg-black {
  background-color: #000;
}
.bg-default {
  background-color: #fff;
}
.bg-cream {
  background-color: #f6f3eb;
}
.bg-gray {
  background-color: #a19d93;
}

.font-secondary {
  font-family: "Merriweather", serif;
}
.font-default {
  font-family: "Lato", sans-serif;
}
.font-tertiary {
  font-family: "Montserrat", sans-serif;
}

.fw-bold {
  font-weight: bold;
}
.fw-black {
  font-weight: 900;
}
.fw-default {
  font-weight: 400;
}

.f-italic {
  font-style: italic;
}

.fs-12 {
  font-size: 1.2rem;
}
.fs-16 {
  font-size: 1.6rem;
}
.fs-18 {
  font-size: 1.8rem;
}
.fs-20 {
  font-size: 2rem;
}
.fs-24 {
  font-size: 2.4rem;
}
.fs-30 {
  font-size: 1.5625vw;
}
.fs-36 {
  font-size: 1.875vw;
}
.fs-42 {
  font-size: 2.1875vw;
}
.fs-48 {
  font-size: 2.5vw;
}
.fs-53 {
  font-size: 2.7604166667vw;
}
.fs-58 {
  font-size: 3.0208333333vw;
}
.fs-60 {
  font-size: 3.125vw;
}
.fs-72 {
  font-size: 3.75vw;
}
.fs-75 {
  font-size: 3.90625vw;
}
.fs-80 {
  font-size: 4.167vw;
}
.fs-87 {
  font-size: 4.53125vw;
}

.pt-80 {
  padding-top: 4.1666666667vw;
}

.mb-10 {
  margin-bottom: 1rem;
}
.mb-20 {
  margin-bottom: 2rem;
}
.mb-25 {
  margin-bottom: 2.5rem;
}
.mb-30 {
  margin-bottom: 3rem;
}
.mb-40 {
  margin-bottom: 2.0833333333vw;
}
.mb-45 {
  margin-bottom: 2.34375vw;
}
.mb-50 {
  margin-bottom: 2.6041666667vw;
}
.mb-60 {
  margin-bottom: 3.125vw;
}
.mb-70 {
  margin-bottom: 3.6458333333vw;
}
.mb-80 {
  margin-bottom: 4.1666666667vw;
}
.mb-90 {
  margin-bottom: 4.6875vw;
}
.mb-100 {
  margin-bottom: 5.2083333333vw;
}
.mb-110 {
  margin-bottom: 5.7291666667vw;
}
.mb-130 {
  margin-bottom: 6.7708333333vw;
}
.mb-140 {
  margin-bottom: 7.2916666667vw;
}

.mt-10 {
  margin-top: 1rem;
}
.mt-20 {
  margin-top: 2rem;
}
.mt-30 {
  margin-top: 3rem;
}
.mt-40 {
  margin-top: 2.0833333333vw;
}
.mt-50 {
  margin-top: 2.6041666667vw;
}
.mt-60 {
  margin-top: 3.125vw;
}
.mt-70 {
  margin-top: 3.6458333333vw;
}
.mt-80 {
  margin-top: 4.1666666667vw;
}
.mt-90 {
  margin-top: 4.6875vw;
}
.mt-100 {
  margin-top: 5.2083333333vw;
}

.mr-10 {
  margin-right: 1rem;
}
.mr-20 {
  margin-right: 2rem;
}
.mr-30 {
  margin-right: 3rem;
}
.mr-40 {
  margin-right: 4rem;
}
.mr-50 {
  margin-right: 5rem;
}
.mr-60 {
  margin-right: 6rem;
}
.mr-70 {
  margin-right: 7rem;
}
.mr-80 {
  margin-right: 8rem;
}
.mr-90 {
  margin-right: 9rem;
}
.mr-100 {
  margin-right: 10rem;
}

.ml-10 {
  margin-left: 1rem;
}
.ml-20 {
  margin-left: 2rem;
}
.ml-30 {
  margin-left: 3rem;
}
.ml-40 {
  margin-left: 4rem;
}
.ml-50 {
  margin-left: 5rem;
}
.ml-60 {
  margin-left: 6rem;
}
.ml-70 {
  margin-left: 7rem;
}
.ml-80 {
  margin-left: 8rem;
}
.ml-90 {
  margin-left: 9rem;
}
.ml-100 {
  margin-left: 10rem;
}

.t-align-center {
  text-align: center;
}
.t-align-right {
  text-align: right;
}
.t-align-left {
  text-align: left;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.no-pad {
  padding: 0;
}

.transition {
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.32, 0.54, 1.28);
  -o-transition: all 0.5s cubic-bezier(0.55, 0.32, 0.54, 1.28);
  transition: all 0.5s cubic-bezier(0.55, 0.32, 0.54, 1.28);
}

.hide-d {
  display: none;
}

.w100 {
  width: 100%;
}

.form__input {
  border: none;
  min-height: 3rem;
  width: 100%;
}
.form__input:focus {
  outline: none;
}
.form__input--time {
  width: 70%;
}
.form__select {
  border: none;
  min-height: 3rem;
  width: 150px;
  font-size: 1.8rem;
  color: #000;
  background-color: #fff;
  background-image: -webkit-linear-gradient(45deg, transparent 42%, #000 50%), -webkit-linear-gradient(315deg, #000 42%, transparent 50%);
  background-image: -o-linear-gradient(45deg, transparent 42%, #000 50%), -o-linear-gradient(315deg, #000 42%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 42%, #000 50%), linear-gradient(135deg, #000 42%, transparent 50%);
  background-position: calc(100% - 25px) calc(50% + 0px), calc(100% - 15px) calc(50% + 0px);
  background-size: 10px 10px, 10px 10px;
  background-repeat: no-repeat;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.form__select:focus {
  outline: none;
}
.form__select--lg {
  width: 70%;
}
.form__textarea {
  border: none;
  height: 4.5rem;
  resize: none;
  padding-top: 1rem;
  width: 100%;
}
.form__textarea:focus {
  outline: none;
}
.form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__label {
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  color: #999;
  position: relative;
  margin-right: 2.0833333333vw;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}
.form__label::after {
  content: ":";
  position: absolute;
  right: -15px;
  top: 0;
}
.form__label--discount {
  width: 20%;
}
.form__label--white {
  color: #fff;
}
.form__label--white:hover {
  color: #fff;
}
.form__label--default::after {
  display: none;
}
.form__label--lg {
  max-width: 30%;
  width: 100%;
}
.form-group {
  margin-bottom: 0;
}

.wpcf7 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 2.5rem;
}
.wpcf7 p label {
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  color: #999;
  width: 140px;
  position: relative;
  margin-right: 2.0833333333vw;
  padding-bottom: 0.7rem;
  margin-bottom: 0;
}
.wpcf7 p label::after {
  content: ":";
  position: absolute;
  right: 0;
}

span.wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.6041666667vw;
}
span.wpcf7-list-item-label {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
span.wpcf7-list-item input {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 2rem;
}

input[type=radio] {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 3px solid #cbcbcb;
  border-radius: 50%;
}
input[type=radio]:checked {
  position: relative;
}
input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #666666;
  border-radius: 50%;
}

input[type=checkbox] {
  border: 1px solid #b4b9be;
  line-height: 0;
  height: 25px;
  margin: 0 10px 0 0;
  outline: 0;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  min-width: 25px;
  cursor: pointer;
  background-color: #fbfbfb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=checkbox]:checked:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(assets/images/check.svg) no-repeat;
  background-position: center;
}
input[type=checkbox]:focus {
  outline: none;
}

.booking__tickets-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 3rem;
}
.booking__tickets-form-group--cost {
  border-bottom: 0;
}
.booking__tickets-form-group--discount {
  max-width: 100%;
  width: 100%;
}
.booking__tickets-form-group .form__input {
  border: none;
  min-height: 3rem;
  padding-bottom: 0.7rem;
  padding-left: 1.5rem;
  width: 100%;
}
.booking__tickets-form-group .form__select {
  border: none;
  min-height: 3rem;
  width: 150px;
  font-size: 1.8rem;
  color: #000;
  background-color: #fff;
  background-image: -webkit-linear-gradient(45deg, transparent 42%, #000 50%), -webkit-linear-gradient(315deg, #000 42%, transparent 50%);
  background-image: -o-linear-gradient(45deg, transparent 42%, #000 50%), -o-linear-gradient(315deg, #000 42%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 42%, #000 50%), linear-gradient(135deg, #000 42%, transparent 50%);
  background-position: calc(100% - 25px) calc(50% + 0px), calc(100% - 15px) calc(50% + 0px);
  background-size: 10px 10px, 10px 10px;
  background-repeat: no-repeat;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-bottom: 0.7rem;
  padding-left: 1.5rem;
}
.booking__tickets-form-group .form__select--discount {
  width: 80%;
}
.booking__tickets-form-group .form__label {
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  color: #999;
  position: relative;
  margin-right: 2.0833333333vw;
  padding-bottom: 0.7rem;
  margin-bottom: 0;
}

.booking__venue-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 2.5rem;
}
.booking__venue-form-group .form__group-time {
  max-width: 70%;
  width: 100%;
}
.booking__venue-form-group .form__label {
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  color: #999;
  position: relative;
  margin-right: 2.0833333333vw;
  padding-bottom: 0.7rem;
  margin-bottom: 0;
}
.booking__venue-form-group .form__label--lg {
  max-width: 30%;
  width: 100%;
  margin-right: 3rem;
}
.booking__venue-form-group .form-group {
  width: 100%;
  max-width: 50%;
}
.booking__venue-form-group .form__input {
  width: 100%;
}
.booking__venue-form-group .form__input--time {
  width: 100%;
  max-width: 70%;
  background-color: #fff;
  background-image: -webkit-linear-gradient(45deg, transparent 42%, #000 50%), -webkit-linear-gradient(315deg, #000 42%, transparent 50%);
  background-image: -o-linear-gradient(45deg, transparent 42%, #000 50%), -o-linear-gradient(315deg, #000 42%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 42%, #000 50%), linear-gradient(135deg, #000 42%, transparent 50%);
  background-position: calc(100% - 25px) calc(50% + 0px), calc(100% - 15px) calc(50% + 0px);
  background-size: 10px 10px, 10px 10px;
  background-repeat: no-repeat;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.booking__venue-form-group .form__select {
  border: none;
  min-height: 3rem;
  width: 150px;
  font-size: 1.8rem;
  color: #000;
  background-color: #fff;
  background-image: -webkit-linear-gradient(45deg, transparent 42%, #000 50%), -webkit-linear-gradient(315deg, #000 42%, transparent 50%);
  background-image: -o-linear-gradient(45deg, transparent 42%, #000 50%), -o-linear-gradient(315deg, #000 42%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 42%, #000 50%), linear-gradient(135deg, #000 42%, transparent 50%);
  background-position: calc(100% - 25px) calc(50% + 0px), calc(100% - 15px) calc(50% + 0px);
  background-size: 10px 10px, 10px 10px;
  background-repeat: no-repeat;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-bottom: 0.7rem;
  padding-left: 1.5rem;
}
.booking__venue-form-group .form__select--lg {
  width: 70%;
  padding-left: 0;
}

.hamburger svg {
  width: 30px;
  height: 30px;
  fill: white;
}

.banner {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3.125vw;
  background-position: 100% 60%;
  background-size: cover;
  /* background-image: url(assets/images/banner-bg.jpg); */
  /* background-position: top center; */
}
.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.87);
}
.banner__container {
  max-width: 74.7395833333vw;
  width: 100%;
  margin: 0 auto;
}
.banner__content {
  position: relative;
  z-index: 3;
}
.banner h2 {
  letter-spacing: 1rem;
}
.banner p {
  margin-bottom: 0;
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 1.5rem 2.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.6);
}
.btn--learn {
  background-color: #4f743b;
}
.btn--loader {
  width: 141.094px;
  height: 46px;
  background-color: #4f743b;
  cursor: pointer;
}
.btn--media {
  background-color: #aa5b3e;
  border-radius: 50px;
  padding: 1.5rem 3.5rem;
  font-size: 3rem;
  text-transform: capitalize;
}
.btn--media svg {
  width: 56px;
  height: 48px;
  margin-right: 2rem;
}
.btn--submit {
  background-color: #4f743b;
  border: none;
  cursor: pointer;
}
.btn--eventread {
  background-color: #737373;
  text-transform: capitalize;
}
.btn--book {
  background-color: #4f743b;
  border: none;
  cursor: pointer;
}
.btn--bookthis {
  background-color: #4f743b;
  color: #fff;
  font-weight: 900;
  font-size: 1.8rem;
  border: none;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 2.5rem;
}
.btn--bookthis img {
  margin-right: 2rem;
}
.btn--details {
  background-color: transparent;
  border: 1px solid #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 1.6rem;
}
.btn--next {
  background-color: #ededed;
  color: #000;
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  position: relative;
}
.btn--next::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid #ededed;
}
.btn--next a {
  color: #000;
}
.btn--tickets {
  background-color: #990000;
  color: #fff;
  font-weight: 900;
  font-size: 1.8rem;
  border: none;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 2.5rem;
}
.btn--tickets img {
  margin-right: 2rem;
}
.btn--tickets-md {
  font-size: 1.4rem;
  padding: 1.5rem 2.5rem;
}
.btn--venue {
  background-color: #990000;
  color: #fff;
  font-weight: 900;
  font-size: 1.8rem;
  border: none;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 2.5rem;
}
.btn--venue img {
  margin-right: 2rem;
}
.btn--reset {
  background-color: #993300;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  border-radius: 0;
}
.btn--checkout {
  background-color: #545454;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  border: none;
  border-radius: 5px;
  margin-left: 8px;
  font-size: 1.6rem;
}
.btn--checkout-dark {
  background-color: #990000;
}
.btn--msubmit {
  background-color: #eaeaea;
  color: #000;
  margin-left: 1rem;
}
.btn--msubmit:hover {
  color: #000;
}

.booking__tickets-input-group .input-group-prepend {
  width: 30%;
}
.booking__tickets-input-group .input-group-text {
  background-color: #f49197;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  padding: 0.5rem 2rem;
  width: 100%;
  margin-right: 0.5rem;
}
.booking__tickets-input-group .form__select--append, .booking__tickets-input-group .form__input--append {
  margin-bottom: 0;
  background-color: #f49197;
  padding: 2rem;
  color: #fff;
  background-image: -webkit-linear-gradient(45deg, transparent 42%, #fff 50%), -webkit-linear-gradient(315deg, #fff 42%, transparent 50%);
  background-image: -o-linear-gradient(45deg, transparent 42%, #fff 50%), -o-linear-gradient(315deg, #fff 42%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 42%, #fff 50%), linear-gradient(135deg, #fff 42%, transparent 50%);
  width: 70%;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  font-size: 1.6rem;
}
.booking__tickets-input-group .form__input--time {
  width: 100%;
  max-width: 70%;
  background-color: #fff;
  background-image: -webkit-linear-gradient(45deg, transparent 42%, #999 50%), -webkit-linear-gradient(315deg, #999 42%, transparent 50%);
  background-image: -o-linear-gradient(45deg, transparent 42%, #999 50%), -o-linear-gradient(315deg, #999 42%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 42%, #999 50%), linear-gradient(135deg, #999 42%, transparent 50%);
  background-position: calc(100% - 25px) calc(50% + 0px), calc(100% - 15px) calc(50% + 0px);
  background-size: 10px 10px, 10px 10px;
  background-repeat: no-repeat;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.booking__tickets-input-group .form__input--append {
  background-image: none;
}
.booking__tickets-input-group .vdp-datepicker {
  width: 70%;
}
.booking__tickets-input-group .vdp-datepicker .form__select {
  width: 100%;
}

.booking__checkout-details .input-group-prepend {
  width: 30%;
}
.booking__checkout-details .input-group-text {
  background-color: #f49197;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  padding: 0.5rem 2rem;
  width: 100%;
  margin-right: 0.5rem;
}
.booking__checkout-details .form__input--append {
  margin-bottom: 0;
  background-color: #f49197;
  padding: 2rem;
  color: #fff;
  width: 70%;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  font-size: 1.6rem;
}

.home__rotator {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 550px;
}
.home__rotator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.home__rotator::after {
  content: "";
  position: absolute;
  background-image: url(assets/images/header-bottom.png);
  background-size: contain;
  background-position: bottom center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.home__rotator-item {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height: 48.8541666667vw;
}
.home__rotator-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__rotator-text h1 {
  max-width: 32.8125vw;
  margin: 0 auto;
}
.home__rotator-container {
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 28.6458333333vw;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.home__rotator-container h2 {
  word-spacing: 1rem;
  letter-spacing: 1rem;
  margin-bottom: 15.625vw;
  text-align: center;
}
.home__rotator-container h2::before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 12.5vw;
  height: 2px;
  left: -3rem;
  bottom: 5px;
}
.home__rotator-container h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 12.5vw;
  height: 2px;
  right: -3rem;
  bottom: 5px;
}
.home__rotator-ticket {
  max-width: 74.7395833333vw;
  width: 100%;
  margin: 0 auto;
}
.home__rotator-ticket p {
  margin-bottom: 0;
}
.home__rotator .slick-list, .home__rotator .slick-track {
  height: 100vh;
  min-height: 550px;
}
.home__ticket-mob {
  display: none;
  width: 100%;
}
.home__ticket-mob-col-1, .home__ticket-mob-col-2, .home__ticket-mob-col-3 {
  width: 100%;
}
.home__ticket-mob-col-1, .home__ticket-mob-col-2 {
  max-width: 40%;
  border-right: 1px solid #816f52;
  padding: 1rem 0 1rem 2rem;
}
.home__ticket-mob-col-2 {
  max-width: 60%;
}
.home__ticket-mob-col-3 {
  max-width: 15%;
  -ms-flex-item-align: center;
      align-self: center;
}
.home__ticket-mob-col-3 p {
  line-height: 2.4rem;
}
.home__ticket-mob-col-3 a {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home__ticket-inner {
  border: 1px solid #816f52;
}
.home__ticket-left, .home__ticket-center {
  padding: 1.5rem 2rem;
}
.home__ticket-center {
  padding-right: 0;
  width: 70%;
}
.home__ticket-left {
  border-right: 1px solid #816f52;
  width: 30%;
}
.home__ticket-left span {
  display: block;
  margin-bottom: -0.5rem;
}
.home__ticket-right {
  border-left: 1px solid #816f52;
  width: 10%;
  position: relative;
}
.home__ticket-right a {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 1;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.home-icon {
  margin-right: 2.5rem;
}
.home-text p {
  line-height: 2.5rem;
  margin-bottom: 0;
}
.home__entrance-rate {
  list-style: none;
  margin-bottom: 0;
}
.home__entrance-rate li {
  padding: 1rem 3rem;
  border-right: 1px solid #816f52;
  border-left: 1px solid #816f52;
}
.home__entrance-rate li:first-child, .home__entrance-rate li:last-child {
  border-right: none;
}
.home__entrance-rate li p {
  margin-right: 2rem;
}
.home__entrance-rate-mob {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.home__entrance-rate-mob li {
  border-right: 1px solid #816f52;
  padding: 0.5rem 2rem 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home__entrance-rate-mob li:first-child {
  padding-left: 0;
}
.home__entrance-rate-mob li:last-child {
  border: none;
  padding-right: 0;
}
.home__entrance-rate-mob li p {
  font-size: 1.8rem;
  margin-right: 1rem;
}
.home__entrance-rate-mob li span {
  font-size: 12px;
  display: block;
  line-height: 16px;
}
.home__welcome .wrapper {
  max-width: 87.5vw;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 4.6875vw;
}
.home__welcome-left, .home__welcome-right {
  max-width: 50%;
  width: 100%;
  padding: 4.9479166667vw 4.1666666667vw;
}
.home__welcome-left p {
  line-height: 3rem;
}
.home__welcome-right img {
  max-width: 100%;
  width: 100%;
}
.home__amenities {
  padding: 15.625vw 0 10.9375vw;
}
.home__amenities .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home__amenities .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100% !important;
}
.home__amenities .wrapper {
  max-width: 87.5vw;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.home__amenities-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home__amenities-inner::before {
  content: "";
  position: absolute;
  top: -31px;
  left: 0;
  width: 100%;
  height: 3.1rem;
  background-image: url("assets/images/wrapper-shadow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.home__amenities-header img {
  position: relative;
  top: -80px;
}
.home__amenities-header h2 {
  letter-spacing: 1.5rem;
}
.home__amenities-list {
  margin-left: -15px;
  margin-right: 15px;
}
.home__amenities-list-col {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  max-width: 100%;
}
.home__amenities-list-inner {
  background-color: #242424;
  position: relative;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.home__amenities-list-inner:hover .home__amenities-icon {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.home__amenities-list-inner:hover .home__amenities-list-image img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.home__amenities-list-image {
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.home__amenities-list-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home__amenities-list-desc {
  min-height: 13.3854166667vw;
  padding: 3rem 2.0833333333vw;
  padding-bottom: 6rem;
}
.home__amenities-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #e1be86;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home__amenities-icon svg {
  height: 17px;
  width: 17px;
}
.home__media .wrapper {
  max-width: 87.5vw;
  padding-top: 6.7708333333vw;
  padding-bottom: 8.0729166667vw;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.home__media-inner {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.home__media-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home__media-list {
  margin-left: -15px;
  margin-right: -15px;
}
.home__media-col {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 33.33%;
  width: 100%;
}
.home__media-thumb {
  margin-right: 3rem;
  width: 30%;
}
.home__media-thumb img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  height: 7.8125vw;
  width: 7.8125vw;
}
.home__media-desc {
  width: 70%;
  overflow-wrap: break-word;
}
.home__media-desc p {
  line-height: 2rem;
}
.home__media-button {
  position: relative;
  top: -45px;
}
.home__media-read {
  display: none;
}

.contact__main {
  background-color: #4f743b;
  padding-top: 4.1666666667vw;
}
.contact__main-left {
  max-width: 430px;
  margin: 0 auto;
  padding-bottom: 4.1666666667vw;
}
.contact__main-left img {
  max-width: 100%;
  width: 100%;
}
.contact__main-left p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: "Merriweather", serif;
}
.contact__form-container {
  background-color: #fff;
  padding: 3.125vw;
  position: relative;
}
.contact__form-container .screen-reader-response p {
  border: 0;
  background-color: #00800085;
  display: inline-block;
  color: #fff;
  padding: 5px 25px;
  font-style: italic;
  border-radius: 5px;
}
.contact__form-container svg {
  position: absolute;
  top: -1.8229166667vw;
  right: 5.2083333333vw;
  width: 7.5520833333vw;
  height: 7.5520833333vw;
  min-width: 10rem;
  min-height: 10rem;
}
.contact__form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contact__map-container {
  height: 500px;
}

.amenities__main {
  background-color: #4f743b;
  padding: 5.7291666667vw;
}
.amenities__main-container {
  max-width: 91.6666666667vw;
  width: 100%;
  margin: 0 auto;
}
.amenities__number {
  height: 45px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  left: 20px;
  top: -20px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 50px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 50px -5px rgba(0, 0, 0, 0.4);
}
.amenities__number span {
  font-weight: 900;
  color: #990000;
}
.amenities__map {
  background-size: cover;
  background-position: center;
  padding: 0;
}
.amenities__list {
  background-color: #f6f3eb;
  padding-top: 7.03125vw;
  padding-bottom: 4.6875vw;
}
.amenities__listing {
  margin-right: -15px;
  margin-left: -15px;
}
.amenities__listing-items {
  max-width: 25%;
  width: 100%;
  padding: 0 15px;
}
.amenities__listing-inner {
  background-color: #242424;
  height: 100%;
}
.amenities__listing-thumb {
  width: 100%;
  height: 200px;
}
.amenities__listing-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.amenities__listing-content {
  height: calc(100% - 200px);
  padding: 2.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 400px;
}
.amenities__listing-content p {
  word-break: break-word;
}
.amenities__listing-button {
  position: absolute;
  bottom: 45px;
}
.amenities__listing-button a:first-child {
  margin-right: 15px;
}
.amenities__displayprice {
  position: absolute;
  bottom: 150px;
}

.post-amenties__header {
  padding: 3.125vw 2.6041666667vw 2.6041666667vw;
  padding-top: 3.125vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-amenties__header-left {
  max-width: 80%;
  margin-bottom: 20px;
}
.post-amenties__header-left svg {
  fill: #d6d6d6;
  margin-right: 2.34375vw;
}
.post-amenties__main {
  background-color: #f6f3ec;
  padding: 4.6875vw 0;
}
.post-amenties__main-pic img {
  max-width: 100%;
  width: 100%;
}
.post-amenties__main-right {
  word-break: break-word;
}
.post-amenties__main-right img {
  width: 100%;
  height: auto;
}
.post-amenties__main-img {
  height: 23.1770833333vw;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.post-amenties__main-thumb {
  margin-right: -15px;
  margin-left: -15px;
}
.post-amenties__main-thumb .arrow__right {
  right: 15px;
}
.post-amenties__main-thumb .arrow__left {
  left: 15px;
}
.post-amenties__main-thumb-list {
  max-width: 33.33%;
  width: 100%;
  padding: 0 1.25rem;
}
.post-amenties__main-thumb-list img {
  max-width: 100%;
  cursor: pointer;
}
.post-amenties__main-left, .post-amenties__main-right {
  max-width: 50%;
  width: 100%;
  padding: 0 2.6041666667vw;
  color: #000;
  font-size: 1.8rem;
}
.post-amenties__booking {
  background-color: rgba(37, 36, 35, 0.8);
  width: 100%;
  padding: 2rem;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
}

/* Map */
.body-bg {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.fort-santiago-map {
  position: relative;
  overflow: hidden;
}
.fort-santiago-map img {
  width: 100%;
  position: relative;
}
.fort-santiago-map svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.enabled {
  cursor: pointer;
  opacity: 0;
}

.details {
  position: absolute;
  width: 230px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.details__img {
  height: 130px;
}
.details img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 5px solid #EF5E67;
}
.details__content {
  padding: 20px;
}
.details h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.details p {
  font-size: 14px;
}

.details.active {
  opacity: 1;
  pointer-events: initial;
}

.default__container {
  max-width: 100%;
  width: 100%;
  padding: 4rem 3rem;
}
.default__main {
  padding-top: 2.6041666667vw;
  padding-bottom: 5.2083333333vw;
}

.booking__main {
  background-color: #4f743b;
  padding: 2.6041666667vw 0;
}
.booking__main--nopadbottom {
  padding-bottom: 0;
}
.booking__main-left {
  max-width: 35%;
  width: 100%;
}
.booking__main-left-text h2:first-child {
  margin-bottom: -2rem;
}
.booking__main-right {
  max-width: 65%;
  width: 100%;
}
.booking__form-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.booking__form-row {
  width: 100%;
  background-color: #fff;
  padding: 3.5rem 3.125vw;
  padding-bottom: 2.5rem;
}
.booking__form-row-number {
  height: 60px;
  width: 60px;
  background-color: #5b5b5b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  left: -30px;
}
.booking__form-row-number span {
  color: #fff;
}
.booking__form-total p:first-child {
  margin-bottom: -10px;
}
.booking__venue-header svg {
  fill: #fff;
  margin-right: 2.34375vw;
}
.booking__venue-container {
  width: 100%;
}
.booking__venue-left {
  max-width: 40%;
  padding-top: 2.6041666667vw;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.booking__venue-left img {
  max-width: 100%;
}
.booking__venue-right {
  max-width: 60%;
  width: 100%;
  padding: 0 2.34375vw;
  margin: 0 auto;
}
.booking__venue-form {
  width: 100%;
  padding: 3.6458333333vw;
  background-color: #fff;
}
.booking__details {
  background-color: #4f743b;
}
.booking__details-main-right, .booking__details-main-left {
  max-width: 50%;
  width: 100%;
}
.booking__details-main-right .container, .booking__details-main-left .container {
  max-width: 42.96875vw;
  width: 100%;
  margin: 0 auto;
}
.booking__details-main-left .container {
  padding: 0 0 2.34375vw;
}
.booking__details-main-right {
  background-color: #fafafa;
}
.booking__details-main-right .container {
  padding: 0 0 4.1666666667vw;
}
.booking__details-main-right--white {
  background-color: #fff;
}
.booking__details-main-right .booking__details-header .booking__summary-button {
  display: none;
  margin-right: 3rem;
}
.booking__details-main-right .booking__details-header .booking__summary-button i {
  font-size: 3rem;
}
.booking__details-header {
  border-bottom: 1px solid #f6c4c8;
  max-height: 85px;
  height: 100%;
  padding: 2rem 0;
}
.booking__details-header .wrapper {
  max-width: 42.96875vw;
  width: 100%;
  height: 100%;
}
.booking__details-header-mobile {
  background-color: #fff;
  display: none;
}
.booking__details-header-mobile i {
  font-size: 3rem;
}
.booking__details-summary .form-group {
  margin: 0 -5px;
}
.booking__details-summary .form__input {
  padding-left: 0 !important;
}
.booking__details-summary .form__label {
  padding-bottom: 0.5rem;
  margin-right: 0;
}
.booking__details-summary .form__label::after {
  display: none;
}
.booking__details-summary .form__group {
  background-color: #fff;
  max-width: 25%;
  width: 100%;
  margin: 0 2.5px;
  border-bottom: 0;
  padding: 1rem 2.5rem;
}
.booking__details-summary .form__input {
  margin-bottom: 0;
  font-weight: bold;
}
.booking__details-summary-row .booking__form-row {
  padding: 2rem 2.5rem;
  margin-bottom: 2rem;
}
.booking__details-summary-row .form__group {
  margin-bottom: 1.5rem;
}
.booking__details-summary-row .form__group--default {
  margin-bottom: 0;
}
.booking__details-summary-row .form-group {
  margin-bottom: 1.5rem;
}
.booking__details-summary-row .form-group:last-child {
  margin-bottom: 0;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.booking__details-ticket .form__group {
  border-bottom: 0;
}
.booking__venue-summary .form__group {
  margin-bottom: 1.5rem;
}
.booking__venue-summary .form__label {
  padding-bottom: 0rem;
}
.booking__venue-summary .form__input, .booking__venue-summary .form__select {
  margin-bottom: 0rem;
  color: #000;
}
.booking__success {
  height: calc(100vh - 16.041666666666668vw);
}
.booking__success .wrapper {
  height: 100%;
}

.notfound {
  height: calc(100vh - 16.041666666666668vw);
}
.notfound h2 {
  text-align: center;
}

.comingsoon .home__welcome {
  background-color: none;
}
.comingsoon .home__welcome .wrapper {
  max-width: 100%;
  width: 100%;
  top: 0;
}

.search nav.posts-navigation {
  display: none;
}
.search__main {
  padding-top: 4.9479166667vw;
  padding-bottom: 2.8645833333vw;
}
.search__main-container {
  max-width: 77.0833333333vw;
  width: 100%;
  margin: 0 auto;
}
.search__item {
  width: 100%;
  height: 250px;
}
.search__item-inner {
  height: 100%;
  border: 1px solid #a19d93;
}
.search__thumb {
  width: 25%;
}
.search__thumb-inner {
  width: 100%;
  background-size: cover;
  height: 100%;
  background-position: center;
}
.search__content {
  width: 75%;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media-center__main {
  background-color: #aa5b3e;
  padding-top: 2.6041666667vw;
  padding-bottom: 5.2083333333vw;
}
.media-center__nav {
  list-style: none;
  padding: 0;
}
.media-center__nav li {
  margin-right: 2.6041666667vw;
  position: relative;
}
.media-center__nav li.active::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #fff;
}
.media-center__nav li.active a {
  color: #fff;
}
.media-center__nav li a {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffcc99;
}
.media-center__nav-cont {
  margin-bottom: 1.9791666667vw;
}
.media-center__nav-cont p {
  margin-right: 10px;
}
.media-center__gallery-container {
  background-color: #fff;
}
.media-center__gallery-wrapper {
  max-width: 1325px;
  margin: 0 auto;
  padding: 3rem;
}
.media-center__gallery-link {
  width: 13%;
  border-right: 1px solid #cccccc;
  padding-top: 2.6041666667vw;
  padding-left: 1.8229166667vw;
}
.media-center__gallery-link select {
  display: none;
}
.media-center__gallery-link ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.media-center__gallery-link ul li {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.media-center__gallery-link ul li a {
  color: #999999;
  display: block;
  padding: 1rem 0;
}
.media-center__gallery-link ul li a.active {
  background-color: #eaeaea;
  color: #000;
  position: relative;
}
.media-center__gallery-link ul li a.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  border-bottom: 22px solid transparent;
  border-top: 22px solid transparent;
  border-left: 22px solid #ededed;
  z-index: 1;
}
.media-center__gallery-photos {
  width: 87%;
  padding-top: 2.8645833333vw;
  padding-bottom: 3.90625vw;
}
.media-center__gallery-photolisting {
  margin-right: -17.5px;
  margin-left: -17.5px;
}
.media-center__gallery-col {
  max-width: 25%;
  width: 100%;
  padding: 0 17.5px;
  height: 305px;
}
.media-center__gallery-col--video {
  max-width: 33.33%;
  height: auto;
}
.media-center__gallery-col--video p {
  word-break: break-word;
}
.media-center__gallery-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.media-center__gallery-item--video {
  height: auto;
}
.media-center__gallery-item:hover .media-center__hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.media-center__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-center__hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(243, 240, 231, 0.9);
  border: 2px solid #e0dfd6;
  padding: 0 3.5rem;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  text-align: center;
}
.media-center__hover p {
  color: #333333;
}
.media-center__modal {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  padding: 3rem;
}
.media-center__modal-cont {
  background-color: #fff;
  max-width: 70.3125vw;
  padding: 2.6041666667vw;
  height: 39.0625vw;
  width: 100%;
}
.media-center__modal-cont img {
  max-width: 100%;
  width: 100%;
}
.media-center__modal-pic {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.media-center__modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media-center__modal-close {
  cursor: pointer;
}
.media-center__modal-close img {
  height: 3.8020833333vw;
  width: 3.8020833333vw;
}

.event__main {
  padding-top: 4.9479166667vw;
  padding-bottom: 2.8645833333vw;
}
.event__main-container {
  max-width: 91.6666666667vw;
  width: 100%;
  margin: 0 auto;
}
.event__listing {
  margin-right: -15px;
  margin-left: -15px;
}
.event__excerpt {
  word-break: break-all;
}
.event__item {
  max-width: 25%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.event__item-inner {
  padding: 3rem;
  padding-bottom: 4rem;
  border: 1px solid #ccc;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.event__item-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event__thumb-inner {
  width: 100%;
  height: 17.4479166667vw;
  min-height: 15rem;
}
.event__thumb-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event.search {
  min-height: calc(100vh - 16.041666666666668vw);
}

.post-events__main {
  padding: 5.2083333333vw 0;
}
.post-events__main p {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 1rem;
}
.post-events__bottom {
  padding: 2.8645833333vw 0;
  border-top: 1px solid #cccccc;
}

.about__main {
  background-color: #4f743b;
  padding: 4.1666666667vw 0;
}
.about__main-header-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__main-left img {
  max-width: 100%;
}
.about__wysiwyg {
  font-size: 1.8rem;
}
.about__wysiwyg ul, .about__wysiwyg ol {
  padding-left: 25px;
}
.about__wysiwyg ul li, .about__wysiwyg ol li {
  margin: 1rem 0;
}
.about__wysiwyg table {
  border-collapse: collapse;
}
.about__wysiwyg table td {
  border: 1px solid #000;
  padding: 5px;
}
.about__wysiwyg p {
  font-family: "Lato", sans-serif;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.about__wysiwyg span {
  font-size: 1.8rem;
}
.about__wysiwyg h1, .about__wysiwyg h2, .about__wysiwyg h3, .about__wysiwyg h4, .about__wysiwyg h5 {
  margin-bottom: 1rem;
}
.about__text-container {
  background-color: #fff;
  padding: 4.6875vw;
  width: 100%;
}

.partner {
  padding: 10rem 0;
}
.partner__body {
  width: 80rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.partner__item {
  width: 25%;
  padding: 0 1.5rem;
}
.partner__item-inner {
  height: 10rem;
  padding: 1rem;
  background-color: #a19d93;
}
.partner__item a {
  height: 100%;
}
.partner__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body.active {
  overflow: hidden;
}

.hidetitle .entry-title {
  display: none;
}

.header__menu .current_page_item a {
  color: #fff;
}
.header__menu .current_page_item a:hover {
  color: #fff;
}

.wrapper {
  max-width: 91.6666666667vw;
  width: 100%;
  margin: 0 auto;
}

.tab-content > .active {
  display: block !important;
}

.arrow__right, .arrow__left {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  fill: #545454;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.arrow__right {
  right: 0;
}

.arrow__left {
  left: 0;
}

.cli-plugin-main-link {
  font-weight: 400;
}

.ntry-content p {
  margin-bottom: 1rem;
}

.vdp-datepicker__calendar {
  position: absolute;
  right: 0px;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: lds-default 1.2s linear infinite;
          animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  top: 29px;
  left: 53px;
}

.lds-default div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}

.lds-default div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}

.lds-default div:nth-child(4) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}

.lds-default div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}

.lds-default div:nth-child(6) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}

.lds-default div:nth-child(7) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}

.lds-default div:nth-child(8) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}

.lds-default div:nth-child(9) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}

.lds-default div:nth-child(10) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}

.lds-default div:nth-child(11) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  top: 50px;
  left: 41px;
}

.lds-default div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}

@-webkit-keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.preloader {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
}

.search .event__item {
  height: auto;
}
.search__link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1820px) {
  .home__ticket-left, .home__ticket-center {
    padding: 1.5rem;
  }
  .home-text span {
    font-size: 1.4rem;
  }
  .home-text p {
    font-size: 1.8rem;
  }
  .home__entrance-rate li {
    padding: 1rem 1.5rem;
  }
  .home__entrance-rate li p {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1600px) {
  .home-icon {
    margin-right: 1rem;
  }
  .home-icon img {
    width: 80%;
  }
  .home__entrance-rate span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1530px) {
  .header__menu ul li {
    font-size: 1.8rem;
    margin: 0 1.5rem;
  }
}
@media screen and (max-width: 1460px) {
  .home__ticket-left {
    padding-left: 1.8rem;
  }
  .home__ticket-center {
    padding-left: 1.8rem;
  }
  .home__ticket-right p {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .home-text p {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .home-text span {
    font-size: 1.1rem;
    line-height: 2rem;
  }
  .home-icon {
    margin-right: 2rem;
  }
  .home__entrance-rate li {
    padding: 1rem 2rem;
  }
  .home__entrance-rate li p {
    font-size: 2.5rem;
    margin-right: 1.5rem;
  }
  .home__entrance-rate li span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1366px) {
  .banner__container {
    max-width: 85%;
  }

  .arrow__right {
    right: -25px;
  }

  .arrow__left {
    left: -25px;
  }

  .header__menu ul li {
    font-size: 1.6rem;
    margin: 0 1.5rem;
  }
  .header__search {
    width: 180px;
    height: 35px;
  }
  .header__search button {
    height: 35px;
  }

  .home__rotator-ticket {
    max-width: 80%;
  }
  .home__rotator-text {
    margin-bottom: 5rem;
  }
  .home__rotator-container h2 {
    margin-bottom: 6rem;
  }
  .home__ticket-left {
    padding-left: 1.8rem;
  }
  .home__ticket-center {
    padding-left: 1.8rem;
  }
  .home__ticket-right p {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .home-text p {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .home-text span {
    font-size: 1.1rem;
    line-height: 2rem;
  }
  .home-icon {
    margin-right: 0;
  }
  .home-icon img {
    width: 70%;
  }
  .home__entrance-rate li {
    padding: 1rem 2rem;
  }
  .home__entrance-rate li p {
    font-size: 2.5rem;
    margin-right: 1.5rem;
  }
  .home__entrance-rate li span {
    font-size: 1.2rem;
  }
  .home__amenities-list-desc {
    min-height: 25rem;
    padding: 2rem 2rem 5rem;
  }
  .home__amenities-list-desc h3 {
    font-size: 1.6rem;
  }

  .btn--media {
    font-size: 2rem;
  }
  .btn--details, .btn--book, .btn--eventread {
    height: 50px;
    font-size: 1.4rem;
    padding: 0;
    width: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn--tickets {
    padding: 1.5rem 2rem;
  }

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

  .amenities__listing {
    margin-right: -10px;
    margin-left: -10px;
  }
  .amenities__listing-content {
    padding: 2rem;
    height: calc(100% - 150px);
  }
  .amenities__listing-content p {
    font-size: 1.4rem;
  }
  .amenities__listing-items {
    padding: 0 10px;
  }
  .amenities__listing-thumb {
    height: 150px;
  }

  .event__listing {
    margin-left: -10px;
    margin-right: -10px;
  }
  .event__item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .event__item-inner {
    padding: 2rem 2rem;
  }

  .contact__form-container svg {
    right: 20px;
  }

  .media-center__gallery-link {
    width: 20%;
  }
  .media-center__gallery-photos {
    width: 80%;
  }
  .media-center__gallery-col {
    max-width: 33.33%;
  }
  .media-center__nav li.active::after {
    bottom: -40px;
  }
  .media-center__modal-cont {
    padding: 2.5rem;
    height: 450px;
    max-width: 80%;
  }
  .media-center__hover {
    text-align: center;
  }

  .booking__main-left {
    padding: 0 2rem;
  }
  .booking__main-left-img img {
    width: 90%;
  }
  .booking__main-right {
    padding: 0 4rem;
  }
  .booking__form-row .form__select {
    width: 120px;
  }
  .booking__form-row .form__select--select {
    width: 80%;
  }
  .booking__tickets-form-group .form__select--discount {
    width: 80%;
  }
  .booking__venue-left {
    max-width: 30%;
  }
  .booking__venue-right {
    max-width: 70%;
  }
  .booking__details-main-left {
    padding-bottom: 4rem;
  }
  .booking__details-summary .form-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .booking__details-summary .form__group {
    max-width: 50%;
    margin: 0;
  }
  .booking__details .booking__main-right, .booking__details .booking__main-left {
    padding: 0;
  }
  .booking__tickets-input-group .form__group {
    margin-bottom: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .booking__tickets-input-group .input-group-text {
    font-size: 1.4rem;
  }
  .booking__tickets-input-group .input-group-prepend {
    width: 40%;
  }
  .booking__tickets-input-group .form__label {
    font-size: 1.6rem;
  }
  .booking__tickets-input-group .form__select {
    font-size: 1.6rem;
  }
  .booking__tickets-input-group .form__select--append, .booking__tickets-input-group .form__input--append {
    width: 60%;
    padding: 1.5rem;
  }
  .booking__tickets-input-group .vdp-datepicker {
    width: 60%;
  }
  .booking__tickets-form-group {
    margin-bottom: 2rem;
  }
  .booking__tickets-form-group .form__label, .booking__tickets-form-group .form__select {
    font-size: 1.6rem;
  }
  .booking__checkout-details .input-group-text {
    font-size: 1.4rem;
  }
  .booking__checkout-details .form__input--append {
    padding: 1.5rem;
  }

  input[type=checkbox] {
    height: 20px;
    width: 20px;
    min-width: 20px;
  }

  .contact__map-container {
    height: 480px;
  }
}
@media screen and (max-width: 1350px) {
  .home__ticket-left {
    display: none;
  }
  .home__ticket-center {
    display: none;
  }
  .home__ticket-right {
    display: none;
  }
  .home__ticket-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .home__ticket-left {
    width: 45%;
  }
  .home__ticket-center {
    width: 45%;
  }
  .home-text p {
    font-size: 1.8rem;
  }
  .home-text span {
    font-size: 1.4rem;
  }
  .home-icon img {
    width: 70%;
  }
  .home__rotator-text {
    margin-top: 4rem;
  }

  .banner__container {
    max-width: 85%;
  }

  .header__logo {
    width: 15%;
  }
  .header__logo img {
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    height: 90px;
  }
  .header__mobile {
    display: block;
  }
  .header__search {
    width: 230px;
  }
  .header__search--desk {
    display: none;
  }
  .header__search-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header__search--mob {
    display: block;
    margin: 0 2rem;
  }
  .header__logo {
    width: 25%;
  }
  .header__menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 280px;
    height: 100%;
    background-color: #5b5b5b;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header__menu.active {
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header__menu ul {
    display: block;
    padding-left: 0;
  }
  .header__menu ul li {
    margin: 0;
    font-size: 1.6rem;
    border-top: 1px solid #696868;
  }
  .header__menu ul li:last-child {
    border-bottom: 1px solid #696868;
  }
  .header__menu ul li a {
    padding: 15px;
    display: block;
  }
  .header__menu-close {
    display: block;
    text-align: right;
    padding: 10px;
  }
  .header__menu-close svg {
    width: 3rem;
    height: 3rem;
    fill: white;
  }
}
@media screen and (max-width: 1024px) {
  .banner__container {
    max-width: 60%;
  }
  .banner__container .home__ticket-mob-col-1, .banner__container .home__ticket-mob-col-2 {
    display: none;
  }
  .banner__container--booking {
    max-width: 90%;
  }
  .banner__container--booking .home__ticket-mob-col-1, .banner__container--booking .home__ticket-mob-col-2 {
    display: block;
  }
  .banner__container--booking .home__ticket-mob-col-3 {
    display: none;
  }
  .banner__container--booking .home__entrance-rate-mob li {
    border-right: 0;
  }

  .home__rotator-container {
    top: 50%;
    -webkit-transform: translate(-50%, -40%);
        -ms-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
  .home__rotator-container h1 {
    font-size: 4.8rem;
    max-width: 50%;
  }
  .home__rotator-text {
    margin-top: 0;
  }
  .home__rotator-ticket {
    max-width: 89%;
  }
  .home__ticket-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home__ticket-left {
    display: none;
  }
  .home__ticket-center {
    display: none;
  }
  .home__ticket-right {
    display: none;
  }
  .home__ticket-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home__ticket-mob-col-1 {
    max-width: 50%;
  }
  .home__ticket-mob-col-2 {
    max-width: 50%;
    border-right: 0;
  }
  .home__ticket-mob-col-3 {
    max-width: 100%;
    padding: 2rem;
    border-top: 1px solid #816f52;
  }
  .home__ticket-mob-col-3 a {
    position: static;
  }
  .home__ticket-mob-col-3 br {
    display: none;
  }
  .home__welcome-left, .home__welcome-right {
    max-width: 100%;
  }
  .home__welcome-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home__welcome-left h2 {
    text-align: center;
  }
  .home__welcome-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .home__welcome-right img {
    width: 50%;
  }
  .home__welcome-button {
    text-align: center;
  }
  .home__amenities-header img {
    width: 10%;
    top: -50px;
  }
  .home__amenities h2 {
    font-size: 2.4rem;
  }
  .home__amenities-list-col {
    max-width: 50%;
  }
  .home__amenities-list-image {
    height: 150px;
  }
  .home__amenities-list-desc {
    min-height: 25rem;
  }
  .home__media-col {
    max-width: 50%;
  }
  .home__media-thumb img {
    height: auto;
    width: 100%;
  }
  .home-text span {
    font-size: 1.4rem;
  }
  .home-text p {
    font-size: 1.8rem;
  }

  .event__item-inner {
    padding: 2rem 2rem;
  }
  .event__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .event__button a.btn--eventread {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .event__button button.btn--book {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
  }
  .event.search .event__item {
    width: 33.33%;
  }
  .event.search h1 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }

  .contact__main .col-7, .contact__main .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .contact__main .col-7 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contact__main .col-5 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contact__main-left {
    padding-bottom: 0;
  }
  .contact__main-left img {
    width: 50%;
    margin-bottom: 8rem;
  }
  .contact__main-left p {
    font-size: 2rem;
  }
  .contact__form-container svg {
    top: -50px;
  }
  .contact__form-container h2 {
    font-size: 2rem;
  }

  .wpcf7 p label {
    font-size: 1.6rem;
  }

  .media-center__nav li.active::after {
    bottom: -36px;
  }
  .media-center__nav li a {
    font-size: 2rem;
  }
  .media-center__gallery-col {
    height: 220px;
    padding: 0 10px;
    margin-bottom: 2rem;
  }
  .media-center__gallery-col--video {
    height: 100%;
  }
  .media-center__gallery-link ul li a {
    padding: 0.5rem 0;
  }
  .media-center__gallery-link ul li a.active::after {
    border-bottom: 17px solid transparent;
    border-top: 17px solid transparent;
    border-left: 17px solid #ededed;
    right: -17px;
  }
  .media-center__gallery-photolisting {
    margin-right: -10px;
    margin-left: -10px;
  }
  .media-center__hover {
    padding: 0 2rem;
  }
  .media-center__hover p {
    font-size: 1.4rem;
  }
  .media-center__modal-cont {
    max-width: 90%;
  }
  .media-center__modal-close img {
    height: 52px;
    width: 52px;
  }

  .btn--details, .btn--book {
    width: 100%;
    margin-bottom: 5px;
  }

  .booking__details-header {
    height: auto;
  }
  .booking__main {
    padding: 3rem 0;
  }
  .booking__main-left, .booking__main-right {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .booking__main-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .booking__main-left-header {
    width: 50%;
  }
  .booking__main-left-img img {
    width: 100%;
  }
  .booking__main-left-text {
    padding-right: 3rem;
  }
  .booking__main-left-text h2 {
    font-size: 6rem;
  }
  .booking__main-left-text h2:first-child {
    font-size: 4rem;
  }
  .booking__form-total p:first-child {
    margin-bottom: -5px;
  }
  .booking__form-type {
    width: 50%;
  }
  .booking__form-row {
    padding-left: 5rem;
  }
  .booking__form-row .form__select {
    width: 200px;
    padding-left: 2rem;
  }
  .booking__form-row .form__input {
    padding-left: 2rem;
  }
  .booking__form-row-number {
    height: 50px;
    width: 50px;
    left: -25px;
  }
  .booking__venue-header {
    margin-bottom: 3rem;
  }
  .booking__venue-left {
    display: none;
  }
  .booking__venue-right {
    max-width: 100%;
  }
  .booking__venue-form-group .form__label--lg {
    max-width: 25%;
  }
  .booking__venue-form-group .form__group-time {
    width: 70%;
  }
  .booking__details {
    position: relative;
  }
  .booking__details-main-left {
    display: block;
  }
  .booking__details-main-left .container {
    max-width: 90%;
  }
  .booking__details-main-right.active {
    left: 0;
  }
  .booking__details-main-right .container {
    max-width: 90%;
  }
  .booking__details-main-right .booking__details-header {
    background-color: #fff;
  }
  .booking__details-main-right .booking__details-header .wrapper {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .booking__details-main-right .booking__details-header .booking__summary-button {
    display: block;
  }
  .booking__details-main-right .booking__details-header .booking__summary-button i {
    font-size: 3rem;
  }
  .booking__details-main-right .booking__details-header a {
    display: none;
  }
  .booking__details-header h2 {
    font-size: 2.4rem;
  }
  .booking__details-header .wrapper {
    max-width: 90%;
  }
  .booking__details-header-mobile {
    display: block;
  }
  .booking__details .booking__form-type {
    width: 100%;
  }
  .booking__details-text {
    margin-bottom: 3rem;
  }
  .booking__tickets-form-group .form__input {
    padding-left: 2rem;
  }

  .post-events h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .post-events__bottom {
    padding: 3rem 0;
  }

  .post-amenties__price {
    font-size: 2rem;
  }
  .post-amenties__header h2 {
    font-size: 2rem;
  }
  .post-amenties__main-left, .post-amenties__main-right {
    max-width: 100%;
  }
  .post-amenties__main-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
  .post-amenties__main-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 5rem;
  }

  .wrapper {
    max-width: 90%;
  }

  .show-t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .amenities__listing {
    margin-right: -5px;
    margin-left: -5px;
  }
  .amenities__listing-items {
    padding: 0 5px;
  }
  .amenities__listing-content h2 {
    font-size: 16px;
  }

  .search__main-container {
    max-width: 90%;
  }
  .search h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 850px) {
  .media-center__nav-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .media-center__share {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .arrow__right {
    right: 0;
  }

  .arrow__left {
    left: 0;
  }

  .header {
    padding: 0 2rem;
  }

  .home-icon p {
    font-size: 2.5rem;
  }
  .home-text span {
    font-size: 2rem;
    display: block;
  }
  .home-text span:first-child {
    margin-bottom: 1rem;
  }
  .home__rotator-container h1 {
    font-size: 3.9rem;
  }
  .home__rotator-container h2 {
    display: none;
  }
  .home__rotator-ticket {
    max-width: 90%;
  }
  .home__ticket-center {
    display: none;
  }
  .home__ticket-right {
    display: none;
  }
  .home__ticket-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home__entrance-rate-mob li {
    display: block;
  }
  .home__entrance-rate-mob li p {
    font-size: 3rem;
  }
  .home__entrance-rate-mob li span {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .home__welcome .wrapper {
    top: 80px;
  }
  .home__media .wrapper {
    padding-top: 3rem;
  }
  .home__media-inner {
    padding: 3rem;
    padding-bottom: 4rem;
    border: 1px solid #ccc;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    cursor: default;
  }
  .home__media-col {
    max-width: 100%;
    padding: 0 5rem;
  }
  .home__media-thumb {
    margin-right: 0;
    margin-bottom: 2rem;
    width: 100%;
  }
  .home__media-thumb img {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .home__media-desc {
    margin-bottom: 2rem;
  }
  .home__media-read {
    display: block;
  }
  .home__media-link {
    display: none;
  }
  .home__welcome-button {
    text-align: left;
  }
  .home__welcome-left {
    padding: 5rem;
    padding-bottom: 8rem;
  }
  .home__welcome-left p {
    font-size: 2rem;
  }
  .home__welcome-left h2 {
    font-size: 3.6rem;
    text-align: left;
  }
  .home__welcome-right img {
    width: 100%;
  }
  .home__amenities {
    padding-top: 200px;
  }
  .home__media-desc {
    width: 100%;
  }
  .home__amenities-list {
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
  .home__amenities-list-desc {
    padding: 5rem;
  }
  .home__amenities-list-image {
    height: 250px;
  }
  .home__amenities-list-inner:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home__amenities-list-col {
    max-width: 100%;
  }
  .home__amenities-header h2 {
    font-size: 2.3rem;
    letter-spacing: 1.1rem;
  }
  .home__amenities-header img {
    width: 123px;
    height: 122px;
    top: -70px;
  }
  .home__ticket-mob-col-1, .home__ticket-mob-col-2 {
    max-width: 50%;
    padding: 2rem;
  }
  .home__ticket-mob-col-2 {
    border-right: none;
  }
  .home__ticket-mob-col-3 {
    max-width: 100%;
    border-top: 1px solid #816f52;
    padding: 2rem;
  }
  .home__ticket-mob-col-3 p {
    font-size: 3rem;
  }
  .home__ticket-mob-col-3 p br {
    display: none;
  }
  .home__ticket-left {
    display: none;
  }
  .home__ticket-right {
    width: 100%;
    padding: 3rem;
    border-left: none;
  }
  .home__ticket-right a br {
    display: none;
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__left {
    margin-bottom: 2rem;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__left ul li {
    text-align: center;
    margin-right: 2rem;
  }
  .footer__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2rem;
  }
  .footer__right ul li {
    height: 50px;
    width: 50px;
  }

  .footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__copy ul li {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .footer__copy p {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .footer__right ul li {
    height: 90px;
    width: 90px;
  }
  .footer__right ul li i {
    font-size: 4rem;
  }

  .btn--media {
    font-size: 3rem;
    padding: 1rem 8rem;
  }

  .about .col-8 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .about .col-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4rem;
  }
  .about__main-left {
    width: 30%;
    margin-right: 2rem;
  }
  .about__main-header-mob h2 {
    font-size: 5rem;
    line-height: 6rem;
  }

  .amenities__listing {
    margin-right: -15px;
    margin-left: -15px;
  }
  .amenities__listing-items {
    max-width: 50%;
    margin-bottom: 4rem;
    padding: 0 15px;
  }
  .amenities__listing-thumb {
    height: 200px;
  }
  .amenities__listing-content {
    padding: 2.5rem;
    height: calc(100% - 200px);
  }
  .amenities__listing-price {
    margin-bottom: 2.5rem;
  }
  .amenities__list {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
  .amenities__listing-button {
    left: 5rem;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
  }

  .event__item {
    max-width: 50%;
  }
  .event__item-inner {
    padding: 2.5rem;
  }
  .event__main {
    padding: 6rem 0;
  }
  .event__main-container {
    max-width: 90%;
  }
  .event.search .event__item {
    width: 50%;
  }

  .media-center__share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .media-center__share p {
    font-size: 18px !important;
    margin-right: 0 !important;
    margin-bottom: 5px !important;
  }
  .media-center__share a.btn--msubmit {
    padding: 1rem 1.5rem;
  }
  .media-center__nav {
    margin-bottom: 1.8rem;
  }
  .media-center__nav p {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .media-center__nav li.active::after {
    bottom: -45px;
  }
  .media-center__gallery-col {
    max-width: 50%;
  }
  .media-center__gallery-link {
    width: 25%;
  }
  .media-center__gallery-photos {
    width: 75%;
  }
  .media-center__gallery-photos h2 {
    font-size: 2rem;
  }
  .media-center__gallery-item--video {
    text-align: center;
  }
  .media-center__hover {
    padding: 0 2rem;
  }
  .media-center__hover p {
    font-size: 1.4rem;
  }

  .contact__main {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
  .contact__main-left {
    max-width: none;
  }
  .contact__main-left img {
    width: 40%;
  }
  .contact__main-left p {
    font-size: 3rem;
  }
  .contact__address {
    margin-bottom: 4rem;
  }
  .contact__form-container h2 {
    font-size: 3rem;
    max-width: 70%;
    line-height: 3.8rem;
    margin-bottom: 1rem;
  }
  .contact__form-container p {
    font-size: 2rem;
  }
  .contact__form-submit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .booking__form-container p.title {
    display: none;
  }
  .booking__main-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .booking__main-left-header {
    width: 100%;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .booking__main-left-img {
    margin-right: 3rem;
  }
  .booking__main-left-text h2 {
    font-size: 8rem;
  }
  .booking__main-left-text h2:first-child {
    font-size: 5.4rem;
    margin-bottom: -3rem;
  }
  .booking__main-right {
    padding-left: 2rem;
  }
  .booking__form-type {
    margin-bottom: 5rem;
    width: 100%;
  }
  .booking__form-type .form__select {
    width: 75%;
  }
  .booking__form-row {
    margin-bottom: 2rem;
  }
  .booking__form-row-number span {
    font-size: 1.6rem;
  }
  .booking__form-row .form__select {
    width: 80%;
    padding-left: 2rem;
  }
  .booking__form-row .form__select--discount {
    width: 80%;
  }
  .booking__form-row .form__input {
    width: 80%;
  }
  .booking__form-submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    text-align: center;
  }
  .booking__form-total {
    margin-bottom: 1rem;
  }
  .booking__form-total p:last-child {
    font-size: 4rem;
  }
  .booking__venue-header h2 {
    font-size: 2rem;
  }
  .booking__venue-form-group .form__group-time {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .booking__venue-form-group .form-group {
    width: 100%;
    max-width: 100%;
  }
  .booking__venue-form-group .form-group:first-child {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1rem;
  }
  .booking__venue-form-group .form__label--time {
    width: 30%;
  }
  .booking__tickets-input-group .input-group-prepend {
    width: 25%;
  }
  .booking__tickets-input-group .form__select--append, .booking__tickets-input-group .form__input--append {
    width: 75%;
  }
  .booking__tickets-input-group .vdp-datepicker {
    width: 75%;
  }
  .booking__tickets-form-group .form__label {
    width: 20%;
  }
  .booking__tickets-form-group .form__label--default {
    width: 100%;
  }
  .booking__tickets-form-group .form__label--discount {
    width: 20%;
  }
  .booking__tickets-form-group--cost {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .booking__tickets-form-group--cost .form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .booking__tickets-form-group--cost .form__group:first-child {
    margin-bottom: 2rem;
  }
  .booking__tickets-form_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .booking__tickets-form_group .form__label {
    width: 20%;
  }
  .booking__tickets-form_group .form__label--default {
    width: 100%;
  }
  .booking__checkout-details .input-group-prepend {
    width: 30%;
  }
  .booking__checkout-details .form__select, .booking__checkout-details .form__input--append {
    width: 70%;
  }

  .btn--venue {
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }

  .show-m {
    display: block;
  }

  .hide-m {
    display: none;
  }

  .banner__container {
    max-width: 100%;
    width: 90%;
  }

  .post-amenties__main {
    padding: 5rem 0;
  }
  .post-amenties__main-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .post-amenties__main-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 5rem;
  }
  .post-amenties__main .wrapper {
    max-width: none;
  }
  .post-amenties__main-thumb {
    margin-right: 0;
    margin-left: 0;
    padding: 0 5rem;
  }
  .post-amenties__main-thumb-list {
    max-width: 50%;
  }
  .post-amenties__header {
    padding: 3rem 0rem;
  }
  .post-amenties__header h2 {
    font-size: 2rem;
  }

  .post-events__main {
    padding: 5rem 2rem;
  }

  .banner h2 {
    font-size: 2.3rem;
  }

  .btn--submit {
    padding: 2.5rem 3.5rem;
    font-size: 2.8rem;
  }

  .search__item {
    height: 100%;
  }
  .search__thumb {
    width: 35%;
  }
  .search__content {
    width: 65%;
  }

  .home__rotator-item.slick-slide {
    height: 650px;
  }

  .post-events__main {
    padding: 3rem 0;
  }
  .post-events__bottom .btn--next {
    margin-right: 2rem;
  }
}
@media screen and (orientation: landscape) and (max-width: 740px) {
  .header {
    height: 90px;
  }
  .header__menu {
    top: -250%;
    overflow-x: auto;
  }
  .header__menu ul li {
    font-size: 2.4rem;
  }

  .home__rotator-container {
    top: 55%;
  }
  .home__welcome h2 {
    font-size: 2.6rem;
  }
  .home__welcome-left p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 50px;
    height: 5px;
  }

  .hamburger-inner::before {
    top: -12px;
  }

  .hamburger-inner::after {
    bottom: -12px;
  }
}
@media screen and (max-width: 620px) {
  .media-center__nav li.active::after {
    bottom: -38px;
  }
  .media-center__main {
    padding-top: 2rem;
  }
  .media-center__gallery-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .media-center__gallery-col {
    max-width: 100%;
  }
  .media-center__gallery-wrapper {
    max-width: 90%;
  }
  .media-center__gallery-link, .media-center__gallery-photos {
    width: 100%;
  }
  .media-center__gallery-photos h2 {
    text-align: center;
  }
  .media-center__gallery-link {
    padding: 1.5rem 1.6rem;
  }
  .media-center__gallery-link ul {
    display: none;
  }
  .media-center__gallery-link select {
    display: block;
    width: 100%;
    background-color: #f4f3f3;
    padding: 1.5rem;
    border: none;
    font-weight: bold;
  }
  .media-center__gallery-link select:focus {
    border: none;
  }
  .media-center__gallery-link ul li a.active::after {
    display: none;
  }

  .home__ticket-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__ticket-left, .home__ticket-right {
    width: 100%;
  }
  .home__ticket-right {
    border-top: 1px solid #816f52;
    padding: 2rem;
  }
  .home__ticket-mob-col-3 p {
    font-size: 2.4rem;
  }
  .home-icon img {
    display: none;
  }
  .home-text br {
    display: none;
  }
  .home-text span {
    font-size: 1.6rem;
  }
  .home__entrance-rate-mob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__entrance-rate-mob li:first-child {
    border-right: none;
  }
  .home__entrance-rate-mob li:last-child {
    padding-left: 0;
  }
  .home__entrance-rate-mob li span {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .home__entrance-rate-mob li p {
    font-size: 2rem;
  }

  .header {
    height: 90px;
  }
  .header__logo {
    width: 60%;
  }
  .header__search {
    margin-left: 0;
  }
  .header__search--mob {
    margin-right: 0;
    width: 100%;
  }
  .header__search-menu {
    margin-right: 2rem;
  }
  .header__search-menu svg {
    fill: white;
  }
  .header__search-menu span {
    width: 25px;
    color: #fff;
  }
  .header__search-menu span.search-close {
    display: none;
  }
  .header__search-menu.active .search-icon {
    display: none;
  }
  .header__search-menu.active .search-close {
    display: block;
  }
  .header__search-mob-cont {
    position: absolute;
    width: 100%;
    left: 0;
    top: 90px;
    padding: 0 2rem 1rem;
    background-color: rgba(40, 40, 40, 0.5);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: none;
  }
  .header__search-mob-cont.active {
    background-color: #5b5b5b;
  }
  .header__search-mob-cont.show {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .about__main-header-mob h2 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .post-amenities__header-nav {
    width: 100%;
  }
  .post-amenities__header-nav a {
    text-align: center;
  }
  .post-amenities__header-nav a .btn--next::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .home__entrance-rate-mob li {
    border-right: 0;
  }

  .home-icon img {
    display: none;
  }
  .home-icon p {
    font-size: 1.6rem;
  }

  .arrow__right {
    right: -15px;
  }

  .arrow__left {
    left: -15px;
  }

  .wrapper {
    max-width: 90%;
  }

  .home__rotator-container {
    top: 55%;
  }
  .home__rotator-container h2 {
    margin-bottom: 5rem;
  }
  .home__rotator-container h1 {
    max-width: 65%;
    font-size: 2.8rem;
  }
  .home__rotator-ticket {
    width: 90%;
  }
  .home__amenities-list {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home__amenities-list-image {
    height: 150px;
  }
  .home__welcome .wrapper {
    top: 35px;
  }
  .home__welcome h2 {
    font-size: 2.6rem;
  }
  .home__welcome-left {
    padding: 2rem;
    padding-bottom: 3rem;
  }
  .home__welcome-left p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .home__welcome-right img {
    width: 80%;
  }
  .home__amenities {
    padding-top: 15rem;
  }
  .home__amenities-header h2 {
    font-size: 2rem;
    letter-spacing: 1rem;
    margin-bottom: 4rem;
  }
  .home__amenities-list {
    margin-left: 0;
    margin-right: 0;
  }
  .home__amenities-list-col {
    max-width: 100%;
  }
  .home__amenities-list-desc {
    min-height: 25rem;
    padding: 3rem 1.5rem;
  }
  .home__amenities-list-col {
    max-width: 100%;
  }
  .home__media .wrapper {
    padding-top: 0;
  }
  .home__media-list {
    margin-left: 0;
    margin-right: 0;
  }
  .home__media-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2rem;
    min-height: 600px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
  }
  .home__media-link {
    display: none;
  }
  .home__media-thumb {
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .home__media-button {
    position: -35px;
  }
  .home__media-col {
    padding: 3rem;
  }

  .btn--media {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
  .btn--media svg {
    width: 46px;
    height: 38px;
    margin-right: 1rem;
  }

  .footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer__copy p {
    font-size: 1.4rem;
  }
  .footer__copy ul li {
    font-size: 1.4rem;
  }
  .footer__company li img {
    width: 80%;
  }
  .footer__right ul li {
    height: 60px;
    width: 60px;
  }
  .footer__right ul li i {
    font-size: 3rem;
  }

  .banner {
    max-height: 100%;
    padding-bottom: 3rem;
    background-position: top center;
  }
  .banner h2 {
    font-size: 2rem;
    margin-top: 3rem;
  }

  .about__main {
    padding: 4rem 0;
  }
  .about__main-header-mob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__main-header-mob h2 {
    width: 100%;
    text-align: center;
  }
  .about__main-left {
    width: 50%;
    margin-right: 2rem;
  }
  .about__text-container {
    padding: 2rem;
  }
  .about .col-4 h2 {
    font-size: 3rem;
    line-height: 4rem;
    max-width: none;
  }
  .about__wysiwyg table {
    margin-left: 0 !important;
  }

  .amenities__main {
    padding: 3rem 2rem;
  }
  .amenities__listing {
    margin-right: 0;
    margin-left: 0;
  }
  .amenities__listing-items {
    max-width: 100%;
    padding: 0 1.5rem;
  }
  .amenities__listing-content {
    padding: 3.5rem 2.5rem;
  }
  .amenities__listing-button {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .amenities__listing-button .btn {
    font-size: 1.4rem;
  }
  .amenities__listing-thumb {
    height: 200px;
  }

  .event__main {
    padding: 3rem 2rem;
  }
  .event__main-container {
    max-width: 100%;
  }
  .event__item {
    max-width: 100%;
  }
  .event__item-inner {
    padding: 3rem 3rem 4rem 3rem;
  }
  .event.search .event__item {
    width: 100%;
  }

  .contact__main {
    padding-top: 3rem;
  }
  .contact__main-left p {
    font-size: 2rem;
  }
  .contact__main-left img {
    margin-bottom: 4rem;
    width: 60%;
  }
  .contact__form-container {
    padding: 2rem;
    padding-top: 4rem;
  }
  .contact__form-container svg {
    top: -25px;
  }
  .contact__form-container h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    max-width: 250px;
    line-height: 2.4rem;
  }
  .contact__txt {
    font-size: 1.6rem !important;
    margin-bottom: 2rem;
  }
  .contact__map-container {
    height: 250px;
  }
  .contact .form__input, .contact .form__textarea {
    padding: 1rem 2rem;
    width: 100%;
    max-width: 100%;
  }
  .contact .form__radio {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact .form__radio .wpcf7-list-item {
    margin-left: 0;
  }

  .wpcf7 p {
    margin-bottom: 1.5rem;
  }
  .wpcf7 p label {
    width: 180px;
  }

  span.wpcf7-list-item-label {
    font-size: 1.4rem;
  }

  span.wpcf7-list-item input {
    margin-right: 1.5rem;
  }

  .booking__details-summary .form__group {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
    padding-top: 0;
  }
  .booking__details-summary .form__group:first-child {
    padding-top: 2rem;
  }
  .booking__details-summary .form__group:last-child {
    padding-bottom: 2rem;
  }
  .booking .booking__details-summary .form__label {
    width: 100%;
  }
  .booking__details .booking__main-right {
    padding: 0;
  }
  .booking__details-btn-group {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .booking__details-btn-group button {
    width: 100%;
    margin-bottom: 1rem;
  }
  .booking__main-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .booking__main-left-header {
    margin-bottom: 1rem;
  }
  .booking__main-left-img {
    margin-bottom: 1rem;
    margin-right: 2rem;
    width: 30%;
  }
  .booking__main-left-text {
    padding-right: 0;
  }
  .booking__main-left-text h2 {
    font-size: 5.5rem;
  }
  .booking__main-left-text h2:first-child {
    font-size: 3.5rem;
    margin-bottom: -1rem;
  }
  .booking__main-right {
    padding: 1rem;
  }
  .booking__form-container p {
    text-align: center;
  }
  .booking__form-submit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .booking__form-type {
    width: 100%;
    margin-bottom: 0;
  }
  .booking__form-type .form__select {
    width: 50%;
  }
  .booking__form-row {
    padding: 3rem 2rem 2rem 3rem;
  }
  .booking__form-row .form__input, .booking__form-row .form__select {
    width: 60%;
  }
  .booking__form-row-number {
    height: 40px;
    width: 40px;
    left: -20px;
  }
  .booking__venue-header svg {
    margin-right: 2rem;
  }
  .booking__venue-form-group .form__label {
    font-size: 1.6rem;
  }
  .booking__venue-form-group .form__label--lg {
    max-width: 50%;
  }
  .booking__venue-form-group--time {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .booking__venue-form-group--time .form__label {
    font-size: 1.6rem;
    max-width: 100%;
  }
  .booking__venue-form-group--time .form__label--time {
    width: 50%;
  }
  .booking__venue-form-group--time .form__label::after {
    display: none;
  }
  .booking__venue-form-group .form__group-time {
    max-width: 100%;
    width: 100%;
  }
  .booking__venue-form-submit .form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .booking__success p {
    font-size: 2rem;
  }
  .booking__success h2 {
    font-size: 3rem;
  }
  .booking__tickets-input-group .input-group-prepend {
    width: 50%;
  }
  .booking__tickets-input-group .form__select--append, .booking__tickets-input-group .form__input--append {
    width: 50%;
  }
  .booking__tickets-input-group .vdp-datepicker {
    width: 50%;
  }
  .booking__tickets-form-group--discount {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .booking__tickets-form-group .form__label {
    width: 40%;
  }
  .booking__tickets-form-group .form__label--default {
    width: 100%;
  }
  .booking__tickets-form-group .form__label--discount {
    width: 100%;
  }
  .booking__tickets-form-group .form__label--discount:after {
    display: none;
  }
  .booking__tickets-form-group .form__select--discount {
    width: 100% !important;
    padding-left: 0;
  }
  .booking__tickets-form-group .form__input, .booking__tickets-form-group .form__select {
    width: 60%;
  }
  .booking__tickets-form-group--cost {
    border-bottom: 0;
  }
  .booking__checkout-details .input-group-prepend {
    width: 50%;
  }
  .booking__checkout-details .form__input--append {
    width: 50%;
  }

  .btn--venue {
    padding: 1rem 2.5rem;
  }

  .post-events__main {
    padding: 3rem 2rem;
  }
  .post-events__bottom .btn--next {
    margin-right: 2rem;
  }

  .post-amenties__header {
    padding: 2rem 0;
  }
  .post-amenties__header-left {
    width: 100%;
    max-width: 100%;
  }
  .post-amenties__header a.btn--next {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .post-amenties__header-left p {
    display: none;
  }
  .post-amenties__header h2 {
    font-size: 2rem;
  }

  .btn--submit {
    padding: 2rem 3rem;
    font-size: 2rem;
  }

  .notfound__text h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 420px) {
  .about__main-left {
    width: 40%;
  }

  .search h1 {
    margin-bottom: 3rem;
  }
  .search__main {
    padding: 4rem 0;
  }
  .search__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search__thumb {
    width: 100%;
    height: 200px;
  }
  .search__content {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .home__welcome .wrapper {
    top: 80px;
  }

  .header__logo {
    width: 50%;
  }

  .about__main-left {
    width: 50%;
    margin: 0 auto;
  }
  .about__main-header-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__main-header-mob h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 360px) {
  .home__container {
    height: 700px;
  }
  .home__rotator-container {
    top: 55%;
  }
  .home__ticket-mob-col-1, .home__ticket-mob-col-2 {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .footer__right ul li {
    height: 50px;
    width: 50px;
  }
  .footer__right ul li i {
    font-size: 2.5rem;
  }
}