@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 {
  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 {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

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

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

a.btn.disabled,
fieldset:disabled a.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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #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-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

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

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

.btn-toolbar {
  display: -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 > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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

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

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

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

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

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

.btn-group-vertical {
  -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 > .btn-group {
  width: 100%;
}

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

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

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

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

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

.input-group {
  position: relative;
  display: -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-append .btn {
  position: relative;
  z-index: 2;
}

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

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

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

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

.input-group-text {
  display: -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-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

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

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

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

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

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

.custom-control-inline {
  display: -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 {
  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, .form-g .gform_wrapper .gfield_required .gfield_required_text,
.form-g .gfield_required .gfield_required_text,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield_required .gfield_required_text,
.title-text-row-wyswyg form .gfield_required .gfield_required_text {
  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) {
    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: #000;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 1450px) {
  body {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (max-width: 1450px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

a {
  color: #0277b5;
}
a:hover, a:focus, a:active {
  color: #0277b5;
  text-decoration: underline;
}

p {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.55;
  letter-spacing: normal;
}
@media (max-width: 1450px) {
  p {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (max-width: 1200px) {
  p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 450px) {
  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;
}

.z-2 {
  z-index: 2;
  position: relative;
}

pre {
  margin: 20px;
  padding: 20px;
  color: #aaa;
  background-color: #222;
  white-space: pre;
  text-shadow: 0 1px 0 #000;
  border-radius: 15px;
  border-bottom: 1px solid #555;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) inset, 0 0 20px rgba(0, 0, 0, 0.2) inset;
  font: 16px/24px "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

@font-face {
  font-family: "soleil";
  src: url("../fonts/Soleil-Italic.woff2") format("woff2"), url("../fonts/Soleil-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "argent-cf";
  src: url("../fonts/ArgentCF-Light.woff2") format("woff2"), url("../fonts/ArgentCF-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "argent-cf";
  src: url("../fonts/ArgentCF-Bold.woff2") format("woff2"), url("../fonts/ArgentCF-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "argent-cf";
  src: url("../fonts/ArgentCF-Thin.woff2") format("woff2"), url("../fonts/ArgentCF-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "argent-cf";
  src: url("../fonts/ArgentCF-Regular.woff2") format("woff2"), url("../fonts/ArgentCF-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "argent-cf Demi";
  src: url("../fonts/ArgentCF-DemiBold.woff2") format("woff2"), url("../fonts/ArgentCF-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "soleil";
  src: url("../fonts/Soleil-BoldItalic.woff2") format("woff2"), url("../fonts/Soleil-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "soleil";
  src: url("../fonts/Soleil.woff2") format("woff2"), url("../fonts/Soleil.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "soleil";
  src: url("../fonts/Soleil-Bold.woff2") format("woff2"), url("../fonts/Soleil-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "soleil";
  src: url("../fonts/SoleilSb.woff2") format("woff2"), url("../fonts/SoleilSb.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("../fonts/AktivGrotesk-Regular.woff2") format("woff2"), url("../fonts/AktivGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("../fonts/AktivGrotesk-Italic.woff2") format("woff2"), url("../fonts/AktivGrotesk-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("../fonts/AktivGrotesk-Bold.woff2") format("woff2"), url("../fonts/AktivGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("../fonts/AktivGrotesk-BoldItalic.woff2") format("woff2"), url("../fonts/AktivGrotesk-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("../fonts/AktivGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/AktivGrotesk-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "shelby";
  src: url("../fonts/Shelby.woff2") format("woff2"), url("../fonts/Shelby.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "shelby";
  src: url("../fonts/Shelby-Bold.woff2") format("woff2"), url("../fonts/Shelby-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

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

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

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

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* MODULES - Individual site components */
.bg-blue-dark {
  background-color: #0b2040;
}

.bg-ligth {
  background-color: #e8e3d2;
}

.bg-green {
  background-color: #7db7ab;
}

.bg-ligth2 {
  background-color: #f4f4f4;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1350px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 450px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1300px) {
  .container.container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1500px) {
  .container.container-xl {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {
  .container.container-xl {
    max-width: 1500px;
  }
}
@media (min-width: 1700px) {
  .container.container-xl {
    max-width: 1600px;
  }
}
@media (min-width: 991px) {
  .container.container-xs {
    max-width: 800px;
  }
}

@media (min-width: 991px) {
  .container-offset {
    margin-left: 4.15%;
  }
}

@media (min-width: 992px) {
  .col-pt-sm {
    padding-top: 20px;
  }
}
@media (min-width: 1201px) {
  .col-pt-sm {
    padding-top: 30px;
  }
}
@media (min-width: 1551px) {
  .col-pt-sm {
    padding-top: 60px;
  }
}

.col-full-cont {
  position: relative;
  z-index: 2;
  padding: 90px 80px;
  max-width: 980px;
}
@media (max-width: 1650px) {
  .col-full-cont {
    padding: 80px 60px;
  }
}
@media (max-width: 767px) {
  .col-full-cont {
    padding: 10px 10px;
    margin-bottom: 20px;
  }
}
.col-full-cont.col-full-cont-small {
  padding: 70px 80px;
}
@media (max-width: 1650px) {
  .col-full-cont.col-full-cont-small {
    padding: 40px 60px;
  }
}
@media (max-width: 767px) {
  .col-full-cont.col-full-cont-small {
    padding: 40px 30px;
  }
}
.col-full-cont.col-full-cont-nop {
  padding: 0;
}
.col-full-cont.col-full-cont-left {
  margin-left: auto;
}

.col-full-cont-100 {
  height: 100%;
}
.col-full-cont-100 .slidecolor {
  height: 100%;
}

.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-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
@media (max-width: 991px) {
  .section-py-85 {
    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;
  }
}

.section-py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .section-py-60.section-py-30-sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .section-py-60.section-py-mob-grad {
    padding-bottom: 40px;
  }
}
@media (max-width: 450px) {
  .section-py-60.section-py-mob-grad {
    padding-bottom: 20px;
  }
}

.section-my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .section-my-75 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.section-py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .section-py-40 {
    padding-top: 60px;
    padding-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.default {
  background-color: white;
}
.section-bg.light, .section-bg.bg-ligth {
  background-color: #f4f4f4;
}
.section-bg.bg-ligth2 {
  background-color: #f4f4f4;
}
.section-bg.bg-ligth3 {
  background-color: #cccccc;
}
.section-bg.bg-green {
  background-color: #7db7ab;
}
.section-bg.bg-black {
  background-color: #1C1C1C;
}
.section-bg.bg-blue-dark {
  background-color: #0b2040;
}
.section-bg.bg-blue-dark-gradient {
  background-image: url("../images/bg-footer.png");
  background-color: #041c2c;
  background-position: top left;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .section-bg.bg-blue-dark-gradient {
    background-size: 1000px;
  }
}
.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;
}

.section-bg-grad {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 0;
  height: 200px;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.section-bg-grad.section-bg-grad-lg {
  height: 300px;
  bottom: -150px;
}

@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 {
    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 {
    margin-bottom: 5px;
  }
}

.section-padding-lg {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .section-padding-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .section-padding-lg.section-padding-pb-0-m {
    padding-bottom: 0px;
  }
}

.section-pt-100 {
  padding-top: 100px;
}

.section-pt-70 {
  padding-top: 70px;
}

.section-pt-35 {
  padding-top: 35px;
}

.section-pb-40 {
  padding-bottom: 40px;
}

.section-py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-pt-xs {
  padding-top: 20px;
}

.section-pb-xs {
  padding-bottom: 20px;
}

.section-py-header {
  padding-top: 130px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .section-py-header {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-py-header {
    padding-top: 70px;
    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 {
  padding-top: 230px;
}
@media (max-width: 991px) {
  .section-py-header.section-header-padding-top {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .section-py-header.section-header-padding-top {
    padding-top: 70px;
  }
}

.noti-bar-show {
  padding-top: 44px;
}

.section-div {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .section-mobile {
    display: none;
  }
}

.section-pt-first {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .section-pt-first {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .section-pt-first {
    padding-top: 50px;
  }
}

.section-pb-last {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .section-pb-last {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .section-col-highlighted {
    margin-top: 55px;
  }
}

@media (max-width: 991px) {
  .section-row-rigth .section-col-highlighted {
    order: -1;
    margin-top: 0;
    margin-bottom: 45px;
  }
}

.section-nothas-post.section-has-f-post .section-container-posts {
  display: none;
}

.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;
  -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: #fff;
}

.text-work {
  font-family: "soleil", sans-serif;
}

.text-bold {
  font-weight: 700;
}

.text-white a {
  color: #fff;
}

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

@media (max-width: 767px) {
  .text-center-md {
    text-align: center;
  }
}

.text-divider {
  height: 3px;
  width: 100%;
  background-color: #000;
  margin: 20px auto 0;
}

.text-wyswyg, .text-copyright,
.text-ada, .text-cont, .text-social, .title-text-row-wyswyg {
  font-family: "soleil", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.55;
  letter-spacing: normal;
}
@media (max-width: 1450px) {
  .text-wyswyg, .text-copyright,
  .text-ada, .text-cont, .text-social, .title-text-row-wyswyg {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (max-width: 991px) {
  .text-wyswyg, .text-copyright,
  .text-ada, .text-cont, .text-social, .title-text-row-wyswyg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 450px) {
  .text-wyswyg, .text-copyright,
  .text-ada, .text-cont, .text-social, .title-text-row-wyswyg {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.text-wyswyg p, .text-copyright p,
.text-ada p, .text-cont p, .text-social p, .title-text-row-wyswyg p {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.55;
  letter-spacing: normal;
}
@media (max-width: 1450px) {
  .text-wyswyg p, .text-copyright p,
  .text-ada p, .text-cont p, .text-social p, .title-text-row-wyswyg p {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (max-width: 991px) {
  .text-wyswyg p, .text-copyright p,
  .text-ada p, .text-cont p, .text-social p, .title-text-row-wyswyg p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 450px) {
  .text-wyswyg p, .text-copyright p,
  .text-ada p, .text-cont p, .text-social p, .title-text-row-wyswyg p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.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, .title-text-row-wyswyg .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, .title-text-row-wyswyg .map-content iframe {
    height: 300px;
  }
}
.text-wyswyg ul, .text-copyright ul,
.text-ada ul, .text-cont ul, .text-social ul, .title-text-row-wyswyg ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.text-wyswyg ul li, .text-copyright ul li,
.text-ada ul li, .text-cont ul li, .text-social ul li, .title-text-row-wyswyg ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}
.text-wyswyg ul li:nth-last-child(1), .text-copyright ul li:nth-last-child(1),
.text-ada ul li:nth-last-child(1), .text-cont ul li:nth-last-child(1), .text-social ul li:nth-last-child(1), .title-text-row-wyswyg ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.text-wyswyg ul li:before, .text-copyright ul li:before,
.text-ada ul li:before, .text-cont ul li:before, .text-social ul li:before, .title-text-row-wyswyg ul li:before {
  content: "\f005";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  color: #ec1e25;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
@media (max-width: 991px) {
  .text-wyswyg ul li:before, .text-copyright ul li:before,
  .text-ada ul li:before, .text-cont ul li:before, .text-social ul li:before, .title-text-row-wyswyg ul li:before {
    font-size: 10px;
    font-size: 1rem;
    top: 9px;
  }
}
.text-wyswyg img, .text-copyright img,
.text-ada img, .text-cont img, .text-social img, .title-text-row-wyswyg img {
  max-width: 100%;
}
.text-wyswyg img.alignright, .text-copyright img.alignright,
.text-ada img.alignright, .text-cont img.alignright, .text-social img.alignright, .title-text-row-wyswyg img.alignright {
  display: block;
  float: right;
  margin-left: 20px;
}
@media (max-width: 575px) {
  .text-wyswyg img.alignright, .text-copyright img.alignright,
  .text-ada img.alignright, .text-cont img.alignright, .text-social img.alignright, .title-text-row-wyswyg img.alignright {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.text-wyswyg img.alignleft, .text-copyright img.alignleft,
.text-ada img.alignleft, .text-cont img.alignleft, .text-social img.alignleft, .title-text-row-wyswyg img.alignleft {
  display: block;
  float: left;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .text-wyswyg img.alignleft, .text-copyright img.alignleft,
  .text-ada img.alignleft, .text-cont img.alignleft, .text-social img.alignleft, .title-text-row-wyswyg img.alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.text-wyswyg .wp-caption, .text-copyright .wp-caption,
.text-ada .wp-caption, .text-cont .wp-caption, .text-social .wp-caption, .title-text-row-wyswyg .wp-caption {
  max-width: 100%;
}
.text-wyswyg .wp-caption.alignnone, .text-copyright .wp-caption.alignnone,
.text-ada .wp-caption.alignnone, .text-cont .wp-caption.alignnone, .text-social .wp-caption.alignnone, .title-text-row-wyswyg .wp-caption.alignnone {
  margin-bottom: 20px;
}
.text-wyswyg .wp-caption-text, .text-copyright .wp-caption-text,
.text-ada .wp-caption-text, .text-cont .wp-caption-text, .text-social .wp-caption-text, .title-text-row-wyswyg .wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
}
.text-wyswyg .aligncenter, .text-copyright .aligncenter,
.text-ada .aligncenter, .text-cont .aligncenter, .text-social .aligncenter, .title-text-row-wyswyg .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, .title-text-row-wyswyg .aligncenter p {
  margin-bottom: 0;
}
.text-wyswyg img.aligncenter, .text-copyright img.aligncenter,
.text-ada img.aligncenter, .text-cont img.aligncenter, .text-social img.aligncenter, .title-text-row-wyswyg img.aligncenter {
  display: block;
}
.text-wyswyg.text-font-18, .text-font-18.text-copyright,
.text-font-18.text-ada, .text-font-18.text-cont, .text-font-18.text-social, .text-font-18.title-text-row-wyswyg, .text-wyswyg.text-font-18 p, .text-font-18.text-copyright p,
.text-font-18.text-ada p, .text-font-18.text-cont p, .text-font-18.text-social p, .text-font-18.title-text-row-wyswyg p {
  font-size: 18px;
  font-size: 1.8rem;
}
.text-wyswyg h1, .text-copyright h1,
.text-ada h1, .text-cont h1, .text-social h1, .title-text-row-wyswyg h1 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 42px;
  font-size: 4.2rem;
}
@media (max-width: 500px) {
  .text-wyswyg h1, .text-copyright h1,
  .text-ada h1, .text-cont h1, .text-social h1, .title-text-row-wyswyg h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.text-wyswyg h2, .text-copyright h2,
.text-ada h2, .text-cont h2, .text-social h2, .title-text-row-wyswyg h2 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 26px;
  font-size: 2.6rem;
}
@media (max-width: 500px) {
  .text-wyswyg h2, .text-copyright h2,
  .text-ada h2, .text-cont h2, .text-social h2, .title-text-row-wyswyg h2 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.text-wyswyg h3, .text-copyright h3,
.text-ada h3, .text-cont h3, .text-social h3, .title-text-row-wyswyg h3 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 23px;
  font-size: 2.3rem;
}
@media (max-width: 500px) {
  .text-wyswyg h3, .text-copyright h3,
  .text-ada h3, .text-cont h3, .text-social h3, .title-text-row-wyswyg h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.text-wyswyg h5, .text-copyright h5,
.text-ada h5, .text-cont h5, .text-social h5, .title-text-row-wyswyg h5,
.text-wyswyg h6,
.text-copyright h6,
.text-ada h6,
.text-cont h6,
.text-social h6,
.title-text-row-wyswyg h6,
.text-wyswyg h4,
.text-copyright h4,
.text-ada h4,
.text-cont h4,
.text-social h4,
.title-text-row-wyswyg h4 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
}
@media (max-width: 500px) {
  .text-wyswyg h5, .text-copyright h5,
  .text-ada h5, .text-cont h5, .text-social h5, .title-text-row-wyswyg h5,
  .text-wyswyg h6,
  .text-copyright h6,
  .text-ada h6,
  .text-cont h6,
  .text-social h6,
  .title-text-row-wyswyg h6,
  .text-wyswyg h4,
  .text-copyright h4,
  .text-ada h4,
  .text-cont h4,
  .text-social h4,
  .title-text-row-wyswyg h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.text-wyswyg-mw-300 {
  max-width: 300px;
}

.text-wyswyg-mw-200 {
  max-width: 200px;
}

.text-wyswyg-cont-colored {
  padding: 30px 25px 5px;
  background-color: #000;
  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 {
  color: #fff;
}

.text-col3-mb-0 .section-mb-50 {
  margin-bottom: 0;
}

.text-imag-section img {
  width: 100%;
  height: auto;
}

.text-top-title-row {
  font-family: "soleil", 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: "soleil", 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: "soleil", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

@media (min-width: 992px) {
  .highlighted-text-content-only-text {
    display: flex;
    flex-wrap: nowrap;
  }
  .highlighted-text-content-only-text > div:nth-child(1) {
    padding-right: 12%;
  }
  .highlighted-text-content-only-text > div:nth-child(2) {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: auto;
  }
  .highlighted-text-content-only-text .container-btn-mt {
    margin-top: 0;
  }
}

.title {
  font-family: "argent-cf", sans-serif;
  color: #000;
  font-size: 54px;
  font-size: 5.4rem;
  font-weight: 200;
  margin-bottom: 25px;
  line-height: 1.2;
}
@media (max-width: 1450px) {
  .title {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media (max-width: 1200px) {
  .title {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2;
  }
}
.title.title-xl {
  font-size: 65px;
  font-size: 6.5rem;
}
@media (max-width: 1450px) {
  .title.title-xl {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media (max-width: 991px) {
  .title.title-xl {
    font-size: 55px;
    font-size: 5.5rem;
  }
}
@media (max-width: 767px) {
  .title.title-xl {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media (max-width: 500px) {
  .title.title-xl {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.2;
  }
}
.title.title-lg, .title.title-text-row-big {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.1;
}
@media (max-width: 1450px) {
  .title.title-lg, .title.title-text-row-big {
    font-size: 64px;
    font-size: 6.4rem;
  }
}
@media (max-width: 767px) {
  .title.title-lg, .title.title-text-row-big {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 500px) {
  .title.title-lg, .title.title-text-row-big {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.title.title-md, .title.title-text-row-medium {
  font-size: 40px;
  font-size: 4rem;
}
@media (max-width: 1200px) {
  .title.title-md, .title.title-text-row-medium {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 500px) {
  .title.title-md, .title.title-text-row-medium {
    font-size: 37px;
    font-size: 3.7rem;
  }
}
.title.title-xs, .title.title-text-row-small {
  font-size: 38px;
  font-size: 3.8rem;
}
@media (max-width: 500px) {
  .title.title-xs, .title.title-text-row-small {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.title.title-xxs {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .title.title-xxs {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.title.title-mb-30 {
  margin-bottom: 30px;
}
.title.title-mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .title.title-mb-40 {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .title.title-mb-40 {
    margin-bottom: 25px;
  }
}
.title.title-mb-50 {
  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: 22px;
  font-size: 2.2rem;
  color: #000;
  font-family: "soleil", sans-serif;
  margin-bottom: 12px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .top-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 567px) {
  .top-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.top-title.title-mb-40 {
  margin-bottom: 10px;
}
.top-title.title-mb-40 {
  margin-bottom: 40px;
}
.top-title.title-mb-20 {
  margin-bottom: 20px;
}

.title-sep {
  display: inline-block;
  margin: 13px 0 20px;
  border: 0;
  width: 200px;
  max-width: 100%;
  height: 2px;
  background-color: #ec1e25;
}

.title-star i {
  display: inline-block;
  color: #ec1e25;
  margin-bottom: 17px;
}

.title-dot {
  display: inline-block;
  margin-bottom: 10px;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #ec1e25;
}

.text-white .top-title,
.text-white .title {
  color: #ffffff;
}

.title-regular {
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: "soleil", sans-serif;
}
.title-regular.title-regular-center {
  margin-top: 15px;
  margin-bottom: 15px;
}

.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-upper {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .title br {
    display: none;
  }
}

i.title-detial {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}
@media (max-width: 991px) {
  i.title-detial {
    display: none;
  }
}
i.title-detial:before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ec1e25;
  line-height: 1;
  position: relative;
  top: -5px;
  left: -20px;
}

@media (min-width: 992px) {
  .title-max-w-lg-500 {
    max-width: 500px;
  }
}

.title-mb-40 {
  margin-bottom: 40px;
}

.title-detial-text {
  display: inline-block;
  text-indent: 50px;
  position: relative;
  margin-right: 7px;
}
@media (max-width: 991px) {
  .title-detial-text {
    display: inline;
    text-indent: 0px;
  }
}
.title-detial-text:before {
  content: "";
  position: absolute;
  display: block;
  top: 25px;
  margin-top: -1px;
  left: -20px;
  width: 50px;
  height: 2px;
  background-color: #ec1e25;
  line-height: 1;
}
@media (max-width: 991px) {
  .title-detial-text:before {
    display: none;
  }
}

.text-white .btn,
.btn-cont a,
.btn {
  min-width: 220px;
  color: #000;
  background-color: #fff;
  font-family: "aktiv-grotesk", sans-serif;
  padding: 18px 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
  text-decoration: none;
  border: 2px solid #0277b5;
  border-radius: 30px;
}
@media (max-width: 1700px) {
  .text-white .btn,
  .btn-cont a,
  .btn {
    padding: 18px 40px;
    min-width: 200px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1450px) {
  .text-white .btn,
  .btn-cont a,
  .btn {
    min-width: 170px;
    padding: 15px 35px;
  }
}
@media (max-width: 767px) {
  .text-white .btn,
  .btn-cont a,
  .btn {
    padding: 15px 30px;
    min-width: 170px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.text-white .btn:hover,
.btn-cont a:hover,
.btn:hover {
  color: #fff;
  background-color: #0277b5;
}
.text-white .btn:active, .text-white .btn:focus,
.btn-cont a:active,
.btn-cont a:focus,
.btn:active,
.btn:focus {
  color: #fff;
  border-color: #006093;
  background-color: #006093;
}
.text-white .btn.btn-inline-b,
.btn-cont a.btn-inline-b,
.btn.btn-inline-b {
  display: inline-block;
}
.text-white .btn .btn-icon,
.btn-cont a .btn-icon,
.btn .btn-icon {
  font-size: 50px;
  font-size: 5rem;
}
.text-white .btn .btn-icon-mr,
.btn-cont a .btn-icon-mr,
.btn .btn-icon-mr {
  margin-right: 10px;
}
.text-white .btn .btn-icon-ml,
.btn-cont a .btn-icon-ml,
.btn .btn-icon-ml {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .text-white .btn .btn-icon-dnone-mobile,
  .btn-cont a .btn-icon-dnone-mobile,
  .btn .btn-icon-dnone-mobile {
    display: none;
  }
}
.text-white .btn .btn-text-inline,
.btn-cont a .btn-text-inline,
.btn .btn-text-inline {
  display: inline-block;
  vertical-align: middle;
}
.text-white .btn.btn-red,
.btn-cont a.btn-red,
.btn.btn-red {
  background-color: #EC1E25;
  border-color: #EC1E25;
  color: #fff;
  min-width: auto;
}
.text-white .btn.btn-red:hover,
.btn-cont a.btn-red:hover,
.btn.btn-red:hover {
  background-color: #AD0208;
  border-color: #AD0208;
  color: #FFF;
}
.text-white .btn.btn-alt-color,
.btn-cont a.btn-alt-color,
.btn.btn-alt-color {
  background-color: #1f4fa2;
  border: 3px solid #1f4fa2;
}
.text-white .btn.btn-transp,
.btn-cont a.btn-transp,
.btn.btn-transp {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  border-color: transparent;
}
.text-white .btn.btn-transp:hover,
.btn-cont a.btn-transp:hover,
.btn.btn-transp:hover {
  background-color: #fff;
  color: #000000;
}
.text-white .btn.btn-transp.active,
.btn-cont a.btn-transp.active,
.btn.btn-transp.active {
  background-color: #fff;
  color: #000000;
}

.btn-text-mobile .btn-desk-text {
  display: none;
}
@media (min-width: 992px) {
  .btn-text-mobile .btn-desk-text {
    display: block;
  }
}
@media (min-width: 992px) {
  .btn-text-mobile .btn-mobile-text {
    display: none;
  }
}

.text-white .btn-cont a,
.text-white .btn {
  color: #fff;
  background-color: transparent;
  border-color: #3ca1d6;
}
.text-white .btn-cont a:hover,
.text-white .btn:hover {
  border-color: #3ca1d6;
  background-color: #3ca1d6;
}
.text-white .btn-cont a:focus,
.text-white .btn:active,
.text-white .btn:focus {
  border-color: #006093;
  background-color: #006093;
}

.btn-border a,
.btn.btn-border {
  background-color: transparent;
  border: 3px solid #000;
  color: #000;
}
.btn-border a:hover,
.btn.btn-border:hover {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}

.btn-light a.btn-border,
.btn.btn-light.btn-border {
  border-color: #fff;
  color: #fff;
}
.btn-light a.btn-border:hover,
.btn.btn-light.btn-border:hover {
  background-color: #fff;
  color: #000;
}

.btn-default a,
.btn.btn-default {
  background-color: #eeeeee;
  border-color: #1C1C1C;
  color: #1C1C1C;
}
.btn-default a:hover,
.btn.btn-default:hover {
  background-color: #1C1C1C;
  border-color: #1C1C1C;
  color: #fff;
}

.btn-impo a,
.btn.btn-impo {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
  color: #FFF;
}
.btn-impo a:hover,
.btn.btn-impo:hover {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
  color: #fff;
}

.btn-action a,
.btn.btn-action {
  background-color: #b2ada6;
  border-color: #b2ada6;
  color: #FFF;
}
.btn-action a:hover,
.btn.btn-action:hover {
  background-color: #170702;
  border-color: #170702;
  color: #fff;
}

.btn.btn-hightlight {
  font-family: "aktiv-grotesk", sans-serif;
  padding: 0px 15px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 1200px) {
  .btn.btn-hightlight {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .btn.btn-hightlight {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .btn.btn-hightlight .btn-text-inline {
    display: block;
  }
}

.btn-link {
  display: inline-block;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  border-radius: 0;
  color: #000;
  border-radius: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .btn-link {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .btn-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.btn-link.font-w-300 {
  font-weight: 300;
  text-transform: initial;
}
.btn-link .btn-link-text {
  display: inline-block;
  padding: 1px 0;
  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 {
  text-decoration-color: transparent;
  color: #000;
  border-color: #0277b5;
}

.btn-link:active,
.btn-link:focus {
  text-decoration-color: transparent;
  color: #0277b5;
  border-color: #0277b5;
}

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

.text-white .btn-link {
  border-color: #fff;
}
.text-white .btn-link:hover {
  color: #fff;
  border-color: #0277b5;
}
.text-white .btn-link:focus {
  color: #0277b5;
  border-color: #0277b5;
}

.btn-link-felxt-cont {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .btn-link-felxt-cont {
    display: flex;
    flex-grow: 1;
    justify-content: space-evenly;
    margin-top: 5px;
  }
}
.btn-link-felxt-cont > div {
  margin: 0 2%;
}
@media (max-width: 991px) {
  .btn-link-felxt-cont > div {
    margin: 0;
    margin-bottom: 20px;
  }
}
.btn-link-felxt-cont .btn-link {
  display: block;
}
@media (min-width: 992px) {
  .btn-link-felxt-cont .text-right.btn-link-felxt-cont {
    display: flex;
    flex-grow: 1;
    justify-content: end;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .btn-link-arrow-cont {
    align-items: center;
    display: flex;
    justify-content: end;
  }
}

.btn-link-arrow {
  color: #000;
  display: inline-block;
  font-size: 55px;
  font-size: 5.5rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .btn-link-arrow {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
.btn-link-arrow i {
  position: relative;
}

.btn-link-arrow:hover i {
  -webkit-animation: arrowanimationincolor 0.5s;
  color: #ec1e25;
}

@-webkit-keyframes arrowanimationincolor {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    color: #000;
  }
  25% {
    opacity: 1;
    color: #000;
  }
  45% {
    opacity: 0;
    color: #000;
  }
  49% {
    transform: translate3d(30px, 0px, 0);
    opacity: 0;
    color: #ec1e25;
  }
  50% {
    transform: translate3d(-30px, 0px, 0);
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes arrowanimationincolor {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    color: #000;
  }
  25% {
    opacity: 1;
    color: #000;
  }
  45% {
    opacity: 0;
    color: #000;
  }
  49% {
    transform: translate3d(30px, 0px, 0);
    opacity: 0;
    color: #ec1e25;
  }
  50% {
    transform: translate3d(-30px, 0px, 0);
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes arrowanimationincolor {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    color: #000;
  }
  25% {
    opacity: 1;
    color: #000;
  }
  45% {
    opacity: 0;
    color: #000;
  }
  49% {
    transform: translate3d(30px, 0px, 0);
    opacity: 0;
    color: #ec1e25;
  }
  50% {
    transform: translate3d(-30px, 0px, 0);
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes arrowanimationin {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  49% {
    transform: translate3d(30px, 0px, 0);
    opacity: 0;
  }
  50% {
    transform: translate3d(-30px, 0px, 0);
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes arrowanimationin {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  49% {
    transform: translate3d(30px, 0px, 0);
    opacity: 0;
  }
  50% {
    transform: translate3d(-30px, 0px, 0);
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes arrowanimationin {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  49% {
    transform: translate3d(30px, 0px, 0);
    opacity: 0;
  }
  50% {
    transform: translate3d(-30px, 0px, 0);
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 451px) {
  .container-2btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 451px) {
  .container-2btn > div {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .content-right .container-2btn,
  .content-left .container-2btn {
    justify-content: center;
  }
}

@media (min-width: 451px) {
  .container-2btn.text-option-center,
  .content-center .container-2btn {
    justify-content: center;
  }
}
@media (min-width: 451px) {
  .container-2btn.text-option-center > div,
  .content-center .container-2btn > div {
    margin-left: 20px;
  }
}

@media (min-width: 451px) {
  .container-2btn.text-option-right,
  .content-right .container-2btn {
    justify-content: end;
  }
}
@media (min-width: 451px) {
  .container-2btn.text-option-right > div,
  .content-right .container-2btn > div {
    margin-left: 20px;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .container-2btn.text-option-centerdesk,
  .content-centerdesk .container-2btn {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .container-2btn.text-option-centermob,
  .content-centermob .container-2btn {
    justify-content: center;
  }
}

.container-btn-mt {
  margin-top: 45px;
}
@media (max-width: 450px) {
  .container-btn-mt {
    margin-top: 30px;
  }
}

.container-btn-mt-30 {
  margin-top: 30px;
}

@media (max-width: 450px) {
  .container-2btn .container-btn:nth-child(2) .container-btn-mt {
    margin-top: 20px;
  }
}

.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;
}
.title-text-row-wyswyg .suscription-btn:hover, .form-g .suscription-btn:hover {
  color: #fff;
}

.border-w-100-cont .btn {
  width: 100%;
}

.figure-400 {
  width: 100%;
  padding-top: 117%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .figure-400 {
    max-width: 530px;
  }
}

.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;
}
@media (min-width: 992px) {
  i.search-icon-link {
    filter: contrast(0);
  }
}

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

@media (max-width: 991px) {
  .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;
  opacity: 0.6;
  z-index: 1;
  display: none;
}
@media (max-width: 991px) {
  .search-cont--bg {
    display: block;
    background-color: #fff;
  }
}
.search-cont--info {
  position: relative;
  z-index: 2;
  min-height: 100%;
  height: 100%;
}

.search-form {
  padding: 20px 0;
}
@media (max-width: 991px) {
  .search-form {
    padding: 0;
  }
}
.search-form form {
  width: 70%;
}
@media (max-width: 991px) {
  .search-form form {
    width: 100%;
  }
}
.search-form .form-control {
  height: 55px;
  border-color: #fff;
  box-shadow: none;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 100px;
  border-radius: 25px;
}
@media (max-width: 991px) {
  .search-form .form-control {
    border-radius: 0px;
    height: 65px;
    width: 100%;
    background-color: #ccc;
    border-color: #ccc;
  }
}
@media (max-width: 767px) {
  .search-form .form-control {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.search-form .form-control::placeholder {
  color: #000;
  opacity: 1;
}
.search-form .form-control:-ms-input-placeholder {
  color: #000;
}
.search-form .form-control::-ms-input-placeholder {
  color: #000;
}

@media (min-width: 992px) {
  .search-btn-cont {
    display: none;
  }
}

.search-btn-close {
  background-color: #6d6b6b;
  padding: 10px;
  height: 55px;
  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: 991px) {
  .search-btn-close {
    width: 65px;
    height: 65px;
    min-width: auto;
  }
}
.search-btn-close:hover, .search-btn-close:focus {
  background-color: #af1320;
  color: #fff;
}

.search-btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 55px;
  border-radius: 0;
  font-size: 21px;
  font-size: 2.1rem;
  color: #000;
  border: none;
  line-height: 0;
  background-color: transparent;
  min-width: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .search-btn-submit {
    position: static;
    height: 65px;
    width: 65px;
    line-height: 65px;
    color: #fff;
    background-color: #313131;
  }
}
.search-btn-submit:hover, .search-btn-submit:focus {
  background-color: transparent;
  opacity: 0.9;
}
.search-btn-submit i.search-icon-link {
  display: inline-block;
}

.search-results {
  display: none;
  position: relative;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .search-results {
    padding: 60px 40px 20px;
    background: #fff;
    min-height: 100%;
    min-height: calc(100% - 90px);
  }
}
@media (max-width: 767px) {
  .search-results {
    padding: 30px 40px 10px;
    min-height: calc(100% - 70px);
  }
}
@media (max-width: 450px) {
  .search-results {
    padding: 30px 30px 10px;
  }
}
.search-results.shown-results {
  display: block;
}

.search-results-text {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .search-results-text {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.search-results-list {
  max-width: 750px;
  list-style: none;
  padding: 0;
}
.search-results-list li {
  margin-bottom: 20px;
}

.search-results-list-card {
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .search-results-list-card {
    background-color: #F7F7F7;
  }
}
.search-results-list-card > div {
  height: 100%;
  min-height: 250px;
}
@media (max-width: 991px) {
  .search-results-list-card > div {
    min-height: auto;
  }
}

.search-results-list-card--img {
  flex: 0 0 33%;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .search-results-list-card--img {
    display: none;
  }
}
.search-results-list-card--img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.search-results-list-card--info {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 45px 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #151515;
  font-weight: 400;
  position: relative;
}
@media (max-width: 991px) {
  .search-results-list-card--info {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 30px 25px;
  }
}
.search-results-list-card--info p {
  font-size: 20px;
  font-size: 2rem;
  color: #151515;
  font-weight: 400;
}
@media (max-width: 991px) {
  .search-results-list-card--info p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.search-results-list-card--info a {
  color: #000;
}

.search-results-list-card--info-title {
  display: block;
  font-family: "argent-cf", sans-serif;
  color: #000;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 10px;
  font-weight: 200;
}
@media (max-width: 991px) {
  .search-results-list-card--info-title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.search-results-list-card-arrow {
  position: absolute;
  z-index: 1;
  right: 35px;
  bottom: 20px;
  color: #D5073E;
  font-size: 35px;
  font-size: 3.5rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .search-results-list-card-arrow {
    display: none;
  }
}

.search-cont {
  display: none;
}
@media (min-width: 992px) {
  .search-cont {
    display: block;
  }
}

.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: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  color: #000;
}

.navbar-brand {
  position: relative;
  z-index: 22;
  margin: 0;
  width: auto;
  height: 70px;
  max-width: auto;
  vertical-align: top;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.navbar-brand--img {
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  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;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 350px) {
  .navbar-brand--img {
    width: 50px;
  }
}
.navbar-brand--img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.navbar-brand--text {
  padding-left: 15px;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "argent-cf", sans-serif;
}
@media (max-width: 991px) {
  .navbar-brand--text {
    display: none;
  }
}

.navbar-width {
  width: 100%;
}

.navbar-main-bar {
  width: 100%;
  padding: 10px 20px;
  position: relative;
  z-index: 23;
}
@media (max-width: 1250px) {
  .navbar-main-bar {
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .navbar-main-bar {
    padding: 3px 15px;
  }
}
@media (max-width: 400px) {
  .navbar-main-bar {
    padding: 3px 10px;
  }
}
@media (max-width: 330px) {
  .navbar-main-bar {
    padding: 3px 5px;
  }
}

.navbar-main-bar-bg {
  background-color: transparent;
}
@media (min-width: 1025px) {
  .navbar-main-bar-bg {
    background-color: transparent;
  }
}

.nav-container {
  width: 100%;
  max-width: 1275px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .nav-container {
    max-width: 1220px;
  }
}
@media (min-width: 1500px) {
  .nav-container {
    max-width: 1400px;
  }
}
@media (min-width: 1500px) {
  .nav-container {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {
  .nav-container {
    max-width: 1500px;
  }
}
@media (min-width: 1700px) {
  .nav-container {
    max-width: 1600px;
  }
}
@media (max-width: 991px) {
  .nav-container.nav-container-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .nav-container .nav-container-item-desk {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav-container .nav-container-item-w100-mob {
    width: 100%;
  }
}
.nav-container p {
  margin: 0;
}

.navbar-main-bar-container {
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

.navbar-main-bar-links {
  display: none;
}
@media (min-width: 1025px) {
  .navbar-main-bar-links {
    display: block;
  }
}

.navbar-links {
  justify-content: center;
}
.navbar-links li {
  margin: 0 20px;
}
.navbar-links > li {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 1250px) {
  .navbar-links > li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.navbar-links .nav-link {
  padding: 0;
}
.navbar-links .nav-link.active {
  color: #71c7f9;
}
.navbar-links li a {
  display: block;
  color: #fff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  text-decoration-color: transparent;
}
@media (max-width: 1250px) {
  .navbar-links li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.navbar-links li a:hover {
  color: #71c7f9;
  text-decoration-color: transparent;
}

.navbar-links-item {
  display: block;
  color: #fff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 1250px) {
  .navbar-links-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.navbar-links-item:focus, .navbar-links-item:hover {
  color: #eabe5d;
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar-links-item.navbar-links-item-mob {
    display: none;
  }
}

.nav-search-link:hover {
  color: #eabe5d;
  text-decoration: underline;
}

.nav-search-link {
  font-size: 17px;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  padding: 10px 10px;
  line-height: 1;
  border-radius: 20px;
  font-weight: 500;
}

.navbar-link-ml {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .navbar-link-ml {
    margin-left: 7px;
  }
}

.navbar-link-ml-2 {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .navbar-link-ml-2 {
    margin-left: 7px;
  }
}

.navbar-btn-innercont {
  position: absolute;
  top: 20px;
  right: 35px;
}
@media (max-width: 991px) {
  .navbar-btn-innercont {
    display: none;
  }
}

.navbar-btn {
  padding: 15px 30px;
}
@media (max-width: 991px) {
  .navbar-btn {
    padding: 10px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.navbar-btn-textdesk {
  display: none;
}
.navbar-btn-textdesk:hover {
  color: #eabe5d;
}
@media (min-width: 991px) {
  .navbar-btn-textdesk {
    display: inline-block;
  }
}

.navbar-btn-textmobile {
  display: inline-block;
}
@media (min-width: 991px) {
  .navbar-btn-textmobile {
    display: none;
  }
}

.navbar-toggle-close,
.navbar-toggle-w {
  display: block;
  padding: 0;
  border-radius: 0;
  position: relative;
  z-index: 20;
  background: transparent;
  border: 0;
  margin-left: 15px;
  color: #fff;
  -webkit-appearance: inherit;
  appearance: inherit;
}
@media (max-width: 500px) {
  .navbar-toggle-close,
  .navbar-toggle-w {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-toggle-close.navbar-toggle-w-mobile,
  .navbar-toggle-w.navbar-toggle-w-mobile {
    display: none;
  }
}
.navbar-toggle-close--text,
.navbar-toggle-w--text {
  display: block;
  color: #fff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  text-decoration-color: transparent;
}
@media (max-width: 1250px) {
  .navbar-toggle-close--text,
  .navbar-toggle-w--text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.navbar-toggle-close .bar-line-cont,
.navbar-toggle-w .bar-line-cont {
  position: absolute;
  display: block;
  top: -5px;
  left: 50%;
  margin-left: -17px;
  height: 35px;
  width: 35px;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 100%;
  -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-close .bar-line,
.navbar-toggle-w .bar-line {
  width: 80%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 10%;
  background-repeat: repeat-x;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .navbar-toggle-close .bar-line,
  .navbar-toggle-w .bar-line {
    background-color: #000;
  }
}
.navbar-toggle-close .bar-line:nth-child(1),
.navbar-toggle-w .bar-line:nth-child(1) {
  position: absolute;
  top: 0;
}
.navbar-toggle-close .bar-line:nth-child(2),
.navbar-toggle-w .bar-line:nth-child(2) {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  opacity: 0;
}
.navbar-toggle-close .bar-line:nth-child(3),
.navbar-toggle-w .bar-line:nth-child(3) {
  position: absolute;
  top: 100%;
  margin-top: -3px;
  width: 80%;
}
.navbar-toggle-close:hover,
.navbar-toggle-w:hover {
  text-decoration-color: transparent;
}
.navbar-toggle-close:hover .navbar-toggle-w--text,
.navbar-toggle-w:hover .navbar-toggle-w--text {
  color: #71c7f9;
  text-decoration-color: transparent;
}
.navbar-toggle-close.active .bar-line-cont,
.navbar-toggle-w.active .bar-line-cont {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-toggle-close.active .bar-line:nth-child(1),
.navbar-toggle-w.active .bar-line:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}
.navbar-toggle-close.active .bar-line:nth-child(2),
.navbar-toggle-w.active .bar-line:nth-child(2) {
  opacity: 0;
}
.navbar-toggle-close.active .bar-line:nth-child(3),
.navbar-toggle-w.active .bar-line:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -1px;
}
.navbar-toggle-close.active .navbar-toggle-w--text,
.navbar-toggle-w.active .navbar-toggle-w--text {
  opacity: 0;
}

.navbar-toggle-close:hover .bar-line {
  background-color: #000;
}

.nav-inner {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 22;
}
@media (min-width: 992px) {
  .nav-inner {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.nav-inner-container {
  padding: 0px 15px;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 22;
}
@media (max-width: 991px) {
  .nav-inner-container {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .nav-inner-container {
    max-width: 1300px;
    height: 100%;
    padding: 0px 15px;
  }
}
@media (min-width: 1500px) {
  .nav-inner-container {
    max-width: 1450px;
  }
}
@media (min-width: 1600px) {
  .nav-inner-container {
    max-width: 1550px;
  }
}
@media (min-width: 1700px) {
  .nav-inner-container {
    max-width: 1680px;
  }
}
.nav-inner-container > .row {
  width: calc(100% + 30px);
  margin: 0;
}

.nav-inner-container.nav-inner-container-p {
  padding: 100px 15px 50px;
}
@media (min-width: 992px) {
  .nav-inner-container.nav-inner-container-p {
    padding: 0px 15px;
  }
}

.nav-inner-container-col-cont {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
@media (max-width: 991px) {
  .nav-inner-container-col-cont {
    height: auto;
  }
}

@media (min-width: 992px) {
  .nav-inner-container-col-cont-pl {
    padding-left: 50px;
  }
}

.nav-inner-container-col-header {
  padding: 15px 0;
}

.nav-inner-container-col-p {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .nav-inner-container-col-p {
    padding-bottom: 0px;
    padding-top: 0;
  }
}

.nav-inner-bar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  z-index: 23;
}

.nav-inner-image-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  z-index: 21;
  background-color: #fff;
}

.nav-inner-image-container--bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(35% - 25px);
  right: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: radial-gradient(2339px 2339px at 0% 0%, #0f77b5 0%, #0e6fa9 6%, #073754 46%, #041c2c 100%);
}
@media (max-width: 991px) {
  .nav-inner-image-container--bg {
    display: none;
  }
}

.nav-inner-image-container-grad {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 400px;
  background: rgb(0, 0, 0);
  opacity: 0.7;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(23, 23, 23) 9%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 991px) {
  .nav-list-cont {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .nav-list-cont {
    padding-right: 30px;
  }
}
@media (min-width: 1700px) {
  .nav-list-cont {
    padding-right: 80px;
  }
}

.nav-inner-title {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  font-family: "soleil", sans-serif;
  margin-bottom: 12px;
  font-weight: 500;
  margin-bottom: 15px;
}
.nav-inner-title.nav-inner-title-xl {
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 1700px) {
  .nav-inner-title.nav-inner-title-xl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.nav-inner-link {
  display: block;
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-decoration: underline;
}

.nav-inner-sm-text p,
.nav-inner-sm-text {
  font-size: 12px;
  font-size: 1.2rem;
  color: #6f6f6f;
}

@media (min-width: 991px) {
  .nav-color-white-lg {
    color: #fff;
  }
}
@media (min-width: 991px) {
  .nav-color-white-lg .nav-inner-sm-text p,
  .nav-color-white-lg .nav-inner-sm-text {
    color: #cecece;
  }
}

@media (max-width: 991px) {
  .nav-inner-sm-text-desk {
    display: none;
  }
}

.nav-inner-sm-text-mob {
  display: none;
}
@media (max-width: 991px) {
  .nav-inner-sm-text-mob {
    display: block;
    padding-bottom: 70px;
  }
}

.nav-inner-close {
  position: absolute;
  top: 40px;
  right: 20px;
}
@media (max-width: 991px) {
  .nav-inner-close {
    display: none;
  }
}

.navbar-nav-inner {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .navbar-nav-inner {
    margin-bottom: 12px;
  }
}
.navbar-nav-inner > li > a {
  display: block;
  padding: 5px 0;
  color: #000000;
  font-family: "argent-cf", sans-serif;
  font-weight: 200;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.2;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1800px) {
  .navbar-nav-inner > li > a {
    font-size: 43px;
    font-size: 4.3rem;
  }
}
@media (max-width: 1470px) {
  .navbar-nav-inner > li > a {
    font-size: 39px;
    font-size: 3.9rem;
  }
}
@media (max-width: 991px) {
  .navbar-nav-inner > li > a {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .navbar-nav-inner > li > a {
    font-size: 30px;
    font-size: 3rem;
  }
}
.navbar-nav-inner li a:focus,
.navbar-nav-inner li a:hover {
  color: #1d5c82;
  text-decoration: none;
}
.navbar-nav-inner li.menu-item-has-children a:focus:before,
.navbar-nav-inner li.menu-item-has-children a:focus:after,
.navbar-nav-inner li.menu-item-has-children a:hover:before,
.navbar-nav-inner li.menu-item-has-children a:hover:after {
  background-color: #1d5c82;
}
.navbar-nav-inner.navbar-nav-inner-sm li {
  margin: 6px 0;
}
.navbar-nav-inner.navbar-nav-inner-sm li a {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.7px;
}
.navbar-nav-inner li.menu-item-has-children > a {
  position: relative;
}
.navbar-nav-inner li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 15px;
  background-color: #FF0000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .navbar-nav-inner li.menu-item-has-children > a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 2px;
    width: 15px;
    background-color: #000;
  }
}
.navbar-nav-inner li.menu-item-has-children > a::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 0;
  background-color: #FF0000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .navbar-nav-inner li.menu-item-has-children > a::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    height: 14px;
    margin-top: -6px;
    width: 2px;
    background-color: #000;
  }
}
@media (min-width: 992px) {
  .navbar-nav-inner li.menu-item-has-children.submenu-link-active > a:before {
    width: 15px;
  }
}
@media (max-width: 991px) {
  .navbar-nav-inner li.menu-item-has-children.submenu-link-active > a:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav-inner li.menu-item-has-children.submenu-link-active > a:after {
    width: 0px;
  }
}
@media (min-width: 992px) {
  .navbar-nav-inner li.menu-item-has-children:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-nav-inner li.menu-item-has-children:after {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .navbar-nav-inner li.menu-item-has-children.submenu-link-active:after {
    opacity: 1;
  }
}

.nav-link-submenu {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.7px;
}

.nav-link-submenu--text {
  display: inline-block;
  vertical-align: middle;
}

.nav-link-submenu--icon {
  display: inline-block;
  vertical-align: middle;
}

i.manage-icon-link,
i.ada-icon-link {
  height: 23px;
  width: 23px;
  background-image: url("../images/ada-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 0;
}

i.manage-icon-link {
  background-image: url("../images/manage.png");
}

@media (max-width: 991px) {
  .nav-link-submenu-mobilehide {
    display: none;
  }
}

.top-bar-group-btn {
  display: inline-block;
  position: relative;
  padding: 10px;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .top-bar-group-btn {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (min-width: 1251px) {
  .top-bar-group-btn {
    margin-left: 2px;
    padding: 3px 10px;
    font-size: 1.35rem;
  }
}
@media (max-width: 991px) {
  .top-bar-group-btn {
    font-size: 10px;
    font-size: 1rem;
    padding: 3px 8px;
  }
}
@media (max-width: 340px) {
  .top-bar-group-btn {
    padding: 3px 5px;
  }
}
@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: #000;
  }
}

.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;
    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-manage {
  background-image: url("../images/manage.png");
  width: 25px;
  background-size: contain;
  margin-bottom: 0;
}

.top-bar-group-btn--text {
  display: inline-block;
  vertical-align: middle;
  font-family: "soleil", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 991px) {
  .top-bar-group-btn--text {
    display: block;
    text-align: center;
  }
}
@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: #e1e1e1;
  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: "soleil", 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-submenu-cont.active .top-bar-group-btn::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  margin-bottom: -13px;
  width: 10px;
  height: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 7px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}

.nav-wrap-actions--chat .plugin-active.show-plugin {
  background-color: #e1e1e1;
}

.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: #e1e1e1;
  background: transparent;
}
@media (max-width: 991px) {
  .toggle-acces.plugin-active.show-plugin {
    color: #000;
    background-color: #0277B5;
  }
}

@media (min-width: 992px) {
  .nav-btn-show-on-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .nav-btn-hide-on-mobile {
    display: none;
  }
}
.nav-btn-show-on-mobileinner {
  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;
}

.nav-show .nav-btn-show-on-mobileinner {
  opacity: 1;
  visibility: visible;
}

.sub-menu {
  display: none;
}
@media (min-width: 992px) {
  .sub-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translate3d(70%, 0, 0);
    -ms-transform: translate3d(70%, 0, 0);
    transform: translate3d(70%, 0, 0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    padding: 120px 30px;
    width: 300px;
  }
}
@media (min-width: 1600px) {
  .sub-menu {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .sub-menu.sub-menu-active {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.sub-menu li:last-child {
  padding-bottom: 15px;
}
.sub-menu li {
  list-style: none;
  padding: 3px 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sub-menu li {
    padding: 5px 20px;
  }
}
.sub-menu li a {
  color: #000;
  font-family: "argent-cf", sans-serif;
  font-weight: 300;
  font-size: 40px;
  font-size: 4rem;
  display: block;
}
@media (min-width: 992px) {
  .sub-menu li a {
    color: #fff;
    line-height: 1.1;
    margin-bottom: 15px;
  }
}
@media (max-width: 1800px) {
  .sub-menu li a {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (max-width: 1470px) {
  .sub-menu li a {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (max-width: 991px) {
  .sub-menu li a {
    font-size: 23px;
    font-size: 2.3rem;
    font-family: "soleil", sans-serif;
  }
}
@media (max-width: 767px) {
  .sub-menu li a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.sub-menu li a:hover {
  color: #000;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .sub-menu li a:hover {
    color: #fff;
  }
}

.nav-inner-info {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .sub-menu-show .nav-link-submenu-mobilehide .nav-link-submenu,
  .sub-menu-show .navbar-nav-inner > li:not(.submenu-link-active) > a {
    opacity: 0.5;
  }
}
@media (min-width: 992px) {
  .sub-menu-show .nav-inner-info {
    opacity: 0;
    visibility: hidden;
  }
}

.nav-inner-image-container,
.nav-inner {
  visibility: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 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-main-w-top-nav .nav-inner-image-container,
.nav-main-w-top-nav .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;
}

.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: transparent;
}
@media (max-width: 991px) {
  .nav-show .nav-main {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
}
.nav-show .navbar-brand--text {
  display: none;
}
.nav-show .navbar-main-bar-bg {
  background-color: transparent;
}
@media (max-width: 991px) {
  .nav-show .navbar-main-bar-bg {
    background-color: #f5f5f5;
  }
}
.nav-show .nav-inner-image-container,
.nav-show .nav-inner {
  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 .navbar-main-bar {
    pointer-events: none;
  }
}
.nav-show .nav-main-w-top-nav .nav-inner-image-container,
.nav-show .nav-main-w-top-nav .nav-inner {
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  -o-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}
.nav-show .navbar-main-bar-links {
  display: none;
}
@media (min-width: 992px) {
  .nav-show .nav-hide-on-burger-open-lg {
    display: none;
  }
}

.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-main, .nav-sticky .nav-main {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .nav-scroll .navbar-toggle-w .bar-line, .nav-sticky .navbar-toggle-w .bar-line {
    background-color: #fff;
  }
}
.nav-scroll .navbar-brand--text, .nav-sticky .navbar-brand--text {
  color: #000;
}
.nav-scroll .navbar-toggle-w--text,
.nav-scroll .navbar-links li a, .nav-sticky .navbar-toggle-w--text,
.nav-sticky .navbar-links li a {
  color: #000;
}
.nav-scroll .navbar-toggle-w:hover .navbar-toggle-w--text,
.nav-scroll .navbar-links li a:hover,
.nav-scroll .navbar-links li a.active, .nav-sticky .navbar-toggle-w:hover .navbar-toggle-w--text,
.nav-sticky .navbar-links li a:hover,
.nav-sticky .navbar-links li a.active {
  color: #1975aa;
}

.nav-scroll .navbar.nav-main.nav-main-w-secondary-nav {
  -webkit-transform: translate3d(0, -80px, 0);
  -ms-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}
@media (max-width: 767px) {
  .nav-scroll .navbar.nav-main.nav-main-w-secondary-nav {
    -webkit-transform: translate3d(0, -56px, 0);
    -ms-transform: translate3d(0, -56px, 0);
    transform: translate3d(0, -56px, 0);
  }
}
.nav-scroll .navbar.nav-main.nav-main-w-secondary-nav.navbar.nav-main.nav-main-w-top-nav {
  -webkit-transform: translate3d(0, -121px, 0);
  -ms-transform: translate3d(0, -121px, 0);
  transform: translate3d(0, -121px, 0);
}
@media (max-width: 767px) {
  .nav-scroll .navbar.nav-main.nav-main-w-secondary-nav.navbar.nav-main.nav-main-w-top-nav {
    -webkit-transform: translate3d(0, -99px, 0);
    -ms-transform: translate3d(0, -99px, 0);
    transform: translate3d(0, -99px, 0);
  }
}

.nav-main-actions--inner-boton {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #F2F2F2;
  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%;
}
.nav-main-actions--inner-boton > div.full {
  flex: 0 0 100%;
  max-width: 100%;
}

.inner-boton-btn {
  display: block;
  color: #000;
  text-align: center;
  padding: 15px 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "aktiv-grotesk", sans-serif;
}
.inner-boton-btn.inner-boton-btn-dark {
  background-color: #dfdfdf;
}
.inner-boton-btn i,
.inner-boton-btn span {
  display: inline-block;
  vertical-align: middle;
}
.inner-boton-btn i {
  margin-right: 3px;
}
.inner-boton-btn i.search-icon-link {
  background-image: url("../images/search-icon-mob.png");
}

@media (min-width: 992px) {
  .nav-second-cont {
    padding: 10px 30px;
  }
}
.nav-second-cont .swiper-button-prev {
  left: 0px;
}
.nav-second-cont .swiper-button-next {
  right: 0px;
}
.nav-second-cont .swiper-button-prev, .nav-second-cont .swiper-button-next {
  background-color: transparent;
}

.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: 20px;
  font-size: 2rem;
  font-family: "soleil", 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: "soleil", 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: #f4f4f4;
}

/* Nav second Sticky */
.primary-alert-show .nav-second-sticky {
  top: 176px;
}
@media (max-width: 767px) {
  .primary-alert-show .nav-second-sticky {
    top: 120px;
  }
}

.nav-second-sticky {
  position: sticky;
  z-index: 9;
  top: 131px;
  height: 70px;
  background-color: #f4f4f4;
  color: #013967;
  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: 567px) {
  .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: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-decoration: none;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .nav-second-sticky a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.nav-second-sticky a:hover {
  color: #000;
}
.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: #000;
  text-decoration: underline;
}

.scroll-sticky a {
  pointer-events: none;
}

.nav-second-cont-sticky {
  overflow: hidden;
}

.nav-second-sticky .swiper-button-next-nav::after, .nav-second-sticky .swiper-button-prev-nav::after {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 0px;
}

@media (max-width: 1400px) {
  .swiper-button-next-nav::after, .swiper-button-prev-nav::after {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .nav-second-sticky {
    top: 68px;
  }
}
@media (max-width: 567px) {
  .nav-second-sticky {
    height: 70px;
  }
  .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-top {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  height: 41px;
}
@media (max-width: 991px) {
  .nav-top {
    display: none;
  }
}

.nav-top-cont {
  padding: 10px 15px;
}

.navbar-top-links.navbar-top-links-left {
  justify-content: end;
  width: 100%;
}
@media (max-width: 767px) {
  .navbar-top-links.navbar-top-links-left {
    justify-content: space-between;
  }
}
.navbar-top-links.navbar-top-links-left > li {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .navbar-top-links.navbar-top-links-left > li {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.navbar-top-links .nav-link {
  padding: 0;
}
.navbar-top-links > li,
.navbar-top-links li a {
  position: relative;
  color: #09293B;
  font-family: "soleil", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 1250px) {
  .navbar-top-links > li,
  .navbar-top-links li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 450px) {
  .navbar-top-links > li,
  .navbar-top-links li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.navbar-top-links li a:hover {
  color: #000;
  text-decoration: none;
}
@media (max-width: 991px) {
  .navbar-top-links .nav-top-link-w-icon {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .navbar-top-links .nav-top-link-w-icon.nav-top-link-w-icon-first {
    padding-right: 15px;
    border-right: 1px solid #fff;
  }
}
@media (max-width: 991px) {
  .navbar-top-links .nav-top-link-w-icon--text {
    display: none;
  }
}

.navbar-top-links-imgtemp {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  width: 24px;
  height: 24px;
}

.nav-top {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  -o-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  overflow: hidden;
}

.nav-show .nav-top {
  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-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: #742a2a;
  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: "soleil", 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;
  max-height: 507px;
}
.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: 767px) {
  .link-img {
    width: 100%;
    margin: 0 auto 15px;
    padding-bottom: unset;
  }
}
@media (min-width: 768px) {
  .link-img:hover .link-img--title, .link-img:hover .link-img--desc {
    color: #ffffff;
  }
}
@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:hover .link-img--text-bg--gradient {
    opacity: 0.1;
  }
}

.link-img-content {
  overflow: hidden;
  position: relative;
}

.link-img--no-image,
.link-img--image {
  width: 100%;
  padding-top: 132%;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .link-img--no-image,
  .link-img--image {
    padding-top: 116%;
    background-position: top;
  }
}

.link-img--no-image {
  background-color: #e1ddd0;
}

.link-img--gradient {
  background-image: linear-gradient(180deg, rgba(193, 23, 37, 0) 0%, #bf0010 100%);
  height: 276px;
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 0.2;
  transition: opacity 0.2s;
  z-index: 1;
}

.link-img--text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  padding: 54px 70px 40px 70px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .link-img--text {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 0px 25px 30px 25px;
  }
}
@media (max-width: 767px) {
  .link-img--text {
    padding: 0px 25px 20px 25px;
  }
}
.link-img--text .link-img--textCont {
  position: relative;
  z-index: 2;
  max-width: 350px;
  margin: 0 auto;
}
.link-img--text .link-img--text-bg--gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff6dd 100%);
  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;
  height: 331px;
}

.card-lg .link-img--text .link-img--textCont {
  max-width: 270px;
}

.link-img--title {
  font-family: "argent-cf", sans-serif;
  color: #000000;
  font-size: 50px;
  font-size: 5rem;
  text-transform: uppercase;
  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;
  text-align: center;
  transition: all 0.3s;
}

.link-img--desc {
  color: #000000;
  font-family: "soleil", sans-serif;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

@media (min-width: 1501px) {
  .column-child:nth-child(2n) {
    padding-left: 0;
    padding-right: 0;
  }
}

.swiper-button-prev, .swiper-button-next {
  background-color: #000;
}

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

.slider-bottom-pagination {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  left: 0;
  width: 100%;
  padding-top: 20px;
  display: block;
}
@media (min-width: 992px) {
  .slider-bottom-pagination.slider-bottom-pagination-mob {
    display: none;
  }
}
@media (max-width: 1025px) {
  .slider-bottom-pagination.sliderdotsJS {
    min-height: 46px;
  }
}
.slider-bottom-pagination .swiper-pagination {
  position: static;
  text-align: center;
}
.slider-bottom-pagination .swiper-pagination-horizontal.swiper-pagination-bullets.slider-bottom-pagination-left,
.slider-bottom-pagination .slider-bottom-pagination-left {
  text-align: left;
}
.slider-bottom-pagination .swiper-pagination-horizontal.swiper-pagination-bullets.slider-bottom-pagination-left .swiper-pagination-bullet,
.slider-bottom-pagination .slider-bottom-pagination-left .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: 20px;
}
.slider-bottom-pagination.slider-bottom-pagination-abs {
  position: static;
  padding: 0;
}
.slider-bottom-pagination.slider-bottom-pagination-abs .swiper-pagination {
  position: absolute;
  text-align: center;
}
.slider-bottom-pagination.slider-bottom-pagination-abs-left.slider-bottom-pagination-abs .swiper-pagination {
  text-align: left;
  padding: 20px;
}
.slider-bottom-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .slider-bottom-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 7px;
    margin-right: 7px;
  }
}
.slider-bottom-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  vertical-align: middle;
  position: relative;
}
.slider-bottom-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  border: 2px solid #0b2040;
  border-radius: 100%;
  opacity: 0.5;
}
.slider-bottom-pagination .swiper-pagination-bullet-active {
  background: transparent;
}
.slider-bottom-pagination .swiper-pagination-bullet-active:before {
  background-color: #0b2040;
  opacity: 0.7;
}
.slider-bottom-pagination.slider-bottom-pagination-white .swiper-pagination-bullet:before {
  border: 2px solid #fff;
}
.slider-bottom-pagination.slider-bottom-pagination-white .swiper-pagination-bullet-active:before {
  background-color: #fff;
}
.slider-bottom-pagination.slider-bottom-pagination-light .swiper-pagination-bullet:before {
  border: 2px solid #4d5868;
}
.slider-bottom-pagination.slider-bottom-pagination-light .swiper-pagination-bullet-active:before {
  background-color: #4d5868;
}

.slider-nav-arrow-cont.slider-nav-arrow-cont-abs {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -15px;
}
.slider-nav-arrow-cont .swiper-button-next,
.slider-nav-arrow-cont .swiper-button-prev {
  width: 33px;
  height: 53px;
  margin-bottom: -20px;
  color: #0a3996;
  font-size: 30px;
  text-align: center;
  line-height: 56px;
}
@media (max-width: 767px) {
  .slider-nav-arrow-cont .swiper-button-next,
  .slider-nav-arrow-cont .swiper-button-prev {
    width: 20px;
  }
}
.slider-nav-arrow-cont .swiper-button-next:hover,
.slider-nav-arrow-cont .swiper-button-prev:hover {
  color: #1e73be;
}
.slider-nav-arrow-cont.slider-nav-arrow-cont-white .swiper-button-next, .slider-nav-arrow-cont.slider-nav-arrow-cont-white .swiper-button-prev {
  color: #fff;
}
.slider-nav-arrow-cont.slider-nav-arrow-cont-white .swiper-button-next:hover, .slider-nav-arrow-cont.slider-nav-arrow-cont-white .swiper-button-prev:hover {
  color: #1e73be;
}
.slider-nav-arrow-cont .swiper-button-next {
  right: -25px;
}
@media (max-width: 767px) {
  .slider-nav-arrow-cont .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 450px) {
  .slider-nav-arrow-cont .swiper-button-next {
    right: -5px;
  }
}
.slider-nav-arrow-cont .swiper-button-prev {
  left: -25px;
}
@media (max-width: 767px) {
  .slider-nav-arrow-cont .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 450px) {
  .slider-nav-arrow-cont .swiper-button-prev {
    left: -5px;
  }
}
.slider-nav-arrow-cont .swiper-button-next::after,
.slider-nav-arrow-cont .swiper-button-prev::after {
  font-size: 30px;
}
@media (max-width: 767px) {
  .slider-nav-arrow-cont .swiper-button-next::after,
  .slider-nav-arrow-cont .swiper-button-prev::after {
    font-size: 20px;
  }
}
.slider-nav-arrow-cont.slider-nav-arrow-cont-w-pagination .swiper-button-next, .slider-nav-arrow-cont.slider-nav-arrow-cont-w-pagination .swiper-button-prev {
  margin-top: -40px;
}

.text-white.slider-nav-arrow-cont .swiper-button-next,
.text-white.slider-nav-arrow-cont .swiper-button-prev {
  color: #fff;
}

.slider-nav-left-square {
  position: absolute;
  right: -20px;
  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: #170702;
  margin: 3px 0;
  color: #fff;
  text-align: center;
  line-height: 56px;
}

.slider-pt-ajust-center {
  padding-top: 80px;
}

.sliderDrag .swiper-slide {
  width: 100%;
  height: auto;
}
@media (min-width: 551px) {
  .sliderDrag .swiper-slide {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .sliderDrag .swiper-slide {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .sliderDrag .swiper-slide {
    width: 28%;
  }
}
.sliderDrag .card-imgfull--fulllink {
  pointer-events: none;
}
.sliderDrag.slide-no-drag {
  cursor: auto;
}

.list-link-cont.list-link-cont-inline {
  display: flex;
  align-items: center;
}

.list-link-cont-inline-mr {
  margin-right: 10px;
}

.list-link {
  list-style: none;
}
.list-link li {
  padding: 0;
  display: inline-block;
  margin: 0 5px;
}
.list-link li:before {
  display: none !important;
}
.list-link li a {
  display: block;
  color: #1C1C1C;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  font-size: 2.2rem;
  -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: #000;
  border-radius: 0;
}
.list-link li a:hover {
  background-color: transparent;
  color: #0277B5;
}
@media (max-width: 767px) {
  .list-link li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}
.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-cont-bg {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.2);
}
.list-link.list-link-cont-bg li {
  margin: 0 10px;
}
.list-link.list-link-cont-bg li a {
  color: #fff;
  height: auto;
  width: auto;
}
@media (max-width: 991px) {
  .list-link.list-link-cont-bg li a {
    height: 35px;
  }
}
@media (max-width: 991px) {
  .list-link.list-link-cont-bg.list-link-cont-bg-grey-lg {
    background-color: #eaeaea;
  }
  .list-link.list-link-cont-bg.list-link-cont-bg-grey-lg li a {
    color: #000;
  }
}

@media (max-width: 767px) {
  .list-link.list-link-bg-light li {
    margin: 0 2px;
  }
}
.list-link.list-link-bg-light li a {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 54px;
  text-align: center;
  background-color: #f2f2f2;
  border: none;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .list-link.list-link-bg-light li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.text-white .list-link li a {
  color: #fff;
}

.list-link li a:active,
.list-link li a:focus,
.list-link li a:hover {
  color: #0277B5;
}

.list-star {
  list-style: none;
}
.list-star li {
  padding-left: 25px;
  position: relative;
  line-height: 1.3;
  margin-bottom: 10px;
}
.list-star li:before {
  content: "\f005";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  color: #ec1e25;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900;
  font-size: 15px;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  footer .list-link li {
    display: inline-block;
    margin-left: 0;
    margin-right: 25px;
  }
}

.nav-footer {
  list-style: none;
  padding: 0;
  max-width: 450px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .nav-footer {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.nav-footer li {
  margin-bottom: 30px;
  width: auto;
}
@media (max-width: 1600px) {
  .nav-footer li {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .nav-footer li {
    width: 100%;
  }
}
.nav-footer li a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  font-family: "aktiv-grotesk", sans-serif;
}
@media (max-width: 1200px) {
  .nav-footer li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.nav-footer li a:hover {
  text-decoration: underline;
  color: #0277B5;
}

.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;
  margin-left: 5.5px;
  margin-right: 5.5px;
}
.form-m-0 .gform_wrapper ul li.gfield {
  margin-top: 0px;
}
.form-m-0 .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}

.form-g-maxwidth {
  max-width: 900px;
  margin: 0 auto;
}

.form-g .gform_wrapper .gform_fields, .form-g .gform_wrapper.gravity-theme .gform_fields,
.form-g .gform_fields,
.form-g.gravity-theme .gform_fields,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_fields,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme .gform_fields,
.title-text-row-wyswyg form .gform_fields,
.title-text-row-wyswyg form.gravity-theme .gform_fields {
  grid-row-gap: 20px;
}
@media (max-width: 1700px) {
  .form-g .gform_wrapper .gform_fields, .form-g .gform_wrapper.gravity-theme .gform_fields,
  .form-g .gform_fields,
  .form-g.gravity-theme .gform_fields,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_fields,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme .gform_fields,
  .title-text-row-wyswyg form .gform_fields,
  .title-text-row-wyswyg form.gravity-theme .gform_fields {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.form-g .gform_wrapper .gfield_radio label,
.form-g .gform_wrapper .gfield_checkbox label, .form-g .gform_wrapper.gravity-theme .gfield_radio label, .form-g .gform_wrapper.gravity-theme .gfield_checkbox label,
.form-g .gfield_radio label,
.form-g .gfield_checkbox label,
.form-g.gravity-theme .gfield_radio label,
.form-g.gravity-theme .gfield_checkbox label,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield_radio label,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield_checkbox label,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme .gfield_radio label,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme .gfield_checkbox label,
.title-text-row-wyswyg form .gfield_radio label,
.title-text-row-wyswyg form .gfield_checkbox label,
.title-text-row-wyswyg form.gravity-theme .gfield_radio label,
.title-text-row-wyswyg form.gravity-theme .gfield_checkbox label {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  padding-left: 7px;
}
@media (max-width: 1700px) {
  .form-g .gform_wrapper .gfield_radio label,
  .form-g .gform_wrapper .gfield_checkbox label, .form-g .gform_wrapper.gravity-theme .gfield_radio label, .form-g .gform_wrapper.gravity-theme .gfield_checkbox label,
  .form-g .gfield_radio label,
  .form-g .gfield_checkbox label,
  .form-g.gravity-theme .gfield_radio label,
  .form-g.gravity-theme .gfield_checkbox label,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield_radio label,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield_checkbox label,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme .gfield_radio label,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme .gfield_checkbox label,
  .title-text-row-wyswyg form .gfield_radio label,
  .title-text-row-wyswyg form .gfield_checkbox label,
  .title-text-row-wyswyg form.gravity-theme .gfield_radio label,
  .title-text-row-wyswyg form.gravity-theme .gfield_checkbox label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.form-g .gform_wrapper select,
.form-g .gform_wrapper .post-password-form label,
.form-g .gform_wrapper .gfield_label, .form-g .gform_wrapper.gravity-theme select, .form-g .gform_wrapper.gravity-theme .gfield_label,
.form-g select,
.form-g .post-password-form label,
.form-g .gfield_label,
.form-g.gravity-theme select,
.form-g.gravity-theme .gfield_label,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form select,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .post-password-form label,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield_label,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme select,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme .gfield_label,
.title-text-row-wyswyg form select,
.title-text-row-wyswyg form .post-password-form label,
.title-text-row-wyswyg form .gfield_label,
.title-text-row-wyswyg form.gravity-theme select,
.title-text-row-wyswyg form.gravity-theme .gfield_label {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
}
@media (max-width: 1700px) {
  .form-g .gform_wrapper select,
  .form-g .gform_wrapper .post-password-form label,
  .form-g .gform_wrapper .gfield_label, .form-g .gform_wrapper.gravity-theme select, .form-g .gform_wrapper.gravity-theme .gfield_label,
  .form-g select,
  .form-g .post-password-form label,
  .form-g .gfield_label,
  .form-g.gravity-theme select,
  .form-g.gravity-theme .gfield_label,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form select,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .post-password-form label,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield_label,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme select,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme .gfield_label,
  .title-text-row-wyswyg form select,
  .title-text-row-wyswyg form .post-password-form label,
  .title-text-row-wyswyg form .gfield_label,
  .title-text-row-wyswyg form.gravity-theme select,
  .title-text-row-wyswyg form.gravity-theme .gfield_label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.form-g .gform_wrapper .gfield_required:before,
.form-g .gfield_required:before,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield_required:before,
.title-text-row-wyswyg form .gfield_required:before {
  content: " *";
  color: #000;
  padding-left: 5px;
  font-size: 1.5rem;
}
.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 .gform_wrapper.gravity-theme form 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: 60px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 1px;
  border: 1px solid #f0f0f0;
  color: #000;
  background-color: #f0f0f0;
  font-weight: 500;
  font-size: 19px;
  font-size: 1.9rem;
}
@media (max-width: 1700px) {
  .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 .gform_wrapper.gravity-theme form 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]) {
    font-size: 18px;
    font-size: 1.8rem;
    height: 50px;
  }
}
@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 .gform_wrapper.gravity-theme form 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 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.form-g input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.title-text-row-wyswyg form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  opacity: 0.5;
}
.form-g .gform_wrapper .post-password-form [type=password],
.form-g .post-password-form [type=password],
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .post-password-form [type=password],
.title-text-row-wyswyg form .post-password-form [type=password] {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .form-g .gform_wrapper .post-password-form [type=password],
  .form-g .post-password-form [type=password],
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .post-password-form [type=password],
  .title-text-row-wyswyg form .post-password-form [type=password] {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.form-g .gform_wrapper.gravity-theme .gfield .gfield-choice-input,
.form-g.gravity-theme .gfield .gfield-choice-input,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme .gfield .gfield-choice-input,
.title-text-row-wyswyg form.gravity-theme .gfield .gfield-choice-input {
  width: 20px;
  height: 20px;
}
.form-g .gform_wrapper.gravity-theme .gfield textarea.large, .form-g .gform_wrapper.gravity-theme textarea.large, .form-g .gform_wrapper.gravity-theme textarea,
.form-g .gform_wrapper textarea.large,
.form-g .gform_wrapper textarea,
.form-g.gravity-theme .gfield textarea.large,
.form-g.gravity-theme textarea.large,
.form-g.gravity-theme textarea,
.form-g textarea.large,
.form-g textarea,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme .gfield textarea.large,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme textarea.large,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme textarea,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form textarea.large,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form textarea,
.title-text-row-wyswyg form.gravity-theme .gfield textarea.large,
.title-text-row-wyswyg form.gravity-theme textarea.large,
.title-text-row-wyswyg form.gravity-theme textarea,
.title-text-row-wyswyg form textarea.large,
.title-text-row-wyswyg form textarea {
  height: 190px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #f0f0f0;
  color: #000;
  border-radius: 1px;
  background-color: #f0f0f0;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
}
@media (max-width: 1700px) {
  .form-g .gform_wrapper.gravity-theme .gfield textarea.large, .form-g .gform_wrapper.gravity-theme textarea.large, .form-g .gform_wrapper.gravity-theme textarea,
  .form-g .gform_wrapper textarea.large,
  .form-g .gform_wrapper textarea,
  .form-g.gravity-theme .gfield textarea.large,
  .form-g.gravity-theme textarea.large,
  .form-g.gravity-theme textarea,
  .form-g textarea.large,
  .form-g textarea,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme .gfield textarea.large,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme textarea.large,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme textarea,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form textarea.large,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form textarea,
  .title-text-row-wyswyg form.gravity-theme .gfield textarea.large,
  .title-text-row-wyswyg form.gravity-theme textarea.large,
  .title-text-row-wyswyg form.gravity-theme textarea,
  .title-text-row-wyswyg form textarea.large,
  .title-text-row-wyswyg form textarea {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.form-g .gform_wrapper.gravity-theme .gfield textarea.large::placeholder, .form-g .gform_wrapper.gravity-theme textarea.large::placeholder, .form-g .gform_wrapper.gravity-theme textarea::placeholder,
.form-g .gform_wrapper textarea.large::placeholder,
.form-g .gform_wrapper textarea::placeholder,
.form-g.gravity-theme .gfield textarea.large::placeholder,
.form-g.gravity-theme textarea.large::placeholder,
.form-g.gravity-theme textarea::placeholder,
.form-g textarea.large::placeholder,
.form-g textarea::placeholder,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme .gfield textarea.large::placeholder,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme textarea.large::placeholder,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme textarea::placeholder,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form textarea.large::placeholder,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form textarea::placeholder,
.title-text-row-wyswyg form.gravity-theme .gfield textarea.large::placeholder,
.title-text-row-wyswyg form.gravity-theme textarea.large::placeholder,
.title-text-row-wyswyg form.gravity-theme textarea::placeholder,
.title-text-row-wyswyg form textarea.large::placeholder,
.title-text-row-wyswyg form textarea::placeholder {
  opacity: 1;
}
.form-g .gform_wrapper.gravity-theme select,
.form-g .gform_wrapper select,
.form-g.gravity-theme select,
.form-g select,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme select,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form select,
.title-text-row-wyswyg form.gravity-theme select,
.title-text-row-wyswyg form select {
  border-radius: 1px;
  height: 60px;
  border: 1px solid #f0f0f0;
  color: #848484;
  background-color: #f0f0f0;
  font-size: 19px;
  font-size: 1.9rem;
  padding: 10px 15px;
}
@media (max-width: 1700px) {
  .form-g .gform_wrapper.gravity-theme select,
  .form-g .gform_wrapper select,
  .form-g.gravity-theme select,
  .form-g select,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme select,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form select,
  .title-text-row-wyswyg form.gravity-theme select,
  .title-text-row-wyswyg form select {
    font-size: 18px;
    font-size: 1.8rem;
    height: 50px;
  }
}
.form-g .gform_wrapper .chosen-container-single .chosen-single,
.form-g .chosen-container-single .chosen-single,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .chosen-container-single .chosen-single,
.title-text-row-wyswyg form .chosen-container-single .chosen-single {
  line-height: 60px;
  height: 60px !important;
  border-radius: 0 !important;
  border: 1px solid #27100a !important;
  border-radius: 1px !important;
  background: none;
  background-color: #f0f0f0;
}
@media (max-width: 1700px) {
  .form-g .gform_wrapper .chosen-container-single .chosen-single,
  .form-g .chosen-container-single .chosen-single,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .chosen-container-single .chosen-single,
  .title-text-row-wyswyg form .chosen-container-single .chosen-single {
    line-height: 50px;
  }
}
.form-g .gform_wrapper .chosen-container-single .chosen-search-input,
.form-g .chosen-container-single .chosen-search-input,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .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 .gform_wrapper.gravity-theme form .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 .gform_wrapper.gravity-theme form .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 .gform_wrapper.gravity-theme form .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 .gform_wrapper.gravity-theme form .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 .ginput_container_address.has_zip:not(.has_country) .ginput_address_zip,
.form-g .ginput_container_address.has_zip:not(.has_country) .ginput_address_zip,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .ginput_container_address.has_zip:not(.has_country) .ginput_address_zip,
.title-text-row-wyswyg form .ginput_container_address.has_zip:not(.has_country) .ginput_address_zip {
  flex: 0 0 100%;
}
.form-g .gform_wrapper .gform_footer, .form-g .gform_wrapper.gravity-theme .gform_footer,
.form-g .gform_footer,
.form-g.gravity-theme .gform_footer,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_footer,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme .gform_footer,
.title-text-row-wyswyg form .gform_footer,
.title-text-row-wyswyg form.gravity-theme .gform_footer {
  margin-top: 35px !important;
  justify-content: center;
}
@media (min-width: 640px) {
  .form-g .gform_wrapper #field_submit.gfield--width-half,
  .form-g .gform_wrapper #field_submit.gfield--width-third,
  .form-g #field_submit.gfield--width-half,
  .form-g #field_submit.gfield--width-third,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form #field_submit.gfield--width-half,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form #field_submit.gfield--width-third,
  .title-text-row-wyswyg form #field_submit.gfield--width-half,
  .title-text-row-wyswyg form #field_submit.gfield--width-third {
    justify-content: end;
  }
}
.form-g .gform_wrapper .post-password-form [type=submit],
.form-g .gform_wrapper .gform_button.button,
.form-g .gform_wrapper .gform_previous_button.button,
.form-g .gform_wrapper .gform_next_button.button,
.form-g .gform_wrapper .gfield input.button,
.form-g .gform_wrapper .gform_footer input.button,
.form-g .post-password-form [type=submit],
.form-g .gform_button.button,
.form-g .gform_previous_button.button,
.form-g .gform_next_button.button,
.form-g .gfield input.button,
.form-g .gform_footer input.button,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .post-password-form [type=submit],
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_button.button,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_previous_button.button,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_next_button.button,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield input.button,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_footer input.button,
.title-text-row-wyswyg form .post-password-form [type=submit],
.title-text-row-wyswyg form .gform_button.button,
.title-text-row-wyswyg form .gform_previous_button.button,
.title-text-row-wyswyg form .gform_next_button.button,
.title-text-row-wyswyg form .gfield input.button,
.title-text-row-wyswyg form .gform_footer input.button {
  height: 60px;
  border-radius: 1px;
  padding: 0 40px;
  min-width: 220px;
  box-shadow: none;
  background-image: none;
  border: 2px solid #1f4fa2;
  cursor: pointer;
  font-family: "aktiv-grotesk", sans-serif;
  outline: inherit;
  background-color: #1f4fa2;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 30px;
}
@media (max-width: 1700px) {
  .form-g .gform_wrapper .post-password-form [type=submit],
  .form-g .gform_wrapper .gform_button.button,
  .form-g .gform_wrapper .gform_previous_button.button,
  .form-g .gform_wrapper .gform_next_button.button,
  .form-g .gform_wrapper .gfield input.button,
  .form-g .gform_wrapper .gform_footer input.button,
  .form-g .post-password-form [type=submit],
  .form-g .gform_button.button,
  .form-g .gform_previous_button.button,
  .form-g .gform_next_button.button,
  .form-g .gfield input.button,
  .form-g .gform_footer input.button,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .post-password-form [type=submit],
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_button.button,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_previous_button.button,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_next_button.button,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield input.button,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_footer input.button,
  .title-text-row-wyswyg form .post-password-form [type=submit],
  .title-text-row-wyswyg form .gform_button.button,
  .title-text-row-wyswyg form .gform_previous_button.button,
  .title-text-row-wyswyg form .gform_next_button.button,
  .title-text-row-wyswyg form .gfield input.button,
  .title-text-row-wyswyg form .gform_footer input.button {
    min-width: 200px;
    font-size: 15px;
    font-size: 1.5rem;
    height: 50px;
  }
}
@media (max-width: 1450px) {
  .form-g .gform_wrapper .post-password-form [type=submit],
  .form-g .gform_wrapper .gform_button.button,
  .form-g .gform_wrapper .gform_previous_button.button,
  .form-g .gform_wrapper .gform_next_button.button,
  .form-g .gform_wrapper .gfield input.button,
  .form-g .gform_wrapper .gform_footer input.button,
  .form-g .post-password-form [type=submit],
  .form-g .gform_button.button,
  .form-g .gform_previous_button.button,
  .form-g .gform_next_button.button,
  .form-g .gfield input.button,
  .form-g .gform_footer input.button,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .post-password-form [type=submit],
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_button.button,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_previous_button.button,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_next_button.button,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield input.button,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_footer input.button,
  .title-text-row-wyswyg form .post-password-form [type=submit],
  .title-text-row-wyswyg form .gform_button.button,
  .title-text-row-wyswyg form .gform_previous_button.button,
  .title-text-row-wyswyg form .gform_next_button.button,
  .title-text-row-wyswyg form .gfield input.button,
  .title-text-row-wyswyg form .gform_footer input.button {
    min-width: 170px;
  }
}
@media (max-width: 767px) {
  .form-g .gform_wrapper .post-password-form [type=submit],
  .form-g .gform_wrapper .gform_button.button,
  .form-g .gform_wrapper .gform_previous_button.button,
  .form-g .gform_wrapper .gform_next_button.button,
  .form-g .gform_wrapper .gfield input.button,
  .form-g .gform_wrapper .gform_footer input.button,
  .form-g .post-password-form [type=submit],
  .form-g .gform_button.button,
  .form-g .gform_previous_button.button,
  .form-g .gform_next_button.button,
  .form-g .gfield input.button,
  .form-g .gform_footer input.button,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .post-password-form [type=submit],
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_button.button,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_previous_button.button,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_next_button.button,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield input.button,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_footer input.button,
  .title-text-row-wyswyg form .post-password-form [type=submit],
  .title-text-row-wyswyg form .gform_button.button,
  .title-text-row-wyswyg form .gform_previous_button.button,
  .title-text-row-wyswyg form .gform_next_button.button,
  .title-text-row-wyswyg form .gfield input.button,
  .title-text-row-wyswyg form .gform_footer input.button {
    min-width: 170px;
  }
}
.form-g .gform_wrapper .gform_previous_button.button,
.form-g .gform_wrapper .gform_next_button.button,
.form-g .gform_previous_button.button,
.form-g .gform_next_button.button,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_previous_button.button,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_next_button.button,
.title-text-row-wyswyg form .gform_previous_button.button,
.title-text-row-wyswyg form .gform_next_button.button {
  border: 2px solid #0b2040;
  font-family: "aktiv-grotesk", sans-serif;
  background-color: #0b2040;
}
.form-g .gform_wrapper .gform_previous_button.button:hover,
.form-g .gform_wrapper .gform_previous_button.button:focus,
.form-g .gform_wrapper .gform_next_button.button:hover,
.form-g .gform_wrapper .gform_next_button.button:focus,
.form-g .gform_previous_button.button:hover,
.form-g .gform_previous_button.button:focus,
.form-g .gform_next_button.button:hover,
.form-g .gform_next_button.button:focus,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_previous_button.button:hover,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_previous_button.button:focus,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_next_button.button:hover,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_next_button.button:focus,
.title-text-row-wyswyg form .gform_previous_button.button:hover,
.title-text-row-wyswyg form .gform_previous_button.button:focus,
.title-text-row-wyswyg form .gform_next_button.button:hover,
.title-text-row-wyswyg form .gform_next_button.button:focus {
  background-color: #0277b5;
  color: #0b2040;
}
.form-g .gform_wrapper .gform_button.button:hover,
.form-g .gform_wrapper .gform_button.button:focus,
.form-g .gform_wrapper .gfield input.button:focus,
.form-g .gform_wrapper .gform_footer input.button:focus,
.form-g .gform_wrapper .gfield input.button:hover,
.form-g .gform_wrapper .gform_footer input.button:hover,
.form-g .gform_button.button:hover,
.form-g .gform_button.button:focus,
.form-g .gfield input.button:focus,
.form-g .gform_footer input.button:focus,
.form-g .gfield input.button:hover,
.form-g .gform_footer input.button:hover,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_button.button:hover,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_button.button:focus,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield input.button:focus,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_footer input.button:focus,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield input.button:hover,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_footer input.button:hover,
.title-text-row-wyswyg form .gform_button.button:hover,
.title-text-row-wyswyg form .gform_button.button:focus,
.title-text-row-wyswyg form .gfield input.button:focus,
.title-text-row-wyswyg form .gform_footer input.button:focus,
.title-text-row-wyswyg form .gfield input.button:hover,
.title-text-row-wyswyg form .gform_footer input.button:hover {
  background-color: #0277b5;
  color: #fff;
}
.form-g .gform_wrapper .gsection,
.form-g .gsection,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gsection,
.title-text-row-wyswyg form .gsection {
  border-color: #ededed;
}
.form-g .gform_wrapper .gf_page_steps,
.form-g .gf_page_steps,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gf_page_steps,
.title-text-row-wyswyg form .gf_page_steps {
  margin-bottom: 40px;
}
.form-g .gform_wrapper .gform_page .gform_page_footer,
.form-g .gform_page .gform_page_footer,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_page .gform_page_footer,
.title-text-row-wyswyg form .gform_page .gform_page_footer {
  margin-top: 40px;
}
.form-g .gform_wrapper .gf_step_number,
.form-g .gf_step_number,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gf_step_number,
.title-text-row-wyswyg form .gf_step_number {
  color: #fff;
  border-color: #fff;
}
.form-g .gform_wrapper .gf_step_completed .gf_step_number::before,
.form-g .gf_step_completed .gf_step_number::before,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gf_step_completed .gf_step_number::before,
.title-text-row-wyswyg form .gf_step_completed .gf_step_number::before {
  background: #fff;
  border-color: #fff;
}
.form-g .gform_wrapper .gform_page .gsection h3,
.form-g .gform_page .gsection h3,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_page .gsection h3,
.title-text-row-wyswyg form .gform_page .gsection h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 567px) {
  .form-g .gform_wrapper .gform_page .gsection h3,
  .form-g .gform_page .gsection h3,
  .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gform_page .gsection h3,
  .title-text-row-wyswyg form .gform_page .gsection h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.form-g .gform_wrapper .gf_step_active .gf_step_number,
.form-g .gf_step_active .gf_step_number,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gf_step_active .gf_step_number,
.title-text-row-wyswyg form .gf_step_active .gf_step_number {
  background: #fff;
  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 .gform_wrapper.gravity-theme form li.gfield.gfield_error,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form 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 .gform_wrapper.gravity-theme form .validation_message,
.title-text-row-wyswyg form .validation_message {
  font-weight: 400;
  line-height: 1 !important;
  text-align: left;
  border: none;
}
.form-g .gform_wrapper div.validation_error,
.form-g div.validation_error,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form 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 .gfield_error textarea,
.form-g .gform_wrapper .gfield_error select,
.form-g .gform_wrapper .gfield_error input,
.form-g .gfield_error textarea,
.form-g .gfield_error select,
.form-g .gfield_error input,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield_error textarea,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield_error select,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield_error input,
.title-text-row-wyswyg form .gfield_error textarea,
.title-text-row-wyswyg form .gfield_error select,
.title-text-row-wyswyg form .gfield_error input {
  border-bottom-color: #c02b0a !important;
}
.form-g .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_halfgfield_checkbox),
.form-g.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_halfgfield_checkbox),
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_halfgfield_checkbox),
.title-text-row-wyswyg form.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_halfgfield_checkbox) {
  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 .gform_wrapper.gravity-theme form 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 .gform_wrapper.gravity-theme .gfield_radio label, .form-g .gform_wrapper.gravity-theme .gfield_checkbox label,
.form-g .gform_wrapper .gfield_checkbox label,
.form-g .gform_wrapper .gfield_label,
.form-g.gravity-theme .gfield_radio label,
.form-g.gravity-theme .gfield_checkbox label,
.form-g .gfield_checkbox label,
.form-g .gfield_label,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme .gfield_radio label,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme .gfield_checkbox label,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield_checkbox label,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield_label,
.title-text-row-wyswyg form.gravity-theme .gfield_radio label,
.title-text-row-wyswyg form.gravity-theme .gfield_checkbox label,
.title-text-row-wyswyg form .gfield_checkbox label,
.title-text-row-wyswyg form .gfield_label {
  color: #000;
  font-weight: 500;
}
.form-g .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.form-g input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.title-text-row-wyswyg form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: #939393;
  outline: none;
}
.form-g .gform_wrapper.gravity-theme textarea.large:focus, .form-g .gform_wrapper.gravity-theme textarea:focus,
.form-g .gform_wrapper textarea.large:focus,
.form-g .gform_wrapper textarea:focus,
.form-g.gravity-theme textarea.large:focus,
.form-g.gravity-theme textarea:focus,
.form-g textarea.large:focus,
.form-g textarea:focus,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme textarea.large:focus,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme textarea:focus,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form textarea.large:focus,
.title-text-row-wyswyg .gform_wrapper.gravity-theme form textarea:focus,
.title-text-row-wyswyg form.gravity-theme textarea.large:focus,
.title-text-row-wyswyg form.gravity-theme textarea:focus,
.title-text-row-wyswyg form textarea.large:focus,
.title-text-row-wyswyg form textarea:focus {
  border-color: #939393;
  outline: none;
}

.form-g-inline .gform_wrapper.gravity-theme .gform_fields,
.form-g-inline .gform_wrapper .gform_fields,
.form-g-inline.gravity-theme .gform_fields,
.form-g-inline .gform_fields {
  display: flex;
}
@media (max-width: 991px) {
  .form-g-inline .gform_wrapper.gravity-theme .gform_fields,
  .form-g-inline .gform_wrapper .gform_fields,
  .form-g-inline.gravity-theme .gform_fields,
  .form-g-inline .gform_fields {
    display: block;
  }
}
.form-g-inline .gform_wrapper.gravity-theme .gform_fields > .gfield,
.form-g-inline .gform_wrapper .gform_fields > .gfield,
.form-g-inline.gravity-theme .gform_fields > .gfield,
.form-g-inline .gform_fields > .gfield {
  max-width: 100%;
  flex: 1 1 100%;
}
@media (max-width: 991px) {
  .form-g-inline .gform_wrapper.gravity-theme .gform_fields > .gfield,
  .form-g-inline .gform_wrapper .gform_fields > .gfield,
  .form-g-inline.gravity-theme .gform_fields > .gfield,
  .form-g-inline .gform_fields > .gfield {
    margin-bottom: 12px;
  }
}
.form-g-inline .gform_wrapper.gravity-theme .gform_fields > .gfield:last-child,
.form-g-inline .gform_wrapper .gform_fields > .gfield:last-child,
.form-g-inline.gravity-theme .gform_fields > .gfield:last-child,
.form-g-inline .gform_fields > .gfield:last-child {
  width: auto;
  flex: 0 0 auto;
}
.form-g-inline .gform_wrapper.gravity-theme .gform_fields > div.form-g-field-small,
.form-g-inline .gform_wrapper.gravity-theme .gform_fields .form-g-field-small,
.form-g-inline .gform_wrapper .gform_fields > div.form-g-field-small,
.form-g-inline .gform_wrapper .gform_fields .form-g-field-small,
.form-g-inline.gravity-theme .gform_fields > div.form-g-field-small,
.form-g-inline.gravity-theme .gform_fields .form-g-field-small,
.form-g-inline .gform_fields > div.form-g-field-small,
.form-g-inline .gform_fields .form-g-field-small {
  max-width: 30%;
}
@media (max-width: 991px) {
  .form-g-inline .gform_wrapper.gravity-theme .gform_fields > div.form-g-field-small,
  .form-g-inline .gform_wrapper.gravity-theme .gform_fields .form-g-field-small,
  .form-g-inline .gform_wrapper .gform_fields > div.form-g-field-small,
  .form-g-inline .gform_wrapper .gform_fields .form-g-field-small,
  .form-g-inline.gravity-theme .gform_fields > div.form-g-field-small,
  .form-g-inline.gravity-theme .gform_fields .form-g-field-small,
  .form-g-inline .gform_fields > div.form-g-field-small,
  .form-g-inline .gform_fields .form-g-field-small {
    max-width: 100%;
  }
}
.form-g-inline .gform_wrapper .gform_footer, .form-g-inline .gform_wrapper.gravity-theme .gform_footer,
.form-g-inline .gform_footer,
.form-g-inline.gravity-theme .gform_footer {
  margin-top: 5px !important;
}

.text-white .form-g .gform_wrapper fieldset.gfield legend.gfield_label,
.text-white .form-g fieldset.gfield legend.gfield_label,
.text-white .title-text-row-wyswyg .gform_wrapper.gravity-theme form fieldset.gfield legend.gfield_label,
.text-white .title-text-row-wyswyg form fieldset.gfield legend.gfield_label,
.text-white .form-g .gform_wrapper select,
.text-white .form-g .gform_wrapper .post-password-form label,
.text-white .form-g .gform_wrapper .gfield_label,
.text-white .form-g .gform_wrapper.gravity-theme select,
.text-white .form-g .gform_wrapper.gravity-theme .gfield_label,
.text-white .form-g select, .text-white .form-g .post-password-form label,
.text-white .form-g .gfield_label, .text-white .form-g.gravity-theme select,
.text-white .form-g.gravity-theme .gfield_label, .text-white .title-text-row-wyswyg .gform_wrapper.gravity-theme form select,
.text-white .title-text-row-wyswyg .gform_wrapper.gravity-theme form .post-password-form label,
.text-white .title-text-row-wyswyg .gform_wrapper.gravity-theme form .gfield_label,
.text-white .title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme select,
.text-white .title-text-row-wyswyg .gform_wrapper.gravity-theme form.gravity-theme .gfield_label,
.text-white .title-text-row-wyswyg form select, .text-white .title-text-row-wyswyg form .post-password-form label,
.text-white .title-text-row-wyswyg form .gfield_label,
.text-white .title-text-row-wyswyg form.gravity-theme select,
.text-white .title-text-row-wyswyg form.gravity-theme .gfield_label {
  color: #fff;
}

.form-g.form-g-bg .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-g.form-g-bg input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.form-g.form-g-bg .gform_wrapper .gfield input.button,
.form-g.form-g-bg .gfield input.button {
  color: #fff;
  background-color: transparent;
  border-color: #1d5c82;
}
.form-g.form-g-bg .gform_wrapper .gfield input.button:hover, .form-g.form-g-bg .gform_wrapper .gfield input.button:focus,
.form-g.form-g-bg .gfield input.button:hover,
.form-g.form-g-bg .gfield input.button:focus {
  color: #000;
  background-color: #fff;
}

.form-g-inline .gform_wrapper div.validation_error, .form-g-inline div.validation_error {
  color: #000000;
}

.gform_wrapper.gravity-theme .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}

.form-g-inline .gform_wrapper .gform_footer input.button, .form-g-inline .gform_footer input.button {
  height: 52px;
  border-radius: 1px;
  text-transform: uppercase;
  padding: 0 45px;
  box-shadow: none;
  background-image: none;
  border: 3px solid #fff;
  cursor: pointer;
  font-family: "aktiv-grotesk", sans-serif;
  outline: inherit;
  border-color: #fff;
  background-color: #fff;
  color: #fff;
  font-style: inherit;
  margin: 0;
  padding: 0;
  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: #fff;
  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;
}

.gform_confirmation_wrapper {
  background-color: #f4f4f4;
  border-radius: 25px;
  padding: 40px 90px;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .gform_confirmation_wrapper {
    padding: 40px 50px;
  }
}
.gform_confirmation_wrapper h2 {
  font-family: "argent-cf", sans-serif;
  color: #000;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2;
  display: block;
  position: relative;
}
@media (max-width: 1450px) {
  .gform_confirmation_wrapper h2 {
    font-size: 37px;
    font-size: 3.7rem;
  }
}
@media (max-width: 1200px) {
  .gform_confirmation_wrapper h2 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .gform_confirmation_wrapper h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
  }
}

.img-content-col-pl .gform_confirmation_wrapper,
.img-content-col-pr .gform_confirmation_wrapper {
  text-align: center;
}
.img-content-col-pl .gform_confirmation_wrapper h2::before,
.img-content-col-pr .gform_confirmation_wrapper h2::before {
  position: static;
  margin: 0 auto 10px;
}
.img-content-col-pl .gform_confirmation_wrapper h2::after,
.img-content-col-pr .gform_confirmation_wrapper h2::after {
  margin: 35px auto 35px;
}
@media (max-width: 767px) {
  .img-content-col-pl .gform_confirmation_wrapper h2::after,
  .img-content-col-pr .gform_confirmation_wrapper h2::after {
    margin: 25px auto 25px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.notif-bar-show {
  padding-top: 45px;
}
@media (max-width: 1024px) {
  .notif-bar-show {
    padding-top: 50px;
  }
}
.notif-bar-show .main-nav {
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .notif-bar-show .main-nav {
    margin-top: 50px;
  }
}
.notif-bar-show .menu-inner {
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .notif-bar-show .menu-inner {
    margin-top: 50px;
  }
}
.notif-bar-show .show-menu .menu-inner::before {
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .notif-bar-show .show-menu .menu-inner::before {
    margin-top: 50px;
  }
}

.notif-bar-alert-plugin,
.notif-bar {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0277B5;
  width: 100%;
  height: 45px;
  z-index: 999;
}
@media (max-width: 1024px) {
  .notif-bar-alert-plugin,
  .notif-bar {
    height: 50px;
  }
}
.notif-bar-alert-plugin .notif-bar-alert-plugin-text,
.notif-bar-alert-plugin .notif-bar-text,
.notif-bar .notif-bar-alert-plugin-text,
.notif-bar .notif-bar-text {
  color: #fff;
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .notif-bar-alert-plugin .notif-bar-alert-plugin-text,
  .notif-bar-alert-plugin .notif-bar-text,
  .notif-bar .notif-bar-alert-plugin-text,
  .notif-bar .notif-bar-text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .notif-bar-alert-plugin .notif-bar-alert-plugin-text,
  .notif-bar-alert-plugin .notif-bar-text,
  .notif-bar .notif-bar-alert-plugin-text,
  .notif-bar .notif-bar-text {
    padding-left: 20px;
    padding-right: 25px;
  }
}
.notif-bar-alert-plugin p,
.notif-bar p {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
.notif-bar-alert-plugin a,
.notif-bar a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}
.notif-bar-alert-plugin i,
.notif-bar i {
  color: #fff;
}
@media (max-width: 1024px) {
  .notif-bar-alert-plugin i,
  .notif-bar i {
    display: none;
  }
}

.notif-close {
  position: absolute;
  height: 23px;
  width: 23px;
  right: 70px;
  top: 50%;
  margin-top: -12px;
  border-radius: 100%;
}
@media (max-width: 1024px) {
  .notif-close {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .notif-close {
    right: 5px;
  }
}

.wp-notif-close-alert-plugin-close-icon,
.notif-close-close-icon {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 23px;
  width: 23px;
}
.wp-notif-close-alert-plugin-close-icon:after, .wp-notif-close-alert-plugin-close-icon:before,
.notif-close-close-icon:after,
.notif-close-close-icon:before {
  content: "";
  display: block;
  height: 2px;
  width: 70%;
  background-color: #fff;
  top: 50%;
  left: 15%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}
.wp-notif-close-alert-plugin-close-icon:after,
.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;
}

.primary-alert-show,
.noti-bar-show {
  padding-top: 44px;
}
.primary-alert-show .nav-main,
.noti-bar-show .nav-main {
  top: 45px;
}
@media (max-width: 1024px) {
  .primary-alert-show .nav-main,
  .noti-bar-show .nav-main {
    top: 50px;
  }
}
.primary-alert-show.nav-show .nav-main,
.noti-bar-show.nav-show .nav-main {
  top: 0px;
}
@media (max-width: 2000px) {
  .primary-alert-show .header-info-video-cont,
  .noti-bar-show .header-info-video-cont {
    min-height: 830px;
  }
}
@media (max-width: 1550px) {
  .primary-alert-show .header-info-video-cont,
  .noti-bar-show .header-info-video-cont {
    min-height: 600px;
  }
}
@media (max-width: 1200px) {
  .primary-alert-show .header-info-video-cont,
  .noti-bar-show .header-info-video-cont {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .primary-alert-show .header-info-video-cont,
  .noti-bar-show .header-info-video-cont {
    min-height: 500px;
  }
}

.header {
  position: relative;
  min-height: 770px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
@media (max-width: 1550px) {
  .header {
    min-height: 650px;
  }
}
@media (max-width: 1200px) {
  .header {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .header {
    min-height: 500px;
  }
}
.header > div {
  width: 100%;
}

.header-pt-nav {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .header-pt-nav {
    padding-top: 56px;
  }
}

.header-pt-nav-w-top .header-pt-nav {
  padding-top: 131px;
}
@media (max-width: 991px) {
  .header-pt-nav-w-top .header-pt-nav {
    padding-top: 85px;
  }
}
@media (max-width: 767px) {
  .header-pt-nav-w-top .header-pt-nav {
    padding-top: 56px;
  }
}

.header-pt-nav-w-top .header-pt-nav-only-navtop {
  padding-top: 35px;
}
@media (max-width: 991px) {
  .header-pt-nav-w-top .header-pt-nav-only-navtop {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .header-pt-nav-w-top .header-pt-nav-only-navtop .header-info-video-cont, .header-pt-nav-w-top .header-pt-nav-only-navtop > .section-py-header {
    padding-top: 110px;
  }
}

.header-h-100 {
  height: 100%;
}

.header-info-cont {
  position: relative;
  z-index: 2;
  min-height: 150px;
  display: flex;
  align-items: center;
}

.header-info-slider-cont {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 110px;
}
@media (max-width: 1550px) {
  .header-info-slider-cont {
    padding-top: 130px;
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .header-info-slider-cont {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .header-info-slider-cont {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .header-info-slider-cont.header-info-cont-with-img {
    padding-bottom: 350px;
  }
}
@media (max-width: 450px) {
  .header-info-slider-cont.header-info-cont-with-img {
    padding-bottom: 80%;
  }
}

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

@media (max-width: 767px) {
  .header-bg-size-md .header-info-cont.header-info-cont-with-img {
    padding-bottom: 450px;
  }
}
@media (max-width: 480px) {
  .header-bg-size-md .header-info-cont.header-info-cont-with-img {
    padding-bottom: 120%;
  }
}

.header-info-maxw {
  max-width: 450px;
}
@media (max-width: 1200px) {
  .header-info-maxw {
    max-width: 420px;
  }
}

.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: "argent-cf", sans-serif;
  font-size: 70px;
  font-size: 7rem;
  letter-spacing: 1.2px;
  line-height: 1;
  font-weight: 200;
}
@media (max-width: 1550px) {
  .header-title {
    font-size: 58px;
    font-size: 5.8rem;
  }
}
@media (max-width: 1200px) {
  .header-title {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  .header-title {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .header-title {
    font-size: 37px;
    font-size: 3.7rem;
  }
}
.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;
  }
}

@media (max-width: 991px) {
  .header-title-center-lg {
    text-align: center;
  }
}

.header-title-h {
  font-family: "shelby", sans-serif;
  line-height: 0.68;
  font-size: 110px;
  font-size: 11rem;
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .header-title-h {
    font-size: 85px;
    font-size: 8.5rem;
  }
}
@media (max-width: 767px) {
  .header-title-h {
    font-size: 70px;
    font-size: 7rem;
    display: block;
    line-height: 1;
  }
}

.header-title-top {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
}
@media (max-width: 1550px) {
  .header-title-top {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  .header-title-top {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .header-title-top {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.header-bg-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #000;
}
@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: 0;
  bottom: 0;
  width: 100%;
}

@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-bottom .header-bg-picture img {
  object-fit: cover;
}

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

@media (min-width: 768px) {
  .header-bg-opacity-mob {
    opacity: 1 !important;
  }
}

@media (max-width: 767px) {
  .header-bg-opacity-desk {
    opacity: 1 !important;
  }
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-color: #ccc;
  background-size: cover;
  opacity: 0.95;
}
@media (max-width: 767px) {
  .header-overlay {
    opacity: 0.8;
  }
}
.header-overlay.header-overlay-gradient {
  background-image: radial-gradient(2339px 2339px at 0% 0%, #0f77b5 0%, #0e6fa9 6%, #073754 46%, #041c2c 100%);
  opacity: 1;
}

.header-title-logo-cont {
  position: relative;
}

.header-title-logo {
  max-width: 100%;
  height: auto;
}

.header-slider-cont {
  position: relative;
  background-color: #000;
}

.swiper-slide.header-slider-item,
.header-slider-item {
  position: relative;
  height: auto;
  min-height: 870px;
  background-color: #000;
  display: flex;
  color: #000;
}
@media (max-width: 1550px) {
  .swiper-slide.header-slider-item,
  .header-slider-item {
    min-height: 680px;
  }
}
@media (max-width: 1200px) {
  .swiper-slide.header-slider-item,
  .header-slider-item {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .swiper-slide.header-slider-item,
  .header-slider-item {
    min-height: 500px;
  }
}
.swiper-slide.header-slider-item > div,
.header-slider-item > div {
  width: 100%;
}

.header-pt-nav-w-second .swiper-slide.header-slider-item,
.header-pt-nav-w-second .header-slider-item {
  min-height: 710px;
}
@media (max-width: 1550px) {
  .header-pt-nav-w-second .swiper-slide.header-slider-item,
  .header-pt-nav-w-second .header-slider-item {
    min-height: 570px;
  }
}
@media (max-width: 1200px) {
  .header-pt-nav-w-second .swiper-slide.header-slider-item,
  .header-pt-nav-w-second .header-slider-item {
    min-height: 530px;
  }
}
@media (max-width: 991px) {
  .header-pt-nav-w-second .swiper-slide.header-slider-item,
  .header-pt-nav-w-second .header-slider-item {
    min-height: 430px;
  }
}

.header-slider-item-pos .container,
.header-slider-item-pos .container > .row {
  height: 100%;
}

.header-slider-item-pos-content {
  display: flex;
  flex-direction: column;
}
.header-slider-item-pos-content .container-btn.container-btn2-cta {
  display: flex;
  align-items: center;
}

.header-slider-inline-btns.container-btn.container-btn2-cta {
  display: flex;
  width: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .header-slider-inline-btns.container-btn.container-btn2-cta {
    flex-direction: column;
    align-items: inherit;
  }
}
@media (max-width: 991px) {
  .header-slider-inline-btns.container-btn.container-btn2-cta > div:nth-child(1) {
    margin-bottom: 15px;
  }
}

.swiper-slide.header-slider-item-pos-bottom,
.header-slider-item-pos-bottom {
  align-items: end;
}
.swiper-slide.header-slider-item-pos-bottom .container-btn-mt,
.header-slider-item-pos-bottom .container-btn-mt {
  margin-top: 20px;
}

.swiper-slide.header-slider-item-pos-bottom-center,
.header-slider-item-pos-bottom-center {
  align-items: end;
}
.swiper-slide.header-slider-item-pos-bottom-center .row,
.header-slider-item-pos-bottom-center .row {
  justify-content: center;
  text-align: center;
}
.swiper-slide.header-slider-item-pos-bottom-center .container-btn-mt,
.header-slider-item-pos-bottom-center .container-btn-mt {
  margin-top: 20px;
}

.swiper-slide.header-slider-item-pos-center .row,
.header-slider-item-pos-center .row {
  justify-content: center;
  text-align: center;
}

.header-slider-pagination-cont {
  position: absolute;
  bottom: 70px;
  z-index: 2;
  right: 0;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .header-slider-pagination-cont {
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .header-slider-pagination-cont {
    padding-left: 25px;
    padding-right: 25px;
    bottom: 20px;
  }
}
.header-slider-pagination-cont .swiper-pagination {
  position: static;
  text-align: right;
}
@media (max-width: 767px) {
  .header-slider-pagination-cont .swiper-pagination {
    text-align: center;
  }
}
.header-slider-pagination-cont .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  pointer-events: all;
}
.header-slider-pagination-cont .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 0px;
  margin-right: 15px;
}
.header-slider-pagination-cont .swiper-pagination-bullet-active {
  background: #fff;
  position: relative;
  width: 16px;
  height: 16px;
  border: 3px solid #888f99;
}

.header-offerbar-linkCont {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #e8e8e8;
  z-index: 4;
  padding: 10px;
}

.header-offerbar-link {
  display: block;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
}

.header-offerbar-link-close {
  position: absolute;
  top: 60px;
  right: 40px;
  z-index: 2;
  color: #000;
}

.header-offerbar-infoCont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c4c4c4;
  z-index: 3;
  padding-top: 180px;
  padding-bottom: 100px;
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-offerbar-infoCont .container, .header-offerbar-infoCont .row {
  height: 100%;
}
.header-offerbar-infoCont .row {
  align-items: center;
}

.header-offerbar-infoCont.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-slider-bg-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background: rgb(4, 28, 44);
  background: linear-gradient(180deg, rgba(4, 28, 44, 0) 0%, rgba(4, 28, 44, 0.2021009087) 17%, rgba(4, 28, 44, 0.3085434858) 35%, rgba(4, 28, 44, 0.6054622533) 60%, rgb(4, 28, 44) 89%, rgb(4, 28, 44) 100%);
}

.header-info-video-cont {
  min-height: 1000px;
  padding: 150px 0 70px;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 2;
}
@media (min-width: 2000px) and (min-height: 1200px) {
  .header-info-video-cont {
    min-height: 1100px;
  }
}
@media (max-width: 2000px) {
  .header-info-video-cont {
    min-height: 870px;
  }
}
@media (max-width: 1550px) {
  .header-info-video-cont {
    min-height: 680px;
  }
}
@media (max-width: 1200px) {
  .header-info-video-cont {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .header-info-video-cont {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .header-info-video-cont {
    padding: 80px 0 50px;
    align-items: normal;
  }
}

.header-slider-video-cont {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.header-slider-video {
  height: 100%;
}
.header-slider-video .swiper-slide {
  background-color: #000;
}

.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 0;
  height: 100%;
}
.header-bg--video {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.header-bg--video > div {
  width: 100%;
}
.header-bg--video video {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  z-index: 3;
  left: 0;
  top: 0;
}

.header-bg--video video {
  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;
  transition-delay: 0.1s;
}

.header-slider-video-cont-active .header-bg--video video {
  opacity: 1;
}

.header-bg-cont-imagemob .header-bg--video,
.header-bg-cont-imagedesk .header-bg--video {
  display: none;
}

.header-bg-cont-imagedesk.header-bg-cont-videomob .header-bg--video {
  display: block;
}
@media (min-width: 481px) {
  .header-bg-cont-imagedesk.header-bg-cont-videomob .header-bg--video {
    display: none;
  }
}
.header-bg-cont-imagedesk.header-bg-cont-videomob .header-bg {
  display: block;
}
@media (max-width: 480px) {
  .header-bg-cont-imagedesk.header-bg-cont-videomob .header-bg {
    display: none;
  }
}

.header-bg-cont-videomob .header-bg,
.header-bg-cont-videodesk .header-bg {
  display: none;
}

.header-bg-cont-videodesk.header-bg-cont-imagemob .header-bg {
  display: block;
}
@media (min-width: 481px) {
  .header-bg-cont-videodesk.header-bg-cont-imagemob .header-bg {
    display: none;
  }
}
.header-bg-cont-videodesk.header-bg-cont-imagemob .header-bg--video {
  display: block;
}
@media (max-width: 480px) {
  .header-bg-cont-videodesk.header-bg-cont-imagemob .header-bg--video {
    display: none;
  }
}

.header-slider-video-btn-cont {
  position: absolute;
  padding-top: 0px;
  left: 0;
  bottom: 50px;
  width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .header-slider-video-btn-cont {
    padding-top: 90px;
    top: 0px;
    bottom: 0;
    left: inherit;
    right: 50px;
    width: auto;
  }
}
@media (min-width: 1250px) {
  .header-slider-video-btn-cont {
    right: 50%;
    margin-right: -600px;
  }
}
@media (min-width: 1500px) {
  .header-slider-video-btn-cont {
    margin-right: -700px;
  }
}
@media (min-width: 1600px) {
  .header-slider-video-btn-cont {
    margin-right: -800px;
    padding-top: 160px;
  }
}
.header-slider-video-btn-cont .btn {
  margin-bottom: 12px;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
}
.header-slider-video-btn-cont .btn:hover {
  background-color: rgba(255, 255, 255, 0.7215686275);
}
.header-slider-video-btn-cont .btn.active {
  background-color: #fff;
  overflow: hidden;
}
.header-slider-video-btn-cont .btn.active::before {
  background-color: #041c2c;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 10%;
  width: 0;
  animation: progress 7s linear;
}
@keyframes progress {
  to {
    width: 100%;
  }
}
.header-slider-video-btn-cont .btn.slider-progress {
  background-color: #fff;
  overflow: hidden;
}
.header-slider-video-btn-cont .btn.slider-progress::before {
  background-color: #041c2c;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 10%;
  width: 0;
  animation: progress2 7s linear;
}
@keyframes progress2 {
  to {
    width: 100%;
  }
}
@media (max-width: 1800px) {
  .header-slider-video-btn-cont .btn {
    margin-bottom: 5px;
    padding: 15px 20px;
    min-width: 200px;
  }
}
@media (max-width: 991px) {
  .header-slider-video-btn-cont .btn {
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 15px 15px;
    min-width: 180px;
  }
}
@media (max-width: 450px) {
  .header-slider-video-btn-cont .btn {
    min-width: 140px;
  }
}

@media (min-width: 992px) {
  .sliderBotonVideos .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.sliderBotonVideos .swiper-slide {
  width: auto;
}

.header-slider-video-btn {
  white-space: nowrap;
  min-width: 220px;
}

.header-slider-video-scroll-cont {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1550px) {
  .header-slider-video-scroll-cont {
    bottom: -40px;
  }
}
@media (max-width: 1200px) {
  .header-slider-video-scroll-cont {
    bottom: -50px;
  }
}
@media (max-width: 991px) {
  .header-slider-video-scroll-cont {
    display: none;
  }
}

.header-slider-video-scroll-detail {
  position: relative;
  left: 60%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  transform: rotate(-90deg);
  transform-origin: 0 100%;
}
.header-slider-video-scroll-detail::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 50px;
  background-color: #fff;
  margin-bottom: 2px;
  margin-right: 4px;
}
@media (max-width: 1600px) {
  .header-slider-video-scroll-detail::before {
    width: 30px;
  }
}
@media (max-width: 1200px) {
  .header-slider-video-scroll-detail::before {
    width: 20px;
  }
}

.header-cont {
  min-height: 870px;
  padding: 150px 0 70px;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 2;
}
@media (max-width: 1550px) {
  .header-cont {
    min-height: 680px;
  }
}
@media (max-width: 1200px) {
  .header-cont {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .header-cont {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .header-cont {
    padding: 110px 0 50px;
    align-items: normal;
  }
}

.header-logo-section {
  padding-top: 100px;
}
@media (max-width: 1700px) {
  .header-logo-section {
    padding-top: 80px;
  }
}

.swiper-slide.header-logo-item,
.header-logo-item {
  width: 33.333333%;
}
@media (min-width: 550px) {
  .swiper-slide.header-logo-item,
  .header-logo-item {
    width: 25%;
  }
}
@media (min-width: 991px) {
  .swiper-slide.header-logo-item,
  .header-logo-item {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .swiper-slide.header-logo-item,
  .header-logo-item {
    width: 14.27%;
  }
}

.header-logo-listimg-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  align-items: center;
}

.header-logo-listimg-img-container {
  position: relative;
  width: 100%;
}

.header-logo-listimg-picture {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 50%;
  width: 85%;
  margin: 0 auto;
}
.header-logo-listimg-picture .header-logo-listimg-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.header-logo-listimg-desc-container {
  padding: 15px 20px 0px 20px;
  max-width: 300px;
  margin-bottom: 0px;
}

.table-container {
  max-width: 1200px;
  margin: 0 auto;
}

.table {
  margin-bottom: 27px;
  color: #ccc;
}

.table-title-text {
  color: #c11725;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background: transparent !important;
}

.table thead th {
  border-bottom: 1px solid #dee2e6;
  font-family: "soleil", sans-serif;
  font-weight: 500;
}

.table-col-color {
  color: #b2ada6;
}

.table th,
.table td {
  font-family: "argent-cf", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  color: #170702;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #fcfbfa;
}
@media (max-width: 1200px) {
  .table th,
  .table td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .table th,
  .table td {
    font-size: 20px;
    font-size: 2rem;
    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: 44px;
  font-size: 4.4rem;
  color: #170702;
  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: "soleil", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #170702;
  padding-top: 20px;
}
@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: "soleil", 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: "argent-cf", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  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 #c11725;
  border-left: 4px solid #c11725;
  border-bottom: none;
  background-color: #fcfbfa;
  color: #c11725 !important;
}
.table-col-color p {
  color: #170702;
}
@media (max-width: 991px) {
  .table-col-color {
    border-top: 3px solid #c11725;
    border-right: 3px solid #c11725;
    border-left: 3px solid #c11725;
  }
}

thead tr {
  border-top: none;
}
thead .table-col-color {
  border-top: 4px solid #c11725 !important;
  border-bottom: none !important;
  padding-top: 28px;
}
@media (max-width: 991px) {
  thead .table-col-color {
    border-top: 2px solid #c11725 !important;
    padding-top: 0;
    vertical-align: unset;
  }
}

tbody tr:last-child {
  border-bottom: 2px solid #f4f4f4;
}

tr {
  border-top: 2px solid #f4f4f4;
}
tr:first-child .table-col-color {
  border-bottom: none;
}
tr:last-child .table-col-color {
  border-bottom: 4px solid #c11725;
}
@media (max-width: 991px) {
  tr:last-child .table-col-color {
    border-bottom: 2px solid #c11725;
  }
}

.table-aditional-text p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  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: #c11725;
  border: none;
  color: #FFF;
}

.pagination-sigle .page-numbers {
  display: inline-block;
  height: 45px;
  width: 45px;
  border: 1px solid #1d5c82;
  color: #0b2040;
  line-height: 45px;
  text-align: center;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 4px;
}
.pagination-sigle .page-numbers.next,
.pagination-sigle .page-numbers.prev {
  width: auto;
  padding-left: 13px;
  padding-right: 13px;
}
.pagination-sigle .current {
  background-color: #1d5c82;
  color: #fff;
}
.pagination-sigle .page-numbers:hover,
.pagination-sigle .page-numbers:focus {
  background-color: #1d5c82;
  color: #fff;
  text-decoration-color: transparent;
}
.pagination-sigle .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.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: #170702;
  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: #170702;
  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;
}

.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-row-block {
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 100%;
}
@media (max-width: 991px) {
  .img-content-row-block {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .img-content-row-block-first .img-content-row-block {
    margin-top: 5px;
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .img-content-row-block-first-md .img-content-row-block {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}

.img-content-row-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.img-content-row-content-sm {
  position: absolute;
  height: 40%;
  width: 50%;
  bottom: -10%;
  left: -25%;
}
@media (max-width: 450px) {
  .img-content-row-content-sm {
    bottom: -20%;
  }
}

.img-content-image {
  width: 100%;
  margin-bottom: 10px;
  object-fit: cover;
  object-position: center;
  height: 100%;
  overflow: hidden;
}

.img-content-image.img-content-image-contain {
  object-fit: contain;
}

.img-content-image-label {
  padding-left: 30%;
  padding-right: 18%;
  font-size: 17px;
  font-size: 1.7rem;
}
@media (max-width: 450px) {
  .img-content-image-label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.img-content-row-block-size-auto {
  padding: 0;
}
.img-content-row-block-size-auto .img-content-row-content {
  position: static;
}
.img-content-row-block-size-auto .img-content-image {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.img-content-row-block-size-tall {
  padding-top: 118%;
}
.img-content-row-block-size-double {
  margin-right: 0;
  padding-top: 100%;
  width: 77%;
  margin-bottom: 10%;
}
@media (max-width: 450px) {
  .img-content-row-block-size-double {
    width: 84%;
  }
}
.img-content-row-block-size-sqr {
  padding-top: 100%;
  width: 100%;
}
.img-content-row-block-size-wide {
  padding-top: 50%;
  width: 100%;
}

@media (min-width: 992px) {
  .img-content-colimg-left .img-content-row-block-size-double {
    margin-right: auto;
    margin-left: 0;
  }
  .img-content-colimg-left .img-content-row-block-size-double .img-content-row-content-sm {
    left: inherit;
    right: -25%;
  }
  .img-content-colimg-left .img-content-row-block-size-double .img-content-image-label {
    padding-left: 18%;
    padding-right: 30%;
  }
}

@media (max-width: 767px) {
  .img-content-row-block-mb-40 {
    margin-bottom: 50px;
  }
}

.img-content-row-block-info {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
  left: 0;
}

.flex-lg-row-reverse .img-content-row-block-info {
  left: inherit;
  right: 0;
}

.image-full-text-figure {
  padding-top: 35%;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .image-full-text-figure {
    padding-top: 60%;
  }
}
.image-full-text-figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 992px) {
  .img-content-col-pr {
    padding-right: 60px;
  }
}
@media (min-width: 1199px) {
  .img-content-col-pr {
    padding-right: 80px;
  }
}
@media (min-width: 1551px) {
  .img-content-col-pr {
    padding-right: 110px;
  }
}

@media (min-width: 992px) {
  .img-content-col-pl {
    padding-left: 60px;
  }
}
@media (min-width: 1199px) {
  .img-content-col-pl {
    padding-left: 80px;
  }
}
@media (min-width: 1551px) {
  .img-content-col-pl {
    padding-left: 110px;
  }
}

.img-content-container .container-btn {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .img-content-info-lg-center {
    text-align: center;
  }
}

.card-testimonial-slide.swiper-slide {
  width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  .card-testimonial-slide.swiper-slide {
    width: 9100%;
  }
}

.card-testimonial {
  padding: 30px 30px 40px;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .card-testimonial {
    padding: 35px 35px 45px;
  }
}
@media (max-width: 550px) {
  .card-testimonial {
    padding: 35px 25px 45px;
  }
}
.card-testimonial--info {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 1090px;
}
@media (max-width: 1700px) {
  .card-testimonial--info {
    max-width: 900px;
  }
}
.card-testimonial--sepautor {
  margin-top: 60px;
}
.card-testimonial--author {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
}
.card-testimonial--sep {
  border: 1px solid #d1d1d1;
  width: 100%;
  max-width: 225px;
  margin: 37px auto 37px;
}

.card-testimonial-infoicon {
  font-family: "argent-cf", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  color: #1d5c82;
  line-height: 1;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .card-testimonial-infoicon {
    margin-bottom: 20px;
  }
}
.card-testimonial-infoicon i {
  font-size: 25px;
  font-size: 2.5rem;
  margin-left: 5px;
  margin-right: 5px;
  color: #c6b389;
}
@media (max-width: 567px) {
  .card-testimonial-infoicon i {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.text-white .card-testimonial-infotitle {
  color: #fff;
}

.card-testimonial-infotitle {
  font-size: 60px;
  font-size: 6rem;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "argent-cf", sans-serif;
  color: #000;
}
@media (max-width: 1600px) {
  .card-testimonial-infotitle {
    font-size: 50px;
    font-size: 5rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .card-testimonial-infotitle {
    margin-bottom: 20px;
    font-size: 40px;
    font-size: 4rem;
  }
}

.card-testimonial-infotext p {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
  font-weight: 400;
  color: #302e2c;
}
@media (max-width: 1600px) {
  .card-testimonial-infotext p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .card-testimonial-infotext p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.card-testimonial-authorCont {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.card-testimonial-authorCont > div {
  padding: 0 10px;
}

.card-testimonial-authorimg {
  display: inline-block;
  width: 108px;
  height: 108px;
  border-radius: 100%;
  object-fit: cover;
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .card-testimonial-authorimg {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 991px) {
  .card-testimonial-authorimg {
    height: 60px;
    width: 60px;
  }
}

.card-testimonial-authorname {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  color: #3ca1d6;
  line-height: 1.2;
  margin-bottom: 5px;
  text-align: center;
}
@media (max-width: 1600px) {
  .card-testimonial-authorname {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 991px) {
  .card-testimonial-authorname {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .card-testimonial-authorname {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.card-testimonial-authorlabel {
  color: #acacac;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1600px) {
  .card-testimonial-authorlabel {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .card-testimonial-authorlabel {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.cardimg-testimonial {
  height: 100%;
  min-height: 600px;
  max-height: 650px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .cardimg-testimonial {
    min-height: 530px;
    max-height: 620px;
  }
}
@media (max-width: 767px) {
  .cardimg-testimonial {
    min-height: 430px;
    max-height: 530px;
  }
}

.cardimg-testimonial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.review-swiper-arrow {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  background-color: #000;
  color: #fff;
  margin-top: -22px;
  z-index: 1;
  border: 3px solid #121412;
  border-radius: 50%;
}
.review-swiper-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 18px;
  width: 18px;
  margin-top: -9px;
  margin-left: -9px;
  border: 4px solid #ffffff;
  transform: rotate(-45deg);
}
.review-swiper-arrow.swiper-button-disabled {
  opacity: 0.5;
}
.review-swiper-arrow.swiper-button-disabled:hover {
  cursor: inherit;
}
.review-swiper-arrow.swiper-button-lock {
  display: none;
}
.review-swiper-arrow:hover {
  cursor: pointer;
}

.review-swiper-button-next {
  right: -70px;
}
.review-swiper-button-next.review-swiper-arrow::before {
  border-color: transparent #ffffff #ffffff transparent;
  margin-left: -14px;
}
.review-swiper-button-next.swiper-button-disabled.review-swiper-arrow::before {
  border-color: transparent #fff #fff transparent;
}

.review-swiper-button-prev {
  left: -70px;
}
.review-swiper-button-prev.review-swiper-arrow::before {
  border-color: #ffffff transparent transparent #ffffff;
  margin-left: -6px;
}
.review-swiper-button-prev.swiper-button-disabled.review-swiper-arrow::before {
  border-color: #fff transparent transparent #fff;
  margin-left: -6px;
}

@media (max-width: 1300px) {
  .review-swiper-button-next {
    right: -40px;
  }
  .review-swiper-button-prev {
    left: -40px;
  }
}
@media (max-width: 991px) {
  .review-swiper-button-next {
    right: -20px;
  }
  .review-swiper-button-prev {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .review-swiper-arrow {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }
  .review-swiper-arrow::before {
    height: 14px;
    width: 14px;
    margin-top: -7px;
    margin-left: -7px;
  }
  .review-swiper-arrow.review-swiper-button-next::before {
    margin-left: -10px;
  }
  .review-swiper-arrow.review-swiper-button-prev::before {
    margin-left: -4px;
  }
  .review-swiper-button-next {
    right: 5px;
  }
  .review-swiper-button-prev {
    left: 5px;
  }
}
.slider-bottom-pagination {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  left: 0;
  width: 100%;
  padding-top: 30px;
  display: block;
}
@media (min-width: 992px) {
  .slider-bottom-pagination.slider-bottom-pagination-mob {
    display: none;
  }
}
.slider-bottom-pagination .swiper-pagination {
  position: static;
  text-align: center;
}
.slider-bottom-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .slider-bottom-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 7px;
    margin-right: 7px;
  }
}
.slider-bottom-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 3px;
  background: transparent;
  vertical-align: middle;
  position: relative;
}
.slider-bottom-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  border-radius: 0;
  opacity: 1;
}

.card-mb-3 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .card-mb-3 {
    margin-bottom: 10px;
  }
}

.cardimg {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
}
.cardimg--info {
  padding: 34px 45px 34px;
}
@media (max-width: 1700px) {
  .cardimg--info {
    padding: 30px 40px 30px;
  }
}
@media (max-width: 767px) {
  .cardimg--info {
    padding: 30px 30px 30px;
  }
}
.cardimg--info.cardimg--info-arrow-p {
  padding: 34px 80px 34px 45px;
}
@media (max-width: 1700px) {
  .cardimg--info.cardimg--info-arrow-p {
    padding: 30px 80px 30px 40px;
  }
}
@media (max-width: 767px) {
  .cardimg--info.cardimg--info-arrow-p {
    padding: 30px 30px 30px;
  }
}
.cardimg--info.cardimg-info-px0 {
  padding-left: 0;
  padding-right: 0;
}
.cardimg--header {
  padding: 30px 30px 30px;
}
.cardimg--footer {
  margin-top: auto;
  padding: 5px 30px 30px;
}

.cardimg-text-center {
  text-align: center;
}

.align-items-stretch .cardimg {
  min-height: 100%;
}

.cardimg-img-cont {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 96%;
  background-color: #ccc;
  background-size: 160px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.cardimg-img-cont.card-imgfull-img-cont-placeholder {
  background-image: url("../images/placeholder.png");
}
.cardimg-img-cont img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cardimg-img-cont:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  background: rgb(62, 119, 181);
  background: linear-gradient(180deg, rgba(62, 119, 181, 0) 0%, rgba(62, 119, 181, 0.1684874633) 11%, rgba(62, 119, 181, 0.4878151944) 31%, rgba(62, 119, 181, 0.672689144) 55%, rgba(62, 119, 181, 0.8575630936) 80%, rgb(62, 119, 181) 100%);
  z-index: 2;
}

.cardimg-img-cont-arrow {
  position: absolute;
  z-index: 1;
  right: 35px;
  top: 20px;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cardimg-img-cont-arrow.cardimg-img-cont-arrow-bottom {
  top: inherit;
  bottom: 20px;
}
.cardimg-img-cont-arrow.cardimg-img-cont-arrow-red {
  color: #EC1E25;
}
@media (max-width: 991px) {
  .cardimg-img-cont-arrow.cardimg-img-cont-arrow-nomobile {
    display: none;
  }
}

.cardimg-link {
  display: inline-block;
  color: #0b2040;
  font-weight: 700;
  line-height: 1;
  max-width: 100%;
  font-size: 20px;
  font-size: 2rem;
  font-family: "aktiv-grotesk", sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cardimg-link:hover, .cardimg-link:focus {
  color: #0b2040;
}

.cardimg-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  color: #09293b;
  margin-bottom: 15px;
  font-family: "soleil", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .cardimg-title {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .cardimg-title {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.cardimg-title.cardimg-title-md {
  font-size: 26px;
  font-size: 2.6rem;
}
@media (max-width: 1700px) {
  .cardimg-title.cardimg-title-md {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cardimg-title.cardimg-title-md {
    font-size: 24px;
    font-size: 2.4rem;
    -webkit-line-clamp: 3;
  }
}
.cardimg-title.cardimg-title-sm {
  font-size: 26px;
  font-size: 2.6rem;
}
@media (max-width: 1700px) {
  .cardimg-title.cardimg-title-sm {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 450px) {
  .cardimg-title.cardimg-title-sm {
    font-size: 17px;
    font-size: 1.7rem;
    -webkit-line-clamp: 3;
  }
}

.cardimg-toptitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #09293b;
}
@media (max-width: 991px) {
  .cardimg-toptitle {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.cardimg-toptitle.cardimg-toptitle-colored {
  color: #0277B5;
}
@media (max-width: 450px) {
  .cardimg-toptitle.cardimg-toptitle-sm {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.cardimg-subtitle {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #09293b;
  margin-bottom: 8px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .cardimg-subtitle {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .cardimg-subtitle {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .cardimg-subtitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.cardimg--info-textcont .cardimg-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cardimg-text {
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 1700px) {
  .cardimg-text {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .cardimg-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.cardimg-price {
  font-weight: 700;
  font-size: 45px;
  font-size: 4.5rem;
}
@media (max-width: 1700px) {
  .cardimg-price {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media (max-width: 991px) {
  .cardimg-price {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.cardimg-img-cont img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cardimg-img-cont:before,
.cardimg-toptitle,
.cardimg-title {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cardimg:hover .cardimg-img-cont img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.cardimg:hover .cardimg-toptitle,
.cardimg:hover .cardimg-title {
  color: #0277b5;
}
.cardimg:hover .cardimg-img-cont:before {
  opacity: 0.6;
  -webkit-transition: all 1s cubic-bezier(0, 0.55, 0.45, 1);
  -o-transition: all 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 1s cubic-bezier(0, 0.55, 0.45, 1);
}
.cardimg:hover .cardimg-img-cont-arrow i {
  -webkit-animation: arrowanimationincard 0.5s;
}

@-webkit-keyframes arrowanimationincard {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  49% {
    transform: translate3d(30px, 0px, 0);
    opacity: 0;
  }
  50% {
    transform: translate3d(-30px, 0px, 0);
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes arrowanimationincard {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  49% {
    transform: translate3d(30px, 0px, 0);
    opacity: 0;
  }
  50% {
    transform: translate3d(-30px, 0px, 0);
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes arrowanimationincard {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  49% {
    transform: translate3d(30px, 0px, 0);
    opacity: 0;
  }
  50% {
    transform: translate3d(-30px, 0px, 0);
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.card-slider .swiper-wrapper {
  align-items: stretch;
}
.card-slider .swiper-slide {
  height: auto;
}
@media (min-width: 768px) {
  .card-slider .swiper-slide {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .card-slider .swiper-slide {
    width: 33.3333333%;
  }
}

.cardimg.cardimg-sm {
  flex-direction: row;
  background-color: #F7F7F7;
}
.cardimg.cardimg-sm .cardimg--item.cardimg--figure {
  flex: 0 0 25%;
}
@media (max-width: 1200px) {
  .cardimg.cardimg-sm .cardimg--item.cardimg--figure {
    flex: 0 0 35%;
  }
}
@media (max-width: 991px) {
  .cardimg.cardimg-sm .cardimg--item.cardimg--figure {
    flex: 0 0 35%;
  }
}
@media (max-width: 450px) {
  .cardimg.cardimg-sm .cardimg--item.cardimg--figure {
    flex: 0 0 38%;
  }
}
.cardimg.cardimg-sm .cardimg--item.cardimg--figure .cardimg-img-cont {
  min-height: 100%;
}
.cardimg.cardimg-sm .cardimg--item.cardimg--info.cardimg--info-arrow-p,
.cardimg.cardimg-sm .cardimg--item.cardimg--info {
  width: 100%;
}
@media (max-width: 991px) {
  .cardimg.cardimg-sm .cardimg--item.cardimg--info.cardimg--info-arrow-p,
  .cardimg.cardimg-sm .cardimg--item.cardimg--info {
    align-self: center;
  }
}
@media (max-width: 450px) {
  .cardimg.cardimg-sm .cardimg--item.cardimg--info.cardimg--info-arrow-p,
  .cardimg.cardimg-sm .cardimg--item.cardimg--info {
    padding: 20px 20px 20px;
  }
}
.cardimg.cardimg-sm .cardimg-img-cont::before {
  display: none;
}

.card-text {
  position: relative;
}
.card-text--info {
  padding-right: 170px;
}
@media (max-width: 991px) {
  .card-text--info {
    padding-right: 130px;
  }
}
@media (max-width: 767px) {
  .card-text--info {
    padding-right: 0px;
    padding-bottom: 70px;
  }
}
.card-text--link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.card-text-title {
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .card-text-title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.card-text-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 19px;
  font-size: 1.9rem;
}
@media (max-width: 1700px) {
  .card-text-text {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .card-text-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.card-text--link .card-text-link {
  display: flex;
  justify-content: end;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .card-text--link .card-text-link {
    justify-content: start;
    align-items: end;
  }
}
.card-text--link .card-text-link--arrow {
  display: block;
  font-size: 35px;
  font-size: 3.5rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.card-text--link:hover i {
  -webkit-animation: arrowanimationin 0.5s;
}

.card-imgfull {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  background-color: #fff;
  height: 600px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .card-imgfull {
    height: 550px;
  }
}
@media (max-width: 1500px) {
  .card-imgfull {
    height: 510px;
  }
}
@media (max-width: 991px) {
  .card-imgfull {
    height: 400px;
  }
}
.card-imgfull--info {
  padding: 37px 45px 37px;
  position: relative;
  z-index: 3;
  margin-top: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: end;
}
@media (max-width: 1700px) {
  .card-imgfull--info {
    padding: 30px 40px 30px;
  }
}
@media (max-width: 767px) {
  .card-imgfull--info {
    padding: 30px 30px 30px;
  }
}
.card-imgfull--figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.card-imgfull--header {
  padding: 30px 30px 30px;
  position: relative;
  z-index: 2;
}

.card-imgfull--info-cont {
  height: auto;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 1;
}

.card-imgfull--infoshow {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.card-imgfull--info:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(62, 119, 181);
  background: linear-gradient(180deg, rgba(62, 119, 181, 0) 0%, rgba(62, 119, 181, 0.1684874633) 11%, rgba(62, 119, 181, 0.4878151944) 31%, rgba(62, 119, 181, 0.672689144) 55%, rgba(62, 119, 181, 0.8575630936) 80%, rgb(62, 119, 181) 100%);
}

.card-imgfull-img-cont {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-size: 160px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.card-imgfull-img-cont.card-imgfull-img-cont-placeholder {
  background-image: url("../images/placeholder.png");
}
.card-imgfull-img-cont img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.card-imgfull-img-cont-arrow {
  position: absolute;
  z-index: 1;
  right: 35px;
  top: 20px;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.card-imgfull-title {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
  font-family: "soleil", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .card-imgfull-title {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
@media (max-width: 767px) {
  .card-imgfull-title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.card-imgfull-title.card-imgfull-title-only {
  min-height: auto;
  margin-bottom: 10px;
  -webkit-line-clamp: 6;
}

.card-imgfull-toptitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .card-imgfull-toptitle {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.card-imgfull-price {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .card-imgfull-price {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .card-imgfull-price {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .card-imgfull-price {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.card-imgfull a {
  color: #fff;
}

.card-imgfull-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .card-imgfull-subtitle {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .card-imgfull-subtitle {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.card-imgfull--info-textcont .card-imgfull-text {
  padding-top: 10px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-imgfull-text {
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 1700px) {
  .card-imgfull-text {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .card-imgfull-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.card-imgfull--linkcont {
  padding-top: 10px;
  margin-top: auto;
}
@media (max-width: 767px) {
  .card-imgfull--linkcont {
    padding-top: 20px;
  }
}

.card-imgfull-link {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  max-width: 100%;
  font-size: 20px;
  font-size: 2rem;
  font-family: "aktiv-grotesk", sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1700px) {
  .card-imgfull-link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .card-imgfull-link {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.card-imgfull-link:hover, .card-imgfull-link:focus {
  color: #fff;
}

.card-imgfull--fulllink {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  display: block;
  left: 0;
  z-index: 2;
}

.card-imgfull:before {
  content: "";
  opacity: 0.3;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9107843821) 0%, rgba(0, 0, 0, 0.8043418051) 22%, rgba(0, 0, 0, 0.5746499283) 69%, rgba(0, 0, 0, 0.4514006286) 100%);
  -webkit-transition: all 0.8s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: all 0.8s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.8s cubic-bezier(0.12, 0, 0.39, 0);
  pointer-events: none;
}

.card-imgfull--infoshow {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: all 0.8s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.8s cubic-bezier(0.12, 0, 0.39, 0);
}

.card-imgfull-img-cont img {
  -webkit-transition: all 0.8s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: all 0.8s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.8s cubic-bezier(0.12, 0, 0.39, 0);
}

.card-imgfull--info:before {
  opacity: 0.1;
  -webkit-transition: all 0.8s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: all 0.8s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.8s cubic-bezier(0.12, 0, 0.39, 0);
}

.card-imgfull-title-only {
  -webkit-transition: all 0.8s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: all 0.8s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.8s cubic-bezier(0.12, 0, 0.39, 0);
}

@media (min-width: 1024px) {
  .card-imgfull:hover .card-imgfull--infoshow {
    max-height: 170px;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0, 0.55, 0.45, 1);
    -o-transition: all 1s cubic-bezier(0, 0.55, 0.45, 1);
    transition: all 1s cubic-bezier(0, 0.55, 0.45, 1);
  }
  .card-imgfull:hover:before {
    opacity: 0.7;
    -webkit-transition: all 1s cubic-bezier(0, 0.55, 0.45, 1);
    -o-transition: all 1s cubic-bezier(0, 0.55, 0.45, 1);
    transition: all 1s cubic-bezier(0, 0.55, 0.45, 1);
  }
  .card-imgfull:hover .card-imgfull--info::before {
    opacity: 0.7;
  }
  .card-imgfull:hover .card-imgfull-title-only {
    margin-bottom: 45px;
    -webkit-transition: all 1s cubic-bezier(0, 0.55, 0.45, 1);
    -o-transition: all 1s cubic-bezier(0, 0.55, 0.45, 1);
    transition: all 1s cubic-bezier(0, 0.55, 0.45, 1);
  }
  .card-imgfull:hover .card-imgfull-img-cont-arrow i {
    -webkit-animation: arrowanimationincard 0.5s;
  }
}
.card-imgfull.card-imgfull-alt .card-imgfull-title {
  font-size: 55px;
  font-size: 5.5rem;
  font-family: "argent-cf", sans-serif;
}
@media (max-width: 1700px) {
  .card-imgfull.card-imgfull-alt .card-imgfull-title {
    font-size: 43px;
    font-size: 4.3rem;
  }
}
@media (max-width: 991px) {
  .card-imgfull.card-imgfull-alt .card-imgfull-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .card-imgfull.card-imgfull-alt .card-imgfull-title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.card-imgfull.card-imgfull-alt .card-imgfull-title.card-imgfull-title-only {
  min-height: auto;
  margin-bottom: 10px;
}

.card-imgfull.card-imgfull-nohover .card-imgfull-title {
  -webkit-line-clamp: 2;
}
.card-imgfull.card-imgfull-nohover .card-imgfull--infoshow {
  max-height: inherit;
  opacity: 1;
  overflow: auto;
}
.card-imgfull.card-imgfull-nohover::before {
  display: none;
}
.card-imgfull.card-imgfull-nohover .card-imgfull--info::before {
  opacity: 0.7;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1684874633) 11%, rgba(0, 0, 0, 0.4878151944) 31%, rgba(0, 0, 0, 0.672689144) 55%, rgba(0, 0, 0, 0.8575630936) 80%, rgb(0, 0, 0) 100%);
}

.card-banner-slide.swiper-slide {
  height: auto;
  min-height: 680px;
}
@media (max-width: 1600px) {
  .card-banner-slide.swiper-slide {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .card-banner-slide.swiper-slide {
    min-height: 500px;
  }
}

.card-banner-cont {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .card-banner-cont {
    padding: 70px 30px 80px;
  }
}
@media (max-width: 550px) {
  .card-banner-cont {
    padding: 70px 5px 70px;
  }
}

.card-banner {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  padding: 65px 55px;
  width: 100%;
  max-width: 730px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .card-banner {
    max-width: 720px;
  }
}
@media (max-width: 1450px) {
  .card-banner {
    max-width: 680px;
  }
}
@media (max-width: 991px) {
  .card-banner {
    max-width: 400px;
    padding: 55px 45px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .card-banner {
    padding: 45px 35px;
    background-color: rgba(255, 255, 255, 0.93);
  }
}

.card-banner--btn {
  margin-top: auto;
}

.card-banner--title {
  font-family: "argent-cf", sans-serif;
  color: #000000;
  font-size: 54px;
  font-size: 5.4rem;
  font-weight: 200;
  margin-bottom: 18px;
  line-height: 1.2;
}
@media (max-width: 1450px) {
  .card-banner--title {
    font-size: 47px;
    font-size: 4.7rem;
  }
}
@media (max-width: 1200px) {
  .card-banner--title {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .card-banner--title {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2;
  }
}

.card-banner--title-top {
  color: #000000;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 12px;
}
@media (max-width: 567px) {
  .card-banner--title-top {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.card-banner--text {
  min-height: 120px;
  margin-bottom: 25px;
}
@media (max-width: 1600px) {
  .card-banner--text {
    min-height: 100px;
  }
}
.card-banner--text p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.55;
  margin-bottom: 25px;
  letter-spacing: normal;
}
@media (max-width: 1450px) {
  .card-banner--text p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 1200px) {
  .card-banner--text p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.card-banner--text p:last-child {
  margin-bottom: 0;
}

.card-banner--imgCont {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 0;
}

.card-banner--img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .card-banner--img {
    opacity: 0.8;
  }
}

.card-banner--video {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #000;
}
.card-banner--video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-bg-cont-imagemob .card-banner--video,
.banner-bg-cont-imagedesk .card-banner--video {
  display: none;
}

.banner-bg-cont-imagedesk.banner-bg-cont-videomob .card-banner--video {
  display: block;
}
@media (min-width: 768px) {
  .banner-bg-cont-imagedesk.banner-bg-cont-videomob .card-banner--video {
    display: none;
  }
}
.banner-bg-cont-imagedesk.banner-bg-cont-videomob picture {
  display: block;
}
@media (max-width: 767px) {
  .banner-bg-cont-imagedesk.banner-bg-cont-videomob picture {
    display: none;
  }
}

.banner-bg-cont-videomob picture,
.banner-bg-cont-videodesk picture {
  display: none;
}

.banner-bg-cont-videodesk.banner-bg-cont-imagemob picture {
  display: block;
}
@media (min-width: 768px) {
  .banner-bg-cont-videodesk.banner-bg-cont-imagemob picture {
    display: none;
  }
}
.banner-bg-cont-videodesk.banner-bg-cont-imagemob .card-banner--video {
  display: block;
}
@media (max-width: 767px) {
  .banner-bg-cont-videodesk.banner-bg-cont-imagemob .card-banner--video {
    display: none;
  }
}

.text-container {
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .text-container {
    max-width: 830px;
  }
}
.text-container .container-btn {
  margin-top: 20px;
}
@media (max-width: 567px) {
  .text-container .container-btn {
    margin-top: 14px;
  }
}

.title-cont-smaller .text-container {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .title-cont-smaller .text-container {
    max-width: 600px;
  }
}

.title-text-subtitle {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 991px) {
  .title-text-subtitle {
    padding-bottom: 20px;
  }
}

.title-text-row-cont-mw {
  max-width: 800px;
  margin: 0 auto;
}

.title-text-row-wyswyg-small, .title-text-row-wyswyg-small p {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 567px) {
  .title-text-row-wyswyg-small, .title-text-row-wyswyg-small p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.title-text-row-wyswyg-md, .title-text-row-wyswyg-md p {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 567px) {
  .title-text-row-wyswyg-md, .title-text-row-wyswyg-md p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.title-text-row-wyswyg-large p {
  font-size: 24px;
  font-size: 2.4rem;
}
@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: 20px;
    font-size: 2rem;
  }
}
.title-text-row-wyswyg blockquote {
  padding: 60px 15px 60px 15px;
  background-color: #09293b;
  color: #fff;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  font-family: "argent-cf", sans-serif;
  position: relative;
}
@media (max-width: 1200px) {
  .title-text-row-wyswyg blockquote {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (max-width: 991px) {
  .title-text-row-wyswyg blockquote {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (max-width: 450px) {
  .title-text-row-wyswyg blockquote {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.title-text-row-wyswyg blockquote::before {
  content: "";
  width: 260px;
  height: 10px;
  background-color: #0277b5;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .title-text-row-wyswyg blockquote::before {
    width: 150px;
  }
}
.title-text-row-wyswyg blockquote p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 1200px) {
  .title-text-row-wyswyg blockquote p {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (max-width: 991px) {
  .title-text-row-wyswyg blockquote p {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (max-width: 450px) {
  .title-text-row-wyswyg blockquote p {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

.top-title-text-row-big {
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 1900px) {
  .top-title-text-row-big {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 567px) {
  .top-title-text-row-big {
    font-size: 20px;
    font-size: 2rem;
  }
}
.top-title-text-row-small {
  font-size: 17px;
  font-size: 1.7rem;
}
@media (max-width: 567px) {
  .top-title-text-row-small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .max-w-586 {
    max-width: 585px;
  }
}

.text-option-right {
  text-align: right;
}
.text-option-right blockquote {
  justify-content: end;
}
.text-option-right blockquote::before {
  margin-right: -15px;
}
.text-option-right blockquote p {
  margin: 0;
  text-align: right;
}

.text-option-left {
  text-align: left;
}
.text-option-left blockquote {
  justify-content: start;
}
.text-option-left blockquote::before {
  margin-left: -15px;
}
.text-option-left blockquote p {
  margin: 0;
  text-align: left;
}

.text-option-center {
  text-align: center;
}

@media (min-width: 992px) {
  .text-option-centerdesk {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .text-option-centermob {
    text-align: center;
  }
}

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

.image-row-label {
  font-size: 18px;
  font-size: 1.8rem;
  color: #808080;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .image-row-label {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 991px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .image-grid {
    column-gap: 15px;
    row-gap: 15px;
  }
}

.image-grid-span {
  grid-column-end: span 2;
}

.image-grid-row-span {
  grid-row-end: span 2;
}

.image-grid-item-cont {
  position: relative;
  display: block;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
}
.image-grid-item-cont.image-grid-item-cont-2 {
  padding-top: calc(50% - 15px);
}

.image-grid-item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.image-grid-mb-30 {
  margin-bottom: 30px;
}

.image-grid-w-100 {
  grid-column-end: span 4;
}
@media (max-width: 991px) {
  .image-grid-w-100 {
    grid-column-end: span 2;
  }
}

.image-grid-3-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}

.image-banner-with-text-container {
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .image-banner-with-text-container {
    min-height: 580px;
  }
}
@media (min-width: 1800px) {
  .image-banner-with-text-container {
    min-height: 620px;
  }
}

.image-banner-with-text-info {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .image-banner-with-text-info {
    width: 100%;
    min-height: 400px;
  }
}

.image-banner-with-text-texts-cont {
  max-width: 570px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .image-banner-with-text-texts-cont {
    width: 53%;
    max-width: 800px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .image-banner-with-text-texts-cont {
    text-align: center;
  }
}

@media (min-width: 1000px) {
  .content-center .image-banner-with-text-texts-cont.image-banner-with-text-texts-cont-big {
    width: 85%;
    max-width: 1000px;
  }
}

.image-banner-with-text-info-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 991px) {
  .image-banner-with-text-info-overlay {
    background-color: #000;
    opacity: 0.6;
  }
}

@media (min-width: 992px) {
  .content-left .image-banner-with-text-info-overlay {
    background: linear-gradient(-88deg, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.8) 80%);
  }
  .content-left .image-banner-with-text-info-overlay.image-banner-with-text-info-overlay-light {
    background: linear-gradient(-88deg, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.8) 80%);
  }
  .content-left .image-banner-with-text-texts-cont {
    align-items: start;
    text-align: left;
  }
  .content-left .image-banner-with-text-info {
    justify-content: left;
  }
}

@media (min-width: 992px) {
  .content-right .image-banner-with-text-info-overlay {
    background: linear-gradient(-88deg, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.2) 80%);
  }
  .content-right .image-banner-with-text-info-overlay.image-banner-with-text-info-overlay-light {
    background: linear-gradient(-88deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.2) 80%);
  }
  .content-right .image-banner-with-text-texts-cont {
    align-items: end;
    text-align: right;
  }
  .content-right .image-banner-with-text-info {
    justify-content: right;
  }
}

@media (min-width: 992px) {
  .content-center .image-banner-with-text-info-overlay.image-banner-with-text-info-overlay-light {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6978992281) 0%, rgba(0, 0, 0, 0.7035014689) 100%, rgba(0, 0, 0, 0.2889356426) 100%);
    align-items: center;
  }
  .content-center .image-banner-with-text-info-overlay {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.6978992281) 0%, rgba(255, 255, 255, 0.6978992281) 100%, rgba(255, 255, 255, 0.6978992281) 100%);
  }
}
.content-center .image-banner-with-text-texts-cont {
  text-align: center;
}

.image-banner-bckg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: -1;
  background-color: #fafafa;
}
.image-banner-bckg.image-banner-bckg-dark {
  background-color: #000;
}

.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-full {
  display: block;
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.sliderimage .swiper-slide {
  width: 33.3333333%;
}
.sliderimage .swiper-slide.swiper-slide-1 {
  width: 100%;
}

.imageSlider-item {
  background-color: #000;
  height: 600px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .imageSlider-item {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .imageSlider-item {
    height: 450px;
  }
}
.imageSlider-item-sqre {
  height: auto;
  padding-top: 100%;
}
.imageSlider-item-lg {
  height: auto;
  padding-top: 100%;
  width: 70%;
}

.imageSlider-figure {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
.imageSlider-figure--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.imageSlider-label {
  position: relative;
  z-index: 2;
  width: 100%;
}
.imageSlider-label-cont {
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.imageSlider-label--text {
  position: relative;
  z-index: 2;
  font-family: "soleil", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
  padding: 30px;
}
@media (max-width: 767px) {
  .imageSlider-label--text {
    padding: 25px;
    padding-bottom: 0;
  }
}

.l-collapse-item {
  border: none;
  border-top: 1px solid #ededed;
  padding-top: 30px;
  padding-bottom: 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:first-child {
  border-top: none;
}
.l-collapse-item:last-child {
  border-bottom: 1px solid #ededed;
}

.l-collapse-title {
  font-family: "argent-cf", sans-serif;
  color: #000;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 100;
  margin-bottom: 0;
  /*
  &:hover{
      color:blue;
      .l-collapse-arrow:after,
      .l-collapse-arrow:before{
          background-color: blue;
      }
  }
  */
}
@media (max-width: 1200px) {
  .l-collapse-title {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.l-collapse-title a {
  display: block;
  position: relative;
  padding-right: 35px;
  color: #3ca1d6;
}
@media (max-width: 1200px) {
  .l-collapse-title a {
    padding-right: 65px;
  }
}
@media (max-width: 991px) {
  .l-collapse-title a {
    flex-direction: column;
  }
}
@media (max-width: 567px) {
  .l-collapse-title a {
    line-height: 1;
  }
}

.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 .panel-body ul, .l-collapse-item .panel-body ol {
  list-style-position: inside;
}

.l-collapse-arrow {
  width: 15px;
  height: 15px;
  transition: all 0.3s;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
}
.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;
}

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

.text-option-center .panel-body-text {
  margin: 0 auto;
}

.highlighted-cont {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .highlighted-cont {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*Tickets SLider*/
/* ---------------- section -------------------------*/
.slider-tickets-bg-section {
  background-color: #ffffff;
}

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

.t-item-border.t-item-border-color {
  border-color: #27929f;
}

.t-itemCont-no-head-top .t-item-border.t-item-border-color {
  border-color: #000;
}

.t-item-label.t-item-label-color {
  background-color: #27929f;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}

.t-item-info--list-icon.t-item-info--list-icon-color {
  border-color: #371e06;
  background-color: #371e06;
}

.t-list-icon-default.t-item-info--list-icon.t-item-info--list-icon-color {
  border-color: #371e06;
  background-color: transparent;
}

.t-item-link.t-item-link-color {
  color: #0277b5;
}

.t-item-btn.t-item-btn-color {
  background-color: #09293b;
  text-decoration-color: transparent;
  box-shadow: none;
}

.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: #FFFFFF;
  background-color: #12222b;
  text-decoration-color: transparent;
}

.t-item-btn.t-item-btn-color .t-item-btn-detail {
  border-color: #8f7244;
}

.t-item-price.t-item-price-colo .t-item-price--text {
  color: #8f7244;
}

.t-item-price.t-item-price-color .t-item-price--n {
  color: #0277b5;
}

.t-item-price.t-item-price-colo .t-item-price--sale {
  color: #8f7244;
}

.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 #371e06 #371e06 transparent;
}

.t-swiper-arrow.t-swiper-arrow-color {
  background-color: #121412;
}

.t-swiper-arrow:hover {
  cursor: pointer;
}

/* slide */
.t-slider .swiper-slide {
  height: auto;
}
@media (min-width: 768px) {
  .t-slider .swiper-slide {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .t-slider .swiper-slide {
    width: 33.3333333%;
  }
}

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

.t-item.t-item-w {
  width: 100%;
}

.t-item-border {
  border: 1px solid transparent;
}

.t-itemCont {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: transparent;
}

.t-itemCont-dim {
  max-width: 400px;
  width: 100%;
  height: 100%;
}

.t-slider .swiper-slide > div,
.t-slider .swiper-slide > div > div {
  height: 100%;
  min-height: 100%;
  background-color: #fff;
}

@media (max-width: 767px) {
  .t-itemCont-dim {
    min-height: 300px;
  }
  .t-itemCont-no-head-top .t-itemCont-dim {
    min-height: 300px;
  }
}
/*
.t-itemCont-no-head-top{
    padding-top: 30px;
}
*/
.t-item--head-top {
  position: relative;
  width: 100%;
}

.t-item--head {
  position: relative;
  min-height: 155px;
  width: 100%;
}

.t-item--head-textcenter {
  text-align: center;
}

.t-item--head-textcenter-p {
  padding: 15px 15px 10px;
}

.t-item--body {
  position: relative;
  flex-grow: 1;
}

.t-item--body .ticket-button {
  background-color: #09293b;
  font-size: 2.1rem;
  color: #ffffff;
  font-family: "aktiv-grotesk", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 317px;
  padding: 20px;
}
.t-item--body .ticket-button:hover {
  color: #fff;
  text-decoration: none;
}

.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: "argent-cf", sans-serif;
  padding-top: 5px;
  padding-bottom: 2px;
}

/* //title */
.t-item-title-cont {
  max-width: 320px;
  margin: 0 auto;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.t-item-title-cont .t-item-title {
  font-family: "argent-cf", sans-serif;
  font-size: 3.2rem;
  margin-bottom: 10px;
  color: #000;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1700px) {
  .t-item-title-cont .t-item-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .t-item-title-cont .t-item-title {
    margin-bottom: 10px;
    font-size: 2.6rem;
  }
}

.t-item-subtext {
  line-height: 1;
  font-size: 1.8rem;
  font-family: "argent-cf", sans-serif;
  color: #151515;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* //price */
.t-item-price {
  min-height: 75px;
}

.t-item-price--text {
  font-size: 1.6rem;
  color: #151515;
  line-height: 1;
  font-family: "soleil", sans-serif;
  font-weight: 500;
  padding-bottom: 5px;
}

.t-item-price--text-italic {
  font-style: italic;
}

.t-item-price--n {
  font-size: 3.6rem;
  color: #0277b5;
  line-height: 1;
  font-weight: 700;
  font-family: "aktiv-grotesk", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}

.t-item-price--sale {
  margin-top: 5px;
  color: #121212;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.t-item-price-sign {
  font-size: 3.2rem;
  line-height: 1;
  display: inline-block;
  margin-right: 3px;
}

.t-item-price--sale .t-item-price-sign {
  font-size: 1rem;
  line-height: 1.7;
  margin-right: 2px;
}

.t-item-price--text .t-item-price-sign {
  font-size: 1rem;
  line-height: 1.5;
  margin-right: 2px;
}

/* /cta */
.t-item-cta {
  position: relative;
  z-index: 2;
  background-color: transparent;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .t-item-cta {
    margin-top: 0;
  }
}

.t-item-cta-position {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .t-item-cta-mobile.t-item-cta {
    padding-top: 7px;
    margin-top: 0;
  }
  .t-item-cta-mobile .t-item-cta-position {
    position: static;
    padding-bottom: 20px;
  }
}
/* //buton */
.t-item-btn {
  position: relative;
  display: inline-block;
  padding: 15px 18px;
  background: #000;
  color: #fff;
  min-width: 200px;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0px 15px 25px -8px rgb(60, 59, 59);
  font-family: "aktiv-grotesk", sans-serif;
}

.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: 34px 30px 0px 30px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .t-item-info-p {
    padding-top: 30px;
  }
}

/* //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: 100;
  color: #121212;
  font-family: "argent-cf", sans-serif;
  font-size: 2.2rem;
}

.t-item-info--list-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  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: 2px;
  height: 8px;
  background-color: #eeeadc;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: 0px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.t-item-info--list-icon.t-list-icon-default::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 6px;
  height: 12px;
  width: 12px;
  border: 1px solid #371e06;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t-item-info--list-icon.t-list-icon-check::after {
  content: ".";
  font-size: 0;
  color: transparent;
  width: 2px;
  height: 4px;
  background-color: #eeeadc;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 0px;
  margin-left: -4px;
  -webkit-transform: rotate(-52deg);
  -ms-transform: rotate(-52deg);
  transform: rotate(-52deg);
}

/* //media */
.t-item-media {
  position: relative;
  padding-top: 56%;
  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;
  padding-bottom: 50px;
}

.t-item-link {
  font-family: "aktiv-grotesk", sans-serif;
  padding-left: 0;
  position: relative;
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .t-item-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*---------------- slider classes ---------------------------- */
/* //arrow */
.t-swiper-arrow {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  background-color: #000;
  color: #fff;
  margin-top: -22px;
  z-index: 1;
  border: 3px solid #121412;
  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: 18px;
  width: 18px;
  margin-top: -9px;
  margin-left: -9px;
  border: 4px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t-swiper-arrow-next.t-swiper-arrow::before {
  border-color: transparent #ffffff #ffffff transparent;
  margin-left: -14px;
}

.t-swiper-arrow-prev.t-swiper-arrow::before {
  border-color: #ffffff transparent transparent #ffffff;
  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 #27929f;
  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--body .ticket-button {
    background-position: center;
    background-repeat: no-repeat;
    max-width: unset;
    font-size: 1.8rem;
  }
  .t-item--body .ticket-button:hover {
    background-size: auto;
  }
  .t-item--head {
    min-height: 180px;
  }
}
@media (max-width: 767px) {
  .t-item--body .ticket-button {
    font-size: 1.6rem;
  }
}
.title-slider-tickets {
  font-family: "soleil", sans-serif;
  line-height: 1;
  margin-bottom: 18px;
  font-size: 65px;
  font-size: 6.5rem;
  text-align: center;
  color: #0c2a50;
}

@media (max-width: 1600px) {
  .title-slider-tickets {
    font-size: 8rem;
  }
}
@media (max-width: 991px) {
  .title-slider-tickets {
    font-size: 6rem;
  }
}
@media (max-width: 600px) {
  .title-slider-tickets {
    font-size: 5.4rem;
  }
}
.title-text-row-wyswyg.slider-t-description p {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .title-text-row-wyswyg.slider-t-description p {
    margin-bottom: 10px;
  }
}

.t-item-price--text-from {
  text-transform: uppercase;
  color: #121212;
  font-weight: 700;
  font-family: "aktiv-grotesk", sans-serif;
}

.t-slider {
  overflow: hidden;
}

.item-list-container {
  display: flex;
  height: 100%;
  background-color: #fff;
}

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

.item-group-slider .swiper-slide {
  height: auto;
  width: 33.3333333%;
}
@media (max-width: 991px) {
  .item-group-slider .swiper-slide {
    width: 100%;
  }
}

.item-list-desc-container {
  width: 100%;
  height: 100%;
  padding: 30px 32px 37px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .item-list-desc-container {
    padding: 24px 25px 33px;
  }
}
.item-list-desc-container .container-btn {
  margin-top: auto;
}

.item-list-desc-title {
  font-family: "argent-cf", sans-serif;
  font-size: 37px;
  font-size: 3.7rem;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 100;
}
@media (max-width: 1700px) {
  .item-list-desc-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media (max-width: 1200px) {
  .item-list-desc-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (max-width: 991px) {
  .item-list-desc-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.item-list-desc-title.item-list-desc-title-mb {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .item-list-desc-title.item-list-desc-title-mb {
    margin-bottom: 25px;
  }
}

.item-list-desc-p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  line-height: 1.2;
}

.item-list-desc-p-xl {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 1700px) {
  .item-list-desc-p-xl {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .item-list-desc-p-xl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.item-group-info-cont {
  position: relative;
  z-index: 1;
}
.item-group-info-cont.item-group-info-cont-pt {
  padding-top: 20%;
}
@media (max-width: 767px) {
  .item-group-info-cont.item-group-info-cont-pt {
    padding-top: 60%;
  }
}
@media (max-width: 450px) {
  .item-group-info-cont.item-group-info-cont-pt {
    padding-top: 40%;
  }
}

.item-group-bg-cont {
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.item-group-bgslider {
  height: 100%;
}

.swiper-slide.item-group-slide {
  height: 100%;
}

.item-group-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(244, 239, 236);
}
.item-group-slide-bg.item-group-slide-bg-dark {
  background: #021c2d;
}
.item-group-slide-bg--gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60%;
  width: 100%;
  z-index: 2;
  background: rgb(244, 239, 236);
  background: linear-gradient(0deg, rgb(244, 239, 236) 0%, rgb(244, 239, 236) 50%, rgba(244, 239, 236, 0.779131721) 80%, rgba(244, 239, 236, 0.6782913849) 85%, rgba(244, 239, 236, 0) 96%);
}
.item-group-slide-bg.item-group-slide-bg-dark .item-group-slide-bg--gradient {
  background: #021c2d;
  background: linear-gradient(0deg, rgb(2, 28, 45) 0%, rgb(2, 28, 45) 50%, rgba(2, 28, 45, 0.779131721) 80%, rgba(2, 28, 45, 0.6782913849) 85%, rgba(2, 28, 45, 0) 96%);
}
.item-group-slide-bg--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 60%;
}
@media (max-width: 767px) {
  .item-group-slide-bg--img {
    padding-top: 120%;
  }
}
@media (max-width: 450px) {
  .item-group-slide-bg--img {
    padding-top: 100%;
  }
}
.item-group-slide-bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 1;
}

.item-listimg-col {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .item-listimg-col {
    margin-bottom: 30px;
  }
}
.item-listimg-col:nth-last-child(1) {
  margin-bottom: 0;
}
.item-listimg-col:nth-last-child(2) {
  margin-bottom: 0;
}
.item-listimg-col:nth-last-child(3) {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .item-listimg-col:nth-last-child(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .item-listimg-col:nth-last-child(5) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .item-listimg-col:nth-last-child(6) {
    margin-bottom: 0;
  }
}

.item-listimg-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  align-items: center;
}

.item-listimg-img-container {
  position: relative;
  width: 100%;
}

.item-listimg-picture {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 32.1%;
  width: 45.8%;
  margin: 0 auto;
}
.item-listimg-picture.item-listimg-picture-rounded {
  border-radius: 100%;
  padding-top: 33%;
  width: 33%;
}
.item-listimg-picture.item-listimg-picture-lg {
  padding-top: 50%;
  width: 85%;
}
.item-listimg-picture.item-listimg-picture-lg.item-listimg-picture-rounded {
  padding-top: 50%;
  width: 50%;
}
.item-listimg-picture .item-listimg-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.item-listimg-picture.item-listimg-picture-rounded .item-listimg-image {
  object-fit: cover;
}

.item-listimg-desc-container {
  padding: 15px 20px 0px 20px;
  max-width: 300px;
  margin-bottom: 0px;
}

.item-listimg-desc-title {
  font-family: "argent-cf", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 1200px) {
  .item-listimg-desc-title {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 1500px) {
  .item-listimg-desc-title {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 1600px) {
  .item-listimg-desc-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 1700px) {
  .item-listimg-desc-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.item-listimg-detail {
  background-color: #ccc;
  height: 15px;
  width: 15px;
  display: block;
  border-radius: 100%;
}
.item-listimg-detail.item-listimg-detail-algin-b {
  margin-top: auto;
}

.footer-logo-figure {
  max-width: 80px;
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 1550px) {
  .footer-logo-figure {
    max-width: 80px;
  }
}
@media (max-width: 991px) {
  .footer-logo-figure {
    margin-bottom: 40px;
  }
}

.text-cont p, .text-social p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  padding-bottom: 40px;
  line-height: 1.5;
  padding-top: 0px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .text-cont p, .text-social p {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .footer-reorder-row {
    flex-direction: column;
  }
  .footer-reorder-row .footer-reorder-row-first {
    order: -1;
    margin-bottom: 50px;
  }
}

.footer-title-regular {
  display: block;
  font-family: "argent-cf", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 100;
  margin-bottom: 35px;
}
@media (max-width: 1600px) {
  .footer-title-regular {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .footer-title-regular {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media (max-width: 991px) {
  .footer-title-regular {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .footer-title-regular {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

@media (min-width: 992px) {
  .footer-lg-mb-col {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .footer-title-regular.footer-title-regular-collpase-link {
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .footer-title-regular.footer-title-regular-collpase-link {
    position: relative;
  }
  .footer-title-regular.footer-title-regular-collpase-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    height: 14px;
    margin-top: -6px;
    width: 2px;
    background-color: #fff;
    display: none;
  }
  .footer-title-regular.footer-title-regular-collpase-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 2px;
    width: 15px;
    background-color: #fff;
  }
  .footer-title-regular.footer-title-regular-collpase-link.collapsed::before {
    display: block;
  }
}

.footer-title-lg {
  font-family: "soleil", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}

.footer-link.btn-link {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 1550px) {
  .footer-link.btn-link {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.text-copyright p,
.text-ada p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  .text-copyright p,
  .text-ada p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.text-copyright a,
.text-ada a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .text-copyright,
  .text-ada {
    max-width: 300px;
  }
}
.text-copyright a,
.text-ada a {
  color: #fff;
}

.bg-grey-dark {
  background-color: #222222;
}

.bg-red {
  background-color: #742a2a;
}

.footer-bg {
  background-color: #fff;
}

.footer-row-mt-auto {
  margin-top: auto;
}

.footer-col3-mb {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .footer-col3-mb {
    margin-bottom: 50px;
  }
}

.footer-sep-section {
  border: none;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
  .footer-collapse-only-desk.collapsing,
  .footer-collapse-only-desk.collapse {
    display: block !important;
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  footer .text-wyswyg, footer .title-text-row-wyswyg, footer .text-cont, footer .text-social, footer .text-copyright,
  footer .text-ada {
    max-width: 320px;
  }
}
footer .text-ada {
  max-width: 100%;
}
footer .footer-link.btn-link {
  padding-right: 0;
  font-family: "aktiv-grotesk", sans-serif;
  border-bottom: none;
  text-decoration: underline;
}
@media (min-width: 992px) {
  footer .footer-link.btn-link {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .breadcrumbs-mb {
    margin-bottom: 20px;
  }
}

.breadcrumb {
  background-color: transparent;
  color: #717171;
  font-family: "soleil", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
  padding: 30px 0 15px;
  justify-content: center;
}
@media (max-width: 991px) {
  .breadcrumb {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.breadcrumb span span:first-child a {
  text-decoration: underline;
}
.breadcrumb a {
  color: #717171;
}

.box-links-cont-style {
  text-align: right;
  color: #fff;
}

.box-links-cont {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .box-links-cont {
    display: none !important;
  }
}

.box-links-title {
  color: #1d5c82;
  font-family: "argent-cf", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-size: 32px;
  line-height: 40px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .box-links-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.box-links-link {
  font-family: "argent-cf", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .box-links-link {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.box-links-cont-style .box-links-link {
  color: #fff;
}

.video-link {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 500px;
}
.video-link img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab-block-nav {
  display: flex;
  align-content: stretch;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .tab-block-nav {
    flex-direction: column;
  }
}
.tab-block-nav--link {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  text-transform: uppercase;
  color: #afafaf;
  font-family: "argent-cf", sans-serif;
  font-weight: 500;
  background-color: #ededed;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  .tab-block-nav--link {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 20px;
  }
}
.tab-block-nav--link:hover {
  text-decoration: none;
  background-color: #e2e2e2;
}
.tab-block-nav--link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 3px;
  background-color: #ccc;
  opacity: 0;
}
.tab-block-nav--link.active {
  background-color: #0b2040;
  color: #fff;
}
.tab-block-nav--link.active::before {
  opacity: 1;
}

.tab-content-p {
  padding-bottom: 70px;
}

.tab-content-text-mb {
  margin-bottom: 60px;
}

.homepass-img-col .img-content-row-block {
  min-height: 100%;
}
.homepass-img-col img {
  margin: 0;
}
.homepass-img-col div {
  margin: 0 !important;
}

@media (min-width: 1200px) {
  .homepass-img-col-order-first {
    order: -1;
  }
}

.homepass-text-cont {
  padding: 30px 50px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1400px) {
  .homepass-text-cont {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .homepass-text-cont {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}

.homepass-text-cont-bg {
  background-color: #0f77b5;
}

.homepass-cont {
  background-image: url("../images/bg-square.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
@media (max-width: 1400px) {
  .homepass-cont .title {
    margin-bottom: 10px;
  }
}
.homepass-cont .btn {
  background-color: #ffffff;
  color: #000000;
  margin-top: 25px;
}
@media (max-width: 1400px) {
  .homepass-cont .btn {
    margin-top: 10px;
  }
}

.homepass-input {
  height: 56px;
  padding-left: 15px;
  background-color: #375061;
  border-color: transparent;
  -webkit-box-shadow: none;
  color: #9BAAB2;
  font-size: 20px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 18px;
}

.homepass-text-cont .btn-link {
  margin-top: 20px;
}

.modal-full-w.modal {
  padding: 0 !important;
}
.modal-full-w.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
}

.modal-content.modal-content-teams {
  padding-top: 121px;
  padding-bottom: 60px;
  min-height: 100%;
}
@media (max-width: 1400px) {
  .modal-content.modal-content-teams {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.modal-content.modal-content-teams .modal-team-info {
  padding-right: 150px;
}
@media (max-width: 1400px) {
  .modal-content.modal-content-teams .modal-team-info {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .modal-content.modal-content-teams .modal-team-info {
    padding-right: 0;
  }
}
.modal-content.modal-content-teams .modal-team-title {
  font-size: 72px;
  font-size: 7.2rem;
  max-width: 360px;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "argent-cf", sans-serif;
  font-weight: 100;
  margin-bottom: 44px;
  color: #09293b;
}
@media (max-width: 1400px) {
  .modal-content.modal-content-teams .modal-team-title {
    font-size: 52px;
    font-size: 5.2rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .modal-content.modal-content-teams .modal-team-title {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.modal-content.modal-content-teams .modal-team-jobposition {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 40px;
  color: #09293b;
}
@media (max-width: 1400px) {
  .modal-content.modal-content-teams .modal-team-jobposition {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.modal-content.modal-content-teams .close-link {
  color: #0277b5;
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .modal-content.modal-content-teams .close-link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.modal-content.modal-content-teams .modal-social {
  color: #09293b;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.modal-content.modal-content-teams .modal-social-text {
  font-size: 24px;
  font-size: 2.4rem;
}
.modal-content.modal-content-teams .list-link {
  margin-left: 45px;
}
.modal-content.modal-content-teams .list-link li a {
  color: #1f4fa2;
}
.modal-content.modal-content-teams .list-link li a:hover {
  color: #1f4fa2;
}
@media (max-width: 767px) {
  .modal-content.modal-content-teams .modal-image {
    margin-bottom: 30px;
  }
}
.modal-content.modal-content-teams .modal-description {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
@media (max-width: 1400px) {
  .modal-content.modal-content-teams .modal-description {
    padding-top: 20px;
    padding-bottom: 14px;
  }
}

.modal-close .close {
  width: 57px;
  height: 57px;
  background-color: #09293b;
  border-radius: 50%;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  margin-bottom: 34px;
}
@media (max-width: 1400px) {
  .modal-close .close {
    width: 37px;
    height: 37px;
    margin-bottom: 20px;
  }
}
.modal-close .close:before, .modal-close .close:after {
  content: "";
  position: absolute;
  left: 15px;
  height: 33px;
  width: 2px;
  background-color: #fff;
  left: 27px;
}
@media (max-width: 1400px) {
  .modal-close .close:before, .modal-close .close:after {
    height: 21px;
    left: 18px;
  }
}
.modal-close .close:before {
  transform: rotate(45deg);
}
.modal-close .close:after {
  transform: rotate(-45deg);
}

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

.modal-image {
  position: relative;
  display: block;
  width: 100%;
  background-color: #ccc;
  background-size: 160px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 120%;
}
.modal-image.card-imgfull-img-cont-placeholder {
  background-image: url("../images/placeholder.png");
}
.modal-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  background: rgb(62, 119, 181);
  background: linear-gradient(180deg, rgba(62, 119, 181, 0) 0%, rgba(62, 119, 181, 0.1684874633) 11%, rgba(62, 119, 181, 0.4878151944) 31%, rgba(62, 119, 181, 0.672689144) 55%, rgba(62, 119, 181, 0.8575630936) 80%, rgb(62, 119, 181) 100%);
  z-index: 2;
}

@media (max-width: 991px) {
  .anima-header-intro {
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    padding-top: 25px;
  }
}

@media (max-width: 991px) {
  .header-slider-video-btn-cont {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
  }
}

@media (max-width: 991px) {
  .header-slider-bg-gradient,
  .header-title {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media (min-width: 992px) {
  .header-slider-video-btn-anima .swiper-slide {
    opacity: 0;
    -webkit-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
.header-slider-video-btn-anima .swiper-slide:nth-child(1) {
  transition-delay: 0.1s;
}
.header-slider-video-btn-anima .swiper-slide:nth-child(2) {
  transition-delay: 0.2s;
}
.header-slider-video-btn-anima .swiper-slide:nth-child(3) {
  transition-delay: 0.3s;
}
.header-slider-video-btn-anima .swiper-slide:nth-child(4) {
  transition-delay: 0.4s;
}
.header-slider-video-btn-anima .swiper-slide:nth-child(5) {
  transition-delay: 0.5s;
}
.header-slider-video-btn-anima .swiper-slide:nth-child(6) {
  transition-delay: 0.6s;
}
.header-slider-video-btn-anima .swiper-slide:nth-child(7) {
  transition-delay: 0.7s;
}
.header-slider-video-btn-anima .swiper-slide:nth-child(8) {
  transition-delay: 0.8s;
}
@media (min-width: 992px) {
  .header-slider-video-btn-anima.header-slider-video-btn-anima-in .swiper-slide {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  .animation-header {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0.7s;
    -o-transition: all 0.5s ease-in-out 0.7s;
    transition: all 0.5s ease-in-out 0.7s;
  }
  .animation-header .anima-header-intro {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 1.5s;
    -o-transition: all 0.5s ease-in-out 1.5s;
    transition: all 0.5s ease-in-out 1.5s;
  }
  .anima-show-init .animation-header {
    opacity: 1;
  }
  .anima-show-init .animation-header .anima-header-intro {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .anima-show .header-title {
    opacity: 0;
  }
  .anima-show .anima-header-intro {
    opacity: 1;
    -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 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
  }
  .anima-show .header-slider-video-btn-cont {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .anima-show .header-slider-bg-gradient {
    height: 100%;
  }
}

.sliderTitleJS .title,
.sliderTitleJS .title-text-row-wyswyg p {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.temperature-display {
  position: relative;
}
.temperature-display::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.target-display-loader {
  position: relative;
}
.target-display-loader::before {
  height: 24px;
}

@-webkit-keyframes loadweatheranimation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@-moz-keyframes loadweatheranimation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes loadweatheranimation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
.animatext-container {
  display: inline-block;
  position: relative;
  min-width: 40px;
  min-height: 1px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .animatext-container {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 140px;
    margin-top: 10px;
  }
}
@media (max-width: 450px) {
  .animatext-container {
    height: 100px;
    margin-top: 10px;
  }
}
.animatext-container > span, .animatext-container > div {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(10px, -65%, 0);
  -ms-transform: translate3d(10px, -65%, 0);
  transform: translate3d(10px, -65%, 0);
}
@media (max-width: 991px) {
  .animatext-container > span, .animatext-container > div {
    left: 50%;
    -webkit-transform: translate3d(-50%, -65%, 0);
    -ms-transform: translate3d(-50%, -65%, 0);
    transform: translate3d(-50%, -65%, 0);
  }
}
.animatext-container > span.animatext-container-width-2, .animatext-container > div.animatext-container-width-2 {
  -webkit-transform: translate3d(10px, -78%, 0);
  -ms-transform: translate3d(10px, -78%, 0);
  transform: translate3d(10px, -78%, 0);
}
@media (max-width: 991px) {
  .animatext-container > span.animatext-container-width-2, .animatext-container > div.animatext-container-width-2 {
    left: 50%;
    -webkit-transform: translate3d(-50%, -78%, 0);
    -ms-transform: translate3d(-50%, -78%, 0);
    transform: translate3d(-50%, -78%, 0);
  }
}
.animatext-container > span.animatext-container-width-3, .animatext-container > div.animatext-container-width-3 {
  -webkit-transform: translate3d(0px, -75%, 0);
  -ms-transform: translate3d(0px, -75%, 0);
  transform: translate3d(0px, -75%, 0);
}
@media (max-width: 991px) {
  .animatext-container > span.animatext-container-width-3, .animatext-container > div.animatext-container-width-3 {
    left: 50%;
    -webkit-transform: translate3d(-50%, -75%, 0);
    -ms-transform: translate3d(-50%, -75%, 0);
    transform: translate3d(-50%, -75%, 0);
  }
}
.animatext-container > span.animatext-container-width-4, .animatext-container > div.animatext-container-width-4 {
  -webkit-transform: translate3d(-10px, -55%, 0);
  -ms-transform: translate3d(-10px, -55%, 0);
  transform: translate3d(-10px, -55%, 0);
}
@media (max-width: 991px) {
  .animatext-container > span.animatext-container-width-4, .animatext-container > div.animatext-container-width-4 {
    left: 50%;
    -webkit-transform: translate3d(-50%, -55%, 0);
    -ms-transform: translate3d(-50%, -55%, 0);
    transform: translate3d(-50%, -55%, 0);
  }
}

.animatext-container-width-1 {
  width: 240px;
}
@media (max-width: 1450px) {
  .animatext-container-width-1 {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .animatext-container-width-1 {
    width: 150px;
  }
}
@media (max-width: 450px) {
  .animatext-container-width-1 {
    width: 145px;
  }
}

.animatext-container-width-2 {
  width: 145px;
}
@media (max-width: 1450px) {
  .animatext-container-width-2 {
    width: 115px;
  }
}
@media (max-width: 1200px) {
  .animatext-container-width-2 {
    width: 95px;
  }
}
@media (max-width: 450px) {
  .animatext-container-width-2 {
    width: 80px;
  }
}

.animatext-container-width-3 {
  width: 450px;
}
@media (max-width: 1450px) {
  .animatext-container-width-3 {
    width: 370px;
  }
}
@media (max-width: 1200px) {
  .animatext-container-width-3 {
    width: 280px;
  }
}
@media (max-width: 450px) {
  .animatext-container-width-3 {
    width: 260px;
  }
}

.animatext-container-width-4 {
  width: 277px;
}
@media (max-width: 1450px) {
  .animatext-container-width-4 {
    width: 227px;
  }
}
@media (max-width: 1200px) {
  .animatext-container-width-4 {
    width: 190px;
  }
}
@media (max-width: 450px) {
  .animatext-container-width-4 {
    width: 165px;
  }
}

.animatextitemJS {
  display: none;
}
.animatextitemJS.animatext-in {
  display: block;
}
.animatextitemJS.animatext-out {
  display: block;
}

.animatext-path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1850 2000;
  stroke-dashoffset: 1851;
  transition: 5s linear;
}
@media (max-width: 1450px) {
  .animatext-path {
    stroke-width: 15px;
  }
}

.animatext-path {
  animation: strokeOffset 1.2s linear forwards;
}

.animatext-path.animatext-path-delay1 {
  animation-delay: 0.2s;
}

.animatext-path.animatext-path-delay2 {
  animation-delay: 0.4s;
}

.animatext-path.animatext-path-delay3 {
  animation-delay: 0.6s;
}

.animatext-path.animatext-path-delay4 {
  animation-delay: 0.8s;
}

.animatext-path.animatext-path-delay5 {
  animation-delay: 0.9s;
}

.animatext-path.animatext-path-delay6 {
  animation-delay: 1.1s;
}

.animatext-path.animatext-path-delay7 {
  animation-delay: 1.2s;
}

.animatext-path.animatext-path-delay8 {
  animation-delay: 1.4s;
}

@keyframes strokeOffset {
  to {
    stroke-dashoffset: 0;
  }
}
.animatext-out .animatext-path {
  display: block;
  stroke-dashoffset: 1;
  animation: strokeOffsetout 1.2s linear forwards;
  animation-delay: 0 !important;
}

@keyframes strokeOffsetout {
  to {
    stroke-dashoffset: 1851;
  }
}
@media (min-width: 768px) {
  .anima-show.anima-ap-opacity {
    opacity: 0;
    -webkit-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
  }
}
@media (min-width: 768px) {
  .anima-show.anima-ap-opacity.anima-show-in {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .anima-show.anima-row > div {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .anima-show.anima-row.anima-show-in > div {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .anima-show.anima-row-hz > div {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0px, 0);
    -ms-transform: translate3d(-30px, 0px, 0);
    transform: translate3d(-30px, 0px, 0);
    -webkit-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .anima-show.anima-row-hz.anima-show-in > div {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .content-right .anima-show.anima-row-hz > div {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0px, 0);
    -ms-transform: translate3d(30px, 0px, 0);
    transform: translate3d(30px, 0px, 0);
    -webkit-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .content-right .anima-show.anima-row-hz.anima-show-in > div {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .content-center .anima-show.anima-row-hz > div {
    opacity: 0;
    -webkit-transform: translate3d(0px, 30px, 0);
    -ms-transform: translate3d(0px, 30px, 0);
    transform: translate3d(0px, 30px, 0);
    -webkit-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .content-center .anima-show.anima-row-hz.anima-show-in > div {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .anima-show.anima-title .text-option-cont {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
  }
}
@media (min-width: 768px) {
  .anima-show.anima-title.anima-show-in .text-option-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .anima-show.anima-card-slide .swiper-slide > div {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.anima-show.anima-card-slide .swiper-slide:nth-child(2) > div {
  transition-delay: 0.2s;
}
.anima-show.anima-card-slide .swiper-slide:nth-child(3) > div {
  transition-delay: 0.3s;
}
.anima-show.anima-card-slide .swiper-slide:nth-child(4) > div {
  transition-delay: 0.4s;
}
.anima-show.anima-card-slide .swiper-slide:nth-child(5) > div {
  transition-delay: 0.5s;
}
@media (min-width: 768px) {
  .anima-show.anima-card-slide.anima-show-in .swiper-slide > div {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .anima-show.anima-card > div {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 992px) {
  .anima-show.anima-card.col-lg-6:nth-child(even) > div {
    transition-delay: 0.2s;
  }
}
@media (min-width: 1200px) {
  .anima-show.anima-card.col-xl-4.anima-card-1 > div, .anima-show.anima-card.col-xl-4.anima-card-4 > div, .anima-show.anima-card.col-xl-4.anima-card-7 > div, .anima-show.anima-card.col-xl-4.anima-card-10 > div, .anima-show.anima-card.col-xl-4.anima-card-13 > div, .anima-show.anima-card.col-xl-4.anima-card-16 > div, .anima-show.anima-card.col-xl-4.anima-card-19 > div {
    transition-delay: 0.2s;
  }
  .anima-show.anima-card.col-xl-4.anima-card-2 > div, .anima-show.anima-card.col-xl-4.anima-card-5 > div, .anima-show.anima-card.col-xl-4.anima-card-8 > div, .anima-show.anima-card.col-xl-4.anima-card-11 > div, .anima-show.anima-card.col-xl-4.anima-card-14 > div, .anima-show.anima-card.col-xl-4.anima-card-17 > div, .anima-show.anima-card.col-xl-4.anima-card-20 > div {
    transition-delay: 0.3s;
  }
}
.anima-show.anima-card.anima-show-in > div {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .anima-show .anima-list {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 576px) {
  .anima-show.col-sm-3 .anima-list.anima-list-1, .anima-show.col-sm-3 .anima-list.anima-list-5, .anima-show.col-sm-3 .anima-list.anima-list-9, .anima-show.col-sm-3 .anima-list.anima-list-13, .anima-show.col-sm-3 .anima-list.anima-list-17, .anima-show.col-sm-3 .anima-list.anima-list-21, .anima-show.col-sm-3 .anima-list.anima-list-25, .anima-show.col-sm-3 .anima-list.anima-list-29, .anima-show.col-sm-3 .anima-list.anima-list-33, .anima-show.col-sm-3 .anima-list.anima-list-37 {
    transition-delay: 0.2s;
  }
  .anima-show.col-sm-3 .anima-list.anima-list-2, .anima-show.col-sm-3 .anima-list.anima-list-6, .anima-show.col-sm-3 .anima-list.anima-list-10, .anima-show.col-sm-3 .anima-list.anima-list-14, .anima-show.col-sm-3 .anima-list.anima-list-18, .anima-show.col-sm-3 .anima-list.anima-list-22, .anima-show.col-sm-3 .anima-list.anima-list-26, .anima-show.col-sm-3 .anima-list.anima-list-30, .anima-show.col-sm-3 .anima-list.anima-list-34, .anima-show.col-sm-3 .anima-list.anima-list-38 {
    transition-delay: 0.3s;
  }
  .anima-show.col-sm-3 .anima-list.anima-list-3, .anima-show.col-sm-3 .anima-list.anima-list-7, .anima-show.col-sm-3 .anima-list.anima-list-11, .anima-show.col-sm-3 .anima-list.anima-list-15, .anima-show.col-sm-3 .anima-list.anima-list-19, .anima-show.col-sm-3 .anima-list.anima-list-23, .anima-show.col-sm-3 .anima-list.anima-list-27, .anima-show.col-sm-3 .anima-list.anima-list-31, .anima-show.col-sm-3 .anima-list.anima-list-35, .anima-show.col-sm-3 .anima-list.anima-list-39 {
    transition-delay: 0.4s;
  }
  .anima-show.col-sm-3 .anima-list.anima-list-4, .anima-show.col-sm-3 .anima-list.anima-list-8, .anima-show.col-sm-3 .anima-list.anima-list-12, .anima-show.col-sm-3 .anima-list.anima-list-16, .anima-show.col-sm-3 .anima-list.anima-list-20, .anima-show.col-sm-3 .anima-list.anima-list-24, .anima-show.col-sm-3 .anima-list.anima-list-28, .anima-show.col-sm-3 .anima-list.anima-list-32, .anima-show.col-sm-3 .anima-list.anima-list-36, .anima-show.col-sm-3 .anima-list.anima-list-40 {
    transition-delay: 0.5s;
  }
  .anima-show.col-sm-3 .anima-list.anima-list-5, .anima-show.col-sm-3 .anima-list.anima-list-9, .anima-show.col-sm-3 .anima-list.anima-list-13, .anima-show.col-sm-3 .anima-list.anima-list-17, .anima-show.col-sm-3 .anima-list.anima-list-21, .anima-show.col-sm-3 .anima-list.anima-list-25, .anima-show.col-sm-3 .anima-list.anima-list-29, .anima-show.col-sm-3 .anima-list.anima-list-33, .anima-show.col-sm-3 .anima-list.anima-list-37, .anima-show.col-sm-3 .anima-list.anima-list-41 {
    transition-delay: 0.6s;
  }
}
@media (min-width: 992px) {
  .anima-show.col-lg-2 .anima-list.anima-list-0, .anima-show.col-lg-2 .anima-list.anima-list-6, .anima-show.col-lg-2 .anima-list.anima-list-12, .anima-show.col-lg-2 .anima-list.anima-list-18, .anima-show.col-lg-2 .anima-list.anima-list-24, .anima-show.col-lg-2 .anima-list.anima-list-30, .anima-show.col-lg-2 .anima-list.anima-list-36 {
    transition-delay: 0s;
  }
  .anima-show.col-lg-2 .anima-list.anima-list-1, .anima-show.col-lg-2 .anima-list.anima-list-7, .anima-show.col-lg-2 .anima-list.anima-list-13, .anima-show.col-lg-2 .anima-list.anima-list-19, .anima-show.col-lg-2 .anima-list.anima-list-25, .anima-show.col-lg-2 .anima-list.anima-list-31, .anima-show.col-lg-2 .anima-list.anima-list-37 {
    transition-delay: 0.2s;
  }
  .anima-show.col-lg-2 .anima-list.anima-list-2, .anima-show.col-lg-2 .anima-list.anima-list-8, .anima-show.col-lg-2 .anima-list.anima-list-14, .anima-show.col-lg-2 .anima-list.anima-list-20, .anima-show.col-lg-2 .anima-list.anima-list-26, .anima-show.col-lg-2 .anima-list.anima-list-32, .anima-show.col-lg-2 .anima-list.anima-list-38 {
    transition-delay: 0.3s;
  }
  .anima-show.col-lg-2 .anima-list.anima-list-3, .anima-show.col-lg-2 .anima-list.anima-list-9, .anima-show.col-lg-2 .anima-list.anima-list-15, .anima-show.col-lg-2 .anima-list.anima-list-21, .anima-show.col-lg-2 .anima-list.anima-list-27, .anima-show.col-lg-2 .anima-list.anima-list-33, .anima-show.col-lg-2 .anima-list.anima-list-39 {
    transition-delay: 0.4s;
  }
  .anima-show.col-lg-2 .anima-list.anima-list-4, .anima-show.col-lg-2 .anima-list.anima-list-10, .anima-show.col-lg-2 .anima-list.anima-list-16, .anima-show.col-lg-2 .anima-list.anima-list-22, .anima-show.col-lg-2 .anima-list.anima-list-28, .anima-show.col-lg-2 .anima-list.anima-list-34, .anima-show.col-lg-2 .anima-list.anima-list-40 {
    transition-delay: 0.5s;
  }
  .anima-show.col-lg-2 .anima-list.anima-list-5, .anima-show.col-lg-2 .anima-list.anima-list-11, .anima-show.col-lg-2 .anima-list.anima-list-17, .anima-show.col-lg-2 .anima-list.anima-list-23, .anima-show.col-lg-2 .anima-list.anima-list-29, .anima-show.col-lg-2 .anima-list.anima-list-35, .anima-show.col-lg-2 .anima-list.anima-list-41 {
    transition-delay: 0.6s;
  }
}
.anima-show.anima-show-in .anima-list {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.btn.loadmore-searching,
.loadmore-searching {
  pointer-events: none;
  background-color: #006093;
  color: #fff;
  position: relative;
}
.btn.loadmore-searching::before,
.loadmore-searching::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  height: 10px;
  width: 10px;
  background-color: #EC1E25;
  border-radius: 100%;
  -webkit-animation: loaderanimation 1s normal linear infinite;
}
@media (max-width: 991px) {
  .btn.loadmore-searching::before,
  .loadmore-searching::before {
    right: 10px;
    height: 8px;
    width: 8px;
    margin-top: -4px;
  }
}

@-webkit-keyframes loaderanimation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -o-transform: scale(1.9);
    transform: scale(1.9);
  }
}
@-moz-keyframes loaderanimation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -o-transform: scale(1.9);
    transform: scale(1.9);
  }
}
@keyframes loaderanimation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -o-transform: scale(1.9);
    transform: scale(1.9);
  }
}
.loadmore-animation {
  opacity: 1;
  -webkit-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.loadmore-animation-items {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* LAYOUTS - Page layout styles */

/*# sourceMappingURL=main.css.map */
