@charset "UTF-8";
/*
	MAIN SASS
	Version: 0.0.1
*/
/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
: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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

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

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

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

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

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

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

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

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-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:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

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

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  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 {
  display: block;
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

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

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

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

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

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

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  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 {
  display: block;
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

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

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

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

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

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

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

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

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn, .suscription-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn, .suscription-btn {
    transition: none;
  }
}
.btn:hover, .suscription-btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .suscription-btn:focus, .btn.focus, .focus.suscription-btn {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .disabled.suscription-btn, .btn:disabled, .suscription-btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group > .suscription-btn,
.btn-group-vertical > .btn,
.btn-group-vertical > .suscription-btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover, .btn-group > .suscription-btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .suscription-btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .suscription-btn:focus, .btn-group > .btn:active, .btn-group > .suscription-btn:active, .btn-group > .btn.active, .btn-group > .active.suscription-btn,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .suscription-btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .suscription-btn:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.suscription-btn {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .suscription-btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .suscription-btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .suscription-btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

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

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

.btn-group-toggle > .btn, .btn-group-toggle > .suscription-btn,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .suscription-btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn, .input-group-prepend .suscription-btn,
.input-group-append .btn,
.input-group-append .suscription-btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-prepend .suscription-btn:focus,
.input-group-append .btn:focus,
.input-group-append .suscription-btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .suscription-btn + .btn, .input-group-prepend .btn + .suscription-btn, .input-group-prepend .suscription-btn + .suscription-btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .suscription-btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .suscription-btn,
.input-group-append .btn + .btn,
.input-group-append .suscription-btn + .btn,
.input-group-append .btn + .suscription-btn,
.input-group-append .suscription-btn + .suscription-btn,
.input-group-append .btn + .input-group-text,
.input-group-append .suscription-btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .suscription-btn {
  margin-left: -1px;
}

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

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

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

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

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

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

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

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

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

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

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .navbar-brand {
    max-width: 170px;
  }
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

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

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

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

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

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

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

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

.navbar-dark .navbar-brand {
  color: #fff;
}

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

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

.card-group > .card {
  margin-bottom: 15px;
}

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

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

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #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: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

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

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

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

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

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

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #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 {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-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, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

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

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

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

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

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

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

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

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

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

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

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

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

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #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-sm {
  border-radius: 0.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  -ms-flex-item-align: auto !important;
  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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    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;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

/* BASE - Base styles, variables, mixins, etc */
h1, h2, h3, h4, h5 {
  margin-top: 0;
}

.no-pad-top {
  padding-top: 0;
}

.clearfix {
  clear: both;
}

ul, ol {
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  background-color: #ffffff;
  color: #121212;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 1200px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

a {
  color: #006f3a;
}
a:hover, a:focus, a:active {
  color: #006f3a;
  text-decoration: underline;
}

p {
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 1200px) {
  p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.icon-fix {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

@media (max-width: 767px) {
  .hide-md {
    display: none;
  }
}

.show-mobile-md {
  display: none;
}
@media (max-width: 767px) {
  .show-mobile-md {
    display: block;
  }
}

.z-10 {
  z-index: 10;
  position: relative;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Black.woff2") format("woff2"), url("../fonts/WorkSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Bold.woff2") format("woff2"), url("../fonts/WorkSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-BoldItalic.woff2") format("woff2"), url("../fonts/WorkSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/WorkSans-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-ExtraBold.woff2") format("woff2"), url("../fonts/WorkSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Italic.woff2") format("woff2"), url("../fonts/WorkSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Light.woff2") format("woff2"), url("../fonts/WorkSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-LightItalic.woff2") format("woff2"), url("../fonts/WorkSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-MediumItalic.woff2") format("woff2"), url("../fonts/WorkSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-SemiBold.woff2") format("woff2"), url("../fonts/WorkSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/WorkSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Futura-Bold";
  src: url("../fonts/Futura-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura-Bold.woff") format("woff"), url("../fonts/Futura-Bold.ttf") format("truetype"), url("../fonts/Futura-Bold.svg#Futura-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* MODULES - Individual site components */
.bg-blue2 {
  background-color: #170702;
}

.bg-blue-dark {
  background-color: #170702;
}

.bg-ligth2 {
  background-color: #f2efea;
}

@media (min-width: 1550px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1100px) {
  .container.container-larger {
    max-width: 1030px;
  }
}
.container.container-xl {
  max-width: 1300px;
}
@media (max-width: 1330px) {
  .container.container-xl {
    max-width: 1100px;
  }
}
@media (max-width: 1120px) {
  .container.container-xl {
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  .container.container-xs {
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 991px) {
  .container-offset {
    margin-left: 4.15%;
  }
}

.container-info-header {
  padding-bottom: 80px;
}
@media (max-width: 911px) {
  .container-info-header {
    padding-bottom: 40px;
  }
}
@media (max-width: 567px) {
  .container-info-header {
    margin: 0 auto;
    max-width: 300px;
  }
}

.section-row-vh {
  height: 100vh;
  min-height: 650px;
}
@media (min-width: 1650px) {
  .section-row-vh {
    min-height: 740px;
  }
}
@media (max-width: 500px) {
  .section-row-vh {
    height: 95vh;
    min-height: 400px;
  }
}

.section-py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .section-py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 500px) {
  .section-py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .section-py-75 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

footer .section-py-75 {
  padding-top: 100px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  footer .section-py-75 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .section-py-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .section-my-75 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.section-relative {
  position: relative;
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1C1C1C;
  background-size: cover;
  z-index: 0;
}
.section-bg.bg-blue2 {
  background-color: #b2ada6;
}
.section-bg.bg-ligth2 {
  background-color: #f2efea;
}
.section-bg.bg-blue3 {
  background-color: #170702;
}
.section-bg.bg-black {
  background-color: #1C1C1C;
}
.section-bg.bg-blue-dark {
  background-color: #170702;
}
.section-bg .section-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-bg .bg-img-mobile {
  z-index: 2;
}
.section-bg .section-bg-picture {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.section-bg .section-bg-picture img {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.section-bg .section-bg-picture.top img {
  object-position: center top;
}
.section-bg .section-bg-picture.bottom img {
  object-position: center bottom;
}

@media (max-width: 767px) {
  .bg-img-hasmobile .bg-img-desktop {
    display: none;
  }
}
.bg-img-hasmobile .bg-img-mobile {
  display: none;
}
@media (max-width: 767px) {
  .bg-img-hasmobile .bg-img-mobile {
    display: block;
  }
}

.section-mb-20 {
  margin-bottom: 20px;
}

.section-mb-30 {
  margin-bottom: 30px;
}

.section-mb-40 {
  margin-bottom: 40px;
}

.section-mb-50 {
  margin-bottom: 50px;
}

.section-mt-65 {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .section-mt-65 {
    margin-top: 40px;
  }
}

.section-mb-85 {
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  .section-mb-85 {
    margin-bottom: 50px;
  }
}

.section-header-mh {
  min-height: 230px;
  padding-top: 80px;
}
@media (max-width: 1500px) {
  .section-header-mh {
    min-height: 170px;
  }
}
@media (max-width: 767px) {
  .section-header-mh {
    min-height: 150px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .section-header-mh .title.title-mb-40, .section-header-mh .nav-footer li a.title-mb-40, .nav-footer li .section-header-mh a.title-mb-40, .section-header-mh .title-mb-40.title-suscription, .section-header-mh .title-mb-40.highlighted-title, .section-header-mh .title-mb-40.title-text-row-size-70, .section-header-mh .title-mb-40.title-text-row, .section-header-mh .title-mb-40.table-title-text {
    margin-bottom: 5px;
  }
}

.noti-bar-show .section-header-mh {
  min-height: 310px;
  padding-top: 100px;
}
@media (max-width: 1500px) {
  .noti-bar-show .section-header-mh {
    min-height: 260px;
  }
}
@media (max-width: 991px) {
  .noti-bar-show .section-header-mh {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .noti-bar-show .section-header-mh {
    padding-top: 150px;
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .noti-bar-show .section-header-mh .title.title-mb-40, .noti-bar-show .section-header-mh .nav-footer li a.title-mb-40, .nav-footer li .noti-bar-show .section-header-mh a.title-mb-40, .noti-bar-show .section-header-mh .title-mb-40.title-suscription, .noti-bar-show .section-header-mh .title-mb-40.highlighted-title, .noti-bar-show .section-header-mh .title-mb-40.title-text-row-size-70, .noti-bar-show .section-header-mh .title-mb-40.title-text-row, .noti-bar-show .section-header-mh .title-mb-40.table-title-text {
    margin-bottom: 5px;
  }
}

.section-padding-lg {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1400px) {
  .section-padding-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section-padding-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-pt-100 {
  padding-top: 100px;
}

.section-pt-xs {
  padding-top: 20px;
}

.section-pb-xs {
  padding-bottom: 20px;
}

.section-py-header {
  padding-top: 180px;
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .section-py-header {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-py-header {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.section-py-header.section-py-page-error {
  padding-bottom: 125px;
}
@media (max-width: 767px) {
  .section-py-header.section-py-page-error {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.section-py-header .section-header-padding-top {
  top: 115px;
}
@media (max-width: 991px) {
  .section-py-header .section-header-padding-top {
    top: 96px;
  }
}

.noti-bar-show .section-header-padding-top {
  top: 196px;
}
@media (max-width: 991px) {
  .noti-bar-show .section-header-padding-top {
    top: 144px;
  }
}
.noti-bar-show .section-py-header {
  padding-top: 180px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .noti-bar-show .section-py-header {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .noti-bar-show .section-py-header {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.noti-bar-show .section-py-header.section-py-page-error {
  padding-bottom: 125px;
}
@media (max-width: 767px) {
  .noti-bar-show .section-py-header.section-py-page-error {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.section-div {
  position: relative;
  z-index: 2;
}

.section-bg-dark {
  background-color: #121212;
}

.section-border-top {
  border-top: 1px solid #4c524c;
}

.section-copyright {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .section-copyright {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-defatul .section-background {
  background-color: #fff;
}
.section-yellow .section-background {
  background-color: #fedc32;
}
.section-yellow .text-wyswyg blockquote, .section-yellow .text-copyright blockquote, .section-yellow .text-ada blockquote, .section-yellow .text-cont blockquote, .section-yellow .text-social blockquote, .section-yellow .newsletter-text p blockquote, .newsletter-text .section-yellow p blockquote, .section-yellow .higthlited-wysywyg p blockquote, .higthlited-wysywyg .section-yellow p blockquote, .section-yellow .container-card-link-content p blockquote, .container-card-link-content .section-yellow p blockquote, .section-yellow .title-text-row-wyswyg p blockquote, .title-text-row-wyswyg .section-yellow p blockquote, .section-yellow .header-home-paraghaph blockquote, .section-yellow .text-nav blockquote {
  background-color: rgba(248, 248, 248, 0.3);
}
.section-yellow .text-wyswyg blockquote p:before, .section-yellow .text-copyright blockquote p:before, .section-yellow .text-ada blockquote p:before, .section-yellow .text-cont blockquote p:before, .section-yellow .text-social blockquote p:before, .section-yellow .newsletter-text p blockquote p:before, .newsletter-text .section-yellow p blockquote p:before, .section-yellow .higthlited-wysywyg p blockquote p:before, .higthlited-wysywyg .section-yellow p blockquote p:before, .section-yellow .container-card-link-content p blockquote p:before, .container-card-link-content .section-yellow p blockquote p:before, .section-yellow .title-text-row-wyswyg p blockquote p:before, .title-text-row-wyswyg .section-yellow p blockquote p:before, .section-yellow .header-home-paraghaph blockquote p:before, .section-yellow .text-nav blockquote p:before {
  color: #121212;
}
.section-yellow .form-g .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.section-yellow .form-g input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .section-yellow .title-text-row-wyswyg form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  color: #121212;
  background-color: #ffffff;
}
.section-yellow .form-g .gform_wrapper ::placeholder,
.section-yellow .form-g ::placeholder, .section-yellow .title-text-row-wyswyg form ::placeholder {
  color: #5c5c5c;
  opacity: 1;
}
.section-yellow .form-g .gform_wrapper .gform_wrapper.gravity-theme .gfield_label,
.section-yellow .form-g .gform_wrapper.gravity-theme .gfield_label, .section-yellow .title-text-row-wyswyg form .gform_wrapper.gravity-theme .gfield_label {
  font-size: 18px;
  font-size: 1.8rem;
}
.section-yellow .form-g .gform_wrapper .gfield_select,
.section-yellow .form-g .gfield_select, .section-yellow .title-text-row-wyswyg form .gfield_select {
  border-radius: 0;
  border: none;
  background-color: #ffffff;
  color: #121212;
  padding: 15px;
  height: 77px;
}
.section-yellow .form-g .gform_wrapper .gform_wrapper.gravity-theme .gfield textarea,
.section-yellow .form-g .gform_wrapper.gravity-theme .gfield textarea, .section-yellow .title-text-row-wyswyg form .gform_wrapper.gravity-theme .gfield textarea {
  border-radius: 0;
  border: none;
  background-color: #ffffff;
  color: #121212;
  padding: 15px;
  padding-top: 30px;
}
.section-yellow .title-text-row span, .section-yellow .table-title-text span, .section-yellow .title-text-row strong, .section-yellow .table-title-text strong {
  color: #fff;
}
.section-yellow .btn-circle {
  border-color: #fff;
}
.section-black .section-background {
  background-color: #121212;
}
.section-black .title-text-toptitle, .section-black .title-text-subtitle {
  color: #fedc32;
  background-color: #121212;
}
.section-black .title-text-row, .section-black .table-title-text, .section-black .text-wyswyg p, .section-black .text-copyright p, .section-black .text-ada p, .section-black .text-cont p, .section-black .text-social p, .section-black .newsletter-text p p, .newsletter-text .section-black p p, .section-black .higthlited-wysywyg p p, .higthlited-wysywyg .section-black p p, .section-black .container-card-link-content p p, .container-card-link-content .section-black p p, .section-black .title-text-row-wyswyg p p, .title-text-row-wyswyg .section-black p p, .section-black .header-home-paraghaph p, .section-black .text-nav p, .section-black .btn, .section-black .suscription-btn, .section-black .text-wyswyg ol li, .section-black .text-copyright ol li, .section-black .text-ada ol li, .section-black .text-cont ol li, .section-black .text-social ol li, .section-black .newsletter-text p ol li, .newsletter-text .section-black p ol li, .section-black .higthlited-wysywyg p ol li, .higthlited-wysywyg .section-black p ol li, .section-black .container-card-link-content p ol li, .container-card-link-content .section-black p ol li, .section-black .title-text-row-wyswyg p ol li, .title-text-row-wyswyg .section-black p ol li, .section-black .header-home-paraghaph ol li, .section-black .text-nav ol li, .section-black .text-wyswyg ul li, .section-black .text-copyright ul li, .section-black .text-ada ul li, .section-black .text-cont ul li, .section-black .text-social ul li, .section-black .newsletter-text p ul li, .newsletter-text .section-black p ul li, .section-black .higthlited-wysywyg p ul li, .higthlited-wysywyg .section-black p ul li, .section-black .container-card-link-content p ul li, .container-card-link-content .section-black p ul li, .section-black .title-text-row-wyswyg p ul li, .title-text-row-wyswyg .section-black p ul li, .section-black .header-home-paraghaph ul li, .section-black .text-nav ul li, .section-black .li-list {
  color: #fff;
}
.section-black .btn-cont a:hover, .section-black .btn:hover, .section-black .suscription-btn:hover {
  color: #fff;
}
.section-black .card-simple {
  background-color: #fedc32;
}
.section-black .card-simple .link-img--textmore {
  color: #121212;
}
.section-black .card-simple .link-img--textmore:hover {
  color: #121212;
}
.section-black .link-img--gradient {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
}
.section-black .text-wyswyg blockquote, .section-black .text-copyright blockquote, .section-black .text-ada blockquote, .section-black .text-cont blockquote, .section-black .text-social blockquote, .section-black .newsletter-text p blockquote, .newsletter-text .section-black p blockquote, .section-black .higthlited-wysywyg p blockquote, .higthlited-wysywyg .section-black p blockquote, .section-black .container-card-link-content p blockquote, .container-card-link-content .section-black p blockquote, .section-black .title-text-row-wyswyg p blockquote, .title-text-row-wyswyg .section-black p blockquote, .section-black .header-home-paraghaph blockquote, .section-black .text-nav blockquote {
  background-color: rgba(248, 248, 248, 0.2);
}
.section-black .title-text-row span, .section-black .table-title-text span, .section-black .title-text-row strong, .section-black .table-title-text strong {
  color: #fedc32;
}
.section-black .form-g .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.section-black .form-g input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .section-black .title-text-row-wyswyg form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  color: #fff;
  background-color: #242424;
}
.section-black .form-g .gform_wrapper ::placeholder,
.section-black .form-g ::placeholder, .section-black .title-text-row-wyswyg form ::placeholder {
  color: #a0a0a0;
  opacity: 1;
}
.section-black .form-g .gform_wrapper .gform_wrapper.gravity-theme .gfield_label,
.section-black .form-g .gform_wrapper.gravity-theme .gfield_label, .section-black .title-text-row-wyswyg form .gform_wrapper.gravity-theme .gfield_label {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
}
.section-black .form-g .gform_wrapper .gfield_select,
.section-black .form-g .gfield_select, .section-black .title-text-row-wyswyg form .gfield_select {
  border-radius: 0;
  border: none;
  background-color: #242424;
  color: #ffffff;
  padding: 15px;
  height: 77px;
}
.section-black .form-g .gform_wrapper .gform_wrapper.gravity-theme .gfield textarea,
.section-black .form-g .gform_wrapper.gravity-theme .gfield textarea, .section-black .title-text-row-wyswyg form .gform_wrapper.gravity-theme .gfield textarea {
  border-radius: 0;
  border: none;
  background-color: #242424;
  color: #ffffff;
  padding: 15px;
  padding-top: 30px;
}
.section-black .form-g .gform_wrapper .gform-field-label.gform-field-label--type-inline,
.section-black .form-g .gform-field-label.gform-field-label--type-inline, .section-black .title-text-row-wyswyg form .gform-field-label.gform-field-label--type-inline {
  color: #ffffff;
}
.section-black .form-g .gform_wrapper .gform_footer input.button,
.section-black .form-g .gform_footer input.button, .section-black .title-text-row-wyswyg form .gform_footer input.button {
  background-color: #fedc32;
  color: #121212;
}
.section-black .form-g .gform_wrapper .gform_footer input.button:hover,
.section-black .form-g .gform_footer input.button:hover, .section-black .title-text-row-wyswyg form .gform_footer input.button:hover {
  background-color: #fedc32;
  color: #121212;
}
.section-black .btn-circle {
  border-color: #fff;
}

.section-background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.pl-sm-90 {
  padding-left: 90px;
}

.pr-sm-40 {
  padding-right: 40px;
}
@media (max-width: 991px) {
  .pr-sm-40 {
    padding-right: 15px;
  }
}

.pl-sm-40 {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .pl-sm-40 {
    padding-left: 15px;
  }
}

.pl-sm-50 {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .pl-sm-50 {
    padding-left: 15px;
  }
}

.pl-sm-70 {
  padding-left: 70px;
}

.text-cont p {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .text-cont p {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .text-cont p {
    margin-bottom: 25px;
  }
}
.text-cont.text-font-18, .text-cont.text-font-18 p {
  font-size: 18px;
  font-size: 1.8rem;
}
.text-cont.text-font-16, .text-cont.text-font-16 p {
  font-size: 16px;
  font-size: 1.6rem;
}
.text-cont.text-font-15, .text-cont.text-font-15 p {
  font-size: 15px;
  font-size: 1.5rem;
}
.text-cont.text-cont-mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .text-cont.text-cont-mb-50 {
    margin-bottom: 30px;
  }
}
.text-cont.text-cont-mb-20 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .text-cont.text-cont-mb-20 {
    margin-bottom: 40px;
  }
}
.text-cont.text-cont-mt-40 {
  margin-top: 40px;
}
.text-cont.text-cont-p-mb-0 p {
  margin-bottom: 0;
}
.text-cont.text-w-icon p {
  margin-bottom: 12px;
  font-weight: 700;
}
.text-cont.text-w-icon i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 19px;
  font-size: 1.9rem;
}
.text-cont.text-w-icon.text-white a {
  color: #fff;
  text-decoration-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.text-cont.text-w-icon.text-white a:hover {
  text-decoration-color: transparent;
  color: #114682;
}

.text-work {
  font-family: "Work Sans", sans-serif;
}

.text-bold {
  font-weight: 700;
}

.text-white a {
  color: #fff;
  text-decoration-color: transparent;
}

@media (max-width: 991px) {
  .text-pt-lg {
    padding-top: 30px;
  }
}

.text-grey {
  color: #eeeeee;
}

.letter-spa-15 {
  letter-spacing: 1.56px;
}

.text-font-18,
.text-font-18 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (max-width: 500px) {
  .text-font-18,
  .text-font-18 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.text-font-14,
.text-font-14 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .text-center-lg {
    text-align: center;
  }
}

.text-divider {
  height: 3px;
  width: 100%;
  background-color: #000;
  margin: 20px auto 0;
}

.text-wyswyg p, .text-copyright p, .text-ada p, .text-cont p, .text-social p, .newsletter-text p p, .higthlited-wysywyg p p, .container-card-link-content p p, .title-text-row-wyswyg p p, .header-home-paraghaph p, .text-nav p, .text-wyswyg li, .text-copyright li, .text-ada li, .text-cont li, .text-social li, .newsletter-text p li, .higthlited-wysywyg p li, .container-card-link-content p li, .title-text-row-wyswyg p li, .header-home-paraghaph li, .text-nav li {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .text-wyswyg p, .text-copyright p, .text-ada p, .text-cont p, .text-social p, .newsletter-text p p, .higthlited-wysywyg p p, .container-card-link-content p p, .title-text-row-wyswyg p p, .header-home-paraghaph p, .text-nav p, .text-wyswyg li, .text-copyright li, .text-ada li, .text-cont li, .text-social li, .newsletter-text p li, .higthlited-wysywyg p li, .container-card-link-content p li, .title-text-row-wyswyg p li, .header-home-paraghaph li, .text-nav li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .text-wyswyg p, .text-copyright p, .text-ada p, .text-cont p, .text-social p, .newsletter-text p p, .higthlited-wysywyg p p, .container-card-link-content p p, .title-text-row-wyswyg p p, .header-home-paraghaph p, .text-nav p, .text-wyswyg li, .text-copyright li, .text-ada li, .text-cont li, .text-social li, .newsletter-text p li, .higthlited-wysywyg p li, .container-card-link-content p li, .title-text-row-wyswyg p li, .header-home-paraghaph li, .text-nav li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media (min-width: 1201px) {
  .text-wyswyg-small p, .text-wyswyg-small li {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 1201px) {
  .text-wyswyg-large p, .text-wyswyg-large li {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 1601px) {
  .text-wyswyg-large p, .text-wyswyg-large li {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.text-wyswyg .map-content iframe, .text-copyright .map-content iframe, .text-ada .map-content iframe, .text-cont .map-content iframe, .text-social .map-content iframe, .newsletter-text p .map-content iframe, .higthlited-wysywyg p .map-content iframe, .container-card-link-content p .map-content iframe, .title-text-row-wyswyg p .map-content iframe, .header-home-paraghaph .map-content iframe, .text-nav .map-content iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 500px) {
  .text-wyswyg .map-content iframe, .text-copyright .map-content iframe, .text-ada .map-content iframe, .text-cont .map-content iframe, .text-social .map-content iframe, .newsletter-text p .map-content iframe, .higthlited-wysywyg p .map-content iframe, .container-card-link-content p .map-content iframe, .title-text-row-wyswyg p .map-content iframe, .header-home-paraghaph .map-content iframe, .text-nav .map-content iframe {
    height: 300px;
  }
}
.text-wyswyg ul, .text-copyright ul, .text-ada ul, .text-cont ul, .text-social ul, .newsletter-text p ul, .higthlited-wysywyg p ul, .container-card-link-content p ul, .title-text-row-wyswyg p ul, .header-home-paraghaph ul, .text-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-size: 2.8rem;
  margin-left: 4%;
  position: relative;
}
@media (max-width: 1600px) {
  .text-wyswyg ul, .text-copyright ul, .text-ada ul, .text-cont ul, .text-social ul, .newsletter-text p ul, .higthlited-wysywyg p ul, .container-card-link-content p ul, .title-text-row-wyswyg p ul, .header-home-paraghaph ul, .text-nav ul {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 991px) {
  .text-wyswyg ul, .text-copyright ul, .text-ada ul, .text-cont ul, .text-social ul, .newsletter-text p ul, .higthlited-wysywyg p ul, .container-card-link-content p ul, .title-text-row-wyswyg p ul, .header-home-paraghaph ul, .text-nav ul {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .text-wyswyg ul, .text-copyright ul, .text-ada ul, .text-cont ul, .text-social ul, .newsletter-text p ul, .higthlited-wysywyg p ul, .container-card-link-content p ul, .title-text-row-wyswyg p ul, .header-home-paraghaph ul, .text-nav ul {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.text-wyswyg ul li, .text-copyright ul li, .text-ada ul li, .text-cont ul li, .text-social ul li, .newsletter-text p ul li, .higthlited-wysywyg p ul li, .container-card-link-content p ul li, .title-text-row-wyswyg p ul li, .header-home-paraghaph ul li, .text-nav ul li {
  position: relative;
  list-style-position: inside;
  color: #121212;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 20px;
}
.text-wyswyg ul li::marker, .text-copyright ul li::marker, .text-ada ul li::marker, .text-cont ul li::marker, .text-social ul li::marker, .newsletter-text p ul li::marker, .higthlited-wysywyg p ul li::marker, .container-card-link-content p ul li::marker, .title-text-row-wyswyg p ul li::marker, .header-home-paraghaph ul li::marker, .text-nav ul li::marker {
  color: #00a651;
}
.text-wyswyg ol, .text-copyright ol, .text-ada ol, .text-cont ol, .text-social ol, .newsletter-text p ol, .higthlited-wysywyg p ol, .container-card-link-content p ol, .title-text-row-wyswyg p ol, .header-home-paraghaph ol, .text-nav ol {
  counter-reset: myOrderedListItemsCounter;
  font-size: 28px;
  font-size: 2.8rem;
}
@media (max-width: 1600px) {
  .text-wyswyg ol, .text-copyright ol, .text-ada ol, .text-cont ol, .text-social ol, .newsletter-text p ol, .higthlited-wysywyg p ol, .container-card-link-content p ol, .title-text-row-wyswyg p ol, .header-home-paraghaph ol, .text-nav ol {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 991px) {
  .text-wyswyg ol, .text-copyright ol, .text-ada ol, .text-cont ol, .text-social ol, .newsletter-text p ol, .higthlited-wysywyg p ol, .container-card-link-content p ol, .title-text-row-wyswyg p ol, .header-home-paraghaph ol, .text-nav ol {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .text-wyswyg ol, .text-copyright ol, .text-ada ol, .text-cont ol, .text-social ol, .newsletter-text p ol, .higthlited-wysywyg p ol, .container-card-link-content p ol, .title-text-row-wyswyg p ol, .header-home-paraghaph ol, .text-nav ol {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.text-wyswyg ol li, .text-copyright ol li, .text-ada ol li, .text-cont ol li, .text-social ol li, .newsletter-text p ol li, .higthlited-wysywyg p ol li, .container-card-link-content p ol li, .title-text-row-wyswyg p ol li, .header-home-paraghaph ol li, .text-nav ol li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.text-wyswyg ol li:before, .text-copyright ol li:before, .text-ada ol li:before, .text-cont ol li:before, .text-social ol li:before, .newsletter-text p ol li:before, .higthlited-wysywyg p ol li:before, .container-card-link-content p ol li:before, .title-text-row-wyswyg p ol li:before, .header-home-paraghaph ol li:before, .text-nav ol li:before {
  font-size: 16px;
  font-size: 1.6rem;
  counter-increment: myOrderedListItemsCounter;
  content: counter(myOrderedListItemsCounter) " ";
  margin-right: 15px;
  background-color: #00a651;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  display: inline-block;
  text-align: center;
  color: white;
  padding-top: 3px;
}
@media (max-width: 767px) {
  .text-wyswyg ol li:before, .text-copyright ol li:before, .text-ada ol li:before, .text-cont ol li:before, .text-social ol li:before, .newsletter-text p ol li:before, .higthlited-wysywyg p ol li:before, .container-card-link-content p ol li:before, .title-text-row-wyswyg p ol li:before, .header-home-paraghaph ol li:before, .text-nav ol li:before {
    padding-top: 5px;
  }
}
.text-wyswyg .aligncenter, .text-copyright .aligncenter, .text-ada .aligncenter, .text-cont .aligncenter, .text-social .aligncenter, .newsletter-text p .aligncenter, .higthlited-wysywyg p .aligncenter, .container-card-link-content p .aligncenter, .title-text-row-wyswyg p .aligncenter, .header-home-paraghaph .aligncenter, .text-nav .aligncenter {
  margin: 35px auto 35px;
}
.text-wyswyg .aligncenter p, .text-copyright .aligncenter p, .text-ada .aligncenter p, .text-cont .aligncenter p, .text-social .aligncenter p, .newsletter-text p .aligncenter p, .higthlited-wysywyg p .aligncenter p, .container-card-link-content p .aligncenter p, .title-text-row-wyswyg p .aligncenter p, .header-home-paraghaph .aligncenter p, .text-nav .aligncenter p {
  margin-bottom: 0;
}
.text-wyswyg blockquote, .text-copyright blockquote, .text-ada blockquote, .text-cont blockquote, .text-social blockquote, .newsletter-text p blockquote, .higthlited-wysywyg p blockquote, .container-card-link-content p blockquote, .title-text-row-wyswyg p blockquote, .header-home-paraghaph blockquote, .text-nav blockquote {
  position: relative;
  background-color: #f8f8f8;
  padding: 100px;
}
@media (max-width: 767px) {
  .text-wyswyg blockquote, .text-copyright blockquote, .text-ada blockquote, .text-cont blockquote, .text-social blockquote, .newsletter-text p blockquote, .higthlited-wysywyg p blockquote, .container-card-link-content p blockquote, .title-text-row-wyswyg p blockquote, .header-home-paraghaph blockquote, .text-nav blockquote {
    padding: 50px;
    padding-left: 30px;
  }
}
.text-wyswyg blockquote p, .text-copyright blockquote p, .text-ada blockquote p, .text-cont blockquote p, .text-social blockquote p, .newsletter-text p blockquote p, .higthlited-wysywyg p blockquote p, .container-card-link-content p blockquote p, .title-text-row-wyswyg p blockquote p, .header-home-paraghaph blockquote p, .text-nav blockquote p {
  position: relative;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .text-wyswyg blockquote p, .text-copyright blockquote p, .text-ada blockquote p, .text-cont blockquote p, .text-social blockquote p, .newsletter-text p blockquote p, .higthlited-wysywyg p blockquote p, .container-card-link-content p blockquote p, .title-text-row-wyswyg p blockquote p, .header-home-paraghaph blockquote p, .text-nav blockquote p {
    padding-left: 64px;
  }
}
.text-wyswyg blockquote p:before, .text-copyright blockquote p:before, .text-ada blockquote p:before, .text-cont blockquote p:before, .text-social blockquote p:before, .newsletter-text p blockquote p:before, .higthlited-wysywyg p blockquote p:before, .container-card-link-content p blockquote p:before, .title-text-row-wyswyg p blockquote p:before, .header-home-paraghaph blockquote p:before, .text-nav blockquote p:before {
  content: open-quote;
  font-size: 80px;
  font-size: 8rem;
  position: absolute;
  color: #e0e0e0;
  left: 0px;
  top: 10px;
  border-right: 8px solid #00a651;
  height: 94%;
  padding-right: 10px;
  display: flex;
  line-height: 0.7;
}

.text-wyswyg-cont-colored {
  padding: 30px 25px 5px;
  background-color: #1C1C1C;
  color: #fff;
}

.text-wyswyg-p-mb-0 p {
  margin-bottom: 2px;
  line-height: 1.5;
}

.text-block-w-bg {
  padding: 29px 40px;
  background-color: #1C1C1C;
  border: 1px solid #1C1C1C;
  color: #FFF;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.14);
}
@media (max-width: 500px) {
  .text-block-w-bg {
    padding: 25px 20px;
  }
}
.text-block-w-bg .title, .text-block-w-bg .nav-footer li a, .nav-footer li .text-block-w-bg a, .text-block-w-bg .title-suscription, .text-block-w-bg .highlighted-title, .text-block-w-bg .title-text-row-size-70, .text-block-w-bg .title-text-row, .text-block-w-bg .table-title-text {
  color: #fff;
}

.text-col3-mb-0 .section-mb-50 {
  margin-bottom: 0;
}

.text-imag-section img {
  width: 100%;
  height: auto;
}

.section-div .higthlited-wysywyg p {
  color: unset;
}
.section-div a {
  color: #fff;
  text-decoration-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section-div a:hover {
  color: #fff;
  text-decoration: underline;
}

.text-top-title-row {
  font-family: "Futura-Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 35px;
  font-size: 3.5rem;
}
@media (max-width: 1900px) {
  .text-top-title-row {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .text-top-title-row {
    margin-bottom: 15px;
  }
}

.text-img-section .title-text-wyswyg.title-text-wyswyg-md {
  font-family: "Futura-Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 35px;
  font-size: 3.5rem;
}
@media (max-width: 1900px) {
  .text-img-section .title-text-wyswyg.title-text-wyswyg-md {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .text-img-section .title-text-wyswyg.title-text-wyswyg-md {
    margin-bottom: 15px;
  }
}
.text-img-section .text-top-title-row {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.text-mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .text-mb-60 {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .text-mb-60 {
    margin-bottom: 20px;
  }
}

.text-align-items-left {
  align-items: start;
}
@media (max-width: 991px) {
  .text-align-items-left {
    align-items: center;
  }
}

.text-align-items-center {
  align-items: center;
}

.text-align-items-right {
  align-items: end;
}
@media (max-width: 991px) {
  .text-align-items-right {
    align-items: center;
  }
}

.text-items-left {
  text-align: left;
}
@media (max-width: 991px) {
  .text-items-left {
    text-align: center;
  }
}

.text-items-center {
  text-align: center;
}

.text-items-right {
  text-align: right;
}
@media (max-width: 991px) {
  .text-items-right {
    text-align: center;
  }
}

.text-wyswyg-header p {
  text-align: left;
  font-weight: 700;
}
@media (max-width: 991px) {
  .text-wyswyg-header p {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
  }
}

.text-option-center {
  text-align: center;
}

.title, .nav-footer li a, .title-suscription, .highlighted-title, .title-text-row-size-70, .title-text-row, .table-title-text {
  font-family: "Work Sans", sans-serif;
  color: #000;
  font-size: 80px;
  font-size: 8rem;
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .title, .nav-footer li a, .title-suscription, .highlighted-title, .title-text-row-size-70, .title-text-row, .table-title-text {
    font-size: 56px;
    font-size: 5.6rem;
  }
}
@media (max-width: 991px) {
  .title, .nav-footer li a, .title-suscription, .highlighted-title, .title-text-row-size-70, .title-text-row, .table-title-text {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .title, .nav-footer li a, .title-suscription, .highlighted-title, .title-text-row-size-70, .title-text-row, .table-title-text {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.1;
  }
}
@media (max-width: 500px) {
  .title, .nav-footer li a, .title-suscription, .highlighted-title, .title-text-row-size-70, .title-text-row, .table-title-text {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.title.title-xl, .nav-footer li a.title-xl, .title-xl.title-suscription, .title-xl.highlighted-title, .title-xl.title-text-row-size-70, .title-xl.title-text-row, .title-xl.table-title-text {
  font-size: 100px;
  font-size: 10rem;
}
@media (max-width: 1450px) {
  .title.title-xl, .nav-footer li a.title-xl, .title-xl.title-suscription, .title-xl.highlighted-title, .title-xl.title-text-row-size-70, .title-xl.title-text-row, .title-xl.table-title-text {
    font-size: 85px;
    font-size: 8.5rem;
  }
}
@media (max-width: 1200px) {
  .title.title-xl, .nav-footer li a.title-xl, .title-xl.title-suscription, .title-xl.highlighted-title, .title-xl.title-text-row-size-70, .title-xl.title-text-row, .title-xl.table-title-text {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media (max-width: 991px) {
  .title.title-xl, .nav-footer li a.title-xl, .title-xl.title-suscription, .title-xl.highlighted-title, .title-xl.title-text-row-size-70, .title-xl.title-text-row, .title-xl.table-title-text {
    font-size: 68px;
    font-size: 6.8rem;
  }
}
@media (max-width: 767px) {
  .title.title-xl, .nav-footer li a.title-xl, .title-xl.title-suscription, .title-xl.highlighted-title, .title-xl.title-text-row-size-70, .title-xl.title-text-row, .title-xl.table-title-text {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 500px) {
  .title.title-xl, .nav-footer li a.title-xl, .title-xl.title-suscription, .title-xl.highlighted-title, .title-xl.title-text-row-size-70, .title-xl.title-text-row, .title-xl.table-title-text {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
.title.title-lg, .nav-footer li a.title-lg, .title-lg.title-suscription, .title-lg.highlighted-title, .title-lg.title-text-row-size-70, .title-lg.title-text-row, .title-lg.table-title-text {
  font-size: 85px;
  font-size: 8.5rem;
}
@media (max-width: 1450px) {
  .title.title-lg, .nav-footer li a.title-lg, .title-lg.title-suscription, .title-lg.highlighted-title, .title-lg.title-text-row-size-70, .title-lg.title-text-row, .title-lg.table-title-text {
    font-size: 78px;
    font-size: 7.8rem;
  }
}
@media (max-width: 1200px) {
  .title.title-lg, .nav-footer li a.title-lg, .title-lg.title-suscription, .title-lg.highlighted-title, .title-lg.title-text-row-size-70, .title-lg.title-text-row, .title-lg.table-title-text {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media (max-width: 991px) {
  .title.title-lg, .nav-footer li a.title-lg, .title-lg.title-suscription, .title-lg.highlighted-title, .title-lg.title-text-row-size-70, .title-lg.title-text-row, .title-lg.table-title-text {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.title.title-md, .nav-footer li a.title-md, .title-md.title-suscription, .title-md.highlighted-title, .title-md.title-text-row-size-70, .title-md.title-text-row, .title-md.table-title-text {
  font-size: 48px;
  font-size: 4.8rem;
}
@media (max-width: 1200px) {
  .title.title-md, .nav-footer li a.title-md, .title-md.title-suscription, .title-md.highlighted-title, .title-md.title-text-row-size-70, .title-md.title-text-row, .title-md.table-title-text {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .title.title-md, .nav-footer li a.title-md, .title-md.title-suscription, .title-md.highlighted-title, .title-md.title-text-row-size-70, .title-md.title-text-row, .title-md.table-title-text {
    font-size: 37px;
    font-size: 3.7rem;
  }
}
.title.title-xs, .nav-footer li a.title-xs, .title-xs.title-suscription, .title-xs.highlighted-title, .title-xs.title-text-row-size-70, .title-xs.title-text-row, .title-xs.table-title-text {
  font-size: 32px;
  font-size: 3.2rem;
}
@media (max-width: 500px) {
  .title.title-xs, .nav-footer li a.title-xs, .title-xs.title-suscription, .title-xs.highlighted-title, .title-xs.title-text-row-size-70, .title-xs.title-text-row, .title-xs.table-title-text {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.title.title-mb-30, .nav-footer li a.title-mb-30, .title-mb-30.title-suscription, .title-mb-30.highlighted-title, .title-mb-30.title-text-row-size-70, .title-mb-30.title-text-row, .title-mb-30.table-title-text {
  margin-bottom: 30px;
}
.title.title-mb-40, .nav-footer li a.title-mb-40, .title-mb-40.title-suscription, .title-mb-40.highlighted-title, .title-mb-40.title-text-row-size-70, .title-mb-40.title-text-row, .title-mb-40.table-title-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .title.title-mb-40, .nav-footer li a.title-mb-40, .title-mb-40.title-suscription, .title-mb-40.highlighted-title, .title-mb-40.title-text-row-size-70, .title-mb-40.title-text-row, .title-mb-40.table-title-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .title.title-mb-40, .nav-footer li a.title-mb-40, .title-mb-40.title-suscription, .title-mb-40.highlighted-title, .title-mb-40.title-text-row-size-70, .title-mb-40.title-text-row, .title-mb-40.table-title-text {
    margin-bottom: 25px;
  }
}
.title.title-mb-50, .nav-footer li a.title-mb-50, .title-mb-50.title-suscription, .title-mb-50.highlighted-title, .title-mb-50.title-text-row-size-70, .title-mb-50.title-text-row, .title-mb-50.table-title-text {
  margin-bottom: 50px;
}
.title-footer {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 30px;
}

.top-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #8E9A6C;
}
@media (max-width: 500px) {
  .top-title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.top-title.title-mb-40 {
  margin-bottom: 10px;
}
.top-title.title-mb-40 {
  margin-bottom: 40px;
}
.top-title.title-mb-20 {
  margin-bottom: 20px;
}

.text-white .title, .text-white .nav-footer li a, .nav-footer li .text-white a, .text-white .title-suscription, .text-white .highlighted-title, .text-white .title-text-row-size-70, .text-white .title-text-row, .text-white .table-title-text {
  color: #ffffff;
}

.title-regular {
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: "Futura-Bold", Arial, Helvetica, sans-serif;
}
.title-regular.title-regular-center {
  margin-top: 15px;
  margin-bottom: 15px;
}

.title-text-wyswyg {
  color: #170702;
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.4px;
  text-align: left;
}
.title-text-wyswyg.title-text-wyswyg-md {
  margin-bottom: 0;
  margin-bottom: 27px;
  line-height: 1.4;
}
@media (max-width: 1900px) {
  .title-text-wyswyg.title-text-wyswyg-md {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 567px) {
  .title-text-wyswyg.title-text-wyswyg-md {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 1.5;
  }
}
@media (max-width: 1900px) {
  .title-text-wyswyg.title-text-wyswyg-sm {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 567px) {
  .title-text-wyswyg.title-text-wyswyg-sm {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.title-general, .table-aditional-text p {
  color: #170702;
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.4px;
  text-align: left;
}
@media (max-width: 1800px) {
  .title-general, .table-aditional-text p {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 1200px) {
  .title-general, .table-aditional-text p {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (max-width: 991px) {
  .title-general, .table-aditional-text p {
    font-size: 30px;
    font-size: 3rem;
  }
}

.title-image-cont {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.36) 40%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 90%);
}
.title-image-cont .title-image {
  margin-right: 10px;
  margin-bottom: 10px;
  color: white;
}

.title-container {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .title-container {
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .title-container {
    margin-bottom: 30px;
  }
}

.title-container-medium {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .title-container-medium {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .title-container-medium {
    margin-bottom: 30px;
  }
}

.title-mb-20 {
  margin-bottom: 20px;
}

.title-header {
  font-size: 160px;
  font-size: 16rem;
  font-weight: 900;
  text-align: left;
}
@media (max-width: 1450px) {
  .title-header {
    font-size: 120px;
    font-size: 12rem;
  }
}
@media (max-width: 1200px) {
  .title-header {
    font-size: 90px;
    font-size: 9rem;
  }
}
@media (max-width: 991px) {
  .title-header {
    text-align: center;
    line-height: 0.9;
  }
}
@media (max-width: 410px) {
  .title-header {
    font-size: 70px;
    font-size: 7rem;
  }
}

.btn-cont a,
.btn,
.suscription-btn {
  color: #000;
  font-family: "Work Sans", sans-serif;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn-cont a:hover,
.btn:hover,
.suscription-btn:hover {
  color: #000;
}
@media (max-width: 1600px) {
  .btn-cont a,
  .btn,
  .suscription-btn {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 567px) {
  .btn-cont a,
  .btn,
  .suscription-btn {
    text-align: left;
    display: flex;
    align-items: center;
  }
}
.btn-cont a.btn-inline-b,
.btn.btn-inline-b,
.btn-inline-b.suscription-btn {
  display: inline-block;
}
.btn-cont a .btn-icon,
.btn .btn-icon,
.suscription-btn .btn-icon {
  font-size: 50px;
  font-size: 5rem;
}
.btn-cont a .btn-icon-mr,
.btn .btn-icon-mr,
.suscription-btn .btn-icon-mr {
  margin-right: 10px;
}
.btn-cont a .btn-icon-ml,
.btn .btn-icon-ml,
.suscription-btn .btn-icon-ml {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .btn-cont a .btn-icon-dnone-mobile,
  .btn .btn-icon-dnone-mobile,
  .suscription-btn .btn-icon-dnone-mobile {
    display: none;
  }
}
.btn-cont a.btn-icon-radius,
.btn.btn-icon-radius,
.btn-icon-radius.suscription-btn {
  border-radius: 25px;
}
.btn-cont a .btn-text-inline,
.btn .btn-text-inline,
.suscription-btn .btn-text-inline {
  display: inline-block;
  vertical-align: middle;
}
.btn-cont a.btn-border-red,
.btn.btn-border-red,
.btn-border-red.suscription-btn {
  background-color: transparent;
  border: 3px solid #742a2a;
  color: #742a2a;
}
.btn-cont a.btn-border-red:hover,
.btn.btn-border-red:hover,
.btn-border-red.suscription-btn:hover {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}

.btn-border a,
.btn.btn-border,
.btn-border.suscription-btn {
  background-color: transparent;
  border: 3px solid #000;
  color: #000;
}
.btn-border a:hover,
.btn.btn-border:hover,
.btn-border.suscription-btn:hover {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}

.btn-light a.btn-border,
.btn.btn-light.btn-border,
.btn-light.btn-border.suscription-btn {
  border-color: #fff;
  color: #fff;
}
.btn-light a.btn-border:hover,
.btn.btn-light.btn-border:hover,
.btn-light.btn-border.suscription-btn:hover {
  background-color: #fff;
  color: #000;
}

.btn-default a,
.btn.btn-default,
.btn-default.suscription-btn {
  background-color: #eeeeee;
  border-color: #1C1C1C;
  color: #1C1C1C;
}
.btn-default a:hover,
.btn.btn-default:hover,
.btn-default.suscription-btn:hover {
  background-color: #1C1C1C;
  border-color: #1C1C1C;
  color: #fff;
}

.btn-impo a,
.btn.btn-impo,
.btn-impo.suscription-btn {
  background-color: #742a2a;
  border-color: #742a2a;
  color: #FFF;
}
.btn-impo a:hover,
.btn.btn-impo:hover,
.btn-impo.suscription-btn:hover {
  background-color: #C36041;
  border-color: #C36041;
  color: #fff;
}

.btn-action a,
.btn.btn-action,
.btn-action.suscription-btn {
  background-color: #b2ada6;
  border-color: #b2ada6;
  color: #FFF;
}
.btn-action a:hover,
.btn.btn-action:hover,
.btn-action.suscription-btn:hover {
  background-color: #170702;
  border-color: #170702;
  color: #fff;
}

.btn.btn-hightlight, .btn-hightlight.suscription-btn {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0px 15px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 1200px) {
  .btn.btn-hightlight, .btn-hightlight.suscription-btn {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .btn.btn-hightlight, .btn-hightlight.suscription-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .btn.btn-hightlight .btn-text-inline, .btn-hightlight.suscription-btn .btn-text-inline {
    display: block;
  }
}

.btn-link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-weight: 400;
  padding: 5px 0;
  border-radius: 0;
  color: #000;
  border-radius: 0;
}
@media (max-width: 991px) {
  .btn-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.btn-link .btn-link-text {
  display: inline-block;
  padding: 1px 0;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}
.btn-link i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: 3px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-link.white {
  color: #fff;
}
.btn-link.white .btn-link-text {
  border-bottom: 1px solid #fff;
}
.btn-link.only-icon {
  font-size: 25px;
  font-size: 2.5rem;
}

.btn-link:hover,
.btn-link:focus {
  text-decoration-color: transparent;
  background-color: transparent;
}
.btn-link:hover i,
.btn-link:focus i {
  -webkit-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.btn-link.only-icon:hover i,
.btn-link.only-icon:focus i {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.container-btn-mt {
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .container-btn-mt {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .container-btn-mt {
    margin-top: 30px;
  }
}

.container-btn-mt-m {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .container-btn-mt-m {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .container-btn-mt-m {
    margin-top: 30px;
  }
}

.container-btn-mt-30 {
  margin-top: 30px;
}

.title-text-row-wyswyg .suscription-btn .inner i, .form-g .suscription-btn .inner i {
  background-color: #ffffff;
}
.title-text-row-wyswyg .suscription-btn, .form-g .suscription-btn {
  margin-top: 30px;
  display: inline-block;
  width: unset;
}
.title-text-row-wyswyg .suscription-btn .container-btn, .form-g .suscription-btn .container-btn {
  max-height: 54px;
  margin-top: 0px !important;
}
.title-text-row-wyswyg .suscription-btn .container-btn-text, .form-g .suscription-btn .container-btn-text {
  font-family: unset;
  font-size: 24px;
}

.btn-circle {
  width: 100px;
  height: 100px;
  background-color: #c2bfbf;
  border: 8px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-position: center;
  background-size: 100%;
  object-fit: cover;
  margin-right: 20px;
}
.btn-circle:focus, .btn-circle:focus-visible {
  outline-width: 10px;
}
@media (max-width: 1200px) {
  .btn-circle {
    width: 50px;
    height: 50px;
    border: 4px solid #000;
  }
}
.btn-circle::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 14px solid transparent;
  margin-left: 5px;
  border-bottom: 14px solid transparent;
}
@media (max-width: 1200px) {
  .btn-circle::after {
    border-left: 12px solid #fff;
    border-top: 10px solid transparent;
    margin-left: 3px;
    border-bottom: 10px solid transparent;
  }
}

.link-scroll i {
  color: #121212;
  font-size: 30px;
  transform: rotate(90deg);
}

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

.figure-400 {
  width: 100%;
  padding-top: 117%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .figure-400 {
    max-width: 530px;
  }
}

.figure-logo-footer {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 991px) {
  .figure-logo-footer {
    margin: 0 auto 40px;
  }
}

.figure-footer-cont {
  text-align: right;
}
@media (max-width: 991px) {
  .figure-footer-cont {
    text-align: center;
    margin-top: 30px;
  }
}
.figure-footer-cont img {
  margin: 0 14px;
}
@media (max-width: 1200px) {
  .figure-footer-cont img {
    max-width: 120px;
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .figure-footer-cont img {
    max-width: 110px;
    margin: 10px;
  }
}

.figure-caption {
  text-align: center;
  line-height: 1.1;
  font-size: 85%;
}

.figure-img-full img {
  width: 100%;
  height: auto;
}

i.search-icon-link {
  display: block;
  height: 23px;
  width: 23px;
  background-image: url("../images/search-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

i.search-icon-close {
  display: inline-block;
  height: 23px;
  width: 23px;
  background-image: url("../images/search-form-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.search-cont {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  overflow: auto;
}
.search-cont--bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 1;
}
@media (max-width: 767px) {
  .search-cont--bg {
    opacity: 0.9;
    background-color: #fff;
  }
}
.search-cont--info {
  position: relative;
  z-index: 2;
  min-height: 100%;
  height: 100%;
}

.search-form form {
  width: 100%;
}
.search-form .form-control {
  height: 90px;
  border-color: #f7cb46;
  box-shadow: none;
  border-radius: 0;
  background-color: #f7cb46;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  padding-left: 70px;
  padding-right: 50px;
  min-width: 100px;
}
@media (max-width: 767px) {
  .search-form .form-control {
    padding-left: 20px;
    padding-right: 20px;
    height: 70px;
  }
}
.search-form .form-control::placeholder {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}
.search-form .form-control:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.search-form .form-control::-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.search-btn-close {
  background-color: #dcb33a;
  padding: 10px;
  height: 90px;
  width: 90px;
  border-radius: 0;
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
  border: none;
  text-align: center;
  line-height: 0;
}
@media (max-width: 767px) {
  .search-btn-close {
    width: 60px;
    height: 70px;
  }
}
.search-btn-close:hover, .search-btn-close:focus {
  background-color: #dcb33a;
  color: #fff;
}

.search-btn-submit {
  background-color: #dcb33a;
  padding: 0 10px;
  height: 90px;
  line-height: 90px;
  width: 90px;
  border-radius: 0;
  font-size: 21px;
  font-size: 2.1rem;
  color: #fff;
  border: none;
  line-height: 0;
}
@media (max-width: 767px) {
  .search-btn-submit {
    height: 70px;
    line-height: 73px;
  }
}
.search-btn-submit:hover, .search-btn-submit:focus {
  background-color: #f7cb46;
  opacity: 0.9;
}
.search-btn-submit i.search-icon-link {
  display: inline-block;
}

.search-results {
  display: none;
  padding: 60px 160px 20px;
  background: #fff;
  position: relative;
  min-height: 100%;
  min-height: calc(100% - 90px);
}
@media (max-width: 767px) {
  .search-results {
    padding: 30px 100px 10px;
    min-height: calc(100% - 70px);
  }
}
@media (max-width: 450px) {
  .search-results {
    padding: 30px 30px 10px;
  }
}
.search-results.shown-results {
  display: block;
}

.search-results-list {
  max-width: 1140px;
  list-style: none;
  padding: 0;
}
.search-results-list .search-results-list-title {
  display: block;
  font-family: "Work Sans", sans-serif;
  color: #f7cb46;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.search-results-list li a {
  color: #f7cb46;
}
.search-results-list li p,
.search-results-list li {
  font-size: 16px;
  font-size: 1.6rem;
  color: #151515;
  font-weight: 400;
}
.search-results-list li {
  margin-bottom: 40px;
}

.search-cont {
  display: none;
}

.search-show {
  overflow: hidden;
}
.search-show .search-cont {
  display: block;
}

.search-results-loader {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  color: #c11725;
}
.search-results-loader div {
  padding: 60px;
}

.nav-main {
  padding-left: 70px;
  padding-right: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #000;
}
@media (max-width: 1400px) {
  .nav-main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .nav-main {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 5px;
  }
}
@media (max-width: 500px) {
  .nav-main {
    padding-left: 8px;
    padding-right: 0px;
  }
}

.nav-main-w-top.nav-main {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .nav-main-w-top.nav-main {
    padding-top: 30px;
  }
}

.navbar-brand {
  position: relative;
  z-index: 0;
  margin: 0;
  width: 100px;
  height: 100px;
  padding: 0px;
  display: block;
}
@media (max-width: 1650px) {
  .navbar-brand {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    height: 70px;
    width: 60px;
  }
}
@media (max-width: 355px) {
  .navbar-brand {
    width: 45px;
  }
}
.navbar-brand--img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1650px) {
  .navbar-brand--img {
    margin-left: 0px;
  }
}
@media (max-width: 1200px) {
  .navbar-brand--img {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .navbar-brand--img {
    margin-left: 0px;
    margin-top: 0px;
  }
}
.navbar-brand--text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin-left: 5px;
}
.navbar-brand h1 {
  margin-bottom: 0;
}

.container-ticket-button {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .container-ticket-button {
    margin-left: 0;
    padding: 0 10px;
    order: 0;
  }
}

@media (max-width: 991px) {
  .nav-main .container-ticket-button .btn, .nav-main .container-ticket-button .suscription-btn {
    border-radius: 15px;
    padding: 7px 8px;
    font-size: 11px;
    font-size: 1.1rem;
    font-family: "Futura-Bold", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
  }
}

.nav-main-actions {
  padding: 0;
  width: 100%;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.nav-main-actions .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 999;
}

.nav-inner {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: url("../images/bg-submenu.png");
  background-color: #000;
  width: 100%;
  z-index: 22;
}

.nav-inner-cont {
  padding: 120px 20px 40px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  z-index: 22;
}
@media (max-width: 991px) {
  .nav-inner-cont {
    padding: 50px 20px;
  }
}

.nav-inner-col {
  min-height: 100%;
  width: 100%;
  /* max-width: 1230px; */
  margin: 0 auto;
}
@media (min-width: 992px) {
  .nav-inner-col {
    display: flex;
    justify-content: start;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .nav-inner-col {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .nav-list-cont-inner {
    padding-bottom: 70px;
  }
}

.nav-main-actions--inner {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 24;
}
@media (min-width: 992px) {
  .nav-main-actions--inner {
    display: none;
  }
}

.nav-inner-back {
  color: #fff;
  visibility: hidden;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}

.nav-main-actions--inner-boton {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #98040d;
  z-index: 22;
  align-items: center;
}
@media (min-width: 992px) {
  .nav-main-actions--inner-boton {
    display: none;
  }
}
.nav-main-actions--inner-boton > div {
  flex: 0 0 50%;
  max-width: 50%;
}

.inner-boton-btn {
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.inner-boton-btn.inner-boton-btn-dark {
  background-color: #88000b;
}
.inner-boton-btn i,
.inner-boton-btn span {
  display: inline-block;
  vertical-align: middle;
}
.inner-boton-btn i {
  margin-right: 3px;
}

@media (max-width: 991px) {
  .navbar-nav-inner {
    text-align: left;
  }
}
.navbar-nav-inner li {
  margin-bottom: 10px;
}
.navbar-nav-inner li a {
  color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.2;
  text-transform: capitalize;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
@media (max-width: 1800px) {
  .navbar-nav-inner li a {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media (max-width: 1470px) {
  .navbar-nav-inner li a {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 1200px) {
  .navbar-nav-inner li a {
    font-size: 30px;
    font-size: 3rem;
  }
}
.navbar-nav-inner li.submenu-link-active > a {
  color: #fedc32;
  text-decoration: underline;
  font-weight: 700;
}
@media (max-width: 991px) {
  .navbar-nav-inner li.submenu-link-active > a {
    margin-bottom: 30px;
    font-size: 30px;
    font-size: 3rem;
    color: #000;
  }
  .navbar-nav-inner li.submenu-link-active > a:hover {
    color: #000;
  }
}
@media (max-width: 991px) {
  .navbar-nav-inner .submenu-link-active > a {
    pointer-events: none;
  }
}
.navbar-nav-inner li a:hover {
  color: #fff;
  text-decoration: none;
}
.navbar-nav-inner.navbar-nav-inner-sm li a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 29px;
  font-size: 2.9rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.navbar-nav-inner.navbar-nav-inner-sm li {
  margin: 3px 0;
  letter-spacing: 0.7px;
}
.navbar-nav-inner li.menu-item-has-children > a {
  position: relative;
}
.navbar-nav-inner .sub-menu li {
  margin: 5px 0;
  position: relative;
  z-index: 1;
}
.navbar-nav-inner .sub-menu li a {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
}
.navbar-nav-inner .sub-menu li a:hover {
  color: #00a651;
}
@media (max-width: 1470px) {
  .navbar-nav-inner .sub-menu li a {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 1200px) {
  .navbar-nav-inner .sub-menu li a {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.navbar-nav-inner .sub-menu {
  position: absolute;
  top: 0px;
  right: 0;
  min-height: 100%;
  width: 60%;
  padding: 90px 95px 50px;
  list-style: none;
  z-index: 23;
  overflow-y: auto;
  padding-top: 250px;
}
@media (min-width: 992px) {
  .navbar-nav-inner .sub-menu {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
}
@media (max-width: 991px) {
  .navbar-nav-inner .sub-menu {
    position: static;
    width: 100%;
    height: 100%;
    bottom: 0;
    padding: 0px;
  }
}

.sub-menu-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 64%;
  bottom: 0;
  background-color: #fedc32;
  z-index: 21;
}
@media (max-width: 991px) {
  .sub-menu-bg {
    display: none;
  }
}

@media (max-width: 991px) {
  .nav-container-toggle {
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 400px) {
  .nav-container-toggle {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.navbar-toggle-w {
  display: inline-block;
  height: auto;
  padding: 0;
  border-radius: 0;
  position: relative;
  z-index: 20;
  background: transparent;
  border: 0;
  vertical-align: middle;
  margin-left: 15px;
  color: #fff;
  -webkit-appearance: inherit;
}
@media (max-width: 991px) {
  .navbar-toggle-w {
    margin-left: 0px;
  }
}
.navbar-toggle-w .bar-line-cont {
  display: inline-block;
  position: relative;
  height: 26px;
  width: 47px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .navbar-toggle-w .bar-line-cont {
    width: 35px;
    height: 20px;
  }
}
.navbar-toggle-w .bar-line {
  width: 100%;
  height: 3px;
  background-color: #fedc32;
  position: absolute;
  left: 0;
  background-repeat: repeat-x;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-toggle-w .bar-line:nth-child(1) {
  position: absolute;
  top: 0;
}
.navbar-toggle-w .bar-line:nth-child(2) {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  opacity: 1;
}
.navbar-toggle-w .bar-line:nth-child(3) {
  position: absolute;
  top: 100%;
  margin-top: -3px;
}
.navbar-toggle-w:hover .bar-line:nth-child(1) {
  top: -2px;
}
.navbar-toggle-w:hover .bar-line:nth-child(3) {
  margin-top: -2px;
}
.navbar-toggle-w.active .bar-line:nth-child(1) {
  transform: rotate(45deg);
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.navbar-toggle-w.active .bar-line:nth-child(2) {
  opacity: 0;
}
.navbar-toggle-w.active .bar-line:nth-child(3) {
  transform: rotate(-45deg);
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.navbar-toggle-w--text {
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fedc32;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 7px;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 991px) {
  .navbar-toggle-w--text {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
@media (max-width: 400px) {
  .navbar-toggle-w--text {
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 4px;
  }
}

@media (max-width: 767px) {
  .navbar-toggle-w .bar-line-cont {
    margin-left: 0;
  }
}
.nav-inner-colinfo {
  padding: 20px 0px;
}
@media (max-width: 767px) {
  .nav-inner-colinfo {
    padding-top: 0;
  }
}
@media (min-width: 766px) {
  .nav-inner-colinfo {
    background-color: #000;
  }
}

.sub-menu-show .nav-inner-col {
  overflow: hidden;
}

.nav-inner-col--info {
  padding: 20px 60px 40px;
}

.nav-main-actions--inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 43px 58px 20px;
  z-index: 333;
}

.nav-inner-close {
  color: #e9e4da;
  padding: 10px 15px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration-color: transparent;
  font-size: 16px;
  font-size: 1.6rem;
}
.nav-inner-close span {
  vertical-align: middle;
  display: inline-block;
  margin-right: 4px;
  text-decoration-color: transparent;
}

.nav-inner-clos--icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 20px;
  width: 20px;
}
.nav-inner-clos--icon:after, .nav-inner-clos--icon:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}
.nav-inner-clos--icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-inner-close:active,
.nav-inner-close:focus,
.nav-inner-close:hover {
  color: #114682;
  text-decoration-color: transparent;
}
.nav-inner-close:active .nav-inner-clos--icon:before,
.nav-inner-close:active .nav-inner-clos--icon:after,
.nav-inner-close:focus .nav-inner-clos--icon:before,
.nav-inner-close:focus .nav-inner-clos--icon:after,
.nav-inner-close:hover .nav-inner-clos--icon:before,
.nav-inner-close:hover .nav-inner-clos--icon:after {
  background-color: #114682;
}

.nav-inner-back {
  color: #e9e4da;
  z-index: 23;
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 45px;
  left: 38px;
}
.nav-inner-back i,
.nav-inner-back span {
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}
.nav-inner-back i {
  margin-right: 10px;
  line-height: 1;
  margin-bottom: -2px;
}

.nav-inner-back:hover {
  color: #ffffff;
  text-decoration-color: transparent;
}

.nav-content-item-end {
  height: 100%;
}

.nav-list-cont {
  width: 100%;
  padding-top: 150px;
}

.nav-list-cont-inner {
  padding: 0px 60px 0px;
}
@media (max-width: 1400px) {
  .nav-list-cont-inner {
    padding: 0px 10px 0px;
  }
}

.nav-inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .nav-inner {
    -webkit-transition: all 0.5s ease-in-out 0.6s;
    -o-transition: all 0.5s ease-in-out 0.6s;
    transition: all 0.5s ease-in-out 0.6s;
  }
}

@media (min-width: 992px) {
  .nav-inner-cont {
    /* @include c-traslate3d(100%,0,0); */
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    -o-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s;
  }
}

.sub-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav-inner-slider {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav-show {
  overflow: hidden;
}
.nav-show .nav-inner {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .nav-show .nav-inner {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media (min-width: 992px) {
  .nav-show .nav-inner-cont {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.nav-show .sub-menu-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 992px) {
  .nav-show .nav-main {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
}
.nav-show .nav-inner-slider {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0.4s;
  -o-transition: all 0.5s ease-in-out 0.4s;
  transition: all 0.5s ease-in-out 0.4s;
}

.nav-inner-back {
  -webkit-transform: translate3d(20px, 0, 0);
  -ms-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -webkit-transition: transform 0s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: transform 0s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0s ease-in-out, opacity 0.4s ease-in-out;
}

.nav-inner-tickets,
.nav-inner-close {
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out 0.3s;
}

.sub-menu-show .nav-inner-back {
  opacity: 1;
  visibility: visible;
  color: #000;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out 0.4s;
  -o-transition: transform 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out 0.4s;
  transition: transform 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out 0.4s;
}
.sub-menu-show .nav-inner-tickets,
.sub-menu-show .nav-inner-close {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .sub-menu-show .nav-list-cont-inner {
    background-color: #fedc32;
    transition: all 0.5s;
  }
}

.nav-main,
.navbar-brand,
.animation-brand.navbar-brand .navbar-brand--img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-scroll, .nav-sticky {
  /* .navbar-toggle-w .bar-line {
      background-color: #000000;
  } */
}
.nav-scroll .nav-main, .nav-sticky .nav-main {
  background-color: #000;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.nav-scroll .navbar-toggle-w .navbar-toggle-w--text, .nav-sticky .navbar-toggle-w .navbar-toggle-w--text {
  color: #000;
}
.nav-scroll .nav-main .btn.btn-border, .nav-scroll .nav-main .btn-border.suscription-btn, .nav-sticky .nav-main .btn.btn-border, .nav-sticky .nav-main .btn-border.suscription-btn {
  border-color: #000;
  background-color: #fff;
  color: #000;
}
.nav-scroll .nav-main .btn.btn-border:hover, .nav-scroll .nav-main .btn-border.suscription-btn:hover, .nav-sticky .nav-main .btn.btn-border:hover, .nav-sticky .nav-main .btn-border.suscription-btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.nav-inner-social {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .nav-show .navbar-brand--text,
  .nav-show .nav-scroll .navbar-brand--text, .nav-show .nav-sticky .navbar-brand--text {
    color: #ffffff;
  }
}

.nav-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
  padding: 9.6px 70px;
  background-color: #212721;
  display: flex;
  align-items: center;
  z-index: 999;
}
@media (max-width: 1400px) {
  .nav-top {
    padding: 9.6px 30px;
  }
}
.nav-top div {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
}

@media (max-height: 825px) and (min-width: 991px) {
  .navbar-nav-inner li {
    margin-bottom: 18px;
  }
  .nav-main-actions--inner {
    padding: 20px 58px 20px;
  }
  .text-cont.text-w-icon p {
    margin-bottom: 5px;
  }
  .nav-inner-back {
    top: 30px;
  }
}
@media (max-width: 1400px) {
  .nav-list-cont {
    padding-top: 50px;
  }
  .nav-inner-social {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .nav-top {
    padding: 3px 15px;
  }
  .nav-main .btn, .nav-main .suscription-btn {
    padding: 6px 10px;
  }
  .navbar-brand--text {
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
  }
  .navbar-brand--text .sub-menu-show .navbar-nav-inner .sub-menu {
    display: block;
  }
  .nav-inner-col {
    width: 100%;
    height: 100%;
  }
  .nav-inner-slider {
    display: none;
  }
  .nav-main-actions--inner {
    display: block;
    padding: 43px 58px 50px;
    background-color: #fedc32;
    /* @include c-traslate3d(-100%,0,0); */
    opacity: 0;
  }
  .nav-main-actions--inner .nav-inner-tickets,
  .nav-main-actions--inner .nav-inner-close {
    display: none;
  }
  .nav-list-cont {
    padding-top: 50px;
  }
  .sub-menu-show .nav-main-actions--inner {
    display: block;
    /* @include c-traslate3d(0,0,0); */
    opacity: 1;
  }
  .nav-inner {
    top: 105px;
    background-color: #141414;
    overflow-y: auto;
    background-image: none;
    transition: all;
  }
  .navbar-nav-inner .sub-menu {
    top: 109px;
    padding: 120px 200px;
    display: none;
  }
  .nav-list-cont-inner {
    padding: 0px 200px 0px;
  }
  .nav-inner-col--info {
    padding: 20px 200px 40px;
  }
  .nav-inner-back {
    /*  left: 200px; */
    top: 50px;
  }
  .navbar-nav-inner li a {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .nav-top {
    padding: 3px 10px;
  }
  .navbar-nav-inner .sub-menu {
    top: 94px;
  }
  .navbar-nav-inner .sub-menu {
    padding: 120px 90px;
  }
  .nav-list-cont-inner {
    padding: 0px 90px 0px;
  }
  .nav-inner-col--info {
    padding: 20px 90px 40px;
  }
  .nav-inner-back {
    /*  left: 90px; */
    position: fixed;
  }
  .nav-top .text-cont.text-font-15 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .nav-top > div {
    margin-left: 0;
  }
  .text-cont.text-w-icon i {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .nav-inner {
    top: 100px;
  }
}
@media (max-width: 991px) {
  .navbar-brand--text {
    display: none;
  }
  .nav-top {
    padding: 3px 5px;
  }
  .nav-list-cont-inner {
    padding: 0px 12px 0px;
  }
  .nav-inner-col--info {
    padding: 20px 30px 40px;
    text-align: left;
  }
  .nav-inner-back {
    /*  left: 30px; */
  }
  .navbar-nav-inner .sub-menu {
    padding: 120px 30px;
  }
  .navbar-nav-inner li a {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .navbar-nav-inner li {
    margin-bottom: 21px;
  }
  .navlist-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 330px) {
  .nav-list-cont-inner {
    padding: 0px 20px 0px;
  }
  .nav-inner-col--info {
    padding: 20px 20px 40px;
  }
  .nav-inner-back {
    /* left: 20px; */
  }
  .navbar-nav-inner .sub-menu {
    padding: 120px 20px;
  }
}
.text-nav {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
}
.text-nav a {
  color: unset;
}
@media (max-width: 575.98px) {
  .text-nav a {
    margin-right: 15px;
  }
}
@media (max-width: 1900px) {
  .text-nav {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .text-nav {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.text-nav.text-nav-only {
  width: 100%;
  text-align: right;
}

.menu-bg {
  background-color: #C36041;
}

.nav-inner-col--info p, .nav-inner-col--info a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fcfbfa;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .nav-inner-col--info p, .nav-inner-col--info a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 1400px) {
  .nav-inner-col--info {
    padding: 0px 10px 10px;
  }
}

.arrow-menu {
  max-width: 100px;
  width: 100%;
  height: auto;
  transform: rotate(90deg);
}

.bg-secondary .section-bg .section-bg-img {
  opacity: 1;
  background-size: cover;
  height: auto;
}

.menu-cont-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .menu-cont-flex {
    align-items: stretch;
  }
}
@media (max-width: 991px) {
  .menu-cont-flex > div {
    border-left: 1px solid #262626;
    display: flex;
    align-items: center;
  }
}
.menu-cont-flex .navbar-link-ml {
  flex: 0 1 20px;
}

.top-bar-group-btn {
  display: inline-block;
  position: relative;
  padding: 10px;
  color: #f7cb46;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 991px) {
  .top-bar-group-btn {
    margin-left: 2px;
    padding: 3px 10px;
  }
}
@media (max-width: 991px) {
  .top-bar-group-btn {
    font-size: 10px;
    font-size: 1rem;
    padding: 3px 8px;
  }
}
@media (max-width: 400px) {
  .top-bar-group-btn {
    padding: 3px 5px;
    font-size: 9px;
    font-size: 0.9rem;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .top-bar-group-btn:hover, .top-bar-group-btn:focus {
    color: #000;
  }
}
@media (max-width: 991px) {
  .top-bar-group-btn:hover, .top-bar-group-btn:focus {
    color: #f7cb46;
  }
}

.top-bar-group-btn-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .top-bar-group-btn-icon {
    display: block;
    margin: 0px auto 2px;
    height: 28px;
    width: 25px;
  }
}
.top-bar-group-btn-icon.top-bar-group-btn-icon-connect {
  background-image: url("../images/connect.png");
}
.top-bar-group-btn-icon.top-bar-group-btn-icon-ada {
  background-image: url("../images/ada-eye.png");
}
.top-bar-group-btn-icon.top-bar-group-btn-icon-manage {
  background-image: url("../images/manage.png");
  width: 22px;
  background-size: contain;
}
@media (max-width: 991px) {
  .top-bar-group-btn-icon.top-bar-group-btn-icon-manage {
    background-image: url("../images/manage-m.png");
    width: 28px;
    margin-bottom: 0;
    left: 4px;
    position: relative;
  }
}

.top-bar-group-btn--text {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .top-bar-group-btn--text {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
  }
}
@media (min-width: 992px) {
  .top-bar-group-btn--text.top-bar-group-btn--text-h-mobile {
    margin-left: 5px;
  }
}

@media (max-width: 991px) {
  .top-bar-group-btn--text-h-mobile {
    display: none;
  }
}
.top-bar-group-btn--sub {
  display: none;
  display: flex;
  visibility: hidden;
  flex-wrap: nowrap;
  background-color: #f7cb46;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0px;
  right: 0px;
  align-items: center;
}

.top-bar-group-btn-submenu-cont.active .top-bar-group-btn--sub {
  display: flex;
  visibility: visible;
}

.top-bar-group-btn--sub > div {
  flex: 0 0 50%;
  position: relative;
}
.top-bar-group-btn--sub > div.top-bar-group-btn--sub-full {
  flex: 0 0 100%;
}
.top-bar-group-btn--sub > div a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 13px 5px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Futura-Bold", Arial, Helvetica, sans-serif;
}
.top-bar-group-btn--sub > div a i {
  font-size: 15px;
  margin-right: 3px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.top-bar-group-btn--sub > div a span {
  display: inline-block;
  vertical-align: middle;
}
.top-bar-group-btn--sub > div:first-child::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 20px;
  width: 1px;
  margin-top: -10px;
  margin-left: -1px;
  background-color: #f7cb46;
}
.top-bar-group-btn--sub > div.top-bar-group-btn--sub-full:first-child::before {
  display: none;
}

.top-bar-group-btn-submenu-cont.active .top-bar-group-btn::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  margin-bottom: -10px;
  width: 10px;
  height: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 7px 10px;
  border-color: transparent transparent #f7cb46 transparent;
}

.nav-wrap-actions--chat .plugin-active.show-plugin {
  background-color: #f7cb46;
}

.nav-bar-mob:not(.active) .show-on-menu-show {
  display: none;
}

.nav-bar-mob.active .hide-on-menu-show {
  display: none;
}

.top-bar-group-btn--sub {
  display: none;
}

.toggle-acces.plugin-active.show-plugin {
  color: #000;
  background: #e1b83a;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .toggle-acces.plugin-active.show-plugin {
    color: #000;
    color: #e1b83a;
    background-color: transparent;
    border-radius: 0px;
  }
}

@media (min-width: 992px) {
  .nav-btn-show-on-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .nav-top .nav-btn-hide-on-mobile,
  .nav-btn-hide-on-mobile {
    display: none;
  }
}
.cart-icon {
  display: block;
  position: relative;
  height: 25px;
  width: 25px;
  color: #f7cb46;
  margin: 0 10px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .cart-icon {
    display: none !important;
  }
}
.cart-icon:hover, .cart-icon:focus {
  color: #f7cb46;
}
.cart-icon .cart-icon-number {
  position: absolute;
  top: -3px;
  right: -10px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  height: 18px;
  width: 18px;
  padding: 0;
  line-height: 18px;
  text-align: center;
  border-radius: 100%;
}

@media (min-width: 992px) {
  .sub-menu-item-active .nav-btn {
    background-color: #00a651;
    border: 2px solid #00a651;
    color: #fff;
  }
}
@media (max-width: 991px) {
  .sub-menu-item-active .nav-inner-col--info {
    display: none;
  }
}

.nav-btn {
  color: #000;
  background-color: #fedc32;
  font-family: "Work Sans", sans-serif;
  padding: 10px 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  text-decoration: none;
  border: 2px solid #fedc32;
  border-radius: 0px;
}

.sub-menu-show .navbar-main-bar-links {
  display: none !important;
}

@media (max-width: 1300px) {
  .navbar-main-bar-links {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .navbar-main-bar-links {
    display: block;
    flex-grow: 1;
  }
}
.navbar-links {
  margin-right: 50px;
}
@media (min-width: 1600px) {
  .navbar-links {
    margin-right: 100px;
  }
}

.navbar-links li a {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  padding-left: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
}
.navbar-links li a:hover {
  color: #fff;
}
@media (max-width: 1600px) {
  .navbar-links li a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.navbar-links-item i {
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
}

.navbar-main-bar-bg {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-show {
  overflow: hidden;
}
.nav-show .nav-main {
  background-color: #000;
}
.nav-show .nav-inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 992px) {
  .nav-show .nav-inner {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.nav-show .nav-inner-cont {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* @include c-transition(all 0.5s ease-in-out); */
}
@media (max-width: 992px) {
  .nav-show .nav-main {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
}
.nav-show .navbar-main-bar-bg {
  background-color: #000;
}

.sub-menu {
  opacity: 0;
  -webkit-transform: translate3d(0, -70px, 0);
  -ms-transform: translate3d(0, -70px, 0);
  transform: translate3d(0, -70px, 0);
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .sub-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.nav-inner-back {
  -webkit-transform: translate3d(20px, 0, 0);
  -ms-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -webkit-transition: transform 0s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: transform 0s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0s ease-in-out, opacity 0.4s ease-in-out;
}

.sub-menu-bg {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

@media (max-width: 991px) {
  .navbar-nav-inner > li {
    margin-bottom: 0;
  }
  .navbar-nav-inner > li > a {
    display: block;
    max-height: 100px;
    /* @include c-transition(all 0.5s ease-in-out); */
    overflow: hidden;
    opacity: 1;
    line-height: 1.4;
  }
  .navbar-nav-inner > li > a:hover {
    color: #fedc32;
  }
}
@media (max-width: 991px) {
  .sub-menu-show .nav-inner {
    background-color: #fedc32;
  }
}
@media (min-width: 992px) {
  .sub-menu-show.sub-menu-item-active .navbar-links-item i, .sub-menu-show.sub-menu-item-active .navbar-toggle-w--text {
    color: #000;
  }
  .sub-menu-show.sub-menu-item-active .navbar-toggle-w .bar-line {
    color: #000;
    background-color: #000;
  }
}
.sub-menu-show .nav-inner-back {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out 0.4s;
  -o-transition: transform 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out 0.4s;
  transition: transform 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out 0.4s;
}
.sub-menu-show.sub-menu-item-active .sub-menu-bg {
  opacity: 1;
  transition: all 0.5s;
}
.sub-menu-show .sub-menu-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 991px) {
  .sub-menu-show .sub-menu-active {
    padding-top: 20px;
    max-height: 700px;
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .sub-menu-show .navbar-nav-inner > li:not(.submenu-link-active) > a {
    opacity: 0;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.nav-container-toggle {
  display: flex;
}

.nav-main .container-ticket-button .btn, .nav-main .container-ticket-button .suscription-btn {
  border-radius: 0px;
}

.nav-btn-desktop {
  display: block;
}

.nav-btn-mobile {
  display: none;
}

.nav-top .nav-btn-hide-on-mobile .top-bar-group-btn--text:hover, .nav-top .nav-btn-hide-on-mobile .top-bar-group-btn--text:focus, .nav-top .nav-btn-hide-on-mobile .top-bar-group-btn:hover, .nav-top .nav-btn-hide-on-mobile .top-bar-group-btn:focus,
.nav-btn-hide-on-mobile .top-bar-group-btn--text:hover,
.nav-btn-hide-on-mobile .top-bar-group-btn--text:focus,
.nav-btn-hide-on-mobile .top-bar-group-btn:hover,
.nav-btn-hide-on-mobile .top-bar-group-btn:focus {
  color: #ffffff;
}

@media (min-width: 992px) {
  .nav-second-cont {
    padding: 10px 15px;
  }
}

.nav-second-cont-item-header {
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .nav-second-cont-item-header {
    padding: 10px 15px;
    width: 100%;
  }
}

.nav-second-cont-item-header-cont {
  display: flex;
  align-items: center;
  min-height: 35px;
}

.nav-second-name {
  color: #0b2040;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 1700px) {
  .nav-second-name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 1200px) {
  .nav-second-name {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .nav-second-name {
    line-height: 1.4;
  }
}

.nav-second-name-w-mobile-text .nav-second-name-desk {
  display: none;
}
@media (min-width: 992px) {
  .nav-second-name-w-mobile-text .nav-second-name-desk {
    display: block;
  }
}
@media (min-width: 992px) {
  .nav-second-name-w-mobile-text .nav-second-name-mobile {
    display: none;
  }
}

.nav-second-header-cta-mobile {
  margin-left: auto;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .nav-second-header-cta-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  .nav-second-collapse-link {
    display: none;
  }
}
.nav-second-collapse-link .nav-second-collapse-link--icon {
  position: relative;
  display: block;
  height: 14px;
  width: 14px;
  margin-left: 10px;
  margin-right: 10px;
}
.nav-second-collapse-link .nav-second-collapse-link--icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  margin-left: -1px;
  background-color: #013967;
  opacity: 0;
}
.nav-second-collapse-link .nav-second-collapse-link--icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #013967;
}
.nav-second-collapse-link.collapsed .nav-second-collapse-link--icon::before {
  opacity: 1;
}

@media (min-width: 992px) {
  .nav-second-collapse.collapse,
  .nav-second-collapse {
    height: auto !important;
    display: block;
  }
}

@media (max-width: 991px) {
  .nav-second-collapse {
    backdrop-filter: blur(10px);
  }
}
@media (max-width: 991px) {
  .nav-second-collapse .navbar-second-links {
    background: rgba(255, 255, 255, 0.7);
  }
}

@media (max-width: 991px) {
  .nav-second-cont-item-links {
    display: block;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .navbar-second-links {
    display: block;
    padding: 12px 0;
  }
}
@media (min-width: 992px) {
  .navbar-second-links li {
    margin: 0 15px;
  }
}
.navbar-second-links .nav-link {
  padding: 0;
  display: block;
}
@media (max-width: 991px) {
  .navbar-second-links .nav-link {
    padding: 5px 15px;
  }
}
.navbar-second-links > li,
.navbar-second-links li a {
  position: relative;
  color: #013967;
  font-family: "Work Sans", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 1250px) {
  .navbar-second-links > li,
  .navbar-second-links li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .navbar-second-links > li,
  .navbar-second-links li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.navbar-second-links li a:hover {
  color: #013967;
  text-decoration: none;
}
@media (max-width: 991px) {
  .navbar-second-links .nav-link.active {
    color: #013967;
  }
}
@media (min-width: 992px) {
  .navbar-second-links .nav-link.active {
    /* &:before{
         content:'';
         display: block;
         position: absolute;
         bottom: -10px;
         left: 0;
         width: 100%;
         height: 2px;
         background-color: #013967;
     }
     */
  }
}

.nav-second-cont-item-cta {
  display: none;
}
@media (min-width: 992px) {
  .nav-second-cont-item-cta {
    display: block;
  }
}

.nav-second-name-btn {
  padding: 11px 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 1550px) {
  .nav-second-name-btn {
    padding: 10px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) {
  .nav-second-name-btn {
    padding: 10px 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .nav-second-name-btn {
    min-width: auto;
    padding: 8px 10px;
  }
}
@media (max-width: 767px) {
  .nav-second-name-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.nav-second-wave-bg {
  background-color: #EFEFEF;
}

/* Nav second Sticky */
.nav-second-sticky {
  position: sticky;
  z-index: 9;
  top: 155px;
  height: 70px;
  background-color: #EFEFEF;
  color: #000;
  display: flex;
  align-items: center;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 1;
}
@media (max-width: 1650px) {
  .nav-second-sticky {
    top: 140px;
  }
}
@media (max-width: 991px) {
  .nav-second-sticky {
    top: 100px;
  }
}
@media (max-width: 600px) {
  .nav-second-sticky:before {
    content: "";
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(239, 239, 239);
    background: linear-gradient(90deg, rgb(239, 239, 239) 0%, rgba(239, 239, 239, 0) 52%);
    z-index: 9;
  }
  .nav-second-sticky:after {
    content: "";
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(239, 239, 239);
    background: linear-gradient(90deg, rgba(239, 239, 239, 0) 0%, rgb(239, 239, 239) 52%);
    z-index: 9;
  }
}
.nav-second-sticky a {
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  transition: all 0.5s;
  font-weight: bold;
}
.nav-second-sticky a:hover {
  color: #05A551;
  text-decoration: none;
}
.nav-second-sticky .swiper-container {
  overflow: hidden;
}
.nav-second-sticky .swiper-slide {
  width: auto;
}
.nav-second-sticky .swiper-slide:last-child .nav-link {
  padding-right: 15px;
  z-index: 99999999;
}

.nav-link.scrollable-nav-anchor.active {
  color: #05A551;
  text-decoration: underline;
}

.scroll-sticky a {
  pointer-events: none;
}

.nav-second-cont-sticky {
  overflow: hidden;
}
.nav-second-cont-sticky .swiper-button-prev, .nav-second-cont-sticky .swiper-button-next {
  background-size: 16px 44px;
}
.nav-second-cont-sticky .swiper-button-prev {
  left: -18px;
}
.nav-second-cont-sticky .swiper-button-next {
  right: -32px;
}

.nav-second-sticky .swiper-button-next.swiper-button-next-nav::after, .nav-second-sticky .swiper-button-prev.swiper-button-prev-nav::after {
  content: "";
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 5px;
}

.swiper-button-next-nav::after {
  margin-left: 30px;
}

.swiper-button-prev-nav::after {
  margin-right: 30px;
}

@media (max-width: 1400px) {
  .swiper-button-next-nav::after, .swiper-button-prev-nav::after {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .nav-second-sticky {
    height: 60px;
  }
  .swiper-button-prev.swiper-button-prev-nav, .swiper-button-next.swiper-button-next-nav {
    display: none;
  }
  .navbar-second-links .nav-link {
    padding: 5px 0px;
    padding-left: 15px;
  }
  .navbar-second-links .swiper-slide:last-child .nav-link {
    padding-right: 40px;
  }
}
.nav-link.scrollable-nav-anchor:last-child[class*=active] + .nav-second-sticky::after {
  display: none;
}

.nav-container.nav-container-wrap {
  width: 100%;
}

.nav-page-inner-cont {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
.nav-page-inner {
  display: flex;
  width: auto;
  list-style: none;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .nav-page-inner {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .nav-page-inner {
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 0;
    background-color: #ddba8d;
    padding: 15px 0;
  }
}
.nav-page-inner li {
  padding: 0 10px;
}
@media (max-width: 1400px) {
  .nav-page-inner li {
    padding: 0 5px;
  }
}
.nav-page-inner li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 8px;
  width: 8px;
  background-color: #fff;
  margin-right: 20px;
  border-radius: 100%;
}
@media (max-width: 1400px) {
  .nav-page-inner li:before {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .nav-page-inner li:before {
    background-color: #000;
  }
}
.nav-page-inner li:first-child:before {
  display: none;
}
.nav-page-inner a {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
}
@media (max-width: 1400px) {
  .nav-page-inner a {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  .nav-page-inner a {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (max-width: 991px) {
  .nav-page-inner a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #000;
  }
}

.nav-page-inner-cont {
  display: none;
}
@media (max-width: 991px) {
  .nav-page-inner-cont {
    display: block;
    margin: 0 auto;
  }
}

.nav-main .nav-page-inner-cont {
  display: inline-block;
}
@media (max-width: 991px) {
  .nav-main .nav-page-inner-cont {
    display: none;
  }
}

@media (min-width: 992px) {
  .nav-scroll .nav-page-inner a,
  .nav-sticky .nav-page-inner a {
    color: #000;
  }
  .nav-scroll .nav-page-inner li:before,
  .nav-sticky .nav-page-inner li:before {
    background-color: #000;
  }
}
.list-atts-item {
  position: relative;
  height: 485px;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
}

.list-atts-imgbg {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.list-atts-infocont {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 485px;
}

.list-atts-colorbg {
  background-color: #C36041;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0.9;
}

.list-atts-info {
  position: relative;
  z-index: 1;
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 500px) {
  .list-atts-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.list-atts-info-center {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 360px;
}

.list-atts-title-cont {
  height: 100px;
  padding-right: 40px;
  overflow: hidden;
}

.list-atts-title {
  font-family: "Work Sans", sans-serif;
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 1200px) {
  .list-atts-title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (max-width: 500px) {
  .list-atts-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (max-width: 1200px) {
  .list-atts-desc p,
  .list-atts-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .list-atts-desc p,
  .list-atts-desc {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-atts-link-cont {
  position: absolute;
  bottom: -43px;
  left: 0;
  width: 100%;
  padding: 10px 45px;
}
@media (max-width: 500px) {
  .list-atts-link-cont {
    padding: 10px 20px;
  }
}

.list-atts-imgbg-active-icon {
  position: absolute;
  top: 48px;
  right: 45px;
  width: 14px;
}
@media (max-width: 500px) {
  .list-atts-imgbg-active-icon {
    right: 20px;
  }
}
.list-atts-imgbg-active-icon .active-icon-line {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.active-icon-line-2 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list-atts-infocont {
  height: 100px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.list-atts-info-center {
  height: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.list-atts-contshow {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.list-atts-link-cont {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 1025px) {
  .list-atts-item:active .list-atts-infocont,
  .list-atts-item:focus .list-atts-infocont,
  .list-atts-item:hover .list-atts-infocont {
    height: 485px;
  }
  .list-atts-item:active .list-atts-info-center,
  .list-atts-item:focus .list-atts-info-center,
  .list-atts-item:hover .list-atts-info-center {
    height: 390px;
  }
  .list-atts-item:active .list-atts-contshow,
  .list-atts-item:focus .list-atts-contshow,
  .list-atts-item:hover .list-atts-contshow {
    max-height: 300px;
  }
  .list-atts-item:active .list-atts-link-cont,
  .list-atts-item:focus .list-atts-link-cont,
  .list-atts-item:hover .list-atts-link-cont {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
  }
  .list-atts-item:active .active-icon-line-2,
  .list-atts-item:focus .active-icon-line-2,
  .list-atts-item:hover .active-icon-line-2 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media (max-width: 1024px) {
  .list-atts-item {
    cursor: pointer;
  }
  .list-atts-item.active .list-atts-infocont {
    height: 485px;
  }
  .list-atts-item.active .list-atts-info-center {
    height: 390px;
  }
  .list-atts-item.active .list-atts-contshow {
    max-height: 300px;
  }
  .list-atts-item.active .list-atts-link-cont {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
  }
  .list-atts-item.active .active-icon-line-2 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.link-img {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .link-img:hover .link-img--textmore {
    height: 34px;
    margin-bottom: 50px;
  }
  .link-img:hover .link-img--text {
    border-bottom: 6px solid #fedc32;
  }
}
.link-img .link-img--image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: transform 0.5s;
}
@media (max-width: 1200px) {
  .link-img {
    /*padding-bottom: 98px;*/
  }
}
@media (max-width: 767px) {
  .link-img {
    width: 100%;
    margin: 0 auto 15px;
    padding-bottom: unset;
  }
}
@media (min-width: 767px) {
  .link-img:hover .link-img--image {
    -webkit-transform: scale(1.015);
    -moz-transform: scale(1.015);
    -o-transform: scale(1.015);
    transform: scale(1.015);
  }
  .link-img:hover .link-img--gradient {
    opacity: 1;
  }
}

.link-img-content {
  overflow: hidden;
  position: relative;
}

.link-img--image {
  width: 100%;
  padding-top: 147%;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .link-img--image {
    padding-top: 100%;
  }
}

.link-img--gradient {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
  height: 100%;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: opacity 0.2s;
  z-index: 0;
}

.link-img--text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  padding: 60px 60px 0px 60px;
  border-bottom: 6px solid transparent;
  z-index: 2;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .link-img--text {
    font-size: 28px;
    font-size: 2.8rem;
    min-height: 98px;
    padding: 0px 25px 0px 25px;
  }
}
@media (max-width: 1400px) {
  .link-img--text {
    border-bottom: 6px solid #fedc32;
  }
}
.link-img--text .link-img--textCont {
  position: relative;
  z-index: 2;
}
.link-img--text .link-img--text-bg--gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(195, 96, 65, 0) 0%, #000000 100%);
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.link-img--title {
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  text-align: left;
  max-height: 310px;
  line-height: 1.06;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 700;
  margin-bottom: 60px;
}
@media (max-width: 1900px) {
  .link-img--title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (max-width: 1600px) {
  .link-img--title {
    margin-bottom: 30px;
  }
}
@media (max-width: 567px) {
  .link-img--title {
    font-size: 33px;
    font-size: 3.3rem;
  }
}

.link-img--textmore {
  color: #fedc32;
  font-family: "Work Sans", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: left;
  max-height: 310px;
  line-height: 1.06;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 700;
  height: 0;
  transition: all 0.7s;
  text-transform: uppercase;
}
@media (max-width: 1900px) {
  .link-img--textmore {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 1400px) {
  .link-img--textmore {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fedc32;
    height: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .link-img--textmore {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.link-img--textmore:hover {
  color: #fedc32;
  text-decoration: none;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  width: 100%;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

@media (min-width: 767px) {
  .slider-pagination-cont {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.slider-pagination-cont .container {
  max-width: 90%;
}
@media (min-width: 767px) {
  .slider-pagination-cont .container {
    position: relative;
    height: 100%;
  }
}
@media (max-width: 1350px) {
  .slider-pagination-cont .container {
    max-width: 100%;
  }
}

.swiper-container-horizontal .slider-pagination-dash,
.slider-pagination-dash {
  bottom: 0;
  left: 0px;
  width: 100%;
}
@media (min-width: 767px) {
  .swiper-container-horizontal .slider-pagination-dash,
  .slider-pagination-dash {
    width: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}
@media (max-width: 1350px) {
  .swiper-container-horizontal .slider-pagination-dash,
  .slider-pagination-dash {
    left: 30px;
  }
}
@media (max-width: 1100px) {
  .swiper-container-horizontal .slider-pagination-dash,
  .slider-pagination-dash {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .swiper-container-horizontal .slider-pagination-dash,
  .slider-pagination-dash {
    left: 0px;
  }
}
.swiper-container-horizontal .slider-pagination-dash .swiper-pagination-bullet,
.slider-pagination-dash .swiper-pagination-bullet {
  height: 3px;
  width: 28px;
  background-color: #fff;
  border-radius: 0;
  margin: 10px;
}
@media (min-width: 767px) {
  .swiper-container-horizontal .slider-pagination-dash .swiper-pagination-bullet,
  .slider-pagination-dash .swiper-pagination-bullet {
    height: 28px;
    width: 3px;
  }
}

.slider-nav-left-square {
  position: absolute;
  right: 0;
  height: 116px;
  width: 53px;
  top: 30%;
  margin-top: -58px;
  z-index: 5;
}
@media (max-width: 560px) {
  .slider-nav-left-square {
    right: 15px;
    top: -3px;
    margin-top: 0px;
  }
}
.slider-nav-left-square .swiper-button-next,
.slider-nav-left-square .swiper-button-prev {
  width: 53px;
  height: 53px;
  position: static;
  background-image: none;
  background-color: #114682;
  margin: 3px 0;
  color: #fff;
  text-align: center;
  line-height: 56px;
}

.slider-pt-ajust-center {
  padding-top: 80px;
}

.slider-card .swiper-button-prev {
  background-image: url(../images/arrow-l.svg) !important;
  background-size: contain;
  width: 50px;
  height: 50px;
}
.slider-card .swiper-button-next {
  background-image: url(../images/arrow-r.svg) !important;
  background-size: contain;
  width: 50px;
  height: 50px;
}

/*Tickets SLider*/
/* ---------------- section -------------------------*/
.slider-tickets-bg-section {
  background-color: #f4f4f4;
}

.t-relative,
.t-row-relative {
  position: relative;
  z-index: 1;
}

.t-slider-container {
  position: relative;
}

.t-container-m-h {
  min-height: 550px;
}

/* -------------------slide -------------------- */
/* //slide color */
.t-item-bg {
  background-color: #fff;
}

.t-item-border.t-item-border-color {
  border-color: #000;
}

.t-item-label.t-item-label-color {
  background-color: #00a651;
}

.t-item-info--list-icon.t-item-info--list-icon-color {
  border-color: #00a651;
  background-color: #00a651;
}

.t-item-link.t-item-link-color {
  color: #00a651;
}

.t-item-btn.t-item-btn-color {
  background-color: #00a651;
  text-decoration-color: transparent;
}

.t-item-btn.t-item-btn-color:hover,
.t-item-btn.t-item-btn-color:active,
.t-item-btn.t-item-btn-color:focus {
  color: #fff;
  background-color: #00a651;
  text-decoration-color: transparent;
}

.t-item-btn.t-item-btn-color .t-item-btn-detail {
  border-color: #00a651;
}

.t-item-price.t-item-price-color .t-item-price--text {
  color: #121212;
}

.t-item-price.t-item-price-color .t-item-price--n {
  color: #00a651;
}

.t-item-price.t-item-price-colo .t-item-price--sale {
  color: #121212;
}

.t-item-info--list-icon.t-item-info--list-icon-color.t-list-icon-plus::before,
.t-item-info--list-icon.t-item-info--list-icon-color.t-list-icon-plus::after,
.t-item-info--list-icon.t-item-info--list-icon-color.t-list-icon-check::before,
.t-item-info--list-icon.t-item-info--list-icon-color.t-list-icon-check::after {
  background-color: #ffffff;
}

.t-item-info--list-icon.t-item-info--list-icon-color.t-list-icon-default::before {
  border-color: transparent #000 #000 transparent;
}

.t-swiper-arrow.t-swiper-arrow-color {
  background-color: #121212;
}

.t-swiper-arrow:hover {
  background-color: #121212;
  cursor: pointer;
}

.t-swiper-arrow-next.t-swiper-arrow:hover::before {
  /*border-color: transparent #c36041 #c36041 transparent;*/
}

.t-swiper-arrow-next.t-swiper-prev:hover::before {
  /*border-color: #8f7244 transparent transparent #8f7244;*/
}

/* slide */
.t-item {
  display: inline-block;
}

.t-item.t-item-w {
  width: 100%;
}

.t-item-border {
  border: 1px solid transparent;
}

.t-itemCont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #fff;
}

.t-itemCont-dim {
  max-width: 400px;
  width: 100%;
  min-height: 1027px;
}

.t-itemCont-no-head-top .t-itemCont-dim {
  min-height: 997px;
}

@media (max-width: 1600px) {
  .t-itemCont-dim {
    min-height: 942px;
  }
  .t-itemCont-no-head-top .t-itemCont-dim {
    min-height: 912px;
  }
}
@media (max-width: 767px) {
  .t-itemCont-dim {
    min-height: 713px;
  }
  .t-itemCont-no-head-top .t-itemCont-dim {
    min-height: 683px;
  }
}
.t-itemCont-no-head-top {
  padding-top: 30px;
}

.t-item--head-top {
  position: relative;
  width: 100%;
}

.t-item--head {
  position: relative;
  min-height: 246px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.t-item--head-textcenter {
  text-align: center;
}

.t-item--head-textcenter-p {
  padding: 20px 20px 15px;
}

.t-item--body {
  position: relative;
  flex-grow: 1;
}

.t-item--footer {
  position: relative;
}

.t-box-class {
  box-shadow: 0px 15px 18px -15px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
}

/* //label */
.t-item-label {
  display: block;
  width: 100%;
  padding: 0 5px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Futura-Bold", Arial, Helvetica, sans-serif;
  padding-top: 5px;
  padding-bottom: 2px;
}

/* //title */
.t-item-title-cont {
  max-width: 323px;
  margin: 0 auto;
}

.t-item-title-cont .t-item-title {
  font-family: "Work Sans", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: #121212;
}

.t-item-subtext {
  line-height: 1;
  font-size: 1.8rem;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #151515;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* //price */
.t-item-price {
  min-height: 75px;
}

.t-item-price--text {
  font-size: 18px;
  font-size: 1.8rem;
  color: #121212;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.t-item-price--text-italic {
  font-style: italic;
}

.t-item-price--n {
  font-size: 36px;
  font-size: 3.6rem;
  color: #00a651;
  line-height: 1;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  margin-top: 10px;
  margin-bottom: 8px;
}

.t-item-price--sale {
  margin-top: 5px;
  color: #121212;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}

.t-item-price-sign {
  display: inline-block;
  margin-right: 3px;
}

.t-item-price--sale .t-item-price-sign {
  margin-right: 2px;
}

.t-item-price--text .t-item-price-sign {
  margin-right: 2px;
}

/* /cta */
.t-item-cta {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.t-item-cta-position {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .t-item-cta {
    padding-left: 15px;
    padding-right: 15px;
  }
  .t-item-cta-mobile .t-item-cta-position {
    position: static;
  }
}
/* //buton */
.t-item-btn {
  position: relative;
  display: inline-block;
  padding: 17px 20px;
  color: #fff;
  max-width: 316px;
  font-family: "Work Sans", sans-serif;
  width: 100%;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  /* box-shadow: 0px 15px 18px -15px rgba(0,0,0,0.75); */
}

.t-item-btn:hover,
.t-item-btn:active,
.t-item-btn:focus {
  color: #fff;
  background-color: #353030;
}

.t-item-btn-detail {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 2px solid #fff;
}

/* info */
.t-item-info-p {
  padding: 50px 40px 20px 40px;
  font-size: 18px;
  font-size: 1.8rem;
}

/* //list */
.t-item-info--list {
  list-style: none;
}

.t-item-info--list li {
  padding-left: 26px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 400;
  color: #121212;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}

.t-item-info--list-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  border-radius: 100%;
}

.t-item-info--list-icon.t-list-icon-plus::before {
  content: ".";
  font-size: 0;
  color: transparent;
  width: 11px;
  height: 1px;
  background-color: #ccc;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 0px;
  margin-left: -6px;
}

.t-item-info--list-icon.t-list-icon-plus::after {
  content: ".";
  font-size: 0;
  color: transparent;
  width: 1px;
  height: 11px;
  background-color: #ccc;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -1px;
}

.t-item-info--list-icon.t-list-icon-check::before {
  content: ".";
  font-size: 0;
  color: transparent;
  width: 1px;
  height: 8px;
  background-color: #ccc;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: 0px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.t-item-info--list-icon.t-list-icon-check::after {
  content: ".";
  font-size: 0;
  color: transparent;
  width: 1px;
  height: 4px;
  background-color: #ccc;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -4px;
  -webkit-transform: rotate(-52deg);
  -ms-transform: rotate(-52deg);
  transform: rotate(-52deg);
}

.t-item-info--list-icon.t-list-icon-default {
  background-color: transparent !important;
}

.t-item-info--list-icon.t-list-icon-default::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  height: 7px;
  width: 7px;
  border: 1px solid #371e06;
  border-color: transparent #371e06 #371e06 transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/**** //media *****/
.t-item-media {
  position: relative;
  padding-top: 68%;
  width: 100%;
  display: block;
  z-index: 1;
}

.t-item-picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .t-item-media-hide-mobile {
    display: none;
  }
}
/* //footer */
.t-item-footer-p-b {
  margin-top: auto;
}

.t-item--footer-cont {
  padding: 10px 20px 50px 20px;
}

.t-item-link {
  font-family: "Work Sans", sans-serif;
  padding-left: 0;
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
}

/*---------------- slider classes ---------------------------- */
/* //arrow */
.t-swiper-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: #121212;
  color: #fff;
  margin-top: -25px;
  z-index: 1;
  border: 3px solid #121212;
  border-radius: 50%;
}

.t-swiper-arrow-next {
  right: -70px;
}

.t-swiper-arrow-prev {
  left: -70px;
}

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

.t-swiper-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t-swiper-arrow-next.t-swiper-arrow::before {
  border-color: transparent #fff #fff transparent;
  margin-left: -14px;
}

.t-swiper-arrow-prev.t-swiper-arrow::before {
  border-color: #fff transparent transparent #fff;
  margin-left: -6px;
}

.t-swiper-arrow.swiper-button-disabled {
  opacity: 0.5;
}

.t-swiper-arrow-prev.swiper-button-disabled.t-swiper-arrow::before {
  border-color: #fff transparent transparent #fff;
  margin-left: -6px;
}

.t-swiper-arrow-next.swiper-button-disabled.t-swiper-arrow::before {
  border-color: transparent #fff #fff transparent;
}

.t-swiper-arrow.swiper-button-lock {
  display: none;
}

@media (max-width: 1300px) {
  .t-swiper-arrow-next {
    right: -40px;
  }
  .t-swiper-arrow-prev {
    left: -40px;
  }
}
@media (max-width: 991px) {
  .t-swiper-arrow-next {
    right: -30px;
  }
  .t-swiper-arrow-prev {
    left: -30px;
  }
}
@media (max-width: 567px) {
  .t-swiper-arrow {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }
  .t-swiper-arrow-next {
    right: -15px;
  }
  .t-swiper-arrow-prev {
    left: -15px;
  }
  .t-swiper-arrow::before {
    height: 14px;
    width: 14px;
    margin-top: -7px;
    margin-left: -7px;
  }
  .t-swiper-arrow-next.t-swiper-arrow::before {
    margin-left: -10px;
  }
  .t-swiper-arrow-prev.t-swiper-arrow::before {
    margin-left: -4px;
  }
}
/* container */
.swiper-slide .t-itemCont-dim {
  max-width: 100%;
}

/* // */
.t-trip-class .ta-logo,
.t-trip-class .TA_cdsratingsonlywide {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.t-trip-class .cdsROW {
  background-color: transparent;
}

.t-trip-class .cdsComponent.logo,
.t-trip-class .cdsComponent.cdsLocName {
  display: none !important;
}

@media (max-width: 991px) {
  .t-item--head {
    min-height: 180px;
  }
}
.list-link {
  display: flex;
}
@media (max-width: 991px) {
  .list-link {
    justify-content: start;
  }
}
.list-link li {
  display: inline-block;
  margin: 0 5px;
}
.list-link li a {
  display: block;
  height: 50px;
  width: 50px;
  color: #fedc32;
  text-align: center;
  line-height: 50px;
  font-size: 19px;
  font-size: 1.9rem;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  color: #000000;
  border-radius: 50%;
  background-color: #fedc32;
}
.list-link li a:hover {
  background-color: #fedc32;
}
@media (max-width: 767px) {
  .list-link li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}
.list-link.list-social-footer li a:hover {
  background-color: #fedc32;
}
.list-link li:last-child a {
  border-right: none;
}
.list-link.list-algn-l-xs li {
  margin-left: 0;
  margin-right: 5px;
}
@media (min-width: 991px) {
  .list-link.list-algn-l li {
    margin-left: 0;
  }
}

.list-link.list-link-bg-dark li a {
  background-color: #27100a;
  color: #fff;
}

.list-link li a:active,
.list-link li a:focus,
.list-link li a:hover {
  color: #000000;
}

.list-nav li {
  display: inline-block;
}
.list-nav li:before {
  display: none !important;
}

.li-list {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #121212;
}
@media (max-width: 1600px) {
  .li-list {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 991px) {
  .li-list {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .li-list {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1;
  }
}
.li-list-number {
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 50%;
  background-color: #00a651;
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 15px;
  margin-top: 5px;
}

.nav-footer {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  font-size: 0;
}
@media (max-width: 991px) {
  .nav-footer {
    margin-bottom: 30px;
  }
}
@media (max-width: 567px) {
  .nav-footer {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.nav-footer li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 991px) {
  .nav-footer li {
    width: 100%;
    margin-bottom: 13px;
  }
}
.nav-footer li a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .nav-footer li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.form-m-0 .gform_wrapper li.hidden_label input {
  margin-top: 0px;
}
.form-m-0 .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
}
.form-m-0 .gform_wrapper ul li.gfield {
  margin-top: 0px;
}
.form-m-0 .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}

.form-g-inline .gform_wrapper,
.form-g-inline {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
.form-g-inline .gform_wrapper .gform_wrapper form,
.form-g-inline .gform_wrapper form {
  text-align: center;
}
@media (max-width: 991px) {
  .form-g-inline .gform_wrapper .gform_wrapper form,
  .form-g-inline .gform_wrapper form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
.form-g-inline .gform_wrapper .gform_fields,
.form-g-inline .gform_wrapper .gform_fields .gfield,
.form-g-inline .gform_wrapper .gform_body,
.form-g-inline .gform_wrapper .gform_footer,
.form-g-inline .gform_fields,
.form-g-inline .gform_fields .gfield,
.form-g-inline .gform_body,
.form-g-inline .gform_footer {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
@media (max-width: 991px) {
  .form-g-inline .gform_wrapper .gform_fields,
  .form-g-inline .gform_wrapper .gform_fields .gfield,
  .form-g-inline .gform_wrapper .gform_body,
  .form-g-inline .gform_wrapper .gform_footer,
  .form-g-inline .gform_fields,
  .form-g-inline .gform_fields .gfield,
  .form-g-inline .gform_body,
  .form-g-inline .gform_footer {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.form-g-inline .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-g-inline input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 77px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0px;
  border: none;
  color: #121212;
  background-color: #dbd9d9;
}
@media (max-width: 991px) {
  .form-g-inline .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .form-g-inline input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 45px;
  }
}
.form-g-inline .gform_wrapper ::placeholder,
.form-g-inline ::placeholder {
  color: #5c5c5c;
  opacity: 1;
}
.form-g-inline .gform_wrapper .gform_wrapper.gravity-theme .gfield textarea,
.form-g-inline .gform_wrapper.gravity-theme .gfield textarea {
  border-radius: 0;
  border: none;
  background-color: #f0f0f0;
  color: #121212;
  padding: 15px;
  padding-top: 30px;
}
.form-g-inline .gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-g-inline .gform_wrapper .gfield_error .gform_wrapper.gravity-theme .gfield_label,
.form-g-inline .gform_wrapper .gfield_error .gfield_select,
.form-g-inline .gform_wrapper .gfield_error .gform_wrapper.gravity-theme .gfield textarea,
.form-g-inline .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-g-inline .gfield_error .gform_wrapper.gravity-theme .gfield_label,
.form-g-inline .gfield_error .gfield_select,
.form-g-inline .gfield_error .gform_wrapper.gravity-theme .gfield textarea {
  border-bottom: 1px solid #d5303a;
}
.form-g-inline .gform_wrapper .gform_wrapper.gravity-theme .gfield_validation_message, .form-g-inline .gform_wrapper .gform_wrapper.gravity-theme .validation_message,
.form-g-inline .gform_wrapper.gravity-theme .gfield_validation_message,
.form-g-inline .gform_wrapper.gravity-theme .validation_message {
  background: none;
  border: none;
  margin-top: 8px;
  padding: 0;
  padding-top: 0px;
  font-weight: 600;
  color: #d5303a;
  font-size: 14px !important;
}
.form-g-inline .gform_wrapper .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .form-g-inline .gform_wrapper .gform_wrapper.gravity-theme .gfield_error label, .form-g-inline .gform_wrapper .gform_wrapper.gravity-theme .gfield_error legend, .form-g-inline .gform_wrapper .gform_wrapper.gravity-theme [aria-invalid=true] + label, .form-g-inline .gform_wrapper .gform_wrapper.gravity-theme label + [aria-invalid=true],
.form-g-inline .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
.form-g-inline .gform_wrapper.gravity-theme .gfield_error label,
.form-g-inline .gform_wrapper.gravity-theme .gfield_error legend,
.form-g-inline .gform_wrapper.gravity-theme [aria-invalid=true] + label,
.form-g-inline .gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: #000000;
}
.form-g-inline .gform_wrapper .gfield_required.gfield_required_text,
.form-g-inline .gfield_required.gfield_required_text {
  display: none;
}
.form-g-inline .gform_wrapper :focus, .form-g-inline .gform_wrapper :focus-visible,
.form-g-inline :focus,
.form-g-inline :focus-visible {
  border: none !important;
  border-bottom: 1px solid #121212 !important;
  outline-width: 5px;
  outline-style: solid;
  outline-color: transparent;
}
.form-g-inline .gform_wrapper .gform_validation_errors,
.form-g-inline .gform_validation_errors {
  display: none;
}
.form-g-inline .gform_wrapper .gform_wrapper.gravity-theme #field_submit input,
.form-g-inline .gform_wrapper.gravity-theme #field_submit input {
  height: 77px;
  border: none;
  border-radius: 0px;
  background-color: #000;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 45px;
  line-height: 53px;
  box-shadow: none;
  color: #fff;
  background-color: #121212;
  box-shadow: none;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .form-g-inline .gform_wrapper .gform_wrapper.gravity-theme #field_submit input,
  .form-g-inline .gform_wrapper.gravity-theme #field_submit input {
    height: 45px;
  }
}
.form-g-inline .gform_wrapper li.gfield.gfield_error,
.form-g-inline .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.form-g-inline li.gfield.gfield_error,
.form-g-inline li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.form-g-inline .gform_wrapper .validation_message,
.form-g-inline .validation_message {
  color: #000000;
  font-weight: 400;
  padding-top: 7px !important;
  text-align: left;
}
.form-g-inline .gform_wrapper div.validation_error,
.form-g-inline div.validation_error {
  color: #fff;
  font-weight: 400;
  border: 0;
  max-width: 570px;
  margin: 0 auto 24px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
}
.form-g-inline .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.form-g-inline.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.form-g-inline .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.form-g-inline li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}
@media (min-width: 614px) {
  .form-g-inline .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
  .form-g-inline li.gfield.gfield_error.gfield_contains_required {
    padding-right: 16px;
  }
}

.form-g, .title-text-row-wyswyg form {
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .form-g, .title-text-row-wyswyg form {
    padding: 0;
  }
}

.form-g .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-g input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .title-text-row-wyswyg form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 77px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0px;
  border: none;
  color: #121212;
  background-color: #f0f0f0;
  background-color: #f0f0f0;
  border: 1px solid #919191;
}
@media (max-width: 991px) {
  .form-g .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .form-g input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .title-text-row-wyswyg form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 45px;
  }
}
.form-g .gform_wrapper ::placeholder,
.form-g ::placeholder, .title-text-row-wyswyg form ::placeholder {
  color: #626262;
  opacity: 1;
}
.form-g .gform_wrapper .gform_wrapper.gravity-theme .gfield_label,
.form-g .gform_wrapper.gravity-theme .gfield_label, .title-text-row-wyswyg form .gform_wrapper.gravity-theme .gfield_label {
  font-size: 18px;
  font-size: 1.8rem;
}
.form-g .gform_wrapper .gfield_select, .form-g .gform_wrapper .address_country.ginput_address_country select,
.form-g .gfield_select,
.form-g .address_country.ginput_address_country select, .title-text-row-wyswyg form .gfield_select, .title-text-row-wyswyg form .address_country.ginput_address_country select {
  border-radius: 0;
  border: none;
  background-color: #f0f0f0;
  color: #121212;
  padding: 15px;
  height: 77px;
  border: 1px solid #919191;
}
@media (max-width: 991px) {
  .form-g .gform_wrapper .gfield_select, .form-g .gform_wrapper .address_country.ginput_address_country select,
  .form-g .gfield_select,
  .form-g .address_country.ginput_address_country select, .title-text-row-wyswyg form .gfield_select, .title-text-row-wyswyg form .address_country.ginput_address_country select {
    height: 45px;
  }
}
.form-g .gform_wrapper .gform_wrapper.gravity-theme .gfield textarea,
.form-g .gform_wrapper.gravity-theme .gfield textarea, .title-text-row-wyswyg form .gform_wrapper.gravity-theme .gfield textarea {
  border-radius: 0;
  border: none;
  background-color: #f0f0f0;
  color: #121212;
  padding: 15px;
  padding-top: 30px;
  border: 1px solid #919191;
}
.form-g .gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-g .gform_wrapper .gfield_error .gform_wrapper.gravity-theme .gfield_label,
.form-g .gform_wrapper .gfield_error .gfield_select,
.form-g .gform_wrapper .gfield_error .gform_wrapper.gravity-theme .gfield textarea,
.form-g .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-g .gfield_error .gform_wrapper.gravity-theme .gfield_label,
.form-g .gfield_error .gfield_select,
.form-g .gfield_error .gform_wrapper.gravity-theme .gfield textarea, .title-text-row-wyswyg form .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.title-text-row-wyswyg form .gfield_error .gform_wrapper.gravity-theme .gfield_label,
.title-text-row-wyswyg form .gfield_error .gfield_select,
.title-text-row-wyswyg form .gfield_error .gform_wrapper.gravity-theme .gfield textarea {
  border-bottom: 1px solid #d5303a;
}
.form-g .gform_wrapper .gform_wrapper.gravity-theme .gfield_validation_message, .form-g .gform_wrapper .gform_wrapper.gravity-theme .validation_message,
.form-g .gform_wrapper.gravity-theme .gfield_validation_message,
.form-g .gform_wrapper.gravity-theme .validation_message, .title-text-row-wyswyg form .gform_wrapper.gravity-theme .gfield_validation_message, .title-text-row-wyswyg form .gform_wrapper.gravity-theme .validation_message {
  background: none;
  border: none;
  margin-top: 8px;
  padding: 0;
  padding-top: 0px;
  font-weight: 600;
  color: #d5303a;
  font-size: 14px !important;
}
.form-g .gform_wrapper .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .form-g .gform_wrapper .gform_wrapper.gravity-theme .gfield_error label, .form-g .gform_wrapper .gform_wrapper.gravity-theme .gfield_error legend, .form-g .gform_wrapper .gform_wrapper.gravity-theme [aria-invalid=true] + label, .form-g .gform_wrapper .gform_wrapper.gravity-theme label + [aria-invalid=true],
.form-g .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
.form-g .gform_wrapper.gravity-theme .gfield_error label,
.form-g .gform_wrapper.gravity-theme .gfield_error legend,
.form-g .gform_wrapper.gravity-theme [aria-invalid=true] + label,
.form-g .gform_wrapper.gravity-theme label + [aria-invalid=true], .title-text-row-wyswyg form .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .title-text-row-wyswyg form .gform_wrapper.gravity-theme .gfield_error label, .title-text-row-wyswyg form .gform_wrapper.gravity-theme .gfield_error legend, .title-text-row-wyswyg form .gform_wrapper.gravity-theme [aria-invalid=true] + label, .title-text-row-wyswyg form .gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: #000000;
}
.form-g .gform_wrapper .gfield_required.gfield_required_text,
.form-g .gfield_required.gfield_required_text, .title-text-row-wyswyg form .gfield_required.gfield_required_text {
  display: none;
}
.form-g .gform_wrapper :focus, .form-g .gform_wrapper :focus-visible,
.form-g :focus,
.form-g :focus-visible, .title-text-row-wyswyg form :focus, .title-text-row-wyswyg form :focus-visible {
  border-bottom: 1px solid #121212 !important;
  outline-width: 5px;
  outline-style: solid;
  outline-color: transparent;
}
.form-g .gform_wrapper textarea,
.form-g textarea, .title-text-row-wyswyg form textarea {
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #27100a;
  color: #000;
  border-radius: 5px;
  background-color: transparent;
}
.form-g .gform_wrapper select,
.form-g select, .title-text-row-wyswyg form select {
  border-radius: 5px;
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #27100a;
  color: #000;
  background-color: transparent;
}
.form-g .gform_wrapper .chosen-container-single .chosen-single,
.form-g .chosen-container-single .chosen-single, .title-text-row-wyswyg form .chosen-container-single .chosen-single {
  line-height: 55px;
  height: 55px !important;
  border-radius: 0 !important;
  border: 1px solid #27100a !important;
  border-radius: 5px !important;
  background: none;
  background-color: transparent;
}
.form-g .gform_wrapper .chosen-container-single .chosen-search-input,
.form-g .chosen-container-single .chosen-search-input, .title-text-row-wyswyg form .chosen-container-single .chosen-search-input {
  height: 35px !important;
  border-radius: 0;
  border-color: #ccc;
}
.form-g .gform_wrapper .gform_wrapper .chosen-container-single .chosen-single div,
.form-g .gform_wrapper .chosen-container-single .chosen-single div, .title-text-row-wyswyg form .gform_wrapper .chosen-container-single .chosen-single div {
  right: 11px;
  width: 12px;
}
.form-g .gform_wrapper .chosen-container-single .chosen-single div b,
.form-g .chosen-container-single .chosen-single div b, .title-text-row-wyswyg form .chosen-container-single .chosen-single div b {
  background-position: 0px 17px;
}
.form-g .gform_wrapper .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b,
.form-g .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b, .title-text-row-wyswyg form .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 17px;
}
.form-g .gform_wrapper .chosen-container-single .chosen-single span,
.form-g .chosen-container-single .chosen-single span, .title-text-row-wyswyg form .chosen-container-single .chosen-single span {
  font-size: 18px;
  font-size: 1.8rem;
}
.form-g .gform_wrapper .gform_footer input.button,
.form-g .gform_footer input.button, .title-text-row-wyswyg form .gform_footer input.button {
  height: 72px;
  border: none;
  border-radius: 0px;
  background-color: #000;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 45px;
  line-height: 53px;
  box-shadow: none;
  color: #fff;
  background-color: #121212;
  box-shadow: none;
  position: relative;
  width: 100%;
  text-align: center;
  height: 60px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .form-g .gform_wrapper .gform_footer input.button,
  .form-g .gform_footer input.button, .title-text-row-wyswyg form .gform_footer input.button {
    width: 100%;
    height: 45px;
  }
}
.form-g .gform_wrapper .gform_footer input.button:hover,
.form-g .gform_footer input.button:hover, .title-text-row-wyswyg form .gform_footer input.button:hover {
  background-color: #000;
  color: #FFF;
}
.form-g .gform_wrapper li.gfield.gfield_error,
.form-g .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.form-g li.gfield.gfield_error,
.form-g li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .title-text-row-wyswyg form li.gfield.gfield_error,
.title-text-row-wyswyg form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.form-g .gform_wrapper .validation_message,
.form-g .validation_message, .title-text-row-wyswyg form .validation_message {
  font-weight: 400;
  padding-top: 7px !important;
  text-align: left;
}
.form-g .gform_wrapper div.validation_error,
.form-g div.validation_error, .title-text-row-wyswyg form div.validation_error {
  font-weight: 400;
  border: 0;
  max-width: 570px;
  margin: 0 auto 24px;
  border: 0;
  border-bottom: 1px solid #790000;
}
.form-g .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.form-g.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .title-text-row-wyswyg form.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.form-g .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.form-g li.gfield.gfield_error.gfield_contains_required div.ginput_container, .title-text-row-wyswyg form li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}

.form-g-inline .gform_wrapper div.validation_error, .form-g-inline div.validation_error {
  color: #000000;
}

.form-g-inline .gform_wrapper .gform_footer input.button, .form-g-inline .gform_footer input.button {
  height: 60px;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 0 45px;
  box-shadow: none;
  background-image: none;
  border: 3px solid #000;
  cursor: pointer;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  outline: inherit;
  border-color: #000;
  background-color: transparent;
  color: #000;
  font-style: inherit;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
}
.form-g-inline .gform_wrapper .gform_footer input.button:hover, .form-g-inline .gform_footer input.button:hover {
  background-color: #000;
  color: #FFF;
}
@media (max-width: 991px) {
  .form-g-inline .gform_wrapper .gform_footer input.button, .form-g-inline .gform_footer input.button {
    width: 100%;
    height: 45px;
    line-height: 42px;
  }
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input {
  align-self: flex-start !important;
}

@media (max-width: 991px) {
  .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0 !important;
  }
}

@media (max-width: 991px) {
  .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: 1/-1 !important;
  }
}

.gform_wrapper.gravity-theme .gform_fields {
  text-align: left;
}

.gform_wrapper.gravity-theme .gform_footer input {
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 45px;
  color: #fff;
  background-color: #121212;
  box-shadow: none;
  position: relative;
  width: 100%;
  text-align: center;
  height: 50px;
  max-width: 200px;
}

#input_3_10_1:focus, #input_3_10_1:focus-visible {
  outline: 1px solid #000;
}

.address_country.ginput_address_country select {
  border: none;
}
.address_country.ginput_address_country select:focus, .address_country.ginput_address_country select:focus-visible {
  border-bottom: none;
}

.notif-bar-show {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .notif-bar-show {
    padding-top: 50px;
  }
}
.notif-bar-show .main-nav {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .notif-bar-show .main-nav {
    margin-top: 50px;
  }
}
.notif-bar-show .menu-inner {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .notif-bar-show .menu-inner {
    margin-top: 50px;
  }
}
.notif-bar-show .show-menu .menu-inner::before {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .notif-bar-show .show-menu .menu-inner::before {
    margin-top: 50px;
  }
}

.notif-bar {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00a651;
  width: 100%;
  height: 50px;
  z-index: 999;
}
@media (max-width: 1024px) {
  .notif-bar {
    height: 50px;
  }
}
.notif-bar .notif-bar-text {
  color: #fff;
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  max-height: 50px;
  overflow: hidden;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .notif-bar .notif-bar-text {
    padding-left: 15px;
    padding-right: 30px;
    font-size: 1.1rem;
  }
}
.notif-bar p {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
}
.notif-bar a {
  color: #fff;
  text-decoration: underline;
}
.notif-bar i {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .notif-bar i {
    display: none;
  }
}

.notif-close {
  position: absolute;
  height: 23px;
  width: 23px;
  right: 70px;
  top: 50%;
  margin-top: -12px;
  background-color: #ffffff;
  border-radius: 100%;
}
@media (max-width: 1024px) {
  .notif-close {
    right: 5px;
  }
}

.notif-close-close-icon {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 23px;
  width: 23px;
}
.notif-close-close-icon:after, .notif-close-close-icon:before {
  content: "";
  display: block;
  height: 2px;
  width: 70%;
  background-color: #00a651;
  top: 50%;
  left: 15%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}
.notif-close-close-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.notif-close:hover {
  cursor: pointer;
}

.noti-bar-show .nav-main {
  top: 50px;
}
@media (max-width: 991px) {
  .noti-bar-show .nav-inner {
    top: 150px;
  }
}
@media (max-width: 767px) {
  .noti-bar-show .nav-inner {
    top: 150px;
  }
}
@media (max-width: 991px) {
  .noti-bar-show .nav-inner-back {
    top: 60px;
  }
}
@media (max-width: 991px) {
  .noti-bar-show .navbar-nav-inner .sub-menu {
    top: 155px;
  }
}
@media (max-width: 767px) {
  .noti-bar-show .navbar-nav-inner .sub-menu {
    top: 155px;
  }
}

.header-home-overlay {
  height: 22%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4149860628) 49%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
  width: 100%;
  bottom: 0;
  transition: 0.5s all;
  z-index: 1;
  position: absolute;
}

.header-home-titles-cont {
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .header-home-titles-cont {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .header-home-titles-cont {
    margin-bottom: 30px;
  }
}

.header-home-title {
  font-family: "Futura-Bold", Arial, Helvetica, sans-serif;
  color: #FFF;
  font-size: 55px;
  font-size: 5.5rem;
  text-transform: uppercase;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 991px) {
  .header-home-title {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media (max-width: 991px) {
  .header-home-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 567px) {
  .header-home-title {
    font-size: 30px;
    font-size: 3rem;
  }
}

.header-home-subtitle p {
  font-family: "Futura-Bold", Arial, Helvetica, sans-serif;
  color: #deb67d;
  font-size: 30px;
  font-size: 3rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1;
}
@media (max-width: 567px) {
  .header-home-subtitle p {
    font-size: 20px;
    font-size: 2rem;
  }
}

.header-home-title-logo-cont {
  display: block;
  max-width: 800px;
  margin: 0 auto 50px;
}
@media (max-width: 1650px) {
  .header-home-title-logo-cont {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .header-home-title-logo-cont {
    margin: 0 auto 30px;
    max-width: 500px;
  }
}
@media (max-width: 500px) {
  .header-home-title-logo-cont {
    max-width: 300px;
  }
}
@media (max-width: 567px) {
  .header-home-title-logo-cont.mb-mobile-40 {
    margin-bottom: 40px;
  }
}

.header-home-title-logo {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.header-home-description-container {
  padding-bottom: 40px;
  background-color: #000;
}

.header-home-paraghaph {
  color: #fff;
  max-width: 820px;
  margin: 0 auto;
}

.header-home-text {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .header-home-text .section-row-vh {
    height: 500px;
    min-height: 500px;
  }
}
@media (max-width: 500px) {
  .header-home-text .section-row-vh {
    height: 400px;
  }
}

.header-home-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.noti-bar-show .header-home-bg-padding {
  top: 95px;
}
@media (max-width: 991px) {
  .noti-bar-show .header-home-bg-padding {
    top: 76px;
  }
}

.header-home-bg-padding {
  top: 45px;
}
@media (max-width: 991px) {
  .header-home-bg-padding {
    top: 25px;
  }
}

@media (max-width: 991px) {
  .home .header-bg-cont {
    position: relative;
  }
}

.header-bg-cont {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .header-bg-cont .container {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .header-bg-cont.header-bg-bottom-cont {
    padding-bottom: 50px;
    position: relative;
  }
}
@media (max-width: 575px) {
  .header-bg-cont.header-bg-bottom-cont {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header-bg-cont.header-bg-bottom-cont .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .header-bg-cont.header-bg-bottom-cont .container {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .header-bg-cont.header-bg-bottom-cont .container .row, .header-bg-cont.header-bg-bottom-cont .container div[class^=col], .header-bg-cont.header-bg-bottom-cont .container {
    padding: 0;
    margin: 0;
  }
}

.header-bg {
  position: absolute;
  top: 0;
  left: -10%;
  bottom: 0;
  width: 110%;
}
@media (max-width: 991px) {
  .header-bg {
    left: -10%;
    width: 110%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .header-bg {
    top: inherit;
    padding-top: 110%;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-bg-title {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .header-bg-size-md .header-bg {
    padding-top: 130%;
  }
}

.header-bg-bottom {
  position: absolute;
  right: 15px;
  bottom: -80px;
  width: 94%;
  padding-top: 121%;
}
@media (max-width: 1200px) {
  .header-bg-bottom {
    width: 95%;
    padding-top: 125%;
    bottom: -70px;
  }
}
@media (max-width: 991px) {
  .header-bg-bottom {
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .header-bg-bottom {
    width: 100%;
    right: 0;
    bottom: 0;
    position: relative;
  }
}

.header-bg-picture {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.header-bg-picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-bg-picture.center img {
  object-position: center;
}
@media (max-width: 767px) {
  .header-bg-picture.center img {
    object-position: bottom;
  }
}
.header-bg-picture.top img {
  object-position: top;
}
@media (max-width: 767px) {
  .header-bg-picture.top img {
    object-position: bottom;
  }
}
.header-bg-picture.bottom img {
  object-position: bottom;
}

/* .header-bg-opacity-mob{
    @media (min-width:768px){
        opacity: 1 !important;
    }
}

.header-bg-opacity-desk{
    @media (max-width:767px){
        opacity: 1 !important;
    }
} */
.header-bg-detail {
  display: block;
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 180px;
  height: 180px;
}
@media (max-width: 1550px) {
  .header-bg-detail {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1200px) {
  .header-bg-detail {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 991px) {
  .header-bg-detail {
    width: 125px;
    height: 125px;
  }
}
@media (max-width: 767px) {
  .header-bg-detail {
    bottom: 20px;
    right: inherit;
    left: 0px;
  }
}
@media (max-width: 480px) {
  .header-bg-detail {
    left: 50px;
  }
}
@media (min-width: 768px) {
  .header-bg-detail.header-bg-detail-position-middle {
    bottom: 28%;
  }
}
@media (max-width: 767px) {
  .header-bg-detail.header-bg-detail-hide {
    display: none;
  }
}
.header-bg-detail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-container-info {
  position: relative;
  z-index: 2;
}

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

.header-cont-columns {
  display: flex;
}
@media (max-width: 991px) {
  .header-cont-columns {
    flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  .header-pt-0 {
    padding-top: 0;
  }
}

.header-info-cont {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 991px) {
  .header-info-cont {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .header-info-cont {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .header-info-cont.header-info-cont-with-img {
    padding-bottom: 150px;
  }
}
@media (max-width: 450px) {
  .header-info-cont.header-info-cont-with-img {
    padding-bottom: 150px;
  }
}
.header-info-cont.header-info-cont-sm {
  padding-top: 160px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .header-info-cont.header-info-cont-sm {
    padding-bottom: 60px;
  }
}

.header-info-cont-with-img-bottom {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .header-info-cont-with-img-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .header-info-cont-with-img-bottom .header-info-cont {
    padding-bottom: 60px;
  }
}

.header-info-maxw {
  max-width: 450px;
}
@media (max-width: 1200px) {
  .header-info-maxw {
    max-width: 420px;
  }
}

.header-info-maxw-2 {
  max-width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .header-info-maxw-2 {
    max-width: 1100px;
  }
}

.text-center .header-info-maxw {
  margin: 0 auto;
}

.header-info-pt {
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .header-info-pt {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .header-info-pt {
    padding-top: 0px;
  }
}

.header-title {
  font-family: "Work Sans", sans-serif;
  font-size: 125px;
  font-size: 12.5rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 22px;
}
@media (max-width: 1550px) {
  .header-title {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media (max-width: 1200px) {
  .header-title {
    font-size: 90px;
    font-size: 9rem;
  }
}
@media (max-width: 991px) {
  .header-title {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media (max-width: 767px) {
  .header-title {
    font-size: 50px;
    font-size: 5rem;
    margin-bottom: 0px;
  }
}
.header-title i.title-detial {
  width: 20px;
  display: inline-block;
}
.header-title i.title-detial::before {
  background-color: #e6ba5b;
}
@media (max-width: 767px) {
  .header-title i.title-detial::before {
    width: 30px;
    left: 0;
    opacity: 0.6;
  }
}
.header-title .title-detial-text {
  display: inline-block;
  text-indent: 50px;
}
@media (max-width: 991px) {
  .header-title .title-detial-text {
    text-indent: 40px;
  }
}
.header-title .title-detial-text::before {
  background-color: #e6ba5b;
  top: 60px;
  display: block;
  width: 50px;
}
@media (max-width: 1200px) {
  .header-title .title-detial-text::before {
    top: 50px;
  }
}
@media (max-width: 991px) {
  .header-title .title-detial-text::before {
    top: 40px;
    width: 30px;
    left: 0;
    opacity: 0.6;
  }
}
@media (max-width: 400px) {
  .header-title .title-detial-text::before {
    top: 35px;
  }
}

.header-top-title {
  color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 19px;
}
@media (max-width: 1550px) {
  .header-top-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 1200px) {
  .header-top-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .header-top-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .header-top-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.header-bg-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #000;
  background-size: cover;
  opacity: 0.1;
}
@media (max-width: 767px) {
  .header-overlay {
    opacity: 0.1;
  }
}

.header {
  position: relative;
  min-height: 450px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 767px) {
  .header {
    min-height: 270px;
  }
}

.table-container {
  max-width: 1200px;
  margin: 0 auto;
}

.table {
  margin-bottom: 27px;
  color: #170702;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background: transparent !important;
}

.table thead th {
  border-bottom: 1px solid #dee2e6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.table-col-color {
  color: #b2ada6;
}

.table th,
.table td {
  font-family: "Futura-Bold", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  color: #b2ada6;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .table th,
  .table td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .table th,
  .table td {
    font-size: 30px;
    font-size: 3rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .table th,
  .table td {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 567px) {
  .table th,
  .table td {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.table th:first-child,
.table td:first-child {
  font-size: 70px;
  font-size: 7rem;
  color: #000;
  width: 55%;
  text-align: left;
  border: none;
}
@media (max-width: 991px) {
  .table th:first-child,
  .table td:first-child {
    font-size: 30px;
    font-size: 3rem;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .table th:first-child,
  .table td:first-child {
    font-size: 30px;
    font-size: 3rem;
    width: 30%;
  }
}
@media (max-width: 567px) {
  .table th:first-child,
  .table td:first-child {
    font-size: 20px;
    font-size: 2rem;
    width: 30%;
  }
}
.table th:first-child p,
.table td:first-child p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #170702;
}
@media (max-width: 991px) {
  .table th:first-child p,
  .table td:first-child p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 567px) {
  .table th:first-child p,
  .table td:first-child p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.table th p,
.table td p {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .table th p,
  .table td p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 470px) {
  .table th p,
  .table td p {
    /* margin-bottom: -10px; */
  }
}
@media (max-width: 567px) {
  .table th p,
  .table td p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.table thead th {
  color: #b2ada6;
  font-family: "Futura-Bold", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.96px;
  line-height: 40px;
  border-top: none;
  padding-bottom: 28px;
}
@media (max-width: 991px) {
  .table thead th {
    font-size: 30px;
    font-size: 3rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .table thead th {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 567px) {
  .table thead th {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.table-col-color {
  border-right: 4px solid #000;
  border-left: 4px solid #000;
  border-bottom: none;
  background-color: #fcfbfa;
  color: #000 !important;
}
.table-col-color p {
  color: #000;
}
@media (max-width: 991px) {
  .table-col-color {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
  }
}

thead tr {
  border-top: none;
}
thead .table-col-color {
  border-top: 4px solid #000 !important;
  border-bottom: none !important;
  padding-top: 28px;
}
@media (max-width: 991px) {
  thead .table-col-color {
    border-top: 2px solid #000 !important;
    padding-top: 0;
    vertical-align: unset;
  }
}

tbody tr:last-child {
  border-bottom: 2px solid #f2efea;
}

tr {
  border-top: 2px solid #f2efea;
}
tr:first-child .table-col-color {
  border-bottom: none;
}
tr:last-child .table-col-color {
  border-bottom: 4px solid #000;
}
@media (max-width: 991px) {
  tr:last-child .table-col-color {
    border-bottom: 2px solid #000;
  }
}

.table-aditional-text p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: right;
  padding-bottom: 10px;
}
@media (max-width: 567px) {
  .table-aditional-text p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.table-responsive {
  text-align: center;
}
.table-responsive .btn-border {
  background-color: transparent;
  border: 3px solid #742a2a;
  color: #742a2a;
}

.pagination-sigle .page-numbers {
  display: inline-block;
  height: 45px;
  width: 45px;
  border: 1px solid #b2ada6;
  color: #b2ada6;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.pagination-sigle .page-numbers.next,
.pagination-sigle .page-numbers.prev {
  width: auto;
  padding-left: 13px;
  padding-right: 13px;
}
.pagination-sigle .current {
  background-color: #b2ada6;
  color: #fff;
}
.pagination-sigle .page-numbers:hover,
.pagination-sigle .page-numbers:focus {
  background-color: #b2ada6;
  color: #fff;
  text-decoration-color: transparent;
}

.filter-mb {
  margin-bottom: 70px;
}

.filter-dropdown {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 500px) {
  .filter-dropdown {
    width: 100%;
  }
}

.filter-btn {
  font-style: italic;
  border-radius: 5px;
  padding: 11px 20px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  background-color: #142D52;
  color: #fff;
  min-width: 150px;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 500px) {
  .filter-btn {
    width: 100%;
  }
}
.filter-btn.dropdown-toggle::after {
  position: absolute;
  right: 20px;
  top: 25px;
}

.filter-btn:focus,
.filter-btn:hover {
  background-color: #142D52;
  color: #fff;
  text-decoration: none;
}

.filter-title {
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-right: 20px;
}
.filter-title.filter-title-center {
  margin-top: 12px;
  margin-bottom: 15px;
}

.filter-dropdown-menu {
  width: 100%;
  padding: 0;
}
.filter-dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 9px 20px;
  color: #b2ada6;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.filter-dropdown-menu .dropdown-item.active,
.filter-dropdown-menu .dropdown-item:active {
  color: #fff;
  background-color: #8E9A6C;
}

.l-collapse-item {
  border: none;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f0f0;
  margin-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1600px) {
  .l-collapse-item {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .l-collapse-item {
    padding-top: 22px;
    padding-bottom: 20px;
  }
}
.l-collapse-item:last-child {
  border-bottom: 1px solid #ededed;
  margin-bottom: 0;
}

.l-collapse-title {
  font-family: "Work Sans", sans-serif;
  color: #27929f;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 1450px) {
  .l-collapse-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 1200px) {
  .l-collapse-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.l-collapse-title a {
  display: block;
  position: relative;
  padding-right: 35px;
}
.l-collapse-title a.collapsed {
  color: #000;
}
@media (max-width: 991px) {
  .l-collapse-title a {
    flex-direction: column;
  }
}
@media (max-width: 567px) {
  .l-collapse-title a {
    line-height: 1;
  }
}
.l-collapse-title:hover {
  color: #000;
}
.l-collapse-title:hover .l-collapse-arrow:after,
.l-collapse-title:hover .l-collapse-arrow:before {
  background-color: #000;
}

.l-collapse-h {
  height: auto;
}
@media (min-width: 992px) {
  .l-collapse-h {
    display: none;
  }
}

.l-collapse-item .panel-heading {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 570px) {
  .l-collapse-item .panel-heading {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.l-collapse-item .panel-body {
  padding-top: 16px;
  padding-bottom: 8px;
}
.l-collapse-item .panel-body-text {
  display: block;
  width: 100%;
  max-width: 1300px;
  padding-right: 40px;
}
.l-collapse-item .panel-body p {
  margin: 0 auto;
}
.l-collapse-item li {
  list-style-position: inside;
}

.l-collapse-arrow {
  width: 12px;
  height: 12px;
  transition: all 0.3s;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .l-collapse-arrow {
    right: 1px;
  }
}
.l-collapse-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  background-color: #000;
  opacity: 0;
}
.l-collapse-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: -1px;
  background-color: #000;
  opacity: 1;
}

#accordion a {
  color: #000;
}
#accordion .collapsed:hover {
  color: #000;
}

.text-option-center .panel-body-text {
  margin: 0 auto;
}
.text-option-center .panel-body-text p {
  font-size: 26px;
  font-size: 2.6rem;
}
@media (max-width: 1400px) {
  .text-option-center .panel-body-text p {
    font-size: 20px;
    font-size: 2rem;
  }
}

.collapse-mt-80 {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .collapse-mt-80 {
    margin-top: 40px;
  }
}

.img-content-col-pl .panel-body-text p {
  font-size: 20px;
  font-size: 2rem;
}

.section-black .l-collapse-item {
  background-color: rgba(248, 248, 248, 0.2);
}
.section-black #accordion a {
  color: #fff;
}
.section-black #accordion .collapsed:hover {
  color: #fff;
}
.section-black #accordion .collapsed .l-collapse-arrow {
  transform: rotate(-90deg);
}
.section-black #accordion .collapsed .l-collapse-arrow:after {
  opacity: 1;
  background-color: #fff;
}
.section-black #accordion .collapsed .l-collapse-arrow:before {
  opacity: 1;
  background-color: #fff;
}
.section-black #accordion .l-collapse-arrow::before {
  background-color: #fff;
}
.section-black .panel-body-text {
  color: #fff;
}
.section-black .l-collapse-item:last-child {
  margin-bottom: 0;
}

.collapsed .l-collapse-h {
  height: 0;
}
.collapsed .l-collapse-arrow {
  transform: rotate(-90deg);
}
.collapsed .l-collapse-arrow:after {
  opacity: 1;
  background-color: #0b2040;
}
.collapsed .l-collapse-arrow:before {
  opacity: 1;
  background-color: #0b2040;
}

.section-yellow .l-collapse-item {
  background-color: rgba(248, 248, 248, 0.3);
}

.l-collapse-item:last-child {
  border-bottom: none;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

/*Extiende clases de _title.scss, _text.scss _btn.scss*/
.img-content-container {
  /*padding-bottom: 120px;*/
}
@media (max-width: 567px) {
  .img-content-container {
    /* padding-bottom: 50px; */
  }
}

.img-content-row-block {
  overflow: hidden;
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.img-content-row-block-medium {
  padding-top: 129%;
}
@media (max-width: 991px) {
  .img-content-row-block-medium {
    max-width: unset;
    padding-top: 90%;
  }
}
@media (max-width: 450px) {
  .img-content-row-block-medium {
    max-width: unset;
    padding-top: 100%;
  }
}
.img-content-row-block-tall {
  padding-top: 120%;
  max-width: 720px;
}
@media (max-width: 991px) {
  .img-content-row-block-tall {
    max-width: unset;
    padding-top: 60%;
  }
}

.img-content-row-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.img-content-image {
  width: 100%;
  margin-bottom: 10px;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
@media (max-width: 991px) {
  .img-content-image {
    object-position: top;
  }
}

@media (max-width: 990px) {
  .flex-md-row-img-left .img-content-desc-padding {
    padding-top: 20px;
  }
}
@media (min-width: 991px) {
  .flex-md-row-img-left .img-content-desc-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .flex-md-row-img-left .img-content-desc-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1550px) {
  .flex-md-row-img-left .img-content-desc-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 990px) {
  .img-content-desc-padding {
    padding-top: 20px;
  }
}
@media (min-width: 991px) {
  .img-content-desc-padding {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .img-content-desc-padding {
    padding-right: 40px;
  }
}
@media (min-width: 1550px) {
  .img-content-desc-padding {
    padding-right: 60px;
  }
}

.img-content-container .container-btn {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .img-content-container .container-btn {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .card-col-mb-lg {
    margin-bottom: 20px;
  }
}

.cardImg {
  border-radius: 0;
  border: none;
  border: 0;
  background-color: #ccc;
  color: #000;
  position: relative;
}
.cardImg .cardImg-img {
  display: block;
  padding-top: 250px;
  background-color: #ccc;
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cardImg .cardImg-img-cover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0;
  object-position: center;
}

.cardImg-item-cont {
  display: block;
  position: relative;
  padding-bottom: 140px;
  color: #000;
  -webkit-box-shadow: 0px 0px 37px -18px rgba(128, 128, 128, 0);
  -moz-box-shadow: 0px 0px 37px -18px rgba(128, 128, 128, 0);
  box-shadow: 0px 0px 37px -18px rgba(128, 128, 128, 0);
}

.cardImg-body-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ccc;
  min-height: 140px;
  overflow: hidden;
  padding: 35px 44px;
}
@media (max-width: 1199px) {
  .cardImg-body-absolute {
    padding: 25px;
  }
}

.cardImg-info {
  opacity: 1;
  max-height: 150px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .cardImg-info {
    max-height: 0;
    opacity: 1;
  }
}

.cardImg-title {
  color: #000;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cardImg-title {
    margin-bottom: 15px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.cardImg-title-link {
  color: #000;
}
.cardImg-title-link:focus, .cardImg-title-link:hover {
  color: #000;
  text-decoration: underline;
}

.cardImg-info--text {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 15px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cardImg-info-link {
  text-decoration: underline;
  color: #000;
  font-weight: 700;
}

.cardImg-fullImage .cardImg-item-cont {
  padding-bottom: 0;
}
.cardImg-fullImage .cardImg-img {
  padding-top: 390px;
}
.cardImg-fullImage .cardImg-body-absolute {
  background-color: rgba(255, 255, 255, 0.4);
}

.cardImg-item-cont {
  -webkit-transition: all 2s cubic-bezier(0.3, 0.81, 0.47, 0.91);
  -o-transition: all 2s cubic-bezier(0.3, 0.81, 0.47, 0.91);
  transition: all 2s cubic-bezier(0.3, 0.81, 0.47, 0.91);
}

.cardImg-body-absolute,
.cardImg-info {
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.81, 0.47, 0.91);
  -o-transition: all 0.5s cubic-bezier(0.3, 0.81, 0.47, 0.91);
  transition: all 0.5s cubic-bezier(0.3, 0.81, 0.47, 0.91);
}

.cardImg-item-cont:hover {
  color: #000;
}

@media (min-width: 1024px) {
  .cardImg-info {
    opacity: 0;
  }
  .cardImg-item-cont:hover {
    color: #000;
    -webkit-box-shadow: 0px 0px 37px -18px rgb(128, 128, 128);
    -moz-box-shadow: 0px 0px 37px -18px rgb(128, 128, 128);
    box-shadow: 0px 0px 37px -18px rgb(128, 128, 128);
  }
  .cardImg-item-cont:hover .cardImg-body-absolute {
    background-color: #ffffff;
  }
  .cardImg-item-cont:hover .cardImg-info {
    opacity: 1;
    max-height: 150px;
  }
  .cardImg-item-cont:hover .cardImg-img-bg {
    opacity: 0.8;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }
}
.card-image-square .link-img--image {
  width: 100%;
  padding-top: 96%;
}
.card-image-square .link-img--title {
  text-transform: uppercase;
  text-align: center;
}
.card-image-square .link-img--textmore {
  text-align: center;
}
.card-image-square .link-img--text {
  border-bottom: 0;
}
@media (min-width: 1400px) {
  .card-image-square .link-img:hover .link-img--textmore {
    height: 34px;
    margin-bottom: 54px;
  }
}
.card-image-square .link-img:hover .link-img--text {
  border-bottom: none;
}

.card-simple {
  height: 100%;
  max-height: 275px;
  background-color: #121212;
}
@media (min-width: 1401px) {
  .card-simple {
    height: 275px;
  }
}
.card-simple .link-img--image {
  display: none;
}
.card-simple .link-img {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  max-height: 275px;
}
.card-simple .link-img--gradient {
  display: none;
}
.card-simple .link-img--text {
  position: relative;
  width: 100%;
  left: 0;
  padding: 60px;
  border: none;
  z-index: unset;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-simple .link-img--text i {
  display: none;
}
.card-simple .link-img--textmore {
  color: white;
  height: auto;
  text-align: center;
  margin-bottom: 0;
  -webkit-line-clamp: 3;
  font-size: 40px;
  font-size: 4rem;
}
@media (max-width: 1900px) {
  .card-simple .link-img--textmore {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (max-width: 567px) {
  .card-simple .link-img--textmore {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
.card-simple .link-img--textmore:hover {
  color: #fedc32;
}
.card-simple .link-img:hover .link-img--text {
  border-bottom: none;
}
.card-simple .link-img:hover .link-img--textmore {
  height: auto;
  margin-bottom: 0;
}

.text-container {
  max-width: 1200px;
  margin: 0 auto;
}
.text-container .container-btn {
  margin-top: 20px;
}
@media (max-width: 567px) {
  .text-container .container-btn {
    margin-top: 14px;
  }
}

.title-text-row, .table-title-text {
  line-height: 1;
}
.title-text-row-default {
  font-size: 40px;
  font-size: 4rem;
}
@media (max-width: 567px) {
  .title-text-row-default {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.title-text-row-big, .title-suscription {
  font-size: 80px;
  font-size: 8rem;
}
@media (max-width: 1600px) {
  .title-text-row-big, .title-suscription {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media (max-width: 567px) {
  .title-text-row-big, .title-suscription {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 1600px) {
  .title-text-row, .table-title-text {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .title-text-row, .table-title-text {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 410px) {
  .title-text-row, .table-title-text {
    font-size: 30px;
    font-size: 3rem;
  }
}
.title-text-row span, .table-title-text span, .title-text-row strong, .table-title-text strong {
  color: #d5303a;
}

.title-text-row-size-70 {
  font-size: 70px;
  font-size: 7rem;
}
@media (max-width: 1600px) {
  .title-text-row-size-70 {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .title-text-row-size-70 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.title-text-subtitle {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Work Sans", sans-serif;
  line-height: 1;
  font-weight: bold;
  color: #d5303a;
  margin-top: 34px;
  padding-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .title-text-subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .title-text-subtitle {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .title-text-subtitle {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 16px;
  }
}

.title-text-toptitle {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Work Sans", sans-serif;
  line-height: 1;
  font-weight: bold;
  color: #d5303a;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .title-text-toptitle {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .title-text-toptitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .title-text-toptitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.title-text-row-wyswyg p {
  font-size: 28px;
  font-size: 2.8rem;
  padding: 0;
  margin: 0;
  margin-bottom: 22px;
  line-height: 1.4;
}
@media (max-width: 1900px) {
  .title-text-row-wyswyg p {
    font-size: 20px;
    font-size: 2rem;
  }
}
.title-text-row-wyswyg p strong {
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 567px) {
  .title-text-row-wyswyg p strong {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.title-text-row-wyswyg p:last-child {
  margin-bottom: 0;
}
.title-text-row-wyswyg-small, .title-text-row-wyswyg-small p {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 567px) {
  .title-text-row-wyswyg-small, .title-text-row-wyswyg-small p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.title-text-row-wyswyg-large p {
  font-size: 32px;
  font-size: 3.2rem;
}
@media (max-width: 1900px) {
  .title-text-row-wyswyg-large p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 567px) {
  .title-text-row-wyswyg-large p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.text-container-title-text .title-text-row-m-w {
  max-width: 800px;
}
.text-container-title-text .title-text-row-m-w-600 {
  max-width: 600px;
}
.text-container-title-text .text-wyswyg, .text-container-title-text .text-copyright, .text-container-title-text .text-ada, .text-container-title-text .text-cont, .text-container-title-text .text-social, .text-container-title-text .newsletter-text p, .newsletter-text .text-container-title-text p, .text-container-title-text .higthlited-wysywyg p, .higthlited-wysywyg .text-container-title-text p, .text-container-title-text .container-card-link-content p, .container-card-link-content .text-container-title-text p, .text-container-title-text .text-nav, .text-container-title-text .header-home-paraghaph, .text-container-title-text .title-text-row-wyswyg p, .title-text-row-wyswyg .text-container-title-text p {
  max-width: 1066px;
}

i.search-icon-link {
  display: block;
  height: 23px;
  width: 23px;
  background-image: url("../images/search-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

i.search-icon-close {
  display: inline-block;
  height: 23px;
  width: 23px;
  background-image: url("../images/search-form-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.search-cont {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  overflow: auto;
}
.search-cont--bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 1;
}
@media (max-width: 767px) {
  .search-cont--bg {
    opacity: 0.9;
    background-color: #fff;
  }
}
.search-cont--info {
  position: relative;
  z-index: 2;
  min-height: 100%;
  height: 100%;
}

.search-form form {
  width: 100%;
}
.search-form .form-control {
  height: 90px;
  border-color: #f7cb46;
  box-shadow: none;
  border-radius: 0;
  background-color: #f7cb46;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  padding-left: 70px;
  padding-right: 50px;
  min-width: 100px;
}
@media (max-width: 767px) {
  .search-form .form-control {
    padding-left: 20px;
    padding-right: 20px;
    height: 70px;
  }
}
.search-form .form-control::placeholder {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}
.search-form .form-control:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.search-form .form-control::-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.search-btn-close {
  background-color: #dcb33a;
  padding: 10px;
  height: 90px;
  width: 90px;
  border-radius: 0;
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
  border: none;
  text-align: center;
  line-height: 0;
}
@media (max-width: 767px) {
  .search-btn-close {
    width: 60px;
    height: 70px;
  }
}
.search-btn-close:hover, .search-btn-close:focus {
  background-color: #dcb33a;
  color: #fff;
}

.search-btn-submit {
  background-color: #dcb33a;
  padding: 0 10px;
  height: 90px;
  line-height: 90px;
  width: 90px;
  border-radius: 0;
  font-size: 21px;
  font-size: 2.1rem;
  color: #fff;
  border: none;
  line-height: 0;
}
@media (max-width: 767px) {
  .search-btn-submit {
    height: 70px;
    line-height: 73px;
  }
}
.search-btn-submit:hover, .search-btn-submit:focus {
  background-color: #f7cb46;
  opacity: 0.9;
}
.search-btn-submit i.search-icon-link {
  display: inline-block;
}

.search-results {
  display: none;
  padding: 60px 160px 20px;
  background: #fff;
  position: relative;
  min-height: 100%;
  min-height: calc(100% - 90px);
}
@media (max-width: 767px) {
  .search-results {
    padding: 30px 100px 10px;
    min-height: calc(100% - 70px);
  }
}
@media (max-width: 450px) {
  .search-results {
    padding: 30px 30px 10px;
  }
}
.search-results.shown-results {
  display: block;
}

.search-results-list {
  max-width: 1140px;
  list-style: none;
  padding: 0;
}
.search-results-list .search-results-list-title {
  display: block;
  font-family: "Work Sans", sans-serif;
  color: #f7cb46;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.search-results-list li a {
  color: #f7cb46;
}
.search-results-list li p,
.search-results-list li {
  font-size: 16px;
  font-size: 1.6rem;
  color: #151515;
  font-weight: 400;
}
.search-results-list li {
  margin-bottom: 40px;
}

.search-cont {
  display: none;
}

.search-show {
  overflow: hidden;
}
.search-show .search-cont {
  display: block;
}

.search-results-loader {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  color: #c11725;
}
.search-results-loader div {
  padding: 60px;
}

.image-row-container {
  margin: 0 auto;
}
.image-row-container .image-row-img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}
.image-row-container-full {
  max-width: 1280px;
}
.image-row-container-full .image-row-img {
  max-height: 720px;
}
.image-row-container-medium {
  max-width: 1024px;
}
.image-row-container-medium .image-row-img {
  max-height: 576px;
}

.container-card-link {
  position: relative;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .container-card-link {
    height: 100%;
    min-height: 300px;
    position: relative;
  }
}

.list-atts-imgbg {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.picture-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}

.overlay {
  height: 100%;
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
@media (max-width: 1900px) {
  .overlay {
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
  }
}
@media (max-width: 567px) {
  .overlay {
    opacity: 1;
  }
}

.gradient {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  background: rgb(27, 7, 2);
  background: linear-gradient(180deg, rgba(27, 7, 2, 0.0144258387) 5%, rgba(27, 7, 2, 0.5774510488) 34%, rgba(27, 7, 2, 0.7203081916) 60%, rgb(27, 7, 2) 100%);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
@media (max-width: 567px) {
  .gradient {
    height: 240px;
  }
}

.container-card-link-content {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 70px;
  padding-right: 70px;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 991px) {
  .container-card-link-content {
    position: relative;
    height: 100%;
  }
}
@media (max-width: 567px) {
  .container-card-link-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container-card-link-content > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.container-card-link-content p {
  font-size: 20px;
  font-size: 2rem;
  overflow: hidden;
  line-height: 1.6;
  color: white;
  margin-bottom: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  transition: all 0.7s;
}
@media (max-width: 991px) {
  .container-card-link-content p {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
  }
}
.container-card-link-content .title-card {
  font-family: "Futura-Bold", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  color: white;
  line-height: 1.1;
  margin-bottom: 11px;
  overflow: hidden;
  max-height: 200px;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1900px) {
  .container-card-link-content .title-card {
    font-size: 37px;
    font-size: 3.7rem;
    max-height: 135px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
}
@media (max-width: 567px) {
  .container-card-link-content .title-card {
    font-size: 33px;
    font-size: 3.3rem;
    min-height: unset;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

@media (min-width: 1025px) {
  .container-card-link-action--plus {
    display: block !important;
    position: absolute !important;
    height: 29px;
    width: 29px;
    right: 30px;
    top: 50px;
  }
  .container-card-link-action--plus:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 0;
    margin-top: -1px;
  }
  .container-card-link-action--plus:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: #fff;
    margin-left: -1px;
  }
}
@media (min-width: 1025px) {
  .container-card-link-content {
    min-height: 140px;
    height: auto;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .container-card-link-content .container-card-link-content--info {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .container-card-link-content .container-card-link-action--plus:after {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .container-card-link:hover .container-card-link-content {
    min-height: 500px;
    max-height: 500px;
  }
  .container-card-link:hover .container-card-link-content .container-card-link-content--info {
    max-height: 400px;
  }
  .container-card-link:hover .container-card-link-action--plus:after {
    opacity: 0;
    top: 20px;
  }
}
.arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 40px;
  transition: 0.5s all;
}
@media (max-width: 567px) {
  .arrow {
    display: none;
  }
}

.arrow2 {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 40px;
  transform: rotate(180deg);
  transition: 0.7s all;
  z-index: 200;
}
@media (max-width: 567px) {
  .arrow2 {
    opacity: 0;
    display: none;
  }
}

.image-banner-with-text-container {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 991px) {
  .image-banner-with-text-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .image-banner-with-text-container {
    min-height: 400px;
  }
}

.image-banner-bckg-container {
  max-height: 606px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .image-banner-bckg-container {
    max-height: 400px;
  }
}

.image-banner-with-text-info {
  min-height: 700px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
@media (max-width: 1600px) {
  .image-banner-with-text-info {
    min-height: 606px;
  }
}
@media (max-width: 767px) {
  .image-banner-with-text-info {
    min-height: 400px;
  }
}
.image-banner-with-text-info .btn, .image-banner-with-text-info .suscription-btn {
  background-color: transparent;
  color: #FFF;
}
.image-banner-with-text-info .btn:hover, .image-banner-with-text-info .suscription-btn:hover {
  color: #FFF;
}

.content-center {
  text-align: center;
  align-items: center;
}
.content-center .image-banner-with-text-info-overlay {
  background-color: #121212;
  opacity: 0.29;
}

.content-left .image-banner-with-text-info-overlay {
  background: linear-gradient(-88deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
@media (min-width: 768px) {
  .content-left .image-banner-with-text-texts {
    align-items: start;
    text-align: left;
  }
  .content-left .image-banner-with-text-info {
    justify-content: left;
  }
}

.content-right .image-banner-with-text-info-overlay {
  background: linear-gradient(88deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
@media (min-width: 768px) {
  .content-right .image-banner-with-text-texts {
    align-items: end;
    text-align: right;
  }
  .content-right .image-banner-with-text-info {
    justify-content: right;
  }
}

@media (max-width: 767px) {
  .content-left .image-banner-with-text-info-overlay, .content-right .image-banner-with-text-info-overlay {
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }
}

.image-banner-with-text-info-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.image-banner-bckg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: -1;
}

.image-banner-picture {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

.image-banner-with-text {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.image-banner {
  display: block;
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 780px;
}
@media (max-width: 2000px) {
  .image-banner {
    max-height: 606px;
  }
}

.image-banner-overlay {
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 1600px) {
  .image-banner-with-text-title {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media (max-width: 990px) {
  .image-banner-with-text-title {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .image-banner-with-text-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 567px) {
  .image-banner-with-text-title {
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 410px) {
  .image-banner-with-text-title {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.image-banner-with-text-texts {
  max-width: 992px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 1600px) {
  .image-banner-with-text-texts {
    margin-top: 180px;
  }
}
@media (min-width: 1200px) {
  .image-banner-with-text-texts {
    margin-top: 140px;
  }
}
@media (max-width: 767px) {
  .image-banner-with-text-texts {
    text-align: center;
    width: 100%;
  }
}

.image-banner-with-text-description p {
  color: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .image-banner-with-text-description p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .image-banner-with-text-description p {
    -webkit-line-clamp: 10;
  }
}

.higthlited-container {
  padding-top: 53px;
  padding-bottom: 53px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .higthlited-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.higthlited-container .container-btn-mt {
  margin-top: 30px;
}

.higthlited-mb {
  margin-bottom: 168px;
}

.highlighted-max-w {
  max-width: 1268px;
  margin: 0 auto;
}
@media (max-width: 1550px) {
  .highlighted-max-w {
    max-width: 90%;
  }
}

.highlighted-title {
  color: #27100a;
  font-size: 70px;
  font-size: 7rem;
  max-width: 800px;
  text-transform: uppercase;
}
@media (max-width: 1550px) {
  .highlighted-title {
    padding-right: 20px;
  }
}
@media (max-width: 1900px) {
  .highlighted-title {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  .highlighted-title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .highlighted-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 567px) {
  .highlighted-title {
    font-size: 30px;
    font-size: 3rem;
  }
}

.higthlited-wysywyg p {
  font-size: 24px;
  font-size: 2.4rem;
  color: #27100a;
}
@media (max-width: 991px) {
  .higthlited-wysywyg p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 567px) {
  .higthlited-wysywyg p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 567px) {
  .higthlited-wysywyg p {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 16px;
  }
}

.title-suscription {
  text-transform: uppercase;
  color: #1C1C1C;
  margin-bottom: 42px;
}
@media (max-width: 567px) {
  .title-suscription {
    margin-bottom: 0;
  }
}

.text-suscription p {
  margin-top: 20px;
  margin-bottom: 48px;
}
@media (max-width: 567px) {
  .text-suscription p {
    margin-bottom: 22px;
  }
}

.newsletter-text p {
  color: #121212;
  font-size: 16px;
  padding: 0;
}

.suscription-info {
  position: relative;
  z-index: 2;
}

.suscription-section-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fedc32;
  opacity: 0.9;
  z-index: 1;
}

.text-cont, .text-social {
  list-style: none;
}
.text-cont .footer-title-regular, .text-social .footer-title-regular {
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 567px) {
  .text-cont .footer-title-regular, .text-social .footer-title-regular {
    padding-top: 20px;
  }
}
.text-cont p, .text-social p {
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 20px;
  line-height: 1;
  padding-top: 0px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 567px) {
  .text-cont p, .text-social p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.text-social .footer-title-regular, .text-social .phone {
  color: #fedc32;
  background-color: #121212;
}

.text-cont.phone {
  font-weight: 700;
}
.text-cont.phone .footer-title-regular {
  color: #fedc32;
  font-weight: 700;
  background-color: #121212;
}
.text-cont.phone p {
  font-weight: 400;
}

.text-ada p {
  font-size: 20px;
  font-size: 2rem;
  color: #505050;
  text-transform: uppercase;
  font-weight: 700;
}

.text-copyright p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 567px) {
  .text-copyright p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.text-copyright a {
  color: #fedc32;
  background-color: #121212;
}

.bg-grey-dark {
  background-color: #121212;
}

.nav-footer li a {
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  padding-bottom: 30px;
  transition: all 0.5;
  line-height: 1;
  text-align: center;
}
.nav-footer li a:hover {
  color: #fedc32;
}

.lang-select-cont {
  margin-right: auto;
  position: relative;
  z-index: 1;
  margin-left: 0 !important;
}
.lang-select-cont .switcher {
  position: absolute;
  top: -10px;
  left: 0;
}

.switcher a img {
  width: 18px;
  height: auto;
}
@media (max-width: 575.98px) {
  .switcher a img {
    position: relative;
    top: -1px;
  }
}

.switcher .selected {
  background: none !important;
}

.switcher .selected a:hover {
  background: none !important;
  /* background-color: #f2f2f2 !important;*/
}

.switcher .selected a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #000 !important;
  font-weight: 700;
  opacity: 1;
  border: none !important;
}
.switcher .selected a::after {
  display: none !important;
}
@media (max-width: 1900px) {
  .switcher .selected a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .switcher .selected a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.switcher .selected a.open {
  background-color: #ddb439 !important;
}

.switcher .option a {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 4px 6px !important;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.switcher .option {
  background-color: #fff !important;
  border-color: #f2f2f2 !important;
}

/* LAYOUTS - Page layout styles */

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