@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 600;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "SourceSansPro", Calibri, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #4A4A4A;
  background-color: #fff;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

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

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

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

dt {
  font-weight: bold;
}

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

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #E20026;
  text-decoration: none;
}
a:focus, a:hover {
  color: rgb(149.5, 0, 25.1371681416);
  text-decoration: none;
}

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

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

textarea {
  resize: vertical;
}

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

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

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 85%;
  color: #636c72;
}

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

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

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

.col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.dropup,
.dropdown {
  position: relative;
}

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

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

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

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 0;
  clear: both;
  font-weight: normal;
  color: #E20026;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: rgb(149.5, 0, 25.1371681416);
  text-decoration: none;
  background-color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
  color: rgb(149.5, 0, 25.1371681416);
  text-decoration: none;
  background-color: inherit;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}
.show > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 0.938rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #4A4A4A;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #4A4A4A;
  border-radius: 0rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #000;
  outline: none;
}
.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #C5D7E9;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}

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

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

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-static.form-control-sm, .form-control-static.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: 3.1666666667rem;
}

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #0D770D;
}
.has-success .form-control {
  border-color: #0D770D;
}
.has-success .input-group-addon {
  color: #0D770D;
  border-color: #0D770D;
  background-color: rgb(98.1363636364, 237.8636363636, 98.1363636364);
}
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}
.has-warning .form-control {
  border-color: #f0ad4e;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}
.has-danger .form-control {
  border-color: #d9534f;
}
.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: rgb(253.2242990654, 246.9626168224, 246.7757009346);
}
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

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

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 0;
  clear: both;
  font-weight: normal;
  color: #E20026;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: rgb(149.5, 0, 25.1371681416);
  text-decoration: none;
  background-color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
  color: rgb(149.5, 0, 25.1371681416);
  text-decoration: none;
  background-color: inherit;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}
.show > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 0.938rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

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

.nav-link {
  display: block;
  padding: 0.5em 1em;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

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

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 0;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

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

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

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

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

.navbar-toggler-left {
  position: absolute;
  left: 0;
}

.navbar-toggler-right {
  position: absolute;
  right: 0;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler: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 .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}
.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}
.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0rem;
  transition: all 0.2s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn:active, .btn.active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #E20026;
  border-color: #E20026;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(175, 0, 29.4247787611);
  border-color: rgb(164.8, 0, 27.7097345133);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(226, 0, 38, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #E20026;
  border-color: #E20026;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(175, 0, 29.4247787611);
  background-image: none;
  border-color: rgb(164.8, 0, 27.7097345133);
}

.btn-secondary {
  color: #E20026;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:hover {
  color: #E20026;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #E20026;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(224.4, 224.4, 224.4);
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(42.1796954315, 171.2751269036, 209.6203045685);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-image: none;
  border-color: rgb(42.1796954315, 171.2751269036, 209.6203045685);
}

.btn-success {
  color: #fff;
  background-color: #0D770D;
  border-color: #0D770D;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(7.9772727273, 73.0227272727, 7.9772727273);
  border-color: rgb(6.9727272727, 63.8272727273, 6.9727272727);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 2px rgba(13, 119, 13, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #0D770D;
  border-color: #0D770D;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(7.9772727273, 73.0227272727, 7.9772727273);
  background-image: none;
  border-color: rgb(6.9727272727, 63.8272727273, 6.9727272727);
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(235.21875, 146.8625, 21.58125);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(235.21875, 146.8625, 21.58125);
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(193.1065420561, 46.0822429907, 41.6934579439);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(193.1065420561, 46.0822429907, 41.6934579439);
}

.btn-outline-primary {
  color: #E20026;
  background-image: none;
  background-color: transparent;
  border-color: #E20026;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #E20026;
  border-color: #E20026;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(226, 0, 38, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #E20026;
  background-color: transparent;
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #E20026;
  border-color: #E20026;
}

.btn-outline-secondary {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #0D770D;
  background-image: none;
  background-color: transparent;
  border-color: #0D770D;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #0D770D;
  border-color: #0D770D;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(13, 119, 13, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #0D770D;
  background-color: transparent;
}
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #0D770D;
  border-color: #0D770D;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #E20026;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: rgb(149.5, 0, 25.1371681416);
  text-decoration: none;
  background-color: transparent;
}
.btn-link:disabled {
  color: #636c72;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0rem;
}

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

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

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

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0rem;
  border-top-left-radius: 0rem;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0rem;
  border-top-right-radius: 0rem;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #E20026;
  border-color: #E20026;
}
.page-item.disabled .page-link {
  color: rgb(201.5, 201.5, 201.5);
  pointer-events: none;
  cursor: not-allowed;
  background-color: white;
  border-color: rgb(201.5, 201.5, 201.5);
}

.page-link {
  position: relative;
  display: block;
  padding: 0.7rem 0.95rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #E20026;
  background-color: #E3E8EB;
  border: 1px solid #4A4A4A;
}
.page-link:focus, .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(149.5, 0, 25.1371681416);
  border-color: rgb(149.5, 0, 25.1371681416);
}

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.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-faded {
  background-color: rgb(247.35, 247.35, 247.35);
}

.bg-primary {
  background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: rgb(1.5321100917, 89.628440367, 165.4678899083) !important;
}

.bg-success {
  background-color: #0D770D !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: rgb(7.9772727273, 73.0227272727, 7.9772727273) !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919) !important;
}

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

a.bg-warning:focus, a.bg-warning:hover {
  background-color: rgb(236.015625, 151.21875, 30.984375) !important;
}

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

a.bg-danger:focus, a.bg-danger:hover {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972) !important;
}

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: rgb(16.4, 17.2, 17.6) !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;
}

.rounded {
  border-radius: 0rem;
}

.rounded-top {
  border-top-right-radius: 0rem;
  border-top-left-radius: 0rem;
}

.rounded-right {
  border-bottom-right-radius: 0rem;
  border-top-right-radius: 0rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
}

.rounded-left {
  border-bottom-left-radius: 0rem;
  border-top-left-radius: 0rem;
}

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

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

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

.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-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-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-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-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-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

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

.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-first {
    order: -1;
  }
  .flex-sm-last {
    order: 1;
  }
  .flex-sm-unordered {
    order: 0;
  }
  .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;
  }
  .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-first {
    order: -1;
  }
  .flex-md-last {
    order: 1;
  }
  .flex-md-unordered {
    order: 0;
  }
  .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;
  }
  .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-first {
    order: -1;
  }
  .flex-lg-last {
    order: 1;
  }
  .flex-lg-unordered {
    order: 0;
  }
  .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;
  }
  .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-first {
    order: -1;
  }
  .flex-xl-last {
    order: 1;
  }
  .flex-xl-unordered {
    order: 0;
  }
  .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;
  }
  .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;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-10 {
  margin: 0.625rem 0.625rem !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mr-10 {
  margin-right: 0.625rem !important;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.ml-10 {
  margin-left: 0.625rem !important;
}

.mx-10 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}

.my-10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.m-15 {
  margin: 0.938rem 0.938rem !important;
}

.mt-15 {
  margin-top: 0.938rem !important;
}

.mr-15 {
  margin-right: 0.938rem !important;
}

.mb-15 {
  margin-bottom: 0.938rem !important;
}

.ml-15 {
  margin-left: 0.938rem !important;
}

.mx-15 {
  margin-right: 0.938rem !important;
  margin-left: 0.938rem !important;
}

.my-15 {
  margin-top: 0.938rem !important;
  margin-bottom: 0.938rem !important;
}

.m-20 {
  margin: 1.25rem 1.25rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mr-20 {
  margin-right: 1.25rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.ml-20 {
  margin-left: 1.25rem !important;
}

.mx-20 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.m-30 {
  margin: 1.875rem 1.875rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

.mr-30 {
  margin-right: 1.875rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.ml-30 {
  margin-left: 1.875rem !important;
}

.mx-30 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}

.my-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.m-40 {
  margin: 2.5rem 2.5rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mr-40 {
  margin-right: 2.5rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.ml-40 {
  margin-left: 2.5rem !important;
}

.mx-40 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.m-50 {
  margin: 3.125rem 3.125rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.mr-50 {
  margin-right: 3.125rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.ml-50 {
  margin-left: 3.125rem !important;
}

.mx-50 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important;
}

.my-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.m-60 {
  margin: 3.75rem 3.75rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mr-60 {
  margin-right: 3.75rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.ml-60 {
  margin-left: 3.75rem !important;
}

.mx-60 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.my-60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.m-70 {
  margin: 4.375rem 4.375rem !important;
}

.mt-70 {
  margin-top: 4.375rem !important;
}

.mr-70 {
  margin-right: 4.375rem !important;
}

.mb-70 {
  margin-bottom: 4.375rem !important;
}

.ml-70 {
  margin-left: 4.375rem !important;
}

.mx-70 {
  margin-right: 4.375rem !important;
  margin-left: 4.375rem !important;
}

.my-70 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}

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

.mt-80 {
  margin-top: 5rem !important;
}

.mr-80 {
  margin-right: 35rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.ml-80 {
  margin-left: 35rem !important;
}

.mx-80 {
  margin-right: 35rem !important;
  margin-left: 35rem !important;
}

.my-80 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-10 {
  padding: 0.625rem 0.625rem !important;
}

.pt-10 {
  padding-top: 0.625rem !important;
}

.pr-10 {
  padding-right: 0.625rem !important;
}

.pb-10 {
  padding-bottom: 0.625rem !important;
}

.pl-10 {
  padding-left: 0.625rem !important;
}

.px-10 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}

.py-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.p-15 {
  padding: 0.938rem 0.938rem !important;
}

.pt-15 {
  padding-top: 0.938rem !important;
}

.pr-15 {
  padding-right: 0.938rem !important;
}

.pb-15 {
  padding-bottom: 0.938rem !important;
}

.pl-15 {
  padding-left: 0.938rem !important;
}

.px-15 {
  padding-right: 0.938rem !important;
  padding-left: 0.938rem !important;
}

.py-15 {
  padding-top: 0.938rem !important;
  padding-bottom: 0.938rem !important;
}

.p-20 {
  padding: 1.25rem 1.25rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pr-20 {
  padding-right: 1.25rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pl-20 {
  padding-left: 1.25rem !important;
}

.px-20 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.p-30 {
  padding: 1.875rem 1.875rem !important;
}

.pt-30 {
  padding-top: 1.875rem !important;
}

.pr-30 {
  padding-right: 1.875rem !important;
}

.pb-30 {
  padding-bottom: 1.875rem !important;
}

.pl-30 {
  padding-left: 1.875rem !important;
}

.px-30 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

.py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.p-40 {
  padding: 2.5rem 2.5rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pr-40 {
  padding-right: 2.5rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pl-40 {
  padding-left: 2.5rem !important;
}

.px-40 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.p-50 {
  padding: 3.125rem 3.125rem !important;
}

.pt-50 {
  padding-top: 3.125rem !important;
}

.pr-50 {
  padding-right: 3.125rem !important;
}

.pb-50 {
  padding-bottom: 3.125rem !important;
}

.pl-50 {
  padding-left: 3.125rem !important;
}

.px-50 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important;
}

.py-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.p-60 {
  padding: 3.75rem 3.75rem !important;
}

.pt-60 {
  padding-top: 3.75rem !important;
}

.pr-60 {
  padding-right: 3.75rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pl-60 {
  padding-left: 3.75rem !important;
}

.px-60 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.p-70 {
  padding: 4.375rem 4.375rem !important;
}

.pt-70 {
  padding-top: 4.375rem !important;
}

.pr-70 {
  padding-right: 4.375rem !important;
}

.pb-70 {
  padding-bottom: 4.375rem !important;
}

.pl-70 {
  padding-left: 4.375rem !important;
}

.px-70 {
  padding-right: 4.375rem !important;
  padding-left: 4.375rem !important;
}

.py-70 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

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

.pt-80 {
  padding-top: 5rem !important;
}

.pr-80 {
  padding-right: 35rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pl-80 {
  padding-left: 35rem !important;
}

.px-80 {
  padding-right: 35rem !important;
  padding-left: 35rem !important;
}

.py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-sm-10 {
    margin: 0.625rem 0.625rem !important;
  }
  .mt-sm-10 {
    margin-top: 0.625rem !important;
  }
  .mr-sm-10 {
    margin-right: 0.625rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 0.625rem !important;
  }
  .ml-sm-10 {
    margin-left: 0.625rem !important;
  }
  .mx-sm-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .my-sm-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .m-sm-15 {
    margin: 0.938rem 0.938rem !important;
  }
  .mt-sm-15 {
    margin-top: 0.938rem !important;
  }
  .mr-sm-15 {
    margin-right: 0.938rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 0.938rem !important;
  }
  .ml-sm-15 {
    margin-left: 0.938rem !important;
  }
  .mx-sm-15 {
    margin-right: 0.938rem !important;
    margin-left: 0.938rem !important;
  }
  .my-sm-15 {
    margin-top: 0.938rem !important;
    margin-bottom: 0.938rem !important;
  }
  .m-sm-20 {
    margin: 1.25rem 1.25rem !important;
  }
  .mt-sm-20 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-20 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-20 {
    margin-left: 1.25rem !important;
  }
  .mx-sm-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-sm-30 {
    margin: 1.875rem 1.875rem !important;
  }
  .mt-sm-30 {
    margin-top: 1.875rem !important;
  }
  .mr-sm-30 {
    margin-right: 1.875rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-sm-30 {
    margin-left: 1.875rem !important;
  }
  .mx-sm-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .my-sm-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .m-sm-40 {
    margin: 2.5rem 2.5rem !important;
  }
  .mt-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-40 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-40 {
    margin-left: 2.5rem !important;
  }
  .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-sm-50 {
    margin: 3.125rem 3.125rem !important;
  }
  .mt-sm-50 {
    margin-top: 3.125rem !important;
  }
  .mr-sm-50 {
    margin-right: 3.125rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 3.125rem !important;
  }
  .ml-sm-50 {
    margin-left: 3.125rem !important;
  }
  .mx-sm-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .my-sm-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .m-sm-60 {
    margin: 3.75rem 3.75rem !important;
  }
  .mt-sm-60 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-60 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-60 {
    margin-left: 3.75rem !important;
  }
  .mx-sm-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .my-sm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .m-sm-70 {
    margin: 4.375rem 4.375rem !important;
  }
  .mt-sm-70 {
    margin-top: 4.375rem !important;
  }
  .mr-sm-70 {
    margin-right: 4.375rem !important;
  }
  .mb-sm-70 {
    margin-bottom: 4.375rem !important;
  }
  .ml-sm-70 {
    margin-left: 4.375rem !important;
  }
  .mx-sm-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .my-sm-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .m-sm-80 {
    margin: 5rem 35rem !important;
  }
  .mt-sm-80 {
    margin-top: 5rem !important;
  }
  .mr-sm-80 {
    margin-right: 35rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-80 {
    margin-left: 35rem !important;
  }
  .mx-sm-80 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  .my-sm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-sm-10 {
    padding: 0.625rem 0.625rem !important;
  }
  .pt-sm-10 {
    padding-top: 0.625rem !important;
  }
  .pr-sm-10 {
    padding-right: 0.625rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 0.625rem !important;
  }
  .pl-sm-10 {
    padding-left: 0.625rem !important;
  }
  .px-sm-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .py-sm-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .p-sm-15 {
    padding: 0.938rem 0.938rem !important;
  }
  .pt-sm-15 {
    padding-top: 0.938rem !important;
  }
  .pr-sm-15 {
    padding-right: 0.938rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 0.938rem !important;
  }
  .pl-sm-15 {
    padding-left: 0.938rem !important;
  }
  .px-sm-15 {
    padding-right: 0.938rem !important;
    padding-left: 0.938rem !important;
  }
  .py-sm-15 {
    padding-top: 0.938rem !important;
    padding-bottom: 0.938rem !important;
  }
  .p-sm-20 {
    padding: 1.25rem 1.25rem !important;
  }
  .pt-sm-20 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-20 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-20 {
    padding-left: 1.25rem !important;
  }
  .px-sm-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-sm-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .p-sm-30 {
    padding: 1.875rem 1.875rem !important;
  }
  .pt-sm-30 {
    padding-top: 1.875rem !important;
  }
  .pr-sm-30 {
    padding-right: 1.875rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-sm-30 {
    padding-left: 1.875rem !important;
  }
  .px-sm-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .py-sm-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .p-sm-40 {
    padding: 2.5rem 2.5rem !important;
  }
  .pt-sm-40 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-40 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-40 {
    padding-left: 2.5rem !important;
  }
  .px-sm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .p-sm-50 {
    padding: 3.125rem 3.125rem !important;
  }
  .pt-sm-50 {
    padding-top: 3.125rem !important;
  }
  .pr-sm-50 {
    padding-right: 3.125rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 3.125rem !important;
  }
  .pl-sm-50 {
    padding-left: 3.125rem !important;
  }
  .px-sm-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .py-sm-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .p-sm-60 {
    padding: 3.75rem 3.75rem !important;
  }
  .pt-sm-60 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-60 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-60 {
    padding-left: 3.75rem !important;
  }
  .px-sm-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-sm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .p-sm-70 {
    padding: 4.375rem 4.375rem !important;
  }
  .pt-sm-70 {
    padding-top: 4.375rem !important;
  }
  .pr-sm-70 {
    padding-right: 4.375rem !important;
  }
  .pb-sm-70 {
    padding-bottom: 4.375rem !important;
  }
  .pl-sm-70 {
    padding-left: 4.375rem !important;
  }
  .px-sm-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .py-sm-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .p-sm-80 {
    padding: 5rem 35rem !important;
  }
  .pt-sm-80 {
    padding-top: 5rem !important;
  }
  .pr-sm-80 {
    padding-right: 35rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-80 {
    padding-left: 35rem !important;
  }
  .px-sm-80 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  .py-sm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-md-10 {
    margin: 0.625rem 0.625rem !important;
  }
  .mt-md-10 {
    margin-top: 0.625rem !important;
  }
  .mr-md-10 {
    margin-right: 0.625rem !important;
  }
  .mb-md-10 {
    margin-bottom: 0.625rem !important;
  }
  .ml-md-10 {
    margin-left: 0.625rem !important;
  }
  .mx-md-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .my-md-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .m-md-15 {
    margin: 0.938rem 0.938rem !important;
  }
  .mt-md-15 {
    margin-top: 0.938rem !important;
  }
  .mr-md-15 {
    margin-right: 0.938rem !important;
  }
  .mb-md-15 {
    margin-bottom: 0.938rem !important;
  }
  .ml-md-15 {
    margin-left: 0.938rem !important;
  }
  .mx-md-15 {
    margin-right: 0.938rem !important;
    margin-left: 0.938rem !important;
  }
  .my-md-15 {
    margin-top: 0.938rem !important;
    margin-bottom: 0.938rem !important;
  }
  .m-md-20 {
    margin: 1.25rem 1.25rem !important;
  }
  .mt-md-20 {
    margin-top: 1.25rem !important;
  }
  .mr-md-20 {
    margin-right: 1.25rem !important;
  }
  .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-20 {
    margin-left: 1.25rem !important;
  }
  .mx-md-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-md-30 {
    margin: 1.875rem 1.875rem !important;
  }
  .mt-md-30 {
    margin-top: 1.875rem !important;
  }
  .mr-md-30 {
    margin-right: 1.875rem !important;
  }
  .mb-md-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-md-30 {
    margin-left: 1.875rem !important;
  }
  .mx-md-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .my-md-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .m-md-40 {
    margin: 2.5rem 2.5rem !important;
  }
  .mt-md-40 {
    margin-top: 2.5rem !important;
  }
  .mr-md-40 {
    margin-right: 2.5rem !important;
  }
  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-40 {
    margin-left: 2.5rem !important;
  }
  .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-md-50 {
    margin: 3.125rem 3.125rem !important;
  }
  .mt-md-50 {
    margin-top: 3.125rem !important;
  }
  .mr-md-50 {
    margin-right: 3.125rem !important;
  }
  .mb-md-50 {
    margin-bottom: 3.125rem !important;
  }
  .ml-md-50 {
    margin-left: 3.125rem !important;
  }
  .mx-md-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .my-md-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .m-md-60 {
    margin: 3.75rem 3.75rem !important;
  }
  .mt-md-60 {
    margin-top: 3.75rem !important;
  }
  .mr-md-60 {
    margin-right: 3.75rem !important;
  }
  .mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-60 {
    margin-left: 3.75rem !important;
  }
  .mx-md-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .my-md-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .m-md-70 {
    margin: 4.375rem 4.375rem !important;
  }
  .mt-md-70 {
    margin-top: 4.375rem !important;
  }
  .mr-md-70 {
    margin-right: 4.375rem !important;
  }
  .mb-md-70 {
    margin-bottom: 4.375rem !important;
  }
  .ml-md-70 {
    margin-left: 4.375rem !important;
  }
  .mx-md-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .my-md-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .m-md-80 {
    margin: 5rem 35rem !important;
  }
  .mt-md-80 {
    margin-top: 5rem !important;
  }
  .mr-md-80 {
    margin-right: 35rem !important;
  }
  .mb-md-80 {
    margin-bottom: 5rem !important;
  }
  .ml-md-80 {
    margin-left: 35rem !important;
  }
  .mx-md-80 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  .my-md-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-md-10 {
    padding: 0.625rem 0.625rem !important;
  }
  .pt-md-10 {
    padding-top: 0.625rem !important;
  }
  .pr-md-10 {
    padding-right: 0.625rem !important;
  }
  .pb-md-10 {
    padding-bottom: 0.625rem !important;
  }
  .pl-md-10 {
    padding-left: 0.625rem !important;
  }
  .px-md-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .py-md-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .p-md-15 {
    padding: 0.938rem 0.938rem !important;
  }
  .pt-md-15 {
    padding-top: 0.938rem !important;
  }
  .pr-md-15 {
    padding-right: 0.938rem !important;
  }
  .pb-md-15 {
    padding-bottom: 0.938rem !important;
  }
  .pl-md-15 {
    padding-left: 0.938rem !important;
  }
  .px-md-15 {
    padding-right: 0.938rem !important;
    padding-left: 0.938rem !important;
  }
  .py-md-15 {
    padding-top: 0.938rem !important;
    padding-bottom: 0.938rem !important;
  }
  .p-md-20 {
    padding: 1.25rem 1.25rem !important;
  }
  .pt-md-20 {
    padding-top: 1.25rem !important;
  }
  .pr-md-20 {
    padding-right: 1.25rem !important;
  }
  .pb-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-20 {
    padding-left: 1.25rem !important;
  }
  .px-md-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .p-md-30 {
    padding: 1.875rem 1.875rem !important;
  }
  .pt-md-30 {
    padding-top: 1.875rem !important;
  }
  .pr-md-30 {
    padding-right: 1.875rem !important;
  }
  .pb-md-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-md-30 {
    padding-left: 1.875rem !important;
  }
  .px-md-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .py-md-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .p-md-40 {
    padding: 2.5rem 2.5rem !important;
  }
  .pt-md-40 {
    padding-top: 2.5rem !important;
  }
  .pr-md-40 {
    padding-right: 2.5rem !important;
  }
  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-40 {
    padding-left: 2.5rem !important;
  }
  .px-md-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .p-md-50 {
    padding: 3.125rem 3.125rem !important;
  }
  .pt-md-50 {
    padding-top: 3.125rem !important;
  }
  .pr-md-50 {
    padding-right: 3.125rem !important;
  }
  .pb-md-50 {
    padding-bottom: 3.125rem !important;
  }
  .pl-md-50 {
    padding-left: 3.125rem !important;
  }
  .px-md-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .py-md-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .p-md-60 {
    padding: 3.75rem 3.75rem !important;
  }
  .pt-md-60 {
    padding-top: 3.75rem !important;
  }
  .pr-md-60 {
    padding-right: 3.75rem !important;
  }
  .pb-md-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-60 {
    padding-left: 3.75rem !important;
  }
  .px-md-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-md-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .p-md-70 {
    padding: 4.375rem 4.375rem !important;
  }
  .pt-md-70 {
    padding-top: 4.375rem !important;
  }
  .pr-md-70 {
    padding-right: 4.375rem !important;
  }
  .pb-md-70 {
    padding-bottom: 4.375rem !important;
  }
  .pl-md-70 {
    padding-left: 4.375rem !important;
  }
  .px-md-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .py-md-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .p-md-80 {
    padding: 5rem 35rem !important;
  }
  .pt-md-80 {
    padding-top: 5rem !important;
  }
  .pr-md-80 {
    padding-right: 35rem !important;
  }
  .pb-md-80 {
    padding-bottom: 5rem !important;
  }
  .pl-md-80 {
    padding-left: 35rem !important;
  }
  .px-md-80 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  .py-md-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-lg-10 {
    margin: 0.625rem 0.625rem !important;
  }
  .mt-lg-10 {
    margin-top: 0.625rem !important;
  }
  .mr-lg-10 {
    margin-right: 0.625rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 0.625rem !important;
  }
  .ml-lg-10 {
    margin-left: 0.625rem !important;
  }
  .mx-lg-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .my-lg-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .m-lg-15 {
    margin: 0.938rem 0.938rem !important;
  }
  .mt-lg-15 {
    margin-top: 0.938rem !important;
  }
  .mr-lg-15 {
    margin-right: 0.938rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 0.938rem !important;
  }
  .ml-lg-15 {
    margin-left: 0.938rem !important;
  }
  .mx-lg-15 {
    margin-right: 0.938rem !important;
    margin-left: 0.938rem !important;
  }
  .my-lg-15 {
    margin-top: 0.938rem !important;
    margin-bottom: 0.938rem !important;
  }
  .m-lg-20 {
    margin: 1.25rem 1.25rem !important;
  }
  .mt-lg-20 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-20 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-20 {
    margin-left: 1.25rem !important;
  }
  .mx-lg-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-lg-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-lg-30 {
    margin: 1.875rem 1.875rem !important;
  }
  .mt-lg-30 {
    margin-top: 1.875rem !important;
  }
  .mr-lg-30 {
    margin-right: 1.875rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-lg-30 {
    margin-left: 1.875rem !important;
  }
  .mx-lg-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .my-lg-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .m-lg-40 {
    margin: 2.5rem 2.5rem !important;
  }
  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-40 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-40 {
    margin-left: 2.5rem !important;
  }
  .mx-lg-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-lg-50 {
    margin: 3.125rem 3.125rem !important;
  }
  .mt-lg-50 {
    margin-top: 3.125rem !important;
  }
  .mr-lg-50 {
    margin-right: 3.125rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 3.125rem !important;
  }
  .ml-lg-50 {
    margin-left: 3.125rem !important;
  }
  .mx-lg-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .my-lg-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .m-lg-60 {
    margin: 3.75rem 3.75rem !important;
  }
  .mt-lg-60 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-60 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-60 {
    margin-left: 3.75rem !important;
  }
  .mx-lg-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .my-lg-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .m-lg-70 {
    margin: 4.375rem 4.375rem !important;
  }
  .mt-lg-70 {
    margin-top: 4.375rem !important;
  }
  .mr-lg-70 {
    margin-right: 4.375rem !important;
  }
  .mb-lg-70 {
    margin-bottom: 4.375rem !important;
  }
  .ml-lg-70 {
    margin-left: 4.375rem !important;
  }
  .mx-lg-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .my-lg-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .m-lg-80 {
    margin: 5rem 35rem !important;
  }
  .mt-lg-80 {
    margin-top: 5rem !important;
  }
  .mr-lg-80 {
    margin-right: 35rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-80 {
    margin-left: 35rem !important;
  }
  .mx-lg-80 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  .my-lg-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-lg-10 {
    padding: 0.625rem 0.625rem !important;
  }
  .pt-lg-10 {
    padding-top: 0.625rem !important;
  }
  .pr-lg-10 {
    padding-right: 0.625rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 0.625rem !important;
  }
  .pl-lg-10 {
    padding-left: 0.625rem !important;
  }
  .px-lg-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .py-lg-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .p-lg-15 {
    padding: 0.938rem 0.938rem !important;
  }
  .pt-lg-15 {
    padding-top: 0.938rem !important;
  }
  .pr-lg-15 {
    padding-right: 0.938rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 0.938rem !important;
  }
  .pl-lg-15 {
    padding-left: 0.938rem !important;
  }
  .px-lg-15 {
    padding-right: 0.938rem !important;
    padding-left: 0.938rem !important;
  }
  .py-lg-15 {
    padding-top: 0.938rem !important;
    padding-bottom: 0.938rem !important;
  }
  .p-lg-20 {
    padding: 1.25rem 1.25rem !important;
  }
  .pt-lg-20 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-20 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-20 {
    padding-left: 1.25rem !important;
  }
  .px-lg-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-lg-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .p-lg-30 {
    padding: 1.875rem 1.875rem !important;
  }
  .pt-lg-30 {
    padding-top: 1.875rem !important;
  }
  .pr-lg-30 {
    padding-right: 1.875rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-lg-30 {
    padding-left: 1.875rem !important;
  }
  .px-lg-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .py-lg-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .p-lg-40 {
    padding: 2.5rem 2.5rem !important;
  }
  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-40 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-40 {
    padding-left: 2.5rem !important;
  }
  .px-lg-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .p-lg-50 {
    padding: 3.125rem 3.125rem !important;
  }
  .pt-lg-50 {
    padding-top: 3.125rem !important;
  }
  .pr-lg-50 {
    padding-right: 3.125rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 3.125rem !important;
  }
  .pl-lg-50 {
    padding-left: 3.125rem !important;
  }
  .px-lg-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .py-lg-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .p-lg-60 {
    padding: 3.75rem 3.75rem !important;
  }
  .pt-lg-60 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-60 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-60 {
    padding-left: 3.75rem !important;
  }
  .px-lg-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-lg-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .p-lg-70 {
    padding: 4.375rem 4.375rem !important;
  }
  .pt-lg-70 {
    padding-top: 4.375rem !important;
  }
  .pr-lg-70 {
    padding-right: 4.375rem !important;
  }
  .pb-lg-70 {
    padding-bottom: 4.375rem !important;
  }
  .pl-lg-70 {
    padding-left: 4.375rem !important;
  }
  .px-lg-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .py-lg-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .p-lg-80 {
    padding: 5rem 35rem !important;
  }
  .pt-lg-80 {
    padding-top: 5rem !important;
  }
  .pr-lg-80 {
    padding-right: 35rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-80 {
    padding-left: 35rem !important;
  }
  .px-lg-80 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  .py-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-xl-10 {
    margin: 0.625rem 0.625rem !important;
  }
  .mt-xl-10 {
    margin-top: 0.625rem !important;
  }
  .mr-xl-10 {
    margin-right: 0.625rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xl-10 {
    margin-left: 0.625rem !important;
  }
  .mx-xl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .my-xl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .m-xl-15 {
    margin: 0.938rem 0.938rem !important;
  }
  .mt-xl-15 {
    margin-top: 0.938rem !important;
  }
  .mr-xl-15 {
    margin-right: 0.938rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 0.938rem !important;
  }
  .ml-xl-15 {
    margin-left: 0.938rem !important;
  }
  .mx-xl-15 {
    margin-right: 0.938rem !important;
    margin-left: 0.938rem !important;
  }
  .my-xl-15 {
    margin-top: 0.938rem !important;
    margin-bottom: 0.938rem !important;
  }
  .m-xl-20 {
    margin: 1.25rem 1.25rem !important;
  }
  .mt-xl-20 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-20 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-20 {
    margin-left: 1.25rem !important;
  }
  .mx-xl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-xl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-xl-30 {
    margin: 1.875rem 1.875rem !important;
  }
  .mt-xl-30 {
    margin-top: 1.875rem !important;
  }
  .mr-xl-30 {
    margin-right: 1.875rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xl-30 {
    margin-left: 1.875rem !important;
  }
  .mx-xl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .my-xl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .m-xl-40 {
    margin: 2.5rem 2.5rem !important;
  }
  .mt-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-40 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-40 {
    margin-left: 2.5rem !important;
  }
  .mx-xl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-xl-50 {
    margin: 3.125rem 3.125rem !important;
  }
  .mt-xl-50 {
    margin-top: 3.125rem !important;
  }
  .mr-xl-50 {
    margin-right: 3.125rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 3.125rem !important;
  }
  .ml-xl-50 {
    margin-left: 3.125rem !important;
  }
  .mx-xl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .my-xl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .m-xl-60 {
    margin: 3.75rem 3.75rem !important;
  }
  .mt-xl-60 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-60 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-60 {
    margin-left: 3.75rem !important;
  }
  .mx-xl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .my-xl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .m-xl-70 {
    margin: 4.375rem 4.375rem !important;
  }
  .mt-xl-70 {
    margin-top: 4.375rem !important;
  }
  .mr-xl-70 {
    margin-right: 4.375rem !important;
  }
  .mb-xl-70 {
    margin-bottom: 4.375rem !important;
  }
  .ml-xl-70 {
    margin-left: 4.375rem !important;
  }
  .mx-xl-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .my-xl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .m-xl-80 {
    margin: 5rem 35rem !important;
  }
  .mt-xl-80 {
    margin-top: 5rem !important;
  }
  .mr-xl-80 {
    margin-right: 35rem !important;
  }
  .mb-xl-80 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-80 {
    margin-left: 35rem !important;
  }
  .mx-xl-80 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  .my-xl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-xl-10 {
    padding: 0.625rem 0.625rem !important;
  }
  .pt-xl-10 {
    padding-top: 0.625rem !important;
  }
  .pr-xl-10 {
    padding-right: 0.625rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xl-10 {
    padding-left: 0.625rem !important;
  }
  .px-xl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .py-xl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .p-xl-15 {
    padding: 0.938rem 0.938rem !important;
  }
  .pt-xl-15 {
    padding-top: 0.938rem !important;
  }
  .pr-xl-15 {
    padding-right: 0.938rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 0.938rem !important;
  }
  .pl-xl-15 {
    padding-left: 0.938rem !important;
  }
  .px-xl-15 {
    padding-right: 0.938rem !important;
    padding-left: 0.938rem !important;
  }
  .py-xl-15 {
    padding-top: 0.938rem !important;
    padding-bottom: 0.938rem !important;
  }
  .p-xl-20 {
    padding: 1.25rem 1.25rem !important;
  }
  .pt-xl-20 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-20 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-20 {
    padding-left: 1.25rem !important;
  }
  .px-xl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-xl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .p-xl-30 {
    padding: 1.875rem 1.875rem !important;
  }
  .pt-xl-30 {
    padding-top: 1.875rem !important;
  }
  .pr-xl-30 {
    padding-right: 1.875rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xl-30 {
    padding-left: 1.875rem !important;
  }
  .px-xl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .py-xl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .p-xl-40 {
    padding: 2.5rem 2.5rem !important;
  }
  .pt-xl-40 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-40 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-40 {
    padding-left: 2.5rem !important;
  }
  .px-xl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .p-xl-50 {
    padding: 3.125rem 3.125rem !important;
  }
  .pt-xl-50 {
    padding-top: 3.125rem !important;
  }
  .pr-xl-50 {
    padding-right: 3.125rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 3.125rem !important;
  }
  .pl-xl-50 {
    padding-left: 3.125rem !important;
  }
  .px-xl-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .py-xl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .p-xl-60 {
    padding: 3.75rem 3.75rem !important;
  }
  .pt-xl-60 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-60 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-60 {
    padding-left: 3.75rem !important;
  }
  .px-xl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-xl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .p-xl-70 {
    padding: 4.375rem 4.375rem !important;
  }
  .pt-xl-70 {
    padding-top: 4.375rem !important;
  }
  .pr-xl-70 {
    padding-right: 4.375rem !important;
  }
  .pb-xl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pl-xl-70 {
    padding-left: 4.375rem !important;
  }
  .px-xl-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .py-xl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .p-xl-80 {
    padding: 5rem 35rem !important;
  }
  .pt-xl-80 {
    padding-top: 5rem !important;
  }
  .pr-xl-80 {
    padding-right: 35rem !important;
  }
  .pb-xl-80 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-80 {
    padding-left: 35rem !important;
  }
  .px-xl-80 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  .py-xl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !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-normal {
  font-weight: normal;
}

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

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

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

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: rgb(75.2957746479, 82.1408450704, 86.7042253521) !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: rgb(1.5321100917, 89.628440367, 165.4678899083) !important;
}

.text-success {
  color: #0D770D !important;
}

a.text-success:focus, a.text-success:hover {
  color: rgb(7.9772727273, 73.0227272727, 7.9772727273) !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: rgb(48.5431472081, 175.6903553299, 213.4568527919) !important;
}

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

a.text-warning:focus, a.text-warning:hover {
  color: rgb(236.015625, 151.21875, 30.984375) !important;
}

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

a.text-danger:focus, a.text-danger:hover {
  color: rgb(201.4953271028, 48.0841121495, 43.5046728972) !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: rgb(16.4, 17.2, 17.6) !important;
}

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

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

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

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #0D770D;
  border-color: #0D770D;
}
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #E20026;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #fff;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #0D770D;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: 0;
}

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

.card-img-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
  }
  .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }
  .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
/* Source Sans Pro Regular */
@font-face {
  font-family: "SourceSansPro";
  src: url("../Fonts/SourceSans/WOFF2/SourceSans3-Regular.otf.woff2") format("woff2"), url("../Fonts/SourceSans/WOFF/SourceSans3-Regular.otf.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
/* Source Sans Pro Italic */
@font-face {
  font-family: "SourceSansPro";
  src: url("../Fonts/SourceSans/WOFF2/SourceSans3-It.otf.woff2") format("woff2"), url("../Fonts/SourceSans/WOFF/SourceSans3-It.otf.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}
/* Source Sans Pro SemiBold */
@font-face {
  font-family: "SourceSansPro";
  src: url("../Fonts/SourceSans/WOFF2/SourceSans3-Semibold.otf.woff2") format("woff2"), url("../Fonts/SourceSans/WOFF/SourceSans3-Semibold.otf.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
/* Source Sans Pro SemiBold Italic */
@font-face {
  font-family: "SourceSansPro";
  src: url("../Fonts/SourceSans/WOFF2/SourceSans3-SemiboldIt.otf.woff2") format("woff2"), url("../Fonts/SourceSans/WOFF/SourceSans3-SemiboldIt.otf.woff") format("woff");
  font-style: italic;
  font-weight: 600;
}
/* Source Sans Pro Bold */
@font-face {
  font-family: "SourceSansPro";
  src: url("../Fonts/SourceSans/WOFF2/SourceSans3-Bold.otf.woff2") format("woff2"), url("../Fonts/SourceSans/WOFF/SourceSans3-Bold.otf.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
/* Source Sans Pro Bold Italic */
@font-face {
  font-family: "SourceSansPro";
  src: url("../Fonts/SourceSans/WOFF2/SourceSans3-BoldIt.otf.woff2") format("woff2"), url("../Fonts/SourceSans/WOFF/SourceSans3-BoldIt.otf.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}
h1,
.h1 {
  margin-bottom: 0.5rem;
  font-family: "SourceSansPro", Calibri, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #E20026;
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "SourceSansPro", Calibri, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #4A4A4A;
}

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

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

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

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

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

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

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

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

.display-2 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}
@media (min-width: 576px) and (max-width: 991px) {
  .display-2 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .display-2 {
    font-size: 2.6rem;
  }
}

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

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

.section-header,
.ce-headline-center {
  text-align: center;
  margin-bottom: 0.313rem;
}
@media (max-width: 575px) {
  .section-header,
  .ce-headline-center {
    font-size: 1.875rem;
  }
}

.frame-type-news_pi1 .ce-headline-center {
  margin-bottom: 1.25rem;
}

a {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

p a {
  font-weight: 600;
}

.intro {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 2.5rem;
}

.mail:before,
.phone:before {
  margin-right: 0.5rem;
}

.teaserlnk {
  color: #4A4A4A;
}
.teaserlnk:hover {
  color: #000;
}

.tel-link {
  white-space: nowrap;
}

.more {
  font-weight: bold;
}
.more:before {
  content: "i";
  margin-right: 0.313rem;
}

p:last-child {
  margin-bottom: 0;
}

.fw-n {
  font-weight: normal;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-25 {
  font-size: 1.563rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.lh-1 {
  line-height: 1;
}

.lh-1-2 {
  line-height: 1.2;
}

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

small,
.small {
  font-size: 87.5%;
  font-weight: normal;
}

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

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

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

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

.upper-roman {
  list-style-type: upper-roman;
}

.revoked {
  list-style: none;
  margin-bottom: 0;
}

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

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

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

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

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

.c-0 {
  color: #4A4A4A !important;
}

.c-1 {
  color: #E20026 !important;
}

.c-w {
  color: #fff;
}
.c-w h3 {
  color: #fff;
}

.hyphens {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.column-count {
  column-count: 2;
  column-gap: 2em;
}
@media (max-width: 767px) {
  .column-count {
    column-count: inherit;
  }
}

.twocolumns {
  column-count: 2;
}

.tgw-va {
  font-size: 75%;
  vertical-align: super;
  margin: 0 3px 0 2px;
}

.tgw-sc {
  font-variant: small-caps;
  font-weight: normal;
}

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

.media-body {
  flex: 1;
}

.btn {
  cursor: pointer;
  white-space: normal;
  font-weight: 600;
}

.btn-primary:focus {
  color: #fff;
}

.btn-bg-white {
  background: rgba(255, 255, 255, 0.9);
}
.btn-bg-white:hover, .btn-bg-white:focus {
  background: rgb(255, 255, 255);
}

.btn-blue {
  background: #1C5DA9;
  border: 1px solid #1C5DA9;
  color: #fff;
  transition: background-color 0.2s ease;
}
.btn-blue:hover {
  background: rgb(17.1269035533, 56.885786802, 103.3730964467);
  color: #fff;
  border-color: rgb(17.1269035533, 56.885786802, 103.3730964467);
}
.btn-blue:focus {
  outline: none;
  color: #fff;
  box-shadow: none;
}
.btn-blue:focus-visible {
  outline: 1px dashed #E20026;
  outline-offset: 2px;
}

.btn-outline {
  background: none;
  border: 1px solid #E20026;
  color: #E20026;
}
.btn-outline:hover, .btn-outline:focus {
  background: rgb(149.5, 0, 25.1371681416);
  color: #fff;
  border-color: rgb(149.5, 0, 25.1371681416);
}

.btn-outline-white {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-white:hover, .btn-outline-white:focus {
  background-color: #fff;
  color: #DC052D;
  border-color: #fff;
}

.btn-final {
  background-color: #F6A623;
  color: #fff;
  font-weight: bold;
}
.btn-final:hover, .btn-final:focus {
  background-color: rgb(244.9978165939, 156.0895196507, 10.5021834061);
}

.btn-back {
  background-color: #eceeef;
}
.btn-back:hover, .btn-back:focus {
  background-color: rgb(208.3142857143, 213.2285714286, 215.6857142857);
}

.btn-forward,
.btn-order {
  background-color: #253746;
  color: #fff;
}
.btn-forward:hover, .btn-forward:focus,
.btn-order:hover,
.btn-order:focus {
  background-color: rgb(19.3644859813, 28.785046729, 36.6355140187);
}

.btn-cancel {
  background-color: rgba(0, 0, 0, 0.1);
  color: #4A4A4A;
}

.ticket-btn-red {
  color: #FFFFFF;
  background: #E20026;
  padding: 0.625rem 0.9375rem;
  display: inline-block;
}
.ticket-btn-red::after {
  font-family: "tgb" !important;
  content: "[";
  margin-left: 0.5rem;
  vertical-align: middle;
}
.ticket-btn-red:hover, .ticket-btn-red:focus {
  color: #FFFFFF;
  background-color: #960019;
}

select,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:disabled + .filter-icon,
input:disabled + .filter-icon {
  display: none;
}

select,
input,
button,
textarea {
  font-family: "SourceSansPro", Calibri, Helvetica, Arial, sans-serif;
}

.form-control {
  background: none;
}
.form-control:focus {
  background: none;
  webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.form-icon-wrap {
  position: relative;
  z-index: 1;
}

.form-icon {
  background: transparent none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #4A4A4A;
  font-style: normal;
  line-height: 1.6;
  padding: 0.5rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

label,
.label {
  color: #4A4A4A;
  font-weight: 600;
}

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

.check-label {
  display: block;
  margin-top: -2.688em;
  margin-left: 3.75em;
}

/*
input[type='checkbox'],
input[type='radio'] {
    width: auto;
    float: left;
    margin-right: .75em;
    background: transparent;
    border: none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
    background: transparent;
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
}

input[type='checkbox']:checked+label::before,
input[type='checkbox']:not(:checked)+label::before {
    content: '';
    font-family: "tgb";
    display: inline-block;
    width: 38px;
    height: 38px;
    position: relative;
    top: 0;
    border: 1px solid $gray-txt;
    margin-right: 1em;
    text-align: center;
    vertical-align: middle;
    line-height: 2.375em;
}

.form-check {
    &.form-check-small {
        input[type='checkbox']:checked+label::before,
        input[type='checkbox']:not(:checked)+label::before {
            content: '';
            font-family: "tgb";
            display: inline-block;
            width: 18px;
            height: 18px;
            position: relative;
            top: 0;
            border: 1px solid $gray-txt;
            margin-right: 1em;
            text-align: center;
            vertical-align: middle;
            line-height: 1em;
        }
    }
}

.form-check {
    &.form-check-small {
        input[type='checkbox']:checked+label::before {
            content: '\62';
        }
    }
}

input[type='checkbox']+label,
input[type='radio']+label {
    cursor: pointer;
}

input[type='checkbox']:disabled+label::before {
    background-color: $base-01-medium;
    border-color: $base-01;
    cursor: not-allowed;
}

input[type='checkbox']:checked+label::before {
    content: '\62';
}

input[type='checkbox']:disabled+label,
input[type='radio']:disabled+label {
    cursor: inherit;
}

*/
.form-check-small {
  display: flex;
  align-items: start;
  gap: 10px;
}

input[type=checkbox] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  visibility: visible;
  position: static;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #4a4a4a;
  border-radius: 0;
  flex-shrink: 0;
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  content: "";
  font-family: "tgb";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: -1px;
  border: 1px solid #4A4A4A;
  background: white;
  margin-right: 1em;
  text-align: center;
  vertical-align: middle;
  line-height: 1em;
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 100%;
}

input[type=radio]:checked + label::before {
  background: #4A4A4A;
  box-shadow: inset 0 0 0 3px #F3F7FC;
}

input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}

.form-group-RadioButton {
  margin: 0 0 1.25rem 1.25rem;
}

/*
input:-moz-read-only,
input:read-only {
    background: transparent !important;
}
*/
.form-check-label span {
  font-weight: normal;
}

.page-step {
  color: #E20026;
}

label.label-svg {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}

label.label-svg::before {
  visibility: hidden;
  height: 0 !important;
  width: 0 !important;
}

input.radio-svg[type=radio] {
  opacity: 1;
  width: 0;
  height: 0;
  visibility: hidden;
  position: relative;
  appearance: auto;
}

input.radio-svg[type=radio]:active ~ label {
  opacity: 1;
}

input.radio-svg[type=radio]:checked ~ label {
  opacity: 1;
}

input.radio-svg[type=radio]:checked ~ label .svg-ball {
  opacity: 1;
}

.svg-ball {
  opacity: 0;
}

#nom-row {
  display: none;
}

#check-order {
  display: none;
}

.form-group h4 {
  color: #E20026;
}
.form-group .input {
  position: relative;
}
.form-group .input .currency {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5rem 0.75rem;
}

@media (max-width: 991px) {
  .navbar {
    padding-top: 0.438rem;
  }
}

.nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-top: 0.313rem solid #E20026;
}
.nav-link:focus, .nav-link:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .nav-link:focus, .nav-link:hover {
    color: #E20026;
  }
}

.nav-item {
  margin-right: 5px;
}
.nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .nav-item {
    margin-right: 0;
  }
}

.active .nav-link {
  color: #fff;
  border-color: #CA0022;
  background-color: #CA0022;
}
@media (max-width: 991px) {
  .active .nav-link {
    background-color: #fff;
    color: #E20026;
  }
}

.hover.dropdown .nav-link {
  background-color: #fff;
  color: #E20026;
}
.hover.dropdown.active .nav-link:hover {
  border-color: #E20026;
}

.navbar-toggleable-md .navbar-nav .nav-link {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media (min-width: 992px) {
  .nav-item:hover .dropdown-menu {
    display: block;
  }
}
.dropdown-item {
  color: #4A4A4A;
}
.dropdown-item:before {
  content: "s  ";
  font-family: "tgb";
  font-size: 80%;
  color: #4A4A4A;
}
.dropdown-item.active {
  font-weight: bold;
  color: #E20026;
}

.dropdown-menu {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .dropdown-menu {
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

.dropdown-open {
  padding: 0.5em 0.5em 0.5em 1em;
  position: absolute;
  right: 0;
  top: 0;
  color: #E20026;
  font-size: 120%;
  border-top: 0.313rem solid transparent;
}
@media (min-width: 992px) {
  .dropdown-open {
    display: none !important;
  }
}

@media (max-width: 991px) {
  #main-menu {
    margin-bottom: 2.5em;
  }
  .nav-link {
    background-color: #fff;
    color: #E20026;
    margin-bottom: 1px;
    border-top: none;
  }
  .dropdown-menu {
    margin-bottom: 1px;
  }
}
@media (min-width: 992px) {
  .show > .dropdown-menu {
    display: none;
  }
}
.tab-nav .bg-base-02-light-dd {
  padding: 5px 0;
}
.tab-nav .form-group {
  margin-bottom: 0;
}
.tab-nav .form-control {
  color: #fff;
  border-color: #E44361;
}
.tab-nav .form-icon {
  color: #fff;
}

.active .tab-nav-link {
  color: #fff;
  box-shadow: 0 -5px 0 0 #ED8296 inset;
}

.tab-nav-link {
  padding: 10px;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
}
.tab-nav-link:hover, .tab-nav-link:focus {
  color: #fff;
  box-shadow: 0 -5px 0 0 #ED8296 inset;
}

.grid-15 {
  margin-left: -7px;
  margin-right: -8px;
}
.grid-15 .col-1,
.grid-15 .col-2,
.grid-15 .col-3,
.grid-15 .col-4,
.grid-15 .col-5,
.grid-15 .col-6,
.grid-15 .col-7,
.grid-15 .col-8,
.grid-15 .col-9,
.grid-15 .col-10,
.grid-15 .col-11,
.grid-15 .col-12,
.grid-15 .col,
.grid-15 .col-sm-1,
.grid-15 .col-sm-2,
.grid-15 .col-sm-3,
.grid-15 .col-sm-4,
.grid-15 .col-sm-5,
.grid-15 .col-sm-6,
.grid-15 .col-sm-7,
.grid-15 .col-sm-8,
.grid-15 .col-sm-9,
.grid-15 .col-sm-10,
.grid-15 .col-sm-11,
.grid-15 .col-sm-12,
.grid-15 .col-sm,
.grid-15 .col-md-1,
.grid-15 .col-md-2,
.grid-15 .col-md-3,
.grid-15 .col-md-4,
.grid-15 .col-md-5,
.grid-15 .col-md-6,
.grid-15 .col-md-7,
.grid-15 .col-md-8,
.grid-15 .col-md-9,
.grid-15 .col-md-10,
.grid-15 .col-md-11,
.grid-15 .col-md-12,
.grid-15 .col-md,
.grid-15 .col-lg-1,
.grid-15 .col-lg-2,
.grid-15 .col-lg-3,
.grid-15 .col-lg-4,
.grid-15 .col-lg-5,
.grid-15 .col-lg-6,
.grid-15 .col-lg-7,
.grid-15 .col-lg-8,
.grid-15 .col-lg-9,
.grid-15 .col-lg-10,
.grid-15 .col-lg-11,
.grid-15 .col-lg-12,
.grid-15 .col-lg,
.grid-15 .col-xl-1,
.grid-15 .col-xl-2,
.grid-15 .col-xl-3,
.grid-15 .col-xl-4,
.grid-15 .col-xl-5,
.grid-15 .col-xl-6,
.grid-15 .col-xl-7,
.grid-15 .col-xl-8,
.grid-15 .col-xl-9,
.grid-15 .col-xl-10,
.grid-15 .col-xl-11,
.grid-15 .col-xl-12,
.grid-15 .col-xl {
  padding-left: 7px;
  padding-right: 8px;
}

.round-teaser {
  margin-bottom: 2.5rem;
}
.round-teaser .img-circle {
  padding: 0.625rem 2.188em;
}

.card {
  border: none;
}
.card p {
  color: #4A4A4A;
}
.card .icon {
  line-height: 1;
  height: 1.875rem;
}

.card-header {
  margin-bottom: 0.625rem;
  background-color: transparent !important;
  border: none;
  padding: 0;
}
.card-header h1,
.card-header h2 {
  margin-bottom: 0;
}

.tl-rectangle:before {
  content: "";
  background-color: #E20026;
  height: 0.5rem;
  width: 2.813rem;
  position: absolute;
  top: 0;
  left: 0;
}

.card-txt-baseline {
  bottom: 0;
  width: 100%;
}

.card-txt-inner {
  padding: 0.438rem 0.625rem;
}
.card-txt-inner p {
  font-weight: 600;
}

.card-inner {
  padding: 1.25rem;
}

.card-img {
  overflow: hidden;
  border-radius: 0 !important;
}
.card-img:hover .bg-base-01-75 {
  background: #E20026;
}

.card-txt {
  padding: 0.938rem 1.25rem;
}

.card-img-zoom img {
  transform: scale(1.1);
}

.card-list {
  margin-bottom: 0;
}
.card-list li {
  margin-bottom: 2.5rem;
}

.card-more-link {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}

.location {
  font-weight: 600;
  color: #4A4A4A;
}
.location:before {
  content: "4";
  vertical-align: -10%;
  margin-right: 0.125rem;
}

.category {
  color: rgb(150.5, 150.5, 150.5);
}

.bgc-F4F6F8 {
  background-color: #F4F6F8;
}

.bgc-4A4A4A {
  background-color: #4A4A4A;
  color: #FFFFFF;
}

.catalog-order {
  margin-top: 9.063rem;
}
.catalog-order.br-bottom {
  padding-bottom: 2.5rem;
}

.catalog-img {
  margin-top: -6.063rem;
}

#page-preloader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
}
#page-preloader svg {
  width: 2.5rem;
}

.frame {
  margin-bottom: 2.5rem;
}

.fsc-sitemap .icon-home-1:before {
  line-height: 1rem;
}

.new-icon {
  top: -5px;
  right: -5px;
}

.laureate-txt p:last-child {
  margin-bottom: 0.313rem;
}

.note {
  border: 1px solid #F3F7FC;
  border-top: none;
}

.image-caption {
  font-size: 90%;
  color: #636c72;
  text-align: right;
  margin-top: 0.5rem;
}

.contenttable td {
  padding: 0.75rem;
  vertical-align: top;
}

.ce-form .frame {
  margin-bottom: 1.25rem;
}
.ce-form .col-md-10 {
  padding-right: 0;
  padding-left: 0;
}

section {
  margin-bottom: 2.5rem;
}

.fourboxes {
  padding-top: 2.5rem;
}

.bg-white-50 {
  background: rgba(255, 255, 255, 0.5);
}

.bg-white-70 {
  background: rgba(255, 255, 255, 0.7);
}

.bg-base-01 {
  background: #E20026;
}

.bg-base-01-75 {
  background: rgba(226, 0, 38, 0.75);
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.bg-base-01-30 {
  background: rgba(226, 0, 38, 0.3);
  color: #fff;
}

.bg-base-01-medium {
  background: #C5D7E9;
}

.bg-base-01-light {
  background: #F3F7FC;
}

.bg-base-01-80 {
  background: #3371B2;
}

.bg-base-02 {
  background: #DC052D;
}
.bg-base-02 h3 {
  color: #fff;
}

.bg-base-02-light {
  background: #FBE6EA;
}

.bg-base-02-light-dd {
  background: #E44361;
}

.bg-yellow-light {
  background: #FDEDD3;
}

.bg-blue-gray {
  background: #E3E8EB;
}

.bg-blue-gray-swiper {
  background: #F4F6F7;
}
@media (max-width: 1199px) {
  .bg-blue-gray-swiper {
    background: #fff;
  }
}

.bg-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img-right-top {
  background-repeat: no-repeat;
  background-position: right 1em;
}

.frosted-layer {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bg-blue-75 {
  background: rgba(28, 93, 169, 0.75);
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.bg-img-6-3 {
  padding-bottom: 45%;
}
@media (min-width: 1200px) {
  .bg-img-6-3 {
    height: 546px;
    padding: inherit;
  }
}

.bg-dark-blue {
  background: #253746;
}

.br-bottom {
  border-bottom: 1px solid #e6e6e6;
}

.br-top {
  border-top: 1px solid #e6e6e6;
}

.border {
  border: 1px solid #e6e6e6;
}

.col-div-border {
  background: rgba(0, 0, 0, 0.1);
  border-right: 15px solid #fff;
  border-left: 15px solid #fff;
}

.list-sh {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-sh-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.d-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
}

.justify-content-end {
  -webkit-justify-content: flex-end;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

.pf {
  position: fixed;
}

.pc {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pb {
  bottom: 0;
}

.colorbar {
  padding: 10px 15px;
  color: #fff;
  margin-bottom: 0.125rem;
}
.colorbar h3 {
  margin: 0;
}
.colorbar h3 a {
  color: #fff;
}

img.gray {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.2s ease-in-out;
}
img.gray:hover, img.gray:focus {
  filter: none;
  -webkit-filter: none;
  opacity: 1;
}

@media (max-width: 767px) {
  .box {
    margin-bottom: 60px;
  }
}

.box-part {
  margin-bottom: 1.875rem;
}

.img-trans {
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

.row-img img:not(:last-child) {
  margin-bottom: 1.5rem;
}

.divide-list {
  background-color: #F3F7FC;
  margin: 0 0 2.813rem;
}

@media (max-width: 767px) {
  .w-md-50 {
    width: 50%;
  }
}
.ws-no {
  white-space: nowrap;
}

.showCaption {
  background-color: #004e9f;
  padding: 0.25em;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
}

#c4508,
#c4515,
#c4525,
#c4507,
#c4521 {
  margin-bottom: 0;
}

#c4405 .container,
#c4406 .container,
#c4407 .container,
#c4408 .container,
#c4409 .container,
#c4410 .container {
  padding-right: 0;
  padding-left: 0;
}

#c4400 .r-tabs .r-tabs-panel {
  padding: 0;
}

#c282 .list-unstyled {
  padding-left: 2.5rem;
}

#c4458 {
  margin-bottom: 1.25rem;
}

#c4507 .upper-roman li {
  color: #E20026;
}
#c4507 .upper-roman li:hover, #c4507 .upper-roman li:focus {
  color: rgb(149.5, 0, 25.1371681416);
}

#c4726 ul,
#c4733 ul {
  list-style: none;
}

#c4733 ul ul {
  list-style: disc;
}

.cookiebar {
  width: 100%;
  position: fixed;
  color: white;
  display: block;
  bottom: 0;
  z-index: 1001;
  color: #000;
  background-color: rgba(227, 232, 235, 0.9);
}
.cookiebar a {
  color: #000;
}

.cookiebar-btn-position {
  position: absolute;
  right: 10px;
  top: -13px;
}

.cookiebar-btn {
  background: url("../gfx/close_cookiebar.svg");
  width: 30px;
  height: 30px;
}

.googleMapFrame {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}

#kp-bg-img {
  transition-property: padding-bottom;
  transition-duration: 0.5s;
  margin-bottom: 48px;
}

.img-nav {
  position: absolute;
  bottom: -48px;
  width: 100%;
}

.img-nav .figure-caption {
  padding: 0.5rem 0;
}

.show-img-btn {
  padding: 0.5rem 0 0.5rem 1rem;
  display: inline-block;
  font-size: 2rem;
  line-height: 0.1;
  cursor: pointer;
}

.phone-note {
  font-size: 80%;
  line-height: 1.2;
  font-style: italic;
}

.prize-sm-teaser {
  background-color: rgba(15, 22, 27, 0.75);
  color: #fff !important;
  padding: 0.75rem 1.25rem;
  width: 100%;
}

.prize-sm-teaser h4 {
  color: #fff;
}

@media (min-width: 576px) {
  .prize-sm-teaser {
    position: absolute;
    bottom: 0;
  }
}
.img-bs {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}

.sp-cover {
  z-index: 1;
  margin-top: -10%;
}

.sp-print-bow {
  margin-left: -10%;
}

.sp-page {
  margin-top: -5%;
}

.sp-page-bl {
  border-left: 1px solid #CCCCCC;
}

.sponsors {
  position: relative;
  border: 5px solid #DDE5EE;
  padding: 10px;
}

.sponsors img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sponsors img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.kp-header h2 {
  color: #E20026;
  margin-bottom: 5px;
  border-top: 8px solid #E20026;
  padding-top: 10px;
}
.kp-header span {
  display: block;
  line-height: 1.125rem;
}

.kp-address {
  line-height: 1.25rem;
}

.kp-deal-icon {
  width: 2.813rem;
}

.swiper-txt a {
  white-space: normal;
  font-weight: 600;
  display: inline-block;
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0rem;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.swiper-btn-white {
  color: #E20026;
  background-color: #FFFFFF;
}
.swiper-btn-white:hover, .swiper-btn-white:focus {
  color: #E20026;
  background: #fbfbfb;
}

.swiper-btn-red {
  color: #FFFFFF;
  background-color: #E20026;
}
.swiper-btn-red:hover, .swiper-btn-red:focus {
  color: #FFFFFF;
  background-color: #da0125;
}

/*
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.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: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

.swiper-button-next.swiper-button-next1 {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI3cHgiIGhlaWdodD0iNDhweCIgdmlld0JveD0iMCAwIDI3IDQ4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ni4yICg0NDQ5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIGlkPSJuZXh0LXdoaXRlIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC45MTY2NjY3LDI0IEwxLjA4MDU1NTU2LDMuMzg4ODg4ODkgQzAuMzM2MTExMTExLDIuNjM4ODg4ODkgMC4zMzYxMTExMTEsMS40MjUgMS4wODA1NTU1NiwwLjY2OTQ0NDQ0NCBDMS44MjUsLTAuMDgwNTU1NTU1NiAzLjAyNzc3Nzc4LC0wLjA4MDU1NTU1NTYgMy43NzIyMjIyMiwwLjY2OTQ0NDQ0NCBMMjUuNTIyMjIyMiwyMi42MzYxMTExIEMyNi4yNjY2NjY3LDIzLjM4ODg4ODkgMjYuMjY2NjY2NywyNC42MDU1NTU2IDI1LjUyMjIyMjIsMjUuMzU1NTU1NiBMMy43NzIyMjIyMiw0Ny4zMjIyMjIyIEMzLjAyNzc3Nzc4LDQ4LjA3NSAxLjgyNSw0OC4wNzIyMjIyIDEuMDgwNTU1NTYsNDcuMzIyMjIyMiBDMC4zMzYxMTExMTEsNDYuNTc1IDAuMzM2MTExMTExLDQ1LjM1ODMzMzMgMS4wODA1NTU1Niw0NC42MDI3Nzc4IEwyMC45MTY2NjY3LDI0IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-prev1 {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI2cHgiIGhlaWdodD0iNDhweCIgdmlld0JveD0iMCAwIDI2IDQ4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ni4yICg0NDQ5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQtQ29weSIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9InByZXYtd2hpdGUiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI1LjQ3NSw0NC42MDU1NTU2IEMyNi4yMTk0NDQ0LDQ1LjM2MTExMTEgMjYuMjE5NDQ0NCw0Ni41NzUgMjUuNDc1LDQ3LjMyNSBDMjQuNzMwNTU1Niw0OC4wNzUgMjMuNTI3Nzc3OCw0OC4wNzc3Nzc4IDIyLjc4MzMzMzMsNDcuMzI1IEwxLjAzMzMzMzMzLDI1LjM1ODMzMzMgQzAuMjg4ODg4ODg5LDI0LjYwODMzMzMgMC4yODg4ODg4ODksMjMuMzk0NDQ0NCAxLjAzMzMzMzMzLDIyLjYzODg4ODkgTDIyLjc4MzMzMzMsMC42NzIyMjIyMjIgQzIzLjUyNzc3NzgsLTAuMDc3Nzc3Nzc3OCAyNC43MzA1NTU2LC0wLjA3Nzc3Nzc3NzggMjUuNDc1LDAuNjcyMjIyMjIyIEMyNi4yMTk0NDQ0LDEuNDI1IDI2LjIxOTQ0NDQsMi42NDE2NjY2NyAyNS40NzUsMy4zOTE2NjY2NyBMNS42Mzg4ODg4OSwyNCBMMjUuNDc1LDQ0LjYwNTU1NTYgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  left: 10px;
  right: auto;
}

.swiper1 .swiper-button-prev,
.swiper1 .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 48px;
  margin-top: -24px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 48px;
  -webkit-background-size: 27px 48px;
  background-size: 27px 48px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-next2 {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjExcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDExIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ni4yICg0NDQ5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+c3dpcGVyXzAyX25leHRfZ3JheTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJzd3BpcGVyLTAyLW5leHQiIGZpbGw9IiM0QTRBNEEiPgogICAgICAgICAgICA8cGF0aCBkPSJNMC41Mzk2MjUwODUsMTcuMzcwNjg3NiBMNy4wOTgxMTI1NiwxMC4wNDMxMDM0IEwwLjUzOTYyNTA4NSwyLjYyOTMxMjQxIEMtMC4xNzk4NzUwMjgsMS44ODIxODI0NSAtMC4xNzk4NzUwMjgsMS4xOTI1MzQzNiAwLjUzOTYyNTA4NSwwLjU2MDM0NzQ3MiBDMS4yNTkxMjUyLC0wLjE4Njc4MjQ5MSAxLjkyMzI2OTE5LC0wLjE4Njc4MjQ5MSAyLjUzMjA3Njk4LDAuNTYwMzQ3NDcyIEwxMC41MDE4ODQ1LDguOTIyNDE0MSBDMTEuMTY2MDM4NSw5LjY2OTU0NDA2IDExLjE2NjAzODUsMTAuMzg3OTI3NSAxMC41MDE4ODQ1LDExLjA3NzU4NTkgTDIuNTMyMDc2OTgsMTkuNDM5NjUyNSBDMS45MjMyNjkxOSwyMC4xODY3ODI1IDEuMjU5MTI1MiwyMC4xODY3ODI1IDAuNTM5NjI1MDg1LDE5LjQzOTY1MjUgQy0wLjE3OTg3NTAyOCwxOC44MDc0NjU2IC0wLjE3OTg3NTAyOCwxOC4xMTc4MTc2IDAuNTM5NjI1MDg1LDE3LjM3MDY4NzYgWiIgaWQ9InN3aXBlcl8wMl9uZXh0X2dyYXkiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
}

.swiper-button-prev.swiper-button-prev2 {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjExcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDExIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ni4yICg0NDQ5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+c3dpcGVyXzAyX3ByZXZfZ3JheTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJzd3BpcGVyLTAyLXByZXYiIGZpbGw9IiM0QTRBNEEiPgogICAgICAgICAgICA8cGF0aCBkPSJNMTAuNDgwMTQ4OSwxNy4zNzA2ODc2IEMxMS4xNzMyODM3LDE4LjExNzgxNzYgMTEuMTczMjgzNywxOC44MDc0NjU2IDEwLjQ4MDE0ODksMTkuNDM5NjUyNSBDOS43ODcwMTQwMywyMC4xODY3ODI1IDkuMTIxNjE0NTcsMjAuMTg2NzgyNSA4LjQ4MzkzMDUxLDE5LjQzOTY1MjUgTDAuNDk5MDU3MDg1LDExLjA3NzU4NTkgQy0wLjE2NjM1MjM2MiwxMC4zODc5Mjc1IC0wLjE2NjM1MjM2Miw5LjY2OTU0NDA2IDAuNDk5MDU3MDg1LDguOTIyNDE0MSBMOC40ODM5MzA1MSwwLjU2MDM0NzQ3MiBDOS4xMjE2MTQ1NywtMC4xODY3ODI0OTEgOS43ODcwMTQwMywtMC4xODY3ODI0OTEgMTAuNDgwMTQ4OSwwLjU2MDM0NzQ3MiBDMTEuMTczMjgzNywxLjE5MjUzNDM2IDExLjE3MzI4MzcsMS44ODIxODI0NSAxMC40ODAxNDg5LDIuNjI5MzEyNDEgTDMuOTkyNDM5MjEsMTAuMDQzMTAzNCBMMTAuNDgwMTQ4OSwxNy4zNzA2ODc2IFoiIGlkPSJzd2lwZXJfMDJfcHJldl9ncmF5Ij48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
}

.swiper-button-wrap-dw .swiper-button-prev,
.swiper-button-wrap-dw .swiper-button-next,
.swiper2 .swiper-button-prev,
.swiper2 .swiper-button-next,
.outer .swiper-button-prev,
.outer .swiper-button-next {
  width: 11px;
  height: 20px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 11px 20px;
  -webkit-background-size: 11px 20px;
  background-size: 11px 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

.swiper-pagination {
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin: 0 0.188rem;
}

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

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

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #E20026;
}

.outer .swiper-pagination-bullet-active,
.swiper2 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #4A4A4A;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

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

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.slider-txt-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .slider-txt-left {
    position: relative;
    top: inherit;
    left: inherit;
    background: #E3E8EB;
  }
}

.slider-row-padding {
  padding: 3.75rem 3.75rem 1.25rem;
}
@media (max-width: 1199px) {
  .slider-row-padding {
    padding: 20px;
  }
}

.swiper-header {
  font-weight: 600;
}
@media (max-width: 575px) {
  .swiper-header {
    font-size: 1.875rem;
  }
}
@media (max-width: 1199px) {
  .swiper-header {
    color: #E20026 !important;
  }
}

@media (max-width: 1199px) {
  .swiper-txt {
    color: #4A4A4A;
  }
}

.swiper-container.swiper1 {
  background-color: #E3E8EB;
}

.swiper-txt h2 {
  margin-bottom: 0.125rem;
}

.swiper2 .swiper-slide .row {
  display: flex;
  align-items: stretch;
}

.swiper2 .swiper-slide .col-md-6:first-child {
  display: flex;
  align-items: stretch;
  max-height: 430px;
  overflow: hidden;
}

.swiper2 .swiper-slide .col-md-6:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .swiper2 .swiper-slide {
    height: 430px;
  }
  .swiper2 .swiper-slide .row {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .swiper2 .swiper-slide .col-md-6:first-child {
    height: 320px;
  }
}
@font-face {
  font-family: "tgb";
  src: url("../Fonts/Icons/tgb.eot");
  src: url("../Fonts/Icons/tgb.eot?#iefix") format("embedded-opentype"), url("../Fonts/Icons/tgb.woff") format("woff"), url("../Fonts/Icons/tgb.ttf") format("truetype"), url("../Fonts/Icons/tgb.svg#tgb") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "tgb" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before,
.more:before,
.location:before,
.text-accordion dt:before,
.r-tabs-accordion-title .r-tabs-anchor:after {
  font-family: "tgb" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-va-10:before {
  vertical-align: -10%;
}

.icon-va-20:before {
  vertical-align: -20%;
}

.icon-search:before {
  content: "a";
}

.icon-check:before {
  content: "b";
}

.icon-check-circle:before {
  content: "c";
}

.icon-check-circle-o:before {
  content: "d";
}

.icon-check-square:before {
  content: "e";
}

.icon-check-square-o:before {
  content: "f";
}

.icon-chevron-circle-down:before {
  content: "g";
}

.icon-chevron-circle-left:before {
  content: "h";
}

.icon-chevron-circle-right:before {
  content: "i";
}

.icon-chevron-circle-up:before {
  content: "j";
}

.icon-chevron-down:before {
  content: "k";
}

.icon-chevron-left:before {
  content: "l";
}

.icon-chevron-right:before {
  content: "m";
}

.icon-chevron-up:before {
  content: "n";
}

.icon-align-justify:before {
  content: "o";
}

.icon-align-left:before {
  content: "p";
}

.icon-angle-down:before {
  content: "q";
}

.icon-angle-left:before {
  content: "r";
}

.icon-angle-right:before {
  content: "s";
}

.icon-angle-up:before {
  content: "t";
}

.icon-arrow-circle-down:before {
  content: "u";
}

.icon-arrow-circle-left:before {
  content: "v";
}

.icon-arrow-circle-right:before {
  content: "w";
}

.icon-arrow-circle-up:before {
  content: "x";
}

.icon-arrow-down:before {
  content: "y";
}

.icon-arrow-left:before {
  content: "z";
}

.icon-arrow-right:before {
  content: "A";
}

.icon-arrow-up:before {
  content: "B";
}

.icon-bookmark:before {
  content: "C";
}

.icon-bookmark-o:before {
  content: "D";
}

.icon-calendar:before {
  content: "E";
}

.icon-calendar-check-o:before {
  content: "F";
}

.icon-calendar-minus-o:before {
  content: "G";
}

.icon-calendar-o:before {
  content: "H";
}

.icon-calendar-plus-o:before {
  content: "I";
}

.icon-calendar-times-o:before {
  content: "J";
}

.icon-caret-down:before {
  content: "K";
}

.icon-caret-left:before {
  content: "L";
}

.icon-caret-right:before {
  content: "M";
}

.icon-caret-up:before {
  content: "N";
}

.icon-comment:before {
  content: "O";
}

.icon-comment-o:before {
  content: "P";
}

.icon-commenting:before {
  content: "Q";
}

.icon-commenting-o:before {
  content: "R";
}

.icon-comments:before {
  content: "S";
}

.icon-comments-o:before {
  content: "T";
}

.icon-envelope:before {
  content: "U";
}

.icon-envelope-o:before {
  content: "V";
}

.icon-exclamation:before {
  content: "W";
}

.icon-exclamation-circle:before {
  content: "X";
}

.icon-exclamation-triangle:before {
  content: "Y";
}

.icon-facebook:before {
  content: "Z";
}

.icon-facebook-official:before {
  content: "0";
}

.icon-facebook-square:before {
  content: "1";
}

.icon-globe:before {
  content: "2";
}

.icon-home:before {
  content: "3";
}

.icon-home-1:before {
  content: "4";
}

.icon-chevron-down-1:before {
  content: "5";
}

.icon-chevron-left-1:before {
  content: "6";
}

.icon-chevron-right-1:before {
  content: "7";
}

.icon-chevron-up-1:before {
  content: "8";
}

.icon-ios-arrow-back:before {
  content: "9";
}

.icon-ios-arrow-forward:before {
  content: '"';
}

.icon-ios-arrow-down:before {
  content: "!";
}

.icon-ios-arrow-up:before {
  content: "#";
}

.icon-android-arrow-dropdown:before {
  content: "$";
}

.icon-android-arrow-dropleft:before {
  content: "%";
}

.icon-android-arrow-dropright:before {
  content: "&";
}

.icon-android-arrow-dropup:before {
  content: "'";
}

.icon-question:before {
  content: "(";
}

.icon-question-circle:before {
  content: ")";
}

.icon-youtube:before {
  content: "*";
}

.icon-youtube-square:before {
  content: "+";
}

.icon-youtube-play:before {
  content: ",";
}

.icon-whatsapp:before {
  content: "-";
}

.icon-times-circle:before {
  content: ".";
}

.icon-tag:before {
  content: "/";
}

.icon-tags:before {
  content: ":";
}

.icon-newspaper-o:before {
  content: ";";
}

.icon-map-marker:before {
  content: "<";
}

.icon-location-arrow:before {
  content: "=";
}

.icon-cart-arrow-down:before {
  content: ">";
}

.icon-cart-plus:before {
  content: "?";
}

.icon-shopping-cart:before {
  content: "@";
}

.icon-ticket:before {
  content: "[";
}

.icon-ios-telephone:before {
  content: "]";
}

.icon-phone:before {
  content: "^";
}

.icon-alert:before {
  content: "_";
}

.icon-alert-circled:before {
  content: "`";
}

.icon-retweet:before {
  content: "{";
}

.icon-clock-o:before {
  content: "|";
}

.icon-sign-out:before {
  content: "}";
}

.icon-sign-in:before {
  content: "~";
}

.icon-leanpub:before {
  content: "\e000";
}

.icon-share:before {
  content: "\\";
}

.icon-share-alt:before {
  content: "\e001";
}

.icon-share-square-o:before {
  content: "\e002";
}

.icon-share-square:before {
  content: "\e003";
}

.icon-link:before {
  content: "\e004";
}

.icon-android-time:before {
  content: "\e005";
}

.icon-facebookcircle:before {
  content: "\e006";
}

.icon-googlecircle:before {
  content: "\e007";
}

.icon-mailcircle:before {
  content: "\e008";
}

.icon-twittercircle:before {
  content: "\e009";
}

.icon-plus:before {
  content: "\e00a";
}

.icon-plus-circle:before {
  content: "\e00b";
}

.icon-plus-square:before {
  content: "\e00c";
}

.icon-plus-square-o:before {
  content: "\e00d";
}

.icon-exchange:before {
  content: "\e00e";
}

.icon-arrow-down-b:before {
  content: "\e00f";
}

.icon-arrow-left-b:before {
  content: "\e010";
}

.icon-arrow-right-b:before {
  content: "\e011";
}

.icon-arrow-up-b:before {
  content: "\e012";
}

.icon-fax:before {
  content: "\e013";
}

.icon-floppy-o:before {
  content: "\e014";
}

.icon-trash-o:before {
  content: "\e015";
}

.icon-minus-circle:before {
  content: "\e016";
}

@font-face {
  font-family: "tgb-pro";
  src: url("../Fonts/Icons/tgb-pro/tgb-pro.eot");
  src: url("../Fonts/Icons/tgb-pro/tgb-pro.eot?u1dhma#iefix") format("embedded-opentype"), url("../Fonts/Icons/tgb-pro/tgb-pro.woff2?u1dhma") format("woff2"), url("../Fonts/Icons/tgb-pro/tgb-pro.woff?u1dhma") format("woff"), url("../Fonts/Icons/tgb-pro/tgb-pro.ttf?u1dhma") format("truetype"), url("../Fonts/Icons/tgb-pro/tgb-pro.svg?u1dhma#tgb-pro") format("svg");
  font-style: normal;
  font-weight: 400;
}
.tgbiconpro {
  display: inline-block;
  font-family: "tgb-pro" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: -0.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tgbiconpro-01::before {
  content: "\ea01";
}

.tgbiconpro-02::before {
  content: "\ea02";
}

.tgbiconpro-03::before {
  content: "\ea03";
}

.tgbiconpro-04::before {
  content: "\ea04";
}

.tgbiconpro-05::before {
  content: "\ea05";
}

.tgbiconpro-06::before {
  content: "\ea06";
}

.tgbiconpro-07::before {
  content: "\ea07";
}

.tgbiconpro-08::before {
  content: "\ea08";
}

.tgbiconpro-09::before {
  content: "\ea09";
}

.tgbiconpro-10::before {
  content: "\ea0a";
}

.tgbiconpro-11::before {
  content: "\ea0b";
}

.tgbiconpro-12::before {
  content: "\ea0c";
}

.tgbiconpro-13::before {
  content: "\ea0d";
}

.tgbiconpro-14::before {
  content: "\ea0e";
}

.tgbiconpro-15::before {
  content: "\ea0f";
}

.tgbiconpro-16::before {
  content: "\ea10";
}

.tgbiconpro-17::before {
  content: "\ea11";
}

.tgbiconpro-18::before {
  content: "\ea12";
}

.tgbiconpro-19::before {
  content: "\ea13";
}

.tgbiconpro-20::before {
  content: "\ea14";
}

.tgbiconpro-21::before {
  content: "\ea15";
}

.tgbiconpro-22::before {
  content: "\ea16";
}

.tgbiconpro-23::before {
  content: "\ea17";
}

.tgbiconpro-24::before {
  content: "\ea18";
}

.tgbiconpro-25::before {
  content: "\ea19";
}

.tgbiconpro-26::before {
  content: "\ea1a";
}

.tgbiconpro-27::before {
  content: "\ea1b";
}

.tgbiconpro-28::before {
  content: "\ea1c";
}

.tgbiconpro-29::before {
  content: "\ea1d";
}

.tgbiconpro-30::before {
  content: "\ea1e";
}

.tgbiconpro-31::before {
  content: "\ea1f";
}

.tgbiconpro-32::before {
  content: "\ea20";
}

.tgbiconpro-33::before {
  content: "\ea21";
}

.tgbiconpro-34::before {
  content: "\ea22";
}

.tgbiconpro-35::before {
  content: "\ea23";
}

.tgbiconpro-36::before {
  content: "\ea24";
}

.tgbiconpro-37::before {
  content: "\ea25";
}

.tgbiconpro-38::before {
  content: "\ea26";
}

.tgbiconpro-39::before {
  content: "\ea27";
}

.tgbiconpro-40::before {
  content: "\ea28";
}

.tgbiconpro-41::before {
  content: "\ea29";
}

tgbiconpro-42::before {
  content: "\ea2a";
}

.tgbiconpro-43::before {
  content: "\ea2b";
}

.tgbiconpro-44::before {
  content: "\ea2c";
}

.tgbiconpro-45::before {
  content: "\ea2d";
}

.tgbiconpro-46::before {
  content: "\ea2e";
}

.tgbiconpro-47::before {
  content: "\ea2f";
}

.tgbiconpro-48::before {
  content: "\ea30";
}

.tgbiconpro-49::before {
  content: "\ea31";
}

.tgbiconpro-50::before {
  content: "\ea32";
}

.tgbiconpro-51::before {
  content: "\ea33";
}

.tgbiconpro-52::before {
  content: "\ea34";
}

.tgbiconpro-53::before {
  content: "\ea35";
}

.tgbiconpro-54::before {
  content: "\ea36";
}

.tgbiconpro-55::before {
  content: "\ea37";
}

.tgbiconpro-56::before {
  content: "\ea38";
}

.tgbiconpro-57::before {
  content: "\ea39";
}

.tgbiconpro-58::before {
  content: "\ea3a";
}

.tgbiconpro-59::before {
  content: "\ea3b";
}

.tgbiconpro-60::before {
  content: "\ea3c";
}

.tgbiconpro-61::before {
  content: "\ea3d";
}

.tgbiconpro-62::before {
  content: "\ea3e";
}

.tgbiconpro-63::before {
  content: "\ea3f";
}

.tgbiconpro-64::before {
  content: "\ea40";
}

.tgbiconpro-65::before {
  content: "\ea41";
}

.tgbiconpro-66::before {
  content: "\ea42";
}

.tgbiconpro-67::before {
  content: "\ea43";
}

.tgbiconpro-68::before {
  content: "\ea44";
}

.tgbiconpro-69::before {
  content: "\ea45";
}

.tgbiconpro-70::before {
  content: "\ea46";
}

.tgbiconpro-71::before {
  content: "\ea47";
}

.tgbiconpro-72::before {
  content: "\ea48";
}

.tgbiconpro-73::before {
  content: "\ea49";
}

.tgbiconpro-74::before {
  content: "\ea4a";
}

.tgbiconpro-75::before {
  content: "\ea4b";
}

.tgbiconpro-76::before {
  content: "\ea4c";
}

.tgbiconpro-77::before {
  content: "\ea4d";
}

.share-links {
  margin-top: 0.938rem;
  color: #E20026;
}
.share-links p {
  line-height: 1.5em;
  margin-bottom: 0;
  padding-top: 0.125rem;
  color: #E20026;
}
.share-links ul {
  margin-bottom: 0;
}
.share-links ul .list-inline-item:not(:last-child) {
  margin-right: 0.313rem;
}
.share-links i {
  font-size: 1.5rem;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.pagination li:not(:last-child) {
  margin-right: 10px;
}

.page-item .page-link {
  font-weight: 600;
  line-height: 1;
}

#sticky-link {
  display: none;
}

.service-links {
  width: 40px;
  max-width: 100px;
  position: fixed;
  top: 50%;
  margin-top: -110px;
  z-index: 1;
}
@media (max-width: 575px) {
  .service-links {
    bottom: 0;
    margin-top: 0;
    top: inherit;
  }
}

.service-item {
  margin-left: -80px;
  transition: all 0.2s ease-in-out;
}
.service-item a {
  background: rgba(127, 166, 207, 0.9);
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.service-item a:hover {
  background: #4B82BB;
}
.service-item:not(:last-child) {
  margin-bottom: 5px;
}
.service-item:hover {
  margin-left: 0;
}

.service-txt {
  font-size: 16px;
  height: 35px;
  line-height: 16px;
  margin-top: 5px;
  padding: 5px;
  width: 80px;
}

.service-icon {
  font-size: 24px;
  height: 40px;
  overflow: hidden;
  padding: 5px;
  width: 40px;
  text-align: center;
}

#countlist {
  bottom: 9px;
  color: #E20026;
  display: block;
  font-size: 10px;
  font-weight: normal;
  height: 15px;
  left: 18px;
  line-height: 14px;
  text-align: center;
  width: 15px;
  transition: all 0.2s ease-in-out;
}

.overview {
  color: #E20026;
}

.overview-icon {
  font-size: 200%;
}

.overview-txt {
  font-size: 0.875rem;
  line-height: 1.4em;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .overview-icon {
    display: none;
  }
  .ml-2 {
    margin-left: 0 !important;
  }
}
.text-accordion {
  margin-bottom: 0;
}
.text-accordion dt {
  font-size: 1.5rem;
  color: #E20026;
  cursor: pointer;
  font-weight: 600;
}
.text-accordion dt:not(:first-child) {
  margin-top: 1.25rem;
}
.text-accordion dt:before {
  content: "b";
  vertical-align: -10%;
  margin-right: 0.625rem;
}
.text-accordion dt .icon-caret-down,
.text-accordion dt .icon-caret-up {
  color: #4A4A4A;
  font-size: 70%;
}
.text-accordion dd {
  display: none;
  padding: 0 2.125rem;
}

.banner-accordion {
  margin-bottom: 0;
}
.banner-accordion dt {
  background: #E20026;
  color: #fff;
  font-size: inherit;
  cursor: pointer;
  padding: 1.25rem;
}
.banner-accordion dt:not(:first-child) {
  margin-top: 1.25rem;
}
.banner-accordion dt h2 {
  color: #fff;
}
.banner-accordion dd {
  padding: 1.875rem 0 0 0;
  margin-bottom: 2.5rem;
  display: none;
}
.banner-accordion dd:first-of-type {
  display: block;
}

.banner {
  background: #E20026;
  color: #fff;
  padding: 1.25rem;
}
.banner h2 {
  color: #fff;
}

.banner-act .banner {
  background: rgb(149.5, 0, 25.1371681416);
}

.price-list {
  background: #F3F7FC;
  margin-bottom: 5px;
}

.price-list-close {
  opacity: 0.25;
}

.price-cell-first {
  margin: auto;
  padding: 0 0 0 0.5em;
}

.price-cell {
  margin: auto;
}

.capacity {
  color: #0D770D;
}

.ban {
  color: #d9534f;
}

.alert {
  color: #f0ad4e;
}

.price-icons {
  font-size: 125%;
  line-height: 1em;
}
.price-icons span {
  margin-right: 5px;
}
.price-icons span:last-child {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .capacity .txt,
  .ban .txt,
  .alert .txt,
  .book-link .icon-right,
  .day {
    display: none;
  }
  .price-icons span {
    display: inline-block;
    width: 20%;
  }
}
@media (max-width: 767px) {
  .price-list .d-flex {
    margin: 5px 0;
  }
  .price-list .d-flex:first-child {
    margin-top: 10px;
  }
  .price-list .d-flex:last-child {
    margin-bottom: 0;
  }
  .price-list {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .w-down-xs-100 {
    width: 100% !important;
  }
}

.order-gift-card .form-check-label:before {
  margin-right: 0.3rem !important;
}

.order-gift-card .form-control[readonly] {
  background: none;
}

.order-gift-card hr {
  margin: 1.25rem 0 2.5rem;
}

.gift-card-motive-selected {
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.gift-card-motive {
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  opacity: 0.5;
}

.gift-card-motive:hover,
.gift-card-motive-active {
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 0px 0px 3px rgb(226, 0, 38);
  -moz-box-shadow: 0px 0px 0px 3px rgb(226, 0, 38);
  box-shadow: 0px 0px 0px 3px rgb(226, 0, 38);
  opacity: 1;
}

.gift-box {
  background-color: #e3e8eb;
  padding: 1.875rem;
  transition: all 0.2s ease-in-out;
  flex: 1 1 auto;
}

.gift-option-active,
.gift-box:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px 3px rgb(226, 0, 38);
  -moz-box-shadow: 0px 0px 0px 3px rgb(226, 0, 38);
  box-shadow: 0px 0px 0px 3px rgb(226, 0, 38);
  background-color: #E20026;
}

.gift-option-active h2,
.gift-option-active span,
.gift-box:hover h2,
.gift-box:hover span {
  color: #FFFFFF !important;
}

.gift-box h2 {
  color: #41648c;
  margin: 0.125rem 0 0 0;
  font-size: 1.375rem;
}

.gift-box span {
  color: #41648c;
}

.gift-option-part-2 {
  display: none;
}

.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#upload-label {
  position: relative;
  color: white;
  background-color: #4A749A;
  display: inline-block;
  cursor: pointer;
  line-height: 42px;
  height: 42px;
  padding: 0 12px 0 50px;
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
  font-weight: 600;
}

#upload-label:before {
  content: "";
  background-image: url("/typo3conf/ext/pk_tgb/Resources/Public/gfx/gift_card/upload.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
}

.btn-cancel:hover,
.btn-cancel:focus {
  background-color: rgba(0, 0, 0, 0.15);
}

.btn-upload {
  background-color: #4A749A;
  color: #FFFFFF;
}

.btn-delete {
  background-color: #E3E8EB;
  color: #4A749A;
}

.icon-currency {
  line-height: 1.25 !important;
}

.icon-currency:before {
  content: "€";
  font-family: "SourceSansPro" !important;
  font-size: 1rem;
  line-height: 1.25;
}

.table-bill td,
.table-info td {
  padding: 0 0.938rem 0.1rem 0;
  vertical-align: top;
}

.table-bill tr:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #E20026;
}

.table-bill tr:last-child td {
  padding-top: 0.1rem;
  padding-bottom: 0;
}

.table-info tr:last-child td {
  padding-bottom: 0;
}

.previewFrame {
  border: 1px solid #FBFBFB;
  padding: 2.813rem;
  margin-top: 2.5rem;
  background: #FBFBFB;
  position: relative;
}

#previewFrame {
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

#closePreview {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.gift-box-icon-1 svg,
.gift-box-icon-2 svg {
  width: 100%;
  height: auto;
  max-width: 40px; /* Optional: Begrenzung */
}

.gift-box-path {
  fill: #41648c;
}

.gift-option-active .gift-box-path,
.gift-box:hover .gift-box-path {
  fill: #FFFFFF;
}

.gift-box-inner {
  gap: 15px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .gift-box-icon-1,
  .gift-box-icon-2 {
    display: none !important;
  }
}
.loader_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.load-container {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.3rem solid rgba(255, 255, 255, 0.2);
  border-right: 0.3rem solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.3rem solid rgba(255, 255, 255, 0.2);
  border-left: 0.3rem solid #FFFFFF;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loadspinner 1.1s infinite linear;
  animation: loadspinner 1.1s infinite linear;
}

@-webkit-keyframes loadspinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadspinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icon-color-1 {
  color: #F5A623;
}

.stars-location-1:before {
  content: "3";
}

.stars-location-2:before {
  content: "3 3";
}

.stars-location-3:before {
  content: "3 3 3";
}

.stars-location-4:before {
  content: "3 3 3 3";
}

.stars-location-5:before {
  content: "3 3 3 3 3";
}

.stars-0:before {
  content: "5 5 5 5 5 ";
}

.stars-0-5:before {
  content: "4 5 5 5 5 ";
}

.stars-1:before {
  content: "3 5 5 5 5 ";
}

.stars-1-5:before {
  content: "3 4 5 5 5 ";
}

.stars-2:before {
  content: "3 3 5 5 5 ";
}

.stars-2-5:before {
  content: "3 3 4 5 5 ";
}

.stars-3:before {
  content: "3 3 3 5 5 ";
}

.stars-3-5:before {
  content: "3 3 3 4 5 ";
}

.stars-4:before {
  content: "3 3 3 3 5 ";
}

.stars-4-5:before {
  content: "3 3 3 3 4 ";
}

.stars-5:before {
  content: "3 3 3 3 3 ";
}

/* Hamburgers / Jonathan Suh @jonsuh / https://jonsuh.com/hamburgers */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

header {
  padding: 2.5rem 0;
}
header .tel-link {
  color: #4A4A4A;
  font-size: 1.375rem;
  line-height: 1em;
}
header .tel-link:hover {
  color: #000;
}

.logo {
  margin-right: 2.5rem;
}

main {
  padding-bottom: 5rem;
}
main .tel-link {
  font-size: 1rem;
  line-height: 1em;
}

footer {
  background: #E20026;
  color: rgba(255, 255, 255, 0.9);
  padding: 2.5rem 0;
}
footer h4 {
  font-family: inherit;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: inherit;
}
footer a {
  opacity: 0.95;
  color: inherit;
}
footer a:hover, footer a:focus {
  opacity: 1;
  color: #fff;
}
footer a.tel-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.375rem;
  line-height: 1em;
}
footer a.tel-link:hover, footer a.tel-link:focus {
  opacity: 1;
  color: #fff;
}
footer p {
  margin-bottom: 0.313rem;
}
footer .footer-lnk {
  margin-bottom: 1.875rem;
}
footer .contact-lnk li {
  margin-bottom: 1.875rem;
}
footer .footer-lnk li:not(:last-child) {
  margin-bottom: 0.313rem;
}

.filter {
  padding: 1.25rem 1.25rem 0;
}

.filter-tipps {
  padding: 1.25rem;
}

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.r-tabs .r-tabs-panel {
  padding: 1.25rem;
  display: none;
  border: 1px solid #E3E8EB;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}
.responsive-tabs-wrap li:not(:last-child) {
  margin-right: 0.938rem;
}
.responsive-tabs-wrap li a {
  padding: 0.438rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  background-color: rgb(241.875, 244.21875, 245.625);
  color: rgb(150.5, 150.5, 150.5);
  display: block;
}
.responsive-tabs-wrap li a:hover, .responsive-tabs-wrap li a:focus {
  color: #000;
  background-color: #E3E8EB;
}
.responsive-tabs-wrap li.r-tabs-state-active a {
  background-color: #E3E8EB;
  color: #4A4A4A;
}

.r-tabs-accordion-title .r-tabs-anchor {
  position: relative;
}
.r-tabs-accordion-title .r-tabs-anchor:after {
  position: absolute;
  right: 1.25rem;
  content: "K";
}
.r-tabs-accordion-title a {
  padding: 0.438rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  background-color: rgb(241.875, 244.21875, 245.625);
  color: rgb(150.5, 150.5, 150.5);
  display: block;
}
.r-tabs-accordion-title a:hover, .r-tabs-accordion-title a:focus {
  color: #000;
  background-color: #E3E8EB;
}
.r-tabs-accordion-title.r-tabs-state-active a {
  background-color: #E3E8EB;
  color: #4A4A4A;
}
.r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
  content: "N";
}
.r-tabs-accordion-title.r-tabs-state-default a {
  border-bottom: 1px solid #E3E8EB;
}

iframe {
  width: 100%;
  border: none;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  display: none;
  z-index: 1050;
}

.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
  font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 1060;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

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

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/*! jQuery UI - v1.12.1 - 2018-02-28
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-widget {
  font-family: "SourceSansPro", Calibri, Helvetica, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "SourceSansPro", Calibri, Helvetica, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/typo3conf/ext/pk_tgb/Resources/Public/Images/JqueryUI/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/typo3conf/ext/pk_tgb/Resources/Public/Images/JqueryUI/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/typo3conf/ext/pk_tgb/Resources/Public/Images/JqueryUI/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/typo3conf/ext/pk_tgb/Resources/Public/Images/JqueryUI/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/typo3conf/ext/pk_tgb/Resources/Public/Images/JqueryUI/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/typo3conf/ext/pk_tgb/Resources/Public/Images/JqueryUI/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/typo3conf/ext/pk_tgb/Resources/Public/Images/JqueryUI/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

[x-cloak] {
  display: none !important;
}

.tgb-api h4 {
  margin-bottom: 0.9375rem;
  color: #E20026;
}

.btn-submit {
  border: 1px solid transparent;
  color: #fff;
  background-color: #E20026;
  font-weight: bold;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0;
  transition: background-color 0.2s ease;
}

.api-form-item-summary {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.9375rem 0;
}

.user-value {
  font-weight: bold;
}

.multi-step-navigation {
  margin-top: 1.25rem;
}

.progress {
  background: #CCCCCC;
  border-radius: 2px;
  margin-bottom: 2.5rem;
}

.progress-bar {
  background-color: #E20026;
  transition: width 0.3s ease;
  height: 5px;
  border-radius: 2px;
}

input[type=date] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  text-align: left;
  text-align-last: left;
  height: 2.375rem;
}

input[type=date]::after {
  font-family: "tgb";
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1rem;
}

input::-webkit-datetime-edit {
  line-height: 1;
  padding: 0;
  margin-bottom: -2px;
}

input[type=checkbox]#agb-get-members,
input[type=checkbox]#agb,
input[type=checkbox].checkbox {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  visibility: visible;
  position: static;
  margin-top: 0.25rem;
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #4a4a4a;
  border-radius: 0;
  flex-shrink: 0;
}

.form-check.form-check-small input[type=checkbox]#agb:checked + label::before,
.form-check.form-check-small input[type=checkbox]#agb:not(:checked) + label::before {
  content: none;
}

.form-check-label a {
  font-weight: 600;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.agb-wrap {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: start;
  gap: 10px;
}
@media (max-width: 991px) {
  .agb-wrap label span {
    hyphens: auto;
  }
}

.is-invalid {
  border-color: #E20026;
  background-color: rgba(255, 246, 246, 0.5);
}
.is-invalid:focus {
  border-color: #E20026;
}

.form-key-zusatzinfo\.aufmerksam .checkbox:last-child label {
  margin-bottom: 0;
}

.step:not(.summary) .form-key-zusatzinfo\.aufmerksamAnderes {
  margin-top: -1.25rem;
  margin-bottom: 2.5rem;
}
.step:not(.summary) .form-key-zusatzinfo\.aufmerksamAnderes label {
  display: none;
}

.step:not(.summary) .form-key-zusatzinfo\.aufmerksam {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.required::after {
  content: "*";
  margin-left: 0.25em;
  font-size: 1em;
}

.btn-base {
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
  cursor: pointer;
  border: none;
}
.btn-base:focus {
  outline: none;
}
.btn-base:focus-visible {
  outline: 1px dashed #E20026;
  outline-offset: 2px;
}
.btn-base[disabled] {
  opacity: 0.7;
  pointer-events: none;
}

.btn-sm {
  padding: 0.5rem 0.9375rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.btn-sm .tgbiconpro {
  margin-left: 0.1875rem;
}

.btn-red {
  color: #fff;
  background-color: #E20026;
}
.btn-red:hover, .btn-red:focus {
  color: #FFFFFF;
  background-color: #960019;
}
.btn-red:focus-visible {
  color: #FFFFFF;
}

.btn-darkblue {
  color: #FFFFFF;
  background-color: #253746;
}
.btn-darkblue:hover, .btn-darkblue:focus {
  color: #FFFFFF;
  background-color: #333333;
}
.btn-darkblue:focus-visible {
  color: #FFFFFF;
}

.pagination-prev .btn-sm .tgbiconpro {
  margin-left: 0;
  margin-right: 0.1875rem;
}

.spielstaette-list h1 {
  text-align: center;
  margin-bottom: 1.875rem;
}

.spielstaette-body {
  row-gap: 1rem;
}

.st-letter-header {
  background-color: #e3e8eb;
}
.st-letter-header h2 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0;
}

.st-letter-body {
  border-top: 1px solid #CCCCCC;
  background-color: #f7f9fa;
}
.st-letter-body .st-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  outline: none;
  min-height: 2.5rem;
  cursor: pointer;
}
.st-letter-body .st-link .st-icon {
  font-style: normal;
}
.st-letter-body .st-link .st-icon::before {
  content: "\ea13";
  font-family: "tgb-pro";
  font-size: 0.6875rem;
  margin-left: 0.625rem;
}
.st-letter-body .st-link:focus {
  outline: none;
}
.st-letter-body .st-link:focus-visible {
  outline: 1px dashed #960019;
  outline-offset: -1px;
}
.st-letter-body:hover {
  background-color: #F3F7FC;
}

.letter-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #e3e8eb;
  border: none;
  cursor: pointer;
  padding: 0.6875rem 0.625rem;
  line-height: 1;
}
.letter-toggle::after {
  content: "q";
  font-family: "tgb";
  transform: rotate(0deg);
  display: inline-block;
  transition: transform 0.3s ease;
}
.letter-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.letter-toggle:focus {
  outline: none;
}
.letter-toggle:focus-visible {
  outline: 1px dashed #E20026;
}

.st-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.detail-wrapper {
  padding-top: 1.25rem;
}
.detail-wrapper::before {
  content: "";
  border-top: 0.5rem solid #E20026;
  width: 17.5rem;
  min-width: 17.5rem;
  max-width: 17.5rem;
  position: absolute;
  display: block;
  top: 0;
  left: 0.9375rem;
}
.detail-wrapper h1 {
  font-weight: 600;
}

.ref-block {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #E6E6E6;
}

.ref {
  font-size: 1.25rem;
}

.st-address {
  margin-bottom: 1.25rem;
}
.st-address p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.route-wrapper {
  margin-bottom: 0.9375rem;
}
.route-wrapper p {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.route-wrapper p .route .tgbiconpro {
  margin-right: 0.125rem;
}

.contact-info {
  margin-bottom: 1.25rem;
}
.contact-info p {
  margin-bottom: 0;
}

.tickets-sort-by {
  gap: 0.5rem;
}
.tickets-sort-by span {
  font-weight: 600;
}
.tickets-sort-by .form-icon-wrap select {
  width: auto;
  min-width: 6.25rem;
}

.ticket-element-wrapper {
  margin-bottom: 2.5rem;
}

.ticket-search-button {
  background-color: #253746;
  color: #FFFFFF;
  padding: 0.5rem 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
.ticket-search-button .tgbiconpro {
  margin-left: 0.5rem;
}
.ticket-search-button:hover {
  color: #FFFFFF;
  background-color: #333333;
}
.ticket-search-button:focus {
  outline: none;
}
.ticket-search-button:focus-visible {
  color: #FFFFFF;
  outline: 1px dashed #E20026;
  outline-offset: 2px;
}

.ticket-element {
  position: relative;
  padding-top: 0.9375rem;
}

.borderHead::before {
  content: "";
  border-top: 0.5rem solid #E20026;
  width: 3.125rem;
  min-width: 3.125rem;
  max-width: 3.125rem;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.vorstellung-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5625rem;
}
.vorstellung-header p {
  color: #7B7C7D;
  line-height: 1.25rem;
  margin-bottom: 0;
}

.ticket-title {
  font-size: 1.625rem;
  line-height: 1.8125rem;
  font-weight: 600;
}

.ticket-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.3125rem 1.5625rem 0.3125rem 0.3125rem;
  background-color: #e3e8eb;
  position: relative;
  margin-bottom: 1.25rem;
}
.ticket-header.disabled {
  opacity: 0.7;
  background-image: repeating-linear-gradient(-45deg, #F7D2D8, #F7D2D8 2px, transparent 2px, transparent 10px);
}
.ticket-header.ticket-header-item-even {
  background-color: #F0F0F0;
}
.ticket-header .ticket-info {
  padding: 1.25rem;
  display: inline-block;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  font-size: 1.5rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.ticket-header .ticket-wd {
  flex: 0 0 5rem;
}
.ticket-header .ticket-date {
  flex: 0 0 8.125rem;
}
.ticket-header .ticket-time {
  flex: 0 0 8.75rem;
}
.ticket-header .ticket-price,
.ticket-header .ticket-status,
.ticket-header .ticket-no-guest {
  flex: 1;
  border-right: none;
  font-size: 1.125rem;
}
.ticket-header .ticket-no-guest {
  font-weight: 400;
}
.ticket-header .ticket-button {
  margin-left: auto;
  padding: 0.5rem 0.9375rem;
  background-color: #253746;
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.25rem;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.ticket-header .ticket-button:hover, .ticket-header .ticket-button:focus {
  color: #FFFFFF;
  background-color: #333333;
  outline: none;
}
.ticket-header .ticket-button:focus-visible {
  color: #FFFFFF;
  outline: 1px dashed #E20026;
  outline-offset: 2px;
}
.ticket-header .ticket-button .tgbiconpro {
  margin-left: 0.5rem;
  transform: rotate(-45deg);
  display: inline-block;
}
@media (max-width: 991px) {
  .ticket-header {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 0.9375rem;
    padding-left: 1.5625rem;
  }
  .ticket-header .ticket-wd,
  .ticket-header .ticket-date,
  .ticket-header .ticket-time {
    flex: 0 0 auto;
    min-width: unset;
    width: auto;
    white-space: nowrap;
    padding-top: 0.625rem;
    padding-bottom: 0rem;
    padding-left: 0;
    border: none;
  }
  .ticket-header .ticket-time {
    border: none;
  }
  .ticket-header .ticket-price,
  .ticket-header .ticket-status,
  .ticket-header .ticket-no-guest {
    flex: 1 1 100%;
  }
  .ticket-header .ticket-price,
  .ticket-header .ticket-no-guest {
    padding-top: 0.625rem;
    padding-left: 0;
  }
  .ticket-header .ticket-no-guest {
    padding-top: 0;
  }
  .ticket-header .ticket-wd {
    padding-right: 0.3125rem;
  }
  .ticket-header .ticket-date {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  .ticket-header .ticket-button,
  .ticket-header .btn-complete-order {
    flex: 0 0 auto;
    align-self: flex-start;
    margin-left: 0;
    margin-bottom: 1.25rem;
  }
}

.ticket-box {
  background-color: white;
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
  padding: 2.5rem 0.9375rem 1.25rem 0.9375rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.ticket-select {
  border: 1px solid #E20026;
}

.ticket-form-body {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .ticket-form-body {
    gap: 0;
    grid-template-columns: 1fr;
  }
  .ticket-form-body .form-group {
    margin-bottom: 0.9375rem;
  }
}

.alt-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-complete-order {
  padding: 0.5rem 0.9375rem;
  background-color: #E20026;
  color: #FFFFFF !important;
  font-size: 1.125rem;
  line-height: 1.25rem;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-complete-order:hover, .btn-complete-order:focus {
  background-color: #960019;
}
.btn-complete-order:focus-visible {
  outline: 2px dashed #E20026;
  outline-offset: 4px;
}
.btn-complete-order .tgbiconpro {
  margin-left: 0.5rem;
}

.ticket-form-body-info {
  position: absolute;
  top: 0;
  left: 0;
}

.ticket-box-close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  background: transparent;
  border: none;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  color: #4A4A4A;
  padding: 0.3125rem;
}

.ticket-box-close:hover {
  color: #E20026;
}
.ticket-box-close:focus {
  outline: none;
}
.ticket-box-close:focus-visible {
  outline: 1px dashed #E20026;
  outline-offset: -1px;
  color: #E20026;
}

.ticket-box-close i {
  pointer-events: none;
}

.vorstellung-detail-wrapper {
  padding-top: 0.9375rem;
  position: relative;
}
.vorstellung-detail-wrapper::before {
  content: "";
  border-top: 0.5rem solid #E20026;
  width: 3.125rem;
  min-width: 3.125rem;
  max-width: 3.125rem;
  position: absolute;
  display: block;
  top: 0;
}
.vorstellung-detail-wrapper .ticket-element {
  padding-top: 0;
}
.vorstellung-detail-wrapper .v-header {
  margin-bottom: 0.9375rem;
}
.vorstellung-detail-wrapper .v-header h1 {
  font-weight: 600;
  margin-bottom: 0.125rem;
}
.vorstellung-detail-wrapper .v-header h2 {
  font-size: 1.3125rem;
}
.vorstellung-detail-wrapper .v-header p {
  color: #7B7C7D;
  line-height: 1.25rem;
  margin-bottom: 0;
}
.vorstellung-detail-wrapper .v-sub {
  margin-bottom: 0.9375rem;
  font-style: italic;
}
.vorstellung-detail-wrapper .v-desc {
  margin-bottom: 1.875rem;
}
.vorstellung-detail-wrapper .ref-block {
  margin-bottom: 2.5rem;
}

.heroimage {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 1.875rem;
}

.heroimage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Bildunterschrift */
.heroimage figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 0.9375rem;
  background: #f3f7fc;
  color: #636c72;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.ticket-request .tickets-sort-by {
  margin-bottom: 1.875rem;
}
.ticket-request .date-divider {
  margin-bottom: 1.875rem;
  width: 100%;
  color: #E20026;
  background-color: #F3F7FC;
}
.ticket-request .date-divider .weekday-dd {
  background-color: #E20026;
  color: #FFFFFF;
  padding: 0.9375rem;
  font-size: 1.125rem !important;
  font-weight: 600;
  width: 3.75rem;
  text-align: center;
}
.ticket-request .date-divider .date-dd {
  font-weight: 600;
  color: #E20026;
  padding: 0 0.9375rem;
  font-size: 1.125rem !important;
}
.ticket-request .day-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.875rem;
  row-gap: 1.875rem;
  margin-bottom: 2.5rem;
}
.ticket-request .day-wrapper.shorting-by-title {
  margin-bottom: 0.3125rem;
}
.ticket-request .day-wrapper.shorting-by-title .pre-vorstellung-header {
  margin-bottom: 0 !important;
}
.ticket-request .day-wrapper.shorting-by-title .pre-vorstellung-wrapper {
  background-color: initial;
  padding: 0.625rem 0 0 0;
}
@media (max-width: 991px) {
  .ticket-request .day-wrapper {
    grid-template-columns: 1fr;
  }
}

.pre-vorstellung-wrapper {
  background-color: #F3F7FC;
  padding: 0.9375rem 1.0625rem 3.75rem;
  position: relative;
}
.pre-vorstellung-wrapper::before {
  content: "";
  border-top: 0.5rem solid #E20026;
  width: 3.125rem;
  min-width: 3.125rem;
  max-width: 3.125rem;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.pre-vorstellung-body,
.pre-vorstellung-header {
  margin-bottom: 0.9375rem;
}

.pre-vorstellung-status {
  color: #E20026;
}

.pre-vorstellung-link-wrap {
  position: absolute;
  bottom: 1.5rem;
  right: 1.0625rem;
}

.pre-vorstellung-link {
  font-family: "tgb" !important;
  text-align: center;
  border-radius: 30px;
  font-size: 1.625rem;
}

.pre-vorstellung-genre {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #7B7C7D;
  display: block;
}

h3.pre-vorstellung-title {
  font-size: 1.5rem;
  line-height: 1.5625rem;
  margin-bottom: 0.125rem;
}

.dw-te-allwrapper {
  margin-bottom: 2.5rem;
}

.disabled-vorstellung {
  pointer-events: none;
  opacity: 0.7;
  background-image: repeating-linear-gradient(-45deg, #F7D2D8, #F7D2D8 2px, transparent 2px, transparent 10px);
}

.searchform-wrapper {
  position: relative;
}

.basicsearch {
  padding: 1.25rem;
  background-color: #E3E8EB;
}
.basicsearch .form-group {
  margin-bottom: 0;
}
.basicsearch .form-key-searchParamGeneral {
  flex-grow: 1;
}
.basicsearch .btn-sm {
  line-height: 1.375rem;
}

.extendedsearch {
  background-color: #F7F9FA;
}
.extendedsearch .form-icon-wrap {
  background-color: #FFFFFF;
}
.extendedsearch .form-control {
  background-color: transparent;
}

.extendedsearch-inner {
  padding: 1.25rem;
}

#togglebtn {
  font-weight: 600;
}

#string-dateFrom,
#string-dateUntil {
  background-color: #FFFFFF;
}

.login-btn,
.request-password-btn {
  padding: 0.5rem 0.9375rem;
  color: #fff;
  background-color: #E20026;
  font-size: 1rem;
  line-height: 1.5rem;
  border: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.login-btn .tgbiconpro,
.request-password-btn .tgbiconpro {
  margin-left: 0.0625rem;
}
.login-btn:hover, .login-btn:focus,
.request-password-btn:hover,
.request-password-btn:focus {
  color: #FFFFFF;
  background-color: #960019;
  outline: none;
}
.login-btn:focus-visible,
.request-password-btn:focus-visible {
  color: #FFFFFF;
  outline: 1px dashed #E20026;
  outline-offset: 2px;
}

.login-btn {
  padding: 0.625rem 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.searchbutton {
  padding: 0.5rem 0.9375rem;
  color: #fff;
  background-color: #E20026;
  font-size: 1rem;
  line-height: 1.5rem;
  border: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.searchbutton .tgbiconpro {
  margin-left: 0.0625rem;
}
.searchbutton:hover, .searchbutton:focus {
  color: #FFFFFF;
  background-color: #960019;
  outline: none;
}
.searchbutton:focus-visible {
  color: #FFFFFF;
  outline: 1px dashed #E20026;
  outline-offset: 2px;
}

.login-btn .tgbiconpro {
  margin-left: 0.25rem;
  line-height: 1.5rem;
}

.basicsearch-ctrl {
  display: flex;
  gap: 0.9375rem;
  width: 100%;
  margin-bottom: 0.9375rem;
}
.basicsearch-ctrl .api-form-input {
  background-color: #FFFFFF;
}

.api-form-item {
  flex: 1;
  min-width: 0;
}

.search-date,
.search-wd,
.search-genre {
  margin-bottom: 0.9375rem;
}

.search-stage {
  margin-bottom: 0.625rem;
}

.search-date-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px 15px;
  padding-left: 0.9375rem;
}

.extendedsearch-inner .api-form-item {
  display: contents;
}
.extendedsearch-inner .api-form-item .form-group {
  display: contents;
}

.api-form-input {
  width: 100%;
}

.search-date-wrapper label {
  margin-bottom: 0;
  align-self: center;
  font-weight: 400;
}

.form-weekday-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45px, 1fr));
  gap: 0.3125rem;
  align-items: center;
}

.week-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3125rem;
}
.week-day label {
  margin: 0;
  font-weight: 400;
}

#extendedsearch {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}

#togglebtn i {
  transition: transform 0.3s ease;
}
#togglebtn.open i {
  transform: rotate(90deg);
}

.toggle-button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
}
.toggle-button:focus {
  outline: 0;
}
.toggle-button:focus-visible {
  outline: 1px dashed #E20026;
  outline-offset: 2px;
}

.login-wrapper {
  background-color: #F7F9FA;
}

.login-header {
  background-color: #E3E8EB;
  padding: 1.25rem;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 600;
}

.login-body {
  padding: 1.25rem 1.25rem 2.1875rem 1.25rem;
}

.form-key-mitgliedsnummer {
  margin-bottom: 0.9375rem;
}

.form-key-password {
  margin-bottom: 1.875rem;
}

.login-form-base {
  margin-bottom: 1.5625rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #E5E5E5;
}

.login-msg {
  color: #E20026;
}

.form-instructions {
  margin-bottom: 0.9375rem;
}

.back-btn {
  background-color: #253746;
  color: #FFFFFF;
  padding: 0.5rem 0.9375rem;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}
.back-btn .tgbiconpro {
  margin-right: 0.1875rem;
}
.back-btn:hover, .back-btn:focus {
  color: #FFFFFF;
  background-color: #333333;
  outline: none;
}
.back-btn:focus-visible {
  color: #FFFFFF;
  outline: 1px dashed #E20026;
  outline-offset: 2px;
}

.form-key-userName,
.form-key-vorname {
  margin-bottom: 0.9375rem;
}

.form-key-nachname {
  margin-bottom: 1.875rem;
}

.tab-pw {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #E20026;
  cursor: pointer;
}
.tab-pw:hover {
  color: #960019;
}
.tab-pw:focus {
  outline: 0;
}
.tab-pw:focus-visible {
  outline: 1px dashed #960019;
  outline-offset: 2px;
}

.typo3-messages {
  list-style: none;
  padding: 0;
}

.ticket-btn {
  margin-left: auto;
  padding: 0.5rem 0.9375rem;
  background-color: #253746;
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.ticket-btn:hover {
  color: #FFFFFF;
  background-color: #333333;
}
.ticket-btn:focus {
  outline: none;
}
.ticket-btn:focus-visible {
  color: #FFFFFF;
  outline: 1px dashed #E20026;
  outline-offset: 2px;
}
.ticket-btn .tgbiconpro {
  margin-left: 0.5rem;
  transform: rotate(-45deg);
  display: inline-block;
}

.headline-order {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.tw {
  border: 1px solid #D1D1D1;
  background-color: #F3F7FC;
  position: relative;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
}
.tw::before {
  content: "";
  border-top: 0.5rem solid #E20026;
  width: 3.125rem;
  min-width: 3.125rem;
  max-width: 3.125rem;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.tw.tw-alternative {
  margin-left: 3.75rem;
}
@media (max-width: 575px) {
  .tw.tw-alternative {
    margin-left: 1.5625rem;
  }
}

.tw-alternative .tw-title {
  padding-right: 1.875rem;
}

.tw-header {
  margin-bottom: 1.875rem;
}

.tw-title h3 {
  color: #E20026;
}

.tw-date {
  font-weight: 600;
  font-size: 1.125rem;
  margin-top: 0.9375rem;
}

.tw-location a {
  color: #4A4A4A;
}

.tw-order-form-group {
  gap: 0.9375rem;
  row-gap: 0;
}
.tw-order-form-group .form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 767px) {
  .tw-order-form-group .form-group.form-group-spacer {
    display: none;
  }
}

.tw-submit {
  padding: 0.5rem 0.9375rem;
  color: #fff;
  background-color: #E20026;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  border: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.tw-submit:hover, .tw-submit:focus {
  color: #FFFFFF;
  background-color: #960019;
}
.tw-submit:focus-visible {
  color: #FFFFFF;
  outline: 1px dashed #E20026;
  outline-offset: 2px;
}

.tw-checkout {
  padding-top: 1.25rem;
  padding-bottom: 3.125rem;
  gap: 1.25rem;
}
.tw-checkout .ticket-btn,
.tw-checkout .tw-submit {
  padding: 0.5rem 0.75rem;
}
@media (max-width: 767px) {
  .tw-checkout .ticket-btn,
  .tw-checkout .tw-submit {
    margin-left: auto;
  }
}

.ticket-box-delete {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  background: transparent;
  border: none;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  color: #4A4A4A;
  padding: 0.3125rem;
}

.ticket-box-delete:hover {
  color: #E20026;
}
.ticket-box-delete:focus {
  outline: none;
}
.ticket-box-delete:focus-visible {
  outline: 1px dashed #E20026;
  outline-offset: -1px;
  color: #E20026;
}

.ticket-box-delete i {
  pointer-events: none;
}

.btn-toggle-alternative-wrap {
  position: absolute;
  top: 2.9375rem;
  right: 0.625rem;
}

.tw-or {
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 575px) {
  .tw-or {
    margin-bottom: 0.9375rem;
  }
}

.note .icon-alternative {
  height: 1.25rem;
}

.logged-in {
  margin-bottom: 1.875rem;
}

.konto-controll {
  background-color: #F3F7FC;
}

.kto-nav {
  list-style: none;
  padding: 0;
}
@media (max-width: 991px) {
  .kto-nav .kto-nav-item {
    border-bottom: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
  }
  .kto-nav .kto-nav-item:first-child {
    border-top: 1px solid #D1D1D1;
  }
}
.kto-nav .kto-nav-item .kto-nav-link {
  padding: 0.625rem 0.75rem;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #4A4A4A;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .kto-nav .kto-nav-item .kto-nav-link {
    display: block;
  }
}
.kto-nav .kto-nav-item .kto-nav-link:hover {
  background-color: #E3E8EB;
}
.kto-nav .kto-nav-item .kto-nav-link.kto-nav-cart {
  color: #E20026;
}
.kto-nav .kto-nav-item .kto-nav-link.active {
  background-color: #CDD3D6;
}

.form-key-passwordOld,
.form-key-passwordNew {
  margin-bottom: 0.9375rem;
}

.form-key-passwordNewRepeat {
  margin-bottom: 1.875rem;
}

.section-new-address .toolbar {
  margin-bottom: 1.875rem;
}

.address-list-header {
  font-weight: 600;
  background-color: #CDD3D6;
  padding: 0.5rem 0.3125rem;
}
.address-list-header .w-field {
  padding: 0 0.9375rem;
}

.address-list-item {
  padding: 0.5rem 0.3125rem;
  border-right: 1px solid #E3E8EB;
  border-bottom: 1px solid #E3E8EB;
  border-left: 1px solid #E3E8EB;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.address-list-item .w-field {
  padding: 0 0.9375rem;
}
.address-list-item:hover {
  background-color: #F2F4F6;
}
.address-list-item:focus {
  outline: 0;
}
.address-list-item:focus-visible {
  outline: 1px dashed #E20026;
}
.address-list-item.selected {
  background-color: #E1EBF9;
}
@media (max-width: 767px) {
  .address-list-item {
    display: block;
  }
  .address-list-item .w-field {
    display: block;
    width: 100%;
  }
  .address-list-item .w-field:last-child::before {
    content: attr(data-label) ": ";
    font-weight: 600;
    display: inline-block;
  }
}

.change-address-wrapper {
  position: relative;
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  border-right: 1px solid #E3E8EB;
  border-bottom: 1px solid #E3E8EB;
  border-left: 1px solid #E3E8EB;
}

.two-btn-wrap {
  gap: 0.9375rem;
}

.section-additional-members .toolbar {
  margin-bottom: 1.875rem;
  gap: 0.9375rem;
}

.tab-control {
  font-size: 1rem;
  font-weight: 600;
  background-color: #F3F7FC;
  color: #979797;
  padding: 0.5rem 1.25rem;
  margin: 0 0.9375rem 0 0;
  border: none;
  text-align: left;
  transition: background-color 0.2s ease;
}
.tab-control:hover {
  background-color: #e3e8eb;
}
.tab-control:focus {
  outline: none;
}
.tab-control:focus-visible {
  outline: 1px dashed #E20026;
  outline-offset: -1px;
}
.tab-control:not(.active):hover {
  color: #4A4A4A;
  cursor: pointer;
}
.tab-control.active {
  background-color: #CDD3D6;
  color: #4A4A4A;
}

.bestell-col {
  padding: 0.5625rem 1.25rem 0.5rem 1.25rem;
  display: flex;
  flex-direction: row;
  align-content: space-evenly;
  width: 50%;
  color: #4A4A4A;
}

.bestell-col p {
  margin-bottom: unset;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #4a4a4a !important;
}

.bestell-list {
  border-bottom: #E3E8EB 1px solid;
  border-right: #E3E8EB 1px solid;
  border-left: #E3E8EB 1px solid;
  display: flex;
  min-width: 100%;
  cursor: pointer;
}
.bestell-list:hover {
  background-color: #F2F4F6;
}
.bestell-list:focus {
  background-color: #F2F4F6;
  outline: 0;
}
.bestell-list:focus-visible {
  outline: 1px dashed #E20026;
}
.bestell-list .bestell-col:nth-of-type(2) {
  font-weight: 600;
}
@media (max-width: 991px) {
  .bestell-list {
    flex-direction: column;
  }
  .bestell-list .bestell-col {
    width: 100%;
  }
  .bestell-list .bestell-col:nth-of-type(2) {
    padding-top: 0;
  }
}

.bestell-header {
  display: flex;
  min-width: 100%;
  background-color: #CDD3D6;
  border: #CDD3D6 1px solid;
}
.bestell-header .bestell-col {
  background-color: #CDD3D6;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .bestell-header {
    flex-direction: column;
  }
  .bestell-header .bestell-col {
    width: 100%;
  }
}

[id$=-toolbar] {
  background-color: #CDD3D6;
}

[id$=-headlineTable] {
  flex-direction: column;
}

#his-toolbar .back-btn,
#cur-toolbar .back-btn {
  padding: 0.5rem 1.25rem 0.5rem 0.9375rem;
  background-color: transparent;
  color: #4A4A4A;
}
#his-toolbar .back-btn:hover,
#cur-toolbar .back-btn:hover {
  color: #333333;
}
#his-toolbar .back-btn:focus-visible,
#cur-toolbar .back-btn:focus-visible {
  outline: 1px dashed #E20026;
  outline-offset: 0;
}

.date-wrapper .day {
  min-width: 1.625rem;
  display: block;
}
.date-wrapper .date {
  min-width: 5rem;
}

.stacked {
  width: 100%;
  border-collapse: collapse;
}

.stacked td {
  border: 1px solid #E3E8EB;
  padding: 8px 20px;
  text-align: left;
  width: 50%;
}

@media (max-width: 576px) {
  .stacked tr {
    display: block;
    padding: 0;
  }
  .stacked td {
    display: block;
    border-width: 0;
    width: 100%;
    padding-bottom: 0;
    border-right: 1px solid #E3E8EB !important;
    border-left: 1px solid #E3E8EB !important;
    font-weight: 600;
  }
  .stacked td:last-child {
    border-width: 0 0 1px 0;
    padding-top: 0;
    padding-bottom: 8px;
    border-right: 1px solid #E3E8EB !important;
    border-left: 1px solid #E3E8EB !important;
    font-weight: 400;
  }
}
.table-label {
  font-weight: 600 !important;
  background-color: #E3E8EB;
  padding-top: 8px !important;
}

.pager-wrap {
  padding-right: 0.625rem;
}

.pager-next,
.pager-prev {
  background-color: transparent;
  color: #4A4A4A;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0.625rem;
  font-size: 1rem;
}
.pager-next:hover,
.pager-prev:hover {
  color: #333333;
}
.pager-next:focus,
.pager-prev:focus {
  outline: 0;
}
.pager-next:focus-visible,
.pager-prev:focus-visible {
  outline: 1px dashed #E20026;
  outline-offset: 0;
}

#his-prev[disabled],
#his-next[disabled],
#cur-prev[disabled],
#cur-next[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.saldo {
  background-color: #CDD3D6;
  padding: 0.6875rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  border-bottom: 1px solid #BFC5C8;
}

.konto-grid-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  background-color: #CDD3D6;
  padding: 0.5rem 0.3125rem;
}
.konto-grid-title .w-field {
  padding: 0 0.9375rem;
}
@media (max-width: 767px) {
  .konto-grid-title {
    display: none;
  }
}

.konto-grid {
  padding: 0.5rem 0.3125rem;
  border-right: 1px solid #E3E8EB;
  border-bottom: 1px solid #E3E8EB;
  border-left: 1px solid #E3E8EB;
}
.konto-grid .w-field {
  padding: 0 0.9375rem;
}
@media (max-width: 767px) {
  .konto-grid {
    display: block;
  }
  .konto-grid .w-field {
    display: block;
    width: 100%;
  }
  .konto-grid .w-field::before {
    content: attr(data-label) ": ";
    font-weight: 600;
    display: inline-block;
  }
}

.tabpanel-wraper {
  border: 1px solid #E3E8EB;
  padding: 1.25rem;
}

.special-offer-tickets .pre-vorstellung-wrapper {
  background-color: transparent;
  padding: 0.625rem 0 0 0;
  margin-bottom: 0.3125rem;
}
.special-offer-tickets .pre-vorstellung-header {
  margin-bottom: 0;
}

.get-members .tabpanel-wraper,
.join-us .tabpanel-wraper {
  padding: 1.875rem;
}
@media (max-width: 767px) {
  .get-members .tabpanel-wraper,
  .join-us .tabpanel-wraper {
    padding: 0.9375rem;
  }
}
@media (max-width: 575px) {
  .get-members .tabpanel-wraper,
  .join-us .tabpanel-wraper {
    border-top: 1px solid #CDD3D6;
  }
}

.tabpanel-wraper-summary h5 {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}

.summary-list {
  margin-bottom: 1.875rem;
}
.summary-list li {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #E3E8EB;
  font-weight: 600;
}
.summary-list li span {
  font-weight: 400;
}

.checkbox input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox label {
  cursor: pointer;
}
.checkbox.is-invalid {
  background-color: transparent;
  border: none;
}
.checkbox.is-invalid input[type=radio]:checked + label::before,
.checkbox.is-invalid input[type=radio]:not(:checked) + label::before {
  border-color: #E20026;
}

input.form-control[readonly] {
  background: none;
  pointer-events: none;
}

.number-of-memberships {
  gap: 0.625rem;
}
.number-of-memberships .nom-txt {
  font-weight: 600;
}

.number-of-memberships-inner {
  gap: 0.625rem;
}

#zahlen {
  width: 4.8125rem;
}

@media (max-width: 575px) {
  .tgb-abo-tab-wrapper .tab-control {
    border-top: 1px solid #CDD3D6;
    border-right: 1px solid #CDD3D6;
    border-left: 1px solid #CDD3D6;
  }
  .tgb-abo-tab-wrapper .tab-control.active {
    border-color: transparent;
  }
  .tgb-abo-tab-wrapper .tab-control.last-btn {
    border-bottom: none;
  }
}
.tree-item-wrapper input[type=checkbox] {
  background: unset !important;
  position: unset !important;
  visibility: unset !important;
}
.tree-item-wrapper input[type=checkbox] {
  width: unset !important;
  float: unset !important;
  margin-right: unset !important;
  background: unset !important;
  padding: unset !important;
}
.tree-item-wrapper input {
  -webkit-appearance: unset !important;
  -moz-appearance: unset !important;
  appearance: auto !important;
}

@media (max-width: 770px) {
  .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .col-sm-6 {
    flex: 0 0 100%;
  }
}
