html,
body,
div,
span,
object,
iframe,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
.small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
.mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover,
a:focus {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark,
.mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src:
    url(../../../thirdplatform/fonts/OpenSansRegular.eot) format("eot"),
    url(../../../thirdplatform/fonts/OpenSansRegular.ttf) format("truetype"),
    url(../../../thirdplatform/fonts/OpenSansRegular.woff) format("woff"),
    url(../../../thirdplatform/fonts/OpenSansRegular.woff2) format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src:
    url(../../../thirdplatform/fonts/OpenSansSemiBold.eot) format("eot"),
    url(../../../thirdplatform/fonts/OpenSansSemiBold.ttf) format("truetype"),
    url(../../../thirdplatform/fonts/OpenSansSemiBold.woff) format("woff"),
    url(../../../thirdplatform/fonts/OpenSansSemiBold.woff2) format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 900;
  src:
    url(../../../thirdplatform/fonts/OpenSansExtraBold.eot) format("eot"),
    url(../../../thirdplatform/fonts/OpenSansExtraBold.ttf) format("truetype"),
    url(../../../thirdplatform/fonts/OpenSansExtraBold.woff) format("woff"),
    url(../../../thirdplatform/fonts/OpenSansExtraBold.woff2) format("woff2");
}
@font-face {
  font-family: "icon";
  src: url(../../../thirdplatform/fonts/icons.eot);
  src:
    url(../../../thirdplatform/fonts/icons.eot#iefix)
      format("embedded-opentype"),
    url(../../../thirdplatform/fonts/icons.ttf) format("truetype"),
    url(../../../thirdplatform/fonts/icons.woff) format("woff"),
    url(../../../thirdplatform/img/icons.svg#icons) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"],
.icon {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-check:before {
  content: "";
}
.icon-arrow:before {
  content: "";
}
.icon-credit:before {
  content: "";
} /*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif:
    system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.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-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.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;
}
.justify-content-evenly {
  justify-content: space-evenly !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;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.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-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.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;
}
.justify-content-evenly {
  justify-content: space-evenly !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;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
html,
body {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
* {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  outline: none !important;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.w-100 {
  width: 100%;
}
a {
  outline: none !important;
  text-decoration: none;
}
body {
  background-color: #f8f8f9;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #313131;
  line-height: 1.3;
  min-width: 320px;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
body::-webkit-scrollbar {
  width: 0.675rem;
  background: rgba(0, 0, 0, 0.05);
}
body::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb {
  background: rgba(7, 20, 73, 0.2);
  outline: none;
}
.is-loading {
  background: #f3f5f9;
  color: #818181;
  height: 100vh;
  font-size: 38px;
  font-weight: 900;
  padding-top: calc(50vh - 19px);
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}
*::selection {
  background-color: #037bdb;
  color: #fff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.back {
  display: flex;
  font-size: 16px;
  gap: 6px;
  align-items: center;
}
.back a {
  color: #14141b;
}
.back img {
  width: 14px;
  height: auto;
}
.text-xlg {
  font-size: 16px;
}
@media (min-width: 768px) {
  .text-xlg {
    font-size: 30px;
  }
}
.text-lg {
  font-size: 16px;
}
@media (min-width: 768px) {
  .text-lg {
    font-size: 20px;
  }
}
.text-md {
  font-size: 14px;
}
@media (min-width: 768px) {
  .text-md {
    font-size: 16px;
  }
}
.text-sm {
  font-size: 12px;
}
.text-left {
  text-align: left;
}
.text-xsm {
  font-size: 10px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.p-16 {
  padding: 16px;
}
.gray-light {
  color: #b6b6c1;
}
.gray-dark {
  color: #737380;
}
.dark-text {
  color: #14141b;
}
.text-bold {
  font-weight: bold;
}
.mt-16 {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .mt-16 {
    margin-top: 0;
  }
}
.status p {
  padding: 8px 16px;
  width: max-content;
  vertical-align: middle;
  font-weight: 700;
  color: #14141b;
  border-radius: 8px;
}
.status p.active {
  background-color: #e7f7e8;
}
.status p.active::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00b833;
  display: inline-block;
  margin-right: 8px;
}
.status p.passive {
  background-color: rgba(197, 17, 17, 0.1);
}
.status p.passive::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #c51111;
  display: inline-block;
  margin-right: 8px;
}
.info div {
  margin-top: 8px;
}
.flex {
  display: flex;
  gap: 8px;
}
.direction {
  flex-direction: column;
}
@media (min-width: 768px) {
  .direction {
    flex-direction: row;
  }
}
.justify-between {
  justify-content: space-between;
}
button.primary {
  width: 100%;
  border-radius: 5px;
  background-color: #ecedf0;
  padding: 19px 45px;
  color: #14141b;
  font-weight: 700;
  font-size: 14px;
  border: none;
}
@media (min-width: 768px) {
  button.primary {
    width: auto;
  }
}
button.primary:hover {
  cursor: pointer;
}
button.exxen {
  border-radius: 5px;
  padding: 12px 20px;
  background: #ffc900;
  color: #14141b;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  border: none;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
.lg-heading {
  display: none;
  background-color: #ecedf0;
  gap: 8px;
  padding: 8px;
  font-size: 14px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .lg-heading {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    font-size: 16px;
  }
}
.sm-heading {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  background-color: #ecedf0;
  gap: 8px;
  padding: 8px;
  font-size: 14px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .sm-heading {
    display: none;
    font-size: 16px;
  }
}
.transaction-info {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  background-color: #fcfcfc;
  padding: 8px;
  gap: 8px;
  font-size: 14px;
  margin-top: 16px;
}
.transaction-info div {
  justify-self: end;
}
@media (min-width: 768px) {
  .transaction-info div {
    justify-self: start;
  }
}
@media (min-width: 768px) {
  .transaction-info {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    font-size: 16px;
    grid-template-rows: 1fr;
  }
}
.secondary {
  background: none;
  color: #3667e7;
  font-size: 12px;
  border: none;
  margin-top: 16px;
  padding: 0;
}
.secondary:hover {
  cursor: pointer;
}
.outline {
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
  color: #14141b;
  border: 1px solid #e5e5ea;
  padding: 12px 24px;
  border-radius: 8px;
}
.link {
  color: #6c6c7b;
  text-decoration: underline;
}
.link:hover {
  cursor: pointer;
}
.subs {
  background-color: #fbbd00;
  max-width: 248px;
  width: 100%;
  font-size: 12px;
  padding: 13px 0;
  font-weight: 700;
  line-height: 20px;
  color: #14141b;
  border: none;
  border-radius: 5px;
}
.subs:hover {
  cursor: pointer;
}
.manage-subscription {
  text-align: center;
}
.manage-subscription .desc {
  max-width: 807px;
  margin: 0 auto;
}
.manage-subscription .packages {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .manage-subscription .packages {
    gap: 16px;
    margin-top: 40px;
  }
}
.manage-subscription .packages .package {
  background-color: #fff;
  padding: 8px;
  width: auto;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .manage-subscription .packages .package {
    padding: 16px;
    width: 280px;
    border-radius: 8px;
  }
}
.manage-subscription .packages .package.existing {
  border: 4px solid #fbbd00;
}
.manage-subscription .packages .package.existing .subs {
  background-color: #fff;
}
.manage-subscription .packages .package.existing .subs:hover {
  cursor: default;
}
.make-payment {
  text-align: center;
}
.make-payment .payment {
  max-width: 500px;
  padding: 12px;
  background-color: #fff;
  margin: 40px auto;
}
@media (min-width: 768px) {
  .make-payment .payment {
    padding: 48px;
  }
}
.make-payment .white {
  width: 100%;
  margin: 16px 0;
  border: 1px solid #e5e5ea;
  font-weight: 700;
  background-color: #fff;
  padding: 12px 0;
  font-size: 14px;
  border-radius: 8px;
}
.make-payment .confirm {
  display: flex;
  font-size: 10px;
  gap: 10px;
}
.make-payment .confirm input {
  margin: 0;
}
.make-payment .confirm p {
  text-align: left;
}
.make-payment .confirm a {
  color: #3667e7;
  text-decoration: underline;
  font-weight: 600;
}
.make-payment .payment-table {
  margin: 24px 0;
  display: flex;
  justify-content: space-between;
}
.make-payment .subs {
  max-width: 100%;
  font-size: 14px;
  margin-bottom: 16px;
}
.make-payment .text-left {
  text-align: left;
}
.subscription .modal {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.subscription .modal button:hover {
  cursor: pointer;
}
.subscription .modal-index {
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 8px;
  max-width: 556px;
  width: 100%;
  height: auto;
  margin: 20px;
  padding: 16px 16px;
}
@media (min-width: 768px) {
  .subscription .modal-index {
    padding: 24px 23px;
    margin: 0;
  }
}
.subscription .modal-close:hover {
  cursor: pointer;
}
.subscription .modal .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subscription .modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.subscription .modal-container {
  margin-top: 24px;
}
.subscription .modal-container textarea {
  background-color: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 10px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 12px 16px;
  width: 100%;
}
.subscription .modal-container .cancel-info {
  font-size: 12px;
  color: #737380;
  line-height: 20px;
  margin-top: 12px;
}
.subscription .modal-container .modal-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .subscription .modal-container .modal-buttons {
    justify-content: end;
  }
}
.subscription .modal-container .package {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .subscription .modal-container .package {
    border-radius: 8px;
    border: 1px solid #e5e5ea;
    padding: 20px;
  }
}
.subscription .modal .modal-buttons button {
  padding: 12px 35px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #14141b;
}
.subscription .modal .modal-buttons button.cancel {
  border: 1px solid #e5e5ea;
}
.subscription .modal .modal-buttons button.submit {
  border: none;
  background-color: #ffc900;
}
.subscription .modal .error-bg {
  background-color: #f7dbd4;
  color: #de5536;
  font-size: 14px;
  padding: 8px;
  line-height: 24px;
  margin: 24px 0;
}
@media (min-width: 768px) {
  .subscription .modal .error-bg {
    margin-bottom: 32px;
    font-size: 16px;
    padding: 16px 28px;
  }
}
.subscription .modal .form-group {
  position: relative;
}
@media (min-width: 768px) {
  .subscription .modal .skt-cvv {
    display: flex;
    gap: 8px;
  }
}
.subscription .modal .skt-cvv .form-group {
  flex: 1;
}
.subscription .modal .vl {
  border-left: 2px solid #e5e5ea;
  height: 24px;
  position: absolute;
  top: 7px;
  left: 40px;
}
.subscription .modal input.form-control {
  font-family: "Open Sans", sans-serif;
  padding-left: 50px;
}
.subscription .modal input.form-control.user {
  background: url(../../../thirdplatform/img/user.png) no-repeat scroll 12px 8px;
}
.subscription .modal input.form-control.card {
  background: url(../../../thirdplatform/img/card.jpg) no-repeat scroll 12px 9px;
}
.subscription .modal input.form-control.calendar {
  background: url(../../../thirdplatform/img/calendar.png) no-repeat scroll 12px
    8px;
}
.subscription .modal input.form-control.lock {
  background: url(../../../thirdplatform/img/lock.png) no-repeat scroll 12px 9px;
}
.top-section {
  display: block;
}
.top-section.not-visible {
  display: none;
}
.credit-card {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 16px;
  padding: 12px 16px;
  border: 1px solid #e5e5ea;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .credit-card {
    flex-direction: row;
    align-items: center;
  }
}
.credit-card .card-details {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
}
.credit-card .card-details p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .credit-card .card-details p {
    font-size: 16px;
  }
}
.credit-card img.card {
  width: 51px;
}
.credit-card .card-actions {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  gap: 20px;
}
@media (min-width: 768px) {
  .credit-card .card-actions {
    margin-left: auto;
    position: static;
  }
}
.credit-card .card-actions svg:hover {
  cursor: pointer;
}
.add-card-section {
  display: none;
}
.add-card-section.open {
  display: block;
}
.add-card-section .heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.add-card-section .heading span {
  color: #6c6c7b;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
.add-card-section .heading p {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .add-card-section .skt-cvv {
    display: flex;
    gap: 8px;
  }
}
.add-card-section .skt-cvv .form-group {
  flex: 1;
}
.add-card-section .vl {
  border-left: 2px solid #e5e5ea;
  height: 24px;
  position: absolute;
  top: 7px;
  left: 40px;
}
.add-card-section input.form-control {
  font-family: "Open Sans", sans-serif;
  padding-left: 50px !important;
}
.add-card-section input.form-control.user {
  background: url(../../../thirdplatform/img/user.png) no-repeat scroll 12px 8px;
}
.add-card-section input.form-control.card {
  background: url(../../../thirdplatform/img/card.jpg) no-repeat scroll 12px 9px;
}
.add-card-section input.form-control.calendar {
  background: url(../../../thirdplatform/img/calendar.png) no-repeat scroll 12px
    8px;
}
.add-card-section input.form-control.lock {
  background: url(../../../thirdplatform/img/lock.png) no-repeat scroll 12px 9px;
}
.card-type-logos {
  margin-top: 16px;
}
.card-type-logos img {
  max-width: 404px;
  width: 100%;
}
.make-payment-2 {
  text-align: center;
}
.make-payment-2 .box {
  max-width: 424px;
  padding: 24px 16px;
  margin: 24px auto 0;
  border: 2px solid #fbbd00;
  border-radius: 5px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .make-payment-2 .box {
    padding: 24px 32px;
    margin-top: 40px;
  }
}
.make-payment-2 .mb-16 {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .make-payment-2 .mb-16 {
    margin-bottom: 16px;
  }
}
.make-payment-2 .text-xlg {
  font-size: 24px;
}
@media (min-width: 768px) {
  .make-payment-2 .text-xlg {
    font-size: 42px;
  }
}
.make-payment-2 .text-md {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .make-payment-2 .text-md {
    font-size: 16px;
    line-height: 24px;
  }
}
.make-payment-2 .text-14 {
  font-size: 14px;
}
.make-payment-2 .text-16 {
  font-size: 16px;
}
.make-payment-2 .text-24 {
  font-size: 24px;
}
.make-payment-2 .line-14 {
  line-height: 14px;
}
.make-payment-2 .line-24 {
  line-height: 24px;
}
.make-payment-2 .line-22 {
  line-height: 22px;
}
.make-payment-2 .fw-800 {
  font-weight: 800;
}
.make-payment-2 .text-graylight {
  color: #b6b5c1;
}
.make-payment-2 .badge {
  max-width: fit-content;
  background-color: #ecedf0;
  padding: 4px 8px;
  border-radius: 100px;
  color: #737380;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin: 16px auto 24px;
}
.make-payment-2 .primary {
  max-width: 360px;
  width: 100%;
  padding: 9px 45px;
  border-radius: 5px;
  background-color: #ffc900;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
  color: #14141b;
}
@media (min-width: 768px) {
  .make-payment-2 .primary {
    padding: 20px 45px;
    line-height: 20px;
  }
}
.make-payment-2 .secondary {
  max-width: 424px;
  width: 100%;
  padding: 9px 45px;
  border-radius: 5px;
  background-color: #ecedf0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  margin-top: 24px;
  color: #14141b;
}
@media (min-width: 768px) {
  .make-payment-2 .secondary {
    padding: 20px 45px;
    line-height: 20px;
    font-size: 16px;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url(../../../thirdplatform/fonts/OpenSansLight.eot);
  src:
    url(../../../thirdplatform/fonts/OpenSansLight.eot?#iefix)
      format("embedded-opentype"),
    url(../../../thirdplatform/fonts/OpenSansLight.woff2) format("woff2"),
    url(../../../thirdplatform/fonts/OpenSansLight.woff) format("woff"),
    url(../../../thirdplatform/fonts/OpenSansLight.ttf) format("truetype"),
    url("../../../thirdplatform/img/OpenSansLight.svg#Open Sans") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(../../../thirdplatform/fonts/OpenSansRegular.eot);
  src:
    url(../../../thirdplatform/fonts/OpenSansRegular.eot?#iefix)
      format("embedded-opentype"),
    url(../../../thirdplatform/fonts/OpenSansRegular.woff2) format("woff2"),
    url(../../../thirdplatform/fonts/OpenSansRegular.woff) format("woff"),
    url(../../../thirdplatform/fonts/OpenSansRegular.ttf) format("truetype"),
    url("../../../thirdplatform/img/OpenSansRegular.svg#Open Sans")
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(../../../thirdplatform/fonts/OpenSansSemiBold.eot);
  src:
    url(../../../thirdplatform/fonts/OpenSansSemiBold.eot?#iefix)
      format("embedded-opentype"),
    url(../../../thirdplatform/fonts/OpenSansSemiBold.woff2) format("woff2"),
    url(../../../thirdplatform/fonts/OpenSansSemiBold.woff) format("woff"),
    url(../../../thirdplatform/fonts/OpenSansSemiBold.ttf) format("truetype"),
    url("../../../thirdplatform/img/OpenSansSemiBold.svg#Open Sans")
      format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(../../../thirdplatform/fonts/OpenSansBold.eot);
  src:
    url(../../../thirdplatform/fonts/OpenSansBold.eot?#iefix)
      format("embedded-opentype"),
    url(../../../thirdplatform/fonts/OpenSansBold.woff2) format("woff2"),
    url(../../../thirdplatform/fonts/OpenSansBold.woff) format("woff"),
    url(../../../thirdplatform/fonts/OpenSansBold.ttf) format("truetype"),
    url("../../../thirdplatform/img/OpenSansBold.svg#Open Sans") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(../../../thirdplatform/fonts/OpenSansExtraBold.eot);
  src:
    url(../../../thirdplatform/fonts/OpenSansExtraBold.eot?#iefix)
      format("embedded-opentype"),
    url(../../../thirdplatform/fonts/OpenSansExtraBold.woff2) format("woff2"),
    url(../../../thirdplatform/fonts/OpenSansExtraBold.woff) format("woff"),
    url(../../../thirdplatform/fonts/OpenSansExtraBold.ttf) format("truetype"),
    url("../../../thirdplatform/img/OpenSansExtraBold.svg#Open Sans")
      format("svg");
  font-weight: 800;
  font-style: normal;
}
body.landing::-webkit-scrollbar {
  background: #0d0d10;
}
body.landing::-webkit-scrollbar-thumb {
  background: rgba(0, 116, 255, 0.05);
  outline: none;
}
body.landing.tr .top-section {
  background-image: url(../../../thirdplatform/img/exxen-landing-bg-tr-sm.png);
  background-position: center center;
}
@media (min-width: 768px) {
  body.landing.tr .top-section {
    background-image: url(../../../thirdplatform/img/exxen-landing-bg-tr-lg.jpg);
  }
}
@media screen and (min-width: 1920px) {
  body.landing.tr .top-section {
    background-image: url(../../../thirdplatform/img/exxen-landing-bg-tr-lg.jpg);
  }
}
body.landing.tr .europe {
  background-image: url("https://merlincdn-assets.zotlo.com/assets/platform3p/img/exxen/europa-mb.jpg");
}
@media (min-width: 768px) {
  body.landing.tr .europe {
    background-image: url("https://merlincdn-assets.zotlo.com/assets/platform3p/img/exxen/europa-wb.jpg");
  }
}
body.landing.tr .champs {
  background-image: url("https://merlincdn-assets.zotlo.com/assets/platform3p/img/exxen/champs-mb.jpg");
}
@media (min-width: 768px) {
  body.landing.tr .champs {
    background-image: url("https://merlincdn-assets.zotlo.com/assets/platform3p/img/exxen/champs-wb.jpg");
  }
}
body.landing.tr .el-clasico {
  background-image: url("https://web-assets.cdnztl.com/assets/platform3p/img/bg-elclasico-mobile.png?v=434");
  background-position: center center;
}
@media (min-width: 768px) {
  body.landing.tr .el-clasico {
    background-image: url("https://web-assets.cdnztl.com/assets/platform3p/img/bg-elclasico.png?v=434");
  }
}
body.landing.tr .el-clasico .wrapper::before {
  background: transparent;
}
body.landing.tr .laliga {
  background-image: url("https://web-assets.cdnztl.com/assets/platform3p/img/laliga-bg-mobile.jpg?v=434");
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  body.landing.tr .laliga {
    background-image: url("https://web-assets.cdnztl.com/assets/platform3p/img/laliga-bg.jpg?v=434");
  }
}
body.landing.tr .laliga .wrapper::before {
  background: transparent;
  height: 644px;
}
body.landing.tr .laliga .container {
  height: 644px;
}
body.landing.tr .laliga .container .header-logos {
  margin: 50px auto 94px;
}
@media (min-width: 768px) {
  body.landing.tr .laliga .container .header-logos {
    margin: 0;
  }
}
body.landing.tr .seria {
  background-image: url("https://web-assets.cdnztl.com/assets/platform3p/img/seria-bg-mobile.jpg?v=434");
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  body.landing.tr .seria {
    background-image: url("https://web-assets.cdnztl.com/assets/platform3p/img/seria-bg.jpg?v=434");
  }
}
body.landing.tr .seria .wrapper::before {
  background: transparent;
  height: 644px;
}
body.landing.tr .seria .container {
  height: 644px;
}
body.landing.tr .seria .container .header-logos {
  margin: 50px auto 94px;
}
@media (min-width: 768px) {
  body.landing.tr .seria .container .header-logos {
    margin: 0;
  }
}
body.landing.tr .euroleague {
  background-image: url("https://web-assets.cdnztl.com/assets/platform3p/img/euroleague-bg-mobile.jpg?v=434");
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  body.landing.tr .euroleague {
    background-image: url("https://web-assets.cdnztl.com/assets/platform3p/img/euroleague-bg.jpg?v=434");
  }
}
body.landing.tr .euroleague .wrapper::before {
  background: transparent;
  height: 644px;
}
body.landing.tr .euroleague .container {
  height: 644px;
}
body.landing.tr .euroleague .container .header-logos {
  margin: 50px auto 94px;
}
@media (min-width: 768px) {
  body.landing.tr .euroleague .container .header-logos {
    margin: 0;
  }
}
body.landing.tr .ssport {
  background-image: url("https://web-assets.cdnztl.com/assets/platform3p/img/ssport-bg-mobile.jpg?v=434");
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  body.landing.tr .ssport {
    background-image: url("https://web-assets.cdnztl.com/assets/platform3p/img/ssport-bg.jpg?v=434");
  }
}
body.landing.tr .ssport .wrapper::before {
  background: transparent;
  height: 644px;
}
body.landing.tr .ssport .container {
  height: 644px;
}
body.landing.tr .ssport .container .header-logos {
  margin: 50px auto 94px;
}
@media (min-width: 768px) {
  body.landing.tr .ssport .container .header-logos {
    margin: 0;
  }
}
body.landing.tr .ssport .container .top-section__heading h1,
body.landing.tr .ssport .container .top-section__heading .h1 {
  padding: 0px;
}
@media (min-width: 768px) {
  body.landing.tr .ssport .container .top-section__heading h1,
  body.landing.tr .ssport .container .top-section__heading .h1 {
    line-height: 68px !important;
    max-width: 930px !important;
    margin-right: auto;
    margin-left: auto;
  }
}
body.landing.tr .conference {
  background-image: url("https://merlincdn-assets.zotlo.com/assets/platform3p/img/exxen/conference-mb.jpg");
}
@media (min-width: 768px) {
  body.landing.tr .conference {
    background-image: url("https://merlincdn-assets.zotlo.com/assets/platform3p/img/exxen/conference-wb.jpg");
  }
}
body.landing.tr .sport {
  background-image: url(../../../thirdplatform/img/exxensport-landing-bg-mobile.png);
}
@media (min-width: 768px) {
  body.landing.tr .sport {
    background-image: url(../../../thirdplatform/img/exxensport-landing-bg-lg.png);
  }
}
body.landing.tr .sport .container {
  padding-bottom: 25px !important;
}
@media (min-width: 768px) {
  body.landing.tr .sport .container {
    padding-bottom: 140px !important;
  }
}
body.landing.tr .sport-saudi {
  background-image: url("https://cdn.zotlo.com/affiliate/themes/e71465af-ecda-4b41-9c24-d6d1f71905e4.jpg");
}
body.landing.tr .sport-saudi .wrapper::before {
  background: #000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  body.landing.tr .sport-saudi {
    background-image: url("https://cdn.zotlo.com/affiliate/themes/01adab2b-4dee-4531-be75-9efd2a96bcc5.jpg");
  }
  body.landing.tr .sport-saudi .container {
    padding-top: 100px !important;
  }
}
body.landing.tr .sport-fb {
  background-image: url(../../../thirdplatform/img/fenerbahce-bg-mb.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 576px) {
  body.landing.tr .sport-fb {
    background-image: url(../../../thirdplatform/img/fenerbahce-bg.png);
  }
}
body.landing.tr .sport-bt {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.landing.tr .sport-bt .wrapper::before {
  display: none;
}
@media (min-width: 768px) {
  body.landing.tr .sport-bt .wrapper::before {
    display: block;
    top: 0;
    background-image: linear-gradient(
      to top,
      transparent,
      rgba(13, 13, 16, 0.3),
      rgba(13, 13, 16, 0.7)
    );
    height: 100%;
  }
}
body.landing.tr .sport-bt .container.pt-10 {
  padding-top: 50px;
}
@media (min-width: 768px) {
  body.landing.tr .sport-bt .container.pt-10 {
    padding-top: 68px;
  }
}
body.landing.tr .sport-bt .logo {
  margin-top: 0;
}
body.landing.tr .sport-bt .button.exxen.primary {
  margin-top: 0 !important;
}
body.landing.tr .sport-bt .top-section__heading.sccr__heading {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  body.landing.tr .sport-bt .top-section__heading.sccr__heading {
    padding: 0;
  }
}
body.landing.tr .sport-bt .top-section__heading.sccr__heading h1,
body.landing.tr .sport-bt .top-section__heading.sccr__heading .h1 {
  max-width: 960px;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
  padding: 0;
}
@media (min-width: 768px) {
  body.landing.tr .sport-bt .top-section__heading.sccr__heading h1,
  body.landing.tr .sport-bt .top-section__heading.sccr__heading .h1 {
    font-size: 50px;
  }
}
body.landing.tr .sport-bt .top-section__heading.sccr__heading p {
  font-size: 14px;
}
@media (min-width: 768px) {
  body.landing.tr .sport-bt .top-section__heading.sccr__heading p {
    font-size: 16px;
  }
}
body.landing.tr .sport-bt .logos {
  margin: 16px auto 24px;
}
@media (min-width: 576px) {
  body.landing.tr .sport-bt .logos {
    margin: 24px auto 48px;
  }
}
body.landing.tr .sport-bt .logos svg {
  width: 72px;
  height: 72px;
}
@media (min-width: 576px) {
  body.landing.tr .sport-bt .logos svg {
    width: 112px;
    height: 112px;
  }
}
body.landing.tr .sport-bt--bjk {
  background-image: url("https://web-assets.cdnztl.com/thirdplatform/img/bjk-bg-mobile.jpg");
}
@media (min-width: 768px) {
  body.landing.tr .sport-bt--bjk {
    background-image: url("https://web-assets.cdnztl.com/thirdplatform/img/bjk-bg.jpg");
  }
}
body.landing.tr .sport-bt--fb {
  background-image: url("https://web-assets.cdnztl.com/thirdplatform/img/fb-bg-mobile.jpg");
}
@media (min-width: 768px) {
  body.landing.tr .sport-bt--fb {
    background-image: url("https://web-assets.cdnztl.com/thirdplatform/img/fb-bg.jpg");
  }
}
body.landing.tr .sport-bt--gs {
  background-image: url("https://web-assets.cdnztl.com/thirdplatform/img/gs-bg-mobile.jpg");
}
@media (min-width: 768px) {
  body.landing.tr .sport-bt--gs {
    background-image: url("https://web-assets.cdnztl.com/thirdplatform/img/gs-bg.jpg");
  }
}
body.landing.tr .exxen1 {
  background-image: url("https://cdn.zotlo.com/affiliate/themes/0959d8fd-b2f0-4a7c-a41a-8a9fd75f08d5.png");
}
body.landing.tr .exxen1 .container {
  min-height: 644px;
}
@media (min-width: 768px) {
  body.landing.tr .exxen1 {
    background-image: url("https://cdn.zotlo.com/affiliate/themes/b61af2aa-bd8a-4c0a-ac4d-72d60de1a535.jpg");
  }
}
body.landing.tr .exxen1 .logo img {
  max-width: 104px;
  max-height: 94px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body.landing.tr .exxen1 .logo img {
    max-width: 132px;
    max-height: 120px;
  }
}
body.landing.tr .exxen1 .button.exxen {
  min-width: auto;
}
body.landing.tr .exxen2 {
  background-image: url("https://cdn.zotlo.com/affiliate/themes/71585f06-5449-461b-b44d-ef4df15d0f05.png");
}
body.landing.tr .exxen2 .container {
  min-height: 644px;
}
@media (min-width: 768px) {
  body.landing.tr .exxen2 {
    background-image: url("https://cdn.zotlo.com/affiliate/themes/5669d3ae-b664-46a3-8ec0-e14d2ef01b3d.jpg");
  }
}
body.landing.tr .exxen2 .logo img {
  max-width: 104px;
  max-height: 94px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body.landing.tr .exxen2 .logo img {
    max-width: 132px;
    max-height: 120px;
  }
}
body.landing.tr .exxen2 .button.exxen {
  min-width: auto;
}
body.landing.tr .container.pt-10 {
  padding-top: 10px;
}
@media (min-width: 768px) {
  body.landing.tr .container.pt-10 {
    padding-top: 60px;
  }
}
body.landing.tr .player {
  background-image: none;
}
body.landing.tr .player .container {
  padding-bottom: 90px;
  padding-top: 16px;
}
@media (min-width: 768px) {
  body.landing.tr .player .container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
body.landing.tr .player .container img {
  max-width: 288px;
  max-height: 200px;
  width: 100%;
}
@media (min-width: 768px) {
  body.landing.tr .player .container img {
    max-width: 840px;
    max-height: 400px;
  }
}
body.landing.tr .player .header {
  display: flex;
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2e2e33;
}
body.landing.tr .player .header img {
  max-width: 74px;
  max-height: 37px;
  margin: 0;
}
@media (min-width: 768px) {
  body.landing.tr .player .header {
    padding-bottom: 13px;
  }
}
body.landing.en .top-section {
  background-image: url(../../../thirdplatform/img/exxen-landing-bg-mobile-en.jpg);
}
@media (min-width: 768px) {
  body.landing.en .top-section {
    background-image: url(../../../thirdplatform/img/exxen-landing-bg-en.jpg);
  }
}
body.landing.en .movie-card-list > div:nth-child(1) {
  order: 1;
}
body.landing.en .movie-card-list > div:nth-child(3) {
  order: 2;
}
body.landing.en .movie-card-list > div:nth-child(7) {
  order: 3;
}
body.landing.en .movie-card-list > div:nth-child(2) {
  order: 4;
}
body.landing.en .movie-card-list > div:nth-child(4) {
  order: 5;
}
body.landing.en .movie-card-list > div:nth-child(5) {
  order: 6;
}
body.landing.en .movie-card-list > div:nth-child(8) {
  order: 7;
}
body.landing.en .movie-card-list > div:nth-child(6) {
  order: 8;
}
body.landing.es .top-section {
  background-image: url(../../../thirdplatform/img/exxen-landing-bg-mobile-es.jpg);
}
@media (min-width: 768px) {
  body.landing.es .top-section {
    background-image: url(../../../thirdplatform/img/exxen-landing-bg-es.jpg);
  }
}
body.landing.es .movie-card-list > div:nth-child(1) {
  order: 1;
}
body.landing.es .movie-card-list > div:nth-child(3) {
  order: 2;
}
body.landing.es .movie-card-list > div:nth-child(6) {
  order: 3;
}
body.landing.es .movie-card-list > div:nth-child(2) {
  order: 4;
}
body.landing.es .movie-card-list > div:nth-child(8) {
  order: 5;
}
body.landing.es .movie-card-list > div:nth-child(4) {
  order: 6;
}
body.landing.es .movie-card-list > div:nth-child(5) {
  order: 7;
}
body.landing.es .movie-card-list > div:nth-child(7) {
  order: 8;
}
body.landing.ar .top-section {
  background-image: url(../../../thirdplatform/img/exxen-landing-bg-mobile-ar.jpg);
}
@media (min-width: 768px) {
  body.landing.ar .top-section {
    background-image: url(../../../thirdplatform/img/exxen-landing-bg-ar.jpg);
  }
}
body.landing.ar .sport-saudi {
  background-image: url("https://cdn.zotlo.com/affiliate/themes/e71465af-ecda-4b41-9c24-d6d1f71905e4.jpg");
}
body.landing.ar .sport-saudi .wrapper::before {
  background: #000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  body.landing.ar .sport-saudi {
    background-image: url("https://cdn.zotlo.com/affiliate/themes/01adab2b-4dee-4531-be75-9efd2a96bcc5.jpg");
  }
  body.landing.ar .sport-saudi .container {
    padding-top: 100px !important;
  }
}
body.landing.ar .movie-card-list {
  direction: ltr !important;
}
body.landing.ar .card__desc {
  direction: rtl !important;
  right: 10.1% !important;
}
body.landing.ar .card__desc .watch-now {
  color: #fbbd00;
  display: inline-block;
  font-size: 3.2vw;
  font-weight: 600;
  position: relative;
}
@media (min-width: 576px) {
  body.landing.ar .card__desc .watch-now {
    font-size: 16px;
  }
}
body.landing.ar .card__desc .watch-now:before {
  direction: rtl !important;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.4em solid #fbbd00;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.8em;
  left: -1em;
}
body.landing.ar .card__desc .watch-now:after {
  content: none !important;
}
.landing {
  background: #0d0d10;
  min-height: 100vh;
  position: relative;
}
.landing .banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 17px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .landing .banner {
    display: none;
  }
}
.landing .banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767.98px) {
  .landing .banner-content {
    flex-direction: column;
    gap: 10px;
  }
}
.landing .banner-button {
  background-color: #ffc900;
  color: #14141b;
  padding: 11px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: background-color 0.2s ease;
}
.landing .banner-button:hover {
  background-color: #d6a900;
}
.landing .top-section {
  background-size: cover;
  margin-bottom: 0px;
  text-align: center;
}
.landing .top-section .logo {
  margin: 16px auto 24px;
}
.landing .top-section .sccr__heading h1,
.landing .top-section .sccr__heading .h1 {
  margin-top: 8px;
}
.landing .top-section .sccr__heading h1.sm-fs-20,
.landing .top-section .sccr__heading .sm-fs-20.h1 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .landing .top-section .sccr__heading h1.sm-fs-20,
  .landing .top-section .sccr__heading .sm-fs-20.h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .landing .top-section .sccr__heading h1,
  .landing .top-section .sccr__heading .h1 {
    margin-top: 60px;
  }
}
.landing .top-section .sccr__heading p {
  margin-bottom: 0 !important;
}
.landing .top-section .sccr__heading p.date {
  margin-bottom: 24px !important;
}
@media (min-width: 768px) {
  .landing .top-section .sccr__heading p.date {
    margin-bottom: 40px !important;
  }
}
.landing .top-section.sport-fb .container {
  padding-top: 0;
}
@media (min-width: 768px) {
  .landing .top-section.sport-fb .container {
    padding-top: 2.25rem;
    max-width: 1100px;
  }
}
.landing .top-section.sport-fb .logo {
  margin: 2rem auto 1rem;
}
@media (min-width: 768px) {
  .landing .top-section.sport-fb .logo {
    margin: 2rem auto;
  }
}
.landing .top-section.sport-fb .top-section__heading h1,
.landing .top-section.sport-fb .top-section__heading .h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 30px;
  line-height: normal;
}
@media (min-width: 768px) {
  .landing .top-section.sport-fb .top-section__heading h1,
  .landing .top-section.sport-fb .top-section__heading .h1 {
    font-size: 50px;
  }
}
.landing .top-section.sport-fb .top-section__heading p {
  margin-bottom: 2rem;
  padding: 0 2rem;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .landing .top-section.sport-fb .top-section__heading p {
    font-size: 18px;
    font-weight: 400;
  }
}
.landing .top-section.sport-fb .logos {
  margin-top: 0;
  margin-bottom: 2rem;
  gap: 1rem;
}
.landing .top-section.sport-fb .logos img {
  max-width: 64px;
  height: auto;
}
@media (min-width: 768px) {
  .landing .top-section.sport-fb .logos {
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .landing .top-section.sport-fb .logos img {
    max-width: initial;
    height: initial;
  }
}
.landing .top-section.sport-fb .button.exxen {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .landing .top-section.sport-fb .button.exxen {
    font-size: 18px;
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .landing .top-section {
    background-position: center;
  }
}
.landing .top-section.sport-fb .wrapper::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../../thirdplatform/img/fenerbahce-bg-gradient-mb.png);
}
@media (min-width: 576px) {
  .landing .top-section.sport-fb .wrapper::before {
    background-image: url(../../../thirdplatform/img/fenerbahce-bg-gradient.png);
  }
}
.landing .top-section.sport-fb .wrapper::after {
  display: none;
}
.landing .top-section .wrapper {
  position: relative;
}
.landing .top-section .wrapper:before,
.landing .top-section .wrapper:after {
  content: "";
  height: 46.75%;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.landing .top-section .wrapper:before {
  display: none;
}
@media (min-width: 768px) {
  .landing .top-section .wrapper:before {
    display: block;
    top: 0;
    background-image: linear-gradient(
      to top,
      transparent,
      rgba(13, 13, 16, 0.3),
      rgba(13, 13, 16, 0.7)
    );
    height: 100%;
  }
}
.landing .top-section .wrapper:after {
  bottom: 0;
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(13, 13, 16, 0.3),
    rgba(13, 13, 16, 0.7)
  );
}
.landing .top-section .container {
  padding: 4px 0 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .landing .top-section .container {
    padding: 176px 0;
  }
}
.landing .top-section .logo {
  width: 117px;
}
@media (min-width: 768px) {
  .landing .top-section .logo {
    width: 163px;
  }
}
.landing .top-section h1,
.landing .top-section .h1 {
  font-size: 21px;
  font-weight: 800;
  color: #fff;
  line-height: normal;
  margin-bottom: 16px;
  margin-top: 60px;
  padding-top:40px;
}
@media (min-width: 768px) {
  .landing .top-section h1,
  .landing .top-section .h1 {
    font-size: 50px;
    line-height: 1em;
    padding: 0 15px;
    margin-top: 48px;
  }
}
.landing .top-section p {
  color: #fff;
  padding: 0 16px;
  margin: 0 auto 44px;
  line-height: 22px;
  font-size: 16px;
  font-weight:600;
}
.landing .top-section p span {
  display: block;
}
.landing .top-section p span:first-child {
  font-size: 14px;
}
.landing .top-section p span:last-child {
  font-size: 10px;
}
@media (min-width: 768px) {
  .landing .top-section p {
    max-width: 949px;
    margin-bottom: 32px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
  }
}
.landing .top-section.sport .container {
  padding-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .landing .top-section.sport .container {
    padding-top: 60px;
  }
}
.landing .top-section.sport .container .Exxen.Logo {
  max-width: 117px;
  max-height: 58px;
  margin: 0 auto 16px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .landing .top-section.sport .container .Exxen.Logo {
    max-width: 163px;
    max-height: 80px;
    margin: 0 auto 64px;
  }
}
.landing .top-section.sport .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px auto 24px;
}
@media (min-width: 768px) {
  .landing .top-section.sport .logos {
    margin: 0px auto 24px;
  }
}
.landing .top-section.sport .logos .spaces {
  margin: 0 12px;
}
@media (min-width: 768px) {
  .landing .top-section.sport .logos .spaces {
    margin: 0 24px;
  }
}
.landing .top-section.sport .logos .line {
  width: 1px;
  height: 21px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .landing .top-section.sport .logos .line {
    height: 21px;
  }
}
.landing .top-section.sport .logos svg {
  width: 72px;
  height: 72px;
}
@media (min-width: 768px) {
  .landing .top-section.sport .logos svg {
    width: 112px;
    height: 112px;
  }
}
.landing .top-section.sport .sccr__heading h1,
.landing .top-section.sport .sccr__heading .h1 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 auto 16px;
  max-width: 800px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .landing .top-section.sport .sccr__heading h1,
  .landing .top-section.sport .sccr__heading .h1 {
    font-size: 30px;
    margin: 0 auto 24px;
  }
}
.landing .top-section.sport .sccr__heading p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto 32px;
  max-width: 600px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .landing .top-section.sport .sccr__heading p {
    font-size: 16px;
    margin: 0 auto 48px;
  }
}
.landing .top-section.sport .button.exxen.primary {
  margin-top: 0;
  min-width: 200px;
}
@media (min-width: 768px) {
  .landing .top-section.sport .button.exxen.primary {
    min-width: 240px;
  }
}
.landing .movie-cards .sccr__heading {
  margin-top: -91px;
  position: relative;
  z-index: 999;
}
@media (min-width: 768px) {
  .landing .movie-cards .sccr__heading {
    margin-top: 0px;
  }
}
.landing .movie-cards .sccr__heading p {
  max-width: 756px !important;
}
.landing .movie-cards__heading {
  text-align: center;
}
.landing .movie-cards__heading h1,
.landing .movie-cards__heading .h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  padding: 0 15px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .landing .movie-cards__heading h1,
  .landing .movie-cards__heading .h1 {
    font-size: 40px;
    padding: 0;
  }
  .landing .movie-cards__heading h1 br,
  .landing .movie-cards__heading .h1 br {
    display: none;
  }
}
.landing .movie-cards__heading p {
  color: #737380;
  font-size: 16px;
  margin: 0 auto 32px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .landing .movie-cards__heading p {
    font-size: 16px;
    max-width: 620px;
    margin: 0 auto 76px;
  }
}
@media (min-width: 768px) {
  .landing .movie-cards > .container > .row {
    margin-bottom: 76px;
  }
}
@media (min-width: 768px) {
  .landing .movie-cards .sport-card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }
}
.landing .movie-cards .sport-card {
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .landing .movie-cards .sport-card {
    width: 354px;
    margin-bottom: 0;
  }
}
.landing .movie-cards .sport-card a {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.landing .movie-cards .sport-card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing .movie-cards .sport-card a:after {
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(13, 13, 16, 0.8),
    #0d0d10
  );
  content: "";
  height: 46.75%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: 250ms all cubic-bezier(0.65, 0, 0.35, 1);
}
@media (prefers-reduced-motion: reduce) {
  .landing .movie-cards .sport-card a:after {
    transition: none;
  }
}
.landing .movie-cards .sport-card a:hover:after {
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(13, 13, 16, 0.7),
    #0d0d10
  );
  height: 100%;
}
.landing .movie-cards .sport-card a:hover .card__desc {
  -webkit-transform: translate(0, -20%) scale(1.1, 1.1);
  -khtml-transform: translate(0, -20%) scale(1.1, 1.1);
  -moz-transform: translate(0, -20%) scale(1.1, 1.1);
  -ms-transform: translate(0, -20%) scale(1.1, 1.1);
  -o-transform: translate(0, -20%) scale(1.1, 1.1);
  transform: translate(0, -20%) scale(1.1, 1.1);
}
.landing .movie-cards .sport-card .card__desc {
  bottom: 16px;
  left: 16px;
  position: absolute;
  z-index: 2;
  transition: 250ms all cubic-bezier(0.65, 0, 0.35, 1);
}
@media (prefers-reduced-motion: reduce) {
  .landing .movie-cards .sport-card .card__desc {
    transition: none;
  }
}
.landing .movie-cards .sport-card .card__desc .movie-name {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  max-width: 180px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .landing .movie-cards .sport-card .card__desc .movie-name {
    font-size: 18px;
    margin-bottom: 4px;
    max-width: 255px;
  }
}
.landing .movie-cards .sport-card .card__desc .watch-now {
  color: #fbbd00;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-right: 20px;
  line-height: 21px;
}
.landing .movie-cards .sport-card .card__desc .watch-now:after {
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.4em solid #fbbd00;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.landing .movie-cards.sports .movie-cards__heading h1,
.landing .movie-cards.sports .movie-cards__heading .h1 {
  padding: 0 48px;
}
.landing .movie-cards.sports .movie-cards__heading p {
  margin: 0 auto 64px;
}
@media (min-width: 768px) {
  .landing .movie-cards.sports .movie-cards__heading p {
    max-width: 710px;
  }
}
.landing .movie-cards.sport .movie-cards__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landing .movie-cards.sport .movie-cards__heading p {
  color: #fff;
  padding: 0 24px;
  margin-bottom: 24px;
  line-height: 1.3;
  font-size: 14px;
  width: 100%;
}
.landing .bottom-section {
  text-align: center;
}
.landing .bottom-section h2,
.landing .bottom-section .h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .landing .bottom-section h2,
  .landing .bottom-section .h2 {
    font-size: 42px;
  }
  .landing .bottom-section h2 br,
  .landing .bottom-section .h2 br {
    display: none;
  }
}
@media (min-width: 768px) {
  .landing .bottom-section.sports h2,
  .landing .bottom-section.sports .h2 {
    margin-top: 56px;
  }
}
.landing .bottom-section .button.exxen {
  min-width: 275px;
  height: 46px;
  line-height: 36px;
  font-size: 12px;
  margin: 0 auto;
  width: 175px;
}
@media (min-width: 768px) {
  .landing .bottom-section .button.exxen {
    min-width: 222px;
    height: 60px;
    line-height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .sport .landing .bottom-section .button {
    width: 256px;
    height: 56px;
    font-size: 16px;
    font-weight: 700;
  }
}
.landing .bottom-section .button.no-mw {
  min-width: auto;
}
.landing .footer {
  background-color: #24242b;
  text-align: center;
  padding: 18px 0;
  margin: 38px 0 0;
}
@media (min-width: 768px) {
  .landing .footer {
    padding: 55px 0;
    margin-top: 56px;
  }
}
.landing .footer ul {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .landing .footer ul {
    margin-bottom: 5px;
  }
}
.landing .footer ul li {
  display: inline-block;
}
.landing .footer ul li a {
  color: #b6b6c1;
  line-height: 20px;
  padding: 0 10px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .landing .footer ul li a {
    padding: 0 20px;
  }
}
.landing .footer div span {
  font-size: 11px;
  color: #b6b6c1;
  display: block;
  line-height: 16px;
}
@media (min-width: 768px) {
  .landing .footer div span {
    line-height: 30px;
  }
}
.landing .footer div span a {
  color: #fff;
}
.landing .card {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .landing .card {
    margin-bottom: 24px;
  }
}
.landing .card a img {
  max-height: 411px;
}
.landing .card a:after {
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(13, 13, 16, 0.1),
    #0d0d10
  );
  content: "";
  height: 46.75%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: 250ms all cubic-bezier(0.65, 0, 0.35, 1);
}
@media (prefers-reduced-motion: reduce) {
  .landing .card a:after {
    transition: none;
  }
}
.landing .card a:hover:after {
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(13, 13, 16, 0.7),
    #0d0d10
  );
  height: 100%;
}
.landing .card a:hover .card__desc {
  -webkit-transform: translate(0, -20%) scale(1.1, 1.1);
  -khtml-transform: translate(0, -20%) scale(1.1, 1.1);
  -moz-transform: translate(0, -20%) scale(1.1, 1.1);
  -ms-transform: translate(0, -20%) scale(1.1, 1.1);
  -o-transform: translate(0, -20%) scale(1.1, 1.1);
  transform: translate(0, -20%) scale(1.1, 1.1);
}
.landing .card__desc {
  bottom: 3.6%;
  left: 10.1%;
  line-height: 6vw;
  position: absolute;
  z-index: 2;
  transition: 250ms all cubic-bezier(0.65, 0, 0.35, 1);
}
@media (prefers-reduced-motion: reduce) {
  .landing .card__desc {
    transition: none;
  }
}
@media (min-width: 576px) {
  .landing .card__desc {
    line-height: 2.2em;
  }
}
.landing .card__desc .movie-name {
  color: #fff;
  font-size: 4.2vw;
  font-weight: 800;
  max-width: 140px;
}
@media (min-width: 576px) {
  .landing .card__desc .movie-name {
    font-size: 20px;
    max-width: max-content;
  }
}
.landing .card__desc .movie-badge {
  width: fit-content;
  height: 20px;
  padding: 3px 4px;
  border-radius: 4px;
  background-color: #c41111;
  font-size: 10px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin-bottom: 4px;
}
.landing .card__desc .movie-badge-new {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 28px;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  max-width: 119px;
  margin-bottom: 6px;
}
.landing .card__desc .movie-badge-new img {
  width: 16px;
  height: 16px;
}
.landing .card__desc .movie-badge-new.purple {
  background-color: #8400ff;
}
.landing .card__desc .movie-badge-new.darkblue {
  background-color: #0186f3;
}
.landing .card__desc .movie-badge-new.blue {
  background-color: #00c5d0;
}
.landing .card__desc .movie-badge-new.pink {
  background-color: #dc00b3;
  max-width: 147px;
}
.landing .card__desc p {
  color: #fff;
  line-height: 1em;
}
.landing .card__desc .watch-now {
  color: #fbbd00;
  display: inline-block;
  font-size: 3.2vw;
  font-weight: 600;
  position: relative;
}
@media (min-width: 576px) {
  .landing .card__desc .watch-now {
    font-size: 16px;
  }
}
.landing .card__desc .watch-now:after {
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.4em solid #fbbd00;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.8em;
  right: -1em;
}
.landing .card img {
  width: 100%;
}
.landing-sign-in {
  background: url(../../../thirdplatform/img/bg.jpg);
  background-size: cover;
  height: 100vh;
  padding: 45px 15px;
}
.landing-sign-in .wrapper {
  width: 290px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 576px) {
  .landing-sign-in .wrapper {
    width: 330px;
  }
}
@media (min-width: 576px) {
  .landing-sign-in {
    padding: 180px 15px;
  }
}
.landing-sign-in .button {
  display: block;
  width: 100%;
}
.landing-sign-in p {
  color: #fff;
  font-size: 16px;
  line-height: 1.75em;
  margin: 27px auto;
  text-align: center;
}
.landing-sign-in p a {
  color: #1f71ea;
}
.landing-sign-in p a:hover {
  text-decoration: underline;
}
.sign-in-links li a {
  background-color: #e2e8f1;
  border: solid 2px solid transparent;
  border-radius: 5px;
  color: #022157;
  display: table;
  font-size: 12px;
  margin-bottom: 18px;
  padding: 20px 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .sign-in-links li a {
    font-size: 14px;
    padding: 20px;
  }
}
.sign-in-links li a:hover {
  border-color: #000;
  background: #fff;
}
.sign-in-links li a span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.sign-in-links li a span img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sign-in-links li a span:first-child {
  width: 28px;
}
.sign-in-links li a span:last-child {
  padding-left: 20px;
}
.sign-in-links li:last-child a {
  margin-bottom: 0;
}
.button {
  background-color: #333;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 9px;
  width: 100%;
  text-align: center;
  transition: background 250ms ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (min-width: 768px) {
  .button {
    font-size: 16px;
    padding: 17px 18px 18px;
  }
}
.button:hover {
  background-color: #1f1f1f;
}
.button.inverted {
  background-color: #fff;
  color: #333;
}
.button.inverted:hover {
  background-color: #333;
  color: #fff;
}
.button.exxen {
  background: #ffc900;
  color: #14141b;
  font-size: 16px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: auto;
}
.button.exxen.d-mobile {
  width: 288px;
  height: 56px;
  font-size: 16px;
  font-weight: 700;
  padding: 17px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .button.exxen.d-mobile {
    display: none;
  }
}
.button.exxen.d-desktop {
  display: inline-flex;
}
@media (max-width: 767.98px) {
  .button.exxen.d-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .button.exxen.primary {
    margin-top: 16px !important;
  }
}
.button.exxen-el-clasico {
  background: #ffc900;
  height: 56px;
  color: #14141b;
  max-width: 256px;
  width: 100%;
  padding: 0;
  font-size: 14px;
  display: inline-flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .button.exxen-el-clasico {
    height: 70px;
    max-width: 324px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .button.exxen {
    width: 247px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 60px;
    font-size: 16px;
  }
}
.button.exxen:hover {
  background-color: #d6a900;
}
.button.exxen span {
  padding-left: 10px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
}
.button.exxen span.no-icon {
  padding-left: 0px;
}
.button.no-mw {
  min-width: auto !important;
}
.button:disabled,
.button[disabled] {
  cursor: not-allowed;
  opacity: 0.25;
}
.cookie-popup {

}
.cookie-popup .close {
  position: absolute;
  cursor: pointer;
}
.cookie-popup p {
  line-height: 20px;
  font-weight: 300;
}
.cookie-popup a {
  text-decoration: underline;
  color: #fff;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cookie-popup {
    padding: 17px 40px 17px 18px;
    left: 24px;
    bottom: 24px;
    width: 390px;
  }
  .cookie-popup .close {
    right: 6px;
    top: 6px;
  }
  .cookie-popup p.d-mobile {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .cookie-popup {
    padding: 8px 38px 8px 12px;
    left: 20px;
    bottom: 20px;
    max-width: calc(100% - 40px);
  }
  .cookie-popup .close {
    right: 9px;
    top: 2px;
  }
  .cookie-popup p.d-desktop {
    display: none;
  }
}
.fs-16 {
  font-size: 16px !important;
}
.logos {
  margin: 24px auto 48px;
  align-items: center;
}
.spaces {
  margin: 0 5px;
}
@media (min-width: 768px) {
  .spaces {
    margin: 0 20px;
  }
}
.line {
  width: 0.9px;
  height: 41.1px;
  background-color: #fff;
}
.konusanlar-landing .wrapper .container {
  max-width: 864px;
  width: 100%;
  margin: 0 auto;
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.konusanlar-landing .header {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #2e2e33;
}
@media (min-width: 768px) {
  .konusanlar-landing .header {
    padding-bottom: 20px;
  }
}
.konusanlar-landing .header img {
  height: 37px;
}
.konusanlar-landing .player {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.konusanlar-landing .player a > img {
  max-width: 840px;
  width: 100%;
}
.konusanlar-landing .videoInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px 0;
}
@media (min-width: 768px) {
  .konusanlar-landing .videoInfo {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 32px;
  }
}
.konusanlar-landing .videoInfo__title {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .konusanlar-landing .videoInfo__title {
    font-size: 42px;
  }
}
.konusanlar-landing .videoInfo__desc {
  display: block;
  color: #fbbd00;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .konusanlar-landing .videoInfo__desc {
    display: inline;
    font-size: 16px;
    margin-top: 0px;
  }
}
.konusanlar-landing .videoInfo #gibi-title {
  font-weight: 600;
  font-size: 20px;
  text-align: left;
}
.konusanlar-landing .videoInfo #gibi-title span {
  font-weight: 800;
}
@media (min-width: 768px) {
  .konusanlar-landing .videoInfo #gibi-title {
    font-size: 28px;
  }
}
.konusanlar-landing .videoInfo__header .new-season-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .konusanlar-landing .videoInfo__header .new-season-container img {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 768px) {
  .konusanlar-landing .videoInfo__header .new-season-container img {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 768px) {
  .konusanlar-landing .videoInfo__header .new-season-container {
    margin-top: 32px;
    gap: 16px;
  }
}
.konusanlar-landing .videoCampaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #1b1b1f;
  border-radius: 16px;
  padding: 16px;
  width: inherit;
}
.konusanlar-landing .videoCampaign.d-mobile {
  display: flex;
}
@media (min-width: 768px) {
  .konusanlar-landing .videoCampaign.d-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .konusanlar-landing .videoCampaign {
    flex-direction: row;
    justify-content: space-between;
  }
}
.konusanlar-landing .videoCampaign__title {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 768px) {
  .konusanlar-landing .videoCampaign__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.konusanlar-landing .videoCampaign__title--highlight {
  font-weight: 800;
}
.konusanlar-landing .videoCampaign__button {
  background: #ffc900;
  padding: 9px 38.5px;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  line-height: 22px;
  color: #14141b;
  font-weight: 700;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .konusanlar-landing .videoCampaign__button {
    margin-top: 0px;
  }
}
.konusanlar-landing .exxenList {
  margin: 32px auto;
}
@media (min-width: 768px) {
  .konusanlar-landing .exxenList {
    max-width: 100%;
  }
}
.konusanlar-landing .exxenList__title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .konusanlar-landing .exxenList__title {
    text-align: left;
  }
}
.konusanlar-landing .exxenList__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .konusanlar-landing .exxenList__card {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
}
.konusanlar-landing .exxenList__card--image {
  position: relative;
  width: 100%;
}
.konusanlar-landing .exxenList__card--image .poster {
  border-radius: 4px;
  width: 100%;
}
.konusanlar-landing .exxenList__card--image .playButton {
  position: absolute;
  display: block;
  top: 42%;
  left: 50%;
}
.konusanlar-landing .exxenList__card--info h4,
.konusanlar-landing .exxenList__card--info .h4 {
  color: #fff;
  font-weight: 800px;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 8px;
  max-width: 420px;
}
@media (min-width: 768px) {
  .konusanlar-landing .exxenList__card--info h4,
  .konusanlar-landing .exxenList__card--info .h4 {
    font-size: 20px;
  }
}
.konusanlar-landing .exxenList__card--info p {
  color: #fbbd00;
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .konusanlar-landing .exxenList__card--info p {
    font-size: 16px;
  }
}
.konusanlar-landing .exxenList__card--info:hover {
  cursor: pointer;
}
.konusanlar-landing .seeAll {
  max-width: 288px;
  width: 100%;
  background-color: #ffc900;
  color: #14141b;
  margin: -8px auto 0;
}
@media (min-width: 768px) {
  .konusanlar-landing .seeAll {
    margin: 16px auto 0;
    max-width: 340px;
  }
}
.konusanlar-landing #gibi-title-container {
  margin-bottom: 16px;
}
.konusanlar-landing #gibi-description-mobile {
  margin-bottom: 0;
}
.header-logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logos .laliga {
  border-right: 2px #fff solid;
  padding-right: 24px;
  max-width: 117px;
}
@media (min-width: 768px) {
  .header-logos .laliga {
    padding-right: 32px;
    max-width: 163px;
  }
}
.header-logos .exxen {
  max-width: 117px;
  margin-left: 24px;
}
@media (min-width: 768px) {
  .header-logos .exxen {
    margin-left: 32px;
    max-width: 163px;
  }
}
.sub-logo {
  margin: 72px auto 16px;
}
@media (min-width: 768px) {
  .sub-logo {
    max-width: 240px;
    margin: 32px auto 0;
  }
}
.sub-logo img {
  max-width: 144px;
}
@media (min-width: 768px) {
  .sub-logo img {
    max-width: 240px;
  }
}
.item-logo {
  width: 100%;
  margin: 16px auto 24px;
}
.item-logo img {
  max-width: 164px;
}
.item-logo img.euroleague-logo {
  max-width: 84px;
}
.item-logo img.seria-logo {
  max-width: 64px;
}
@media (min-width: 768px) {
  .item-logo {
    margin: 24px auto 40px;
  }
  .item-logo img {
    max-width: 240px;
  }
  .item-logo img.euroleague-logo {
    max-width: 144px;
  }
  .item-logo img.seria-logo {
    max-width: 84px;
  }
}
.img-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  line-height: 40px;
  margin-top: 8px !important;
  padding: 0 20px !important;
}
.img-heading img {
  display: none;
}
@media (min-width: 768px) {
  .img-heading img {
    display: inline;
    max-width: 64px;
  }
}
.date {
  font-size: 24px !important;
  font-weight: bold !important;
}
.videoInfo {
  display: flex;
  flex-direction: column !important;
  align-items: start !important;
}
.videoInfo__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (min-width: 768px) {
  .videoInfo__header {
    width: 840px;
  }
}
.videoInfo__header .badge {
  background: #c51111;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.videoInfo__description {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 12px 0;
}
@media (min-width: 768px) {
  .videoInfo__description {
    font-size: 20px;
    font-weight: 600;
    max-width: 840px;
  }
}
.videoInfo__description.d-mobile,
.videoInfo__description.d-desktop {
  margin-bottom: 0;
}
.videoInfo__title {
  text-align: left !important;
  color: #fff !important;
}
.exxenList__card--info {
  background: #24242b;
  padding: 16px;
  border-radius: 0 0 24px 24px;
  min-height: 165px !important;
}
.exxenList__card--info h4,
.exxenList__card--info .h4 {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 0 8px 0 !important;
  color: #fff !important;
}
.exxenList__card--info p {
  font-size: 14px !important;
  color: #b2b2b2 !important;
  line-height: 1.4 !important;
  margin: 8px 0 !important;
}
.exxenList__card--info .date,
.exxenList__card--info .duration {
  color: #fbbd00 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  display: block !important;
  margin-top: 4px !important;
}
@media (min-width: 768px) {
  .exxenList__card--info .date,
  .exxenList__card--info .duration {
    font-weight: 600 !important;
  }
}
@media (min-width: 768px) {
  .exxenList__card--info h4,
  .exxenList__card--info .h4 {
    font-size: 20px !important;
  }
  .exxenList__card--info p {
    font-size: 16px !important;
  }
  .exxenList__card--info .date,
  .exxenList__card--info .duration {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .exxenList__card--info .date,
  .exxenList__card--info .duration {
    font-weight: 600 !important;
  }
}
.exxenList__card {
  margin-bottom: 36px !important;
}
.exxenList__card--image {
  position: relative !important;
  display: block !important;
}
.exxenList__card--image .playButton {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 48px !important;
  height: 48px !important;
  z-index: 2 !important;
}
.exxenList__card--image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
@media (max-width: 768px) {
  .exxenList__card--image .poster {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .exxenList__card {
    display: flex !important;
    gap: 32px !important;
  }
  .exxenList__card--image {
    flex: 0 0 320px !important;
  }
}
@media (max-width: 767.98px) {
  .sports-logos {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sports-logos img {
  width: 56px;
  height: 56px;
}
.sports-logos img#laliga-logo,
.sports-logos img#eredivisie-logo {
  width: 93px;
  height: 56px;
}
@media (max-width: 767.98px) {
  .sports-logos img {
    margin-top: 16px;
  }
}
@media (max-width: 767.98px) {
  #footerButtonSport,
  #footerButton {
    min-width: 256px;
    height: 48px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
}
.d-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .d-mobile {
    display: block;
  }
}
.d-desktop {
  display: block;
}
@media (max-width: 767.98px) {
  .d-desktop {
    display: none;
  }
}
.top-section.sport .container .top-section__heading.d-mobile {
  margin-bottom: 24px;
}
#payment-header {
  max-width: 1117px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
}
#payment-header h1,
#payment-header .h1 {
  padding: 0 24px;
}
#payment-header p {
  padding: 0 24px;
}
#mobile-heading h1,
#mobile-heading .h1 {
  margin-top: 25px;
}
#mobile-heading p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #mobile-heading {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #mobile-heading {
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
  }
  #mobile-heading p {
    padding: 0 16px !important;
  }
}
@media (max-width: 767.98px) {
  .movie-cards .movie-cards__heading:not(#mobile-heading) {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #desktop-heading {
    display: none;
  }
}
@media (min-width: 768px) {
  #desktop-heading {
    display: block;
  }
}
.ExxenCampaign {
  display: none;
}
@media (max-width: 767.98px) {
  .ExxenCampaign {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #1b1b1f;
    border-radius: 16px;
    padding: 46px 0;
	margin: 20px;
    margin: 0 16px;
    max-width: 600px;
    text-align: center;
  }
}
.ExxenCampaign .exxenCampaign__title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  padding:15px;
  text-decoration: none;
}
.ExxenCampaign .exxenCampaign__title .videoCampaign__title--highlight {
  font-weight: 700;
  display: block;
}
.ExxenCampaign .exxenCampaign__button {
  background: #ffc900;
  color: #14141b;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 56px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.ExxenCampaign .exxenCampaign__button:hover {
  background-color: #d6a900;
}
.kara-kenan-hero,
.anonim-hero {
  position: relative;
  background: #0d0d10;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .kara-kenan-hero,
  .anonim-hero {
    height: 900px;
    min-height: 900px;
    background-image: url(../../../thirdplatform/img/kara-kenan-desktop-bg.png);
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 768px) {
  .kara-kenan-hero#kara-kenan-2-hero,
  .anonim-hero#kara-kenan-2-hero {
    background-image: url(../../../thirdplatform/img/kara-kenan-2-desktop-bg.png);
  }
}
@media (max-width: 767.98px) {
  .kara-kenan-hero#kara-kenan-2-hero .mobile-hero-image,
  .anonim-hero#kara-kenan-2-hero .mobile-hero-image {
    content: url(../../../thirdplatform/img/kara-kenan-2-mobile-bg.png);
  }
}
@media (min-width: 768px) {
  .kara-kenan-hero#anonim-hero,
  .anonim-hero#anonim-hero {
    background-image: url(../../../thirdplatform/img/anonim-desktop-bg.png);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 767.98px) {
  .kara-kenan-hero#anonim-hero .mobile-hero-image,
  .anonim-hero#anonim-hero .mobile-hero-image {
    content: url(../../../thirdplatform/img/anonim-mobile-bg.png);
  }
}
@media (min-width: 768px) {
  .kara-kenan-hero#anonim-2-hero,
  .anonim-hero#anonim-2-hero {
    background-image: url(../../../thirdplatform/img/anonim-2-desktop-bg.png);
  }
}
@media (max-width: 767.98px) {
  .kara-kenan-hero#anonim-2-hero .mobile-hero-image,
  .anonim-hero#anonim-2-hero .mobile-hero-image {
    content: url(../../../thirdplatform/img/anonim-2-mobile-bg.png);
  }
}
.kara-kenan-hero::before,
.anonim-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .kara-kenan-hero::before,
  .anonim-hero::before {
    display: none;
  }
}
.kara-kenan-hero .banner,
.anonim-hero .banner {
  background: rgba(0, 0, 0, 0.23) !important;
  z-index: 2;
  display: none;
}
@media (min-width: 768px) {
  .kara-kenan-hero .banner,
  .anonim-hero .banner {
    display: block;
  }
}
.kara-kenan-hero .mobile-hero-image,
.anonim-hero .mobile-hero-image {
  height: auto;
  display: block;
  position: relative;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .kara-kenan-hero .mobile-hero-image,
  .anonim-hero .mobile-hero-image {
    display: none;
  }
}
.kara-kenan-hero .play-button,
.anonim-hero .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: transform 0.2s ease;
  display: block;
}
@media (max-width: 767.98px) {
  .kara-kenan-hero .play-button,
  .anonim-hero .play-button {
    top: 36%;
  }
}
.kara-kenan-hero .play-button:hover,
.anonim-hero .play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.kara-kenan-hero .play-button img,
.anonim-hero .play-button img {
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .kara-kenan-hero .play-button img,
  .anonim-hero .play-button img {
    width: 80px;
    height: 80px;
  }
}
.kara-kenan-hero .kara-kenan-exxen-logo,
.kara-kenan-hero .anonim-exxen-logo,
.anonim-hero .kara-kenan-exxen-logo,
.anonim-hero .anonim-exxen-logo {
  margin: 14px auto 8px;
  width: 74px;
  height: 37px;
  z-index: 2;
}
.kara-kenan-hero .kara-kenan-exxen-logo.d-mobile,
.kara-kenan-hero .anonim-exxen-logo.d-mobile,
.anonim-hero .kara-kenan-exxen-logo.d-mobile,
.anonim-hero .anonim-exxen-logo.d-mobile {
  display: block;
}
@media (min-width: 768px) {
  .kara-kenan-hero .kara-kenan-exxen-logo.d-mobile,
  .kara-kenan-hero .anonim-exxen-logo.d-mobile,
  .anonim-hero .kara-kenan-exxen-logo.d-mobile,
  .anonim-hero .anonim-exxen-logo.d-mobile {
    display: none;
  }
}
.kara-kenan-hero .kara-kenan-exxen-logo.d-desktop,
.kara-kenan-hero .anonim-exxen-logo.d-desktop,
.anonim-hero .kara-kenan-exxen-logo.d-desktop,
.anonim-hero .anonim-exxen-logo.d-desktop {
  display: none;
}
@media (min-width: 768px) {
  .kara-kenan-hero .kara-kenan-exxen-logo.d-desktop,
  .kara-kenan-hero .anonim-exxen-logo.d-desktop,
  .anonim-hero .kara-kenan-exxen-logo.d-desktop,
  .anonim-hero .anonim-exxen-logo.d-desktop {
    display: block;
    margin: 32px auto 0;
    width: 163px;
    height: 80px;
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 32px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .hero-content {
    width: 415px;
    margin-left: calc((100% - 1140px) / 2);
    padding: 0;
    justify-content: center;
    margin-bottom: 64px;
    flex: 1;
  }
}
@media (min-width: 992px) {
  .hero-content {
    margin-left: calc((100% - 1140px) / 2);
  }
}
.hero-content .title-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 8px;
}
.hero-content .badge {
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
}
.hero-content .badge.d-desktop {
  display: none;
}
@media (min-width: 768px) {
  .hero-content .badge.d-desktop {
    display: block;
    width: 96px;
    height: 96px;
    margin-bottom: 20px;
  }
}
.hero-content .badge.d-mobile {
  display: block;
}
@media (min-width: 768px) {
  .hero-content .badge.d-mobile {
    display: none;
  }
}
.hero-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  padding: 0;
  flex: 1;
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 42px;
    margin-bottom: 8px;
  }
}
.hero-description {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 24px;
  padding: 0;
  max-width: 100%;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .hero-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    max-width: 540px;
  }
}
.hero-button {
  display: none;
  align-items: center;
  justify-content: center;
  background: #ffc900;
  color: #14141b;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
@media (min-width: 768px) {
  .hero-button {
    display: inline-flex;
    width: 280px;
    font-size: 16px;
  }
}
.hero-button:hover {
  background-color: #d6a900;
}
#kara-kenan-footerButton,
#anonim-footerButton {
  margin-top: 8px;
}
@media (min-width: 768px) {
  #kara-kenan-footerButton,
  #anonim-footerButton {
    margin-top: 48px;
    max-width: 280px;
    padding: 8px auto;
  }
}
#anonim-hero-content {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  #anonim-hero-content {
    margin-bottom: 200px;
  }
}
#anonim-2-hero-content {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  #anonim-2-hero-content {
    margin-bottom: 220px;
  }
}
#kara-kenan-hero-image {
  margin-left: 0px;
  margin-right: 0px;
}
#anonim-mobile-hero-image,
#kara-kenan-mobile-hero-image {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 768px) {
  #kara-kenan-2-play-button,
  #anonim-2-play-button {
    left: 52%;
    bottom: 45%;
  }
}
#anonim-hero-title {
  max-width: 232px;
}
@media (min-width: 768px) {
  #anonim-hero-title {
    max-width: 100%;
  }
}
#anonim-hero-title-wrapper {
  justify-content: space-between;
}
