@charset "UTF-8";
/*!-----------------------------------------------------------------------------------

    Theme Name: NetPnp
    Theme URI: #
    Description: NetPnp Master Theme
    Author: Secret Key
    Author URI: https://www.secretkey.it/
    Tags: HTML5, CSS3, JS

    Version: 1.0

    Text Domain: sk_theme

-------------------------------------------------------------------------------------*/
/* @start: Utils */
.no--scroll {
  overflow: hidden !important;
}

.no--link {
  cursor: default !important;
  pointer-events: none !important;
}

.no--visible {
  display: none !important;
}

.truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-text--three-lines {
  -webkit-line-clamp: 3;
}

/* @start: Svgs Utility */
.svg-data {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  display: inline-block;
  line-height: 0;
  vertical-align: baseline;
}
.svg-data svg {
  width: auto;
  height: 100%;
}

/* @start: Image Utility */
.sk-lazyload {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease 0.1s;
  z-index: 2;
}
.sk-lazyload__bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sk-lazyload[data-src], .sk-lazyload[data-srcset] {
  min-height: 1px;
  display: block;
}
.sk-lazyload:not([src]) {
  visibility: hidden;
}
.sk-lazyload.initial, .sk-lazyload.is--loaded, .sk-lazyload.swiper-lazy-loaded {
  opacity: 1;
  visibility: visible;
}

.sk-media {
  position: relative;
  width: 100%;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.sk-media__image {
  -o-object-fit: cover;
     object-fit: cover;
}
.sk-media__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 30'%3E%3Cpath d='M24 15 0 30V0z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 55% 50%;
  background-size: 26px;
  background-color: #FFFFFF;
  border-radius: 500px;
  z-index: 10;
}

.ratio-1 {
  padding-bottom: 100%;
}

.ratio-16 {
  padding-bottom: 50%;
}

.ratio-69 {
  padding-bottom: 69.29%;
}

@media (max-width: 65em) {
  .order-last {
    margin-top: 30px !important;
  }
}
/* @start: Paddings */
.no-paddings {
  padding-left: 0;
  padding-right: 0;
}

.pdg-top--0x {
  padding-top: 0rem !important;
}

.pdg-top--1x {
  padding-top: 1.875rem !important;
}

.pdg-top--2x {
  padding-top: 3.75rem !important;
}

.pdg-top--3x {
  padding-top: 5.625rem !important;
}

.pdg-top--4x {
  padding-top: 7.5rem !important;
}

.pdg-top--5x {
  padding-top: 9.375rem !important;
}

.pdg-bottom--0x {
  padding-bottom: 0rem !important;
}

.pdg-bottom--1x {
  padding-bottom: 1.875rem !important;
}

.pdg-bottom--2x {
  padding-bottom: 3.75rem !important;
}

.pdg-bottom--3x {
  padding-bottom: 5.625rem !important;
}

.pdg-bottom--4x {
  padding-bottom: 7.5rem !important;
}

.pdg-bottom--5x {
  padding-bottom: 9.375rem !important;
}

.pdg-around--0x {
  padding: 0rem !important;
}

.pdg-around--1x {
  padding: 1.875rem !important;
}

.pdg-around--2x {
  padding: 3.75rem !important;
}

.pdg-around--3x {
  padding: 5.625rem !important;
}

.pdg-around--4x {
  padding: 7.5rem !important;
}

.pdg-around--5x {
  padding: 9.375rem !important;
}

@media (min-width: 36.0625em) and (max-width: 64em) {
  .pdg-top--2x {
    padding-top: 2.8125rem !important;
  }
  .pdg-top--3x {
    padding-top: 2.8125rem !important;
  }
  .pdg-top--4x {
    padding-top: 3.75rem !important;
  }
  .pdg-top--5x {
    padding-top: 4.6875rem !important;
  }
  .pdg-bottom--2x {
    padding-bottom: 2.8125rem !important;
  }
  .pdg-bottom--3x {
    padding-bottom: 2.8125rem !important;
  }
  .pdg-bottom--4x {
    padding-bottom: 3.75rem !important;
  }
  .pdg-bottom--5x {
    padding-bottom: 4.6875rem !important;
  }
  .pdg-around--2x {
    padding: 2.8125rem !important;
  }
  .pdg-around--3x {
    padding: 2.8125rem !important;
  }
  .pdg-around--4x {
    padding: 3.75rem !important;
  }
  .pdg-around--5x {
    padding: 4.6875rem !important;
  }
}
@media (max-width: 36em) {
  .pdg-top--2x,
.pdg-top--3x,
.pdg-top--4x,
.pdg-top--5x {
    padding-top: 2.8125rem !important;
  }
  .pdg-bottom--2x,
.pdg-bottom--3x,
.pdg-bottom--4x,
.pdg-bottom--5x {
    padding-bottom: 2.8125rem !important;
  }
  .pdg-around--2x,
.pdg-around--3x,
.pdg-around--4x,
.pdg-around--5x {
    padding: 2.8125rem !important;
  }
}
/* @start: Margins */
.mrg-top--0x {
  margin-top: 0rem !important;
}

.mrg-top--1x {
  margin-top: 1.875rem !important;
}

.mrg-top--2x {
  margin-top: 3.75rem !important;
}

.mrg-top--3x {
  margin-top: 5.625rem !important;
}

.mrg-top--4x {
  margin-top: 7.5rem !important;
}

.mrg-top--5x {
  margin-top: 9.375rem !important;
}

.mrg-bottom--0x {
  margin-bottom: 0rem !important;
}

.mrg-bottom--1x {
  margin-bottom: 1.875rem !important;
}

.mrg-bottom--2x {
  margin-bottom: 3.75rem !important;
}

.mrg-bottom--3x {
  margin-bottom: 5.625rem !important;
}

.mrg-bottom--4x {
  margin-bottom: 7.5rem !important;
}

.mrg-bottom--5x {
  margin-bottom: 9.375rem !important;
}

@media (min-width: 36.0625em) and (max-width: 64em) {
  .mrg-top--2x {
    margin-top: 2.8125rem !important;
  }
  .mrg-top--3x {
    margin-top: 2.8125rem !important;
  }
  .mrg-top--4x {
    margin-top: 3.75rem !important;
  }
  .mrg-top--5x {
    margin-top: 4.6875rem !important;
  }
  .mrg-bottom--2x {
    margin-bottom: 2.8125rem !important;
  }
  .mrg-bottom--3x {
    margin-bottom: 2.8125rem !important;
  }
  .mrg-bottom--4x {
    margin-bottom: 3.75rem !important;
  }
  .mrg-bottom--5x {
    margin-bottom: 4.6875rem !important;
  }
}
@media (max-width: 36em) {
  .mrg-top--2x,
.mrg-top--3x,
.mrg-top--4x,
.mrg-top--5x {
    margin-top: 2.8125rem !important;
  }
  .mrg-bottom--2x,
.mrg-bottom--3x,
.mrg-bottom--4x,
.mrg-bottom--5x {
    margin-bottom: 2.8125rem !important;
  }
}
.sk-hero-card, .sk-hero__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sk-hero__cover img, .sk-hero__cover:before, .sk-hero__cover, .modal-icon img, .sk-section__cover img, .sk-section__cover:before, .sk-section__cover, .sk-media__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-blocks .box__icon img, .sk-form__step--back:after, .swiper-button-prev .svg-data,
.swiper-button-next .svg-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.sk-form__input--default {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-size: 1rem;
  line-height: 1;
  padding: 0.875rem 1rem 1rem;
  margin: 0;
  color: #000000;
  border: 1px solid #49787B;
  border-radius: 0;
  display: block;
  resize: none;
  box-shadow: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background 0.25s ease, border 0.25s ease, box-shadow 0.35s ease;
}
.sk-form__input--default::-moz-placeholder {
  color: black;
  opacity: 1;
}
.sk-form__input--default::placeholder {
  color: black;
  opacity: 1;
}
.sk-form__input--default:focus {
  border-color: #689ca1;
}
.sk-form__input--default:focus::-moz-placeholder {
  opacity: 0;
}
.sk-form__input--default:focus::placeholder {
  opacity: 0;
}
.f--required.sk-form__input--default {
  background-color: #fff5f5 !important;
  border-color: #FF0000 !important;
  box-shadow: none !important;
}
.sk-form__input--default:disabled {
  background-color: #E0E0E0 !important;
  border-color: #c7c7c7 !important;
  cursor: not-allowed !important;
}

.sk-form__input--select {
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.875rem 1.875rem 1rem 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 10'%3E%3Cpath d='m1 1 7.5 7.5L16 1' stroke='%2351752A' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.625rem;
  cursor: pointer;
}
.sk-form__input--select option[disabled] {
  display: none;
}
.empty.sk-form__input--select {
  color: rgba(0, 0, 0, 0.6);
}
.sk-form__input--select:focus .placeholder {
  display: none;
}
.sk-form__input--select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.sk-form__input--checkbox:not(:checked), .sk-form__input--checkbox:checked {
  position: absolute;
  left: -9999px;
}
.sk-form__input--checkbox:not(:checked) + label, .sk-form__input--checkbox:checked + label {
  position: relative;
  width: auto;
  height: 25px;
  margin-bottom: 0;
  padding-top: 0.125rem;
  padding-left: 2.8125rem;
  color: #32383C;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sk-form__input--checkbox:not(:checked) + label:before, .sk-form__input--checkbox:checked + label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #49787B;
  border-radius: 0;
  background-color: transparent;
  transition: border 0.25s ease;
}
.sk-form__input--checkbox:not(:checked) + label a, .sk-form__input--checkbox:checked + label a {
  font-weight: 700;
  text-decoration: underline;
  color: #49787B;
}
.sk-form__input--checkbox:not(:checked) + label:after, .sk-form__input--checkbox:checked + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.9844.2187L29.578 1.625 10.8906 20.3125 4.297 14.5312l-1.5-1.3125L.1719 16.25l1.5 1.3125 8 7 1.4062 1.2188 1.3125-1.3125 20-20 1.4375-1.4063z' fill='%2349787B' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  transition: opacity 0.25s ease;
}
.sk-form__input--checkbox:not(:checked) + label:after {
  opacity: 0;
}
.sk-form__input--checkbox:checked + label:after {
  opacity: 1;
}
.sk-form__input--checkbox:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.hasHover .sk-form__input--checkbox:hover:not(:checked) + label:before {
  border-color: rgba(104, 156, 161, 0.6);
}
.f--required.sk-form__input--checkbox:not(:checked) + label:before {
  background-color: #fff5f5 !important;
  border-color: #FF0000 !important;
}

.sk-form__input--floated label:not(.sk-form__upload-btn) {
  position: absolute;
  top: -0.125rem;
  left: 1.125rem;
  right: 1.25rem;
  font-size: 11px;
  color: #000000;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  z-index: 1001;
  transform-origin: top left;
  transform: translateY(1rem);
  transition: opacity 0.25s ease, transform 0.25s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  will-change: transform;
}
.sk-form__input--floated label:not(.sk-form__upload-btn).no--floated {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.is--visible.sk-form__input--floated label, .is--activated.sk-form__input--floated label {
  opacity: 1;
  visibility: visible;
  transform: translateY(0.625rem);
}
.is--visible.sk-form__input--floated .sk-form__input--default:not(textarea), .is--activated.sk-form__input--floated .sk-form__input--default:not(textarea) {
  padding-top: 1.4375rem;
  padding-bottom: 0.4375rem;
}
.is--visible.sk-form__input--floated textarea, .is--activated.sk-form__input--floated textarea {
  padding-top: 2.1875rem;
}

.modal-dialog .close {
  margin: 0;
  padding: 0;
  outline: 0 !important;
  border: 0 none;
  background: transparent;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 10;
}
.modal-dialog .close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.875rem;
  height: 1.875rem;
  margin: -0.9375rem 0 0 -0.9375rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 43 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.107 11.393 10.893 32.607m21.214 0L10.893 11.393' stroke='%2349787B' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.875rem auto;
  z-index: 2;
}

.sk-form__loader-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin: -1.25rem 0 0 -1.25rem;
  line-height: 1;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='38px' height='38px' viewBox='0 0 38 38' enable-background='new 0 0 38 38' xml:space='preserve'%3E%3Cg transform='translate%281 1%29'%3E%3Cpath fill='none' stroke='%2349787B' stroke-width='3' stroke-opacity='0.5' d='M18,7.747c5.521,0,10,4.591,10,10.251 c0,5.666-4.479,10.256-10,10.256c-5.522,0-10-4.59-10-10.256C8,12.338,12.478,7.747,18,7.747z'/%3E%3Cpath fill='none' stroke='%23689CA1' stroke-width='3' d='M28,17.998c0-5.66-4.479-10.251-10-10.251'%3E%3CanimateTransform fill='remove' type='rotate' attributeName='transform' from='0 18 18' to='360 18 18' dur='0.5s' repeatCount='indefinite' accumulate='none' additive='replace' calcMode='linear' restart='always'%3E%3C/animateTransform%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

/* @start: Animation */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1.875rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.9375rem);
  padding-left: var(--bs-gutter-x, 0.9375rem);
  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: 1025px) {
  .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: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  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.46875rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.46875rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.9375rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.9375rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1.875rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1.875rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 2.8125rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 2.8125rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 5.625rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 5.625rem;
}

@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.46875rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.46875rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 5.625rem;
  }
}
@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.46875rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.46875rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 5.625rem;
  }
}
@media (min-width: 1025px) {
  .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.46875rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.46875rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 5.625rem;
  }
}
@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.46875rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.46875rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 5.625rem;
  }
}
@media (min-width: 1440px) {
  .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.46875rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.46875rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 5.625rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1.875rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1024.98px) {
  .table-responsive-lg {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

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

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1025px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.9375rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.46875rem 1.875rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.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: 1.875rem 1.875rem;
  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.9375rem 0.9375rem;
  margin: -0.9375rem -0.9375rem -0.9375rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 1.625rem;
  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: 1025px) {
  .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: 1024.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: 1439.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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1.875rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

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

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

/* @start: Ratio */
.ratio-1 {
  padding-bottom: 100%;
}

.ratio-60 {
  padding-bottom: 59.89%;
}

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1025px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !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;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.46875rem !important;
}

.gap-2 {
  gap: 0.9375rem !important;
}

.gap-3 {
  gap: 1.875rem !important;
}

.gap-4 {
  gap: 2.8125rem !important;
}

.gap-5 {
  gap: 5.625rem !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.46875rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mx-5 {
  margin-right: 5.625rem !important;
  margin-left: 5.625rem !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.46875rem !important;
  margin-bottom: 0.46875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-1 {
  margin-right: 0.46875rem !important;
}

.me-2 {
  margin-right: 0.9375rem !important;
}

.me-3 {
  margin-right: 1.875rem !important;
}

.me-4 {
  margin-right: 2.8125rem !important;
}

.me-5 {
  margin-right: 5.625rem !important;
}

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

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

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

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

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

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

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

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

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

.ms-1 {
  margin-left: 0.46875rem !important;
}

.ms-2 {
  margin-left: 0.9375rem !important;
}

.ms-3 {
  margin-left: 1.875rem !important;
}

.ms-4 {
  margin-left: 2.8125rem !important;
}

.ms-5 {
  margin-left: 5.625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-1 {
  padding-right: 0.46875rem !important;
}

.pe-2 {
  padding-right: 0.9375rem !important;
}

.pe-3 {
  padding-right: 1.875rem !important;
}

.pe-4 {
  padding-right: 2.8125rem !important;
}

.pe-5 {
  padding-right: 5.625rem !important;
}

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

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

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

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

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

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

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

.ps-1 {
  padding-left: 0.46875rem !important;
}

.ps-2 {
  padding-left: 0.9375rem !important;
}

.ps-3 {
  padding-left: 1.875rem !important;
}

.ps-4 {
  padding-left: 2.8125rem !important;
}

.ps-5 {
  padding-left: 5.625rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

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

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .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;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.46875rem !important;
  }
  .gap-sm-2 {
    gap: 0.9375rem !important;
  }
  .gap-sm-3 {
    gap: 1.875rem !important;
  }
  .gap-sm-4 {
    gap: 2.8125rem !important;
  }
  .gap-sm-5 {
    gap: 5.625rem !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.46875rem !important;
  }
  .m-sm-2 {
    margin: 0.9375rem !important;
  }
  .m-sm-3 {
    margin: 1.875rem !important;
  }
  .m-sm-4 {
    margin: 2.8125rem !important;
  }
  .m-sm-5 {
    margin: 5.625rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.46875rem !important;
    margin-left: 0.46875rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sm-4 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-sm-5 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !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.46875rem !important;
    margin-bottom: 0.46875rem !important;
  }
  .my-sm-2 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-sm-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sm-4 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-sm-5 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !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.46875rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.9375rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-4 {
    margin-top: 2.8125rem !important;
  }
  .mt-sm-5 {
    margin-top: 5.625rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.46875rem !important;
  }
  .me-sm-2 {
    margin-right: 0.9375rem !important;
  }
  .me-sm-3 {
    margin-right: 1.875rem !important;
  }
  .me-sm-4 {
    margin-right: 2.8125rem !important;
  }
  .me-sm-5 {
    margin-right: 5.625rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.46875rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5.625rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.46875rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.9375rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.875rem !important;
  }
  .ms-sm-4 {
    margin-left: 2.8125rem !important;
  }
  .ms-sm-5 {
    margin-left: 5.625rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.46875rem !important;
  }
  .p-sm-2 {
    padding: 0.9375rem !important;
  }
  .p-sm-3 {
    padding: 1.875rem !important;
  }
  .p-sm-4 {
    padding: 2.8125rem !important;
  }
  .p-sm-5 {
    padding: 5.625rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.46875rem !important;
    padding-left: 0.46875rem !important;
  }
  .px-sm-2 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-sm-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sm-4 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-sm-5 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.46875rem !important;
    padding-bottom: 0.46875rem !important;
  }
  .py-sm-2 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-sm-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sm-4 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-sm-5 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.46875rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.9375rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.875rem !important;
  }
  .pt-sm-4 {
    padding-top: 2.8125rem !important;
  }
  .pt-sm-5 {
    padding-top: 5.625rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.46875rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.9375rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.875rem !important;
  }
  .pe-sm-4 {
    padding-right: 2.8125rem !important;
  }
  .pe-sm-5 {
    padding-right: 5.625rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.46875rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5.625rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.46875rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.9375rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.875rem !important;
  }
  .ps-sm-4 {
    padding-left: 2.8125rem !important;
  }
  .ps-sm-5 {
    padding-left: 5.625rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .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;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.46875rem !important;
  }
  .gap-md-2 {
    gap: 0.9375rem !important;
  }
  .gap-md-3 {
    gap: 1.875rem !important;
  }
  .gap-md-4 {
    gap: 2.8125rem !important;
  }
  .gap-md-5 {
    gap: 5.625rem !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.46875rem !important;
  }
  .m-md-2 {
    margin: 0.9375rem !important;
  }
  .m-md-3 {
    margin: 1.875rem !important;
  }
  .m-md-4 {
    margin: 2.8125rem !important;
  }
  .m-md-5 {
    margin: 5.625rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.46875rem !important;
    margin-left: 0.46875rem !important;
  }
  .mx-md-2 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-md-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-md-4 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-md-5 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !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.46875rem !important;
    margin-bottom: 0.46875rem !important;
  }
  .my-md-2 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-md-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-md-4 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-md-5 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !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.46875rem !important;
  }
  .mt-md-2 {
    margin-top: 0.9375rem !important;
  }
  .mt-md-3 {
    margin-top: 1.875rem !important;
  }
  .mt-md-4 {
    margin-top: 2.8125rem !important;
  }
  .mt-md-5 {
    margin-top: 5.625rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.46875rem !important;
  }
  .me-md-2 {
    margin-right: 0.9375rem !important;
  }
  .me-md-3 {
    margin-right: 1.875rem !important;
  }
  .me-md-4 {
    margin-right: 2.8125rem !important;
  }
  .me-md-5 {
    margin-right: 5.625rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.46875rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5.625rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.46875rem !important;
  }
  .ms-md-2 {
    margin-left: 0.9375rem !important;
  }
  .ms-md-3 {
    margin-left: 1.875rem !important;
  }
  .ms-md-4 {
    margin-left: 2.8125rem !important;
  }
  .ms-md-5 {
    margin-left: 5.625rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.46875rem !important;
  }
  .p-md-2 {
    padding: 0.9375rem !important;
  }
  .p-md-3 {
    padding: 1.875rem !important;
  }
  .p-md-4 {
    padding: 2.8125rem !important;
  }
  .p-md-5 {
    padding: 5.625rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.46875rem !important;
    padding-left: 0.46875rem !important;
  }
  .px-md-2 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-md-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-md-4 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-md-5 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.46875rem !important;
    padding-bottom: 0.46875rem !important;
  }
  .py-md-2 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-md-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-md-4 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-md-5 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.46875rem !important;
  }
  .pt-md-2 {
    padding-top: 0.9375rem !important;
  }
  .pt-md-3 {
    padding-top: 1.875rem !important;
  }
  .pt-md-4 {
    padding-top: 2.8125rem !important;
  }
  .pt-md-5 {
    padding-top: 5.625rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.46875rem !important;
  }
  .pe-md-2 {
    padding-right: 0.9375rem !important;
  }
  .pe-md-3 {
    padding-right: 1.875rem !important;
  }
  .pe-md-4 {
    padding-right: 2.8125rem !important;
  }
  .pe-md-5 {
    padding-right: 5.625rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.46875rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5.625rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.46875rem !important;
  }
  .ps-md-2 {
    padding-left: 0.9375rem !important;
  }
  .ps-md-3 {
    padding-left: 1.875rem !important;
  }
  .ps-md-4 {
    padding-left: 2.8125rem !important;
  }
  .ps-md-5 {
    padding-left: 5.625rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1025px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .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;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.46875rem !important;
  }
  .gap-lg-2 {
    gap: 0.9375rem !important;
  }
  .gap-lg-3 {
    gap: 1.875rem !important;
  }
  .gap-lg-4 {
    gap: 2.8125rem !important;
  }
  .gap-lg-5 {
    gap: 5.625rem !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.46875rem !important;
  }
  .m-lg-2 {
    margin: 0.9375rem !important;
  }
  .m-lg-3 {
    margin: 1.875rem !important;
  }
  .m-lg-4 {
    margin: 2.8125rem !important;
  }
  .m-lg-5 {
    margin: 5.625rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.46875rem !important;
    margin-left: 0.46875rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-lg-4 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-lg-5 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !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.46875rem !important;
    margin-bottom: 0.46875rem !important;
  }
  .my-lg-2 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-lg-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-lg-4 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-lg-5 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !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.46875rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.9375rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-4 {
    margin-top: 2.8125rem !important;
  }
  .mt-lg-5 {
    margin-top: 5.625rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.46875rem !important;
  }
  .me-lg-2 {
    margin-right: 0.9375rem !important;
  }
  .me-lg-3 {
    margin-right: 1.875rem !important;
  }
  .me-lg-4 {
    margin-right: 2.8125rem !important;
  }
  .me-lg-5 {
    margin-right: 5.625rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.46875rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5.625rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.46875rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.9375rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.875rem !important;
  }
  .ms-lg-4 {
    margin-left: 2.8125rem !important;
  }
  .ms-lg-5 {
    margin-left: 5.625rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.46875rem !important;
  }
  .p-lg-2 {
    padding: 0.9375rem !important;
  }
  .p-lg-3 {
    padding: 1.875rem !important;
  }
  .p-lg-4 {
    padding: 2.8125rem !important;
  }
  .p-lg-5 {
    padding: 5.625rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.46875rem !important;
    padding-left: 0.46875rem !important;
  }
  .px-lg-2 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-lg-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-lg-4 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-lg-5 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.46875rem !important;
    padding-bottom: 0.46875rem !important;
  }
  .py-lg-2 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-lg-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-lg-4 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-lg-5 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.46875rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.9375rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.875rem !important;
  }
  .pt-lg-4 {
    padding-top: 2.8125rem !important;
  }
  .pt-lg-5 {
    padding-top: 5.625rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.46875rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.9375rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.875rem !important;
  }
  .pe-lg-4 {
    padding-right: 2.8125rem !important;
  }
  .pe-lg-5 {
    padding-right: 5.625rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.46875rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5.625rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.46875rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.9375rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.875rem !important;
  }
  .ps-lg-4 {
    padding-left: 2.8125rem !important;
  }
  .ps-lg-5 {
    padding-left: 5.625rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .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;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.46875rem !important;
  }
  .gap-xl-2 {
    gap: 0.9375rem !important;
  }
  .gap-xl-3 {
    gap: 1.875rem !important;
  }
  .gap-xl-4 {
    gap: 2.8125rem !important;
  }
  .gap-xl-5 {
    gap: 5.625rem !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.46875rem !important;
  }
  .m-xl-2 {
    margin: 0.9375rem !important;
  }
  .m-xl-3 {
    margin: 1.875rem !important;
  }
  .m-xl-4 {
    margin: 2.8125rem !important;
  }
  .m-xl-5 {
    margin: 5.625rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.46875rem !important;
    margin-left: 0.46875rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xl-4 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-xl-5 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !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.46875rem !important;
    margin-bottom: 0.46875rem !important;
  }
  .my-xl-2 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-xl-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xl-4 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-xl-5 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !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.46875rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.9375rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.875rem !important;
  }
  .mt-xl-4 {
    margin-top: 2.8125rem !important;
  }
  .mt-xl-5 {
    margin-top: 5.625rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.46875rem !important;
  }
  .me-xl-2 {
    margin-right: 0.9375rem !important;
  }
  .me-xl-3 {
    margin-right: 1.875rem !important;
  }
  .me-xl-4 {
    margin-right: 2.8125rem !important;
  }
  .me-xl-5 {
    margin-right: 5.625rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.46875rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.46875rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.9375rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.875rem !important;
  }
  .ms-xl-4 {
    margin-left: 2.8125rem !important;
  }
  .ms-xl-5 {
    margin-left: 5.625rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.46875rem !important;
  }
  .p-xl-2 {
    padding: 0.9375rem !important;
  }
  .p-xl-3 {
    padding: 1.875rem !important;
  }
  .p-xl-4 {
    padding: 2.8125rem !important;
  }
  .p-xl-5 {
    padding: 5.625rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.46875rem !important;
    padding-left: 0.46875rem !important;
  }
  .px-xl-2 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-xl-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xl-4 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-xl-5 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.46875rem !important;
    padding-bottom: 0.46875rem !important;
  }
  .py-xl-2 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-xl-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xl-4 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-xl-5 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.46875rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.9375rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.875rem !important;
  }
  .pt-xl-4 {
    padding-top: 2.8125rem !important;
  }
  .pt-xl-5 {
    padding-top: 5.625rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.46875rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.9375rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.875rem !important;
  }
  .pe-xl-4 {
    padding-right: 2.8125rem !important;
  }
  .pe-xl-5 {
    padding-right: 5.625rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.46875rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5.625rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.46875rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.9375rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.875rem !important;
  }
  .ps-xl-4 {
    padding-left: 2.8125rem !important;
  }
  .ps-xl-5 {
    padding-left: 5.625rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .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;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.46875rem !important;
  }
  .gap-xxl-2 {
    gap: 0.9375rem !important;
  }
  .gap-xxl-3 {
    gap: 1.875rem !important;
  }
  .gap-xxl-4 {
    gap: 2.8125rem !important;
  }
  .gap-xxl-5 {
    gap: 5.625rem !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.46875rem !important;
  }
  .m-xxl-2 {
    margin: 0.9375rem !important;
  }
  .m-xxl-3 {
    margin: 1.875rem !important;
  }
  .m-xxl-4 {
    margin: 2.8125rem !important;
  }
  .m-xxl-5 {
    margin: 5.625rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.46875rem !important;
    margin-left: 0.46875rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xxl-4 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-xxl-5 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !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.46875rem !important;
    margin-bottom: 0.46875rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-xxl-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xxl-4 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-xxl-5 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !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.46875rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.9375rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.875rem !important;
  }
  .mt-xxl-4 {
    margin-top: 2.8125rem !important;
  }
  .mt-xxl-5 {
    margin-top: 5.625rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.46875rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.9375rem !important;
  }
  .me-xxl-3 {
    margin-right: 1.875rem !important;
  }
  .me-xxl-4 {
    margin-right: 2.8125rem !important;
  }
  .me-xxl-5 {
    margin-right: 5.625rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.46875rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.46875rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.9375rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1.875rem !important;
  }
  .ms-xxl-4 {
    margin-left: 2.8125rem !important;
  }
  .ms-xxl-5 {
    margin-left: 5.625rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.46875rem !important;
  }
  .p-xxl-2 {
    padding: 0.9375rem !important;
  }
  .p-xxl-3 {
    padding: 1.875rem !important;
  }
  .p-xxl-4 {
    padding: 2.8125rem !important;
  }
  .p-xxl-5 {
    padding: 5.625rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.46875rem !important;
    padding-left: 0.46875rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-xxl-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xxl-4 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-xxl-5 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.46875rem !important;
    padding-bottom: 0.46875rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-xxl-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xxl-4 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-xxl-5 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.46875rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.9375rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.875rem !important;
  }
  .pt-xxl-4 {
    padding-top: 2.8125rem !important;
  }
  .pt-xxl-5 {
    padding-top: 5.625rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.46875rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.9375rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1.875rem !important;
  }
  .pe-xxl-4 {
    padding-right: 2.8125rem !important;
  }
  .pe-xxl-5 {
    padding-right: 5.625rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.46875rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5.625rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.46875rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.9375rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1.875rem !important;
  }
  .ps-xxl-4 {
    padding-left: 2.8125rem !important;
  }
  .ps-xxl-5 {
    padding-left: 5.625rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !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;
  }
}
/* @start: Fancybox 7.4.1 */
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

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

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

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

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

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

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: #e3e3e3;
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: -22px;
  z-index: 50;
  height: 5px;
  width: 100%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  bottom: 2%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #49787b;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

/* @start: Fancybox 3.5.7 */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* @start: Basic */
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}
::selection {
  background: #000000;
  color: #FFFFFF;
}

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}

html {
  position: relative;
  width: 100%;
  -webkit-marquee-increment: 0vw;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #FFFFFF;
  scroll-behavior: smooth;
}
@media (min-width: 64.0625em) and (max-width: 90em) {
  html {
    font-size: calc(16px + 0.83333vw - 12px);
  }
}

body {
  font-family: "Lato", sans-serif;
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  font-kerning: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

a {
  color: inherit;
  cursor: pointer;
  outline: none !important;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover, a:active, a:focus {
  color: inherit;
  outline: 0;
  text-decoration: none;
}
a.no-color {
  color: inherit !important;
}
a img {
  border: none;
}

b,
strong {
  font-weight: bold;
}

p {
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

mark,
.mark {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
  background: #000000;
  text-transform: uppercase;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

img.alignleft {
  float: left;
  margin: 1.25rem 1.5625rem 1.25rem 0;
}

img.alignright {
  display: block;
  margin: 1.25rem 0 1.25rem 1.5625rem;
}

img.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

img.alignnone {
  display: block;
}

blockquote {
  position: relative;
  padding: 1.875rem !important;
  font-style: italic;
  z-index: 1;
}
blockquote:before {
  position: absolute;
  color: rgba(0, 0, 0, 0.35);
  font-size: 15rem;
  font-style: normal;
  font-weight: bold;
  z-index: -1;
}
blockquote:before {
  content: "“";
  top: -1.875rem;
  left: -1.875rem;
  line-height: 1;
}
@media (max-width: 36em) {
  blockquote:before {
    left: -0.9375rem;
  }
}
blockquote cite {
  font-size: 0.8125rem;
  display: block;
  margin-top: 1.25rem;
}
blockquote cite:before {
  content: "-";
  margin: 0 0.5625rem;
}

.gallery {
  margin-top: 1.25rem;
}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

.gallery figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.gallery figure {
  float: left;
  margin: 0 2% 1em 0;
}

.gallery .gallery-caption {
  font-size: 0.75rem;
  margin-top: 5px;
}

.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none;
}

.gallery.gallery-columns-3 figure {
  width: 32%;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
  clear: left;
}

.gallery.gallery-columns-2 figure {
  width: 49%;
}

.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}

.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}

.gallery.gallery-columns-4 figure {
  width: 23.25%;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
  clear: left;
}

.gallery.gallery-columns-5 figure {
  width: 18%;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
  clear: left;
}

.gallery.gallery-columns-6 figure {
  width: 14.2%;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
  clear: left;
}

.gallery.gallery-columns-7 figure {
  width: 12%;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
  clear: left;
}

.gallery.gallery-columns-8 figure {
  width: 10.2%;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
  clear: left;
}

.gallery.gallery-columns-9 figure {
  width: 8.85%;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
  clear: left;
}

@media (max-width: 767px) {
  .gallery.gallery-columns-4 figure,
.gallery.gallery-columns-5 figure,
.gallery.gallery-columns-6 figure,
.gallery.gallery-columns-7 figure,
.gallery.gallery-columns-8 figure,
.gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
  }
}
address {
  display: block;
}

abbr[title],
acronym[title],
dfn[title] {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

.through {
  text-decoration: line-through;
}

pre,
code {
  padding: 0 3px 2px;
  border-radius: 3px;
  color: #232527;
  font-size: 0.75rem;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  border: 1px solid #DDE4E9;
  background-color: #F6F6F6;
  color: #232527;
  white-space: nowrap;
}

pre {
  display: block;
  margin: 20px 0 0 0;
  padding: 25px !important;
  border: 1px solid #DDE4E9;
  border-radius: 4px;
  background-color: #FCFCFC;
  background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
  background-size: 50px 50px;
  white-space: pre;
  word-wrap: normal;
  word-break: break-all;
  font-size: 0.75rem;
  line-height: 1.5625rem;
  overflow-x: visible;
  overflow-y: hidden;
}

pre code {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
}

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

table {
  width: 100%;
  border: 1px solid #EFEFEF;
  text-align: left;
}
table tr {
  border-top: 1px solid #EFEFEF;
}
table th,
table td {
  min-height: 41px;
  padding: 10px 14px 8px;
  border-right: 1px solid #EFEFEF;
}
table thead tr {
  border-top: none;
}
table thead h4 {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}

iframe,
object,
embed {
  max-width: 100%;
  border: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #F1F1F1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759B;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* @start: Typography */
body,
input,
button,
select,
textarea {
  color: #32383C;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #49787B;
  font-family: "Lato", sans-serif;
  line-height: 1.1;
  margin: 0;
}

h1 {
  font-size: 2.25rem;
  font-weight: 900;
}

h2 {
  font-size: 1.625rem;
  font-weight: 900;
}

h3 {
  font-size: 1.5rem;
  font-weight: 900;
}

h4 {
  font-size: 1.375rem;
  font-weight: bold;
}

h5 {
  font-size: 1.25rem;
  font-weight: bold;
}

h6 {
  font-size: 1.125rem;
  font-weight: bold;
}

p {
  font-size: 1rem;
  font-weight: normal;
}

/* @start: Titles */
.sk-block-text .sk-headings__title {
  font-size: 2.625rem;
}

.sk-block-grid .sk-grid__title, .modal-title, .modal-response__title, .sk-headings__title {
  font-size: 2rem;
}

.sk-block-table .sk-table-netpnp__title, .sk-block-table .sk-table-others__title {
  font-size: 1.625rem;
}

.sk-hero-card__body__title {
  font-size: 1.5rem;
}

.sk-footer__menutitle, .sk-hero-card__head__title1 {
  font-size: 1.375rem;
}

.modal-subtitle, .sk-headings__subtitle {
  font-size: 1.25rem;
}

.sk-hero-card__head__title2 {
  font-size: 1.125rem;
}

.sk-hero-card__body__subtitle, .sk-hero-card__head__title3 {
  font-size: 1rem;
}

/* @start: Description */
.sk-footer__copyrights {
  font-size: 0.875rem;
}

.sk-block-faq .sk-faq__description, .sk-block-text .sk-headings__text, .sk-block-grid .sk-grid__text, .sk-hero-card__body ul > li, .modal-blocks .box__value, .select2-container .selection .select2-selection.select2-selection--single > span, .sk-form__response p, .sk-break__toggle span, .sk-contents, .sk-headings__list ul li, .sk-headings__text {
  font-size: 1rem;
}

.sk-block-faq .sk-faq__load-more .sk-btn__label, .sk-block-faq .sk-faq__title, .modal-blocks .box__label, .modal-description, .modal-response__description,
.modal .bootbox-body {
  font-size: 1.125rem;
}

.sk-headings__description {
  font-size: 1.25rem;
}

.modal-text {
  font-size: 1.375rem;
}

/* */
.sk-text--primary {
  color: #49787B !important;
}
.sk-text--white {
  color: #FFFFFF !important;
}
.sk-text--right {
  text-align: right;
}

/* @start: Layout */
.sk-col {
  position: relative;
}

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

@media (min-width: 64.0625em) {
  .container--500 {
    max-width: 500px;
  }
}

@media (min-width: 64.0625em) {
  .container--750 {
    max-width: 750px;
  }
}

@media (min-width: 64.0625em) {
  .container--950 {
    max-width: 950px;
  }
}

@media (min-width: 64.0625em) {
  .container--1440 {
    max-width: 1440px;
  }
}

/* @start: Buttons */
.sk-btn__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  z-index: 6;
}
.sk-btn__ripple--circle {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  transform: translate3d(-50%, -50%, 0);
}
.sk-btn__ripple.is--active .sk-btn__ripple--circle {
  -webkit-animation: ripple 0.4s ease-in;
          animation: ripple 0.4s ease-in;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

.sk-btn {
  position: relative;
  width: auto;
  min-width: 13.125rem;
  padding: 1rem 2.5rem;
  border: 1px solid;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  outline: 0 !important;
  text-decoration: none !important;
  display: inline-block;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: border 0.3s cubic-bezier(0.45, 0, 0.14, 1.03), background 0.3s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.sk-btn__label {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 0.3s cubic-bezier(0.45, 0, 0.14, 1.03);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sk-btn--auto {
  min-width: none;
}
.sk-btn--full {
  width: 100%;
  min-width: auto;
}
.sk-btn--small {
  min-width: auto;
  max-width: 15.625rem;
}
.sk-btn--large {
  padding-top: 1.375rem;
  padding-bottom: 1.25rem;
}
.sk-btn--long {
  min-width: 20rem;
}
.sk-btn--primary {
  border-color: #49787B;
  background-color: #49787B;
}
.sk-btn--primary.pulse {
  -webkit-animation: pulse-primary 2s infinite;
          animation: pulse-primary 2s infinite;
}
.sk-btn--primary .sk-btn__label {
  color: #FFFFFF;
}
.hasHover .sk-btn--primary:hover {
  border-color: #5c979b;
  background-color: #5c979b;
}
.sk-btn--primary--text {
  padding: 0;
  border: none;
  background: none;
  border-bottom: 2px solid #49787B;
}
.sk-btn--primary--text .sk-btn__label {
  text-transform: initial;
}
.sk-btn--secondary {
  border-color: #689CA1;
  background-color: #689CA1;
}
.sk-btn--secondary.pulse {
  -webkit-animation: pulse-secondary 2s infinite;
          animation: pulse-secondary 2s infinite;
}
.sk-btn--secondary .sk-btn__label {
  position: relative;
  color: #FFFFFF;
}
.sk-btn--secondary .sk-btn__label:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3125rem;
  width: 100%;
  height: 2px;
  background-color: #689CA1;
}
.sk-btn--white {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.sk-btn--white .sk-btn__label {
  position: relative;
  color: #000000;
}
.sk-btn--white.pulse {
  -webkit-animation: pulse-white 2s infinite;
          animation: pulse-white 2s infinite;
}
.sk-btn--thank-you {
  display: flex;
  justify-content: center;
  width: 50%;
  margin: 1.875rem auto 0 auto;
}
.sk-btn__icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 10px;
}

@-webkit-keyframes pulse-primary {
  0% {
    box-shadow: 0 0 0 0 rgba(73, 120, 123, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(73, 120, 123, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(73, 120, 123, 0);
  }
}

@keyframes pulse-primary {
  0% {
    box-shadow: 0 0 0 0 rgba(73, 120, 123, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(73, 120, 123, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(73, 120, 123, 0);
  }
}
@-webkit-keyframes pulse-secondary {
  0% {
    box-shadow: 0 0 0 0 rgba(104, 156, 161, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(104, 156, 161, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(104, 156, 161, 0);
  }
}
@keyframes pulse-secondary {
  0% {
    box-shadow: 0 0 0 0 rgba(104, 156, 161, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(104, 156, 161, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(104, 156, 161, 0);
  }
}
@-webkit-keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* @start: Buttons Mobile */
@media (max-width: 47.9375em) {
  .sk-btn-circle {
    border-radius: 500px;
    padding: 0.625rem !important;
  }
}
/* @start: Carousel */
.swiper {
  overflow: visible;
}

.swiper-navigation {
  position: absolute;
  top: -2.5rem;
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 3rem;
  height: 3rem;
}
.swiper-button-prev .svg-data,
.swiper-button-next .svg-data {
  width: 2.125rem;
  height: 1.875rem;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}

.swiper-button-prev {
  left: auto;
  right: 3.75rem;
}

.swiper-button-next {
  right: -0.375rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0.9375rem;
}
.swiper-pagination-bullets.swiper-pagination--relative:not(.swiper-pagination-lock) {
  position: relative;
  height: 20px;
  bottom: 0;
  margin-top: 0.9375rem;
  text-align: left;
  display: flex;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #689CA1;
  background-color: transparent;
  border-radius: 0;
  margin: 0 1rem 0 0 !important;
  transition: background 0.3s cubic-bezier(0.45, 0, 0.14, 1.03);
  opacity: 1;
}
.swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}
.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #689CA1;
}

.sk-carousel {
  margin-top: 1.875rem;
  cursor: -webkit-grab;
  cursor: grab;
}
.sk-carousel--overflow {
  overflow: hidden;
}

[data-ui=light] .swiper-button-prev .svg-data path,
[data-ui=light] .swiper-button-next .svg-data path {
  stroke: #FFFFFF;
}
[data-ui=light] .swiper-pagination-bullet {
  border-color: #FFFFFF;
}
[data-ui=light] .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

/* @start: Carousel Mobile */
@media (max-width: 64em) {
  .sk-carousel .swiper-navigation {
    display: none;
  }
}

/* @start: Section */
.sk-section {
  position: relative;
  width: 100%;
}
.sk-section .container,
.sk-section .container-fluid,
.sk-section .container-sm,
.sk-section .container-md,
.sk-section .container-lg,
.sk-section .container-xl,
.sk-section .container-xxl {
  position: relative;
  z-index: 5;
}
.sk-section__bg--white {
  background-color: #FFFFFF;
}
.sk-section__bg--green {
  background-color: #F6FAFA;
}
.sk-section__cover {
  background-color: rgba(73, 120, 123, 0.2);
  overflow: hidden;
  z-index: 2;
}
.sk-section__cover.black {
  background-color: rgba(0, 0, 0, 0.2);
}
.sk-section__cover.black:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.sk-section__cover:before {
  content: "";
  background-color: rgba(73, 120, 123, 0.7);
  z-index: 3;
}
.sk-section__cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 4;
}
.deco-one {
  top: 0;
  right: 0;
  width: 22.5625rem;
  height: 20.3125rem;
  background-image: url("./assets/images/deco_2.png");
}
.deco-two {
  left: 0;
  bottom: 0;
  width: 19.875rem;
  height: 17.25rem;
  background-image: url("./assets/images/deco_1.png");
}
.deco-three {
  top: -3.75rem;
  left: 0;
  width: 11.75rem;
  height: 13.75rem;
  background-image: url("./assets/images/deco_3.png");
}
.deco-four {
  top: 6.25rem;
  right: 0;
  width: 14.375rem;
  height: 18.875rem;
  background-image: url("./assets/images/deco_4.png");
}
.deco-five {
  left: 50%;
  bottom: -5rem;
  width: 19.8125rem;
  height: 18rem;
  background-image: url("./assets/images/deco_5.png");
  transform: translateX(-50%);
}

/* @start: Headings */
.sk-headings__title {
  color: #49787B;
  font-weight: 900;
}
.sk-headings__title + * {
  margin-top: 0.9375rem;
}
.sk-headings__subtitle {
  font-weight: normal;
}
.sk-headings__description {
  font-weight: 500;
  line-height: 1.4;
}
.sk-headings__text {
  font-weight: 500;
  line-height: 1.4;
}
.sk-headings + .sk-contents {
  margin-top: 1.5625rem;
}
.sk-headings p:not(:first-child) {
  margin-top: 1.875rem;
}
.sk-headings__list {
  margin-bottom: 1.25rem;
}
.sk-headings__list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}
.sk-headings__list ul li:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  background: #49787B;
  width: 0.6875rem;
  min-width: 0.6875rem;
  height: 0.6875rem;
  background-repeat: no-repeat;
  margin-right: 0.9375rem;
}
.sk-headings__list ul li:last-child {
  margin-bottom: 0;
}
.sk-headings__list ul li:first-child {
  margin-top: 1.875rem;
}

/* @start: Headings Mobile */
@media (max-width: 47.9375em) {
  .sk-headings br {
    display: none;
  }
}

/* @start: Contents */
.sk-contents p {
  padding-top: 0.6em;
}
.sk-contents p:first-child {
  padding-top: 0;
}

[data-ui=light] .sk-contents {
  color: #FFFFFF;
}

.sk-break__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sk-break__toggle span {
  color: #689CA1;
  font-weight: bold;
  cursor: pointer;
}

/* @start: Contents Mobile */
@media (max-width: 47.9375em) {
  .sk-contents__cta {
    width: 100%;
  }
}

/* @start: Forms */
.sk-form, .sk-form__wrap {
  position: relative;
  width: 100%;
  margin-top: 3.75rem;
}
.sk-form--small {
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
}
.sk-form__wrap {
  margin-top: 0 !important;
}
.sk-form__title {
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.sk-form__inputs-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 1.5625rem;
  display: flex;
  flex-wrap: wrap;
}
.sk-form__inputs-wrapper.is--small {
  margin-bottom: 0.625rem;
}
.sk-form__inputs-wrapper.is--last {
  margin-top: 0.625rem;
  margin-bottom: 0;
}
.sk-form__inputs-wrapper:last-child {
  margin-bottom: 0;
}
.sk-form__input--content {
  position: relative;
  width: 100%;
  display: block;
}
.sk-form__input--content + .sk-form__input--content {
  margin-top: 0.625rem;
}
.sk-form__inputs-fields {
  opacity: 1;
  transition: opacity 0.215s ease;
}
.sk-form__inputs-fields.is--loaded {
  opacity: 0.1;
  pointer-events: none;
}
.sk-form__input {
  position: relative;
}
.sk-form__input > label {
  width: 100%;
  display: block;
  margin: 0;
}
.sk-form__input.is--first {
  padding-right: 0.625rem;
}
.sk-form__input.is--middle {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.sk-form__input.is--last {
  padding-left: 0.625rem;
}
.sk-form__input abbr[title] {
  border-bottom: 0 none;
  text-decoration: none;
}
.sk-form__input abbr[title].required {
  color: #FF0000;
  margin-left: 4px;
}
.sk-form__input--field-30 {
  width: 30%;
}
.sk-form__input--field-33 {
  width: 33.333%;
}
.sk-form__input--field-50 {
  width: 50%;
}
.sk-form__input--field-70 {
  width: 70%;
}
.sk-form__input--field-100 {
  width: 100%;
}
.sk-form__submit {
  margin-top: 1rem;
}
.sk-form__submit--last {
  margin-top: 0;
}
.sk-form__response {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sk-form__response.is--loaded {
  opacity: 1;
  visibility: visible;
}
.sk-form__response p {
  color: #FF0000;
  text-align: center;
  padding: 0;
}
.sk-form__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.sk-form__loader.is--loaded {
  opacity: 1;
  visibility: visible;
  display: block;
}
/* @start: Forms Mobile */
@media (max-width: 64em) {
  .sk-form, .sk-form__wrap {
    margin-top: 2.5rem;
  }
  .sk-form--hidden .sk-form__wrap {
    display: none;
  }
  .sk-form__mobile {
    display: block;
  }
}
@media (max-width: 47.9375em) {
  .sk-form__input {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sk-form__input.is--middle, .sk-form__input.is--last {
    margin-top: 1.25rem;
  }
  .sk-form__input .sk-btn {
    width: 100%;
  }
  .sk-form__input .sk-btn br {
    display: none;
  }
  .sk-form__step--back {
    min-height: 5rem;
  }
}

input,
button,
select,
textarea,
input:focus,
textarea:focus,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 0;
}

label {
  outline: 0 none;
}

textarea {
  min-height: 200px;
  overflow: auto;
  resize: vertical;
}

.sk-form__select--picker {
  position: relative;
}
.sk-form__select--picker .select2-container--default.select2-container--open {
  top: auto !important;
  bottom: 0 !important;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-size: 1rem;
  line-height: 1;
  padding: 0.875rem 1rem 1rem;
  margin: 0;
  color: #000000;
  border: 1px solid #49787B !important;
  border-radius: 0 !important;
  display: block;
  resize: none;
  box-shadow: none;
  background-color: #F7FBEF !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background 0.25s ease, border 0.25s ease, box-shadow 0.35s ease;
}
.sk-form__select--picker .select2-container--default.select2-container--open .select2-dropdown {
  top: -21px !important;
}

.select2-container {
  width: 100% !important;
}
.select2-container .selection .select2-selection.select2-selection--single {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-size: 1rem;
  line-height: 1 !important;
  padding: 1.45rem 1rem;
  margin: 0;
  border: 1px solid #88C541 !important;
  border-radius: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  resize: none;
  box-shadow: none;
  background-color: #F7FBEF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background 0.25s ease, border 0.25s ease, box-shadow 0.35s ease;
}
.select2-container .selection .select2-selection.select2-selection--single > span {
  color: #000000 !important;
  font-family: "Lato", sans-serif;
  padding-left: 0 !important;
}
.select2-container .selection .select2-selection__arrow {
  top: auto !important;
}
.select2-container .selection .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 10'%3E%3Cpath d='m1 1 7.5 7.5L16 1' stroke='%2351752A' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: transparent !important;
  background-size: contain !important;
  border: none !important;
  height: 12px !important;
  width: 12px !important;
  margin: 0 -12px !important;
  margin-right: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-repeat: no-repeat !important;
}
.select2-container .select2-results {
  overflow: auto;
}
.select2-container .select2-results__options {
  background-color: #F7FBEF;
}
.select2-container .select2-results__options--highlighted {
  background-color: rgba(73, 120, 123, 0.4) !important;
}
.select2-container .select2-results__options--selectable {
  background-color: rgba(73, 120, 123, 0.5) !important;
}
.js-password-showhide {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: -0.9375rem;
  opacity: 0.6;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 86 53' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M43 .2C24.5.2 8.5 10.7.5 26.1 8.5 41.5 24.5 52 43 52s34.5-10.5 42.5-25.9C77.5 10.7 61.5.2 43 .2zm0 47.7c-15.7 0-30.1-8.3-37.9-21.9C12.9 12.5 27.3 4.2 43 4.2s30.1 8.3 37.9 21.9C73.1 39.6 58.7 47.9 43 47.9z'/%3E%3Cpath d='M43 8.8c-9.5 0-17.2 7.7-17.2 17.2S33.5 43.2 43 43.2 60.2 35.5 60.2 26 52.5 8.8 43 8.8zm0 30.4c-7.3 0-13.2-5.9-13.2-13.2 0-7.3 5.9-13.2 13.2-13.2 7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 2;
}
.js-password-showhide.is--show {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 86 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M16.6 54l2.9-2.9c-5.8-3.7-10.8-8.8-14.4-15C12.9 22.5 27.3 14.2 43 14.2c4 0 8 .6 11.7 1.6l3.2-3.2c-4.7-1.5-9.7-2.4-14.9-2.4C24.5 10.2 8.5 20.7.5 36.1 4.3 43.3 9.8 49.5 16.6 54zM69.4 18.1L66.5 21c5.9 3.7 10.9 8.8 14.5 15-7.9 13.6-22.3 21.9-38 21.9-4.1 0-8-.6-11.8-1.6L28 59.5c4.7 1.6 9.8 2.4 15 2.4 18.5 0 34.5-10.5 42.5-25.9-3.8-7.2-9.3-13.4-16.1-17.9zM35.2 46.7l18.5-18.5 2.8-2.9 6.4-6.3 2.9-3L78.3 3.6 75.4.7 62 14.1l-3 3.1-5.3 5.3-2.9 2.8-18.5 18.5-2.8 2.9-6.5 6.4-2.9 3L7.7 68.4l2.9 2.9 13.3-13.4 3-3 5.4-5.4z'/%3E%3Cpath d='M43 22.8c1.4 0 2.8.2 4.1.7l3.1-3.1c-2.2-1-4.6-1.6-7.2-1.6-9.5 0-17.2 7.7-17.2 17.2 0 2.6.6 5 1.6 7.2l3.1-3.1c-.4-1.3-.7-2.7-.7-4.1 0-7.3 5.9-13.2 13.2-13.2zM43 49.2c-1.4 0-2.8-.2-4.1-.7l-3.1 3.1c2.2 1 4.6 1.6 7.2 1.6 9.5 0 17.2-7.7 17.2-17.2 0-2.6-.6-5-1.6-7.2l-3.1 3.1c.4 1.3.7 2.7.7 4.1 0 7.3-5.9 13.2-13.2 13.2z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.sk-form__step-label {
  font-size: 1.125rem;
  margin-top: 1rem;
  text-align: left;
  display: block;
}
.sk-form__step--flex {
  display: flex;
  justify-content: space-between;
}
.sk-form__step--back {
  position: relative;
  flex: 0 0 3.5rem;
  width: 3.375rem;
  height: 3.375rem;
  border: 2px solid #689CA1;
  background-color: transparent;
  transition: background 0.3s cubic-bezier(0.45, 0, 0.14, 1.03);
  cursor: pointer;
}
.sk-form__step--back:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23689CA1' stroke-width='1.75' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M1.632 1.2882L8.7 8.5M8.7 8.5l7.068-7.2118'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.875rem auto;
  transform: translate(-50%, -50%) rotate(90deg);
}
.sk-form__step--back + .sk-btn {
  margin-left: 0.9375rem;
}
.hasHover .sk-form__step--back:hover {
  background-color: #689CA1;
}
.hasHover .sk-form__step--back:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFFFFF' stroke-width='1.75' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M1.632 1.2882L8.7 8.5M8.7 8.5l7.068-7.2118'/%3E%3C/g%3E%3C/svg%3E");
}

/* @start: Modals */
.modal-backdrop {
  background: #000000;
}
.modal-backdrop.show {
  opacity: 0.35;
}
.modal-dialog {
  max-width: none;
}
@media (min-width: 20em) {
  .modal-dialog {
    max-width: 690px;
  }
}
@media (min-width: 20em) {
  .modal-dialog--big {
    max-width: 900px;
  }
}
.modal-dialog .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
}
.modal-content {
  padding: 6.25rem 6.25rem;
  border: 0 none;
  border-radius: 0;
  background-color: #FFFFFF;
  border: 5px solid #689CA1;
  overflow: hidden;
}
@media (max-width: 47.9375em) {
  .modal-content {
    padding: 3.125rem 1.25rem;
  }
}
@media (max-width: 30em) {
  .modal-content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.modal-body {
  padding: 0;
}
.modal-title, .modal-response__title {
  color: #49787B;
  margin-bottom: 0.625rem;
  line-height: 1.2;
  text-align: center;
}
.modal-title strong, .modal-response__title strong {
  color: #689CA1;
}
.modal-subtitle {
  color: #49787B;
  font-family: "Lato", sans-serif;
}
.modal-subtitle strong {
  color: #689CA1;
}
.modal-description, .modal-response__description,
.modal .bootbox-body {
  font-weight: 500;
  color: #32383C;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  font-family: "Lato", sans-serif;
}
.modal-header {
  padding: 0;
  border: 0 none;
  border-radius: 0;
  display: block;
}
.modal-footer {
  display: none;
}
.modal .sk-form__loader,
.modal .modal-step--error {
  z-index: 10;
}
.modal-icon {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  margin: 1.875rem auto;
  display: block;
  text-align: center;
}
.modal-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-text {
  color: #32383C;
  font-family: "Lato", sans-serif;
  text-align: center;
}
.modal-blocks {
  width: 100%;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 5px solid #C9E490;
  display: flex;
  flex-wrap: wrap;
}
.modal-blocks .box {
  flex: 0 0 50%;
  height: 5.625rem;
  padding: 0 0.625rem;
}
.modal-blocks .box:first-child {
  padding-left: 0;
}
.modal-blocks .box:last-child {
  padding-right: 0;
}
.modal-blocks .box a {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border: 1px solid #689CA1;
  display: flex;
  align-items: center;
}
.modal-blocks .box__icon {
  position: relative;
  flex: 0 0 5.625rem;
  height: 100%;
  border-right: 1px solid #689CA1;
}
.modal-blocks .box__icon img {
  width: 3.125rem;
  height: 3.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-blocks .box__data {
  padding-left: 0.9375rem;
  text-align: left;
}
.modal-blocks .box__value {
  margin-top: 0.125rem;
}
@media (max-width: 47.9375em) {
  .modal-blocks .box {
    flex: 0 0 100%;
    padding: 0;
  }
  .modal-blocks .box:first-child {
    margin-bottom: 0.9375rem;
  }
}

.modal--generic .modal-body .sk-form__wrap:not(.sk-form__wrap--full) {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.modal--generic .modal-body .sk-form__wrap > .modal-title {
  margin-bottom: 0.625rem;
}
@media (max-width: 36em) {
  .modal--generic .modal-body .sk-form__wrap > .modal-title {
    margin-bottom: 1.25rem;
  }
}
.modal--vertical .modal-dialog {
  width: 100%;
  max-width: none;
  margin: 0;
}
.modal--vertical .modal-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.sk-modal-thank-you .modal-header {
  margin-top: 17.5rem;
}
.sk-modal-thank-you .modal-content {
  padding: 0.625rem 3.125rem;
}
.sk-modal-thank-you__image {
  position: absolute;
  top: 0;
  left: 0;
}
.sk-modal-thank-you__description {
  display: block;
  text-align: center;
}
@media (max-width: 38.75em) {
  .sk-modal-thank-you .modal-header {
    margin-top: 15rem;
  }
}
@media (max-width: 35em) {
  .sk-modal-thank-you .modal-header {
    margin-top: 13.125rem;
  }
}
@media (max-width: 35em) {
  .sk-modal-thank-you .modal-header {
    margin-top: 11.25rem;
  }
}

.sk-modal__privacy .modal-content {
  padding: 2.25rem;
}
.sk-modal__privacy .modal-dialog .close {
  top: -1.875rem;
  right: -1.875rem;
}

/* @start: Header */
.sk-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(43, 43, 43, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
  transition: background cubic-bezier(0.45, 0, 0.14, 1.03) 0.2s;
}
.sk-header__logo {
  width: 12.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 47.9375em) {
  .sk-header__logo {
    width: 8.75rem;
  }
}
.sk-header__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.sk-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sk-header__nav {
  height: 100%;
}
.sk-header__nav a {
  margin-right: 2.5rem;
  color: #FFFFFF;
}
.sk-header__nav a:last-child {
  margin-right: 0;
}
@media (max-width: 64em) {
  .sk-header__nav {
    display: none;
  }
}
@media (max-width: 47.9375em) {
  .sk-header__cta a {
    min-width: 0;
    padding: 0.75rem 1rem;
  }
  .sk-header__cta a span {
    font-size: 0.875rem;
  }
}
.sk-header.is--sticky {
  background: rgba(0, 0, 0, 0.7);
}

/* @start: Hero */
.sk-hero {
  position: relative;
  width: 100%;
  height: auto;
  padding: 7.5rem 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 75vh;
}
.sk-hero__cover {
  background-color: #FFFFFF;
  z-index: 2;
}
.sk-hero__cover:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.sk-hero__cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sk-hero__content {
  width: 100%;
  flex-direction: column;
}
.sk-hero-card {
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: #FFFFFF;
  padding: 3.125rem 2.875rem;
}
.sk-hero-card__head {
  position: absolute;
  top: -3.125rem;
  max-width: 80%;
  background: #689CA1;
  padding: 1.125rem 1.25rem;
  text-align: center;
}
@media (max-width: 31.25em) {
  .sk-hero-card__head {
    top: -2.5rem;
    max-width: 90%;
  }
  .sk-hero-card__head__title1 {
    font-size: 1.125rem;
  }
  .sk-hero-card__head__title2 {
    font-size: 1rem;
  }
  .sk-hero-card__head__title3 {
    font-size: 0.9375rem;
  }
}
@media (max-width: 20em) {
  .sk-hero-card__head {
    max-width: 100%;
    top: -3.75rem;
  }
}
.sk-hero-card__head__title1, .sk-hero-card__head__title2, .sk-hero-card__head__title3 {
  color: #FFFFFF;
  font-weight: bold;
}
.sk-hero-card__body__title {
  padding-top: 1.875rem;
  font-weight: 900;
  color: #49787B;
}
.sk-hero-card__body__subtitle {
  margin-top: 1.5625rem;
  font-weight: 900;
  color: #49787B;
}
.sk-hero-card__body ul > li {
  position: relative;
  list-style: none;
  padding-left: 1.5625rem;
  margin-bottom: 1.875rem;
  font-weight: normal;
}
.sk-hero-card__body ul > li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 500px;
  background: #49787B;
}
.sk-hero-card__body ul > li:first-child {
  margin-top: 1.25rem;
}
.sk-hero-card__body ul > li:last-child {
  margin-bottom: 1.875rem;
}

/* @start: Hero Mobile */
@media (max-width: 65em) {
  .sk-hero {
    padding-bottom: 1rem;
  }
  .sk-hero__cover {
    height: 30vh;
  }
  .sk-hero__content {
    padding-top: 15vh;
  }
}
/* @start: Footer */
.sk-footer {
  position: relative;
  width: 100%;
}
.sk-footer__logo {
  max-width: 12.5rem;
  margin: 0 auto;
  height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sk-footer__copyrights {
  margin-top: 1.875rem;
  font-weight: 400;
}
.sk-footer__copyrights b,
.sk-footer__copyrights strong {
  color: #689CA1;
}
.sk-footer__menutitle {
  font-weight: bold;
  color: #49787B;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D8D8D8;
}
.sk-footer__menu {
  display: flex;
  flex-wrap: wrap;
}
.sk-footer__menu a {
  margin-top: 1.25rem;
  width: 50%;
  transition: color cubic-bezier(0.45, 0, 0.14, 1.03) 0.2s;
}
.sk-footer__menu a:hover {
  color: #49787B;
}
.sk-footer__privacy, .sk-footer__contacts {
  display: flex;
  flex-wrap: wrap;
}
.sk-footer__privacy a, .sk-footer__contacts a {
  margin-top: 1.25rem;
  width: 100%;
  transition: color cubic-bezier(0.45, 0, 0.14, 1.03) 0.2s;
}
.sk-footer__privacy a:hover, .sk-footer__contacts a:hover {
  color: #49787B;
}
.sk-footer__cta {
  margin-top: 1.875rem;
}
.sk-footer__cta a {
  padding: 1rem 1.25rem;
}
.sk-footer__social {
  margin-top: 2.8125rem;
}
.sk-footer__social a {
  width: 2.0625rem;
  height: 2.0625rem;
  margin-right: 1rem;
}
.sk-footer__social a:last-child {
  margin-right: 0;
}
.sk-footer__social .svg-data svg {
  width: 2.0625rem;
  height: 2.0625rem;
}

/* @start: Footer Mobile */
@media (max-width: 64em) {
  .sk-footer__logo {
    width: 12.5rem;
  }
  .sk-footer__copyrights {
    text-align: center;
  }
  .sk-footer__menutitle {
    margin-top: 1.875rem;
  }
}

/* @start: Grid */
.sk-block-grid .sk-headings__title {
  margin-bottom: 1.875rem;
}
.sk-block-grid .sk-grid {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.sk-block-grid .sk-grid__item {
  background: radial-gradient(circle at 0%, rgba(222, 236, 236, 0.55), rgba(222, 236, 236, 0.55) 50%, #F6FAFA 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.8125rem;
  min-width: calc(33% - 20px);
  max-width: calc(50% - 20px);
}
.sk-block-grid .sk-grid__title {
  font-weight: 900;
  color: #32383C;
  margin-bottom: 1.875rem;
}
.sk-block-grid .sk-grid__text {
  color: #32383C;
  font-weight: normal;
  text-align: center;
}
.sk-block-grid .sk-grid__icon {
  width: 5rem;
  height: 5rem;
  margin-bottom: 2.5rem;
}
.sk-block-grid .sk-grid__cta {
  margin-top: 2.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* @start: Grid Mobile */
@media (max-width: 65em) {
  .sk-block-grid .sk-grid__item {
    max-width: 100%;
  }
}
/* @start: Table */
.sk-block-table .sk-headings__title {
  margin-bottom: 4.6875rem;
}
.sk-block-table .sk-table-others, .sk-block-table .sk-table-netpnp {
  padding: 2.1875rem 2.8125rem;
  position: relative;
}
.sk-block-table .sk-table-others {
  background: #FFFFFF;
  margin-right: 15px;
}
.sk-block-table .sk-table-others__title {
  background-color: #32383C;
  color: #FFFFFF;
  text-align: center;
  width: 90%;
  top: -2.1875rem;
  left: 5%;
  position: absolute;
  height: 4.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}
.sk-block-table .sk-table-others ul li {
  font-family: "Lato", sans-serif;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  color: #7A7A7A;
  list-style: none;
  padding: 2.8125rem 0;
  border-bottom: 1px solid #D8D8D8;
}
.sk-block-table .sk-table-others ul li:last-child {
  border-bottom: none;
}
.sk-block-table .sk-table-others ul li:before {
  content: "";
  position: relative;
  top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%234D4D4D' cx='16' cy='16' r='16'/%3E%3Cpath d='m16.172 13.198-3.05-3.05a1.846 1.846 0 0 0-2.625-.002 1.869 1.869 0 0 0 .003 2.625l3.025 3.025-3.043 3.043a1.846 1.846 0 0 0 .002 2.626c.72.719 1.908.72 2.626.002l3.018-3.018 3.025 3.025c.744.743 1.908.72 2.625.002a1.869 1.869 0 0 0-.002-2.625l-3-3 3.018-3.019a1.846 1.846 0 0 0-.003-2.625c-.719-.719-1.858-.77-2.576-.052l-3.043 3.043Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  margin-right: 0.9375rem;
}
.sk-block-table .sk-table-netpnp {
  background: #DEECEC;
  margin-left: 15px;
}
.sk-block-table .sk-table-netpnp__title {
  background-color: #689CA1;
  color: #FFFFFF;
  text-align: center;
  width: 90%;
  top: -2.1875rem;
  left: 5%;
  position: absolute;
  height: 4.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}
.sk-block-table .sk-table-netpnp ul li {
  font-family: "Lato", sans-serif;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  color: #49787B;
  list-style: none;
  padding: 2.8125rem 0;
  border-bottom: 1px solid #D8D8D8;
}
.sk-block-table .sk-table-netpnp ul li:last-child {
  border-bottom: none;
}
.sk-block-table .sk-table-netpnp ul li:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%2342787D' cx='16' cy='16' r='16'/%3E%3Cpath stroke='%23FFF' stroke-width='3.92' stroke-linecap='round' d='m9.481 16.138 4.589 4.603 8.449-8.889'/%3E%3C/g%3E%3C/svg%3E");
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  margin-right: 0.9375rem;
}

@media (max-width: 65em) {
  .sk-block-table .sk-table-others {
    margin-right: 0;
  }
  .sk-block-table .sk-table-netpnp {
    margin-top: 4.375rem;
    margin-left: 0;
  }
}
/* @start: Text */
.sk-block-text .sk-headings__text {
  font-weight: bold;
  margin-top: 1.5625rem !important;
}

/** @start: FAQ */
.sk-block-faq .sk-faq {
  margin-top: 3.125rem;
}
.sk-block-faq .sk-faq__item {
  padding: 2.5rem 0;
  position: relative;
}
.sk-block-faq .sk-faq__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #D8D8D8;
  transform: translateY(-50%);
}
.sk-block-faq .sk-faq__item:last-child {
  margin-bottom: 0;
}
.sk-block-faq .sk-faq__title {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sk-block-faq .sk-faq__title::after {
  content: "";
  position: absolute;
  right: 8px;
  width: 3px;
  height: 20px;
  background-color: #689CA1;
  transition: ease 0.2s;
}
.sk-block-faq .sk-faq__title::before {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 3px;
  background-color: #689CA1;
  transition: ease 0.2s;
}
.sk-block-faq .sk-faq__title.is--open::after {
  transform: rotate(90deg) !important;
}
.sk-block-faq .sk-faq__description {
  margin-top: 1.25rem;
  font-weight: 500;
}
.sk-block-faq .sk-faq__load-more {
  display: flex;
  justify-content: center;
  margin-top: 3.125rem;
}
.sk-block-faq .sk-faq__load-more .sk-btn__label {
  color: #49787B;
  font-weight: bold;
}
.sk-block-faq .sk-faq__more {
  margin-top: 0 !important;
  transition: ease-in 0.2s;
}
.sk-block-faq .sk-faq__more.hidefaq {
  display: none;
  visibility: none;
  opacity: 0;
  transition: ease-in 0.2s;
}/*# sourceMappingURL=style.css.map */