/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #ff971f;
  --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;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
}

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

body {
  color: #212529;
  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: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

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

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

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

p {
  margin-bottom: 1rem;
  margin-top: 0;
  color: #00050e;
}

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

address {
  font-style: normal;
  line-height: inherit;
}

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

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

ol ol,
ol ul,
ul ol,
ul ul {
  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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
}

img,
svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote {
  font-size: 2rem;
  margin-bottom: 0.1rem;
}

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

.blockquote-footer:before {
  content: "\2014\00A0";
}

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

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.25rem;
}

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

@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,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  color: #212529;
  margin-bottom: 0.1rem;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark td,
.table-dark th,
.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: hsla(0, 0%, 100%, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, 0.075);
  color: #fff;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }

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

@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }

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

@media (max-width: 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }

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

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }

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

.table-responsive {
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: auto;
  width: 100%;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
}

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

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

.custom-select.is-valid,
.was-validated .custom-select:valid {
  background:
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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);
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
}

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

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

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

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

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

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

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
}

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

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

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  background:
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .form-inline label {
    justify-content: center;
  }

  .form-inline .form-group,
  .form-inline label {
    align-items: center;
    display: flex;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }

  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: auto;
  }

  .form-inline .form-check-input {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0.25rem;
    margin-top: 0;
    position: relative;
  }
}

.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  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;
  user-select: none;
  vertical-align: middle;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

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

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

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

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

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

.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 {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}

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

.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 {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

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

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}

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

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

.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 hsla(208, 6%, 54%, 0.5);
}

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

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

.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 {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

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

.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 {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

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

.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 {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

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

.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 {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

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

.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 {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

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

.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 {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

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

.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 {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

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

.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 {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}

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

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}

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

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

.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 hsla(220, 4%, 85%, 0.5);
}

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

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

.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 {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

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

.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 {
  border-color: #007bff;
  color: #007bff;
}

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

.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 {
  background-color: transparent;
  color: #007bff;
}

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

.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 {
  border-color: #6c757d;
  color: #6c757d;
}

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}

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

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

.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 hsla(208, 7%, 46%, 0.5);
}

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

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

.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 {
  background-color: transparent;
  color: #28a745;
}

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

.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 {
  border-color: #17a2b8;
  color: #17a2b8;
}

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

.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 {
  background-color: transparent;
  color: #17a2b8;
}

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

.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 {
  border-color: #ffc107;
  color: #ffc107;
}

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

.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 {
  background-color: transparent;
  color: #ffc107;
}

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

.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 {
  border-color: #dc3545;
  color: #dc3545;
}

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

.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 {
  background-color: transparent;
  color: #dc3545;
}

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

.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 {
  border-color: #f8f9fa;
  color: #f8f9fa;
}

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

.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 {
  background-color: transparent;
  color: #f8f9fa;
}

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

.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 {
  border-color: #343a40;
  color: #343a40;
}

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

.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 {
  background-color: transparent;
  color: #343a40;
}

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

.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 {
  color: #007bff;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

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

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

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

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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 {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    left: 0;
    right: auto;
  }

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

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    left: 0;
    right: auto;
  }

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

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    left: 0;
    right: auto;
  }

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

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    left: 0;
    right: auto;
  }

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

.dropup .dropdown-menu {
  bottom: 100%;
  margin-bottom: 0.125rem;
  margin-top: 0;
  top: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

.custom-file {
  display: inline-block;
  margin-bottom: 0;
}

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

.custom-file-input {
  margin: 0;
  opacity: 0;
  z-index: 2;
}

.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,
.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 {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  left: 0;
  z-index: 1;
}

.custom-file-label,
.custom-file-label:after {
  color: #495057;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
}

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

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

.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 {
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}

@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 {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}

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

@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 {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}

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

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

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

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

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

.custom-range::-ms-fill-upper {
  margin-right: 15px;
}

.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-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-file-label,
  .custom-select {
    transition: none;
  }
}

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

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

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

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

.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:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

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

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

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

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

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

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

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

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

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

.navbar {
  padding: 0.05rem 0.1rem;
  position: relative;
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  font-size: 2rem;
  line-height: inherit;
  margin-right: 0.1rem;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

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

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

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

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

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

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

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

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

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

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

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

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

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

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

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

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

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

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

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

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

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

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

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

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

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

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

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

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

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

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

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

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}

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

.navbar-dark .navbar-toggler {
  border-color: hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}

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

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

.card > hr {
  margin-left: 0;
  margin-right: 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-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

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

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

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

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

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

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

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

.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 {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
}

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

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

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

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

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

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

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

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

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

  .card-deck .card {
    flex: 1 0 0%;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

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

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

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

  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

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

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  font-size: 1.2rem;
  height: 1rem;
}

.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px;
}

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

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

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

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-left-width: 0;
  border-top-width: 1px;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

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

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

  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }

  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

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

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

  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }

  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

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

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

  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }

  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

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

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

  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }

  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

.list-group-flush .list-group-item {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}

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

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

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

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

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

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

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

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

.list-group-item-success {
  background-color: #c3e6cb;
  color: #155724;
}

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

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

.list-group-item-info {
  background-color: #bee5eb;
  color: #0c5460;
}

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

.list-group-item-info.list-group-item-action.active {
  background-color: #0c5460;
  border-color: #0c5460;
  color: #fff;
}

.list-group-item-warning {
  background-color: #ffeeba;
  color: #856404;
}

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

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

.list-group-item-danger {
  background-color: #f5c6cb;
  color: #721c24;
}

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

.list-group-item-danger.list-group-item-action.active {
  background-color: #721c24;
  border-color: #721c24;
  color: #fff;
}

.list-group-item-light {
  background-color: #fdfdfe;
  color: #818182;
}

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

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

.list-group-item-dark {
  background-color: #c6c8ca;
  color: #1b1e21;
}

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

.list-group-item-dark.list-group-item-action.active {
  background-color: #1b1e21;
  border-color: #1b1e21;
  color: #fff;
}

.close {
  color: #000;
  float: right;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  text-shadow: 0 2px 2px #000000;
  border: 1;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

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

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

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

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

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

.toast.showing {
  opacity: 1;
}

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

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

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

.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
}

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

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

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

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

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

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

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

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

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

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

.modal-content {
  background-clip: padding-box;
  /* background-image: linear-gradient(270deg, #83daff, #55ccff); */
  background: url(../images/service_2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.modal-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, #55ccffcf, #83daff75);
  border-radius: 25px;
}
.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}

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

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

.modal-header {
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  display: flex;
  justify-content: center;
  padding: 1rem;
  flex-direction: column;
  position: relative;
}

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

.modal-title {
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 3.1rem;
  text-align: center;
  max-width: 86%;
  margin: 0 auto 12px;
  text-transform: capitalize;
}
.modal-title.md-h4 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 12px;
  text-transform: none;
}
.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}

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

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }

  .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 {
  word-wrap: break-word;
  display: block;
  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: 1.4rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
}

.tooltip.show {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  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: 1.4rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: 276px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1060;
}

.popover,
.popover .arrow {
  display: block;
  position: absolute;
}

.popover .arrow {
  height: 0.5rem;
  margin: 0 0.3rem;
  width: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.15s ease;
  width: 15%;
  z-index: 1;
}

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

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}

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

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

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

.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}

.spinner-border {
  animation: spinner-border 0.75s linear infinite;
  border: 0.25em solid;
  border-radius: 50%;
  border-right: 0.25em solid transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: text-bottom;
  width: 2rem;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

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

.spinner-grow-sm {
  height: 1rem;
  width: 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:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  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;
}

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

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

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

.rounded-left {
  border-top-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 {
  content: "";
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.embed-responsive:before {
  content: "";
  display: block;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.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: sticky !important;
}

.fixed-top {
  top: 0;
}

.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.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 {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.m-0 {
  margin: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.mt-3,
.my-3 {
  margin-top: 0.3rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 0.4rem !important;
}

.mt-50,
.my-50 {
  margin-top: 5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pb-5,
.py-5 {
  padding-bottom: 0.5rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.3rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 0.4rem !important;
}

.p-5 {
  padding: 0.5rem !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-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) {
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 0.5rem !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) {
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 0.5rem !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-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:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  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: hsla(0, 0%, 100%, 0.5) !important;
}

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  :after,
  :before {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  .container,
  body {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    border-color: #dee2e6;
    color: inherit;
  }
}

.previewFloater {
  border: 2px solid red;
  margin: 10px 0;
  padding: 10px;
}

.previewFloater p {
  color: red;
  font-size: 15px;
  margin: 0;
}

.previewFloater p i {
  float: right;
  font-size: 20px;
}

.has-credo-navigation {
  margin-top: 35px !important;
}

.has-credo-navigation .credo-navigation {
  align-content: flex-start;
  align-items: stretch;
  background: #222;
  box-sizing: border-box;
  display: flex;
  height: 35px;
  justify-content: flex-start;
  padding: 0 10px 0 0;
  position: relative;
  top: -35px;
  z-index: 9999;
}

.has-credo-navigation .credo-navigation .credo-logo {
  align-items: stretch;
  background: #fff;
  display: flex;
  padding: 0 10px;
}

.has-credo-navigation .credo-navigation .credo-links {
  display: flex;
}

.has-credo-navigation .credo-navigation .credo-links a.credo-btn {
  align-items: stretch;
  color: #f5f5f5;
  display: inline-block;
  font-family: Roboto, Arial, serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 35px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
}

.has-credo-navigation .credo-navigation .credo-links a.credo-btn i {
  color: #fff;
  font-weight: 400;
  margin-right: 8px;
}

.has-credo-navigation .credo-navigation .credo-links a.credo-btn:hover {
  background-color: #444;
  text-decoration: none;
}

.credo-phone-by-country {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.credo-phone-by-country .form-group:last-child {
  flex-grow: 1;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-decoration-ink {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.break-long-words {
  word-wrap: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.clearfix {
  zoom: 1;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

li,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0 15px;
}

ol li {
  list-style: decimal;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  -ms-transition: color 0.15s linear;
  transition: color 0.15s linear;
}

a,
a:active,
a:hover {
  color: inherit;
  text-decoration: none;
}

a.text-link {
  color: #bd4f00;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

a.text-link:hover {
  color: #c05702;
}

a.text-link:active {
  color: #762819;
}

@media (hover: none), (hover: on-demand) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: transparent;
    outline: none;
  }
}

img {
  max-width: 100%;
}

.text-center {
  text-align: center;
}

button {
  outline: none;
}

figure {
  margin: 0;
  padding: 0;
}

.clear,
.wrapper {
  clear: both;
}

.display-none {
  display: none;
}

.media-container,
.relative {
  position: relative;
}

.media-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.media-container embed,
.media-container iframe,
.media-container object,
.media-container video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.media-container .media-controller {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.pointer {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.disable-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.disable-scrollbar::-webkit-scrollbar {
  background: transparent;
  width: 0;
}

input:-webkit-autofill {
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: autofill;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 30px #fff !important;
}

@font-face {
  font-display: swap;
  font-family: Crimson Text;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/crimsontext/v11/wlp2gwHKFkZgtmSR3NB0oRJvaA.ttf)
    format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Crimson Text;
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/crimsontext/v11/wlppgwHKFkZgtmSR3NB0oRJX1C12Cw.ttf)
    format("truetype");
}

@font-face {
  font-display: swap;
  font-family: PT Sans;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79P0U.ttf)
    format("truetype");
}

@font-face {
  font-display: swap;
  font-family: PT Sans;
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh4Ok.ttf)
    format("truetype");
}

@font-face {
  font-display: swap;
  font-family: PT Sans Caption;
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ptsanscaption/v13/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrUSw.ttf)
    format("truetype");
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  color: #00050e;
}

.h1,
h1 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 34px;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .h1,
  h1 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 61px;
    padding-top: 30px;
  }
}

.h2,
h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 33px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .h2,
  h2 {
    font-size: 43px;
    font-size: 4.3rem;
    line-height: 48px;
    padding-bottom: 15px;
  }
}

.h2 i,
h2 i {
  color: #bd4f00;
}

.h3,
h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .h3,
  h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 37px;
    padding-bottom: 10px;
  }
}

.h4,
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .h4,
  h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 27px;
    padding-bottom: 0;
  }
}

.h5,
h5 {
  color: #6e7272;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 30px;
}

.h5.border-bottom,
h5.border-bottom {
  font-weight: 700;
  padding-bottom: 12px;
}

a,
a:active,
a:hover {
  outline: none;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

::-moz-selection {
  background-color: #cac3c5;
  color: #231f20;
  text-shadow: none;
}

::selection {
  background-color: #cac3c5;
  color: #231f20;
  text-shadow: none;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}

body {
  background-attachment: fixed;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 15px;
  font-size: 1.5pxrem;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  text-rendering: optimizeLegibility;
}

@-webkit-keyframes endless-scroll {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  to {
    -webkit-transform: translate(-7%);
    -moz-transform: translate(-7%);
    -ms-transform: translate(-7%);
    -o-transform: translate(-7%);
    transform: translate(-7%);
  }
}

@-moz-keyframes endless-scroll {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  to {
    -webkit-transform: translate(-7%);
    -moz-transform: translate(-7%);
    -ms-transform: translate(-7%);
    -o-transform: translate(-7%);
    transform: translate(-7%);
  }
}

@-ms-keyframes endless-scroll {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  to {
    -webkit-transform: translate(-7%);
    -moz-transform: translate(-7%);
    -ms-transform: translate(-7%);
    -o-transform: translate(-7%);
    transform: translate(-7%);
  }
}

@-o-keyframes endless-scroll {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  to {
    -webkit-transform: translate(-7%);
    -moz-transform: translate(-7%);
    -ms-transform: translate(-7%);
    -o-transform: translate(-7%);
    transform: translate(-7%);
  }
}

@keyframes endless-scroll {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  to {
    -webkit-transform: translate(-7%);
    -moz-transform: translate(-7%);
    -ms-transform: translate(-7%);
    -o-transform: translate(-7%);
    transform: translate(-7%);
  }
}

@-webkit-keyframes float-vertical {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-moz-keyframes float-vertical {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-ms-keyframes float-vertical {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-o-keyframes float-vertical {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes float-vertical {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes float-horizontal {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
    transform: translate(10px);
  }

  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-moz-keyframes float-horizontal {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
    transform: translate(10px);
  }

  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-ms-keyframes float-horizontal {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
    transform: translate(10px);
  }

  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-o-keyframes float-horizontal {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
    transform: translate(10px);
  }

  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes float-horizontal {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
    transform: translate(10px);
  }

  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes scale-in-out {
  0% {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }

  5% {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }

  45% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  55% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  95% {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }

  to {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }
}

@-moz-keyframes scale-in-out {
  0% {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }

  5% {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }

  45% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  55% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  95% {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }

  to {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }
}

@-ms-keyframes scale-in-out {
  0% {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }

  5% {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }

  45% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  55% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  95% {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }

  to {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }
}

@-o-keyframes scale-in-out {
  0% {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }

  5% {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }

  45% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  55% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  95% {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }

  to {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }
}

@keyframes scale-in-out {
  0% {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }

  5% {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }

  45% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  55% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  95% {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }

  to {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }
}

@-webkit-keyframes pop-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pop-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes pop-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes pop-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bubble {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  75% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes bubble {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  75% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes bubble {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  75% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes bubble {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  75% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bubble {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  75% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fade-in-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }

  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  55% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  90% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

@-moz-keyframes fade-in-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }

  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  55% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  90% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

@-ms-keyframes fade-in-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }

  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  55% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  90% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

@-o-keyframes fade-in-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }

  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  55% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  90% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

@keyframes fade-in-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }

  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  55% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  90% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}

@-ms-keyframes fade-in {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}

@-o-keyframes fade-in {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

@-moz-keyframes fade-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

@-ms-keyframes fade-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

@-o-keyframes fade-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-moz-keyframes fade-in-up {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-ms-keyframes fade-in-up {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-o-keyframes fade-in-up {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes fade-in-up {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-moz-keyframes slide-up {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-ms-keyframes slide-up {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-o-keyframes slide-up {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes transition-slide-in {
  0% {
    display: none;
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }

  1% {
    display: block;
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }

  to {
    display: block;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-moz-keyframes transition-slide-in {
  0% {
    display: none;
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }

  1% {
    display: block;
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }

  to {
    display: block;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-ms-keyframes transition-slide-in {
  0% {
    display: none;
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }

  1% {
    display: block;
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }

  to {
    display: block;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-o-keyframes transition-slide-in {
  0% {
    display: none;
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }

  1% {
    display: block;
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }

  to {
    display: block;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes transition-slide-in {
  0% {
    display: none;
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }

  1% {
    display: block;
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }

  to {
    display: block;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes transition-slide-out {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  99% {
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }

  to {
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }
}

@-moz-keyframes transition-slide-out {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  99% {
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }

  to {
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }
}

@-ms-keyframes transition-slide-out {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  99% {
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }

  to {
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }
}

@-o-keyframes transition-slide-out {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  99% {
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }

  to {
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }
}

@keyframes transition-slide-out {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  99% {
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }

  to {
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }
}

@-webkit-keyframes autofill {
  0%,
  to {
    background: transparent;
    color: #666;
  }
}

@keyframes autofill {
  0%,
  to {
    background: transparent;
    color: #666;
  }
}

.main {
  z-index: 1;
}

.main .quicklinks {
  z-index: 3;
}

.header {
  z-index: 99;
}

.header .mobile-navigation {
  z-index: 99;
}

.mobile-account-info-bar {
  z-index: 2;
}

.footer {
  z-index: 2;
}

.swiper-container {
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  width: 100%;
  z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-slide {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 100%;
  max-width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  transition-property:
    height,
    -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next-outside,
.swiper-button-prev-outside {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
  height: 44px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 10;
}

.swiper-button-next-outside.swiper-button-disabled,
.swiper-button-prev-outside.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-prev-outside,
.swiper-container-rtl .swiper-button-next-outside {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23E60028'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next-outside,
.swiper-container-rtl .swiper-button-prev-outside {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23E60028'/%3E%3C/svg%3E");
  left: auto;
  right: 10px;
}

.swiper-button-prev-outside.swiper-button-white,
.swiper-container-rtl .swiper-button-next-outside.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next-outside.swiper-button-white,
.swiper-container-rtl .swiper-button-prev-outside.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-prev-outside.swiper-button-black,
.swiper-container-rtl .swiper-button-next-outside.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}

.swiper-button-next-outside.swiper-button-black,
.swiper-container-rtl .swiper-button-prev-outside.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  background: #00050e;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  opacity: 0.2;
  width: 8px;
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #e60028;
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition:
    top 0.2s,
    -webkit-transform 0.2s;
  transition:
    top 0.2s,
    -webkit-transform 0.2s;
  -o-transition:
    transform 0.2s,
    top 0.2s;
  transition:
    transform 0.2s,
    top 0.2s;
  transition:
    transform 0.2s,
    top 0.2s,
    -webkit-transform 0.2s;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    left 0.2s,
    -webkit-transform 0.2s;
  transition:
    left 0.2s,
    -webkit-transform 0.2s;
  -o-transition:
    transform 0.2s,
    left 0.2s;
  transition:
    transform 0.2s,
    left 0.2s;
  transition:
    transform 0.2s,
    left 0.2s,
    -webkit-transform 0.2s;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    right 0.2s,
    -webkit-transform 0.2s;
  transition:
    right 0.2s,
    -webkit-transform 0.2s;
  -o-transition:
    transform 0.2s,
    right 0.2s;
  transition:
    transform 0.2s,
    right 0.2s;
  transition:
    transform 0.2s,
    right 0.2s,
    -webkit-transform 0.2s;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #e60028;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}

.swiper-container-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-lazy-preloader:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow {
  background: #000;
  bottom: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
  perspective: 1200px;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-style: flat;
  will-change: transform;
  z-index: 1;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 10px;
}

.noUi-horizontal .noUi-handle {
  background: #762819;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 18px;
  right: -9px;
  top: -4px;
  width: 18px;
}

.noUi-target {
  background: #e5e8eb;
  cursor: pointer;
}

.noUi-connects,
.noUi-target {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.noUi-connect {
  background-color: #c05702;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#bd4f00),
    to(#c05702)
  );
  background-image: -webkit-linear-gradient(left, #bd4f00, #c05702);
  background-image: -moz-linear-gradient(left, #bd4f00, #c05702);
  background-image: -ms-linear-gradient(left, #bd4f00, #c05702);
  background-image: -o-linear-gradient(left, #bd4f00, #c05702);
  background-image: linear-gradient(270deg, #bd4f00, #c05702);
  background-repeat: repeat-x;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-handle {
  background: #762819;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}

.container-fluid {
  max-width: 1150px;
}

[class*="col-"] {
  margin-bottom: 30px;
}

.btn {
  outline: none;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn.btn-outline-secondary,
.btn.btn-primary,
.btn.btn-secondary {
  background-color: #ffbf3e;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#c05702),
    to(#f7a705)
  );
  background-image: -webkit-linear-gradient(left, #c05702, #f7a705);
  background-image: -moz-linear-gradient(left, #c05702, #a74600);
  background-image: -ms-linear-gradient(left, #c05702, #a74600);
  background-image: -o-linear-gradient(left, #c05702, #a74600);
  background-image: linear-gradient(270deg, #ffbf3e, #f7a705);
  background-repeat: repeat-x;
  border: 0;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
  color: #00050e;
  display: inline-block;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 19px;
  padding: 11px 20px;
}

.btn.btn-outline-secondary,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:hover,
.btn.btn-primary,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-secondary,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
  -webkit-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.5);
  -moz-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.5);
  box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.5);
}

.btn.btn-outline-secondary:hover,
.btn.btn-primary:hover,
.btn.btn-secondary:hover {
  background: #ffbf3e;
}

.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary:active:not(:disabled):not(.disabled),
.btn.btn-outline-secondary:active:not(:disabled):not(.disabled).active,
.btn.btn-primary:active,
.btn.btn-primary:active:not(:disabled):not(.disabled),
.btn.btn-primary:active:not(:disabled):not(.disabled).active,
.btn.btn-secondary:active,
.btn.btn-secondary:active:not(:disabled):not(.disabled),
.btn.btn-secondary:active:not(:disabled):not(.disabled).active {
  background: #a33924;
  border-color: #a33924;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn.btn-outline-secondary:active:not(.inverted) i,
.btn.btn-outline-secondary:active:not(:disabled):not(.disabled).active:not(
    .inverted
  )
  i,
.btn.btn-outline-secondary:active:not(:disabled):not(.disabled):not(.inverted)
  i,
.btn.btn-primary:active:not(.inverted) i,
.btn.btn-primary:active:not(:disabled):not(.disabled).active:not(.inverted) i,
.btn.btn-primary:active:not(:disabled):not(.disabled):not(.inverted) i,
.btn.btn-secondary:active:not(.inverted) i,
.btn.btn-secondary:active:not(:disabled):not(.disabled).active:not(.inverted) i,
.btn.btn-secondary:active:not(:disabled):not(.disabled):not(.inverted) i {
  color: #a33924;
}

.btn.btn-outline-secondary:active:focus,
.btn.btn-outline-secondary:active:not(:disabled):not(.disabled).active:focus,
.btn.btn-outline-secondary:active:not(:disabled):not(.disabled):focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:not(:disabled):not(.disabled).active:focus,
.btn.btn-primary:active:not(:disabled):not(.disabled):focus,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active:not(:disabled):not(.disabled).active:focus,
.btn.btn-secondary:active:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn.btn-secondary {
  padding: 11px 46px 11px 20px;
  position: relative;
}

.btn.btn-secondary.extra-padding {
  padding-left: 24px;
  padding-right: 62px;
}

.btn.btn-secondary.extra-padding i,
.btn.btn-secondary.extra-padding:after {
  right: 14px;
}

.btn.btn-secondary.dropdown-toggle,
.btn.btn-secondary.inverted {
  background: #fff;
  border: 1px solid #83daff;
  color: #00050e;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: left;
}

.btn.btn-secondary.dropdown-toggle:hover,
.btn.btn-secondary.inverted:hover {
  border-color: #ffbf3e;
  -webkit-box-shadow: 0 4px 20px 0 rgba(208, 93, 42, 0.5);
  -moz-box-shadow: 0 4px 20px 0 rgba(208, 93, 42, 0.5);
  box-shadow: 0 4px 20px 0 #ffbf3e80;
  color: #ffbf3e;
}

.btn.btn-secondary.dropdown-toggle:hover:after,
.btn.btn-secondary.inverted:hover:after {
  background: #ffbf3e;
}

.btn.btn-secondary.dropdown-toggle:active,
.btn.btn-secondary.dropdown-toggle:active:not(:disabled):not(.disabled),
.btn.btn-secondary.dropdown-toggle:active:not(:disabled):not(.disabled).active,
.btn.btn-secondary.inverted:active,
.btn.btn-secondary.inverted:active:not(:disabled):not(.disabled),
.btn.btn-secondary.inverted:active:not(:disabled):not(.disabled).active {
  background: #fff;
  border: 1px solid #d05d2a;
  color: #be5427;
}

.btn.btn-secondary.dropdown-toggle:active:after,
.btn.btn-secondary.dropdown-toggle:active:not(:disabled):not(
    .disabled
  ).active:after,
.btn.btn-secondary.dropdown-toggle:active:not(:disabled):not(.disabled):after,
.btn.btn-secondary.inverted:active:after,
.btn.btn-secondary.inverted:active:not(:disabled):not(.disabled).active:after,
.btn.btn-secondary.inverted:active:not(:disabled):not(.disabled):after {
  background-color: #a33924;
}

.btn.btn-secondary.dropdown-toggle:focus,
.btn.btn-secondary.inverted:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.5);
  -moz-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.5);
  box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.5);
}

.btn.btn-secondary.dropdown-toggle:after,
.btn.btn-secondary.inverted:after {
  align-items: center;
  background-color: #83daff;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#83daff),
    to(#55ccff)
  );
  background-image: -webkit-linear-gradient(left, #83daff, #55ccff);
  background-image: -moz-linear-gradient(left, #83daff, #55ccff);
  background-image: -ms-linear-gradient(left, #83daff, #55ccff);
  background-image: -o-linear-gradient(left, #83daff, #55ccff);
  background-image: linear-gradient(270deg, #83daff, #55ccff);
  background-repeat: repeat-x;
  border: 0;
  color: #fff;
  display: flex;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  height: 33px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 33px;
}

.btn.btn-secondary.dropdown-toggle {
  width: auto;
}

.btn.btn-secondary.dropdown-toggle.inverted {
  background-color: #bd4f00;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#c05702),
    to(#bd4f00)
  );
  background-image: -webkit-linear-gradient(left, #c05702, #bd4f00);
  background-image: -moz-linear-gradient(left, #c05702, #bd4f00);
  background-image: -ms-linear-gradient(left, #c05702, #bd4f00);
  background-image: -o-linear-gradient(left, #c05702, #bd4f00);
  background-image: linear-gradient(270deg, #c05702, #bd4f00);
  background-repeat: repeat-x;
  border: 0;
  color: #fff;
  height: 41px;
}

.btn.btn-secondary.dropdown-toggle.inverted.dark-shadow,
.btn.btn-secondary.dropdown-toggle.inverted.dark-shadow:focus,
.btn.btn-secondary.dropdown-toggle.inverted.dark-shadow:hover {
  -webkit-box-shadow: 0 4px 20px 0 rgba(54, 57, 61, 0.34);
  -moz-box-shadow: 0 4px 20px 0 rgba(54, 57, 61, 0.34);
  box-shadow: 0 4px 20px 0 rgba(54, 57, 61, 0.34);
}

.btn.btn-secondary.dropdown-toggle.inverted:hover {
  background: #c05702;
}

.btn.btn-secondary.dropdown-toggle.inverted:active,
.btn.btn-secondary.dropdown-toggle.inverted:active:not(:disabled):not(
    .disabled
  ),
.btn.btn-secondary.dropdown-toggle.inverted:active:not(:disabled):not(
    .disabled
  ).active {
  background: #762819;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.btn.btn-secondary.dropdown-toggle.inverted:after {
  background: #fff;
  color: #bd4f00;
}

.btn.btn-secondary.dropdown-toggle:after {
  content: "";
  font-weight: 300;
}

.btn.btn-secondary.dropdown-toggle.dropup-toggle:after {
  content: "";
  font-weight: 300;
}

.btn.btn-secondary.inverted i {
  color: #00050e;
}

.btn.btn-secondary i,
.btn.btn-secondary:after {
  height: 33px;
  margin-top: -17px;
  position: absolute;
  right: 3px;
  top: 50%;
  width: 33px;
}

.btn.btn-secondary:after {
  background-color: #00050e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #83daff;
  content: "";
  cursor: default;
  pointer-events: none;
  z-index: 0;
}

.btn.btn-secondary i {
  align-items: center;
  color: #83daff;
  display: flex;
  font-size: 15px;
  font-size: 1.5rem;
  justify-content: center;
  z-index: 1;
}

.btn.btn-outline-secondary {
  background: #fff;
  border: 1px solid #d05d2a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #be5427;
  padding: 10px 20px;
}

.btn.btn-outline-secondary.active,
.btn.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn.btn-outline-secondary.active:focus,
.btn.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:hover {
  background: #fff;
  border-color: #d05d2a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0 4px 20px 0 rgba(208, 93, 42, 0.5);
  -moz-box-shadow: 0 4px 20px 0 rgba(208, 93, 42, 0.5);
  box-shadow: 0 4px 20px 0 rgba(208, 93, 42, 0.5);
  color: #be5427;
  outline: none;
}

.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary:active:not(:disabled):not(.disabled),
.btn.btn-outline-secondary:active:not(:disabled):not(.disabled).active {
  background: #fff;
  border-color: #d05d2a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #be5427;
  outline: none;
}

.btn.btn-outline-secondary:active:not(.inverted) i,
.btn.btn-outline-secondary:active:not(:disabled):not(.disabled).active:not(
    .inverted
  )
  i,
.btn.btn-outline-secondary:active:not(:disabled):not(.disabled):not(.inverted)
  i {
  color: #a33924;
}

.btn.extra-padding {
  padding-left: 24px;
  padding-right: 24px;
}

.btn.no-shadow,
.btn.no-shadow:focus,
.btn.no-shadow:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn.dark-shadow,
.btn.dark-shadow:focus,
.btn.dark-shadow:hover {
  -webkit-box-shadow: 0 4px 20px 0 #141619;
  -moz-box-shadow: 0 4px 20px 0 #141619;
  box-shadow: 0 4px 20px 0 #141619;
}

.table {
  font-family:
    PT Sans,
    sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 19px;
}

.table thead th {
  background-color: #ebeff4;
  border-width: 1px;
}

.table td,
.table th {
  padding: 16px 10px;
}

.table a:not([class]) {
  color: #bd4f00;
  text-decoration: none;
}

.table a:not([class]):hover {
  color: #bd4f00;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.table a:not([class]):active {
  color: #a93b25;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.table a:not([class]) i {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 4px;
}

.dropdown,
.dropup {
  display: inline-block;
  font-family:
    PT Sans,
    sans-serif;
}

.dropdown.show .dropdown-toggle:after,
.dropup.show .dropdown-toggle:after {
  content: "";
}

.dropdown.show .dropdown-toggle.dropup-toggle:after,
.dropup.show .dropdown-toggle.dropup-toggle:after {
  content: "";
}

.dropdown .dropdown-menu,
.dropup .dropdown-menu {
  background-color: #c05702;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#bd4f00),
    to(#c05702)
  );
  background-image: -webkit-linear-gradient(top, #bd4f00, #c05702);
  background-image: -moz-linear-gradient(top, #bd4f00, #c05702);
  background-image: -ms-linear-gradient(top, #bd4f00, #c05702);
  background-image: -o-linear-gradient(top, #bd4f00, #c05702);
  background-image: linear-gradient(180deg, #bd4f00, #c05702);
  background-repeat: repeat-x;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.5);
  -moz-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.5);
  box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.5);
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 4px;
  min-width: 100%;
}

.dropdown .dropdown-menu .dropdown-item,
.dropup .dropdown-menu .dropdown-item {
  color: inherit;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 46px;
  text-decoration: underline;
}

.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:active:not(:disabled):not(.disabled),
.dropdown
  .dropdown-menu
  .dropdown-item:active:not(:disabled):not(.disabled).active,
.dropdown .dropdown-menu .dropdown-item:focus,
.dropdown .dropdown-menu .dropdown-item:hover,
.dropup .dropdown-menu .dropdown-item:active,
.dropup .dropdown-menu .dropdown-item:active:not(:disabled):not(.disabled),
.dropup
  .dropdown-menu
  .dropdown-item:active:not(:disabled):not(.disabled).active,
.dropup .dropdown-menu .dropdown-item:focus,
.dropup .dropdown-menu .dropdown-item:hover {
  background: transparent;
  border: 0;
  outline: none;
  text-decoration: underline;
}

[data-toggle="tooltip"] {
  background: none;
  border: none;
  color: #bd4f00;
}

[data-toggle="tooltip"]:hover {
  color: #faa263;
}

[data-toggle="tooltip"]:active {
  color: #bd4f00;
}

.tooltip {
  color: #fff;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .tooltip {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 21px;
  }
}

.tooltip.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.tooltip.bs-tooltip-auto[x-placement] .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before,
.tooltip.bs-tooltip-left .arrow:before,
.tooltip.bs-tooltip-right .arrow:before,
.tooltip.bs-tooltip-top .arrow:before {
  border-width: 8px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.tooltip.bs-tooltip-auto[x-placement^="left"],
.tooltip.bs-tooltip-left {
  margin-right: 10px;
}

.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #ffbf3e;
  margin-top: -4px;
}

.tooltip.bs-tooltip-auto[x-placement^="right"],
.tooltip.bs-tooltip-right {
  margin-left: 10px;
}

.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #c05702;
  margin-top: -4px;
}

.tooltip.bs-tooltip-auto[x-placement^="top"],
.tooltip.bs-tooltip-top {
  margin-bottom: 10px;
}

.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #da6b34;
  margin-left: -4px;
}

.tooltip.bs-tooltip-auto[x-placement^="bottom"],
.tooltip.bs-tooltip-bottom {
  margin-top: 10px;
}

.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #da6b34;
  margin-left: -4px;
}

.tooltip .tooltip-inner {
  background-color: #ffbf3e;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#ffbf3e),
    to(#f7a705)
  );
  background-image: -webkit-linear-gradient(left, #ffbf3e, #f7a705);
  background-image: -moz-linear-gradient(left, #ffbf3e, #f7a705);
  background-image: -ms-linear-gradient(left, #ffbf3e, #f7a705);
  background-image: -o-linear-gradient(left, #ffbf3e, #f7a705);
  background-image: linear-gradient(270deg, #ffbf3e, #f7a705);
  background-repeat: repeat-x;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  text-align: left;
}

label[for="custom_ewz_recaptcha"] {
  display: none;
}

.form-group {
  margin-bottom: 2rem;
  position: relative;
}

.form-group label {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 19px;
  padding-bottom: 2px;
}

.form-group.has-error {
  position: relative;
}

.form-group.has-error .form-control {
  border-color: #721c24;
}

.form-group.has-error:after {
  color: #721c24;
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 40px;
}

.form-check .form-check-label {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}

.form-check-inline {
  margin: 4px 20px 4px 0;
}

.form-check-inline .form-check-input {
  margin-right: 0;
  position: absolute;
}

.form-check-input {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  left: -100px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  z-index: -1;
}
.form-check-input#acceptPolicy {
  left: unset;
}
.form-check-input + label.form-check-label {
  align-items: center;
  color: inherit;
  cursor: pointer;
  display: flex;
  height: 20px;
  line-height: 1;
  padding: 0 0 0 28px;
  position: relative;
  width: 20px;
  width: 100%;
}

.form-check-input + label.form-check-label:before {
  border: 1px solid #762819;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 20px;
  left: 0;
  top: 0;
  width: 20px;
}

.form-check-input + label.form-check-label:after,
.form-check-input + label.form-check-label:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
}

.form-check-input + label.form-check-label:after {
  background-color: transparent;
  height: 0;
  left: 12px;
  top: 12px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  width: 0;
}

.form-check-input:focus-visible + label.form-check-label {
  outline-color: #bd4f00 !important;
  outline-style: solid !important;
  outline-width: 1px !important;
}

input[type="checkbox"].form-check-input + label.form-check-label:after {
  color: #762819;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  height: 20px;
  left: 0;
  line-height: 20px;
  text-align: center;
  top: 0;
  width: 20px;
}

input[type="checkbox"].form-check-input:checked + label.form-check-label:after {
  content: "";
}

input[type="radio"]:after {
  background-color: #762819;
  height: 12px;
  left: 9px;
  top: 9px;
  width: 12px;
}

input[type="radio"].form-check-input {
  -webkit-touch-callout: none;
  background-color: transparent;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}

input[type="radio"].form-check-input + label.form-check-label:before,
input[type="radio"].form-check-input:checked + label.form-check-label:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

input[type="radio"].form-check-input:checked + label.form-check-label:after {
  background-color: #762819;
  height: 12px;
  left: 10px;
  margin: -6px 0 0 -6px;
  top: 10px;
  width: 12px;
}
label.policy {
  font-size: 1.2rem;
  font-weight: 400;
  left: unset;
}
.form-check-input + label.form-check-label.policy {
  height: auto;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.form-control {
  border-color: #ffbf3e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}

.form-control.range-input {
  color: #bd4f00;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .form-control.range-input {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.form-control.range-input:disabled,
.form-control.range-input[readonly] {
  background-color: #fff;
  cursor: default;
}

.form-control:not(textarea) {
  height: 41px;
}

.form-control:focus {
  border-color: #ffbf3e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-control.is-invalid,
.form-control.is-valid {
  background-image: none;
  border-color: #bd4f00;
}

.form-control.is-invalid:focus,
.form-control.is-valid:focus {
  border-color: #bd4f00;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-control-range {
  background-color: #7f7f7f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 10px;
}

.form-control-range::-webkit-slider-thumb {
  background-color: #ffbf3e;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#ffbf3e),
    to(#f7a705)
  );
  background-image: -webkit-linear-gradient(left, #ffbf3e, #f7a705);
  background-image: -moz-linear-gradient(left, #ffbf3e, #f7a705);
  background-image: -ms-linear-gradient(left, #ffbf3e, #f7a705);
  background-image: -o-linear-gradient(left, #ffbf3e, #f7a705);
  background-image: linear-gradient(270deg, #ffbf3e, #f7a705);
  background-repeat: repeat-x;
}

.invalid-feedback,
.valid-feedback {
  bottom: 0;
  cursor: default;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: right;
  top: 2px;
}

@media only screen and (min-width: 768px) {
  .invalid-feedback,
  .valid-feedback {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
  }
}

.invalid-feedback:after,
.valid-feedback:after {
  font-family: "Font Awesome 5 Free";
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .invalid-feedback:after,
  .valid-feedback:after {
    bottom: 12px;
    right: -26px;
    top: auto;
  }
}

.valid-feedback {
  color: #29ba40;
}

.valid-feedback:after {
  content: "";
}

.invalid-feedback {
  color: #ff2c2c;
  padding-right: 25px;
}

@media only screen and (min-width: 768px) {
  .invalid-feedback {
    padding-right: 0;
  }
}

.invalid-feedback:after {
  content: "";
}

.pagination {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .pagination {
    margin-top: 35px;
  }
}

.pagination .page-item {
  padding: 0 2px;
}

@media only screen and (min-width: 768px) {
  .pagination .page-item {
    padding: 0 4px;
  }
}

.pagination .page-link {
  align-items: center;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.14);
  color: #bd4f00;
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  width: 38px;
}

@media only screen and (min-width: 768px) {
  .pagination .page-link {
    height: 50px;
    width: 50px;
  }
}

.pagination .page-link:first-child,
.pagination .page-link:last-child {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.pagination .page-link.active {
  background-color: #26262b;
  color: #fff;
  cursor: default;
  pointer-events: none;
}

.pagination .page-link.next,
.pagination .page-link.prev {
  font-size: 14px;
  font-size: 1.4rem;
}

.pagination .page-link.more {
  cursor: default;
  pointer-events: none;
}

.pagination .page-link:hover {
  background-color: #bd4f00;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#c05702),
    to(#bd4f00)
  );
  background-image: -webkit-linear-gradient(left, #c05702, #bd4f00);
  background-image: -moz-linear-gradient(left, #c05702, #bd4f00);
  background-image: -ms-linear-gradient(left, #c05702, #bd4f00);
  background-image: -o-linear-gradient(left, #c05702, #bd4f00);
  background-image: linear-gradient(270deg, #c05702, #bd4f00);
  background-repeat: repeat-x;
  color: #fff;
}

.pagination .page-link:active {
  background: #762819;
  color: #fff;
}

.blockquote {
  font-family:
    Crimson Text,
    serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  padding-top: 25px;
}

@media only screen and (min-width: 768px) {
  .blockquote {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 29px;
    padding: 15px 0 0 10.66%;
  }
}

.blockquote:before {
  align-items: center;
  color: #ffbf3e;
  content: "“";
  cursor: default;
  display: flex;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 65px;
  font-size: 6.5rem;
  font-weight: 700;
  justify-content: center;
  left: 0;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .blockquote:before {
    font-size: 120px;
    font-size: 12rem;
  }
}

.blockquote .blockquote-footer {
  color: #000;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .blockquote .blockquote-footer {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding-top: 10px;
  }
}

.blockquote .blockquote-footer:before {
  content: none;
}

.blockquote a:not([class]) {
  color: #bd4f00;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.blockquote a:not([class]):hover {
  color: #c05702;
}

.blockquote a:not([class]):active {
  color: #762819;
}

.blockquote a:not([class]) i {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 4px;
}

.modal-backdrop.show {
  background: radial-gradient(circle, #000 0, #26262b 100%);
  opacity: 0.91;
}

.modal-dialog {
  max-width: 760px;
}

.modal-content {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  -moz-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .modal-content {
    padding: 15px;
  }
}

.modal-header {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.modal-header .close {
  border: 0;
  color: #ffbf3e;
  font-size: 15px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  opacity: 1;
  outline: 1px #000000;
  text-decoration: none;
  text-decoration-skip-ink: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.modal-header h5 {
  color: #00050e;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.modal-header .close:hover {
  color: #00050e;
}

.modal-header .close:active {
  color: #762819;
}

.modal-footer {
  border: 0;
}

.modal-footer .actions {
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-footer .actions .btn,
.modal-footer .actions a {
  margin: 4px;
}

.modal-footer .row {
  margin: 0 -15px;
}

.alert {
  background-color: hsla(0, 0%, 100%, 0.3);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 11px;
  text-align: center;
}

.alert.absolute {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 4;
}

.alert a {
  color: #762819;
}

.alert a:active,
.alert a:hover {
  color: #bd4f00;
}

.alert a:after {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-main {
  margin: 0 -15px;
}

@media only screen and (min-width: 768px) {
  .swiper-main {
    margin: 0;
  }

  .swiper-main.overflow.link-water .swiper-container:before {
    background-repeat: repeat-x;
  }

  .swiper-main.overflow.link-water .swiper-container:after {
    background-color: #fff9ec;
  }

  .swiper-main.overflow.link-water.bgWhite .swiper-container:after {
    background-color: #fff;
  }

  .swiper-main.overflow .swiper-container {
    overflow: visible;
  }

  .swiper-main.overflow .swiper-container:after,
  .swiper-main.overflow .swiper-container:before {
    bottom: -20px;
    content: "";
    position: absolute;
    top: -20px;
    z-index: 2;
  }

  .swiper-main.overflow .swiper-container:before {
    background-repeat: repeat-x;
    left: 0;
    margin-left: -30px;
    width: 30px;
  }

  .swiper-main.overflow .swiper-container:after {
    background-color: #fff;
    left: -30px;
    margin-left: -2000px;
    width: 2000px;
  }
}

.swiper-main.no-pagination .swiper-wrapper {
  padding-bottom: 0;
}

.swiper-main .swiper-container {
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  .swiper-main .swiper-container {
    padding: 0;
  }
}

.swiper-main .swiper-wrapper {
  padding-bottom: 50px;
}

.swiper-container .swiper-pagination {
  bottom: 0;
  left: 15px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .swiper-container .swiper-pagination {
    left: 0;
  }
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #00050e;
  border: 0;
  color: #00050e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 10px;
  margin: 0 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 10px;
}

.swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #83daff;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#83daff),
    to(#55ccff)
  );
  background-image: -webkit-linear-gradient(left, #83daff, #55ccff);
  background-image: -moz-linear-gradient(left, #83daff, #55ccff);
  background-image: -ms-linear-gradient(left, #83daff, #55ccff);
  background-image: -o-linear-gradient(left, #83daff, #55ccff);
  background-image: linear-gradient(270deg, #83daff, #55ccff);
  background-repeat: repeat-x;
  border: 0;
  width: 100px;
}

@media only screen and (min-width: 1024px) {
  .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 145px;
  }
}

.swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.header {
  background-color: #fff;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (min-width: 768px) {
  .header {
    position: relative;
  }
}

.header.fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.header.fixed + .main {
  padding-top: 88px;
  padding-bottom: 7%;
}
@media only screen and (max-width: 1200px) {
  .header.fixed + .main {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .header.fixed + .main {
    padding-bottom: 23%;
  }
}
@media only screen and (min-width: 1024px) {
  .header.fixed + .main {
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
  .header.fixed + .main {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.header.tiny {
  -webkit-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  -moz-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  -webkit-transform: translateY(-36px);
  -moz-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  -o-transform: translateY(-36px);
  transform: translateY(-36px);
}

.header.tiny .header-navigation-section {
  padding: 30px 30px 0;
}

@media only screen and (min-width: 1024px) {
  .header.tiny .header-navigation {
    height: 70px;
  }

  .header.tiny .header-navigation .logo {
    width: 130px;
  }
}

.header.tiny .mobile-navigation {
  height: calc(100vh + 36px);
}

.header.tiny .mobile-navigation .scroll-wrapper {
  padding-top: 36px;
}

.header.tiny.slide-up {
  -webkit-transform: translateY(-88px);
  transform: translateY(-88px);
}

.header.open-menu {
  -webkit-transition: all 0ms ease-out;
  -moz-transition: all 0ms ease-out;
  -o-transition: all 0ms ease-out;
  -ms-transition: all 0ms ease-out;
  transition: all 0ms ease-out;
}

@media only screen and (min-width: 1024px) {
  .header.open-menu {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}

.header.open-menu .mobile-navigation {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  visibility: visible;
}

.header.open-menu .mobile-navigation .blocker {
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  pointer-events: auto;
}

.header .container-fluid {
  max-width: none;
}

.header .header-top-bar-section {
  background-color: #ebeff4;
  margin-bottom: 0;
  padding: 0 15px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .header .header-top-bar-section {
    height: 36px;
    padding: 0 30px;
  }
}

.header .header-top-bar-section button.toggle-top-menu {
  background: none;
  border: none;
  color: #4f4f4f;
  line-height: 17px;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 3;
}

.header .header-top-bar-section button.toggle-top-menu:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 400;
  padding: 9px;
  position: absolute;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.header .header-top-bar-section button.toggle-top-menu.active:after {
  transform: rotate(180deg);
}

@media only screen and (min-width: 768px) {
  .header .header-top-bar-section button.toggle-top-menu {
    display: none;
  }
}

.header .header-top-bar-section .current-active {
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  height: 36px;
  line-height: 18px;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}

.header .header-top-bar-section .current-active span {
  background: #fff;
  color: #4f4f4f;
  display: inline-block;
  font-weight: 700;
  line-height: 36px;
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .header .header-top-bar-section .current-active {
    display: none;
  }
}

.header .top-bar {
  background-color: #ebeff4;
  color: #4f4f4f;
  display: none;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  margin: 0 -15px;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .header .top-bar {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 36px;
    justify-content: space-between;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: static;
    width: auto;
  }
}

.header .top-bar .list-links {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 15px;
}

@media only screen and (min-width: 768px) {
  .header .top-bar .list-links {
    flex-direction: row;
    margin: 0;
    padding: 0;
  }
}

.header .top-bar .list-links .item {
  display: flex;
  height: 36px;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .header .top-bar .list-links .item {
    margin-left: 20px;
  }
}

.header .top-bar .list-links .item a {
  line-height: 36px;
  padding: 0 10px;
}

.header .top-bar .list-links .item.active {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .header .top-bar .list-links .item.active a {
    background: #fff;
  }
}

.header .top-bar .list-links .item:first-child {
  margin-left: 0;
}

.header .top-bar .list-links.primary .item:last-child {
  border-bottom: 1px solid rgba(79, 79, 79, 0.3);
  box-sizing: content-box;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .header .top-bar .list-links.primary .item:last-child {
    border-bottom: none;
    box-sizing: border-box;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.header .top-bar .list-links .item.language {
  border-top: 1px solid rgba(79, 79, 79, 0.3);
  box-sizing: content-box;
  margin-top: 6px;
  padding-top: 6px;
}

@media only screen and (min-width: 768px) {
  .header .top-bar .list-links .item.language {
    border-top: none;
    box-sizing: border-box;
    margin-top: 0;
    padding-top: 0;
  }
}

.header .top-bar a:active,
.header .top-bar a:hover {
  color: #000;
}

.header .header-navigation-section {
  padding: 0 15px;
}

@media only screen and (min-width: 1180px) {
  .header .header-navigation-section {
    padding: 0 30px;
  }
}

.header .header-navigation {
  align-items: center;
  display: flex;
  flex: 1;
  height: 52px;
  justify-content: space-between;
  -webkit-transition: height 0.2s ease-out;
  -moz-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  -ms-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}

@media only screen and (min-width: 1024px) {
  .header .header-navigation {
    height: 90px;
  }
}

.header .header-navigation .logo {
  display: inline-block;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  -ms-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  width: 120px;
}

@media only screen and (min-width: 1024px) {
  .header .header-navigation .logo {
    width: 175px;
  }
}

.header .header-navigation .logo img {
  width: 100%;
}

.header .header-navigation .main-menu {
  color: #000;
  display: none;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 22px;
}
@media only screen and (max-width: 1200px) {
  .header .header-navigation .main-menu {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header .header-navigation .main-menu {
    bottom: 0;
    display: flex;
    left: 0;
    position: static;
    right: 0;
    top: 0;
  }
}

.header .header-navigation .main-menu .list-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  .header .header-navigation .main-menu .list-links {
    padding: 0;
  }
}

.header .header-navigation .main-menu .item {
  display: flex;
  margin-left: 30px;
  color: #00050e;
  white-space: nowrap;
}

@media only screen and (min-width: 1024px) {
  .header .header-navigation .main-menu .item {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .header .header-navigation .main-menu .item {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1300px) {
  .header .header-navigation .main-menu .item {
    margin-left: 25px;
  }
}

.header .header-navigation .main-menu .item.active {
  color: #bd4f00;
}

.header .header-navigation .main-menu .item.active a:after {
  background-color: #bd4f00;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  bottom: -10px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}

.header .header-navigation .main-menu .item:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .header .header-navigation .main-menu a {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
}

.header .header-navigation .main-menu a:active,
.header .header-navigation .main-menu a:hover,
.header .header-navigation .sys-menu {
  color: #ffbf3e;
  text-decoration: underline;
}

.header .header-navigation .sys-menu .btn-menu-profile-mobile,
.header .header-navigation .sys-menu .btn-menu-toggle {
  background-color: transparent;
  color: #ffbf3e;
  margin: 0;
  padding: 0;
}

.header .header-navigation .sys-menu .btn-menu-profile-desktop {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .header .header-navigation .sys-menu .btn-menu-profile-desktop {
    display: inline-block;
  }
}

.header .header-navigation .sys-menu .btn-menu-toggle {
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (min-width: 1024px) {
  .header .header-navigation .sys-menu .btn-menu-toggle {
    display: none;
  }
}

.header .header-navigation .sys-menu .btn-menu-profile-mobile {
  font-size: 25px;
  font-size: 2.5rem;
  margin-right: 25px;
}

@media only screen and (min-width: 1024px) {
  .header .header-navigation .sys-menu .btn-menu-profile-mobile {
    display: none;
  }
}

.header .mobile-navigation {
  background-color: #fff;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -o-transform: translate(-100%);
  transform: translate(-100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  visibility: hidden;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .header .mobile-navigation {
    width: 320px;
  }
}

@media only screen and (min-width: 1024px) {
  .header .mobile-navigation {
    display: none;
  }
}

.header .mobile-navigation .blocker {
  background-color: #000;
  bottom: 0;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: -1000px;
  top: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: -1;
}

.header .mobile-navigation .scroll-wrapper {
  background-color: #fff;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.header .mobile-navigation .menu-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.header .mobile-navigation .menu-title button {
  background: none;
  border: none;
  display: flex;
}

.header .mobile-navigation .menu-title i {
  color: #ffbf3e;
  font-size: 32px;
  font-size: 3.2rem;
}

.header .mobile-navigation .menu-title,
.header .mobile-navigation .submenu-title {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  height: 60px;
  padding: 0 15px;
}

.header .mobile-navigation .menu {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
}

.header .mobile-navigation .submenu {
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%);
  -moz-transform: translate(100%);
  -ms-transform: translate(100%);
  -o-transform: translate(100%);
  transform: translate(100%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  z-index: 2;
}

.header .mobile-navigation .divider {
  border-bottom: 1px solid #dfdfdf;
  height: 1px;
  margin: 10px 0;
}

.header .mobile-navigation .menu-item,
.header .mobile-navigation .submenu-item {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
}

.header .mobile-navigation .menu-item.open > .submenu,
.header .mobile-navigation .submenu-item.open > .submenu {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  visibility: visible;
}

.header .mobile-navigation .menu-item.has-submenu > a:after,
.header .mobile-navigation .submenu-item.has-submenu > a:after {
  color: #000;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  right: 15px;
  z-index: 0;
}

.header .mobile-navigation .menu-item > a,
.header .mobile-navigation .submenu-item > a {
  align-items: center;
  color: #000;
  display: flex;
  flex: 1;
  flex-direction: row;
  line-height: 1;
  padding: 15px;
}

.header .mobile-navigation .menu-item .with-icon,
.header .mobile-navigation .submenu-item .with-icon {
  color: #ffbf3e;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 3px 0;
  position: relative;
}

.header .mobile-navigation .menu-item .with-icon i,
.header .mobile-navigation .submenu-item .with-icon i {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 8px;
  position: relative;
  text-align: center;
  width: 32px;
  z-index: 1;
}

.header .mobile-navigation .menu-item .with-icon:after,
.header .mobile-navigation .submenu-item .with-icon:after {
  background-color: #ffbf3e;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#ffbf3e),
    to(#ffbf3e)
  );
  background-image: -webkit-linear-gradient(left, #ffbf3e, #ffbf3e);
  background-image: -moz-linear-gradient(left, #ffbf3e, #ffbf3e);
  background-image: -ms-linear-gradient(left, #ffbf3e, #ffbf3e);
  background-image: -o-linear-gradient(left, #ffbf3e, #ffbf3e);
  background-image: linear-gradient(270deg, #ffbf3e, #ffbf3e);
  background-repeat: repeat-x;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  cursor: default;
  height: 32px;
  left: 15px;
  margin-top: -16px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 0;
}

.header .mobile-navigation .btn-menu-back {
  background: transparent;
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  height: 60px;
  text-align: left;
  width: 100%;
}

.header .mobile-navigation .btn-menu-back:before {
  color: #000;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding-right: 6px;
}

.main {
  overflow: visible;
  position: relative;
}

.main .h1,
.main .h2,
.main .h3,
.main .h4,
.main .h5,
.main h1,
.main h2,
.main h3,
.main h4,
.main h5 {
  font-family:
    PT Sans Caption,
    sans-serif;
}

.main .h1.border-top,
.main .h2.border-top,
.main .h3.border-top,
.main .h4.border-top,
.main .h5.border-top,
.main h1.border-top,
.main h2.border-top,
.main h3.border-top,
.main h4.border-top,
.main h5.border-top {
  padding-top: 20px;
}

.main .h1.border-bottom,
.main .h2.border-bottom,
.main .h3.border-bottom,
.main .h4.border-bottom,
.main .h5.border-bottom,
.main h1.border-bottom,
.main h2.border-bottom,
.main h3.border-bottom,
.main h4.border-bottom,
.main h5.border-bottom {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .main .h1.border-bottom,
  .main .h2.border-bottom,
  .main .h3.border-bottom,
  .main .h4.border-bottom,
  .main .h5.border-bottom,
  .main h1.border-bottom,
  .main h2.border-bottom,
  .main h3.border-bottom,
  .main h4.border-bottom,
  .main h5.border-bottom {
    margin-bottom: 30px;
  }
}

.container-wrapper {
  padding: 45px 0 15px;
}

@media only screen and (min-width: 768px) {
  .container-wrapper {
    padding: 55px 0 25px;
  }
}

@media only screen and (min-width: 1024px) {
  .container-wrapper {
    padding: 65px 0 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .container-wrapper {
    padding: 95px 0 70px;
  }
}

.container-wrapper.js-parallax {
  position: relative;
}

.container-wrapper.bg-link-water {
  background-color: #fff9ec;
}

.container-wrapper.bg-shark {
  background-color: #c3b091;
  color: #fff;
}

.container-wrapper.bg-shark .h5.border-bottom,
.container-wrapper.bg-shark h5.border-bottom {
  border-color: #83daff !important;
  color: #83daff;
}

.sticky-wrapper {
  position: sticky;
  top: 70px;
}

@media only screen and (min-width: 1024px) {
  .sticky-wrapper {
    top: 80px;
  }
}

.heading-container {
  background: url(../images/bg-heading-mobile.ba1a9343.webp) top/cover no-repeat;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .heading-container {
    background-image: url(../images/bg-heading-desktop.5603ec3b.webp);
  }
}

.heading-container.home-heading {
  overflow: visible;
}

.heading-section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  padding-bottom: 30px;
  padding-top: 60px;
  position: relative;
}

.heading-article.service-article .h4 {
  line-height: 1;
  font-size: 1.7rem;
  font-weight: 600;
  padding-bottom: 0;
}
.banner-form-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .heading-section {
    padding-bottom: 65px;
    padding-top: 70px;
  }
}

@media only screen and (min-width: 1024px) {
  .heading-section.home-heading {
    min-height: 630px;
    padding: 100px 0 90px;
  }
}

@media only screen and (min-width: 1200px) {
  .heading-section.home-heading {
    min-height: 670px;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1600px) {
  .heading-section.home-heading {
    min-height: 670px;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1024px) {
  .heading-section.home-heading .col {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .heading-section.home-heading .hero-image:before {
    content: "";
  }
}

@media only screen and (min-width: 768px) {
  .heading-section.home-heading .hero-image:before {
    bottom: -275px;
    left: -275px;
    right: -275px;
    top: -275px;
  }
}

@media only screen and (min-width: 1200px) {
  .heading-section.home-heading .hero-image {
    height: 430px !important;
    width: 430px !important;
  }
}

@media only screen and (min-width: 1600px) {
  .heading-section.home-heading .hero-image {
    height: 430px !important;
    width: 430px !important;
  }

  .heading-section.home-heading .hero-image .figure-wrapper {
    height: 430px;
    width: 430px;
  }
}

.heading-section.home-heading .swiper-main {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .heading-section.home-heading .swiper-main {
    height: 380px;
    margin: 0 auto 60px;
    width: 380px;
  }
}

@media only screen and (min-width: 1024px) {
  .heading-section.home-heading .swiper-main {
    left: calc(50% - 50px);
    margin-bottom: 0;
    margin-top: -240px;
    position: absolute;
    top: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .heading-section.home-heading .swiper-main {
    height: 400px;
    left: 50%;
    margin-top: -230px;
    width: 400px;
    z-index: 1;
  }
}

@media only screen and (min-width: 1400px) {
  .heading-section.home-heading .swiper-main {
    left: calc(50% + 50px);
  }
}

@media only screen and (min-width: 1600px) {
  .heading-section.home-heading .swiper-main {
    height: 430px;
    margin-top: -250px;
    width: 430px;
  }
}

.heading-section.home-heading .swiper-main .swiper-container {
  overflow: visible;
}

.heading-section.home-heading .swiper-main .swiper-wrapper {
  padding-bottom: 70px;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .heading-section.home-heading .swiper-main .swiper-wrapper {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .heading-section.home-heading .swiper-main .swiper-wrapper {
    padding-bottom: 90px;
    z-index: 1;
  }
}

@media only screen and (min-width: 1600px) {
  .heading-section.home-heading .swiper-main .swiper-wrapper {
    padding-bottom: 60px;
    z-index: 1;
  }
}

.heading-section.home-heading .swiper-main .swiper-slide {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .heading-section.home-heading .swiper-main .swiper-slide {
    height: 380px;
    max-width: 380px;
    width: 380px;
  }
}

@media only screen and (min-width: 1200px) {
  .heading-section.home-heading .swiper-main .swiper-slide {
    height: 400px;
    max-width: 400px;
    width: 400px;
  }
}

@media only screen and (min-width: 1600px) {
  .heading-section.home-heading .swiper-main .swiper-slide {
    height: 430px;
    max-width: 430px;
    width: 430px;
  }
}

.heading-section.home-heading
  .swiper-main
  .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.heading-section.home-heading .swiper-main .swiper-pagination {
  left: 0;
  right: 0;
  z-index: 1;
}

@media only screen and (min-width: 1200px) {
  .heading-section.home-heading .swiper-main .swiper-pagination {
    z-index: 2;
  }
}

.heading-section.home-heading
  .swiper-main
  .swiper-pagination
  .swiper-pagination-bullet {
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.heading-section.home-heading .heading-article {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .heading-section.home-heading .heading-article {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: calc(50% - 80px);
    z-index: 2;
  }
}

@media only screen and (min-width: 1200px) {
  .heading-section.home-heading .heading-article {
    width: calc(50% - 30px);
  }
}

@media only screen and (min-width: 1400px) {
  .heading-section.home-heading .heading-article {
    width: calc(50% + 20px);
  }
}

@media only screen and (min-width: 1024px) {
  .heading-section.home-heading .heading-article .heading-title,
  .heading-section.home-heading .heading-article h1,
  .heading-section.home-heading .heading-article h2 {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .heading-section.home-heading .heading-article .heading-title,
  .heading-section.home-heading .heading-article h1,
  .heading-section.home-heading .heading-article h2 {
    cursor: default;
    font-size: 70px;
    font-size: 7rem;
    line-height: 86px;
    margin-right: -200px;
    pointer-events: none;
  }

  .heading-section.home-heading .heading-article .h3,
  .heading-section.home-heading .heading-article .h4,
  .heading-section.home-heading .heading-article .h5,
  .heading-section.home-heading .heading-article .h6,
  .heading-section.home-heading .heading-article .heading-subtitle,
  .heading-section.home-heading .heading-article h3,
  .heading-section.home-heading .heading-article h4,
  .heading-section.home-heading .heading-article h5,
  .heading-section.home-heading .heading-article h6 {
    max-width: 90%;
  }
}

@media only screen and (min-width: 768px) {
  .heading-section.home-heading .heading-article .actions {
    align-items: center;
    display: flex;
    margin-top: auto;
  }
}

.heading-section.home-heading .heading-article .actions .dropdown-label {
  display: none;
}

@media only screen and (min-width: 768px) {
  .heading-section.home-heading .heading-article .actions .dropdown-label {
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 24px;
    padding-right: 10px;
  }
}

.heading-section.has-navigation {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .heading-section.has-image {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .heading-section.has-image {
    min-height: 525px;
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .heading-section.has-image {
    min-height: 575px;
    padding: 120px 0;
  }

  .heading-section.service-section.has-image {
    padding: 50px 0;
  }
}

.heading-section.has-image.has-navigation {
  padding-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .heading-section.has-image.has-navigation .hero-image {
    bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .heading-section.has-image.has-navigation .hero-image {
    bottom: 80px;
  }
}

@media only screen and (min-width: 1600px) {
  .heading-section.has-image.has-navigation .hero-image {
    bottom: -100px;
  }
}

@media only screen and (min-width: 1024px) {
  .heading-section.has-image.has-navigation .secondary-navigation {
    bottom: 0;
    left: 0;
    margin: 0;
    padding-left: 15px;
    position: absolute;
  }
}

@media only screen and (min-width: 768px) {
  .heading-section.has-image .hero-image:before {
    content: "";
  }
}

@media only screen and (min-width: 1024px) {
  .heading-section.has-image .hero-image {
    bottom: -50px;
    left: calc(50% - 0px);
    position: absolute;
  }
}

@media only screen and (min-width: 1600px) {
  .heading-section.has-image .hero-image {
    bottom: -100px;
    left: calc(50% + 50px);
  }
}

@media only screen and (min-width: 768px) {
  .heading-section.has-image .heading-article {
    width: calc(100% - 320px);
  }
}

@media only screen and (min-width: 1024px) {
  .heading-section.has-image .heading-article {
    width: calc(50% - 0px);
  }

  .heading-section.has-image .heading-article.contact {
    width: calc(75% - 0px);
  }
}

@media only screen and (min-width: 1600px) {
  .heading-section.has-image .heading-article {
    width: 50%;
  }
  .heading-section.has-image .banner-form-card .heading-article {
    width: 45%;
  }
}
.main-banner-form {
  background: #fff;
  border-radius: 25px;
  padding: 20px;
}
.heading-section .main-banner-form h4 {
  text-align: center;
  font-family:
    PT Sans Caption,
    sans-serif !important;
  margin-bottom: 12px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .main-banner-form {
    margin-bottom: 17%;
  }
  .heading-section.has-image .banner-form-card .heading-article {
    margin-left: auto;
    margin-right: auto;
  }
}
.heading-section .col {
  position: static;
}

.heading-section .hero-image {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .heading-section .hero-image {
    height: 380px;
    margin-left: auto;
    margin-right: auto;
    width: 380px;
  }
}

@media only screen and (min-width: 1024px) {
  .heading-section .hero-image {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .heading-section .hero-image {
    height: 450px;
    width: 450px;
  }
}

.heading-section .hero-image:before {
  -webkit-animation: scale-in-out 4s ease-in-out 1;
  -moz-animation: scale-in-out 4s ease-in-out 1;
  -ms-animation: scale-in-out 4s ease-in-out 1;
  animation: scale-in-out 4s ease-in-out 1;
  background-image: url(/assets/images/bg-halo.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -200px;
  content: none;
  cursor: default;
  filter: blur(20px);
  left: -200px;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  right: -200px;
  top: -200px;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 0;
}

@media only screen and (min-width: 1200px) {
  .heading-section .hero-image:before {
    bottom: -250px;
    left: -250px;
    right: -250px;
    top: -250px;
  }
}

.heading-section .hero-image .figure-wrapper {
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -webkit-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  margin: -30% -15px 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}

@media only screen and (min-width: 400px) {
  .heading-section .hero-image .figure-wrapper {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
    padding: 0;
    width: 380px;
  }
}

@media only screen and (min-width: 768px) {
  .heading-section .hero-image .figure-wrapper {
    -webkit-animation: fade-in 3s linear 0s forwards;
    -moz-animation: fade-in 3s linear 0s forwards;
    -ms-animation: fade-in 3s linear 0s forwards;
    animation: fade-in 3s linear 0s forwards;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 100%;
    margin-top: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    width: 100%;
  }
}

.heading-section .hero-image .secondary-figure-wrapper {
  bottom: -15%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .heading-section .hero-image .secondary-figure-wrapper {
    -webkit-animation: pop-in 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s
      forwards;
    -moz-animation: pop-in 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s forwards;
    -ms-animation: pop-in 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s forwards;
    animation: pop-in 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s forwards;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@media only screen and (min-width: 1024px) {
  .heading-section .hero-image .secondary-figure-wrapper {
    left: 50%;
    right: auto;
    width: 320px;
  }
}

@media only screen and (min-width: 1600px) {
  .heading-section .hero-image .secondary-figure-wrapper {
    width: 400px;
  }
}

.heading-section .hero-image .secondary-figure-wrapper img {
  max-width: 240px;
  width: 60%;
}

@media only screen and (min-width: 1024px) {
  .heading-section .hero-image .secondary-figure-wrapper img {
    max-width: none;
    width: 80%;
  }
}

@media only screen and (min-width: 1200px) {
  .heading-section .hero-image .secondary-figure-wrapper img {
    width: 100%;
  }
}

.heading-section .hero-image figure {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.heading-section .trivia-wrapper {
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 90%;
  z-index: 3;
}

@media only screen and (min-width: 1024px) {
  .heading-section .trivia-wrapper {
    left: 94%;
    top: 72%;
  }
}

@media only screen and (min-width: 1200px) {
  .heading-section .trivia-wrapper {
    left: 93%;
    top: 73%;
  }
}

@media only screen and (min-width: 1600px) {
  .heading-section .trivia-wrapper {
    left: 95%;
    top: 71%;
  }
}

@media only screen and (max-width: 1023px) {
  .heading-section .trivia-wrapper.show .trivia {
    -webkit-animation: fade-in 0.25s linear 0s forwards;
    -moz-animation: fade-in 0.25s linear 0s forwards;
    -ms-animation: fade-in 0.25s linear 0s forwards;
    animation: fade-in 0.25s linear 0s forwards;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}

.heading-section .trivia {
  background-color: #bd4f00;
  background-image: -webkit-linear-gradient(
    linear,
    0 0,
    0 100%,
    from(#c05702) to(#bd4f00)
  );
  background-image: -webkit-linear-gradient(top, #c05702, #bd4f00);
  background-image: -moz-linear-gradient(top, #c05702, #bd4f00);
  background-image: -ms-linear-gradient(top, #c05702, #bd4f00);
  background-image: -o-linear-gradient(top, #c05702, #bd4f00);
  background-image: linear-gradient(180deg, #c05702, #bd4f00);
  background-repeat: repeat-x;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  display: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin-left: -90px;
  margin-top: 10px;
  max-width: 200px;
  padding: 15px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .heading-section .trivia {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .heading-section .trivia {
    background: none;
    display: block;
    margin-left: 0;
    max-width: none;
    -webkit-transform: translate(35px, -80%);
    -moz-transform: translate(35px, -80%);
    -ms-transform: translate(35px, -80%);
    -o-transform: translate(35px, -80%);
    transform: translate(35px, -80%);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    width: 150px;
  }
}

@media only screen and (min-width: 1600px) {
  .heading-section .trivia {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 24px;
    width: 200px;
  }
}

.heading-section .trivia h5 {
  color: #000;
  font-family:
    PT Sans,
    sans-serif;
  font-weight: 700;
  padding: 0 0 10px;
}

@media only screen and (min-width: 1600px) {
  .heading-section .trivia h5 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.heading-section .trivia strong {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  padding: 8px 0 12px;
}

@media only screen and (min-width: 1600px) {
  .heading-section .trivia strong {
    font-size: 50px;
    font-size: 5rem;
  }
}

.heading-section .trivia .source a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .heading-section .trivia .source a {
    color: #762819;
  }

  .heading-section .trivia .source a:hover {
    color: #bd4f00;
  }

  .heading-section .trivia .source a:active {
    color: #c05702;
  }
}

.heading-section .blinker {
  overflow: visible;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .heading-section .blinker {
    -webkit-animation: fade-in 0.2s linear 2s forwards;
    -moz-animation: fade-in 0.2s linear 2s forwards;
    -ms-animation: fade-in 0.2s linear 2s forwards;
    animation: fade-in 0.2s linear 2s forwards;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .heading-section .blinker:hover + .trivia {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}

.heading-section .blinker .dot {
  background-color: #bd4f00;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  position: relative;
  width: 20px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .heading-section .blinker .dot {
    -webkit-animation: pop-in 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 2s forwards;
    -moz-animation: pop-in 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 2s forwards;
    -ms-animation: pop-in 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 2s forwards;
    animation: pop-in 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 2s forwards;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

.heading-section .blinker:after,
.heading-section .blinker:before {
  -webkit-animation: bubble 2.5s cubic-bezier(0.05, 0.95, 0.94, 0.95) 0s
    infinite;
  -moz-animation: bubble 2.5s cubic-bezier(0.05, 0.95, 0.94, 0.95) 0s infinite;
  -ms-animation: bubble 2.5s cubic-bezier(0.05, 0.95, 0.94, 0.95) 0s infinite;
  animation: bubble 2.5s cubic-bezier(0.05, 0.95, 0.94, 0.95) 0s infinite;
  background: #f3f7fc;
  background: radial-gradient(circle, hsla(0, 0%, 100%, 0.39) 0, #fff 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  bottom: -65px;
  content: "";
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 150px;
  left: -65px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -65px;
  top: -65px;
  width: 150px;
  z-index: 0;
}

.heading-section .blinker:after {
  -webkit-animation: bubble 2.5s cubic-bezier(0.05, 0.95, 0.94, 0.95) 0.7s
    infinite;
  -moz-animation: bubble 2.5s cubic-bezier(0.05, 0.95, 0.94, 0.95) 0.7s infinite;
  -ms-animation: bubble 2.5s cubic-bezier(0.05, 0.95, 0.94, 0.95) 0.7s infinite;
  animation: bubble 2.5s cubic-bezier(0.05, 0.95, 0.94, 0.95) 0.7s infinite;
}

.heading-section .breadcrumbs {
  align-items: center;
  color: #000;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 -15px;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .heading-section .breadcrumbs {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0;
    overflow: hidden;
    padding: 0;
  }
}

.heading-section .breadcrumbs.show-all .item {
  white-space: nowrap;
}

.heading-section .breadcrumbs.show-all .item.hide {
  display: flex;
}

.heading-section .breadcrumbs .list-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  .heading-section .breadcrumbs .list-links {
    padding: 0;
  }
}

.heading-section .breadcrumbs .item {
  display: flex;
  flex: 0 1 auto;
}

.heading-section .breadcrumbs .item.hide {
  display: none;
}

.heading-section .breadcrumbs .item.active {
  font-weight: 700;
}

.heading-section .breadcrumbs .item:last-child {
  flex: 1 0 auto;
  white-space: nowrap;
}

.heading-section .breadcrumbs .item:last-child:after {
  content: none;
}

.heading-section .breadcrumbs .item:after {
  content: "→";
  margin: 0 5px;
}

.heading-section .breadcrumbs a {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.heading-section .breadcrumbs a:active,
.heading-section .breadcrumbs a:hover {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.heading-section .breadcrumbs .btn-toggle-breadcrumbs {
  display: none;
  font-size: 0;
  margin-right: 5px;
  padding: 0;
}

.heading-section .breadcrumbs .btn-toggle-breadcrumbs:before {
  background-color: #000;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  color: #bd4f00;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 2px 6px;
}

.heading-section .heading-article {
  position: relative;
  z-index: 1;
}

.heading-section .heading-article .actions {
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .heading-section .heading-article .actions {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 1600px) {
  .heading-section .heading-article .actions {
    padding: 20px 0;
  }
}

.heading-section .heading-article .actions .btn {
  margin-right: 8px;
}

@media only screen and (min-width: 768px) {
  .heading-section .heading-article .actions .btn {
    margin-right: 18px;
  }
}

.heading-section .heading-article .actions .btn:last-child {
  margin-right: 0;
}

.heading-section .heading-title,
.heading-section h1,
.heading-section h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 34px;
  padding-top: 10px;
  color: #00050e;
}

@media only screen and (min-width: 768px) {
  .heading-section .heading-title,
  .heading-section h1,
  .heading-section h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 51px;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 1600px) {
  .heading-section .heading-title,
  .heading-section h1,
  .heading-section h2 {
    font-size: 65px;
    font-size: 5rem;
    line-height: 51px;
  }
}

.heading-section .h3,
.heading-section .h4,
.heading-section .h5,
.heading-section .h6,
.heading-section .heading-subtitle,
.heading-section h3,
.heading-section h4,
.heading-section h5,
.heading-section h6,
.heading-section p {
  font-family:
    Crimson Text,
    serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 21px;
  padding-top: 10px;
  color: #00050e;
}

@media only screen and (min-width: 768px) {
  .heading-section .h3,
  .heading-section .h4,
  .heading-section .h5,
  .heading-section .h6,
  .heading-section .heading-subtitle,
  .heading-section h3,
  .heading-section h4,
  .heading-section h5,
  .heading-section h6,
  .heading-section p {
    font-size: 25px;
    font-size: 2rem;
    line-height: 28px;
  }

  .heading-section.service-section p {
    font-size: 1.9rem;
    line-height: 1.3;
  }
}

.heading-section .secondary-navigation {
  color: #762819;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 19px;
  margin: 0 -15px;
  padding: 20px 0;
}

@media only screen and (min-width: 1024px) {
  .heading-section .secondary-navigation {
    margin: 0;
  }
}

.heading-section .secondary-navigation .list-links {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 36px;
  padding: 0 15px;
  row-gap: 10px;
}

@media only screen and (min-width: 768px) {
  .heading-section .secondary-navigation .list-links {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1024px) {
  .heading-section .secondary-navigation .list-links {
    padding: 0;
  }
}

.heading-section .secondary-navigation .item {
  display: flex;
  margin-right: 30px;
  white-space: nowrap;
}

.heading-section .secondary-navigation .item:last-child {
  margin-right: 15px;
}

@media only screen and (min-width: 1024px) {
  .heading-section .secondary-navigation .item {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .heading-section .secondary-navigation .item {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1300px) {
  .heading-section .secondary-navigation .item {
    margin-right: 50px;
  }
}

.heading-section .secondary-navigation .item.active {
  color: #000;
}

.heading-section .secondary-navigation .item.active a:after {
  background-color: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  bottom: -10px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}

.heading-section .secondary-navigation .item:first-child {
  margin-left: 0;
}

.heading-section .secondary-navigation a {
  display: inline-block;
  position: relative;
}

.heading-section .secondary-navigation a:active,
.heading-section .secondary-navigation a:hover {
  color: #762819;
  text-decoration: underline;
}

.heading-section .secondary-navigation a:active {
  color: #000;
  text-decoration: underline;
}

.article-container {
  color: inherit;
  font-family:
    Crimson Text,
    serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
}

@media only screen and (min-width: 768px) {
  .article-container {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 29px;
  }
}

.article-container ul li {
  list-style-type: none;
  margin-left: 20px;
  position: relative;
}

.article-container ul li.checkmark {
  margin-left: 28px;
}

.article-container ul li.checkmark:before {
  color: #c05702;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  left: -28px;
}

@media only screen and (min-width: 768px) {
  .article-container ul li.checkmark:before {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.article-container ul li:before {
  color: #ffbf3e;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 7px;
  font-size: 0.7rem;
  font-weight: 700;
  left: -20px;
  position: absolute;
  top: 2px;
}

.article-container ol {
  counter-reset: item;
}

.article-container ol li {
  counter-increment: item;
  list-style-type: none;
  margin-left: 5px;
  position: relative;
}

.article-container ol li:before {
  color: #c05702;
  content: counter(item) ".";
  font-weight: 700;
  left: -20px;
  position: absolute;
  top: 3px;
}

.article-container a.doc,
.article-container a.pdf,
.article-container a.xls,
.article-container a.zip,
.article-container a:not([class]) {
  color: #bd4f00;
  text-decoration: none;
}

.article-container a.doc:hover,
.article-container a.pdf:hover,
.article-container a.xls:hover,
.article-container a.zip:hover,
.article-container a:not([class]):hover {
  color: #bd4f00;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.article-container a.doc:active,
.article-container a.pdf:active,
.article-container a.xls:active,
.article-container a.zip:active,
.article-container a:not([class]):active {
  color: #a93b25;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.article-container a.doc i,
.article-container a.pdf i,
.article-container a.xls i,
.article-container a.zip i,
.article-container a:not([class]) i {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 4px;
}

.article-container .h1,
.article-container .h2,
.article-container .h3,
.article-container .h4,
.article-container .h5,
.article-container .h6,
.article-container h1,
.article-container h2,
.article-container h3,
.article-container h4,
.article-container h5,
.article-container h6 {
  font-family:
    PT Sans Caption,
    sans-serif;
}

@media only screen and (min-width: 768px) {
  .article-container .row {
    padding-bottom: 20px;
  }
}

.article-container .row:last-child {
  padding-bottom: 0;
}

.article-section {
  color: inherit;
  font-family:
    Crimson Text,
    serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
}

@media only screen and (min-width: 768px) {
  .article-section {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 29px;
  }
}

.article-section ul li {
  list-style-type: none;
  margin-left: 20px;
  position: relative;
}

.article-section ul li.checkmark {
  margin-left: 28px;
}

.article-section ul li.checkmark:before {
  color: #c05702;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  left: -28px;
}

@media only screen and (min-width: 768px) {
  .article-section ul li.checkmark:before {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.article-section ul li:before {
  color: #c05702;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 7px;
  font-size: 0.7rem;
  font-weight: 700;
  left: -20px;
  position: absolute;
  top: 2px;
}

.article-section ol {
  counter-reset: item;
}

.article-section ol li {
  counter-increment: item;
  list-style-type: none;
  margin-left: 5px;
  position: relative;
}

.article-section ol li:before {
  color: #c05702;
  content: counter(item) ".";
  font-weight: 700;
  left: -20px;
  position: absolute;
  top: 3px;
}

.article-section a.doc,
.article-section a.pdf,
.article-section a.xls,
.article-section a.zip,
.article-section a:not([class]) {
  color: #bd4f00;
  text-decoration: none;
}

.article-section a.doc:hover,
.article-section a.pdf:hover,
.article-section a.xls:hover,
.article-section a.zip:hover,
.article-section a:not([class]):hover {
  color: #bd4f00;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.article-section a.doc:active,
.article-section a.pdf:active,
.article-section a.xls:active,
.article-section a.zip:active,
.article-section a:not([class]):active {
  color: #a93b25;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.article-section a.doc i,
.article-section a.pdf i,
.article-section a.xls i,
.article-section a.zip i,
.article-section a:not([class]) i {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 4px;
}

.numismatics-container {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .numismatics-container {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .numismatics-container {
    padding-top: 50px;
  }
}

.numismatics-section .cards-grid [class*="col-"] {
  margin-bottom: 30px;
}

.contact-form-wrapper {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .contact-form-wrapper {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-form-wrapper {
    padding-top: 75px;
  }

  .contact-form-wrapper .offer-summary strong {
    font-size: 30px;
    font-size: 3rem;
  }
}

.testimonials-section .swiper-slide {
  display: flex;
  height: auto;
  max-width: 270px;
  width: auto;
}

@media only screen and (min-width: 360px) {
  .testimonials-section .swiper-slide {
    max-width: 320px;
  }
}

@media only screen and (min-width: 768px) {
  .testimonials-section .swiper-slide {
    max-width: none;
  }
}

.testimonials-section .swiper-wrapper {
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .testimonials-section .swiper-wrapper {
    padding-bottom: 0;
  }

  .highlights-section {
    margin-bottom: 60px;
  }
}

.testimonials-section .swiper-container .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.highlights-section .swiper-slide {
  display: flex;
  height: auto;
  width: 190px;
}

@media only screen and (min-width: 768px) {
  .highlights-section .swiper-slide {
    width: auto;
  }

  .highlights-section .swiper-wrapper {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .linked-swipers-container {
    position: relative;
  }

  .steps-linked-section {
    height: auto;
    position: relative;
    z-index: 2;
  }
}

.steps-section {
  margin-top: -80px;
}

@media only screen and (min-width: 768px) {
  .steps-section {
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
}

.steps-section .swiper-slide {
  display: flex;
  height: auto;
  width: 270px;
}

@media only screen and (min-width: 360px) {
  .steps-section .swiper-slide {
    width: 310px;
  }
}

@media only screen and (min-width: 480px) {
  .steps-section .swiper-slide {
    width: 420px;
  }
}

@media only screen and (min-width: 768px) {
  .steps-section .swiper-slide {
    width: auto;
  }
}

.network-section h2 {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .network-section h2 {
    padding-bottom: 30px;
  }
}

.network-section .btn {
  margin-top: 15px;
}

.news-container .article-container h2 {
  padding-bottom: 20px;
}

.news-container .swiper-wrapper {
  padding-bottom: 30px;
}

.news-container .swiper-slide {
  display: flex;
  height: auto;
  padding: 20px 0;
  width: 270px;
}

@media only screen and (min-width: 768px) {
  .news-container .swiper-slide {
    width: 360px;
  }
}

.news-container .card-banner {
  height: auto;
  min-height: 270px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .news-container .card-banner {
    min-height: 360px;
  }
}

@media only screen and (min-width: 1024px) {
  .news-container .card-banner {
    min-height: 240px;
  }
}

@media only screen and (min-width: 1100px) {
  .news-container .card-banner {
    min-height: 260px;
  }
}

.container-e-banking {
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .container-e-banking {
    padding-top: 40px;
  }
}

.quicklinks {
  display: none;
}

@media only screen and (min-width: 768px) {
  .quicklinks {
    display: inline-block;
    margin-top: -116px;
    position: fixed;
    right: 15px;
    top: 50%;
  }
}

@media only screen and (min-width: 1180px) {
  .quicklinks {
    right: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .quicklinks {
    right: 10px;
  }
}

.quicklinks .quicklink {
  align-items: center;
  background: #ffbf3e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  -moz-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  color: #00050e;
  display: flex;
  font-size: 20px;
  font-size: 2rem;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.quicklinks .quicklink:active i,
.quicklinks .quicklink:hover i {
  color: #00050e;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

.quicklinks .quicklink:hover {
  background-color: #ffbf3e;
  background-repeat: repeat-x;
  color: #00050e;
}

.quicklinks .quicklink:active {
  background: #83daff;
}

.quicklinks .quicklink i {
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}

@media only screen and (min-width: 768px) {
  .quicklinks .list-links {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.quicklinks .list-links .item {
  padding: 4px 0;
}

.accordion .accordion-item {
  background-color: #fff;
  border: 1px solid #ebeff4;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  -moz-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  margin-top: 12px;
  position: relative;
}

.accordion .accordion-item:first-child {
  margin-top: 0;
}

.accordion .accordion-item button.h5 {
  background: none;
  border: none;
  text-align: left;
}

.accordion .accordion-item-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.accordion .accordion-item-header > i {
  color: #ffbf3e;
  cursor: default;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 15px;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.accordion .accordion-item-body-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  padding: 8px 18px 30px;
}

@media only screen and (min-width: 768px) {
  .accordion .accordion-item-body-content {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 29px;
  }
}

.accordion .accordion-item-body-content p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion .accordion-item-body-content ul {
  margin-bottom: 15px;
}

.accordion .accordion-item-body-content ul li {
  font-family:
    Crimson Text,
    serif;
  margin-left: 20px;
  position: relative;
}

.accordion .accordion-item-body-content ul li:before {
  color: #e7792b;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 0.7rem;
  font-weight: 700;
  left: -20px;
  position: absolute;
  top: 2px;
}

.accordion .accordion-toggle {
  color: #00050e;
  cursor: pointer;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 20px;
  padding: 18px 40px 18px 18px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .accordion .accordion-toggle {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.accordion .accordion-toggle.collapsed {
  color: #000;
}

.accordion .accordion-toggle.collapsed:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.accordion .accordion-toggle.collapsed + i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.accordion .accordion-toggle:after {
  border: 2px solid #ffbf3e;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  bottom: 0;
  content: "";
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  left: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.accordion .accordion-toggle:active,
.accordion .accordion-toggle:hover {
  color: #00050e;
}

@media only screen and (min-width: 768px) {
  .contact-form {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
    -moz-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
    box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
    padding: 15px 30px 15px 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-form {
    padding: 30px 50px 50px 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .contact-form {
    padding: 40px 75px 50px 30px;
  }
}

.contact-form .instructions {
  font-family:
    Crimson Text,
    serif;
  line-height: 21px;
}

@media only screen and (min-width: 768px) {
  .contact-form .instructions {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 29px;
  }
}

.contact-form .disclaimer {
  color: #6e7176;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .contact-form .disclaimer {
    padding-bottom: 20px;
  }
}

.contact-form button[type="submit"] {
  margin-top: 10px;
}

.contact-form button[type="submit"] span {
  display: none;
}

@media only screen and (min-width: 768px) {
  .contact-form button[type="submit"] span {
    display: inline-block;
  }
}

.offer-summary {
  background-color: #26262b;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  color: #fff;
  color: #c4c1c1;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  padding: 15px;
}

@media only screen and (min-width: 1024px) {
  .offer-summary {
    padding: 40px 25px;
  }
}

.offer-summary p {
  padding-bottom: 10px;
}

.offer-summary label {
  font-weight: 700;
}

.offer-summary strong {
  align-items: center;
  color: #bd4f00;
  display: flex;
  flex-direction: row;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  padding: 2px 0 5px;
}

.offer-summary strong i {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 10px;
  vertical-align: middle;
}

.offer-summary .list-benefits {
  padding: 10px 0 25px;
}

.offer-summary .list-benefits li {
  margin-left: 20px;
  padding: 4px 0 4px 6px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .offer-summary .list-benefits li {
    padding-left: 10px;
  }
}

.offer-summary .list-benefits li.checkmark:before {
  color: #bd4f00;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 19px;
  font-size: 1.9rem;
  left: -20px;
  position: absolute;
  top: 4px;
}

@media only screen and (min-width: 768px) {
  .offer-summary .list-benefits li.checkmark:before {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.offer-summary a:not([class]) {
  align-self: flex-start;
  color: #bd4f00;
  font-weight: 700;
  margin-right: auto;
}

.offer-summary a:not([class]):hover {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.offer-summary .actions {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: center;
  margin-top: auto;
  padding-top: 10px;
}

@media only screen and (min-width: 1100px) {
  .offer-summary .actions {
    flex-direction: row;
    justify-content: space-between;
  }
}

.offer-summary .actions .btn-secondary + a {
  margin-right: 0;
  margin-top: 15px;
}

.offer-summary .lifeline {
  display: block;
  height: 32px;
  width: 100%;
}

.offer-summary .lifeline.flip {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.offer-summary .animate-line {
  height: 45px;
  margin-top: -18px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.offer-summary .animate-line .animation {
  -webkit-animation: endless-scroll 4.5s linear 0s 1;
  -moz-animation: endless-scroll 4.5s linear 0s 1;
  -ms-animation: endless-scroll 4.5s linear 0s 1;
  animation: endless-scroll 4.5s linear 0s 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  -webkit-transform: translate(-7%);
  -moz-transform: translate(-7%);
  -ms-transform: translate(-7%);
  -o-transform: translate(-7%);
  transform: translate(-7%);
  white-space: nowrap;
}

.offer-summary .animate-line .lifeline {
  display: inline-block;
  height: 45px;
  margin: 0;
  max-width: none;
  width: auto;
}

.range-wrapper {
  display: flex;
  flex: 1;
  width: 100%;
}

.card-banner {
  align-items: flex-start;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(54, 57, 61, 0.34);
  -moz-box-shadow: 0 4px 20px 0 rgba(54, 57, 61, 0.34);
  box-shadow: 0 4px 20px 0 rgba(54, 57, 61, 0.34);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family:
    PT Sans,
    sans-serif;
  height: 165px;
  justify-content: flex-end;
  overflow: hidden;
  padding: 12px 20px;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

@media only screen and (min-width: 768px) {
  .card-banner {
    height: 215px;
  }
}

.card-banner:hover figure {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.card-banner:hover .h3:before,
.card-banner:hover h3:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.card-banner figure {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: transform 0.35s ease-out;
  -moz-transition: transform 0.35s ease-out;
  -o-transition: transform 0.35s ease-out;
  -ms-transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  z-index: -1;
}

.card-banner figure:before {
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(rgba(0, 0, 0, 0.7)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7),
    transparent
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7),
    transparent
  );
  background-image: -ms-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7),
    transparent
  );
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background-image: linear-gradient(0deg, rgb(0 0 0), #00000052);
  background-repeat: repeat-x;
  bottom: 0;
  content: "";
  cursor: default;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0%;
  z-index: 0;
}

.card-banner .h3,
.card-banner h3 {
  color: #fff;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 27px;
  text-shadow: 0 2px 44px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
  .card-banner .h3,
  .card-banner h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
  }
}

.card-banner .h3:before,
.card-banner h3:before {
  align-items: center;
  background-color: #00050e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #ffbf3e;
  content: "\f061";
  display: flex;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  height: 33px;
  justify-content: center;
  position: absolute;
  right: 20px;
  text-shadow: none;
  top: 20px;
  -webkit-transition: transform 0.35s ease-out;
  -moz-transition: transform 0.35s ease-out;
  -o-transition: transform 0.35s ease-out;
  -ms-transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  width: 33px;
}

.card-banner .h3 a,
.card-banner h3 a {
  color: #fff;
  text-decoration: none;
}

.card-banner .h3 a:after,
.card-banner h3 a:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.card-banner .h4,
.card-banner h4 {
  color: #fff;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 19px;
  line-height: 1;
  padding-bottom: 0;
  padding-top: 5px;
}

.card-highlight {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .card-highlight {
    padding-top: 30px;
  }
}

.card-highlight figure {
  padding-bottom: 10px;
}

.card-highlight figure i {
  font-size: 35px;
  font-size: 3.5rem;
}

@media only screen and (min-width: 768px) {
  .card-highlight figure i {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.card-highlight .highlight-title {
  font-family:
    PT Sans,
    sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 19px;
}

.card-highlight .highlight-title strong {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 23px;
  padding-top: 5px;
}

@media only screen and (min-width: 768px) {
  .card-highlight .highlight-title strong {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 33px;
  }
}

.card-highlight i {
  color: #bd4f00;
  font-size: 20px;
  font-size: 2rem;
}

.card-step {
  background-color: #83daff;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  -moz-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  display: flex;
  flex: 1;
  flex-direction: column;
  font-family:
    PT Sans,
    sans-serif;
  padding: 15px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .card-step {
    padding: 30px;
  }
}

.card-step .step {
  color: #6e7272;
}

.card-step .step,
.card-step .step-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.card-step .step-title {
  color: #000;
  font-family:
    PT Sans,
    sans-serif;
  line-height: 27px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .card-step .step-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 37px;
  }
}

.card-step .step-title i {
  align-items: center;
  background-color: #c05702;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#bd4f00),
    to(#c05702)
  );
  background-image: -webkit-linear-gradient(left, #bd4f00, #c05702);
  background-image: -moz-linear-gradient(left, #bd4f00, #c05702);
  background-image: -ms-linear-gradient(left, #bd4f00, #c05702);
  background-image: -o-linear-gradient(left, #bd4f00, #c05702);
  background-image: linear-gradient(270deg, #bd4f00, #c05702);
  background-repeat: repeat-x;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  height: 33px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: transform 0.35s ease-out;
  -moz-transition: transform 0.35s ease-out;
  -o-transition: transform 0.35s ease-out;
  -ms-transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  width: 33px;
}

.card-step .step-title a {
  color: inherit;
  padding-right: 40px;
}

.card-step .step-title a:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.card-step article {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
}

@media only screen and (min-width: 768px) {
  .card-step article {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 29px;
    padding-top: 10px;
  }
}

.card-step article a img {
  margin-top: 6px;
}

.card-step article a:not([class]) {
  color: #bd4f00;
  text-decoration: none;
}

.card-step article a:not([class]):hover {
  color: #bd4f00;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.card-step article a:not([class]):active {
  color: #a93b25;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.card-step article a:not([class]) i {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 4px;
}

.card-step article p + p {
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .card-step article p + p {
    padding-top: 15px;
  }
}

.step-visual {
  margin: 0 auto;
  max-width: 240px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .step-visual {
    max-width: 350px;
  }
}

.step-visual .figure-wrapper {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.step-visual figure {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  width: 500px;
  height: 500px;
}

@media (max-width: 576px) {
  .step-visual figure {
    width: 100%;
    height: 100%;
  }
}

.step-visual figure.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.step-visual article {
  position: relative;
  z-index: 1;
}

.step-visual article img {
  max-width: 80%;
}

@media only screen and (min-width: 768px) {
  .step-visual article img {
    max-width: 100%;
  }
}

.step-visual .step {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 25px;
}

@media only screen and (min-width: 768px) {
  .step-visual .step {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 24px;
    padding-top: 50px;
  }
}

.step-visual .step:after {
  content: "●\00000a\●\00000a\●\00000a\●\00000a\●\00000a\●\00000a\●";
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 5px;
  padding: 10px 0 5px;
  unicode-bidi: isolate;
  white-space: pre;
}

@media only screen and (min-width: 768px) {
  .step-visual .step:after {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 10px;
    padding: 10px 0 5px;
  }
}

.step-visual .step strong {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .step-visual .step strong {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
  }
}

.card-benefit {
  background-color: #fff;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  -moz-box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  box-shadow: 0 4px 20px 0 rgba(171, 185, 205, 0.25);
  display: flex;
  flex: 1;
  flex-direction: column;
  font-family:
    PT Sans,
    sans-serif;
  padding: 15px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .card-benefit {
    padding: 30px;
  }
}

.card-benefit .benefit-title {
  font-family:
    PT Sans,
    sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 26px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .card-benefit .benefit-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 37px;
  }
}

.card-benefit article {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
}

@media only screen and (min-width: 768px) {
  .card-benefit article {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 23px;
  }
}

.card-benefit article p:first-child {
  padding-top: 10px;
}

.card-benefit article a:not([class]) {
  color: #bd4f00;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.card-benefit article a:not([class]):hover {
  color: #c05702;
}

.card-benefit article a:not([class]):active {
  color: #762819;
}

.card-benefit .list-benefits,
.card-step .list-benefits {
  padding: 10px 0 0;
}

.card-benefit .list-benefits li,
.card-step .list-benefits li {
  font-family:
    PT Sans,
    sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  margin-left: 20px;
  padding: 6px 0 6px 10px;
  position: relative;
}

.card-benefit .list-benefits li.checkmark,
.card-step .list-benefits li.checkmark {
  margin-left: 14px;
}

@media only screen and (min-width: 768px) {
  .card-benefit .list-benefits li.checkmark,
  .card-step .list-benefits li.checkmark {
    margin-left: 20px;
  }
}

.card-benefit .list-benefits li.checkmark:before,
.card-step .list-benefits li.checkmark:before {
  color: #ffbf3e;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  left: -20px;
  position: absolute;
  top: 8px;
}

@media only screen and (min-width: 768px) {
  .card-benefit .list-benefits li.checkmark:before,
  .card-step .list-benefits li.checkmark:before {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.card-benefit .h4,
.card-benefit h4,
.card-step .h4,
.card-step h4 {
  font-family:
    PT Sans,
    sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 19px;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .card-benefit .h4,
  .card-benefit h4,
  .card-step .h4,
  .card-step h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 25px;
  }
}

.price-list .table-price-list {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  width: 100%;
}

.price-list .table-price-list td {
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 10px;
  vertical-align: top;
}

.price-list .table-price-list td:first-child {
  padding-left: 0;
}

.price-list .table-price-list td:last-child {
  padding-right: 0;
  white-space: nowrap;
}

.mobile-account-info-bar {
  align-items: center;
  background-color: #26262b;
  bottom: 0;
  color: #fff;
  display: flex;
  flex: 1;
  flex-direction: row;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: space-evenly;
  left: 0;
  line-height: 21px;
  min-height: 32px;
  position: sticky;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .mobile-account-info-bar {
    display: none;
  }
}

.mobile-account-info-bar .account-costs {
  display: flex;
  flex: 1 0;
  justify-content: center;
  padding: 4px;
}

.mobile-account-info-bar .btn-select-services {
  align-items: center;
  background-color: #bd4f00;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#c05702),
    to(#bd4f00)
  );
  background-image: -webkit-linear-gradient(left, #c05702, #bd4f00);
  background-image: -moz-linear-gradient(left, #c05702, #bd4f00);
  background-image: -ms-linear-gradient(left, #c05702, #bd4f00);
  background-image: -o-linear-gradient(left, #c05702, #bd4f00);
  background-image: linear-gradient(270deg, #c05702, #bd4f00);
  background-repeat: repeat-x;
  border: 0;
  color: #fff;
  display: flex;
  flex: 0 1;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

.mobile-account-info-bar .btn-select-services:focus {
  border: 0;
  outline: none;
}

.mobile-account-info-bar .btn-select-services:hover {
  background: #c05702;
}

.mobile-account-info-bar .btn-select-services:active {
  background: #762819;
}

.costs-breakdown {
  text-align: center;
}

.costs-breakdown .table-costs-breakdown {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  text-align: left;
  width: 100%;
}

.costs-breakdown .table-costs-breakdown td,
.costs-breakdown .table-costs-breakdown th {
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 10px;
  vertical-align: top;
}

.costs-breakdown .table-costs-breakdown td:first-child,
.costs-breakdown .table-costs-breakdown th:first-child {
  padding-left: 0;
}

.costs-breakdown .table-costs-breakdown td:last-child,
.costs-breakdown .table-costs-breakdown th:last-child {
  padding-right: 0;
}

.costs-breakdown .table-costs-breakdown td:last-child {
  white-space: nowrap;
}

.costs-breakdown .table-costs-breakdown th {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 19px;
  padding-top: 20px;
  text-align: left;
}

.costs-breakdown .table-costs-breakdown .no-border {
  border: 0;
  padding-bottom: 0;
}

.svg-graph-animation-wrapper {
  cursor: default;
  height: 70px;
  margin-left: -150px;
  margin-right: -300px;
  margin-top: 0;
  pointer-events: none;
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .svg-graph-animation-wrapper {
    height: 70px;
    margin-left: -100px;
    margin-right: -100px;
  }
}

@media only screen and (min-width: 1024px) {
  .svg-graph-animation-wrapper {
    height: 120px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -50px;
  }
}

.svg-graph-animation-wrapper .svg-graph-animation {
  bottom: 0;
  left: -15px;
  position: absolute;
  right: -15px;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .svg-graph-animation-wrapper .svg-graph-animation {
    left: -100px;
    right: -100px;
  }
}

.svg-graph-animation-wrapper .svg-graph-animation svg {
  height: auto;
  width: 100%;
}

.list-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.list-buttons .btn {
  margin: 7px 15px 7px 0;
}

@media only screen and (min-width: 1024px) {
  .list-buttons .btn {
    margin-right: 30px;
  }
}

.short-article {
  color: #c4c1c1;
}

.short-article figure {
  font-size: 43px;
  font-size: 4.3rem;
}

.short-article .short-article-title {
  color: #00050e;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 39px;
  padding: 20px 0 30px;
}

.short-article .btn-secondary {
  margin-top: 25px;
}

.list-short-articles {
  margin: -20px 0;
}

.list-short-articles .item {
  border-bottom: 1px solid #323236;
  padding: 20px 0;
}

.list-short-articles .item:last-child {
  border: 0;
}

.short-article-mobile {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: row;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 26px;
  padding-right: 60px;
  position: relative;
}

.short-article-mobile:after {
  align-items: center;
  background-color: #fff;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #c05702;
  content: "";
  display: flex;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  height: 33px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  margin-top: -16px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 33px;
}

@media only screen and (min-width: 1024px) {
  .js-fade-in-up {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }

  .fade-in-up-done {
    -webkit-animation: fade-in-up 0.5s ease-out 0s forwards;
    -moz-animation: fade-in-up 0.5s ease-out 0s forwards;
    -ms-animation: fade-in-up 0.5s ease-out 0s forwards;
    animation: fade-in-up 0.5s ease-out 0s forwards;
  }

  .fade-in-up-done.delay-100 {
    animation-delay: 0.1s;
  }

  .fade-in-up-done.delay-200 {
    animation-delay: 0.2s;
  }

  .fade-in-up-done.delay-300 {
    animation-delay: 0.3s;
  }

  .fade-in-up-done.delay-400 {
    animation-delay: 0.4s;
  }

  .fade-in-up-done.delay-500 {
    animation-delay: 0.5s;
  }

  .fade-in-up-done.delay-600 {
    animation-delay: 0.6s;
  }

  .fade-in-up-done.delay-700 {
    animation-delay: 0.7s;
  }

  .fade-in-up-done.delay-800 {
    animation-delay: 0.8s;
  }

  .fade-in-up-done.delay-900 {
    animation-delay: 0.9s;
  }

  .fade-in-up-done.delay-1000 {
    animation-delay: 1s;
  }
}

.z-index-100 {
  z-index: 100;
}

.bgGrey {
  background-color: #fff9ec;
  padding: 70px 0 50px;
}

.equalCards .card-highlight {
  height: 100%;
}

.js-swiper-steps-linked .swiper-slide {
  visibility: hidden;
}

.js-swiper-steps-linked .swiper-slide.swiper-slide-active {
  visibility: visible;
}

.footer {
  background-color: #6b5f4c;
  color: #fff;
  padding-bottom: 20px;
  padding-top: 40px;
  position: relative;
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-location-dot::after {
  content: "\10f3c5";
}

.fad.fa-location-dot {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
}

@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 10%;
    position: relative;
  }

  .footer:after {
    background: url(/assets/images/bg-hills-for-dark-bg.svg) no-repeat 100% 100%;
    background-size: 580px;
    bottom: 0;
    content: "";
    cursor: default;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
}

.footer .footer-featured-links-section {
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .footer .footer-featured-links-section {
    padding-bottom: 75px;
  }
}

.footer .footer-featured-link {
  display: flex;
  flex-direction: row;
}

.footer .footer-featured-link figure {
  display: flex;
  font-size: 2rem;
  /* padding-top: 2px; */
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .footer .footer-featured-link figure {
    /* justify-content: flex-end; */
    padding-right: 18px;
  }
}

.footer .footer-featured-link article {
  color: #c4c1c1;
  flex: 1;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
}

.footer .footer-featured-link article a:hover {
  text-decoration: underline;
}

.footer .footer-featured-link article a:active {
  color: #e7b490;
  text-decoration: underline;
}

.footer .footer-featured-link p:not(.h4) {
  font-family:
    PT Sans,
    sans-serif;
  font-size: 15px;
  line-height: 21px;
  margin: 0;
  padding: 0;
  color: #fff;
}

.footer .footer-featured-link .h4,
.footer .footer-featured-link h4 {
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  padding-bottom: 7px;
}

@media only screen and (max-width: 768px) {
  .footer .footer-links-section {
    padding-bottom: 0;
  }

  .footer .footer-links-section [class*="col-"] {
    margin-bottom: 24px;
  }
}

.footer .footer-links {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
}

@media only screen and (min-width: 768px) {
  .footer .footer-links {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 22px;
  }
}

.footer .footer-links .h5,
.footer .footer-links h5 {
  border-color: #83daff !important;
  color: #83daff;
  font-size: 14px;
}

.footer .footer-links a {
  font-weight: 700;
}

.footer .footer-links a:hover {
  text-decoration: underline;
}

.footer .footer-links a:active {
  color: #e7b490;
  text-decoration: underline;
}

.footer .footer-links .list-links {
  width: 100%;
  margin-top: 25px;
  padding-left: 15px;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
}

.footer .footer-links .list-links.service-links li {
  position: relative;
  padding-left: 20px;
}

.footer .footer-links .list-links.service-links li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: inherit;
  font-size: 1.2em;
  line-height: 1;
  color: #ffbf3e;
}
.list-links.service-links.account-links {
  list-style: none;
}
.footer .footer-links .list-links.social-links {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 25px;
  padding-left: 15px;
  gap: 20px;
  justify-content: flex-start;
}

.social-links i {
  font-size: 2.7rem;
}

@media only screen and (max-width: 576px) {
  .footer .footer-links .list-links.social-links {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.account-links li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.footer .footer-links .list-links .item {
  display: flex;
  margin-bottom: 7px;
}

.footer .footer-links .list-links .item:last-child {
  margin-right: 0;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .footer .footer-links .list-links .item:last-child {
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .footer .footer-links .h5,
  .footer .footer-links h5 {
    border-bottom: none !important;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 40px;
    position: relative;
  }

  .footer .footer-links .h5:after,
  .footer .footer-links h5:after {
    color: inherit;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 400;
    margin-top: -1rem;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }

  .footer .footer-links .h5.active:after,
  .footer .footer-links h5.active:after {
    transform: rotate(180deg);
  }

  .footer .footer-links .list-links {
    border-top: 1px solid hsla(343, 6%, 78%, 0.3);
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }

  .footer .footer-links .list-links .item {
    display: block;
    margin-bottom: 13px;
    margin-right: 0;
  }
}

.footer .footer-footnote-section {
  color: #c4c1c1;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer .footer-footnote-section {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .footer .footer-footnote-section {
    margin-top: 20px;
  }
}

.footer .footnote {
  line-height: 29px;
}

.footer .footnote a {
  color: #fff;
}

.footer .footnote a:hover {
  text-decoration: underline;
}

.footer .footnote a:active {
  color: #e7b490;
  text-decoration: underline;
}

.footer .footnote p {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.footer .footnote .list-links {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .footer .footnote .list-links {
    justify-content: flex-start;
  }
}

.footer .footnote .list-links .item {
  display: inline-block;
  margin-left: 20px;
}

.footer .footnote .author {
  display: block;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer .footnote .author {
    display: inline-block;
    float: right;
    padding-top: 0;
    text-align: right;
  }

  .footer .swiper-main .swiper-wrapper {
    padding-bottom: 0;
  }
}

.footer .swiper-main .swiper-slide {
  width: 280px;
}

@media only screen and (min-width: 768px) {
  .footer .swiper-main .swiper-slide {
    width: auto;
  }
}
.footer-form {
  background: #ffffff;
  padding: 20px;
  border-radius: 25px;
  color: #000;
  border: 2px solid #000;
  position: absolute;
  width: -webkit-fill-available;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}

.footer-form h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.footer-form .form-control {
  border-color: #83daff;
}
.footer-form [class*="col-"] {
  margin-bottom: 0px;
}
@media (max-width: 1549px) and (min-width: 991px) {
  .footer {
    padding-top: 16%;
  }
  .footer-form {
    top: 0%;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .footer {
    padding-top: 30%;
  }
  .footer-form {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 5%;
  }
  .footer-form {
    position: relative;
    left: unset;
    top: unset;
    margin: 10px auto;
    transform: none;
  }
  .footer-form h4 {
    margin-bottom: 0px;
  }
}

.eli {
  background: none !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 40px;
  z-index: 100000;
}

.eli,
.eli a {
  display: block;
}

.eli a {
  color: #bd4f00 !important;
  font-size: 22px !important;
}

.overlayEditLink {
  background: rgba(247, 143, 30, 0.3) !important;
}

.col-15,
.col-25,
.col-35,
.col-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-xl-15,
.col-xl-25,
.col-xl-35,
.col-xl-45 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.col-15 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-25 {
  flex: 0 0 40%;
  max-width: 40%;
}

.col-35 {
  flex: 0 0 60%;
  max-width: 60%;
}

.col-45 {
  flex: 0 0 80%;
  max-width: 80%;
}

@media only screen and (min-width: 480px) {
  .col-sm-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-sm-25 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-sm-35 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-sm-45 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-25 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-md-35 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-md-45 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-25 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-lg-35 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-lg-45 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-25 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xl-35 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xl-45 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

ul.list-links.drop {
  display: none !important;
}

.newsListingAll p {
  padding-top: 10px;
}

.newsImageBorderRadius {
  border-radius: 17px;
}

.newsImageMarginBottom {
  margin-bottom: 15px;
}

.newsTag {
  background: #fff;
  border: 1px solid #bd4f00;
  border-radius: 9999px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #bd4f00;
  display: inline-block;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 19px;
  padding: 10px 20px;
}

.newsNoImg {
  background-color: #83daff;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#83daff),
    to(#3fc6ff)
  );
  background-image: linear-gradient(270deg, #83daff, #3fc6ff);
}

.addthis_inline_share_toolbox {
  margin-bottom: 20px;
}

.form-group.form-check-inline {
  margin: 0;
}

.form-group.form-check-inline > .form-check {
  margin: 4px 20px 4px 0;
  padding: 0;
}

.container-fluid.container-wrapper {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

div[class*="col-"] > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.step-visual article {
  min-height: 500px;
}

.card-step article {
  font-family:
    Crimson Text,
    serif;
}

.header-less-padding .credit-info-container,
.header-less-padding .credit-info-container .highlights-section {
  padding-bottom: 0;
}

.closer-usp {
  margin-top: -15px;
  padding-top: 0;
}

.news-related-img {
  padding-bottom: 15px;
}

.main h5.new-related-heading {
  margin-bottom: 20px;
}

.table-center {
  display: flex;
  justify-content: center;
}

.table-center .table-responsive {
  width: auto;
}

.news-container .card-banner {
  width: 100%;
}

.sticky-circle {
  position: sticky;
  top: 100px;
}

@media only screen and (max-width: 1023px) {
  .overfloWrapper {
    overflow-x: hidden;
    width: 100vw;
  }
}

.has-credo-navigation .credo-navigation {
  top: 0;
}

.has-credo-navigation .overfloWrapper {
  margin-top: -35px;
}

.article-container .fad {
  --fa-primary-color: #762819;
  --fa-secondary-color: #de7d41;
  --fa-secondary-opacity: 1;
}

.fad {
  line-height: 1.5 !important;
}

.accordion .accordion-item-body-content p {
  font-family:
    Crimson Text,
    serif;
}

.more-content-faq-addInfo {
  max-height: 100%;
  overflow-y: hidden;
  transition: max-height 1s ease-in-out;
}

.more-content-faq-addInfo.hidden {
  max-height: 320px;
  overflow-y: hidden;
  position: relative;
}

.more-content-faq-addInfo.hidden:after {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: -webkit-linear-gradient(right, #fff, hsla(0, 0%, 100%, 0));
  background-image: -moz-linear-gradient(right, #fff, hsla(0, 0%, 100%, 0));
  background-image: -ms-linear-gradient(right, #fff, hsla(0, 0%, 100%, 0));
  background-image: -o-linear-gradient(right, #fff, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  bottom: 0;
  content: "";
  height: 30px;
  position: absolute;
  width: 100%;
}

.bg-link-water .more-content-faq-addInfo,
.bgGrey .more-content-faq-addInfo {
  max-height: 100%;
  overflow-y: hidden;
  transition: max-height 1s ease-in-out;
}

.bg-link-water .more-content-faq-addInfo.hidden,
.bgGrey .more-content-faq-addInfo.hidden {
  max-height: 320px;
  overflow-y: hidden;
  position: relative;
}

.bg-link-water .more-content-faq-addInfo.hidden:after,
.bgGrey .more-content-faq-addInfo.hidden:after {
  background-color: rgba(243, 247, 252, 0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3f7fc),
    to(rgba(243, 247, 252, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    #f3f7fc,
    rgba(243, 247, 252, 0)
  );
  background-image: -moz-linear-gradient(
    right,
    #f3f7fc,
    rgba(243, 247, 252, 0)
  );
  background-image: -ms-linear-gradient(right, #f3f7fc, rgba(243, 247, 252, 0));
  background-image: -o-linear-gradient(right, #f3f7fc, rgba(243, 247, 252, 0));
  background-image: linear-gradient(0deg, #f3f7fc, rgba(243, 247, 252, 0));
  bottom: 0;
  content: "";
  height: 30px;
  position: absolute;
  width: 100%;
}

.btn-faq-addInfo,
.btn-faq-addInfoEN {
  margin: 20px 0;
}

img {
  height: auto !important;
  max-width: 100% !important;
}

.roundedImage img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.racun-header-less-padding {
  padding-bottom: 0;
}

.racun-header-less-padding .highlights-section {
  margin-bottom: -25px;
  padding-bottom: 0;
}

body #mlb2-3797176.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  background-color: #f3f7fc;
  font-family:
    PT Sans,
    sans-serif !important;
}

body
  #mlb2-3797176.ml-form-embedContainer
  .ml-form-embedWrapper.embedForm
  .ml-form-embedContent
  p:first-of-type {
  display: none;
}

body #mlb2-3797176.ml-form-embedContainer .ml-form-embedWrapper.embedForm p {
  font-family:
    PT Sans,
    sans-serif !important;
  font-size: 15px !important;
  line-height: 21px !important;
}

body #mlb2-3797176.ml-form-embedContainer .ml-form-embedWrapper.embedForm h4 {
  font-family:
    PT Sans Caption,
    sans-serif !important;
  font-size: 2.6rem;
  line-height: 30px;
  padding-bottom: 0;
}

body
  #mlb2-3797176.ml-form-embedContainer
  .ml-form-embedWrapper
  .ml-form-embedBody
  .ml-form-horizontalRow
  button,
body
  #mlb2-3797176.ml-form-embedContainer
  .ml-form-embedWrapper
  .ml-form-embedBody
  .ml-form-horizontalRow
  input {
  font-family:
    PT Sans,
    sans-serif !important;
  font-size: 15px !important;
}

.widget-grozd-img {
  max-height: 230px;
}

.widget-grozd-img {
  bottom: 0%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

@media (max-width: 576px) {
  .widget-grozd-img {
    display: none;
  }

  .frontpageAdsSimple .swiper-pagination-pause {
    display: none !important;
  }

  .frontpageAdsSimple .swiper-slide.heading-container {
    background-position: left;
  }
}

.container-wrapper .article-container {
  padding-left: 0;
  padding-right: 0;
}

.alert.alert-danger {
  background: #f5c6cb !important;
}

.alert.alert-danger,
.alert.alert-info {
  margin-bottom: 20px !important;
  padding: 10px 10px 10px 60px !important;
  position: relative !important;
  text-align: left !important;
}

.alert.alert-info {
  background: #bee5eb !important;
}

.alert.alert-success {
  background: #a2d4a1 !important;
  border-color: #a2d4a1 !important;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px !important;
  padding: 20px 20px 20px 60px !important;
  position: relative !important;
  text-align: left !important;
}

.alert.alert-success:before {
  color: #fff;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 14px;
}

.alert.alert-danger i,
.alert.alert-info i,
.alert.alert-success:before {
  font-size: 33px;
  position: absolute;
  top: 55%;
  -ms-transform: transla te(0, -50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.alert.alert-danger i,
.alert.alert-info i {
  display: inline-block;
  font-weight: 600;
  left: 10px;
}

.alert.alert-danger h4,
.alert.alert-info h4 {
  margin: 0 0 5px;
  padding-bottom: 0;
}

.alert.alert-danger p,
.alert.alert-info p {
  margin-bottom: 0;
  margin-top: 0;
}

span.has-error {
  color: #721c24;
  font-size: 14px;
}

table .fa-times {
  opacity: 0.2;
}

.offer-summary .animate-line img.lifeline {
  height: 45px !important;
  max-width: none !important;
}

.modal-dialog-racuni {
  max-width: 870px !important;
}

.heading-section.has-image.has-navigation .secondary-navigation {
  z-index: 1;
}

label#fileLabel {
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #495057;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 10px 7.5px;
}

label#fileLabel:after {
  height: 100%;
  padding: 7px 7.5px;
}

.hribcki {
  position: relative;
  z-index: -2;
}

.hribcki:after {
  background-image: url(/assets/images/bg-hills-back-for-bright-bg-1.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  width: 580px;
  z-index: -1;
}

.quicklinks {
  z-index: 15 !important;
}

.blur .footerNew,
.blur .main,
.blur header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blur .footerNew,
.blur .main,
.blur header {
  filter: blur(8px);
}

#oldIE .article-container li,
#oldIE .article-container p,
#oldIE .article-container ul {
  font-size: 16px !important;
}

.smallPrint {
  padding: 30px 10px 0;
}

.smallPrint p {
  font-size: 15px;
}

.homepageCta {
  list-style-type: none !important;
  margin-left: 0 !important;
}

.homepageCta:before {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .step-visual article {
    min-height: 275px;
  }

  .form-group.form-check-inline.col {
    margin-bottom: 2rem;
  }

  .form-group {
    margin-bottom: 0;
  }
}

.dot:before {
  border-radius: 50%;
  content: "";
  height: 50px;
  left: -15px;
  position: absolute;
  top: -15px;
  width: 50px;
}

.btn.btn-secondary i {
  margin-top: -15px;
  right: 3.5px;
}

.izrednaNovica a {
  text-align: left;
  width: 100%;
}

.enLanguage {
  color: #000;
  display: none;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 22px;
  margin-right: 50px;
  position: relative;
  top: 2px;
}

.enLanguage:hover {
  color: #bd4f00;
}

@media only screen and (min-width: 1024px) {
  .enLanguage {
    display: inline-block;
  }
}

.news-container.under-banner {
  margin-bottom: -150px;
  position: relative;
  top: -120px;
  z-index: 10;
}

@media only screen and (max-width: 1160px) {
  .news-container.under-banner {
    margin-bottom: -130px;
    top: -100px;
  }
}

@media only screen and (max-width: 1023px) {
  .news-container.under-banner {
    margin-bottom: 0;
    position: static;
  }
}

.article-container .h1,
.article-container .h2,
.article-container .h3,
.article-container .h4,
.article-container .h5,
.article-container .h6,
.article-container h1,
.article-container h2,
.article-container h3,
.article-container h4,
.article-container h5,
.article-container h6,
.article-section .h1,
.article-section .h2,
.article-section .h3,
.article-section .h4,
.article-section .h5,
.article-section .h6,
.article-section h1,
.article-section h2,
.article-section h3,
.article-section h4,
.article-section h5,
.article-section h6 {
  font-family:
    PT Sans Caption,
    sans-serif;
}

.frontpageAdsSimple .swiper-slide.whiteColor .heading-article .h1,
.frontpageAdsSimple .swiper-slide.whiteColor .heading-article .h2,
.frontpageAdsSimple .swiper-slide.whiteColor .heading-article .h3,
.frontpageAdsSimple .swiper-slide.whiteColor .heading-article .h4,
.frontpageAdsSimple .swiper-slide.whiteColor .heading-article .h5,
.frontpageAdsSimple .swiper-slide.whiteColor .heading-article .h6,
.frontpageAdsSimple .swiper-slide.whiteColor .heading-article a,
.frontpageAdsSimple .swiper-slide.whiteColor .heading-article h1,
.frontpageAdsSimple .swiper-slide.whiteColor .heading-article h2,
.frontpageAdsSimple .swiper-slide.whiteColor .heading-article h3,
.frontpageAdsSimple .swiper-slide.whiteColor .heading-article h4,
.frontpageAdsSimple .swiper-slide.whiteColor .heading-article h5,
.frontpageAdsSimple .swiper-slide.whiteColor .heading-article h6,
.frontpageAdsSimple .swiper-slide.whiteColor .heading-article p {
  color: #fff !important;
}

.frontpageAdsSimple .swiper-slide.heading-container {
  min-height: 400px;
  width: 100%;
}

.frontpageAdsSimple .swiper-pagination {
  bottom: 70px;
  left: 50%;
  position: absolute;
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.frontpageAdsSimple .swiper-pagination .swiper-pagination-bullet {
  background-color: #00050e;
  opacity: 1;
}

.frontpageAdsSimple .swiper-pagination-pause {
  align-items: center;
  bottom: 70px;
  display: flex;
  flex-direction: row;
  left: 50%;
  position: absolute;
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 10;
}

.frontpageAdsSimple .swiper-pagination-pause .swiper-pause {
  background: #00050e;
  border: none;
  border-radius: 50%;
  height: 33px;
  margin-right: 15px;
  position: relative;
  width: 33px;
}

.frontpageAdsSimple .swiper-pagination-pause .swiper-pause:after {
  color: #83daff;
  content: "\f04c";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.frontpageAdsSimple .swiper-pagination-pause .swiper-pause.paused:after {
  content: "\f04b";
}

.frontpageAdsSimple .swiper-pagination-pause .swiper-pagination {
  display: flex;
  position: static;
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}

@media only screen and (min-width: 768px) {
  .frontpageAdsSimple .swiper-slide.heading-container {
    min-height: 640px;
  }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.visually-hidden {
  display: inline-block;
}

.skip-button {
  display: inline-flex;
  height: 0 !important;
  opacity: 0;
  outline: 0;
  overflow: hidden;
  padding: 0 !important;
  pointer-events: none;
  position: absolute;
}

.skip-button:focus,
.skip-button:focus-visible,
.skip-button:focus-within {
  height: auto !important;
  margin-bottom: 10px;
  margin-left: 6px;
  margin-top: 10px;
  opacity: 1;
  padding: 11px 20px !important;
  pointer-events: all;
  position: static;
}

html :focus-visible {
  outline-color: #00050e !important;
  outline-offset: 3px;
  outline-style: solid !important;
  outline-width: 1px !important;
}

html .bg-shark :focus-visible,
html .footer :focus-visible {
  outline-color: #fff !important;
}

.custom-section {
  background-color: #83daff;
  border-radius: 20px;
  overflow: hidden;
}

.custom-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.process-flex {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.timer {
  display: flex;
  width: max-content;
  border-radius: 30px;
  padding: 12px;
  z-index: 999;
  font-weight: 800;
  font-size: 2.5rem;
  background: #fff;
  color: #201d1d;
  animation: smoothScale 2.2s ease-in-out infinite;
}

.whatsapp {
  position: sticky;
  margin-left: 20px;
  z-index: 99;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 28px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  box-shadow: 2px 2px 3px #999;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  animation: smoothScale 5s ease-in-out infinite;
}

@keyframes smoothScale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.07);
  }

  100% {
    transform: scale(1);
  }
}
.portfolio-container {
  background: #565656;
  padding: 20px 0 20px;
}
.portfolio-container .container-wrapper {
  padding: 20px 0 20px;
}

/* Custom Dropdown Styling for Desktop Header */
@media only screen and (min-width: 1024px) {
  .header-navigation .main-menu .item.has-dropdown {
    position: relative;
  }
  .header-navigation .main-menu .item.has-dropdown > a::after {
    content: " ▾";
    font-size: 12px;
    vertical-align: middle;
  }
  .header-navigation .main-menu .item.has-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px 0;
    min-width: 220px;
    margin: 0;
    list-style: none;
    border: 1px solid #eef2f5;
  }
  .header-navigation .main-menu .item.has-dropdown .dropdown-menu .sub-item {
    display: block;
    margin: 0;
    padding: 0;
  }
  .header-navigation .main-menu .item.has-dropdown .dropdown-menu .sub-item a {
    display: block;
    padding: 10px 20px;
    color: #333333;
    font-size: 14px;
    text-decoration: none;
    transition:
      background-color 0.2s ease,
      color 0.2s ease;
  }
  .header-navigation
    .main-menu
    .item.has-dropdown
    .dropdown-menu
    .sub-item
    a:hover {
    color: #ffbf3e;
    text-decoration: underline;
  }
  .header-navigation .main-menu .item.has-dropdown:hover .dropdown-menu,
  .header-navigation .main-menu .item.has-dropdown.show .dropdown-menu {
    display: block;
  }
}
