@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg-rgb:255,255,255;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-bg:#fff; }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25; }

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

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

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw); }

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 2.5rem; } }

.h2, h2 {
  font-size: calc(1.325rem + .9vw); }

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2rem; } }

.h3, h3 {
  font-size: calc(1.3rem + .6vw); }

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.75rem; } }

.h4, h4 {
  font-size: calc(1.275rem + .3vw); }

@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 1.5rem; } }

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

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

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

abbr[data-bs-original-title], abbr[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; }

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b, strong {
  font-weight: bolder; }

.small, small {
  font-size: .875em; }

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.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; }

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em; }

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

code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .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: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left; }

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

button, input, optgroup, select, 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; }

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button: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: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit; }

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem; } }

legend + * {
  clear: left; }

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

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

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

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

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem; } }

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

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

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

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

.initialism {
  font-size: .875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote > :last-child {
  margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d; }

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

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

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: .875em;
  color: #6c757d; }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%; }

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%; }

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

.g-0, .gx-0 {
  --bs-gutter-x:0; }

.g-0, .gy-0 {
  --bs-gutter-y:0; }

.g-1, .gx-1 {
  --bs-gutter-x:0.25rem; }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x:0; }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y:0; }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x:0.25rem; }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y:0.25rem; }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x:0.5rem; }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y:0.5rem; }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x:1rem; }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y:1rem; }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x:1.5rem; }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y:1.5rem; }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x:3rem; }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y:3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333333%; }
  .offset-md-2 {
    margin-left: 16.66666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333333%; }
  .offset-md-5 {
    margin-left: 41.66666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333333%; }
  .offset-md-8 {
    margin-left: 66.66666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333333%; }
  .offset-md-11 {
    margin-left: 91.66666667%; }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x:0; }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y:0; }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x:0.25rem; }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y:0.25rem; }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x:0.5rem; }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y:0.5rem; }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x:1rem; }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y:1rem; }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x:1.5rem; }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y:1.5rem; }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x:3rem; }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y:3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333333%; }
  .offset-lg-2 {
    margin-left: 16.66666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333333%; }
  .offset-lg-5 {
    margin-left: 41.66666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333333%; }
  .offset-lg-8 {
    margin-left: 66.66666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333333%; }
  .offset-lg-11 {
    margin-left: 91.66666667%; }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x:0; }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y:0; }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x:0.25rem; }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y:0.25rem; }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x:0.5rem; }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y:0.5rem; }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x:1rem; }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y:1rem; }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x:1.5rem; }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y:1.5rem; }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x:3rem; }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y:3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333333%; }
  .offset-xl-2 {
    margin-left: 16.66666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333333%; }
  .offset-xl-5 {
    margin-left: 41.66666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333333%; }
  .offset-xl-8 {
    margin-left: 66.66666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333333%; }
  .offset-xl-11 {
    margin-left: 91.66666667%; }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x:0; }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y:0; }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x:0.25rem; }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y:0.25rem; }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x:0.5rem; }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y:0.5rem; }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x:1rem; }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y:1rem; }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x:1.5rem; }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y:1.5rem; }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x:3rem; }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y:3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333333%; }
  .offset-xxl-2 {
    margin-left: 16.66666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333333%; }
  .offset-xxl-5 {
    margin-left: 41.66666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333333%; }
  .offset-xxl-8 {
    margin-left: 66.66666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333333%; }
  .offset-xxl-11 {
    margin-left: 91.66666667%; }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x:0; }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y:0; }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x:0.25rem; }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y:0.25rem; }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x:0.5rem; }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y:0.5rem; }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x:1rem; }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y:1rem; }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x:1.5rem; }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y:1.5rem; }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x:3rem; }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y:3rem; } }

.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: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }

.table > :not(caption) > * > * {
  padding: .5rem .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(:first-child) {
  border-top: 2px solid currentColor; }

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

.table-sm > :not(caption) > * > * {
  padding: .25rem .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-borderless > :not(:first-child) {
  border-top-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: auto;
  -webkit-overflow-scrolling: touch; }

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

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

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

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

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: .5rem; }

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

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

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem; }

.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

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

.form-control[type=file] {
  overflow: hidden; }

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer; }

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.form-control::-webkit-date-and-time-value {
  height: 1.5em; }

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

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

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

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

.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none; }
  .form-control::file-selector-button {
    transition: none; } }

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3; }

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3; }

.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

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

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3; }

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

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

.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem; }

.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem; }

.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem; }

.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem; }

.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem; }

.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem; }

.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  width: 3rem;
  height: auto;
  padding: .375rem; }

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer; }

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .25rem; }

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .25rem; }

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

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

.form-select:disabled {
  background-color: #e9ecef; }

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529; }

.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
  border-radius: .2rem; }

.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: .3rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem; }

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact; }

.form-check-input[type=checkbox] {
  border-radius: .25em; }

.form-check-input[type=radio] {
  border-radius: 50%; }

.form-check-input:active {
  filter: brightness(90%); }

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd; }

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5; }

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  opacity: .5; }

.form-switch {
  padding-left: 2.5em; }

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out; }

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

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-range:focus {
  outline: 0; }

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.form-range::-moz-focus-outer {
  border: 0; }

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe; }

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

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

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

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe; }

.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.form-range:disabled {
  pointer-events: none; }

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.form-floating {
  position: relative; }

.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25; }

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out; }

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

.form-floating > .form-control {
  padding: 1rem .75rem; }

.form-floating > .form-control::-moz-placeholder {
  color: transparent; }

.form-floating > .form-control:-ms-input-placeholder {
  color: transparent; }

.form-floating > .form-control::placeholder {
  color: transparent; }

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem; }

.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: .625rem; }

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem; }

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem; }

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem; }

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

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

.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0; }

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem; }

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem; }

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

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: .25rem; }

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

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

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

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: #198754; }

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center,center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem); }

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #198754; }

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #198754; }

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

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

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
  z-index: 1; }

.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
  z-index: 3; }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem; }

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

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

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

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

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: #dc3545; }

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center,center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem); }

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

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

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

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

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

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
  z-index: 2; }

.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
  z-index: 3; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

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

.btn:hover {
  color: #212529; }

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

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

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca; }

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be; }

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

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

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64; }

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }

.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e; }

.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }

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

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

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43; }

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }

.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f; }

.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2; }

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }

.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2; }

.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720; }

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }

.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720; }

.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }

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

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37; }

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }

.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834; }

.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb; }

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }

.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb; }

.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }

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

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

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21; }

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }

.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f; }

.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent; }

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

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

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }

.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }

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

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

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

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }

.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }

.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #198754;
  background-color: transparent; }

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0; }

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }

.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }

.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent; }

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

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

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }

.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

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

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

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }

.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

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

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

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }

.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-dark {
  color: #212529;
  border-color: #212529; }

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

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }

.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }

.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline; }

.btn-link:hover {
  color: #0a58ca; }

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

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem; }

.fade {
  transition: opacity .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 .35s ease; }

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

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease; }

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .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: .25rem; }

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: .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: 992px) {
  .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: 1400px) {
  .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: .125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .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: .125rem; }

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .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: .125rem; }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

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

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

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

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

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

.dropdown-item:focus, .dropdown-item:hover {
  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: .5rem 1rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: .25rem 1rem;
  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:focus, .dropdown-menu-dark .dropdown-item:hover {
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; }

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate; }

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

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

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

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem; }

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

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

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

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%; }

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem; }

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

.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

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

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

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

.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem; }

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

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out; }

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

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

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem; }

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; }
  .navbar-expand-sm .offcanvas-header {
    display: none; }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand-sm .offcanvas-bottom, .navbar-expand-sm .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {
    display: none; }
  .navbar-expand-md .offcanvas-header {
    display: none; }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand-md .offcanvas-bottom, .navbar-expand-md .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; }
  .navbar-expand-lg .offcanvas-header {
    display: none; }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand-lg .offcanvas-bottom, .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; }
  .navbar-expand-xl .offcanvas-header {
    display: none; }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand-xl .offcanvas-bottom, .navbar-expand-xl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row; }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-xxl .navbar-toggler {
    display: none; }
  .navbar-expand-xxl .offcanvas-header {
    display: none; }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand-xxl .offcanvas-bottom, .navbar-expand-xxl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; } }

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

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

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

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

.navbar-expand .navbar-nav-scroll {
  overflow: visible; }

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

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

.navbar-expand .offcanvas-header {
  display: none; }

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none; }

.navbar-expand .offcanvas-bottom, .navbar-expand .offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0; }

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55); }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

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

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

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

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

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }

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

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

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit; }

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0; }

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

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

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

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

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

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

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(.25rem - 1px); }

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

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

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

.card-group > .card {
  margin-bottom: .75rem; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0; } }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease; }

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

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg); }

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out; }

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

.accordion-button:hover {
  z-index: 2; }

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.accordion-item:first-of-type {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.accordion-item:not(:first-of-type) {
  border-top: 0; }

.accordion-item:last-of-type {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.accordion-flush .accordion-item:first-child {
  border-top: 0; }

.accordion-flush .accordion-item:last-child {
  border-bottom: 0; }

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

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

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/"); }

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

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

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

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

.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

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

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

.page-link {
  padding: .375rem .75rem; }

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

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

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem; }

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

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

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem; }

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

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

.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3rem; }

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem; }

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe; }

.alert-primary .alert-link {
  color: #06357a; }

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8; }

.alert-secondary .alert-link {
  color: #34383c; }

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; }

.alert-success .alert-link {
  color: #0c4128; }

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb; }

.alert-info .alert-link {
  color: #04414d; }

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5; }

.alert-warning .alert-link {
  color: #523e02; }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }

.alert-danger .alert-link {
  color: #6a1a21; }

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light .alert-link {
  color: #4f5050; }

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }

.alert-dark .alert-link {
  color: #101214; }

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

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width .6s ease; }

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

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

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

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

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }

.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }

.list-group-flush > .list-group-item {
  border-width: 0 0 1px; }

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

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff; }

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6; }

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

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce; }

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

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7; }

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

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc; }

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3; }

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

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9; }

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

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4; }

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

.list-group-item-light {
  color: #636464;
  background-color: #fefefe; }

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5; }

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

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf; }

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

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5; }

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75; }

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1; }

.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  opacity: .25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

.toast.showing {
  opacity: 0; }

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

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none; }

.toast-container > :not(:last-child) {
  margin-bottom: .75rem; }

.toast-header {
  display: flex;
  align-items: center;
  padding: .5rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.toast-header .btn-close {
  margin-right: -.375rem;
  margin-left: .75rem; }

.toast-body {
  padding: .75rem;
  word-wrap: break-word; }

.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: .5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: transform .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: .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: .5; }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -.5rem -.5rem -.5rem auto; }

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px); }

.modal-footer > * {
  margin: .25rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0; }

.modal-fullscreen .modal-header {
  border-radius: 0; }

.modal-fullscreen .modal-body {
  overflow-y: auto; }

.modal-fullscreen .modal-footer {
  border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0; }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto; }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0; }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto; }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0; }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto; }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0; }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto; }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0; }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto; }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0; } }

.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: .875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: .9; }

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
  padding: .4rem 0; }

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: 0; }

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

.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
  padding: 0 .4rem; }

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: .4rem;
  height: .8rem; }

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

.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0; }

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: 0; }

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

.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
  padding: 0 .4rem; }

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: .4rem;
  height: .8rem; }

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem; }

.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-.5rem - 1px); }

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff; }

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem; }

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff; }

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-.5rem - 1px); }

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff; }

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0; }

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem; }

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff; }

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

.popover-header:empty {
  display: none; }

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

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out; }

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

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block; }

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%); }

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s; }

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    transition: none; } }

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none; } }

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none; } }

.carousel-indicators .active {
  opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center; }

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em; }

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out; }

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

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.offcanvas-backdrop.fade {
  opacity: 0; }

.offcanvas-backdrop.show {
  opacity: .5; }

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem; }

.offcanvas-header .btn-close {
  padding: .5rem .5rem;
  margin-top: -.5rem;
  margin-right: -.5rem;
  margin-bottom: -.5rem; }

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%); }

.offcanvas.show {
  transform: none; }

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: .5; }

.placeholder.btn::before {
  display: inline-block;
  content: ""; }

.placeholder-xs {
  min-height: .6em; }

.placeholder-sm {
  min-height: .8em; }

.placeholder-lg {
  min-height: 1.2em; }

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite; }

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: .2; } }

@keyframes placeholder-glow {
  50% {
    opacity: .2; } }

.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite; }

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%; } }

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%; } }

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

.link-primary {
  color: #0d6efd; }

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

.link-secondary {
  color: #6c757d; }

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

.link-success {
  color: #198754; }

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

.link-info {
  color: #0dcaf0; }

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

.link-warning {
  color: #ffc107; }

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

.link-danger {
  color: #dc3545; }

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

.link-light {
  color: #f8f9fa; }

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

.link-dark {
  color: #212529; }

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

.ratio {
  position: relative;
  width: 100%; }

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""; }

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio:100%; }

.ratio-4x3 {
  --bs-aspect-ratio:75%; }

.ratio-16x9 {
  --bs-aspect-ratio:56.25%; }

.ratio-21x9 {
  --bs-aspect-ratio:42.8571428571%; }

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    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: .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: 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.25rem !important; }

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

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

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

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

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

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

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 + .9vw) !important; }

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

.fs-4 {
  font-size: calc(1.275rem + .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; }

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

.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-color-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-bg-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;
  -ms-user-select: all !important;
      user-select: all !important; }

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

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-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.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .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.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .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.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .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.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .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.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .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; } }

/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: .9; }
  100% {
    opacity: 0; } }

@keyframes bs-notify-fadeOut {
  0% {
    opacity: .9; }
  100% {
    opacity: 0; } }

.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px\0;
  vertical-align: middle; }

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between; }

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px; }

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999; }

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5); }

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important; }

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important; }

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto; }

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%; }

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto; }

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto; }

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right; }

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0; }

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: .25rem .5rem; }

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: .5rem 1rem; }

.form-inline .bootstrap-select .form-control {
  width: 100%; }

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed; }

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline: 0 !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto; }

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit; }

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none; }

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit; }

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box; }

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: 0 !important; }

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none; }

.bootstrap-select .dropdown-menu li {
  position: relative; }

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important; }

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select .dropdown-menu li small {
  padding-left: .5em; }

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  box-sizing: border-box; }

.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
  animation: .3s linear 750ms forwards bs-notify-fadeOut; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0'; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: .5em;
  height: 1em;
  border-style: solid;
  border-width: 0 .26em .26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
  display: block; }

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box; }

.bs-donebutton .btn-group button {
  width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes plyr-fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes plyr-fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
  z-index: 0; }

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
          animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing,10px)*2); } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px); } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing,10px)*-4)); }

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__caption div {
  display: inline; }

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing,10px)*.7);
  position: relative;
  transition: all .3s ease; }

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px); }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

a.plyr__control {
  text-decoration: none; }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0; }

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing,10px)/4); }

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing,10px)/4); }

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing,10px)/2); }

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0; }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__menu {
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  transition: transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
          animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top: var(--plyr-menu-arrow-size, 4px) solid rgba(255, 255, 255, 0.9);
  border-width: var(--plyr-menu-arrow-size, 4px);
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7 - var(--plyr-menu-arrow-size,4px)/2);
  top: 100%;
  width: 0; }

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing,10px)*.7); }

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px; }

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing,10px)*.7/1.5) calc(var(--plyr-control-spacing,10px)*.7*1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%; }

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing,10px)*.7*4); }

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px)); }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial; }

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing,10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing,10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing,10px)*.7*4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing,10px)*.7*2); }

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px)); }

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing,10px)*.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial; }

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing,10px)*.7); }

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%; }

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))); }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1); }

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1); }

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc(-7px - -2);
  margin-right: calc(var(--plyr-control-spacing,10px)*.7*-1 - -2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing,10px)*.7*3.5);
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height,13px)*2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width,3px)*2 + var(--plyr-range-thumb-height,13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height,5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc(var(--plyr-range-thumb-height,13px)/2*-1 - var(--plyr-range-track-height,5px)/2*-1);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height,5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
       user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height,5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px); }

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height,5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
      user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height,5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
      user-select: none; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none; }

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__time + .plyr__time:before {
  content: "\2044";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px); }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing,10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing,10px)/2) calc(var(--plyr-control-spacing,10px)/2*1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size,4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7); }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7);
  transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1); }

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height,13px)*.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative; }

.plyr__progress__buffer, .plyr__progress input[type=range] {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height,13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height,13px)*-.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height,13px)); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height,5px)/2*-1);
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease; }

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%; }

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing,10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing,10px)/2);
  position: relative;
  z-index: 2; }

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px); }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9; }

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; } }

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing,10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing,10px)*2);
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 3; }

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing,10px)*3.5); } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff); }

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing,10px)*1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2; }

.plyr__control--overlaid svg {
  left: 2px;
  position: relative; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3; }

.plyr__ads:after:empty {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing,10px)/2*2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  z-index: 2; }

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1); }

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size,4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3; }

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr__preview-scrubbing--is-shown {
  opacity: 1; }

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--no-transition {
  transition: none !important; }

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

.plyr [hidden] {
  display: none !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border: 0; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 40px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777; }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0; }

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777; }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: auto;
  height: auto;
  line-height: 22px;
  font-size: 14px;
  padding: 2px 4px;
  float: left;
  margin: 4% 6.4%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #d7150e;
  color: #fff !important; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #d7150e;
  border-color: #d7150e; }

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #d7150e;
  border-color: #d7150e; }

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777; }

.datepicker .datepicker-switch {
  width: 145px;
  font-size: 15px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
  font-size: 15px; }

.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  color: #d7150e; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

html {
  height: 100%;
  font-size: 10px;
  overflow-x: hidden; }
  html.forbidden {
    overflow: hidden; }

@font-face {
  font-family: OpenSans;
  src: url("/cep/resource/resources/fonts/OpenSans-Bold.ttf");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: OpenSans;
  src: url("/cep/resource/resources/fonts/OpenSans-SemiBold.ttf");
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: OpenSans;
  src: url("/cep/resource/resources/fonts/OpenSans-Regular.ttf");
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: OpenSans;
  src: url("/cep/resource/resources/fonts/OpenSans-Light.ttf");
  font-weight: 300;
  font-display: swap; }

body {
  font-family: 'OpenSans',"Microsoft YaHei","Helvetica Neue","PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
  background-color: #fff;
  color: #333; }
  body::before {
    display: none;
    content: 'DESKTOP'; }
    @media (max-width: 991px) {
      body::before {
        content: 'MOBILE'; } }

pre {
  font-family: 'OpenSans',"Microsoft YaHei","Helvetica Neue","PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif; }

.c-basic {
  color: #333 !important; }

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

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

.bg-grey {
  background-color: #f5f5f5 !important; }

img {
  max-width: 100%; }

a {
  outline: none;
  color: #333;
  cursor: pointer;
  text-decoration: none; }
  @media (max-width: 991px) {
    a {
      cursor: unset; } }

a:hover {
  color: #333;
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

.hidden {
  display: none; }

input::-ms-clear, input::-ms-reveal {
  display: none; }

input::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input::-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder {
  color: #999; }

input::placeholder {
  color: #999; }

input::-webkit-input-placeholder {
  color: #999; }

input::-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder {
  color: #999; }

input {
  width: 100%;
  outline: none;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 8.5px 12px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  color: #333; }
  input:focus {
    border-color: #666666; }
  input.has-error {
    border-color: #D7150E; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield; }

.textarea-wrapper {
  position: relative; }
  .textarea-wrapper textarea {
    width: 100%;
    height: 127px;
    outline: none;
    padding: 12px;
    font-size: 1.6rem;
    line-height: 22px;
    font-weight: 400;
    border: 1px solid #ced4da;
    border-radius: 4px;
    vertical-align: top; }
    .textarea-wrapper textarea:focus {
      border-color: #666666; }
    .textarea-wrapper textarea.has-error {
      border-color: #D7150E; }
    .textarea-wrapper textarea::-moz-placeholder {
      color: #999; }
    .textarea-wrapper textarea:-ms-input-placeholder {
      color: #999; }
    .textarea-wrapper textarea::placeholder {
      color: #999; }
    .textarea-wrapper textarea::-webkit-input-placeholder {
      color: #999; }
    .textarea-wrapper textarea::-moz-placeholder {
      color: #999; }
    .textarea-wrapper textarea:-ms-input-placeholder {
      color: #999; }
  .textarea-wrapper .char-counter {
    position: absolute;
    right: 10px;
    bottom: 8px;
    color: #999;
    font-size: 14px; }

.checkbox-wrapper {
  display: inline-block; }
  .checkbox-wrapper.label-left input[type="checkbox"] {
    margin-left: 8px;
    margin-right: 0; }
  .checkbox-wrapper.checked:before {
    background-color: #d7150e;
    background-image: url(/cep/resource/resources/icons/checkbox-checked.png);
    background-size: cover;
    border: 0; }
  .checkbox-wrapper input[type="checkbox"] {
    width: auto;
    z-index: 1;
    outline: none;
    border: none;
    cursor: pointer;
    line-height: 14px;
    margin-right: 8px;
    position: relative; }
    .checkbox-wrapper input[type="checkbox"].has-error::before {
      border-color: #d7150e; }
    .checkbox-wrapper input[type="checkbox"]:checked::before {
      background-color: #d7150e;
      background-image: url(/cep/resource/resources/icons/checkbox-checked.png);
      background-size: cover;
      border: 0; }
    .checkbox-wrapper input[type="checkbox"]:hover::before {
      border-color: #d7150e; }
    .checkbox-wrapper input[type="checkbox"]::before {
      content: "";
      width: 16px;
      height: 16px;
      top: 0;
      left: 0;
      position: absolute;
      background-color: #fff;
      display: inline-block;
      visibility: visible;
      border-radius: 2px;
      border: 1px solid #a0a0a0; }
  .checkbox-wrapper label {
    display: inline-block;
    font-size: 1.4rem;
    color: #333333;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0; }
    .checkbox-wrapper label p {
      margin-bottom: 0; }
    .checkbox-wrapper label a {
      cursor: pointer;
      text-decoration: none; }
    .checkbox-wrapper label a:hover {
      text-decoration: underline; }
    .checkbox-wrapper label.checkbox-create {
      font-size: 1.6rem;
      cursor: pointer; }

.custom-checkbox-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .custom-checkbox-wrapper input.custom-checkbox-hidden {
    width: 16px;
    height: 16px;
    -webkit-appearance: initial;
    -moz-appearance: initial;
    -o-appearance: initial;
    appearance: initial;
    outline: 0;
    border: 0;
    padding: 0; }
    .custom-checkbox-wrapper input.custom-checkbox-hidden:hover::after {
      border-color: #D7150E; }
    @media (max-width: 991px) {
      .custom-checkbox-wrapper input.custom-checkbox-hidden:hover::after {
        border-color: #A0A0A0; } }
    .custom-checkbox-wrapper input.custom-checkbox-hidden::after {
      position: absolute;
      content: '';
      top: 50%;
      transform: translateY(-50%);
      display: inline-block;
      width: 16px;
      height: 16px;
      border: 1px solid #A0A0A0;
      border-radius: 3px;
      cursor: pointer;
      background-color: #fff; }
    .custom-checkbox-wrapper input.custom-checkbox-hidden.checked::after {
      border: none;
      background-image: url(/cep/resource/resources/icons/icon-check-box-checked.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
  .custom-checkbox-wrapper label {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-left: 7px; }

.dropdown-wrapper {
  position: relative; }
  .dropdown-wrapper.remove-top-border .selector-label::after {
    border-bottom: 8px solid #505050;
    border-top: none;
    margin-left: 22px;
    margin-bottom: 3px; }
  .dropdown-wrapper.remove-top-border .selector-label .selected-option {
    padding-bottom: 7px;
    border: 1px solid #666;
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .dropdown-wrapper.remove-top-border .selector-label.country-label::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/cep/resource/resources/icons/form-search.svg) no-repeat;
    border: 0;
    top: 35%; }
  .dropdown-wrapper.remove-top-border .dropdown {
    border: 1px solid #666;
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
    .dropdown-wrapper.remove-top-border .dropdown.no-border {
      border: none; }
    .dropdown-wrapper.remove-top-border .dropdown.custom-list {
      border: 1px solid #666;
      border-top: 1px solid #666;
      margin-top: 2px;
      border-top-right-radius: 0.4rem;
      border-top-left-radius: 0.4rem; }
  .dropdown-wrapper.no-option .selector-label .selected-option {
    border-radius: 0.4rem;
    border-bottom: 1px solid #666; }
  .dropdown-wrapper .selector-label {
    position: relative;
    padding: 0;
    border-radius: 0.4rem; }
    .dropdown-wrapper .selector-label::after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 40%;
      right: 1.2rem;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 8px solid #666; }
    .dropdown-wrapper .selector-label .selected-option {
      padding: 8.5px 12px;
      overflow: hidden;
      font-size: 1.6rem;
      font-weight: 400;
      border: 1px solid #ced4da;
      background-color: #fff;
      border-radius: 0.4rem;
      box-shadow: none; }
  .dropdown-wrapper .dropdown {
    display: none;
    width: 100%;
    max-height: 224px;
    overflow-y: auto;
    position: absolute;
    padding: 0;
    z-index: 10;
    border: 1px solid #666;
    border-top: none;
    border-radius: 0.4rem;
    background-color: white; }
    .dropdown-wrapper .dropdown::-webkit-scrollbar {
      background-color: transparent;
      width: 6px; }
    .dropdown-wrapper .dropdown::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.12);
      width: 6px; }
    .dropdown-wrapper .dropdown .option {
      font-size: 1.4rem;
      color: #333333;
      font-weight: 400;
      padding: .6rem 1.2rem;
      cursor: pointer; }
      .dropdown-wrapper .dropdown .option:hover {
        background-color: #F5F5F5; }
      .dropdown-wrapper .dropdown .option.active {
        background-color: #FEF6F6; }
      .dropdown-wrapper .dropdown .option.industry-option.active {
        background-color: #FBE7E6; }
      .dropdown-wrapper .dropdown .option.industry-option {
        margin-bottom: 2px; }

.hik-form .country-label .error-message {
  display: none !important; }

.hik-form label {
  display: block;
  font-size: 1.6rem;
  color: #000000;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 8px; }
  .hik-form label.required::before {
    content: "*";
    font-size: 1.4rem;
    color: #CA1D22;
    line-height: 20px;
    font-weight: 500; }

.hik-form .verification-wrapper .verification-input {
  width: calc((100% - 20px) / 2);
  margin-right: 20px; }

.hik-form .verification-wrapper .verification-img {
  width: calc((100% - 20px) / 2);
  height: 40px;
  cursor: pointer;
  float: right;
  clear: both; }

.hik-form .error-message {
  left: 0;
  top: 100%;
  position: absolute;
  font-size: 12px;
  color: #D7150E;
  line-height: 18px;
  font-weight: 400; }

.form-bg {
  background: #f5f5f5;
  padding: 3rem 0 4rem; }
  .form-bg .hik-form {
    background: #fff;
    padding: 0px 9.479167vw 0px 9.479167vw; }
    .form-bg .hik-form .title {
      font-size: 2rem;
      color: #000000;
      font-weight: 600;
      padding-top: 20px;
      padding-bottom: 20px;
      margin-bottom: 14px;
      border-bottom: 1px solid #EAEAEA; }
    .form-bg .hik-form .description {
      font-size: 1.6rem;
      color: #333333;
      line-height: 22px;
      font-weight: 400;
      margin-bottom: 20px; }
    .form-bg .hik-form .form-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .form-bg .hik-form .form-wrapper .form-group {
        width: 100%;
        margin-bottom: 24px;
        position: relative; }
        .form-bg .hik-form .form-wrapper .form-group.half {
          width: calc((100% - 7.8125vw) / 2); }
        .form-bg .hik-form .form-wrapper .form-group.sales-nd {
          margin-bottom: 0; }
        .form-bg .hik-form .form-wrapper .form-group.nd-sales {
          margin-top: 24px; }
        .form-bg .hik-form .form-wrapper .form-group.product-country {
          margin-bottom: 10px; }
        .form-bg .hik-form .form-wrapper .form-group .checkbox-wrapper {
          display: inline-flex;
          align-items: flex-start;
          justify-content: flex-start; }
          .form-bg .hik-form .form-wrapper .form-group .checkbox-wrapper input[type="checkbox"] {
            margin-top: 3px; }
      .form-bg .hik-form .form-wrapper .btn-submit {
        outline: none;
        border: none;
        font-size: 1.4rem;
        color: #fff;
        padding: 9px 24px;
        text-align: center;
        line-height: 14px;
        font-weight: 400;
        background: #D7150E;
        border-radius: 16px; }
        .form-bg .hik-form .form-wrapper .btn-submit:disabled {
          opacity: 0.4;
          cursor: not-allowed; }

.become-dealer-form .form-group.half,
.hikmicro-plus-form .form-group.half,
.cancel-subscription-form .form-group.half {
  position: relative; }
  .become-dealer-form .form-group.half .emailVerifyCode,
  .hikmicro-plus-form .form-group.half .emailVerifyCode,
  .cancel-subscription-form .form-group.half .emailVerifyCode {
    height: 2rem;
    font-size: 14px;
    color: #D72A2E;
    font-weight: 400;
    position: absolute;
    bottom: 10px;
    right: 12px;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0;
    background: #FFFFFF; }
  .become-dealer-form .form-group.half .countdown,
  .hikmicro-plus-form .form-group.half .countdown,
  .cancel-subscription-form .form-group.half .countdown {
    width: 2.4rem;
    height: 2rem;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: none; }

@media screen and (max-width: 991px) {
  .hik-form label {
    font-size: 1.4rem;
    color: #333333;
    line-height: 20px;
    font-weight: 500; }
  .hik-form .verification-wrapper .verification-input {
    width: calc(100% - 177px);
    font-size: 1.4rem;
    line-height: 18px;
    font-weight: 400;
    padding: 6px 11px; }
  .hik-form .verification-wrapper .verification-img {
    width: 151px;
    height: 32px;
    float: none;
    vertical-align: bottom; }
  .form-bg {
    padding: 15px 0;
    background: #ffffff; }
    .form-bg .hik-form {
      padding: 0 15px;
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
      .form-bg .hik-form .title {
        padding-top: 0;
        padding-bottom: 10px;
        font-size: 1.6rem;
        color: #000000;
        font-weight: 600;
        margin-bottom: 15px; }
      .form-bg .hik-form .description {
        font-size: 1.4rem;
        color: #333333;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 15px; }
      .form-bg .hik-form .form-wrapper {
        display: block; }
        .form-bg .hik-form .form-wrapper .form-group.half {
          width: 100%; }
        .form-bg .hik-form .form-wrapper .form-group.sales-nd {
          margin-top: 24px;
          margin-bottom: 4px; }
        .form-bg .hik-form .form-wrapper .form-group:last-child {
          margin-bottom: 0; }
        .form-bg .hik-form .form-wrapper .btn-submit {
          width: 296px;
          padding: 13px;
          margin: 0 auto;
          display: block;
          border-radius: 20px; } }

.scisen-new-form-bg {
  padding: 30px 0 40px;
  color: #333; }
  @media (max-width: 991px) {
    .scisen-new-form-bg {
      padding: 15px 0; } }
  .scisen-new-form-bg .scisen-new-form {
    max-width: 838px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .scisen-new-form-bg .scisen-new-form {
        max-width: none;
        margin: 0; } }
  .scisen-new-form-bg .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    text-align: center; }
    @media (max-width: 991px) {
      .scisen-new-form-bg .title {
        font-size: 24px;
        line-height: 33px; } }
  .scisen-new-form-bg .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
    text-align: center; }
    @media (max-width: 991px) {
      .scisen-new-form-bg .description {
        font-size: 14px;
        line-height: 22px;
        margin-top: 16px; } }
  .scisen-new-form-bg .form-info {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .scisen-new-form-bg .form-info {
        margin-top: 24px; } }
    .scisen-new-form-bg .form-info .scisen-new-form-group {
      width: 100%;
      margin-bottom: 24px; }
      .scisen-new-form-bg .form-info .scisen-new-form-group.half {
        width: calc((100% - 42px) / 2); }
      .scisen-new-form-bg .form-info .scisen-new-form-group.submit {
        margin-bottom: 0; }
      @media (max-width: 991px) {
        .scisen-new-form-bg .form-info .scisen-new-form-group.half {
          width: 100%; }
        .scisen-new-form-bg .form-info .scisen-new-form-group.submit {
          text-align: center; } }
    .scisen-new-form-bg .form-info .privacy-policy-wrapper {
      display: flex;
      align-items: flex-start; }
      .scisen-new-form-bg .form-info .privacy-policy-wrapper input {
        margin-top: 3px; }
      .scisen-new-form-bg .form-info .privacy-policy-wrapper .privacy-policy-title {
        margin-left: 4px;
        color: #333;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px; }
        .scisen-new-form-bg .form-info .privacy-policy-wrapper .privacy-policy-title a {
          color: #007AFF; }
    .scisen-new-form-bg .form-info .scisen-new-form-submit {
      outline: none;
      border: none;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      text-align: center;
      padding: 6px 28px;
      background: #D7150E;
      border-radius: 30px; }
      .scisen-new-form-bg .form-info .scisen-new-form-submit:disabled {
        opacity: 0.6; }
      @media (max-width: 991px) {
        .scisen-new-form-bg .form-info .scisen-new-form-submit {
          width: 296px;
          font-size: 14px;
          line-height: 14px;
          padding: 13px;
          border-radius: 20px; } }
  .scisen-new-form-bg .error-message {
    color: #d7150e;
    font-style: italic;
    line-height: 16px;
    letter-spacing: 0px; }
  .scisen-new-form-bg .emailVerifyCode,
  .scisen-new-form-bg .phoneVerifyCode {
    font-size: 14px;
    color: #1585FF;
    font-weight: 400;
    line-height: 18px;
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0;
    background: #FFFFFF; }
  .scisen-new-form-bg .phoneVerifyCode:hover {
    text-decoration: underline; }
  .scisen-new-form-bg .countdown {
    width: 2.4rem;
    height: 2rem;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 8px;
    display: none; }

.paginationjs-pages ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.paginationjs-pages li {
  display: inline-block; }
  .paginationjs-pages li a {
    cursor: pointer;
    color: #333;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-right: 2rem;
    padding: 0 .5rem;
    text-decoration: none; }
    .paginationjs-pages li a:hover {
      color: #d7150e;
      text-decoration: none; }
  .paginationjs-pages li.paginationjs-page.active a {
    font-weight: 700;
    color: #d7150e; }
  .paginationjs-pages li.paginationjs-page.active a:hover {
    color: #d7150e; }

.paginationjs-pages .paginationjs-prev a,
.paginationjs-pages .paginationjs-next a {
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 1.8rem;
  line-height: 2.8rem;
  height: 3rem;
  text-align: center;
  width: 3rem; }

.paginationjs-pages .paginationjs-prev.disabled,
.paginationjs-pages .paginationjs-next.disabled {
  color: #bbb; }
  .paginationjs-pages .paginationjs-prev.disabled a,
  .paginationjs-pages .paginationjs-next.disabled a {
    cursor: default; }

.item-num-for-pagination .dropdown {
  background-color: transparent;
  height: 3rem; }
  .item-num-for-pagination .dropdown .dropdown-toggle {
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: transparent;
    font-size: 0;
    height: auto;
    padding: .5rem 3rem .5rem .8rem;
    position: relative; }
    .item-num-for-pagination .dropdown .dropdown-toggle:focus, .item-num-for-pagination .dropdown .dropdown-toggle:active {
      outline: none !important;
      box-shadow: none; }
    .item-num-for-pagination .dropdown .dropdown-toggle::after {
      border: 0;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      position: absolute;
      height: 7px;
      right: 14px;
      top: 10px;
      width: 7px;
      transform: rotate(135deg); }
    .item-num-for-pagination .dropdown .dropdown-toggle .filter-option .filter-option-inner-inner {
      color: #333;
      font-size: 1.4rem;
      line-height: 1.8rem; }
  .item-num-for-pagination .dropdown div.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.18);
    border-color: #ddd;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 0;
    margin-top: -1px; }
    .item-num-for-pagination .dropdown div.dropdown-menu[x-placement*="top-start"] {
      border-radius: 5px 5px 0 0;
      box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.18);
      border-top: 1px solid #ddd;
      border-bottom: 0;
      margin-top: 1px;
      margin-bottom: 0; }
    .item-num-for-pagination .dropdown div.dropdown-menu .dropdown-item {
      color: #333;
      font-size: 1.2rem;
      line-height: 1.8rem;
      padding: 2px 8px;
      white-space: normal; }
      .item-num-for-pagination .dropdown div.dropdown-menu .dropdown-item.active {
        background-color: rgba(254, 246, 246, 0.65);
        color: #333; }
      .item-num-for-pagination .dropdown div.dropdown-menu .dropdown-item:not(.active):hover {
        background-color: rgba(243, 245, 247, 0.65);
        color: #333; }
  .item-num-for-pagination .dropdown.show .dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 0;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.18); }
    .item-num-for-pagination .dropdown.show .dropdown-toggle::after {
      top: 15px;
      transform: rotate(-45deg); }

.wrap1310 {
  position: relative;
  margin: 0 auto;
  max-width: 1310px; }

.wrap870 {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box; }

.scrollbar-unstyled {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* ie */ }
  .scrollbar-unstyled::-webkit-scrollbar {
    display: none; }

.common-title {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #414141;
  margin-bottom: 4rem;
  text-align: center; }

.prevent-scroll {
  overflow: hidden; }

@media (max-width: 1439px) {
  .common-title {
    font-size: 3.2rem;
    line-height: 4.8rem;
    margin-bottom: 3rem; } }

@media (max-width: 1370px) {
  .wrap1310 {
    margin-right: 30px;
    margin-left: 30px; } }

@media (max-width: 991px) {
  .wrap1310 {
    margin-right: 15px;
    margin-left: 15px; }
  .wrap870 {
    width: 100%;
    padding: 10px 15px; }
  .common-title {
    font-size: 2rem;
    color: #333333;
    line-height: 2.7rem;
    margin-bottom: 1.6rem; } }

.add-to-compare {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .add-to-compare input.compare-checkbox-hidden {
    width: 16px;
    height: 16px;
    -webkit-appearance: initial;
    -moz-appearance: initial;
    -o-appearance: initial;
    appearance: initial;
    outline: 0;
    border: 0;
    padding: 0; }
    .add-to-compare input.compare-checkbox-hidden:hover::after {
      border-color: #D7150E; }
    @media (max-width: 991px) {
      .add-to-compare input.compare-checkbox-hidden:hover::after {
        border-color: #A0A0A0; } }
    .add-to-compare input.compare-checkbox-hidden::after {
      position: absolute;
      content: '';
      top: 50%;
      transform: translateY(-50%);
      display: inline-block;
      width: 16px;
      height: 16px;
      border: 1px solid #A0A0A0;
      border-radius: 3px;
      cursor: pointer;
      background-color: #fff; }
    .add-to-compare input.compare-checkbox-hidden.checked::after {
      border: none;
      background-image: url(/cep/resource/resources/icons/icon-check-box-checked.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
  .add-to-compare label {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-left: 7px; }

.input-wrapper-new {
  position: relative; }
  .input-wrapper-new .input-new-label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #999;
    z-index: 1;
    transition: .3s ease-out;
    transform-origin: left top;
    background-color: #fff;
    cursor: text; }
    .input-wrapper-new .input-new-label.required::after {
      content: ' *';
      color: #D7150E; }
    .input-wrapper-new .input-new-label.shrink {
      top: 0;
      transform: translateY(-60%) scale(0.75);
      padding: 0 4px; }
    .input-wrapper-new .input-new-label.shrink.error-msg {
      color: #D7150E;
      top: 0;
      transform: translateY(-60%) scale(0.75);
      padding: 0 4px; }
    .input-wrapper-new .input-new-label.error-msg {
      color: #D7150E;
      top: calc(50% - 8px); }
    .input-wrapper-new .input-new-label.error-message {
      color: #D7150E; }
  .input-wrapper-new .subscription-input {
    font-size: 1.4rem;
    padding: 8.5px 12px; }

.sub-textarea {
  position: relative; }
  .sub-textarea .input-new-label {
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #999;
    z-index: 1;
    transition: .3s ease-out;
    transform-origin: left top;
    background-color: #fff;
    cursor: text; }
    .sub-textarea .input-new-label.required::after {
      content: ' *';
      color: #D7150E; }
    .sub-textarea .input-new-label.shrink {
      top: 0;
      transform: translateY(-60%) scale(0.75);
      padding: 0 4px; }
    .sub-textarea .input-new-label.shrink.error-msg {
      color: #D7150E;
      top: 0;
      transform: translateY(-60%) scale(0.75);
      padding: 0 4px; }
    .sub-textarea .input-new-label.error-msg {
      color: #D7150E;
      top: 10px; }
  .sub-textarea .char-counter {
    position: absolute;
    right: 10px;
    bottom: 8px;
    color: #999;
    font-size: 14px; }
    .sub-textarea .char-counter.error-msg {
      bottom: 24px; }
  .sub-textarea textarea {
    font-size: 14px; }

.sub-dropdown-wrapper {
  position: relative; }
  .sub-dropdown-wrapper.new-country .input-new-label.error-msg {
    top: 0; }
  .sub-dropdown-wrapper.new-country .subscription-option {
    padding: 7px 28px 7px 12px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important; }
    .sub-dropdown-wrapper.new-country .subscription-option.event {
      padding: 8.5px 12px !important; }
    @media (max-width: 991px) {
      .sub-dropdown-wrapper.new-country .subscription-option.win-sub {
        padding: 10px 28px 10px 12px !important; } }
  .sub-dropdown-wrapper .subscription-label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #999;
    z-index: 1;
    transition: .3s ease-out;
    transform-origin: left top;
    background-color: #fff;
    cursor: pointer; }
    .sub-dropdown-wrapper .subscription-label.required::after {
      content: ' *';
      color: #D7150E; }
    .sub-dropdown-wrapper .subscription-label.shrink {
      top: 0;
      transform: translateY(-60%) scale(0.75);
      padding: 0 4px; }
  .sub-dropdown-wrapper .subscription-input-placeholder {
    display: none;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #999;
    z-index: 0;
    transition: .3s ease-out;
    transform-origin: left top;
    background-color: #fff; }
    .sub-dropdown-wrapper .subscription-input-placeholder.show {
      display: block; }
  .sub-dropdown-wrapper .dropdown-wrapper .subscription-option {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500; }
    .sub-dropdown-wrapper .dropdown-wrapper .subscription-option.event {
      padding: 8.5px 12px; }
    @media (max-width: 991px) {
      .sub-dropdown-wrapper .dropdown-wrapper .subscription-option.win-sub {
        padding: 10px 12px; } }
  .sub-dropdown-wrapper .dropdown-wrapper .subscription-country-list {
    top: calc(100% + 4px);
    padding: 8px 0;
    border-top: 1px solid #666;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    z-index: 2; }
    .sub-dropdown-wrapper .dropdown-wrapper .subscription-country-list .option {
      padding: 5px 10px; }
      .sub-dropdown-wrapper .dropdown-wrapper .subscription-country-list .option.active {
        background-color: #fbe7e6; }
      .sub-dropdown-wrapper .dropdown-wrapper .subscription-country-list .option.disabled {
        color: #999;
        cursor: not-allowed; }
    .sub-dropdown-wrapper .dropdown-wrapper .subscription-country-list.active-form-list .option {
      padding: 8px 10px;
      line-height: 18px; }
  .sub-dropdown-wrapper .dropdown-wrapper.remove-top-border .selector-label .subscription-option {
    border-bottom: 1px solid #666;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

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

.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

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

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

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

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

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

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

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

.swiper-container-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-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */ }

.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(-1 * 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-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

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

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

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

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

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

:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */ }

.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-container-horizontal > .swiper-pagination-bullets {
  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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  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-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

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

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

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

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

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

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

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

.swiper-container-horizontal.swiper-container-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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

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

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

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

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

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

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

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

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

.swiper-zoom-container > 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 */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */ }

.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-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

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

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

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

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

.swiper-container-cube {
  overflow: visible; }

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

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

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

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

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

#global-model {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000; }
  #global-model .loading-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%); }

/*常规验证码*/
.verifyModalWrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4); }

.verifyModalWrap .modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1rem;
  background: #FFFFFF;
  transform: translate(-50%, -50%); }

.verifyModalWrap .modal-body header {
  font-size: 16px;
  font-weight: 600; }

.verifyModalWrap .modal-body header .verification-label {
  display: inline-block;
  margin-bottom: 8px; }

.verifyModalWrap .modal-body header img {
  width: 24px;
  float: right; }

.verify-bar-area {
  width: 100%;
  margin: 0 auto; }

.verify-img-panel {
  width: 100%;
  height: 200px;
  background-size: 100% 100%; }

.verifyModalWrap .verify-code {
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 8px;
  border: 1px solid #ddd; }

.cerify-code-panel {
  height: 100%;
  overflow: hidden; }

.verify-code-area {
  float: left; }

.verify-input-area {
  float: left;
  width: 60%;
  padding-right: 10px; }

.verify-change-area {
  line-height: 30px;
  float: left; }

.varify-input-code {
  display: inline-block;
  width: 100%;
  height: 25px; }

.verify-change-code {
  color: #337AB7;
  cursor: pointer; }

.verifyModalWrap .verify-btn {
  width: 200px;
  height: 30px;
  background-color: #337AB7;
  color: #FFFFFF;
  border: none;
  margin-top: 10px; }

/*滑动验证码*/
.verify-bar-area {
  position: relative;
  background: #FFFFFF;
  text-align: center;
  box-sizing: content-box;
  /*border: 1px solid #ddd;*/
  -webkit-border-radius: 4px;
  background: #F7F9FA;
  border: 1px solid #eaeaea;
  /*	0214*/ }

.verify-bar-area .verify-move-block {
  position: absolute;
  top: -1px;
  left: 0;
  background: #fff;
  cursor: pointer;
  box-sizing: content-box;
  /*box-shadow: 0 0 2px #888888;*/
  -webkit-border-radius: 1px;
  border-width: 1px;
  border-style: solid; }

/*0214*/
.verify-bar-area .before-slide:hover {
  /*background-color: #337ab7;*/
  /*color: #FFFFFF;*/
  box-shadow: 0px 0px 7px 0px rgba(0, 207, 188, 0.78); }

.before-slide {
  border-color: #00cfbc; }

.verify-bar-area .verify-left-bar {
  position: absolute;
  top: -1px;
  left: -1px;
  background: #f0fff0;
  cursor: pointer;
  box-sizing: content-box;
  border: 1px solid #ddd; }

.verify-img-panel {
  margin: 0 auto;
  box-sizing: content-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  position: relative; }

.verify-img-panel .verify-refresh {
  width: 25px;
  height: 25px;
  text-align: center;
  /*padding: 5px;*/
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2; }

.verify-img-panel .icon-refresh {
  font-size: 20px;
  color: #fff; }

.verify-img-panel .verify-gap {
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 5px 2px rgba(255, 255, 255, 0.54);
  border-radius: 4px; }

.verify-bar-area .verify-move-block .verify-sub-block {
  position: absolute;
  text-align: center;
  z-index: 3;
  border: 1px solid #fff;
  border-radius: 4px; }

.verify-bar-area .verify-move-block .verify-icon {
  font-size: 18px; }

.verify-bar-area .verify-msg {
  z-index: 3; }

/*字体图标的css*/
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?t=1508229193188");
  /* IE9*/
  src: url("../fonts/iconfont.eot?t=1508229193188#iefix") format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAaAAAsAAAAACUwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFZW7kiSY21hcAAAAYAAAAB3AAABuM+qBlRnbHlmAAAB+AAAAnQAAALYnrUwT2hlYWQAAARsAAAALwAAADYPNwajaGhlYQAABJwAAAAcAAAAJAfeA4dobXR4AAAEuAAAABMAAAAYF+kAAGxvY2EAAATMAAAADgAAAA4CvAGsbWF4cAAABNwAAAAfAAAAIAEVAF1uYW1lAAAE/AAAAUUAAAJtPlT+fXBvc3QAAAZEAAAAPAAAAE3oPPXPeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/sM4gYGVgYOpk+kMAwNDP4RmfM1gxMjBwMDEwMrMgBUEpLmmMDgwVDxbwtzwv4EhhrmBoQEozAiSAwAw1A0UeJzFkcENgCAMRX8RjCGO4gTe9eQcnhzAfXC2rqG/hYsT8MmD9gdS0gJIAAaykAjIBYHppCvuD8juR6zMJ67A89Zdn/f1aNPikUn8RvYo8G20CjKim6Rf6b9m34+WWd/vBr+oW8V6q3vF5qKlYrPRp4L0Ad5nGL8AeJxFUc9rE0EYnTezu8lMsrvtbrqb3TRt0rS7bdOmdI0JbWmCtiItIv5oi14qevCk9SQVLFiQgqAF8Q9QLKIHLx48FkHo3ZNnFUXwD5C2B6dO6sFhmI83w7z3fe8RnZCjb2yX5YlLhskkmScXCIFRxYBFiyjH9Rqtoqes9/g5i8WVuJyqDNTYLPwBI+cljXrkGynDhoU+nCgnjbhGY5yst+gMEq8IBIXwsjPU67CnEPm4b0su0h309Fd67da4XBhr55KSm17POk7gOE/Shq6nKdVsC7d9j+tcGPKVboc9u/0jtB/ZIA7PXTVLBef6o/paccjnwOYm3ELJetPuDrvV3gg91wlSXWY6H5qVwRzWf2TybrYYfSdqoXOwh/Qa8RWIjBTiSI3h614/vKSNRhONOrsnQi6Xf4nQFQDTmJE1NKbhI6crHEJO/+S5QPxhYJRRyvBFBP+5T9EPpEAIVzzRQIrjmJ6jY1WTo+NXTMchuBsKuS8PRZATSMl9oTA4uNLkeIA0V1UeqOoGQh7IAxGo+7T83fn3T+voqCNPPAUazUYUI7LgKSV1Jk2oUeghYGhZ+cKOe2FjVu5ZKEY2VkE13AK1+jI4r1KLbPlZfrKiPhOXKPRj7q9sj9XJ7LFHNmrKJS3VCdhXGSdKrtmoQaWeMjQVt0KD6sGPOx0oH2fgtzoNROxtNq8F3tzYM/n+TjKSX5qf2jx941276TIr9FjXxKr8eX/6bK4yuopwo9py1sw8F9kdw4AmurRpLUM3tYx5ZnKpfHPi8dzz19vJ6MjyxYUrpqeb1uLs3eGV6vr21pSqpeWkqonAN9oUyIiXpv8XvlN5e3icY2BkYGAA4n0vN4fG89t8ZeBmYQCBa9wPPRH0/wcsDMwmQC4HAxNIFABAfAqaAHicY2BkYGBu+N/AEMPCAAJAkpEBFbABAEcMAm94nGNhYGBgfsnAwMKAigESnwEBAAAAAAAAdgCkANoBCAFsAAB4nGNgZGBgYGMIZGBlAAEmIOYCQgaG/2A+AwARSAFzAHicZY9NTsMwEIVf+gekEqqoYIfkBWIBKP0Rq25YVGr3XXTfpk6bKokjx63UA3AejsAJOALcgDvwSCebNpbH37x5Y08A3OAHHo7fLfeRPVwyO3INF7gXrlN/EG6QX4SbaONVuEX9TdjHM6bCbXRheYPXuGL2hHdhDx18CNdwjU/hOvUv4Qb5W7iJO/wKt9Dx6sI+5l5XuI1HL/bHVi+cXqnlQcWhySKTOb+CmV7vkoWt0uqca1vEJlODoF9JU51pW91T7NdD5yIVWZOqCas6SYzKrdnq0AUb5/JRrxeJHoQm5Vhj/rbGAo5xBYUlDowxQhhkiMro6DtVZvSvsUPCXntWPc3ndFsU1P9zhQEC9M9cU7qy0nk6T4E9XxtSdXQrbsuelDSRXs1JErJCXta2VELqATZlV44RelzRiT8oZ0j/AAlabsgAAAB4nGNgYoAALgbsgI2RiZGZkYWRlZGNkZ2BsYI1OSM1OZs1OSe/OJW1KDM9o4S9KDWtKLU4g4EBAJ79CeQ=") format("woff"), url("../fonts/iconfont.ttf?t=1508229193188") format("truetype"), url("../fonts/iconfont.svg?t=1508229193188#iconfont") format("svg");
  /* iOS 4.1- */ }

.verifyModalWrap .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*.icon-right:before { content: "\e6a3"; } 0214*/
.icon-refresh:before {
  content: "\e6a4"; }

/*0214*/
.area-green .verify-move-block {
  box-shadow: 0px 0px 7px 0px rgba(0, 207, 188, 0.78);
  border-color: #00cfbc; }

.area-green .verify-left-bar {
  border-color: #00cfbc;
  background-color: rgba(0, 207, 188, 0.2); }

.area-red .verify-move-block {
  box-shadow: 0px 0px 7px 0px #ff4747;
  border-color: #ff4747; }

.area-red .verify-left-bar {
  border-color: #ff4747;
  background-color: rgba(255, 71, 71, 0.2); }

.verify-move-block .slideImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

@media (min-width: 767px) {
  .verify-bar-area .verify-msg {
    font-size: 16px; } }

@media (max-width: 767px) {
  .verify-bar-area .verify-msg {
    font-size: 14px; } }

@media (max-width: 375px) {
  .verify-bar-area .verify-msg {
    font-size: 12px; } }

.dropdown-address-wrapper {
  position: relative; }
  .dropdown-address-wrapper .input-new-label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #999;
    z-index: 1;
    transition: .3s ease-out;
    transform-origin: left top;
    background-color: #fff;
    cursor: pointer; }
    .dropdown-address-wrapper .input-new-label.required::after {
      content: ' *';
      color: #D7150E; }
    .dropdown-address-wrapper .input-new-label.shrink {
      top: 0;
      transform: translateY(-60%) scale(0.75);
      padding: 0 4px; }
  .dropdown-address-wrapper .address-label::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 1.2rem;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #666; }
  .dropdown-address-wrapper .address-label .address-option {
    cursor: pointer; }
  .dropdown-address-wrapper.expanded .address-label::after {
    transform: rotate(180deg); }
  .dropdown-address-wrapper .dropdown-wrapper-content {
    position: relative; }
  .dropdown-address-wrapper .address-list {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    z-index: 2;
    border: 1px solid #666;
    border-radius: 4px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.17);
    max-height: 224px;
    overflow: hidden; }
    .dropdown-address-wrapper .address-list.active {
      display: flex; }
      .dropdown-address-wrapper .address-list.active .province-container {
        display: block; }
    .dropdown-address-wrapper .address-list .province-container,
    .dropdown-address-wrapper .address-list .city-container,
    .dropdown-address-wrapper .address-list .district-container {
      display: none;
      min-width: 132px;
      padding: 9px 0;
      max-height: 224px;
      overflow-y: auto;
      background-color: #fff; }
      .dropdown-address-wrapper .address-list .province-container::-webkit-scrollbar,
      .dropdown-address-wrapper .address-list .city-container::-webkit-scrollbar,
      .dropdown-address-wrapper .address-list .district-container::-webkit-scrollbar {
        background-color: transparent;
        width: 4px; }
      .dropdown-address-wrapper .address-list .province-container::-webkit-scrollbar-thumb,
      .dropdown-address-wrapper .address-list .city-container::-webkit-scrollbar-thumb,
      .dropdown-address-wrapper .address-list .district-container::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.12);
        width: 4px; }
      .dropdown-address-wrapper .address-list .province-container .province-option,
      .dropdown-address-wrapper .address-list .province-container .city-option,
      .dropdown-address-wrapper .address-list .province-container .district-option,
      .dropdown-address-wrapper .address-list .city-container .province-option,
      .dropdown-address-wrapper .address-list .city-container .city-option,
      .dropdown-address-wrapper .address-list .city-container .district-option,
      .dropdown-address-wrapper .address-list .district-container .province-option,
      .dropdown-address-wrapper .address-list .district-container .city-option,
      .dropdown-address-wrapper .address-list .district-container .district-option {
        position: relative;
        padding: 7px 10px;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        cursor: pointer; }
        .dropdown-address-wrapper .address-list .province-container .province-option:hover,
        .dropdown-address-wrapper .address-list .province-container .city-option:hover,
        .dropdown-address-wrapper .address-list .province-container .district-option:hover,
        .dropdown-address-wrapper .address-list .city-container .province-option:hover,
        .dropdown-address-wrapper .address-list .city-container .city-option:hover,
        .dropdown-address-wrapper .address-list .city-container .district-option:hover,
        .dropdown-address-wrapper .address-list .district-container .province-option:hover,
        .dropdown-address-wrapper .address-list .district-container .city-option:hover,
        .dropdown-address-wrapper .address-list .district-container .district-option:hover {
          background-color: #F5F5F5; }
        .dropdown-address-wrapper .address-list .province-container .province-option.selected,
        .dropdown-address-wrapper .address-list .province-container .city-option.selected,
        .dropdown-address-wrapper .address-list .province-container .district-option.selected,
        .dropdown-address-wrapper .address-list .city-container .province-option.selected,
        .dropdown-address-wrapper .address-list .city-container .city-option.selected,
        .dropdown-address-wrapper .address-list .city-container .district-option.selected,
        .dropdown-address-wrapper .address-list .district-container .province-option.selected,
        .dropdown-address-wrapper .address-list .district-container .city-option.selected,
        .dropdown-address-wrapper .address-list .district-container .district-option.selected {
          background-color: #FBE7E6; }
        .dropdown-address-wrapper .address-list .province-container .province-option::after,
        .dropdown-address-wrapper .address-list .province-container .city-option::after,
        .dropdown-address-wrapper .address-list .province-container .district-option::after,
        .dropdown-address-wrapper .address-list .city-container .province-option::after,
        .dropdown-address-wrapper .address-list .city-container .city-option::after,
        .dropdown-address-wrapper .address-list .city-container .district-option::after,
        .dropdown-address-wrapper .address-list .district-container .province-option::after,
        .dropdown-address-wrapper .address-list .district-container .city-option::after,
        .dropdown-address-wrapper .address-list .district-container .district-option::after {
          content: '';
          width: 16px;
          height: 16px;
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          background: url(/cep/resource/resources/icons/icon-province-arrow-right.svg) no-repeat; }
      .dropdown-address-wrapper .address-list .province-container .district-option::after,
      .dropdown-address-wrapper .address-list .city-container .district-option::after,
      .dropdown-address-wrapper .address-list .district-container .district-option::after {
        display: none; }
    .dropdown-address-wrapper .address-list .city-container.active,
    .dropdown-address-wrapper .address-list .district-container.active {
      display: block; }
    .dropdown-address-wrapper .address-list .city-container {
      border: 1px solid #eaeaea; }

.mobile-address-list-mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 60;
  background-color: rgba(0, 0, 0, 0.4); }
  .mobile-address-list-mask.active {
    display: block; }
  .mobile-address-list-mask .mobile-address-list-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 400px;
    overflow: hidden;
    background-color: #fff;
    padding-top: 15px;
    display: none; }
    .mobile-address-list-mask .mobile-address-list-container .mobile-btn-group {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 400;
      font-size: 14px;
      line-height: 19px;
      color: #1585FF;
      padding: 0 15px; }
    .mobile-address-list-mask .mobile-address-list-container .mobile-address-list {
      margin-top: 20px; }
    .mobile-address-list-mask .mobile-address-list-container .mobile-address-head {
      padding-bottom: 15px;
      border-bottom: 1px solid #eaeaea; }
      .mobile-address-list-mask .mobile-address-list-container .mobile-address-head .mobile-province-name-container {
        padding: 0 15px;
        display: flex; }
        .mobile-address-list-mask .mobile-address-list-container .mobile-address-head .mobile-province-name-container .mobile-province-name,
        .mobile-address-list-mask .mobile-address-list-container .mobile-address-head .mobile-province-name-container .mobile-city-name,
        .mobile-address-list-mask .mobile-address-list-container .mobile-address-head .mobile-province-name-container .mobile-district-name {
          position: relative;
          font-weight: 400;
          font-size: 14px;
          line-height: 19px;
          display: none; }
          .mobile-address-list-mask .mobile-address-list-container .mobile-address-head .mobile-province-name-container .mobile-province-name.active,
          .mobile-address-list-mask .mobile-address-list-container .mobile-address-head .mobile-province-name-container .mobile-city-name.active,
          .mobile-address-list-mask .mobile-address-list-container .mobile-address-head .mobile-province-name-container .mobile-district-name.active {
            display: block; }
          .mobile-address-list-mask .mobile-address-list-container .mobile-address-head .mobile-province-name-container .mobile-province-name.selected::after,
          .mobile-address-list-mask .mobile-address-list-container .mobile-address-head .mobile-province-name-container .mobile-city-name.selected::after,
          .mobile-address-list-mask .mobile-address-list-container .mobile-address-head .mobile-province-name-container .mobile-district-name.selected::after {
            content: '';
            display: inline-block;
            position: absolute;
            left: 0;
            top: calc(100% + 14px);
            width: 100%;
            height: 2px;
            background-color: #D7150E; }
        .mobile-address-list-mask .mobile-address-list-container .mobile-address-head .mobile-province-name-container .mobile-city-name,
        .mobile-address-list-mask .mobile-address-list-container .mobile-address-head .mobile-province-name-container .mobile-district-name {
          margin-left: 40px; }
    .mobile-address-list-mask .mobile-address-list-container .mobile-address-body {
      padding: 5px 15px; }
      .mobile-address-list-mask .mobile-address-list-container .mobile-address-body .mobile-province-container,
      .mobile-address-list-mask .mobile-address-list-container .mobile-address-body .mobile-city-container,
      .mobile-address-list-mask .mobile-address-list-container .mobile-address-body .mobile-district-container {
        display: none;
        max-height: 301px;
        overflow-y: auto; }
        .mobile-address-list-mask .mobile-address-list-container .mobile-address-body .mobile-province-container.active,
        .mobile-address-list-mask .mobile-address-list-container .mobile-address-body .mobile-city-container.active,
        .mobile-address-list-mask .mobile-address-list-container .mobile-address-body .mobile-district-container.active {
          display: block; }
      .mobile-address-list-mask .mobile-address-list-container .mobile-address-body .mobile-province-option,
      .mobile-address-list-mask .mobile-address-list-container .mobile-address-body .mobile-city-option,
      .mobile-address-list-mask .mobile-address-list-container .mobile-address-body .mobile-district-option {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        padding: 10px 0; }
        .mobile-address-list-mask .mobile-address-list-container .mobile-address-body .mobile-province-option.selected,
        .mobile-address-list-mask .mobile-address-list-container .mobile-address-body .mobile-city-option.selected,
        .mobile-address-list-mask .mobile-address-list-container .mobile-address-body .mobile-district-option.selected {
          color: #D7150E; }

/*!
 * Quill Editor v1.3.4
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative; }

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden; }

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none; }

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%; }

.ql-clipboard p {
  margin: 0;
  padding: 0; }

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: initial;
  /* padding: 12px 15px; */
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: normal;
  word-wrap: break-word; }

.ql-editor
.ql-editor > * {
  cursor: text; }

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em; }

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none; }

.ql-editor ul > li::before {
  content: '\2022'; }

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none; }

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611'; }

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610'; }

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em; }

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right; }

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em; }

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em; }

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em; }

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0; }

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1; }

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2; }

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". "; }

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3; }

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". "; }

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4; }

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5; }

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". "; }

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6; }

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". "; }

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7; }

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9; }

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8; }

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". "; }

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9; }

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9; }

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". "; }

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em; }

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em; }

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em; }

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em; }

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em; }

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em; }

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em; }

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em; }

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em; }

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em; }

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em; }

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em; }

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em; }

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em; }

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em; }

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em; }

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em; }

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em; }

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em; }

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em; }

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em; }

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em; }

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em; }

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em; }

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em; }

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em; }

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em; }

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em; }

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em; }

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em; }

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em; }

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em; }

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em; }

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em; }

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em; }

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em; }

.ql-editor .ql-video {
  display: block;
  max-width: 100%; }

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto; }

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto; }

.ql-editor .ql-bg-black {
  background-color: #000; }

.ql-editor .ql-bg-red {
  background-color: #e60000; }

.ql-editor .ql-bg-orange {
  background-color: #f90; }

.ql-editor .ql-bg-yellow {
  background-color: #ff0; }

.ql-editor .ql-bg-green {
  background-color: #008a00; }

.ql-editor .ql-bg-blue {
  background-color: #06c; }

.ql-editor .ql-bg-purple {
  background-color: #93f; }

.ql-editor .ql-color-white {
  color: #fff; }

.ql-editor .ql-color-red {
  color: #e60000; }

.ql-editor .ql-color-orange {
  color: #f90; }

.ql-editor .ql-color-yellow {
  color: #ff0; }

.ql-editor .ql-color-green {
  color: #008a00; }

.ql-editor .ql-color-blue {
  color: #06c; }

.ql-editor .ql-color-purple {
  color: #93f; }

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif; }

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace; }

.ql-editor .ql-size-small {
  font-size: 0.75em; }

.ql-editor .ql-size-large {
  font-size: 1.5em; }

.ql-editor .ql-size-huge {
  font-size: 2.5em; }

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit; }

.ql-editor .ql-align-center {
  text-align: center; }

.ql-editor .ql-align-justify {
  text-align: justify; }

.ql-editor .ql-align-right {
  text-align: right; }

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px; }

.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table; }

.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px; }

.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%; }

.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none; }

.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none; }

.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff; }

.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff; }

.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff; }

@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc; }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc; }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc; } }

.ql-bubble {
  box-sizing: border-box; }

.ql-bubble * {
  box-sizing: border-box; }

.ql-bubble .ql-hidden {
  display: none; }

.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden; }

.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px); }

.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none; }

.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px); }

.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle; }

.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table; }

.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2; }

.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2; }

.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc; }

.ql-bubble .ql-empty {
  fill: none; }

.ql-bubble .ql-even {
  fill-rule: evenodd; }

.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1; }

.ql-bubble .ql-transparent {
  opacity: 0.4; }

.ql-bubble .ql-direction svg:last-child {
  display: none; }

.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline; }

.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none; }

.ql-bubble .ql-editor h1 {
  font-size: 2em; }

.ql-bubble .ql-editor h2 {
  font-size: 1.5em; }

.ql-bubble .ql-editor h3 {
  font-size: 1.17em; }

.ql-bubble .ql-editor h4 {
  font-size: 1em; }

.ql-bubble .ql-editor h5 {
  font-size: 0.83em; }

.ql-bubble .ql-editor h6 {
  font-size: 0.67em; }

.ql-bubble .ql-editor a {
  text-decoration: underline; }

.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px; }

.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px; }

.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px; }

.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px; }

.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible; }

.ql-bubble .ql-editor img {
  max-width: 100%; }

.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle; }

.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%; }

.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px; }

.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap; }

.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px; }

.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2; }

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777; }

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777; }

.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1; }

.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px; }

.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px; }

.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px; }

.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px; }

.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px; }

.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px; }

.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px; }

.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px; }

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label); }

.ql-bubble .ql-picker.ql-header {
  width: 98px; }

.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal'; }

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1'; }

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2'; }

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3'; }

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4'; }

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5'; }

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6'; }

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em; }

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em; }

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em; }

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em; }

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em; }

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em; }

.ql-bubble .ql-picker.ql-font {
  width: 108px; }

.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif'; }

.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif'; }

.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace'; }

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif; }

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace; }

.ql-bubble .ql-picker.ql-size {
  width: 98px; }

.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal'; }

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small'; }

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large'; }

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge'; }

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px; }

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px; }

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px; }

.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff; }

.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000; }

.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px; }

.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px; }

.ql-bubble .ql-color-picker svg {
  margin: 1px; }

.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff; }

.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff; }

.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute; }

.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px; }

.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px; }

.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block; }

.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden; }

.ql-bubble .ql-tooltip-editor {
  display: none; }

.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%; }

.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px; }

.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold; }

.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap; }

.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1; }

.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0; }

.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden; }

.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible; }

/*!
  * Quill Editor v1.3.4
  * https://quilljs.com/
  * Copyright (c) 2014, Jason Chen
  * Copyright (c) 2013, salesforce.com
  */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative; }

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden; }

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none; }

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%; }

.ql-clipboard p {
  margin: 0;
  padding: 0; }

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  /* padding: 12px 15px; */
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: normal;
  word-wrap: break-word; }

.ql-editor > * {
  cursor: text; }

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em; }

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none; }

.ql-editor ul > li::before {
  content: '\2022'; }

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none; }

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611'; }

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610'; }

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em; }

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right; }

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em; }

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em; }

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em; }

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0; }

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1; }

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2; }

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". "; }

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3; }

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". "; }

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4; }

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5; }

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". "; }

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6; }

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". "; }

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7; }

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9; }

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8; }

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". "; }

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9; }

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9; }

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". "; }

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em; }

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em; }

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em; }

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em; }

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em; }

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em; }

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em; }

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em; }

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em; }

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em; }

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em; }

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em; }

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em; }

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em; }

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em; }

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em; }

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em; }

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em; }

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em; }

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em; }

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em; }

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em; }

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em; }

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em; }

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em; }

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em; }

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em; }

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em; }

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em; }

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em; }

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em; }

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em; }

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em; }

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em; }

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em; }

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em; }

.ql-editor .ql-video {
  display: block;
  max-width: 100%; }

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto; }

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto; }

.ql-editor .ql-bg-black {
  background-color: #000; }

.ql-editor .ql-bg-red {
  background-color: #e60000; }

.ql-editor .ql-bg-orange {
  background-color: #f90; }

.ql-editor .ql-bg-yellow {
  background-color: #ff0; }

.ql-editor .ql-bg-green {
  background-color: #008a00; }

.ql-editor .ql-bg-blue {
  background-color: #06c; }

.ql-editor .ql-bg-purple {
  background-color: #93f; }

.ql-editor .ql-color-white {
  color: #fff; }

.ql-editor .ql-color-red {
  color: #e60000; }

.ql-editor .ql-color-orange {
  color: #f90; }

.ql-editor .ql-color-yellow {
  color: #ff0; }

.ql-editor .ql-color-green {
  color: #008a00; }

.ql-editor .ql-color-blue {
  color: #06c; }

.ql-editor .ql-color-purple {
  color: #93f; }

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif; }

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace; }

.ql-editor .ql-size-small {
  font-size: 0.75em; }

.ql-editor .ql-size-large {
  font-size: 1.5em; }

.ql-editor .ql-size-huge {
  font-size: 2.5em; }

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit; }

.ql-editor .ql-align-center {
  text-align: center; }

.ql-editor .ql-align-justify {
  text-align: justify; }

.ql-editor .ql-align-right {
  text-align: right; }

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px; }

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table; }

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px; }

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%; }

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none; }

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none; }

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c; }

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c; }

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c; }

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444; }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444; }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444; } }

.ql-snow {
  box-sizing: border-box; }

.ql-snow * {
  box-sizing: border-box; }

.ql-snow .ql-hidden {
  display: none; }

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden; }

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px); }

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none; }

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px); }

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle; }

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table; }

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2; }

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2; }

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444; }

.ql-snow .ql-empty {
  fill: none; }

.ql-snow .ql-even {
  fill-rule: evenodd; }

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1; }

.ql-snow .ql-transparent {
  opacity: 0.4; }

.ql-snow .ql-direction svg:last-child {
  display: none; }

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline; }

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none; }

.ql-snow .ql-editor h1 {
  font-size: 2em; }

.ql-snow .ql-editor h2 {
  font-size: 1.5em; }

.ql-snow .ql-editor h3 {
  font-size: 1.17em; }

.ql-snow .ql-editor h4 {
  font-size: 1em; }

.ql-snow .ql-editor h5 {
  font-size: 0.83em; }

.ql-snow .ql-editor h6 {
  font-size: 0.67em; }

.ql-snow .ql-editor a {
  text-decoration: underline; }

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px; }

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px; }

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px; }

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px; }

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible; }

.ql-snow .ql-editor img {
  max-width: 100%; }

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle; }

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%; }

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px; }

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap; }

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc; }

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1; }

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px; }

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px; }

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px; }

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px; }

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px; }

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px; }

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px; }

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label); }

.ql-snow .ql-picker.ql-header {
  width: 98px; }

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6'; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em; }

.ql-snow .ql-picker.ql-font {
  width: 108px; }

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif'; }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif'; }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace'; }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif; }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace; }

.ql-snow .ql-picker.ql-size {
  width: 98px; }

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge'; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px; }

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff; }

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000; }

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px; }

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent; }

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px; }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc; }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc; }

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000; }

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px; }

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap; }

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px; }

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px; }

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px; }

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px; }

.ql-snow .ql-tooltip a {
  line-height: 26px; }

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none; }

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block; }

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px; }

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:"; }

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:"; }

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:"; }

.ql-snow a {
  color: #06c; }

.qrcode-container {
  padding: 20px 40px 20px 20px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(55, 99, 170, 0.16);
  display: none;
  align-items: center;
  gap: 12px;
  width: 389px; }
  .qrcode-container.show {
    display: flex; }
  @media (max-width: 991px) {
    .qrcode-container {
      width: 270px;
      top: 58px;
      right: 10px;
      padding: 15px 30px 15px 15px; } }
  .qrcode-container .qrcode-close-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    background: url("/cep/resource/resources/icons/qr-code-close.svg") no-repeat center/cover; }
  .qrcode-container .qr-code-img {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }
    @media (max-width: 991px) {
      .qrcode-container .qr-code-img {
        width: 80px;
        height: 80px; } }
  .qrcode-container .qrcode-content {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .qrcode-container .qrcode-content .title {
      font-weight: 700;
      font-size: 16px;
      line-height: 24px; }
      @media (max-width: 991px) {
        .qrcode-container .qrcode-content .title {
          font-size: 14px;
          line-height: 22px; } }
    .qrcode-container .qrcode-content .desc {
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: #666; }
      @media (max-width: 991px) {
        .qrcode-container .qrcode-content .desc {
          font-size: 12px;
          line-height: 18px; } }

@media (max-width: 991px) {
  .global-header-mobile-block {
    height: 4.8rem; } }

header.home-fixed::after {
  content: '';
  display: block;
  position: relative;
  height: 56px; }
  @media (max-width: 991px) {
    header.home-fixed::after {
      height: 48px; } }

header.home-fixed .global-header {
  position: fixed; }

header.home-fixed .product-content {
  overflow-y: auto;
  scrollbar-width: none;
  /* IE/Edge */
  -ms-overflow-style: none; }
  header.home-fixed .product-content::-webkit-scrollbar {
    display: none; }
  header.home-fixed .product-content .bubble {
    bottom: 100%;
    top: auto !important; }
    header.home-fixed .product-content .bubble::after {
      bottom: -4px;
      top: auto !important; }

.global-header {
  background-color: #fff;
  z-index: 60;
  position: relative;
  left: 0;
  top: -5.6rem;
  right: 0;
  transition: top .3s; }
  .global-header.header-fixed {
    top: 0; }
  .global-header::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: #eaeaea;
    height: 1px;
    bottom: 0; }
  .global-header .header-bar {
    display: flex;
    justify-content: space-between; }
    .global-header .header-bar .logo .link {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center; }
      .global-header .header-bar .logo .link .icon {
        height: 3.2rem;
        -o-object-fit: contain;
           object-fit: contain; }
    .global-header .header-bar .back-container {
      display: none; }
    .global-header .header-bar .category-section {
      flex: 1; }
    .global-header .header-bar .nav-list {
      display: flex;
      justify-content: center; }
      .global-header .header-bar .nav-list .sub-menu-item {
        position: relative; }
      .global-header .header-bar .nav-list .nav-item {
        cursor: pointer;
        display: inline-block;
        padding-left: 1.822917vw;
        padding-right: 1.822917vw; }
        .global-header .header-bar .nav-list .nav-item:hover .category, .global-header .header-bar .nav-list .nav-item.default-highlight .category {
          color: #d8000f;
          border-bottom: 3px solid #d8000f; }
          .global-header .header-bar .nav-list .nav-item:hover .category .category-text, .global-header .header-bar .nav-list .nav-item.default-highlight .category .category-text {
            color: #d8000f; }
        .global-header .header-bar .nav-list .nav-item .category {
          height: 5.6rem;
          font-size: 1.6rem;
          color: #333333;
          line-height: 5.6rem;
          font-weight: 400;
          display: block; }
        .global-header .header-bar .nav-list .nav-item .detail-wrapper {
          display: none;
          position: absolute;
          top: 5.6rem;
          left: 50%;
          transform: translateX(-50%);
          z-index: 20;
          -ms-scroll-chaining: none;
              overscroll-behavior: contain;
          box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
          background-color: #fff; }
          .global-header .header-bar .nav-list .nav-item .detail-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: calc(((100vw - 1310px) / 2) + 313px);
            background: #f8f8f8; }
          @media (max-width: 1370px) {
            .global-header .header-bar .nav-list .nav-item .detail-wrapper::before {
              width: 323px; } }
          .global-header .header-bar .nav-list .nav-item .detail-wrapper::-webkit-scrollbar {
            background-color: #fff;
            width: 7px; }
          .global-header .header-bar .nav-list .nav-item .detail-wrapper::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #949494;
            width: 7px; }
          .global-header .header-bar .nav-list .nav-item .detail-wrapper .mobile-title {
            display: none; }
        .global-header .header-bar .nav-list .nav-item .sub-nav-list {
          width: 283px;
          display: none;
          padding-top: 30px; }
          @media (max-width: 1370px) {
            .global-header .header-bar .nav-list .nav-item .sub-nav-list {
              width: 263px; } }
          .global-header .header-bar .nav-list .nav-item .sub-nav-list.active {
            display: block; }
        .global-header .header-bar .nav-list .nav-item .product-wrapper {
          width: 100vw;
          height: 0;
          cursor: auto;
          display: block;
          opacity: 0;
          z-index: -1;
          transition: all .3s ease; }
          .global-header .header-bar .nav-list .nav-item .product-wrapper .wrap1310 {
            height: 100%; }
          .global-header .header-bar .nav-list .nav-item .product-wrapper .product-container {
            display: none; }
          .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item {
            padding-bottom: 15px;
            font-size: 14px;
            color: #333333;
            font-weight: 400; }
            .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .sub-nav-link-content .sub-nav-link {
              border-bottom: 2px solid transparent;
              display: inline-block; }
            .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content {
              display: none;
              flex-wrap: wrap;
              position: absolute;
              left: 358px;
              right: 0;
              top: 0;
              padding-top: 30px; }
              @media (max-width: 1370px) {
                .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content {
                  left: 338px; } }
              .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list {
                width: 174px;
                margin-right: 20px;
                margin-bottom: 30px; }
                @media (min-width: 1347px) {
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(5n + 5) {
                    margin-right: 0px; }
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(5n+1):nth-last-child(1), .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(5n+1):nth-last-child(2), .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(5n+1):nth-last-child(3), .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(5n+1):nth-last-child(4), .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(5n+1):nth-last-child(5),
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(5n+1):nth-last-child(1) ~ .product-list,
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(5n+1):nth-last-child(2) ~ .product-list,
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(5n+1):nth-last-child(3) ~ .product-list,
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(5n+1):nth-last-child(4) ~ .product-list,
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(5n+1):nth-last-child(5) ~ .product-list {
                    margin-bottom: 0; } }
                @media (max-width: 1348px) and (min-width: 1173px) {
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(4n+1):nth-last-child(1), .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(4n+1):nth-last-child(2), .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(4n+1):nth-last-child(3), .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(4n+1):nth-last-child(4),
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(4n+1):nth-last-child(1) ~ .product-list,
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(4n+1):nth-last-child(2) ~ .product-list,
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(4n+1):nth-last-child(3) ~ .product-list,
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(4n+1):nth-last-child(4) ~ .product-list {
                    margin-bottom: 0; } }
                @media (max-width: 1174px) {
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(3n+1):nth-last-child(1), .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(3n+1):nth-last-child(2), .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(3n+1):nth-last-child(3),
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(3n+1):nth-last-child(1) ~ .product-list,
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(3n+1):nth-last-child(2) ~ .product-list,
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list:nth-child(3n+1):nth-last-child(3) ~ .product-list {
                    margin-bottom: 0; } }
                .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list .product-link {
                  display: inline-block;
                  font-size: 14px;
                  color: #333333;
                  font-weight: 700; }
                .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list a.product-link:hover {
                  color: #D7150E; }
                .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list .sub-product-content {
                  margin-top: 12px;
                  position: relative; }
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list .sub-product-content::before {
                    content: '';
                    display: block;
                    height: 128px; }
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list .sub-product-content .product-img-content {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 128px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background-color: #f2f2f2; }
                    .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list .sub-product-content .product-img-content .product-img {
                      display: none;
                      width: 88px; }
                      .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list .sub-product-content .product-img-content .product-img.active {
                        display: inline-block; }
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list .sub-product-content .sub-product-list .lazy-img-content {
                    display: none; }
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list .sub-product-content .sub-product-list .sub-product-title-content {
                    position: relative;
                    display: flex;
                    padding-top: 12px; }
                    .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list .sub-product-content .sub-product-list .sub-product-title-content .sub-product-title {
                      font-size: 14px;
                      color: #333333;
                      font-weight: 400;
                      overflow: hidden;
                      white-space: nowrap;
                      text-overflow: ellipsis; }
                      .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list .sub-product-content .sub-product-list .sub-product-title-content .sub-product-title.active {
                        color: #D7150E; }
                    .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list .sub-product-content .sub-product-list .sub-product-title-content a.sub-product-title:hover {
                      color: #D7150E; }
                    .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list .sub-product-content .sub-product-list .sub-product-title-content .new {
                      padding-left: 5px;
                      opacity: 0.9;
                      font-size: 11px;
                      color: #D7150E;
                      font-weight: 600;
                      cursor: default;
                      white-space: nowrap; }
                    .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list .sub-product-content .sub-product-list .sub-product-title-content .bubble {
                      display: none;
                      position: absolute;
                      left: 0;
                      top: calc(100% + 6px);
                      font-size: 12px;
                      color: #FFFFFF;
                      letter-spacing: 0;
                      font-weight: 400;
                      border-radius: 5px;
                      opacity: 0.8;
                      background: #000000;
                      padding: 10px;
                      z-index: 99; }
                      .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list .sub-product-content .sub-product-list .sub-product-title-content .bubble::after {
                        content: '';
                        display: block;
                        width: 8px;
                        height: 8px;
                        background: #000000;
                        position: absolute;
                        top: -4px;
                        left: 50%;
                        transform: translateX(-50%) rotate(45deg); }
                      .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content .product-list .sub-product-content .sub-product-list .sub-product-title-content .bubble.show {
                        display: block; }
              .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .product-content.active {
                display: flex; }
            .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item:last-child {
              margin-bottom: 0px; }
            .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .sub-nav-link {
              color: #D8000F;
              border-bottom: 2px solid #d8000f; }
          .global-header .header-bar .nav-list .nav-item .product-wrapper .mobile-collapse-title {
            display: none; }
          .global-header .header-bar .nav-list .nav-item .product-wrapper .collapse-content {
            width: 200px; }
            .global-header .header-bar .nav-list .nav-item .product-wrapper .collapse-content .collapse-title {
              display: block;
              font-size: 2rem;
              color: #333333;
              font-weight: 600;
              margin-bottom: 24px; }
              .global-header .header-bar .nav-list .nav-item .product-wrapper .collapse-content .collapse-title.with-link:hover {
                color: #D7150E; }
            .global-header .header-bar .nav-list .nav-item .product-wrapper .collapse-content li {
              margin-bottom: 12px;
              font-size: 1.4rem;
              color: #333333;
              line-height: 18px;
              font-weight: 400; }
              .global-header .header-bar .nav-list .nav-item .product-wrapper .collapse-content li:hover a {
                color: #D7150E;
                font-weight: 600; }
        .global-header .header-bar .nav-list .nav-item .sub-menu-wrapper {
          width: 170px;
          cursor: auto;
          padding-top: 16px;
          padding-bottom: 16px; }
          .global-header .header-bar .nav-list .nav-item .sub-menu-wrapper::before {
            display: none; }
          .global-header .header-bar .nav-list .nav-item .sub-menu-wrapper li {
            margin-bottom: 16px;
            font-size: 14px;
            color: #333333;
            line-height: 18px;
            font-weight: 400;
            text-align: center; }
            .global-header .header-bar .nav-list .nav-item .sub-menu-wrapper li:last-child {
              margin-bottom: 0; }
            .global-header .header-bar .nav-list .nav-item .sub-menu-wrapper li .link {
              padding-left: 16px;
              padding-right: 16px;
              display: block; }
            .global-header .header-bar .nav-list .nav-item .sub-menu-wrapper li:hover a {
              color: #D7150E; }
        .global-header .header-bar .nav-list .nav-item .support-wrapper {
          width: 100vw;
          height: 0;
          cursor: auto;
          display: block;
          opacity: 0;
          z-index: -1;
          transition: all .3s ease; }
          .global-header .header-bar .nav-list .nav-item .support-wrapper .wrap1310 {
            height: 100%; }
          .global-header .header-bar .nav-list .nav-item .support-wrapper .support-container {
            display: none; }
          .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item {
            padding-bottom: 15px;
            font-size: 14px;
            color: #333333;
            font-weight: 400; }
            .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .sub-support-link {
              border-bottom: 2px solid transparent;
              display: inline-block; }
            .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .support-content {
              display: none;
              flex-wrap: wrap;
              justify-content: flex-start;
              position: absolute;
              left: 358px;
              right: 0;
              top: 0;
              padding-top: 30px; }
              @media (max-width: 1370px) {
                .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .support-content {
                  left: 338px; } }
              .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .support-content .support-list {
                max-width: 280px;
                flex: 0 0 calc((100% - 60px) / 3);
                margin-right: 30px;
                margin-bottom: 15px; }
                .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .support-content .support-list .support-list-content {
                  margin-bottom: 15px; }
                  .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .support-content .support-list .support-list-content .support-link {
                    display: inline-block;
                    font-size: 14px;
                    color: #333333;
                    font-weight: 600; }
                  .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .support-content .support-list .support-list-content a.support-link:hover {
                    color: #D8000F; }
                  .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .support-content .support-list .support-list-content:last-child {
                    margin-bottom: 0; }
                .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .support-content .support-list:nth-child(3n + 3) {
                  margin-right: 0; }
                .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .support-content .support-list:nth-child(3n+1):nth-last-child(1), .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .support-content .support-list:nth-child(3n+1):nth-last-child(2), .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .support-content .support-list:nth-child(3n+1):nth-last-child(3),
                .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .support-content .support-list:nth-child(3n+1):nth-last-child(1) ~ .product-list,
                .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .support-content .support-list:nth-child(3n+1):nth-last-child(2) ~ .product-list,
                .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .support-content .support-list:nth-child(3n+1):nth-last-child(3) ~ .product-list {
                  margin-bottom: 0; }
              .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .support-content.active {
                display: flex; }
            .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item:last-child {
              margin-bottom: 0px; }
            .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item.active .sub-support-link {
              color: #D8000F;
              border-bottom: 2px solid #d8000f;
              display: inline-block; }
          .global-header .header-bar .nav-list .nav-item .support-wrapper .mobile-collapse-title {
            display: none; }
          .global-header .header-bar .nav-list .nav-item .support-wrapper .collapse-content {
            width: 200px; }
            .global-header .header-bar .nav-list .nav-item .support-wrapper .collapse-content .collapse-title {
              display: block;
              font-size: 2rem;
              color: #333333;
              font-weight: 600;
              margin-bottom: 24px; }
              .global-header .header-bar .nav-list .nav-item .support-wrapper .collapse-content .collapse-title.with-link:hover {
                color: #D7150E; }
            .global-header .header-bar .nav-list .nav-item .support-wrapper .collapse-content li {
              margin-bottom: 12px;
              font-size: 1.4rem;
              color: #333333;
              line-height: 18px;
              font-weight: 400; }
              .global-header .header-bar .nav-list .nav-item .support-wrapper .collapse-content li:hover a {
                color: #D7150E;
                font-weight: 600; }
        .global-header .header-bar .nav-list .nav-item.active .detail-wrapper {
          display: block; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
        .global-header .header-bar .nav-list .nav-item.active .common-content {
          opacity: 0;
          -webkit-animation: fadeIn .6s ease forwards;
                  animation: fadeIn .6s ease forwards; }
        .global-header .header-bar .nav-list .nav-item.active .product-wrapper {
          opacity: 1;
          z-index: 20; }
          .global-header .header-bar .nav-list .nav-item.active .product-wrapper .product-container {
            display: block; }
        .global-header .header-bar .nav-list .nav-item.active .support-wrapper {
          opacity: 1;
          z-index: 20; }
          .global-header .header-bar .nav-list .nav-item.active .support-wrapper .support-container {
            display: block; }
      .global-header .header-bar .nav-list .mobile-lang-item,
      .global-header .header-bar .nav-list .mobile-cart-item {
        display: none; }
    .global-header .header-bar .tool-list {
      display: flex;
      justify-content: center;
      height: 100%; }
      .global-header .header-bar .tool-list .cart-section {
        margin-right: 2.5rem;
        position: relative; }
        .global-header .header-bar .tool-list .cart-section:hover .flyout {
          color: #fff;
          display: block; }
        .global-header .header-bar .tool-list .cart-section .icon-box {
          position: relative;
          height: 100%;
          width: 2rem;
          padding-top: 18px; }
        .global-header .header-bar .tool-list .cart-section .flyout {
          white-space: nowrap;
          display: none;
          padding: 5px 10px;
          position: absolute;
          opacity: 0.8;
          border-radius: 4px;
          background: #000000;
          left: 50%;
          top: 100%;
          margin-top: -10px;
          z-index: 20;
          transform: translateX(-50%); }
          .global-header .header-bar .tool-list .cart-section .flyout::before {
            content: '';
            width: 3px;
            height: 3px;
            top: -3px;
            left: 50%;
            position: absolute;
            transform: translateX(-50%) rotate(-45deg);
            border: 3px solid transparent;
            border-top: 3px solid #000;
            border-right: 3px solid #000; }
        .global-header .header-bar .tool-list .cart-section .flyout-link {
          font-size: 12px;
          color: #FFFFFF;
          line-height: 18px;
          font-weight: 400; }
      .global-header .header-bar .tool-list .search-section .icon-box {
        cursor: pointer;
        height: 100%;
        width: 2rem;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-search.svg"); }
      .global-header .header-bar .tool-list .search-section .search-box {
        flex: 1;
        position: relative;
        display: none; }
        .global-header .header-bar .tool-list .search-section .search-box .search-input {
          width: 100%;
          outline: none;
          padding: 0 3rem 0 2.2rem;
          font-size: 1.8rem;
          line-height: 1.8rem;
          border: 0; }
        .global-header .header-bar .tool-list .search-section .search-box .search-close {
          cursor: pointer;
          position: absolute;
          height: 100%;
          width: 1.6rem;
          right: 0;
          top: 0;
          background: center/contain no-repeat url("/cep/resource/resources/icons/icon-close-gray.svg"); }
      .global-header .header-bar .tool-list .mobile-menu-icon {
        display: none; }
    .global-header .header-bar.search-box-active .category-section {
      display: none; }
    .global-header .header-bar.search-box-active .tool-section {
      flex: 1; }
      .global-header .header-bar.search-box-active .tool-section .icon-box {
        width: 2.4rem; }
      .global-header .header-bar.search-box-active .tool-section .search-section {
        display: flex;
        width: 70%; }
        .global-header .header-bar.search-box-active .tool-section .search-section .search-box {
          display: flex;
          align-items: center;
          height: 5.6rem; }
    .global-header .header-bar.search-box-active .lang-section,
    .global-header .header-bar.search-box-active .cart-section {
      display: none; }

@media (max-width: 1200px) {
  .global-header .header-bar .nav-list .nav-item .product-wrapper .img-box {
    width: 120px;
    margin-right: 30px; }
  .global-header .header-bar .nav-list .nav-item .product-wrapper .content {
    width: 150px; } }

@media (max-width: 1050px) {
  .global-header .header-bar .nav-list .nav-item .product-wrapper .img-box {
    width: 100px;
    margin-right: 20px; } }

@media (max-width: 991px) {
  .global-header {
    top: -4.8rem; }
    .global-header.header-fixed {
      top: 0; }
    .global-header .header-bar .logo .link {
      padding: 1.2rem 0; }
      .global-header .header-bar .logo .link .icon {
        height: 2.2rem; }
    .global-header .header-bar .back-container .back-content {
      display: flex;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
      .global-header .header-bar .back-container .back-content .back {
        margin-left: 7px;
        font-size: 14px;
        color: #333333;
        font-weight: 400; }
    .global-header .header-bar .category-section {
      display: none;
      background-color: #fff;
      position: fixed;
      top: 4.8rem;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: hidden;
      z-index: 20; }
    .global-header .header-bar .nav-list {
      display: block;
      padding: 0 1.5rem;
      overflow: auto;
      -ms-scroll-chaining: none;
          overscroll-behavior: contain;
      height: 100%; }
      .global-header .header-bar .nav-list .sub-menu-item {
        position: static; }
      .global-header .header-bar .nav-list .nav-item {
        display: block;
        padding-left: 0;
        padding-right: 0; }
        .global-header .header-bar .nav-list .nav-item:hover .category {
          color: #333;
          border-bottom: 1px solid #eaeaea; }
          .global-header .header-bar .nav-list .nav-item:hover .category .category-text {
            color: #333; }
        .global-header .header-bar .nav-list .nav-item.default-highlight .category {
          color: #333;
          font-weight: 600;
          border-bottom: 1px solid #eaeaea; }
          .global-header .header-bar .nav-list .nav-item.default-highlight .category .category-text {
            color: #333; }
        .global-header .header-bar .nav-list .nav-item .category {
          padding: 16px 0;
          display: flex;
          height: auto;
          line-height: 1.5;
          border-bottom: 1px solid #eaeaea; }
          .global-header .header-bar .nav-list .nav-item .category .category-text {
            width: 80%;
            font-size: 14px;
            color: #333333;
            font-weight: 600; }
          .global-header .header-bar .nav-list .nav-item .category .toggle-icon-content {
            width: 20%;
            position: relative; }
            .global-header .header-bar .nav-list .nav-item .category .toggle-icon-content .toggle-icon {
              position: absolute;
              right: 0;
              top: 50%;
              width: 11px;
              height: 8px;
              background: url(/cep/resource/resources/icons/icon-header-right-arrow.svg);
              transform: translateY(-50%) rotate(-90deg); }
        .global-header .header-bar .nav-list .nav-item .detail-wrapper {
          display: block;
          position: absolute;
          left: 100%;
          top: 0;
          transform: translateX(0);
          border-top: 0;
          bottom: 0;
          width: 100%;
          transition: all .3s;
          max-height: none;
          box-shadow: none; }
        .global-header .header-bar .nav-list .nav-item .sub-nav-list {
          padding: 0;
          width: 100%;
          display: block; }
        .global-header .header-bar .nav-list .nav-item .product-wrapper {
          overflow-y: auto;
          opacity: 1;
          z-index: 20; }
          .global-header .header-bar .nav-list .nav-item .product-wrapper::before {
            display: none; }
          .global-header .header-bar .nav-list .nav-item .product-wrapper .wrap1310 {
            height: auto;
            opacity: 1; }
            .global-header .header-bar .nav-list .nav-item .product-wrapper .wrap1310 .product-list-bg {
              display: none; }
          .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item {
            width: 100%;
            padding-bottom: 0; }
            .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .sub-nav-link-content {
              padding: 16px 0;
              display: flex;
              border-bottom: 1px solid #eaeaea; }
              .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .sub-nav-link-content .sub-nav-link {
                width: 80%;
                font-size: 14px;
                color: #333333;
                font-weight: 600;
                padding-bottom: 0;
                border: none; }
              .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .sub-nav-link-content .toggle-arrow-content {
                width: 20%;
                position: relative; }
                .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item .sub-nav-link-content .toggle-arrow-content .toggle-arrow {
                  position: absolute;
                  right: 0;
                  top: 50%;
                  width: 11px;
                  height: 8px;
                  background: url("/cep/resource/resources/icons/icon-header-right-arrow.svg");
                  transform: translateY(-50%) rotate(0deg); }
            .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .sub-nav-link {
              color: #333;
              border-bottom: none;
              padding-bottom: 0; }
            .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content {
              display: block;
              margin-left: 15px;
              padding-top: 0;
              position: relative;
              left: 0;
              top: 0; }
              .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content .product-list {
                width: 100%;
                margin-bottom: 0;
                margin-right: 0; }
                .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content .product-list .product-link-content {
                  display: flex;
                  padding: 16px 0;
                  border-bottom: 1px solid #eaeaea; }
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content .product-list .product-link-content .product-link {
                    width: 80%;
                    font-size: 14px;
                    color: #333333;
                    line-height: 22px;
                    font-weight: 400; }
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content .product-list .product-link-content .toggle-arrow-content {
                    width: 20%;
                    position: relative; }
                    .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content .product-list .product-link-content .toggle-arrow-content .toggle-arrow {
                      position: absolute;
                      right: 0;
                      top: 50%;
                      width: 11px;
                      height: 8px;
                      background: url("/cep/resource/resources/icons/icon-header-right-arrow.svg");
                      transform: translateY(-50%) rotate(0deg); }
                .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content .product-list .sub-product-content {
                  overflow-x: auto;
                  display: none;
                  margin-top: 15px;
                  align-items: flex-start;
                  margin-right: -15px;
                  padding-bottom: 15px;
                  border-bottom: 1px solid #eaeaea; }
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content .product-list .sub-product-content::before {
                    display: none; }
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content .product-list .sub-product-content.active {
                    display: flex; }
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content .product-list .sub-product-content .product-img-content {
                    display: none; }
                  .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content .product-list .sub-product-content .sub-product-list {
                    margin-right: 8px; }
                    .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content .product-list .sub-product-content .sub-product-list .lazy-img-content {
                      width: 100%;
                      height: 100px;
                      display: flex;
                      justify-content: center;
                      align-items: center;
                      background-color: #f2f2f2; }
                      .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content .product-list .sub-product-content .sub-product-list .lazy-img-content .lazy-img {
                        width: 60px; }
                    .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content .product-list .sub-product-content .sub-product-list .sub-product-title-content {
                      width: 100px;
                      flex-wrap: wrap;
                      justify-content: center; }
                      .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content .product-list .sub-product-content .sub-product-list .sub-product-title-content .sub-product-title {
                        font-size: 12px;
                        text-align: center;
                        overflow: visible;
                        white-space: normal;
                        text-overflow: unset; }
                      .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content .product-list .sub-product-content .sub-product-list .sub-product-title-content .new {
                        position: absolute;
                        left: 0;
                        top: -100px; }
                .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .product-content .product-list.active .toggle-arrow-content .toggle-arrow {
                  transform: translateY(-50%) rotate(180deg); }
            .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item.active .sub-nav-link-content .toggle-arrow-content .toggle-arrow {
              transform: translateY(-50%) rotate(180deg); }
            .global-header .header-bar .nav-list .nav-item .product-wrapper .flex-item:last-child {
              margin-bottom: 20px; }
          .global-header .header-bar .nav-list .nav-item .product-wrapper .collapse-header {
            display: flex;
            position: relative;
            align-items: center;
            padding-top: 20px;
            padding-bottom: 20px; }
            .global-header .header-bar .nav-list .nav-item .product-wrapper .collapse-header .toggle-icon {
              position: absolute;
              right: 0;
              top: 50%;
              width: 9px;
              height: 9px;
              border-top: 1px solid #333;
              border-right: 1px solid #333;
              transform: translateY(-50%) rotate(135deg); }
            .global-header .header-bar .nav-list .nav-item .product-wrapper .collapse-header[aria-expanded="true"] .toggle-icon {
              transform: rotate(-45deg); }
          .global-header .header-bar .nav-list .nav-item .product-wrapper .img-box {
            width: 42px;
            margin-right: 16px; }
          .global-header .header-bar .nav-list .nav-item .product-wrapper .mobile-collapse-title {
            display: block;
            font-size: 1.5rem;
            font-weight: 400; }
          .global-header .header-bar .nav-list .nav-item .product-wrapper .collapse-content {
            width: 100%;
            font-size: 1.4rem;
            color: #333333;
            line-height: 18px;
            font-weight: 400; }
            .global-header .header-bar .nav-list .nav-item .product-wrapper .collapse-content .collapse-title {
              display: none; }
            .global-header .header-bar .nav-list .nav-item .product-wrapper .collapse-content li {
              margin-bottom: 18px; }
        .global-header .header-bar .nav-list .nav-item .sub-menu-wrapper {
          width: 100%;
          padding: 0 16px; }
          .global-header .header-bar .nav-list .nav-item .sub-menu-wrapper li {
            margin-bottom: 0;
            font-size: 15px;
            font-weight: 400;
            text-align: left;
            border-bottom: 1px solid #eaeaea; }
            .global-header .header-bar .nav-list .nav-item .sub-menu-wrapper li:last-child {
              margin-bottom: 0; }
            .global-header .header-bar .nav-list .nav-item .sub-menu-wrapper li .link {
              padding: 16px 0;
              font-size: 14px; }
        .global-header .header-bar .nav-list .nav-item .support-wrapper {
          overflow-y: auto;
          opacity: 1;
          z-index: 20; }
          .global-header .header-bar .nav-list .nav-item .support-wrapper::before {
            display: none; }
          .global-header .header-bar .nav-list .nav-item .support-wrapper .wrap1310 {
            height: auto;
            opacity: 1; }
            .global-header .header-bar .nav-list .nav-item .support-wrapper .wrap1310 .support-list-bg {
              display: none; }
          .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item {
            width: 100%;
            padding-bottom: 0; }
            .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .sub-support-link-content {
              padding: 16px 0;
              display: flex;
              border-bottom: 1px solid #eaeaea; }
              .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .sub-support-link-content .sub-support-link {
                width: 80%;
                font-size: 14px;
                color: #333333;
                font-weight: 600;
                border-bottom: 0; }
              .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .sub-support-link-content .toggle-support-content {
                width: 20%;
                position: relative; }
                .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item .sub-support-link-content .toggle-support-content .toggle-support {
                  position: absolute;
                  right: 0;
                  top: 50%;
                  width: 11px;
                  height: 8px;
                  background: url("/cep/resource/resources/icons/icon-header-right-arrow.svg");
                  transform: translateY(-50%) rotate(0deg); }
            .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item.active .sub-support-link {
              color: #333;
              border-bottom: none;
              padding-bottom: 0; }
            .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item.active .support-content {
              display: block;
              margin-left: 15px;
              padding-top: 0;
              position: relative;
              left: 0;
              top: 0; }
              .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item.active .support-content .support-list {
                width: 100%;
                max-width: none;
                flex: none;
                margin-right: 0;
                margin-bottom: 0; }
                .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item.active .support-content .support-list .support-list-content {
                  display: flex;
                  padding: 16px 0;
                  margin-bottom: 0;
                  border-bottom: 1px solid #eaeaea; }
                  .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item.active .support-content .support-list .support-list-content .support-link {
                    width: 100%;
                    font-size: 14px;
                    color: #333333;
                    line-height: 22px;
                    font-weight: 400; }
            .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item.active .sub-support-link-content .toggle-support-content .toggle-support {
              transform: translateY(-50%) rotate(180deg); }
            .global-header .header-bar .nav-list .nav-item .support-wrapper .support-flex-item:last-child {
              margin-bottom: 20px; }
          .global-header .header-bar .nav-list .nav-item .support-wrapper .collapse-header {
            display: flex;
            position: relative;
            align-items: center;
            padding-top: 20px;
            padding-bottom: 20px; }
            .global-header .header-bar .nav-list .nav-item .support-wrapper .collapse-header .toggle-icon {
              position: absolute;
              right: 0;
              top: 50%;
              width: 9px;
              height: 9px;
              border-top: 1px solid #333;
              border-right: 1px solid #333;
              transform: translateY(-50%) rotate(135deg); }
            .global-header .header-bar .nav-list .nav-item .support-wrapper .collapse-header[aria-expanded="true"] .toggle-icon {
              transform: rotate(-45deg); }
          .global-header .header-bar .nav-list .nav-item .support-wrapper .img-box {
            width: 42px;
            margin-right: 16px; }
          .global-header .header-bar .nav-list .nav-item .support-wrapper .mobile-collapse-title {
            display: block;
            font-size: 1.5rem;
            font-weight: 400; }
          .global-header .header-bar .nav-list .nav-item .support-wrapper .collapse-content {
            width: 100%;
            font-size: 1.4rem;
            color: #333333;
            line-height: 18px;
            font-weight: 400; }
            .global-header .header-bar .nav-list .nav-item .support-wrapper .collapse-content .collapse-title {
              display: none; }
            .global-header .header-bar .nav-list .nav-item .support-wrapper .collapse-content li {
              margin-bottom: 18px; }
      .global-header .header-bar .nav-list .nav-item {
        text-align: left; }
      .global-header .header-bar .nav-list .mobile-lang-item {
        text-align: center; }
        .global-header .header-bar .nav-list .mobile-lang-item .category {
          display: inline-block;
          padding: 1rem 0 1rem 3.2rem;
          border-color: #333;
          margin-top: 4rem; }
          .global-header .header-bar .nav-list .mobile-lang-item .category::before {
            content: '';
            height: 100%;
            width: 2rem;
            position: absolute;
            left: 0;
            top: 0;
            background: center/contain no-repeat url("/cep/resource/resources/icons/icon-lang.svg"); }
      .global-header .header-bar .nav-list .nav-item.active .category {
        color: #333;
        border-bottom: 1px solid #eaeaea; }
        .global-header .header-bar .nav-list .nav-item.active .category .category-text {
          color: #333; }
      .global-header .header-bar .nav-list .nav-item.active .detail-wrapper {
        left: 0; }
    .global-header .header-bar .m-lang-wrapper {
      text-align: left; }
      .global-header .header-bar .m-lang-wrapper .link {
        display: block;
        padding: 1.6rem 0;
        font-size: 15px;
        line-height: 2.1rem;
        border-bottom: 1px solid #eaeaea; }
    .global-header .header-bar .tool-list {
      flex-direction: row-reverse;
      align-items: center; }
      .global-header .header-bar .tool-list .mobile-menu-icon {
        display: block;
        width: 2.4rem;
        height: 4.8rem;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-bread.svg"); }
      .global-header .header-bar .tool-list .cart-section {
        display: none; }
      .global-header .header-bar .tool-list .login-section {
        margin-right: 1.6rem; }
        .global-header .header-bar .tool-list .login-section:hover .flyout {
          display: none; }
        .global-header .header-bar .tool-list .login-section .icon-box {
          width: 22px;
          padding-top: 0; }
          .global-header .header-bar .tool-list .login-section .icon-box .login-dropdown {
            z-index: 2;
            position: fixed;
            width: 100%;
            left: 0;
            top: 48px;
            transform: none;
            border: none;
            box-shadow: none; }
            .global-header .header-bar .tool-list .login-section .icon-box .login-dropdown .triangle1,
            .global-header .header-bar .tool-list .login-section .icon-box .login-dropdown .triangle2 {
              display: none; }
            .global-header .header-bar .tool-list .login-section .icon-box .login-dropdown .item {
              margin: 0 15px;
              white-space: normal; }
              .global-header .header-bar .tool-list .login-section .icon-box .login-dropdown .item form {
                position: relative; }
              .global-header .header-bar .tool-list .login-section .icon-box .login-dropdown .item .mobile-sign-out {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1; }
              .global-header .header-bar .tool-list .login-section .icon-box .login-dropdown .item input {
                z-index: 10;
                opacity: 0; }
                .global-header .header-bar .tool-list .login-section .icon-box .login-dropdown .item input:hover {
                  color: #333; }
              .global-header .header-bar .tool-list .login-section .icon-box .login-dropdown .item:hover a {
                color: #333; }
        .global-header .header-bar .tool-list .login-section .mobile-new-login-mask {
          display: none;
          height: 9999px;
          opacity: .4;
          background: #000;
          width: 9999px;
          position: fixed;
          z-index: 1;
          left: -100px;
          top: 50px; }
      .global-header .header-bar .tool-list .search-section {
        position: relative;
        height: 4.8rem;
        margin-right: 1.6rem; }
        .global-header .header-bar .tool-list .search-section .icon-box {
          width: 2.4rem;
          background: center/contain no-repeat url(/cep/resource/resources/icons/icon-header-search.svg); }
        .global-header .header-bar .tool-list .search-section .search-box .search-input {
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          border-radius: 0;
          padding: 0 0 0 2.4rem;
          border-bottom: 1px solid #eaeaea;
          font-size: 1.4rem;
          line-height: 2rem; }
        .global-header .header-bar .tool-list .search-section .search-box .search-close {
          width: 1.2rem;
          right: -3rem; }
    .global-header .header-bar.search-box-active .logo {
      display: none; }
    .global-header .header-bar.search-box-active .tool-section .tool-list .search-section {
      width: 100%;
      padding-right: 3rem; }
      .global-header .header-bar.search-box-active .tool-section .tool-list .search-section .icon-box {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 20;
        width: 2.4rem; }
      .global-header .header-bar.search-box-active .tool-section .tool-list .search-section .search-box {
        height: 4.8rem; }
    .global-header .header-bar.m-category-section-active .mobile-menu-icon {
      width: 2.4rem;
      background-image: url("/cep/resource/resources/icons/icon-close-bread.svg"); }
    .global-header .header-bar.m-category-section-active .category-section {
      display: block; } }

.toast-container {
  background: #FFFFFF;
  padding: 20px 40px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 50%;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 560px;
  min-height: 84px;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: flex;
  align-items: center; }
  .toast-container .success,
  .toast-container .warning,
  .toast-container .error {
    width: 30px;
    height: 30px;
    margin-right: 16px;
    background: center/contain no-repeat url(/cep/resource/resources/icons/icon-copy-successful.svg); }
  .toast-container .warning {
    background: center/contain no-repeat url(/cep/resource/resources/icons/warning.svg); }
  .toast-container .error {
    background: center/contain no-repeat url(/cep/resource/resources/icons/icon-copy-error.svg); }
  .toast-container .content {
    flex: 1;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400; }
  .toast-container > :not(:last-child) {
    margin-bottom: 0; }

@media screen and (max-width: 991px) {
  .toast-container {
    max-width: 345px;
    padding: 20px;
    border-radius: 8px;
    min-height: auto; } }

/* ie浏览器弹窗 */
.ie-browser {
  color: #212529;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2); }

.ie-browser .browser {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 630px;
  min-height: 290px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 40px 30px 0px;
  box-sizing: border-box; }

.ie-browser .browser {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 630px;
  min-height: 290px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 40px 30px 0px;
  box-sizing: border-box; }

.ie-browser .browser h1,
.ie-browser .browser h2 {
  font-size: 32px; }

.ie-browser .browser p {
  margin-top: 20px;
  font-size: 16px; }

.ie-browser .browser .browser-ul {
  width: 390px;
  overflow: hidden;
  margin: 40px auto; }

.ie-browser .browser li {
  list-style: none;
  float: left;
  margin-right: 50px; }

.ie-browser .browser li:nth-last-of-type(1) {
  margin-right: 0px; }

.use-ie-browser {
  color: #094f9c;
  cursor: pointer;
  margin-bottom: 20px !important; }

.use-ie-browser img {
  margin-top: -2px;
  margin-left: 5px; }

.video-player {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 80;
  --plyr-color-main: #D7150E; }
  .video-player .video-wrapper {
    width: 69.7vw;
    min-width: 30rem;
    position: relative; }
    .video-player .video-wrapper .video-container {
      width: 100%; }
    .video-player .video-wrapper .icon-close {
      top: 0;
      right: 0;
      cursor: pointer;
      width: 40px;
      height: 40px;
      z-index: 5;
      position: absolute;
      background: center/20px no-repeat url("/cep/resource/resources/icons/icon-close-white.svg");
      background-color: rgba(0, 0, 0, 0.6); }
    .video-player .video-wrapper .custom-speed {
      font-size: 12px; }

@media screen and (max-width: 991px) {
  .video-player .video-wrapper {
    width: 100vw; }
    .video-player .video-wrapper .icon-close {
      width: 30px;
      height: 30px;
      top: 30px;
      right: 15px;
      position: fixed;
      background-size: 20px;
      background-color: transparent; } }

.hik-cookie-manage {
  margin-top: 3rem;
  margin-bottom: 4rem; }
  .hik-cookie-manage tbody, .hik-cookie-manage td, .hik-cookie-manage tfoot, .hik-cookie-manage th, .hik-cookie-manage thead, .hik-cookie-manage tr {
    border-width: 1px; }
  .hik-cookie-manage .content-wrapper {
    background-color: #fff;
    padding: 3rem 3rem 3rem 0; }
  .hik-cookie-manage .cookie-section {
    display: flex;
    align-items: center; }
    .hik-cookie-manage .cookie-section .operater {
      text-align: center;
      width: 15rem;
      margin-right: 1.6rem;
      font-size: 1.6rem;
      margin-left: 1rem; }
      .hik-cookie-manage .cookie-section .operater span {
        display: inline-block;
        padding-left: 2rem;
        position: relative; }
        .hik-cookie-manage .cookie-section .operater span::before {
          content: '';
          left: 0;
          top: 0;
          position: absolute;
          width: 1.6rem;
          height: 100%;
          background: center/contain no-repeat url("/cep/resource/resources/icons/icon-check-3.svg"); }
      .hik-cookie-manage .cookie-section .operater .btn-container {
        width: 15rem;
        white-space: nowrap;
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid #007bff;
        transition: all .3s;
        height: 3.8rem; }
        .hik-cookie-manage .cookie-section .operater .btn-container::after {
          content: '';
          position: absolute;
          z-index: 1;
          width: 1.6rem;
          height: 100%;
          background-color: #fff;
          top: 0;
          right: 0;
          border-radius: 16px;
          transition: all .3s;
          pointer-events: none; }
        .hik-cookie-manage .cookie-section .operater .btn-container .btn-group {
          position: relative;
          transition: all .3s; }
          .hik-cookie-manage .cookie-section .operater .btn-container .btn-group .btn {
            font-size: 1.6rem;
            min-width: 15.1rem;
            padding-top: .5rem;
            padding-bottom: .7rem; }
        .hik-cookie-manage .cookie-section .operater .btn-container.off {
          border-color: #6c757d; }
          .hik-cookie-manage .cookie-section .operater .btn-container.off::after {
            right: calc(100% - 1.6rem); }
          .hik-cookie-manage .cookie-section .operater .btn-container.off .btn-group {
            transform: translateX(-15rem); }
    .hik-cookie-manage .cookie-section .info {
      flex: 1;
      padding-bottom: 2rem;
      border-bottom: 1px solid #eaeaea;
      margin-bottom: 2.4rem; }
      .hik-cookie-manage .cookie-section .info .title {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1.4rem; }
      .hik-cookie-manage .cookie-section .info .description {
        font-size: 1.6rem;
        margin-bottom: 1.6rem; }
      .hik-cookie-manage .cookie-section .info table {
        background-color: grey;
        width: 100%;
        font-size: 1.6rem; }
        .hik-cookie-manage .cookie-section .info table td {
          background-color: #fff; }
          .hik-cookie-manage .cookie-section .info table td.topic {
            font-weight: 600; }

@media (max-width: 991px) {
  .hik-cookie-manage {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    overflow-x: auto; }
    .hik-cookie-manage .content-wrapper {
      padding: 0; }
    .hik-cookie-manage .cookie-section {
      flex-direction: column-reverse;
      border-bottom: 1px solid #eaeaea;
      margin-bottom: 1.5rem; }
      .hik-cookie-manage .cookie-section .operater {
        margin-bottom: 1rem; }
      .hik-cookie-manage .cookie-section .info {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 1rem; }
        .hik-cookie-manage .cookie-section .info .title {
          font-size: 1.6rem;
          margin-bottom: 1rem; }
        .hik-cookie-manage .cookie-section .info .description {
          font-size: 1.4rem;
          margin-bottom: 1rem; }
        .hik-cookie-manage .cookie-section .info .cookie-list {
          max-width: calc(100vw - 3rem);
          overflow-x: auto; }
        .hik-cookie-manage .cookie-section .info table {
          font-size: 1.4rem; } }

.back-to-top {
  z-index: 20;
  display: none;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 130px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(180deg, #F8F8F8 0%, #FFFFFF 51%, #F8F8F8 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(55, 99, 170, 0.16);
  border-radius: 8px; }
  .back-to-top::after {
    content: '';
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    background: center/contain no-repeat url(/cep/resource/resources/icons/icon-arrow-top.svg); }

@media (max-width: 991px) {
  .back-to-top {
    right: 8px;
    bottom: 100px;
    width: 44px;
    height: 44px; } }

.hik-global-search {
  min-height: 60rem;
  margin-bottom: 4rem; }
  .hik-global-search .search-container {
    padding: 4rem 0;
    background-color: #f5f5f5;
    margin-bottom: 2.8rem; }
    .hik-global-search .search-container .search-box {
      position: relative;
      width: 77rem;
      margin: 0 auto; }
    .hik-global-search .search-container .search-input {
      border: 1px solid #ddd;
      border-radius: 24px;
      width: 100%;
      color: #333;
      font-size: 1.4rem;
      line-height: 2rem;
      outline: none;
      padding: 1.2rem 6rem 1.2rem 2.5rem; }
      .hik-global-search .search-container .search-input:hover, .hik-global-search .search-container .search-input:focus {
        border: 1px solid #666; }
    .hik-global-search .search-container .search-btn {
      cursor: pointer;
      background: center/contain no-repeat url("/cep/resource/resources/icons/icon-search-3.svg");
      height: 100%;
      width: 2rem;
      outline: none;
      position: absolute;
      right: 2rem;
      top: 0; }
  .hik-global-search .category-container {
    margin-bottom: 2.4rem;
    position: relative;
    display: none; }
    .hik-global-search .category-container::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 1px;
      bottom: 0;
      background-color: #eaeaea; }
    .hik-global-search .category-container .category {
      cursor: pointer;
      display: inline-block;
      font-size: 1.6rem;
      letter-spacing: 0;
      line-height: 2.2rem;
      padding-bottom: 2rem;
      margin-right: 8rem;
      position: relative; }
      .hik-global-search .category-container .category.active, .hik-global-search .category-container .category:hover {
        color: #d7150e;
        font-weight: 600; }
        .hik-global-search .category-container .category.active::after, .hik-global-search .category-container .category:hover::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 3px;
          background-color: #d7150e;
          left: 0;
          bottom: 1px; }
  .hik-global-search .result-list .result {
    display: block;
    margin-bottom: 1.6rem;
    border-bottom: 1px solid #eee; }
    .hik-global-search .result-list .result:hover {
      color: #d7150e; }
    .hik-global-search .result-list .result .title {
      font-size: 1.6rem;
      letter-spacing: 0;
      line-height: 2.2rem;
      font-weight: 600;
      margin-bottom: 1.6rem; }
    .hik-global-search .result-list .result .desc {
      margin-top: 1.6rem;
      font-size: 1.4rem;
      color: #505050;
      line-height: 2.4rem;
      overflow: hidden;
      max-height: 4.8rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    .hik-global-search .result-list .result span {
      color: #d7150e; }
  .hik-global-search .result-list .no-result-container {
    text-align: center;
    font-size: 1.6rem;
    color: #666;
    padding: 3% 0;
    display: none; }
    .hik-global-search .result-list .no-result-container img {
      margin-bottom: 1.6rem; }
  .hik-global-search .result-list-pagination {
    align-items: center;
    justify-content: center;
    padding-top: .8rem;
    margin-bottom: 2.4rem;
    display: none; }
    .hik-global-search .result-list-pagination.active {
      display: flex; }
  .hik-global-search.no-result .result-list .no-result-container {
    display: block; }
  .hik-global-search.no-result .result-list .result-list-container {
    display: none; }
  .hik-global-search.no-result .result-list-pagination {
    display: none; }
    .hik-global-search.no-result .result-list-pagination.active {
      display: none; }
  .hik-global-search .mobile-view-more-btn {
    display: none; }

@media (max-width: 991px) {
  .hik-global-search {
    min-height: 30rem;
    margin-bottom: 0; }
    .hik-global-search .search-container {
      padding: 2rem 1.5rem;
      margin-bottom: 0; }
      .hik-global-search .search-container .search-box {
        width: auto; }
      .hik-global-search .search-container .search-input {
        line-height: 1.6rem;
        padding: 1.2rem 5rem 1.2rem 1.5rem; }
      .hik-global-search .search-container .search-btn {
        right: 1.6rem; }
    .hik-global-search .category-container {
      margin-left: 0;
      margin-right: 0;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 1.5rem;
      width: 100vw;
      overflow-x: auto;
      white-space: nowrap;
      border-bottom: 1px solid #eaeaea; }
      .hik-global-search .category-container::after {
        display: none; }
      .hik-global-search .category-container .category {
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding: 1.4rem 0;
        margin-right: 3rem; }
        .hik-global-search .category-container .category:hover {
          color: #333;
          font-weight: 400; }
          .hik-global-search .category-container .category:hover::after {
            background-color: transparent; }
        .hik-global-search .category-container .category.active {
          color: #333;
          font-weight: 600; }
          .hik-global-search .category-container .category.active::after {
            height: 2px;
            background-color: #d7150e; }
    .hik-global-search .result-list .result {
      margin-bottom: 1rem; }
      .hik-global-search .result-list .result .title {
        margin-bottom: .8rem;
        line-height: 2.4rem; }
      .hik-global-search .result-list .result .desc {
        line-height: 2rem;
        max-height: 6rem;
        margin-bottom: 1rem;
        -webkit-line-clamp: 3; }
    .hik-global-search .result-list .no-result-container {
      font-size: 1.4rem;
      padding: 3rem 0; }
      .hik-global-search .result-list .no-result-container img {
        margin-bottom: .4rem;
        max-width: 80%; }
    .hik-global-search .mobile-view-more-btn.active {
      display: block;
      text-align: center;
      padding-top: .4rem;
      margin-bottom: 1.5rem; }
    .hik-global-search .view-more {
      font-size: 1.4rem;
      font-weight: 600;
      display: inline-block;
      border: 1px solid #ddd;
      border-radius: 16px;
      padding: 0.5rem 1.6rem; } }

.error-page {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 6rem auto 10rem; }
  .error-page .error-page-content {
    width: 36.1rem; }
    .error-page .error-page-content .error-page-img,
    .error-page .error-page-content .error2 {
      width: 33.2rem;
      height: 20.4rem;
      margin: 0 auto;
      background: url(/cep/resource/resources/images/img-error-page-500.png) no-repeat; }
    .error-page .error-page-content .error2 {
      background: url(/cep/resource/resources/images/img-error-page-404.png) no-repeat; }
    .error-page .error-page-content .title {
      color: #333333;
      text-align: center;
      font-weight: 500;
      font-size: 18px;
      margin-bottom: 1.2rem; }
    .error-page .error-page-content .describe {
      color: #666666;
      text-align: center;
      font-weight: 400;
      font-size: 16px; }

@media screen and (max-width: 991px) {
  .error-page {
    width: calc(100% - 30px);
    margin: 4rem 0 6rem; }
    .error-page .error-page-content {
      width: 100%; } }

.hik-thank-you {
  padding-top: 3rem;
  padding-bottom: 4rem;
  text-align: center; }
  .hik-thank-you img {
    margin: 0 auto;
    width: 39.8rem;
    margin-bottom: 1rem; }
  .hik-thank-you .title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.2rem; }
  .hik-thank-you .desc {
    font-size: 1.4rem;
    color: #666;
    line-height: 22px;
    margin-bottom: 3.4rem; }
    .hik-thank-you .desc .days {
      color: #333;
      font-weight: 700; }
  .hik-thank-you .info-section {
    margin: 0 auto;
    max-width: 88rem;
    background-color: #f5f5f5;
    padding: 2.4rem;
    text-align: left;
    margin-bottom: 3rem;
    border-radius: 4px; }
    .hik-thank-you .info-section p {
      font-size: 1.6rem;
      margin-bottom: .8rem; }
  .hik-thank-you .link {
    padding: .6rem 1.6rem;
    font-size: 1.4rem;
    color: #fff;
    background-color: #d7150e;
    border-radius: 100px;
    display: inline-block; }

@media (max-width: 991px) {
  .hik-thank-you {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    .hik-thank-you img {
      width: 24rem;
      margin-bottom: .8rem; }
    .hik-thank-you .title {
      font-size: 1.6rem;
      margin-bottom: 1.5rem; }
    .hik-thank-you .desc {
      font-weight: 600;
      margin-bottom: 2.4rem; }
    .hik-thank-you .info-section {
      padding: 1.2rem;
      margin-bottom: 2.6rem; }
      .hik-thank-you .info-section p {
        font-size: 1.4rem;
        margin-bottom: .6rem; }
    .hik-thank-you .link {
      width: 29.6rem;
      border-radius: 20px;
      padding: 1.3rem 0; } }

.sitemap .section {
  padding: 40px 0;
  border-bottom: 1px solid #eaeaea; }
  .sitemap .section .first-title {
    display: inline-block;
    font-size: 32px;
    color: #2A2E2E;
    letter-spacing: 0.16px;
    font-weight: 700;
    cursor: pointer; }
  .sitemap .section .first-section {
    display: flex;
    flex-wrap: wrap; }
    .sitemap .section .first-section .secondary-section {
      width: 25%;
      padding-right: 4rem;
      padding-top: 20px; }
      .sitemap .section .first-section .secondary-section .secondary-title {
        font-size: 16px;
        color: #333;
        letter-spacing: 0.1px;
        cursor: pointer; }
      .sitemap .section .first-section .secondary-section .third-section {
        padding-top: 16px; }
        .sitemap .section .first-section .secondary-section .third-section .third-title-content .third-title {
          font-size: 14px;
          color: #666;
          letter-spacing: 0;
          cursor: pointer; }
        .sitemap .section .first-section .secondary-section .third-section .third-title-content .fourthly-section {
          padding-top: 12px; }
          .sitemap .section .first-section .secondary-section .third-section .third-title-content .fourthly-section .fourthly-title-content .fourthly-title {
            font-size: 14px;
            color: #999;
            letter-spacing: 0; }
          .sitemap .section .first-section .secondary-section .third-section .third-title-content .fourthly-section .fourthly-title-content:last-child {
            margin-bottom: 0; }
        .sitemap .section .first-section .secondary-section .third-section .third-title:hover {
          text-decoration: underline; }

.sitemap .section:last-child {
  margin-bottom: 40px; }

@media (max-width: 991px) {
  .sitemap .section {
    padding: 20px 0; }
    .sitemap .section .first-title {
      letter-spacing: 0.12px; }
    .sitemap .section .first-section {
      display: block; }
      .sitemap .section .first-section .secondary-section {
        width: 100%;
        padding-top: 15px;
        padding-right: 0; }
        .sitemap .section .first-section .secondary-section .secondary-title {
          letter-spacing: 0; }
        .sitemap .section .first-section .secondary-section .third-section {
          padding-top: 15px; }
          .sitemap .section .first-section .secondary-section .third-section .third-title-content .fourthly-section {
            padding-top: 15px; }
  .sitemap .section:last-child {
    margin-bottom: 20px; } }

.product-carousel-wrapper {
  padding: 3rem 0 4rem; }
  .product-carousel-wrapper .common-title {
    color: #333; }
    @media (max-width: 991px) {
      .product-carousel-wrapper .common-title {
        margin-bottom: 20px; } }
  .product-carousel-wrapper.no-title {
    padding: 2rem; }
  .product-carousel-wrapper.short-product {
    padding: 3rem 0 4rem; }
    .product-carousel-wrapper.short-product.no-title {
      padding: 2rem 3rem; }
    .product-carousel-wrapper.short-product .product.slick-active .content-box {
      padding: 0 1.25rem; }
    .product-carousel-wrapper.short-product .product .link {
      background-color: transparent; }
      .product-carousel-wrapper.short-product .product .link .product-img {
        padding: 0; }
        .product-carousel-wrapper.short-product .product .link .product-img .img-box {
          min-height: auto;
          background-color: #f5f5f5;
          padding: 5rem 0; }
          .product-carousel-wrapper.short-product .product .link .product-img .img-box .img {
            width: 16rem;
            height: 16rem;
            transition: all .3s ease-in; }
            @supports ((-o-object-fit: contain) or (object-fit: contain)) {
              .product-carousel-wrapper.short-product .product .link .product-img .img-box .img {
                height: 16rem;
                width: 16rem;
                -o-object-fit: contain;
                   object-fit: contain; } }
      .product-carousel-wrapper.short-product .product .link .content-box {
        position: unset; }
        .product-carousel-wrapper.short-product .product .link .content-box .product-name {
          font-size: 1.6rem;
          line-height: 2.4rem;
          font-weight: 700;
          margin-top: 2rem; }
        .product-carousel-wrapper.short-product .product .link .content-box .desc {
          max-height: 6.6rem;
          font-weight: 400;
          font-size: 1.4rem;
          line-height: 2.2rem;
          margin-top: 1.2rem;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
      .product-carousel-wrapper.short-product .product .link:hover .img {
        transform: scale(1.05); }
      .product-carousel-wrapper.short-product .product .link:hover .content-box .desc {
        max-height: 6.6rem;
        padding-top: 0;
        transition: all .3s ease-in; }
    .product-carousel-wrapper.short-product .carousel-list .arrow-btn {
      top: calc(50% - 9rem);
      opacity: 1; }
    .product-carousel-wrapper.short-product .carousel-dot-list {
      display: none; }
    .product-carousel-wrapper.short-product .view-more {
      position: unset;
      text-align: right;
      margin-top: 2.4rem; }
      .product-carousel-wrapper.short-product .view-more .link {
        position: relative; }
  .product-carousel-wrapper .product {
    text-align: center; }
    .product-carousel-wrapper .product.slick-active .content-box {
      padding: 0 1rem; }
    .product-carousel-wrapper .product .link {
      cursor: pointer;
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      background-color: #f5f5f5; }
      .product-carousel-wrapper .product .link .product-img {
        padding: 6rem 0 13rem; }
        .product-carousel-wrapper .product .link .product-img .img-box {
          margin: 0 auto;
          min-height: 25rem; }
          .product-carousel-wrapper .product .link .product-img .img-box .img {
            display: inline-block;
            max-height: 25rem;
            max-width: 25rem; }
            @supports ((-o-object-fit: contain) or (object-fit: contain)) {
              .product-carousel-wrapper .product .link .product-img .img-box .img {
                height: 25rem;
                width: 25rem;
                -o-object-fit: contain;
                   object-fit: contain; } }
      .product-carousel-wrapper .product .link .content-box {
        width: 100%;
        bottom: 3rem;
        padding: 0 2rem;
        position: absolute; }
        .product-carousel-wrapper .product .link .content-box .product-name {
          line-height: 3.3rem;
          font-size: 2rem;
          font-weight: 600; }
        .product-carousel-wrapper .product .link .content-box .desc {
          font-size: 1.6rem;
          max-height: 0;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
      .product-carousel-wrapper .product .link:hover .content-box .desc {
        max-height: 5.4rem;
        padding-top: .6rem;
        transition: all .3s ease-in; }
  .product-carousel-wrapper .carousel-list {
    position: relative; }
    .product-carousel-wrapper .carousel-list .arrow-btn {
      cursor: pointer;
      width: 6rem;
      height: 6rem;
      position: absolute;
      top: calc(50% - 3rem);
      opacity: 0;
      background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow-4.svg");
      display: none; }
      .product-carousel-wrapper .carousel-list .arrow-btn.next {
        right: 0; }
      .product-carousel-wrapper .carousel-list .arrow-btn.pre {
        left: 0;
        transform: rotate(180deg); }
    .product-carousel-wrapper .carousel-list:hover .arrow-btn {
      opacity: 1; }
    .product-carousel-wrapper .carousel-list.next-arrow-active .next {
      display: block; }
    .product-carousel-wrapper .carousel-list.pre-arrow-active .pre {
      display: block; }
  .product-carousel-wrapper .carousel-dot-list {
    margin-top: 3rem; }
    .product-carousel-wrapper .carousel-dot-list .slick-dots {
      list-style: none;
      text-align: center;
      padding: 0;
      margin: 0; }
      .product-carousel-wrapper .carousel-dot-list .slick-dots li {
        display: inline-block;
        background-color: #999;
        border-radius: 50%;
        margin: 0 2rem;
        overflow: hidden;
        height: 1rem;
        width: 1rem;
        opacity: .6; }
        .product-carousel-wrapper .carousel-dot-list .slick-dots li button {
          opacity: 0; }
        .product-carousel-wrapper .carousel-dot-list .slick-dots li.slick-active {
          background-color: #666;
          opacity: 1; }
  .product-carousel-wrapper .view-more {
    position: relative; }
    .product-carousel-wrapper .view-more .link {
      position: absolute;
      line-height: 2.2rem;
      font-size: 1.6rem;
      font-weight: 600;
      bottom: 0;
      right: 1rem;
      padding-right: 2.2rem; }
      .product-carousel-wrapper .view-more .link::after {
        content: '';
        position: absolute;
        width: 1.4rem;
        height: 1.9rem;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow.svg");
        bottom: 0;
        right: 0; }
      .product-carousel-wrapper .view-more .link:hover {
        text-decoration: underline; }

@media (max-width: 991px) {
  .product-carousel-wrapper {
    padding: 1.5rem 0; }
    .product-carousel-wrapper .common-title {
      font-size: 2.4rem; }
    .product-carousel-wrapper.no-title {
      padding: 1.5rem 0; }
    .product-carousel-wrapper.short-product {
      padding: 1.5rem 0; }
      .product-carousel-wrapper.short-product.no-title {
        padding: 1.5rem 0; }
      .product-carousel-wrapper.short-product .product-list {
        display: flex; }
        .product-carousel-wrapper.short-product .product-list .product {
          text-align: unset;
          display: block; }
          .product-carousel-wrapper.short-product .product-list .product .link .product-img {
            text-align: center; }
            .product-carousel-wrapper.short-product .product-list .product .link .product-img .img-box {
              padding: 4.2rem 6.2rem; }
              .product-carousel-wrapper.short-product .product-list .product .link .product-img .img-box .img {
                width: 13.5rem;
                height: 12.8rem;
                transition: all .3s ease-in; }
                @supports ((-o-object-fit: contain) or (object-fit: contain)) {
                  .product-carousel-wrapper.short-product .product-list .product .link .product-img .img-box .img {
                    width: 13.5rem;
                    height: 12.8rem;
                    -o-object-fit: contain;
                       object-fit: contain; } }
          .product-carousel-wrapper.short-product .product-list .product .link .content-box {
            max-width: 26rem;
            padding: 0; }
            .product-carousel-wrapper.short-product .product-list .product .link .content-box .product-name {
              margin-top: 1.5rem;
              white-space: normal; }
            .product-carousel-wrapper.short-product .product-list .product .link .content-box .desc {
              height: 6.6rem;
              white-space: normal; }
      .product-carousel-wrapper.short-product .carousel-list .arrow-btn {
        top: calc(50% - 9rem); }
      .product-carousel-wrapper.short-product .view-more {
        margin-top: 1.5rem;
        display: block; }
        .product-carousel-wrapper.short-product .view-more .link {
          font-size: 1.4rem;
          line-height: 1.9rem;
          right: 0; }
          .product-carousel-wrapper.short-product .view-more .link::after {
            width: 1.2rem;
            height: .8rem;
            top: 50%;
            transform: translateY(-50%); }
    .product-carousel-wrapper .carousel-list {
      overflow: hidden; }
      .product-carousel-wrapper .carousel-list.next-arrow-active .next {
        display: none; }
      .product-carousel-wrapper .carousel-list.pre-arrow-active .pre {
        display: none; }
      .product-carousel-wrapper .carousel-list .product-list {
        overflow: auto;
        white-space: nowrap; }
    .product-carousel-wrapper .product {
      display: inline-block;
      margin-right: 1.5rem; }
      .product-carousel-wrapper .product .link .product-img {
        padding: 5rem 4.5rem 8rem; }
        .product-carousel-wrapper .product .link .product-img .img-box {
          min-height: 22rem; }
          .product-carousel-wrapper .product .link .product-img .img-box .img {
            max-height: 22rem;
            max-width: 22rem; }
            @supports ((-o-object-fit: contain) or (object-fit: contain)) {
              .product-carousel-wrapper .product .link .product-img .img-box .img {
                height: 22rem;
                width: 22rem; } }
      .product-carousel-wrapper .product .link .content-box {
        bottom: 2.4rem; }
        .product-carousel-wrapper .product .link .content-box .product-name {
          line-height: 2rem;
          font-size: 1.5rem; }
        .product-carousel-wrapper .product .link .content-box .desc {
          display: none; }
    .product-carousel-wrapper .carousel-dot-list {
      display: none; }
    .product-carousel-wrapper .view-more {
      display: none; } }

.ad-card-box {
  width: 100%;
  background-color: #000;
  position: relative; }

.ad-card-box .ql-editor p {
  font-size: 20px; }

@media only screen and (max-width: 991px) {
  .ad-card-box .ql-editor p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0; } }

.ad-card-box.black {
  background-color: #000; }

.ad-card-box.white {
  background-color: #fff; }

@media only screen and (min-width: 991px) {
  .ad-card-box.customize {
    height: 100vh;
    box-sizing: border-box; }
  /* .ad-card-box:not(.customize){
    padding-bottom: 33.33%;
  } */ }

@media only screen and (max-width: 991px) {
  .ad-card-box {
    overflow: hidden;
    /* max-height: 80.66vh; */ } }

.ad-card-box {
  height: 100vh; }

.ad-card-box:not(.has-small-pic) {
  height: 80.66vh; }

@media only screen and (max-width: 991px) {
  .ad-card-box:not(.has-small-pic) {
    height: 80.66vh; } }

.ad-card-box picture {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden; }

@media only screen and (min-width: 991px) {
  .ad-card-box .wrapper-box picture {
    width: 40%;
    height: auto; } }

.ad-card-box picture img {
  border-radius: 20px; }

.ad-card-box picture.customize img {
  border-radius: 0px; }

.ad-card-box .wrap1310 {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%); }

@media only screen and (max-width: 991px) {
  .ad-card-box .wrap1310 {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 991px) {
  /* .ad-card-box .wrap1310 {
    height: auto;
  } */ }

.ad-card-box .wrapper-box {
  display: flex;
  box-sizing: border-box; }

@media only screen and (min-width: 991px) {
  .ad-card-box .wrapper-box {
    padding: 120px 0px; } }

@media only screen and (max-width: 991px) {
  .ad-card-box .wrapper-box {
    padding: 30px 0px; }
  .ad-card-box.has-small-pic .wrapper-box {
    padding-top: 30px; } }

@media only screen and (max-width: 991px) {
  .ad-card-box .wrapper-box .text-wrapper {
    top: 30px;
    transform: translateY(0%); } }

.ad-card-box picture img {
  width: 100%;
  height: 100%;
  /* -o-object-fit: contain;
     object-fit: contain; */ }

.ad-card-box video {
  max-width: 650px;
  width: 100%;
  max-height: 660px;
  border-radius: 20px;
  overflow: hidden; }

@media only screen and (max-width: 991px) {
  .ad-card-box video {
    margin-bottom: 30px;
    max-height: 360px;
    order: 2; }
  .ad-card-box picture img {
    -o-object-fit: cover;
    object-fit: cover; } }

.ad-card-box .wrapper-box {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between; }

@media only screen and (max-width: 991px) {
  .ad-card-box .wrapper-box {
    flex-direction: column;
    padding-top: 30px; }
  .ad-card-box .wrapper-box.center {
    flex-direction: row;
    /* height: 100vh; */ }
  .ad-card-box .wrapper-box.center .text-wrapper {
    padding-top: 10px;
    width: 100%; } }

@media only screen and (min-width: 991px) {
  .ad-card-box .wrapper-box.center {
    justify-content: center; }
  /* .ad-card-box .wrapper-box.left .text-wrapper{
    margin-right: 7.29167vw;
  }
  .ad-card-box .wrapper-box.right .text-wrapper{
    margin-left: 7.29167vw;
  } */ }

.ad-card-box .wrapper-box.center .text-wrapper .title {
  max-width: 800px;
  text-align: center; }

.ad-card-box .wrapper-box.center .text-wrapper .description {
  max-width: 800px;
  text-align: center; }

.ad-card-box .wrapper-box.center .text-wrapper .description p {
  text-align: center; }

.ad-card-box .wrapper-box.center .text-wrapper .description .ql-container {
  display: inline-block; }

.ad-card-box .wrapper-box.center .text-wrapper .description .ql-editor p {
  font-size: 20px; }

.ad-card-box .wrapper-box.center .text-wrapper .button-box {
  text-align: center;
  justify-content: center; }

.ad-card-box .wrapper-box picture {
  max-width: 650px; }

@media only screen and (max-width: 991px) {
  .ad-card-box .wrapper-box .text-wrapper .description {
    text-align: center; }
  .ad-card-box .wrapper-box.center .text-wrapper .description .ql-editor p {
    font-size: 16px; }
  .ad-card-box .wrapper-box .text-wrapper .description .ql-container {
    display: inline-block; }
  .ad-card-box .wrapper-box .text-wrapper .description .ql-container .ql-editor {
    text-align: center; }
  .ad-card-box .wrapper-box .text-wrapper .description .ql-container .ql-editor p {
    text-align: center; }
  .ad-card-box .wrapper-box.center .text-wrapper .button-box {
    flex-wrap: wrap; }
  .ad-card-box .wrapper-box.center .text-wrapper .button-box a {
    margin-bottom: 10px; }
  .ad-card-box .wrapper-box {
    justify-content: left; }
  .ad-card-box .wrapper-box picture {
    order: 2;
    /* margin-top: 20px; */
    max-height: 370px;
    min-height: 250px; } }

.ad-card-box .wrapper-box .text-wrapper {
  color: #fff;
  /* width: calc(100% - 40vw); */ }

@media only screen and (max-width: 991px) {
  .ad-card-box .wrapper-box .text-wrapper {
    text-align: center;
    order: 1;
    width: 100%; } }

.ad-card-box .wrapper-box .text-wrapper .title {
  font-size: 56px;
  line-height: 74px;
  max-width: 800px;
  color: #fff;
  position: relative;
  top: 50px;
  opacity: 0;
  font-weight: 700; }

@media only screen and (min-width: 991px) {
  .ad-card-box .wrapper-box:not(.center) .text-wrapper .title {
    width: 27.084vw;
    max-width: 520px; } }

.ad-card-box .wrapper-box .text-wrapper .title pre {
  white-space: pre-wrap;
  /* 保留空白符序列，但是正常换行 */
  overflow-wrap: break-word;
  /* 允许在单词内换行 */
  word-wrap: break-word;
  /* 允许在单词内换行（与overflow-wrap相同） */
  font-size: 56px;
  overflow: hidden; }

.ad-card-box .wrapper-box .text-wrapper .title pre pre {
  display: none; }

@media only screen and (max-width: 991px) {
  .ad-card-box .wrapper-box .text-wrapper .title {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    margin: 0 auto; }
  .ad-card-box .wrapper-box .text-wrapper .title pre {
    font-size: 24px; } }

.ad-card-box .wrapper-box .text-wrapper .description {
  margin-top: 24px;
  font-size: 20px;
  line-height: 32px;
  max-width: 520px;
  color: #fff;
  position: relative;
  top: 50px;
  opacity: 0; }

@media only screen and (max-width: 991px) {
  .ad-card-box .wrapper-box .text-wrapper .description {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px; } }

.ad-card-box .wrapper-box .text-wrapper .button-box {
  margin-top: 24px;
  font-size: 20px;
  position: relative;
  top: 50px;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

@media only screen and (max-width: 991px) {
  .ad-card-box .wrapper-box .text-wrapper .description {
    margin: 0 auto 12px; }
  .ad-card-box .wrapper-box .text-wrapper .button-box {
    margin-top: 12px;
    font-size: 14px;
    justify-content: center;
    margin-top: 0px; } }

.ad-card-box .wrapper-box .text-wrapper .button-box a {
  cursor: pointer;
  margin-right: 30px;
  padding: 8px 22px 9px;
  border-radius: 50px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px; }

.ad-card-box .wrapper-box .text-wrapper .button-box a:nth-child(n+3) {
  display: none; }

.ad-card-box .wrapper-box .text-wrapper .button-box a:nth-last-of-type(1) {
  margin-right: 0px; }

@media only screen and (max-width: 991px) {
  .ad-card-box .wrapper-box .text-wrapper .button-box a {
    padding: 7px 14px;
    line-height: 32px;
    margin-right: 20px;
    box-sizing: content-box;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px; } }

.ad-card-box .wrapper-box .text-wrapper .button-box a.video-btn {
  /* width: 160px; */
  background-image: url("/cep/resource/resources/icons/icon-player-white.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
  text-align: center;
  padding-left: 50px; }

.ad-card-box .wrapper-box .text-wrapper .button-box a.video-btn.blackBoxWhiteFont {
  background-image: url("/cep/resource/resources/icons/icon-player-black.svg"); }

@media only screen and (max-width: 991px) {
  .ad-card-box .wrapper-box .text-wrapper .button-box a.video-btn {
    width: auto;
    background-position: 12px center;
    padding-left: 38px; } }

.ad-card-box .wrapper-box .text-wrapper .button-box a.redMain {
  background-color: #D7150E;
  color: #fff; }

.ad-card-box .wrapper-box .text-wrapper .button-box a.redMain:hover {
  background-color: #C1120B; }

.ad-card-box .wrapper-box .text-wrapper .button-box a.whiteMain {
  background-color: white;
  color: #333; }

.ad-card-box .wrapper-box .text-wrapper .button-box a.whiteMain:hover {
  background-color: rgba(255, 255, 255, 0.8); }

.ad-card-box .wrapper-box .text-wrapper .button-box a.whiteBoxBlackFont {
  border: 2px solid white;
  color: #fff; }

.ad-card-box .wrapper-box .text-wrapper .button-box a.whiteBoxBlackFont:hover {
  background-color: rgba(255, 255, 255, 0.2); }

.ad-card-box .wrapper-box .text-wrapper .button-box a.blackBoxWhiteFont {
  border: 2px solid black;
  color: #333; }

.ad-card-box .wrapper-box .text-wrapper .button-box a.blackBoxWhiteFont:hover {
  background-color: rgba(51, 51, 51, 0.2); }

.ad-card-box .wrapper-box .text-wrapper.animate .title {
  -webkit-animation: slideUp 1s forwards;
          animation: slideUp 1s forwards; }

.ad-card-box .wrapper-box .text-wrapper.animate .description {
  -webkit-animation: slideUp 1s forwards;
          animation: slideUp 1s forwards; }

.ad-card-box .wrapper-box .text-wrapper.animate .button-box {
  -webkit-animation: slideUp 1s forwards;
          animation: slideUp 1s forwards; }

.ad-card-box .wrapper-box .text-wrapper.black .title {
  color: #333; }

.ad-card-box .wrapper-box .text-wrapper.black .description {
  color: #333; }

@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    top: 100px; }
  to {
    opacity: 1;
    top: 0px; } }

@keyframes slideUp {
  from {
    opacity: 0;
    top: 100px; }
  to {
    opacity: 1;
    top: 0px; } }

@-webkit-keyframes banner-active {
  from {
    width: 0px; }
  to {
    width: inherit; } }

@keyframes banner-active {
  from {
    width: 0px; }
  to {
    width: inherit; } }

.swiper.banner-swipper {
  width: 100%;
  position: relative;
  overflow: hidden; }

.swiper.banner-swipper .btn-style {
  display: none;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/cep/resource/resources/icons/banner-prev.svg") no-repeat center/cover;
  z-index: 10; }

.swiper.banner-swipper .btn-style.active {
  display: block; }

.swiper.banner-swipper .btn-prev {
  left: 20px; }

.swiper.banner-swipper .btn-next {
  right: 20px;
  transform: translateY(-50%) rotate(180deg); }

@media only screen and (max-width: 991px) {
  .swiper.banner-swipper .btn-style.active {
    display: none; } }

.swiper.banner-swipper.thin-banner .swiper-wrapper .swiper-slide {
  padding-bottom: 0px;
  min-height: 340px; }

@media only screen and (max-width: 991px) {
  .swiper.banner-swipper.thin-banner .swiper-wrapper .swiper-slide {
    padding-bottom: 0%;
    min-height: 232px; } }

@media only screen and (max-width: 768px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide {
    min-height: 380px; } }

.swiper.banner-swipper .swiper-wrapper {
  position: relative;
  width: 100%; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide {
  display: inline-block;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  padding-bottom: 33.15%;
  background-size: cover;
  position: relative; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide.have-link {
  cursor: pointer; }

@media only screen and (max-width: 991px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide.have-link {
    cursor: auto; } }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 991px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text {
    top: 30px;
    transform: translate(-50%, 0%); } }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .left {
  text-align: left; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .left .cta {
  display: flex; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .left .cta .banner-cta {
  display: flex;
  align-items: center; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .center {
  text-align: center; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .right {
  text-align: right; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .right .title pre {
  text-align: left; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .right .sub-title pre {
  text-align: left; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .right .cta {
  text-align: left; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text.black {
  color: #333; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .title {
  font-size: 40px;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  line-height: 55px;
  display: inline-block; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text pre {
  word-break: break-word;
  white-space: pre-wrap; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .title pre {
  display: inline-block;
  max-width: 665px;
  width: 665px;
  margin-bottom: 0;
  overflow: unset;
  font-size: 40px; }

@media only screen and (max-width: 1440px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .title pre {
    font-size: 32px; } }

@media only screen and (max-width: 991px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .title pre {
    font-size: 24px; } }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .center .title pre {
  max-width: 920px;
  width: 920px; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: inline-block;
  max-width: 665px;
  width: 665px; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta .banner-cta:hover {
  cursor: pointer; }

@media only screen and (max-width: 1440px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .title pre {
    max-width: 500px;
    width: 500px; }
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .center .title pre {
    max-width: 680px;
    width: 680px; } }

@media only screen and (max-width: 991px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .title pre {
    max-width: 100%;
    width: 100%; }
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .center .title pre {
    max-width: 100%;
    width: 100%; } }

@media only screen and (max-width: 1440px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .title {
    font-size: 32px;
    line-height: 42px; } }

@media only screen and (max-width: 991px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .title {
    font-size: 24px;
    line-height: 30px; } }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .sub-title {
  font-size: 24px;
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  line-height: 36px;
  display: inline-block; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .sub-title pre {
  display: inline-block;
  max-width: 665px;
  width: 665px;
  line-height: 36px;
  margin-bottom: 0;
  overflow: unset;
  font-size: 24px; }

@media only screen and (max-width: 1440px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .sub-title pre {
    font-size: 16px;
    line-height: 21px; } }

@media only screen and (max-width: 991px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .sub-title pre {
    font-size: 14px; } }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .center .sub-title pre {
  max-width: 920px;
  width: 920px; }

@media only screen and (max-width: 1440px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .sub-title pre {
    max-width: 500px;
    width: 500px;
    line-height: 21px; }
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta {
    max-width: 500px;
    width: 500px; }
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .center .sub-title pre {
    max-width: 680px;
    width: 680px; } }

@media only screen and (max-width: 991px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .sub-title pre {
    max-width: 100%;
    width: 100%; }
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta {
    max-width: 100%;
    width: 100%; }
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .center .sub-title pre {
    max-width: 100%; } }

@media only screen and (max-width: 1440px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .sub-title {
    font-size: 16px;
    margin-top: 16px;
    line-height: 21px; } }

@media only screen and (max-width: 991px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .sub-title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px; } }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta a {
  margin-top: 30px; }

@media only screen and (max-width: 1440px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta a {
    margin-top: 20px; } }

@media only screen and (max-width: 991px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta a {
    margin-top: 15px; } }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a {
  display: inline-block;
  color: #fff;
  padding: 0px 24px;
  border-radius: 24px;
  background-color: #d7150e;
  font-size: 20px;
  width: auto;
  height: 48px;
  line-height: 40px;
  box-sizing: border-box;
  border: 2px solid transparent; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta a:nth-of-type(n+4) {
  display: none; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a.video-btn {
  display: inline-block;
  background-repeat: no-repeat;
  /* background-image: url("/cep/resource/resources/icons/icon-player-white.svg"); */
  background-size: 20px 20px;
  text-indent: 25px;
  box-sizing: border-box;
  background-position: 18px center;
  background-image: url("/cep/resource/resources/icons/icon-player-white.svg");
  border: 2px solid #fff;
  background-color: transparent; }

@media only screen and (max-width: 991px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a.video-btn {
    background-size: 14px 14px;
    background-position: 14px center;
    text-indent: 22px; } }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a.video-btn.whiteBoxWhiteFont {
  background-image: url("/cep/resource/resources/icons/icon-player-white.svg"); }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a.video-btn.blackBoxBlackFont {
  background-image: url("/cep/resource/resources/icons/icon-player-black.svg"); }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a:not(:nth-last-of-type(1)) {
  margin-right: 30px; }

@media only screen and (max-width: 1440px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a {
    font-size: 14px;
    padding: 0px 20px;
    height: 40px;
    line-height: 36px; }
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a:not(:nth-last-of-type(1)) {
    margin-right: 15px; } }

@media only screen and (max-width: 991px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a {
    border: 1px solid transparent;
    font-size: 14px;
    padding: 0px 10px;
    height: 32px;
    line-height: 30px;
    overflow: hidden; }
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a:not(:nth-last-of-type(1)) {
    margin-right: 10px; } }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a.whiteBoxWhiteFont {
  border: 2px solid #fff;
  background-color: transparent; }

@media only screen and (max-width: 991px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a.whiteBoxWhiteFont {
    border: 1px solid #fff; }
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a.video-btn {
    border: 1px solid #fff; } }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a.video-btn:hover {
  background-color: rgba(255, 255, 255, 0.2); }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a.whiteBoxWhiteFont:hover {
  background-color: rgba(255, 255, 255, 0.2); }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a.blackBoxBlackFont {
  border: 2px solid #333;
  background-color: transparent;
  color: #333; }

@media only screen and (max-width: 991px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a.blackBoxBlackFont {
    border: 1px solid #333; } }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a.blackBoxBlackFont:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a.whiteMain {
  background-color: #fff;
  color: #333; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a.whiteMain:hover {
  background-color: rgba(255, 255, 255, 0.8); }

.swiper.banner-swipper .swiper-wrapper .swiper-slide .swiper-box-text .cta > a:hover {
  background-color: #c1120b; }

@media only screen and (max-width: 991px) {
  .swiper.banner-swipper .swiper-wrapper .swiper-slide {
    padding-bottom: 0px;
    background-size: 100% 100%;
    min-height: 380px;
    height: 101.333333333vw; }
  .swiper.banner-swipper.thin-banner .swiper-wrapper .swiper-slide {
    height: 61.5vw; } }

.swiper.banner-swipper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%; }

.swiper.banner-swipper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%; }

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 20px;
  border-radius: 0px;
  border: none;
  outline: none;
  position: relative;
  background-color: transparent; }

@media only screen and (max-width: 991px) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 10px; } }

.swiper .swiper-pagination .swiper-pagination-bullet .swiper-carousel-div {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

@media only screen and (max-width: 991px) {
  .swiper .swiper-pagination .swiper-pagination-bullet .swiper-carousel-div {
    height: 2px; } }

.swiper .swiper-pagination .swiper-pagination-bullet .swiper-carousel-div span {
  display: inline-block;
  position: absolute;
  left: 0;
  height: 4px;
  background: white; }

@media only screen and (max-width: 991px) {
  .swiper .swiper-pagination .swiper-pagination-bullet .swiper-carousel-div span {
    height: 2px; } }

.swiper .swiper-pagination .swiper-pagination-bullet .swiper-carousel-div.black {
  background: rgba(0, 0, 0, 0.25); }

.swiper .swiper-pagination .swiper-pagination-bullet .swiper-carousel-div.black span {
  background-color: black; }

.swiper .swiper-pagination .swiper-pagination-bullet .swiper-carousel-div.white {
  background: rgba(255, 255, 255, 0.25); }

.swiper .swiper-pagination .swiper-pagination-bullet .swiper-carousel-div.white span {
  background: white; }

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-carousel-div span {
  background: white; }

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-carousel-div span.slow {
  animation-play-state: paused;
  -webkit-animation-play-state: paused; }

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-carousel-div.black span {
  background: black; }

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-carousel-div.white span {
  background: white !important; }

.card-gallery-wrapper {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 30px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; }

.card-gallery-wrapper div {
  box-sizing: border-box; }

.card-gallery-wrapper .card-gallery-item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(25% - 18.75px);
  margin-bottom: 25px;
  margin-right: 25px;
  text-align: center;
  height: auto;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4px; }

.card-gallery-wrapper .card-gallery-item:nth-of-type(4n) {
  margin-right: 0px; }

.card-gallery-wrapper .card-gallery-item .card-gallery-container {
  height: 100%;
  position: relative; }

.card-gallery-wrapper .card-gallery-item .card-gallery-container .card-gallery-image {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat; }

.card-gallery-wrapper .card-gallery-item .card-gallery-container .card-gallery-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px; }

.card-gallery-wrapper .card-gallery-item .card-gallery-container .card-gallery-text {
  padding: 16px;
  text-align: left;
  color: #333; }

.card-gallery-wrapper .card-gallery-item .card-gallery-container .card-gallery-text li {
  list-style: inside;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px; }

.card-gallery-wrapper .card-gallery-item .card-gallery-container .card-gallery-text li:last-child {
  margin-bottom: 0px; }

.card-gallery-wrapper .card-gallery-item .card-gallery-container .card-gallery-text li a {
  color: #333;
  margin-left: -7px;
  cursor: default; }

.card-gallery-wrapper .card-gallery-item .card-gallery-container .card-gallery-text li.link-hover:hover {
  color: #D7150E; }

.card-gallery-wrapper .card-gallery-item .card-gallery-container .card-gallery-text li.link-hover:hover a {
  color: #D7150E;
  cursor: pointer; }

@media only screen and (max-width: 992px) {
  .card-gallery-wrapper {
    padding: 10px 15px;
    padding-bottom: 0px;
    justify-content: space-between; }
  .card-gallery-wrapper .card-gallery-item {
    flex-basis: 100%;
    margin: 0px;
    margin-bottom: 15px; }
  .card-gallery-wrapper .card-gallery-item .card-gallery-container .card-gallery-title {
    font-size: 16px; } }

.common-title-container {
  padding-top: 50px !important;
  padding-bottom: 20px !important;
  text-align: left;
  color: #333; }

.common-title-container.center {
  text-align: center; }

.common-title-container.right {
  text-align: right; }

.common-title-container.white {
  color: #fff; }

.common-title-container .common-title {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0px; }

@media (max-width: 991px) {
  .common-title-container {
    padding-top: 20px !important;
    padding-bottom: 10px !important; }
  .common-title-container .common-title {
    font-size: 24px;
    line-height: 32px; } }

.contact-us-wrapper {
  min-width: 50px;
  height: 50px;
  box-sizing: border-box;
  position: fixed;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background-image: linear-gradient(180deg, #f8f8f8 0, #fff 51%, #f8f8f8 100%);
  border: 2px solid white;
  right: 20px;
  bottom: 190px;
  z-index: 20;
  padding: 10px; }
  .contact-us-wrapper .menu-btn {
    display: flex;
    justify-content: center; }
    .contact-us-wrapper .menu-btn .icon {
      width: 2.6rem;
      vertical-align: baseline; }
    .contact-us-wrapper .menu-btn .text {
      display: inline-block;
      overflow: hidden;
      width: 0;
      font-size: 1.4rem;
      line-height: 2.5rem;
      white-space: nowrap;
      font-weight: 600;
      transition: all .3s; }
      .contact-us-wrapper .menu-btn .text.lock {
        width: auto;
        padding-left: 0.8rem; }
  .contact-us-wrapper:hover {
    cursor: pointer; }
    .contact-us-wrapper:hover .text {
      width: auto;
      padding-left: 0.8rem; }
  .contact-us-wrapper .contact-us-list {
    display: none;
    background: #fff;
    width: 326px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    background-image: linear-gradient(180deg, #f8f8f8 0, #fff 51%, #f8f8f8 100%);
    border: 2px solid white;
    border-radius: 8px;
    position: fixed;
    bottom: 248px;
    right: 20px;
    z-index: 22;
    display: none;
    padding: 10px 0; }
    .contact-us-wrapper .contact-us-list .close {
      max-width: 14px;
      max-height: 14px;
      position: absolute;
      right: 10px;
      top: 10px; }
    .contact-us-wrapper .contact-us-list .service-item {
      display: flex;
      height: 4rem;
      align-items: center;
      padding-left: 15px; }
      .contact-us-wrapper .contact-us-list .service-item:hover {
        background: #f8f8f8; }
      .contact-us-wrapper .contact-us-list .service-item .little-icon {
        max-width: 20px;
        max-height: 20px;
        vertical-align: unset;
        margin-right: 10px; }
      .contact-us-wrapper .contact-us-list .service-item .item {
        width: calc(100% - 40px);
        font-size: 1.4rem;
        font-weight: 400; }

@media (max-width: 991px) {
  .contact-us-wrapper {
    right: 8px;
    bottom: 152px;
    padding: 10px 0 9px 0;
    min-width: 44px;
    height: 44px; }
    .contact-us-wrapper .menu-btn {
      display: flex;
      justify-content: center; }
      .contact-us-wrapper .menu-btn .icon {
        width: 2rem; }
      .contact-us-wrapper .menu-btn .text {
        display: none; }
    .contact-us-wrapper .contact-us-list {
      right: 8px;
      bottom: 204px; } }

.contact-us-box {
  padding: 20px;
  background-color: #fff; }

@media (max-width: 991px) {
  .contact-us-box {
    padding: 0px; } }

.contact-us-box .contact-us-title {
  font-size: 40px;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 30px;
  position: relative; }

@media (max-width: 991px) {
  .contact-us-box .contact-us-title {
    font-size: 24px;
    /* margin-top: 20px; */
    margin-bottom: 20px; } }

/* .contact-us-box .contact-us-title::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 4px;
  bottom: -20px;
  left: 50%;
  background-color: #CF261C;
  transform: translateX(-50%);
} */
.contact-us-box .contact-us-card_wapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

@media (max-width: 991px) {
  .contact-us-box .contact-us-card_wapper {
    display: block;
    width: 100%; } }

.contact-us-box .contact-us-card_wapper .contact-us-card {
  width: calc(33.3% - 15.8px);
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s;
  padding: 20px 20px;
  cursor: pointer;
  margin-top: 20px; }

.contact-us-box .contact-us-card_wapper .contact-us-card > a {
  display: flex;
  width: 100%;
  height: 100%;
  /* max-width: 420px; */
  align-items: center;
  justify-content: center; }

@media (max-width: 991px) {
  .contact-us-box .contact-us-card_wapper .contact-us-card > a {
    justify-content: left;
    /* padding-left: 40px; */ } }

@media (max-width: 991px) {
  .contact-us-box .contact-us-card_wapper .contact-us-card {
    width: 100% !important;
    max-width: 100%; }
  .contact-us-box .contact-us-card_wapper .contact-us-card:not(:nth-of-type(n+3)) {
    margin-right: 0px !important; }
  .contact-us-box .contact-us-card_wapper .contact-us-card:not(:nth-of-type(1)) {
    margin-top: 10px; } }

/* .contact-us-box .contact-us-card_wapper .contact-us-card:not(:nth-of-type(n+3)) {
  margin-right: 25px;
} */
@media (max-width: 1370px) {
  .contact-us-box .contact-us-card_wapper .contact-us-card:not(:nth-of-type(n+3)) {
    margin-right: 10px; } }

.contact-us-box .contact-us-card_wapper .contact-us-card .img-box {
  display: inline-block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 50px; }

@media (max-width: 991px) {
  .contact-us-box .contact-us-card_wapper .contact-us-card .img-box {
    width: 32px;
    height: 32px; } }

.contact-us-box .contact-us-card_wapper .contact-us-card .img-box img {
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.contact-us-box .contact-us-card_wapper .contact-us-card .title {
  font-size: 20px;
  font-weight: 500;
  margin-left: 20px;
  display: inline-block;
  max-width: 260px;
  line-height: 30px;
  text-align: left; }

@media (max-width: 1370px) {
  .contact-us-box .contact-us-card_wapper .contact-us-card .title {
    max-width: 16vw; } }

@media (max-width: 991px) {
  .contact-us-box .contact-us-card_wapper .contact-us-card .title {
    font-weight: 400;
    font-size: 15px;
    max-width: 260px; } }

.contact-us-box .contact-us-card_wapper .contact-us-card:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1); }

.hik-news-detail {
  padding-top: 7rem;
  padding-bottom: 2.4rem; }
  .hik-news-detail .title-section .title {
    font-size: 4rem;
    line-height: 5rem;
    font-weight: 700;
    margin-bottom: 2rem; }
  .hik-news-detail .title-section .time {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: #666;
    margin-bottom: 2rem; }
  .hik-news-detail .title-section .topic-container {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px; }
    @media (max-width: 991px) {
      .hik-news-detail .title-section .topic-container {
        margin-top: 12px; } }
    .hik-news-detail .title-section .topic-container .topic-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 8px 16px;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: #333; }
      @media (max-width: 991px) {
        .hik-news-detail .title-section .topic-container .topic-item {
          padding: 5px 12px; } }
  .hik-news-detail .content-container {
    padding: 4.2rem 0 2rem 0; }
  .hik-news-detail .link-section {
    padding-top: 3.2rem; }
    .hik-news-detail .link-section .title {
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 3.3rem;
      margin-bottom: 2rem; }
    .hik-news-detail .link-section .link {
      display: inline-block;
      font-size: 1.6rem;
      color: #007AFF;
      line-height: 2.4rem;
      margin-bottom: 1.6rem; }
      .hik-news-detail .link-section .link:hover {
        text-decoration: underline; }

@media (max-width: 991px) {
  .hik-news-detail {
    padding-top: 3rem;
    padding-bottom: .3rem; }
    .hik-news-detail .title-section {
      padding-bottom: .5rem; }
      .hik-news-detail .title-section .title {
        font-size: 2.4rem;
        line-height: 3.4rem;
        margin-bottom: 1.2rem; }
      .hik-news-detail .title-section .time {
        margin-bottom: 1.2rem; }
    .hik-news-detail .content-container {
      line-height: 2.2rem;
      padding: 2rem 0 .5rem 0; }
    .hik-news-detail .link-section {
      padding-top: 1.8rem; }
      .hik-news-detail .link-section .title {
        font-size: 1.6rem;
        line-height: 2.2rem; }
      .hik-news-detail .link-section .link {
        font-size: 1.4rem;
        margin-bottom: 1.2rem; } }

.hik-blog-list {
  padding-top: 3rem;
  padding-bottom: 4rem; }
  .hik-blog-list .filter-container {
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    padding: 25px 25px 15px 25px;
    margin-bottom: 64px; }
    .hik-blog-list .filter-container .filter-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 20px;
      border-bottom: 1px dashed #EAEAEA; }
      .hik-blog-list .filter-container .filter-header .title {
        font-size: 2rem;
        color: #333333;
        letter-spacing: 0;
        font-weight: 600; }
      .hik-blog-list .filter-container .filter-header .search-input {
        position: relative; }
        .hik-blog-list .filter-container .filter-header .search-input input {
          width: 345px;
          padding: 6px 12px;
          padding-right: 35px;
          font-size: 1.4rem;
          letter-spacing: 0;
          font-weight: 400;
          line-height: 18px;
          border: 1px solid #DDDDDD;
          border-radius: 15px; }
          .hik-blog-list .filter-container .filter-header .search-input input:focus {
            border-color: #666666; }
        .hik-blog-list .filter-container .filter-header .search-input .btn-search {
          top: 2px;
          right: 3px;
          position: absolute;
          outline: none;
          border: none;
          width: 34px;
          height: 28px;
          background: center/14px 16px no-repeat url(/cep/resource/resources/icons/icon-search-white.svg);
          background-color: #3F4345;
          border-top-right-radius: 15px;
          border-bottom-right-radius: 15px; }
    .hik-blog-list .filter-container .category-container {
      display: flex;
      border-bottom: 1px dashed #EAEAEA;
      padding-top: 9px;
      padding-bottom: 9px; }
      .hik-blog-list .filter-container .category-container .name {
        font-size: 1.3rem;
        color: #333333;
        line-height: 28px;
        font-weight: 400;
        margin-right: 25px;
        flex-shrink: 0;
        flex-grow: 0; }
      .hik-blog-list .filter-container .category-container .category-list {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        padding-top: 7px;
        padding-bottom: 7px; }
        .hik-blog-list .filter-container .category-container .category-list .checkbox-wrapper {
          height: 14px;
          margin-right: 40px;
          align-items: center;
          margin-bottom: 20px; }
          .hik-blog-list .filter-container .category-container .category-list .checkbox-wrapper.last-row {
            margin-bottom: 0; }
          .hik-blog-list .filter-container .category-container .category-list .checkbox-wrapper input[type="checkbox"] {
            top: 1px; }
          .hik-blog-list .filter-container .category-container .category-list .checkbox-wrapper input[type="checkbox"]::before {
            width: 14px;
            height: 14px; }
          .hik-blog-list .filter-container .category-container .category-list .checkbox-wrapper label {
            cursor: pointer;
            font-size: 1.2rem;
            color: #333333;
            font-weight: 400;
            line-height: 14px; }
    .hik-blog-list .filter-container .category-container {
      height: 47px;
      overflow: hidden; }
      .hik-blog-list .filter-container .category-container.expanded {
        height: auto; }
    .hik-blog-list .filter-container .more-less-container {
      display: none;
      text-align: center; }
      .hik-blog-list .filter-container .more-less-container.expanded .btn-less {
        display: inline-block; }
      .hik-blog-list .filter-container .more-less-container.expanded .btn-more {
        display: none; }
      .hik-blog-list .filter-container .more-less-container .btn-more,
      .hik-blog-list .filter-container .more-less-container .btn-less {
        outline: none;
        border: none;
        background: whitesmoke;
        border-radius: 4px;
        position: relative;
        padding: 4px 24px 5px 8px;
        font-size: 1.4rem;
        color: #666666;
        font-weight: 500;
        line-height: 19px; }
        .hik-blog-list .filter-container .more-less-container .btn-more:hover,
        .hik-blog-list .filter-container .more-less-container .btn-less:hover {
          color: #D7150E; }
          .hik-blog-list .filter-container .more-less-container .btn-more:hover::after,
          .hik-blog-list .filter-container .more-less-container .btn-less:hover::after {
            background-image: url(/cep/resource/resources/icons/icon-direction-down-red.svg); }
        .hik-blog-list .filter-container .more-less-container .btn-more::after,
        .hik-blog-list .filter-container .more-less-container .btn-less::after {
          content: '';
          right: 8px;
          top: 50%;
          width: 12px;
          height: 12px;
          position: absolute;
          transform: translateY(-50%);
          background: center/contain no-repeat url(/cep/resource/resources/icons/icon-direction-down-gray.svg); }
      .hik-blog-list .filter-container .more-less-container .btn-less {
        display: none; }
        .hik-blog-list .filter-container .more-less-container .btn-less::after {
          transform: translateY(-50%) rotate(180deg); }
  .hik-blog-list .mobile-filter-container {
    display: none; }
  .hik-blog-list .blog-list .blog-list-container {
    display: flex;
    flex-direction: column;
    gap: 6rem; }
    .hik-blog-list .blog-list .blog-list-container .card-item {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 92px; }
      .hik-blog-list .blog-list .blog-list-container .card-item:hover .item-img {
        transform: scale(1.1); }
      .hik-blog-list .blog-list .blog-list-container .card-item .item-img-box {
        flex: 0 0 480px;
        height: 270px;
        overflow: hidden;
        position: relative; }
        .hik-blog-list .blog-list .blog-list-container .card-item .item-img-box .item-img {
          transition: transform .5s;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .hik-blog-list .blog-list .blog-list-container .card-item .item-content .item-title {
        font-weight: 700;
        font-size: 28px;
        line-height: 38px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
      .hik-blog-list .blog-list .blog-list-container .card-item .item-content .item-topic-container {
        font-weight: 400;
        line-height: 18px;
        font-size: 14px;
        margin-top: 24px;
        display: flex; }
        .hik-blog-list .blog-list .blog-list-container .card-item .item-content .item-topic-container .item-topic-content {
          display: flex;
          flex-wrap: wrap;
          gap: 25px;
          color: #666; }
          .hik-blog-list .blog-list .blog-list-container .card-item .item-content .item-topic-container .item-topic-content span {
            position: relative; }
            .hik-blog-list .blog-list .blog-list-container .card-item .item-content .item-topic-container .item-topic-content span::after {
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: -12px;
              content: '';
              display: block;
              width: 1px;
              height: 60%;
              background-color: #999; }
            .hik-blog-list .blog-list .blog-list-container .card-item .item-content .item-topic-container .item-topic-content span:last-child::after {
              display: none; }
      .hik-blog-list .blog-list .blog-list-container .card-item .item-content .item-desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-top: 24px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
      .hik-blog-list .blog-list .blog-list-container .card-item .item-content .item-author-data {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-top: 24px; }
  .hik-blog-list .blog-list .no-result-container {
    text-align: center;
    font-size: 1.6rem;
    color: #666;
    padding: 3% 0;
    display: none; }
    .hik-blog-list .blog-list .no-result-container img {
      margin-bottom: 1.6rem; }
  .hik-blog-list .blog-list-pagination {
    align-items: center;
    justify-content: center;
    padding-top: 4rem;
    margin-bottom: 2rem;
    display: none; }
    .hik-blog-list .blog-list-pagination.active {
      display: flex; }
  .hik-blog-list.no-result .blog-list .no-result-container {
    display: block; }
  .hik-blog-list.no-result .blog-list .blog-list-container {
    display: none; }
  .hik-blog-list.no-result .blog-list-pagination {
    display: none; }
    .hik-blog-list.no-result .blog-list-pagination.active {
      display: none; }
  .hik-blog-list .mobile-view-more-btn {
    display: none; }

@media (max-width: 991px) {
  .hik-blog-list {
    padding-top: 1.5rem;
    padding-bottom: 0; }
    .hik-blog-list .filter-container,
    .hik-blog-list .list-container {
      display: none; }
    .hik-blog-list .mobile-filter-container {
      display: block; }
      .hik-blog-list .mobile-filter-container .filter-header {
        display: flex;
        align-items: center;
        margin-bottom: 15px; }
        .hik-blog-list .mobile-filter-container .filter-header .search-input {
          flex-basis: 258px;
          position: relative; }
          .hik-blog-list .mobile-filter-container .filter-header .search-input input {
            padding: 4px 12px;
            padding-right: 28px;
            font-size: 1.4rem;
            line-height: 22px;
            font-weight: 400;
            border: 1px solid #DDDDDD;
            border-radius: 22px; }
          .hik-blog-list .mobile-filter-container .filter-header .search-input .btn-search {
            top: 7px;
            right: 11px;
            position: absolute;
            outline: none;
            border: none;
            width: 17px;
            height: 17px;
            background: center/contain no-repeat url(/cep/resource/resources/icons/icon-blog-search.svg); }
        .hik-blog-list .mobile-filter-container .filter-header .btn-filter {
          outline: none;
          padding: 6px 16px 7px 37px;
          font-size: 14px;
          border: 1px solid #DDDDDD;
          border-radius: 22px;
          background: 15px center/16px 16px no-repeat url(/cep/resource/resources/icons/icon-blog-list-filter-black.svg);
          color: #737373;
          line-height: 19px;
          font-weight: 400;
          margin-left: 15px;
          white-space: nowrap; }
          .hik-blog-list .mobile-filter-container .filter-header .btn-filter.fliter-item-true {
            background: 15px center/13px 13px no-repeat url(/cep/resource/resources/icons/icon-blog-list-filter-red.svg); }
      .hik-blog-list .mobile-filter-container .filter-panel {
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 70;
        display: none;
        position: fixed;
        top: 0;
        background: rgba(0, 0, 0, 0.4); }
        .hik-blog-list .mobile-filter-container .filter-panel .panel-container {
          height: calc(100% - 70px);
          padding: 0 15px 9px;
          padding-bottom: 66px;
          background: #fff;
          position: relative; }
        .hik-blog-list .mobile-filter-container .filter-panel .panel-header {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 16px 0; }
          .hik-blog-list .mobile-filter-container .filter-panel .panel-header .title {
            font-size: 1.5rem;
            line-height: 20px;
            color: #333333;
            font-weight: 700; }
          .hik-blog-list .mobile-filter-container .filter-panel .panel-header .btn-close-filter {
            width: 16px;
            height: 16px;
            background: center/contain no-repeat url(/cep/resource/resources/icons/icon-close-dark-gray-2.png);
            margin-left: auto; }
        .hik-blog-list .mobile-filter-container .filter-panel .mobile-filter-list {
          max-height: calc(100% - 48px);
          overflow: auto; }
          .hik-blog-list .mobile-filter-container .filter-panel .mobile-filter-list .mobile-year-list,
          .hik-blog-list .mobile-filter-container .filter-panel .mobile-filter-list .mobile-topic-list {
            border-bottom: 1px solid #eaeaea; }
          .hik-blog-list .mobile-filter-container .filter-panel .mobile-filter-list .mobile-year-list {
            border-top: 1px solid #eaeaea; }
          .hik-blog-list .mobile-filter-container .filter-panel .mobile-filter-list .mobile-year-name,
          .hik-blog-list .mobile-filter-container .filter-panel .mobile-filter-list .mobile-topic-name {
            font-size: 1.4rem;
            color: #333333;
            font-weight: 600;
            line-height: 22px;
            padding-top: 15px;
            padding-bottom: 15px;
            position: relative; }
            .hik-blog-list .mobile-filter-container .filter-panel .mobile-filter-list .mobile-year-name[aria-expanded="true"],
            .hik-blog-list .mobile-filter-container .filter-panel .mobile-filter-list .mobile-topic-name[aria-expanded="true"] {
              border-color: transparent; }
              .hik-blog-list .mobile-filter-container .filter-panel .mobile-filter-list .mobile-year-name[aria-expanded="true"]::after,
              .hik-blog-list .mobile-filter-container .filter-panel .mobile-filter-list .mobile-topic-name[aria-expanded="true"]::after {
                background: center/contain no-repeat url("/cep/resource/resources/icons/blog-list-reduction.svg"); }
            .hik-blog-list .mobile-filter-container .filter-panel .mobile-filter-list .mobile-year-name::after,
            .hik-blog-list .mobile-filter-container .filter-panel .mobile-filter-list .mobile-topic-name::after {
              content: '';
              position: absolute;
              right: 0;
              top: 0;
              width: 2rem;
              height: 100%;
              background: center/contain no-repeat url("/cep/resource/resources/icons/blog-list-add.svg"); }
        .hik-blog-list .mobile-filter-container .filter-panel .mobile-year-content,
        .hik-blog-list .mobile-filter-container .filter-panel .mobile-topic-content {
          padding-bottom: 15px; }
          .hik-blog-list .mobile-filter-container .filter-panel .mobile-year-content .mobile-date-item,
          .hik-blog-list .mobile-filter-container .filter-panel .mobile-year-content .mobile-topic-item,
          .hik-blog-list .mobile-filter-container .filter-panel .mobile-topic-content .mobile-date-item,
          .hik-blog-list .mobile-filter-container .filter-panel .mobile-topic-content .mobile-topic-item {
            font-size: 1.4rem;
            color: #333333;
            font-weight: 400;
            margin-bottom: 15px; }
            .hik-blog-list .mobile-filter-container .filter-panel .mobile-year-content .mobile-date-item:last-child,
            .hik-blog-list .mobile-filter-container .filter-panel .mobile-year-content .mobile-topic-item:last-child,
            .hik-blog-list .mobile-filter-container .filter-panel .mobile-topic-content .mobile-date-item:last-child,
            .hik-blog-list .mobile-filter-container .filter-panel .mobile-topic-content .mobile-topic-item:last-child {
              margin-bottom: 0; }
            .hik-blog-list .mobile-filter-container .filter-panel .mobile-year-content .mobile-date-item .checkbox-wrapper,
            .hik-blog-list .mobile-filter-container .filter-panel .mobile-year-content .mobile-topic-item .checkbox-wrapper,
            .hik-blog-list .mobile-filter-container .filter-panel .mobile-topic-content .mobile-date-item .checkbox-wrapper,
            .hik-blog-list .mobile-filter-container .filter-panel .mobile-topic-content .mobile-topic-item .checkbox-wrapper {
              width: 100%;
              display: flex;
              flex-direction: row-reverse;
              align-items: center;
              justify-content: flex-end; }
              .hik-blog-list .mobile-filter-container .filter-panel .mobile-year-content .mobile-date-item .checkbox-wrapper input[type="checkbox"],
              .hik-blog-list .mobile-filter-container .filter-panel .mobile-year-content .mobile-topic-item .checkbox-wrapper input[type="checkbox"],
              .hik-blog-list .mobile-filter-container .filter-panel .mobile-topic-content .mobile-date-item .checkbox-wrapper input[type="checkbox"],
              .hik-blog-list .mobile-filter-container .filter-panel .mobile-topic-content .mobile-topic-item .checkbox-wrapper input[type="checkbox"] {
                margin-left: 0;
                margin-right: 8px;
                position: relative;
                top: -1px; }
              .hik-blog-list .mobile-filter-container .filter-panel .mobile-year-content .mobile-date-item .checkbox-wrapper input[type="checkbox"]::before,
              .hik-blog-list .mobile-filter-container .filter-panel .mobile-year-content .mobile-topic-item .checkbox-wrapper input[type="checkbox"]::before,
              .hik-blog-list .mobile-filter-container .filter-panel .mobile-topic-content .mobile-date-item .checkbox-wrapper input[type="checkbox"]::before,
              .hik-blog-list .mobile-filter-container .filter-panel .mobile-topic-content .mobile-topic-item .checkbox-wrapper input[type="checkbox"]::before {
                top: -1px;
                left: 0; }
              .hik-blog-list .mobile-filter-container .filter-panel .mobile-year-content .mobile-date-item .checkbox-wrapper label,
              .hik-blog-list .mobile-filter-container .filter-panel .mobile-year-content .mobile-topic-item .checkbox-wrapper label,
              .hik-blog-list .mobile-filter-container .filter-panel .mobile-topic-content .mobile-date-item .checkbox-wrapper label,
              .hik-blog-list .mobile-filter-container .filter-panel .mobile-topic-content .mobile-topic-item .checkbox-wrapper label {
                font-size: 1.4rem;
                color: #333333;
                font-weight: 400; }
        .hik-blog-list .mobile-filter-container .filter-panel .panel-footer {
          left: 0;
          right: 0;
          bottom: 0;
          position: absolute;
          display: flex;
          align-items: center; }
          .hik-blog-list .mobile-filter-container .filter-panel .panel-footer button {
            width: 50%;
            border: none;
            outline: none;
            padding: 12px;
            background: none;
            font-size: 1.5rem;
            text-align: center;
            font-weight: 400; }
          .hik-blog-list .mobile-filter-container .filter-panel .panel-footer .btn-reset-filter {
            color: #333333;
            background: #FFFFFF;
            box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1); }
          .hik-blog-list .mobile-filter-container .filter-panel .panel-footer .btn-submit-filter {
            color: #FFFFFF;
            background: #D7150E; }
    .hik-blog-list .mobile-view-more-btn.active {
      display: block;
      text-align: center;
      padding-top: 1.5rem;
      margin-bottom: 1.5rem; }
    .hik-blog-list .view-more {
      font-size: 1.4rem;
      font-weight: 600;
      display: inline-block;
      border: 1px solid #ddd;
      border-radius: 16px;
      padding: 0.5rem 1.6rem; }
    .hik-blog-list .blog-list {
      display: block; }
      .hik-blog-list .blog-list .blog-list-container {
        gap: 20px; }
        .hik-blog-list .blog-list .blog-list-container .card-item {
          width: 100%;
          flex-direction: column;
          gap: 12px; }
          .hik-blog-list .blog-list .blog-list-container .card-item .item-img-box {
            flex: none;
            width: 100%;
            height: 193px; }
          .hik-blog-list .blog-list .blog-list-container .card-item .item-content .item-title {
            font-size: 16px;
            line-height: 24px; }
          .hik-blog-list .blog-list .blog-list-container .card-item .item-content .item-topic-container {
            margin-top: 12px; }
            .hik-blog-list .blog-list .blog-list-container .card-item .item-content .item-topic-container .item-topic-content {
              gap: 12px 25px; }
          .hik-blog-list .blog-list .blog-list-container .card-item .item-content .item-desc {
            margin-top: 12px;
            font-size: 14px;
            line-height: 24px; }
          .hik-blog-list .blog-list .blog-list-container .card-item .item-content .item-author-data {
            margin-top: 12px;
            font-size: 12px;
            line-height: 15px; } }

.download-center * {
  box-sizing: border-box; }

.download-center .download-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  padding: 50px 0 20px;
  text-align: center; }

.download-center .data-download-form-window-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 60; }

.download-center .data-download-form-window-mask.active {
  display: block; }

.download-center .data-download-form-mask-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 36px 40px 24px;
  background-color: #fff;
  z-index: 61;
  width: 780px; }

.download-center .data-download-form-mask-window .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  background: url(/cep/resource/resources/icons/icon-download-window-close.svg) no-repeat center;
  cursor: pointer; }

.download-center .data-download-form-bg {
  padding: 0; }

.download-center .data-download-form-bg .title {
  text-align: left;
  font-size: 24px;
  line-height: 33px; }

.download-center .data-download-form-bg .description {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  margin-top: 16px; }

.download-center .data-download-form-bg .form-info {
  margin-top: 24px; }

.download-center .data-download-form-bg .form-info .scisen-new-form-group.half {
  width: calc((100% - 20px) / 2); }

.download-center .data-download-form-bg .scisen-new-form-bg .form-info .scisen-new-form-group.submit {
  text-align: center; }

@media (max-width: 991px) {
  .download-center .data-download-form-mask-window {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0 15px;
    width: calc(100% - 30px);
    padding: 24px 15px 20px; }
  .download-center .data-download-form-bg .title {
    font-size: 16px;
    line-height: 21px;
    color: #222; }
  .download-center .data-download-form-bg .description {
    margin-top: 12px; }
  .download-center .data-download-form-bg .form-info .scisen-new-form-group.half {
    width: 100%; } }

.download-center .download-wraper {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0; }

.download-center .download-wraper .download-content {
  margin-right: 25px;
  margin-top: 24px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33% - 16.7px);
  max-width: calc(33.33% - 16.7px);
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06); }

.download-center .download-wraper .download-content:hover {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14); }

.download-center .download-wraper .download-content:nth-child(3n) {
  margin-right: 0; }

.download-center .download-wraper .download-content:nth-child(-n+3) {
  margin-top: 0; }

.download-center .download-wraper .download-content .download-card {
  cursor: pointer; }

.download-center .download-wraper .download-content .download-card .card-box {
  display: flex;
  align-items: center;
  padding: 20px;
  height: 72px; }

.download-center .download-wraper .download-content .download-card .card-box .card-icon {
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.download-center .download-wraper .download-content .download-card .card-box .card-icon.user-manual {
  background-image: url(/cep/resource/resources/icons/User-manual.svg); }

.download-center .download-wraper .download-content .download-card .card-box .card-icon.get-start {
  background-image: url(/cep/resource/resources/icons/Quick-start-guide.svg); }

.download-center .download-wraper .download-content .download-card .card-box .card-icon.operating-manual {
  background-image: url(/cep/resource/resources/icons/Brochure.svg); }

.download-center .download-wraper .download-content .download-card .card-box .card-icon.installation-guide {
  background-image: url(/cep/resource/resources/icons/Stallation-guide.svg); }

.download-center .download-wraper .download-content .download-card .card-box .card-icon.config-manual {
  background-image: url(/cep/resource/resources/icons/Leaflet.svg); }

.download-center .download-wraper .download-content .download-card .card-box .card-desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-left: 20px;
  max-height: 48px;
  width: calc(100% - 28px); }

@media (max-width: 991px) {
  .download-center .download-title {
    font-size: 24px;
    line-height: 30px;
    padding: 20px 0 10px; }
  .download-center .download-wraper {
    display: block;
    padding: 10px 0; }
  .download-center .download-wraper .download-content {
    margin-right: 0;
    margin-top: 0;
    max-width: 100%;
    margin-bottom: 10px; }
  .download-center .download-wraper .download-content:last-child {
    margin-bottom: 0; }
  .download-center .download-wraper .download-content:hover {
    box-shadow: none; }
  .download-center .download-wraper .download-content .download-card .card-box {
    height: auto;
    padding: 10px 15px; }
  .download-center .download-wraper .download-content .download-card .card-box .card-icon {
    width: 27px;
    height: 26px; }
  .download-center .download-wraper .download-content .download-card .card-box .card-desc {
    padding-left: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px; } }

/* .site-content {
  flex: 1;
} */
#footer {
  width: 100%;
  height: auto;
  background-color: #505050;
  padding: 0px 0px 20px;
  position: relative;
  margin-top: 40px; }

@media (max-width: 991px) {
  #footer {
    margin-top: 20px; } }

#footer .footer-wrapper {
  width: 100%;
  /* height: 100%; */ }

#footer .footer-wrapper .footer-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-bottom: 16px; }

#footer .footer-wrapper .footer-ul ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }

@media (max-width: 991px) {
  #footer .footer-wrapper .footer-ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px; } }

/* 面包屑 */
#footer .breadcrumb-box {
  font-size: 12px;
  color: #fff;
  /* margin-bottom: 30px; */ }

@media (max-width: 991px) {
  #footer .breadcrumb-box {
    /* margin-bottom: 20px; */ } }

#footer .breadcrumb-box .wrap1310 {
  display: flex;
  flex-wrap: wrap; }

#footer .breadcrumb-box .bread-crumb-logo {
  position: relative;
  top: 16px; }

#footer .breadcrumb-box .nav-item {
  display: flex;
  margin-top: 20px; }

#footer .breadcrumb-box .nav-item span {
  margin-left: 10px;
  transform: scaleY(1.5);
  font-size: 12px;
  color: #ccc; }

#footer .breadcrumb-box .nav-item h1, #footer .breadcrumb-box .nav-item a {
  margin-left: 10px;
  color: #fff;
  cursor: pointer; }

#footer .breadcrumb-box .nav-item a {
  white-space: nowrap; }

#footer .footer-wrapper .footer-ul ul {
  margin-bottom: 8px; }

@media (max-width: 991px) {
  #footer .footer-wrapper .footer-ul ul {
    width: 100%; }
  #footer .footer-wrapper .footer-ul ul:not(.contact-us) {
    height: 50px;
    overflow: hidden; }
  #footer .footer-wrapper .footer-ul ul:not(.contact-us).active {
    height: auto; }
  #footer .footer-wrapper .footer-ul ul:not(.contact-us).active li.title::after {
    transform: rotate(180deg); }
  #footer .footer-wrapper .footer-ul ul .contact-us li.title {
    display: none; } }

#footer .footer-wrapper .footer-ul ul:not(:nth-last-of-type(1)) {
  margin-right: 150px; }

@media (max-width: 991px) {
  #footer .footer-wrapper .footer-ul ul:not(:nth-last-of-type(1)) {
    margin-right: 0px; }
  #footer .footer-wrapper .footer-ul ul {
    margin-bottom: 0px; } }

#footer .footer-wrapper .footer-ul ul li {
  color: #fff;
  font-size: 14px;
  margin-top: 10px; }

@media (max-width: 991px) {
  #footer .footer-wrapper .footer-ul ul li {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 12px; } }

#footer .footer-wrapper .footer-ul ul li:not(:nth-of-type(1)) {
  margin-top: 22px; }

#footer .footer-wrapper .footer-ul ul li.title {
  font-weight: bold;
  font-size: 16px;
  margin-top: 0px;
  line-height: 24px;
  width: 100%; }

#footer .footer-wrapper .footer-ul ul.contact-us .item {
  width: 234px;
  padding: 0px 12px;
  border: 1.5px solid #999999;
  border-radius: 18px;
  font-size: 14px;
  color: #EDEDED;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box; }

#footer .footer-wrapper .footer-ul ul.contact-us .item > a {
  display: block;
  width: 100%;
  height: 100%; }

#footer .footer-wrapper .footer-ul ul.contact-us .item > a:hover {
  text-decoration: none; }

@media (max-width: 991px) {
  #footer .footer-wrapper .footer-ul ul li:not(:nth-of-type(1)) {
    margin-top: 12px;
    line-height: 22px; }
  #footer .footer-wrapper .footer-ul ul.contact-us .item {
    width: 100%; }
  /* #footer .footer-wrapper .footer-ul ul li:nth-last-of-type(1) {
    margin-bottom: 12px;
  } */ }

#footer .footer-wrapper .footer-ul ul.contact-us .item a img {
  vertical-align: middle;
  margin-right: 10px; }

#footer .footer-wrapper .footer-ul ul.contact-us .item:hover {
  text-decoration: none; }

#footer .footer-wrapper .footer-ul ul.contact-us .item.hover-item:hover {
  background-color: rgba(255, 255, 255, 0.1); }

@media (max-width: 991px) {
  #footer .footer-wrapper .footer-ul ul li.title {
    font-size: 15px;
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-bottom: 8px;
    line-height: 49px;
    box-sizing: border-box; }
  #footer .footer-wrapper .footer-ul ul li.title::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0px;
    width: 11px;
    height: 6px;
    background-image: url("/cep/resource/resources/icons/footerRouter.svg"); } }

#footer .footer-wrapper .footer-ul ul li.title a {
  color: #fff;
  cursor: pointer; }

#footer .footer-wrapper .footer-ul ul li a {
  color: #ededed;
  transition: all 0.5s;
  cursor: pointer; }

#footer .footer-wrapper .footer-ul ul li a:hover {
  text-decoration: underline; }

#footer .footer-wrapper .footer-ul ul .select-contact {
  color: #fff;
  margin-top: 20px;
  line-height: 35px;
  font-size: 13px;
  position: relative; }

@media (max-width: 991px) {
  #footer .footer-wrapper .footer-ul ul .select-contact {
    margin-top: 0px; } }

#footer .footer-wrapper .footer-ul ul .select-contact .show-title {
  position: relative;
  height: 35px;
  width: 136px;
  background-color: #848484;
  border-radius: 17.5px;
  text-indent: 20px;
  overflow: hidden;
  cursor: pointer; }

@media (max-width: 991px) {
  #footer .footer-wrapper .footer-ul ul .select-contact .show-title {
    width: 100%; } }

#footer .footer-wrapper .footer-ul ul .select-contact .show-title::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 12px;
  width: 10px;
  height: 6px;
  background-image: url("/cep/resource/resources/icons/Arrow-Down.svg");
  background-repeat: no-repeat; }

#footer .footer-wrapper .footer-ul ul .select-contact .content-scroll {
  height: 160px;
  width: 136px;
  overflow-y: auto;
  position: absolute;
  display: none; }

@media (max-width: 991px) {
  #footer .footer-wrapper .footer-ul ul .select-contact .content-scroll {
    width: 100%; } }

#footer .footer-wrapper .footer-ul ul .select-contact .content-scroll .contact-ul {
  background-color: #353434;
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 0px 10px;
  max-width: 136px;
  box-sizing: border-box;
  z-index: 999;
  height: auto;
  overflow-y: hidden; }

@media (max-width: 991px) {
  #footer .footer-wrapper .footer-ul ul .select-contact .content-scroll .contact-ul {
    max-width: 100%; } }

#footer .footer-wrapper .footer-ul ul .select-contact .content-scroll .contact-ul li {
  line-height: 20px;
  min-height: 40px;
  padding-top: 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #464646;
  margin-top: 0px;
  font-size: 12px;
  color: #9b9b9b;
  cursor: pointer;
  padding: 10px 0px; }

#footer .footer-wrapper .footer-ul ul .select-contact.active .content-scroll {
  display: block; }

#footer .footer-wrapper .footer-ul ul .select-contact.active .show-title::after {
  transform: rotate(180deg); }

#footer .footer-wrapper .footer-ul ul .select-contact .show-content {
  margin-top: 10px;
  max-width: 223px;
  display: none; }

@media (max-width: 991px) {
  #footer .footer-wrapper .footer-ul ul .select-contact .show-content {
    max-width: 100%; } }

#footer .footer-wrapper .footer-ul ul .select-contact .show-content:nth-of-type(1) {
  display: block; }

#footer .footer-wrapper .footer-ul ul .select-contact .show-content dl {
  font-size: 14px; }

#footer .footer-wrapper .footer-ul ul .select-contact .show-content dl dt {
  font-weight: bold;
  font-size: 15px; }

#footer .footer-wrapper .footer-ul ul .select-contact .show-content dl dd {
  line-height: 20px; }

#footer .footer-wrapper .footer-ul ul .select-contact .show-content dl dd:nth-of-type(2) {
  margin-top: 10px; }

#footer .footer-wrapper .footer-ul ul .select-contact .show-media {
  margin-top: 10px; }

#footer .footer-wrapper .footer-ul ul .select-contact .show-media dl {
  display: flex;
  margin-top: 5px; }

@media (max-width: 991px) {
  #footer .footer-wrapper .footer-ul ul .select-contact .show-media {
    margin-top: 12px; }
  #footer .footer-wrapper .footer-ul ul .select-contact .show-media dl {
    margin-top: 0px;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0; } }

#footer .footer-wrapper .footer-ul ul .select-contact .show-media dl dd.media-item {
  width: 36px;
  height: 36px;
  background-size: 22px 22px;
  cursor: pointer;
  margin-right: 20px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  margin-bottom: 0; }

#footer .footer-wrapper .footer-ul ul .select-contact .show-media dl dd.media-item .media-link {
  display: block;
  width: 100%;
  height: 100%; }

#footer .footer-wrapper .footer-ul ul .select-contact .show-media dl dd.media-item:hover {
  border: 1px solid #888;
  opacity: 1; }

#footer .footer-wrapper .footer-ul ul .select-contact .show-media dl dd.media-item.wechat {
  position: relative;
  background-image: url("/cep/resource/resources/icons/icon-weixin.png"); }

#footer .footer-wrapper .footer-ul ul .select-contact .show-media dl dd.media-item.wechat:hover {
  background-image: url("/cep/resource/resources/icons/icon-weixin-selected.png"); }

#footer .footer-wrapper .footer-ul ul .select-contact .show-media dl dd.media-item.wechat:hover .wechat-qr {
  display: block;
  z-index: 1; }

#footer .footer-wrapper .footer-ul ul .select-contact .show-media dl dd.media-item.wechat .wechat-qr {
  display: none;
  z-index: -1;
  position: absolute;
  top: -150px;
  left: -60px;
  width: 140px;
  height: 140px; }

#footer .footer-wrapper .footer-ul ul .select-contact .show-media dl dd.media-item.wechat .wechat-qr img {
  width: 100%;
  height: 100%; }

#footer .footer-wrapper .footer-ul ul .select-contact .show-media dl dd.media-item.weibo {
  background-image: url("/cep/resource/resources/icons/icon-weibo.png"); }

#footer .footer-wrapper .footer-ul ul .select-contact .show-media dl dd.media-item.weibo:hover {
  background-image: url("/cep/resource/resources/icons/icon-weibo-selected.png"); }

#footer .footer-wrapper .footer-ul ul .select-contact .show-media dl dd.media-item.headlines {
  background-image: url("/cep/resource/resources/icons/icon-toutiao.png"); }

#footer .footer-wrapper .footer-ul ul .select-contact .show-media dl dd.media-item.headlines:hover {
  background-image: url("/cep/resource/resources/icons/icon-toutiao-selected.png"); }

#footer .footer-wrapper .footer-ul ul .select-contact .show-media dl dd.media-item.baijia {
  background-image: url("/cep/resource/resources/icons/icon-baijia.png"); }

#footer .footer-wrapper .footer-ul ul .select-contact .show-media dl dd.media-item.baijia:hover {
  background-image: url("/cep/resource/resources/icons/icon-baijia-selected.png"); }

#footer .footer-wrapper .footer-bottom {
  text-align: center;
  color: #fff;
  font-size: 14px;
  /* border-top: 1px solid rgba(255,255,255,.2); */ }

#footer .footer-wrapper .footer-bottom .wrap1310 {
  position: relative;
  /* border-top: 1px solid rgba(255,255,255,.2); */ }

#footer .footer-wrapper .footer-bottom .wrap1310::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.2); }

#footer .footer-wrapper .footer-bottom .wrap1310 .footer-logo {
  display: none; }

@media (max-width: 991px) {
  #footer .footer-wrapper .footer-bottom .wrap1310 .footer-logo {
    display: inline-block;
    width: 110px;
    height: 14px;
    margin-top: 15px; }
  #footer .footer-wrapper .footer-bottom .wrap1310 .footer-logo img {
    width: 100%;
    height: 100%; } }

#footer .footer-wrapper .footer-bottom .wrap1310 p {
  padding-top: 20px;
  line-height: 21px;
  color: #ededed;
  margin-bottom: 0; }

#footer .footer-wrapper .footer-bottom .wrap1310 p a {
  color: #ededed; }

#footer .footer-wrapper .footer-bottom .wrap1310 p a {
  color: #fff; }

#footer .ip-wrap {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.32);
  border-radius: 12px;
  position: fixed;
  top: 90px;
  left: 50%;
  z-index: 10001;
  padding: 25px;
  box-sizing: border-box;
  min-width: 400px;
  background-color: #fff;
  transform: translateX(-50%); }

#footer .ip-wrap .ip-box {
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 24px;
  font-size: 16px; }

#footer .ip-wrap .ip-box .sit-redirect {
  color: red; }

#footer .ip-wrap .ip-box .sit-redirect:hover {
  text-decoration: underline; }

#footer .ip-wrap .ip-box i {
  position: relative;
  top: 1px;
  left: 5px;
  color: red; }

#footer .ip-wrap .ip-box .close-dialog {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/cep/resource/resources/icons/icon-close-gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  position: absolute;
  top: -12px;
  right: 0px; }

#footer .ip-wrap .ip-box p {
  margin-bottom: 16px; }

@media (max-width: 991px) {
  #footer .footer-wrapper .footer-bottom .wrap1310 p {
    padding-top: 12px;
    font-size: 12px;
    margin-bottom: 0; }
  #footer .ip-wrap {
    min-width: calc(100% - 30px);
    padding: 15px; }
  #footer .ip-wrap .ip-box {
    padding-right: 0px;
    padding-left: 0px; }
  #footer .ip-wrap .ip-box .close-dialog {
    top: -5px;
    right: -5px; } }

.media-box {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 0px;
  background-color: #f5f5f5; }

@media only screen and (max-width: 991px) {
  .media-box {
    margin-top: 15px;
    margin-bottom: 15px; } }

.media-box.gray {
  background-color: #f5f5f5; }

.media-box.white {
  background-color: #fff;
  padding: 0; }

.media-box.black {
  background-color: #000; }

.media-box .image-box {
  margin-right: 80px;
  max-width: 480px; }

@media only screen and (max-width: 991px) {
  .media-box .image-box {
    margin-right: 0px;
    max-width: 100%; } }

.media-box .image-box .video-wrapper {
  width: 100%;
  position: relative; }

.media-box .image-box .video-wrapper video {
  width: 100%; }

.media-box .image-box .video-wrapper .video-player-icon {
  width: 61px !important;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* box-shadow: 1px 1px 1px #000; */
  cursor: pointer;
  background-image: url("/cep/resource/resources/icons/icon-media-video-play.svg");
  background-repeat: no-repeat; }

.media-box .image-box .video-wrapper .video-player-icon:hover {
  background-image: url("/cep/resource/resources/icons/icon-media-video-play-hover.svg"); }

.media-box .leftTextRightImage .image-box {
  margin-right: 0px;
  margin-left: 80px; }

@media only screen and (max-width: 991px) {
  .media-box .leftTextRightImage .image-box {
    margin-left: 0px;
    /* margin-top: 20px; */ } }

.media-box.widthLimit .image-box {
  /* width: 37.182vw; */
  width: 642px;
  max-width: 100%;
  display: flex;
  align-items: center;
  height: 20vw;
  padding-top: 10px; }

@media only screen and (max-width: 1370px) {
  .media-box.widthLimit .image-box {
    width: 47.064vw; } }

@media only screen and (max-width: 991px) {
  .media-box.widthLimit .image-box {
    width: 100%;
    min-width: 100%;
    order: 1;
    height: auto;
    padding-top: 0; } }

.media-box.widthLimit .describe-box {
  width: calc(50% - 70px);
  display: flex;
  align-items: center; }

@media only screen and (max-width: 991px) {
  .media-box.widthLimit .describe-box {
    width: 100%;
    order: 2; } }

@media only screen and (max-width: 991px) {
  .media-box.widthLimit .image-box {
    margin-right: 0px; } }

.media-box.pureText .image-box {
  display: none; }

.media-box.pureText .describe-box {
  width: 100%; }

.media-box .media-screen.fullScreen {
  box-sizing: border-box;
  padding: 0 15px; }

.media-box .media-screen .media-multi-tabs {
  overflow: hidden;
  padding-bottom: 20px; }

.media-box .media-screen .media-multi-tabs ul {
  border-bottom: 1px solid #ddd;
  position: relative; }

.media-box .media-screen .media-multi-tabs ul .tab-srcoll-wrapper {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }

.media-box .media-screen .media-multi-tabs ul .tab-srcoll-wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px; }

.media-box .media-screen .media-multi-tabs ul li {
  cursor: pointer;
  display: inline-block;
  padding: 16px 24px;
  text-align: center;
  position: relative;
  top: 1px; }

@media only screen and (max-width: 991px) {
  .media-box .media-screen .media-multi-tabs {
    padding-bottom: 10px; }
  .media-box .media-screen .media-multi-tabs ul {
    overflow: scroll;
    scrollbar-width: none; }
  .media-box .media-screen .media-multi-tabs ul .tab-srcoll-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none; } }

.media-box .media-screen .media-multi-tabs ul li.normal {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  height: 56px;
  top: 1px;
  padding: 0px 20px;
  box-sizing: border-box; }

.media-box .media-screen .media-multi-tabs ul li:nth-last-of-type(1).normal {
  margin-right: 0px; }

.media-box .media-screen .media-multi-tabs ul li.normal span {
  height: 56px;
  line-height: 56px;
  display: inline-block;
  white-space: nowrap; }

@media only screen and (min-width: 991px) {
  .media-box .media-screen .media-multi-tabs ul li.normal span {
    min-width: 104px; } }

@media only screen and (max-width: 991px) {
  .media-box .media-screen .media-multi-tabs ul li.normal {
    font-size: 15px;
    line-height: 15px;
    padding: 8px 0px;
    min-width: auto;
    margin-right: 30px;
    color: #303003; } }

.media-box .media-screen .media-multi-tabs ul li.normal.active {
  border: 1px solid #ddd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #D7150E; }

.media-box.white .media-screen .media-multi-tabs ul li.normal.active {
  border-bottom-color: #fff; }

.media-box.grey .media-screen .media-multi-tabs ul li.normal.active {
  border-bottom-color: #f5f5f5; }

.media-box.black .media-screen .media-multi-tabs ul li.normal.active {
  border-bottom-color: black; }

.media-box .media-screen .media-multi-tabs ul li.normal:hover {
  color: #D7150E; }

@media only screen and (max-width: 991px) {
  .media-box .media-screen .media-multi-tabs ul li.normal.active {
    border: none;
    color: #333;
    position: relative; }
  .media-box .media-screen .media-multi-tabs ul li.normal.active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #D7150E;
    bottom: 0px;
    left: 0px; } }

.media-box .media-screen .media-multi-tabs ul li.icon {
  display: flex;
  align-items: center;
  width: 296px; }

.media-box .media-screen .media-multi-tabs ul li.icon img {
  width: 38px;
  height: 27px; }

.media-box .media-screen .media-multi-tabs ul li.icon span {
  display: inline-block;
  text-align: left;
  margin-left: 22.5px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  font-weight: 600; }

@media only screen and (max-width: 991px) {
  .media-box .media-screen .media-multi-tabs ul li.icon span {
    font-size: 15px;
    line-height: 23px;
    margin-left: 15.8px; } }

.media-box .media-screen .media-multi-tabs ul li.icon.active {
  border-bottom: 4px solid #D7150E; }

@media only screen and (max-width: 991px) {
  .media-box .media-screen .media-multi-tabs ul li.icon.active {
    border-bottom: 2px solid #D7150E; } }

.media-box .media-screen .media-multi-tabs ul li.icon.active span {
  color: #333; }

.media-box .media-screen .media-multi-tabs ul .arrow {
  width: 64px;
  height: 64px;
  position: absolute;
  background-image: url("/cep/resource/resources/icons/tab-arrow1.svg");
  background-color: inherit;
  background-repeat: no-repeat;
  top: -1px;
  /* background-color: #F2F2F2; */
  cursor: pointer;
  display: none; }

.media-box .media-screen .media-multi-tabs ul .arrow.prev-arrow {
  left: 0px;
  transform: rotate(0deg); }

.media-box .media-screen .media-multi-tabs ul .arrow.next-arrow {
  right: 0px;
  transform: rotate(180deg); }

.media-box .media-screen .media-multi-tabs ul .arrow:hover {
  background-image: url("/cep/resource/resources/icons/tab-arrow-red1.svg"); }

.media-box .media-screen .media-multi-tabs ul .arrow:hover.prev-arrow {
  transform: rotate(180deg); }

.media-box .media-screen .media-multi-tabs ul .arrow:hover.next-arrow {
  transform: rotate(360deg); }

.media-box .media-screen .multi-text-image-box {
  display: none;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px; }

@media only screen and (max-width: 991px) {
  .media-box .media-screen .multi-text-image-box {
    margin-top: 0;
    margin-bottom: 0; } }

.media-box .media-screen .multi-text-image-box.active {
  display: flex; }

@media only screen and (max-width: 991px) {
  .media-box .media-screen .multi-text-image-box.active {
    flex-wrap: wrap; } }

.media-box .media-screen .multi-text-image-box .image-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

@media only screen and (max-width: 991px) {
  .media-box .media-screen .multi-text-image-box .describe-box .rte-box .rte-content {
    margin-top: 18px;
    font-size: 20px;
    line-height: 27px; } }

.media-box .media-screen .multi-text-image-box .describe-box .rte-box .rte-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA; }

.media-box .media-screen .multi-text-image-box .describe-box .rte-box .rte-title .ql-editor .ql-size-huge {
  font-size: 28px;
  line-height: 38px; }

@media only screen and (max-width: 991px) {
  .media-box .media-screen .multi-text-image-box .describe-box .rte-box .rte-title {
    margin-top: 18px;
    padding-bottom: 18px;
    font-size: 20px;
    line-height: 27px; }
  .media-box .media-screen .multi-text-image-box .describe-box .rte-box .rte-title .ql-editor .ql-size-huge {
    font-size: 20px;
    line-height: 27px; } }

.media-box .media-screen .multi-text-image-box .describe-box .rte-box .sub-rte-box {
  position: relative;
  margin-top: 20px;
  /* border-bottom: 1px solid #EAEAEA; */
  /* padding-bottom: 20px; */
  /* height: 46px; */
  /* overflow: hidden; */ }

.media-box .media-screen .multi-text-image-box .describe-box .rte-box .text-and-cta-box {
  display: none; }

/* .media-box .media-screen .multi-text-image-box .describe-box .rte-box .sub-rte-box.active .text-and-cta-box{
  display: block;
  animation: animationPlay 0.5s forwards;
} */
@-webkit-keyframes animationPlay {
  from {
    opacity: 0;
    height: 0px; }
  to {
    opacity: 1;
    height: auto; } }
@keyframes animationPlay {
  from {
    opacity: 0;
    height: 0px; }
  to {
    opacity: 1;
    height: auto; } }

.media-box .media-screen .multi-text-image-box .describe-box .rte-box .sub-rte-box .sub-rte-title {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  padding-right: 20px;
  line-height: 30px;
  /* max-width: 500px; */ }

.media-box .media-screen .multi-text-image-box .describe-box .rte-box .sub-rte-box .sub-rte-title::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 10px;
  width: 9px;
  height: 6px;
  background: url("/cep/resource/resources/icons/rte-down-arrow.svg") no-repeat center; }

.media-box .media-screen .multi-text-image-box .describe-box .rte-box .sub-rte-box span.line {
  display: block;
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background-color: #eaeaea; }

@media only screen and (max-width: 991px) {
  .media-box .media-screen .multi-text-image-box .describe-box .rte-box .sub-rte-box .sub-rte-title {
    font-size: 16px;
    line-height: 22px;
    max-width: 92%; }
  .media-box .media-screen .multi-text-image-box .describe-box .rte-box .sub-rte-box .sub-rte-title::after {
    right: -8px; } }

.media-box .media-screen .multi-text-image-box .describe-box .rte-box .sub-rte-box .sub-rte-content {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px; }

.media-box .media-screen .multi-text-image-box .describe-box .rte-box .sub-rte-box .sub-rte-content .ql-editor {
  line-height: 24px; }

@media only screen and (max-width: 991px) {
  .media-box .media-screen .multi-text-image-box .describe-box .rte-box .sub-rte-box .sub-rte-content {
    font-size: 14px;
    line-height: 22px;
    margin-top: 19px; }
  .media-box .media-screen .multi-text-image-box .describe-box .rte-box .sub-rte-box .sub-rte-content .ql-editor {
    line-height: 22px; } }

/* .media-box .media-screen .multi-text-image-box .describe-box .rte-box .sub-rte-box.active {
  height: auto;
  overflow: hidden;
} */
/* .media-box .media-screen .multi-text-image-box .describe-box .rte-box .sub-rte-box.active .text-and-cta-box{
  display: block;
} */
.media-box .media-screen .multi-text-image-box .describe-box .rte-box .sub-rte-box.active .sub-rte-title::after {
  transform: rotate(180deg); }

.media-box .media-screen .multi-text-image-box .describe-box .title {
  font-size: 28px;
  color: #333;
  line-height: 38px;
  font-weight: 700; }

.media-box .media-screen .multi-text-image-box .describe-box .description {
  font-size: 16px;
  line-height: 24px; }

.media-box .media-screen .multi-text-image-box .describe-box .btn-wrapper {
  display: flex;
  margin-top: 24px;
  font-size: 16px;
  align-items: center; }

@media only screen and (max-width: 991px) {
  .media-box .media-screen .multi-text-image-box .describe-box .btn-wrapper {
    margin-top: 15px; } }

.media-box .media-screen .multi-text-image-box .describe-box .btn-wrapper .btn-cta {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0px 15px;
  color: #fff;
  background-color: #D71820;
  border-radius: 50px;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  margin-right: 40px; }

.media-box .media-screen .multi-text-image-box .describe-box .btn-wrapper .btn-cta:hover {
  background-color: #C1120B; }

.media-box .media-screen .multi-text-image-box .describe-box .btn-wrapper .btn-cta a {
  color: inherit;
  font-size: 16px; }

@media only screen and (max-width: 991px) {
  .media-box .media-screen .multi-text-image-box .describe-box .btn-wrapper .btn-cta a {
    font-size: 14px; } }

@media only screen and (max-width: 991px) {
  .media-box .media-screen .multi-text-image-box .describe-box .btn-wrapper .btn-cta {
    margin-right: 20px;
    height: 32px;
    line-height: 32px; } }

.media-box .media-screen .multi-text-image-box .describe-box .btn-wrapper .text-cta {
  font-size: 16px;
  line-height: 24px;
  color: #094F9C;
  cursor: pointer; }

@media only screen and (max-width: 991px) {
  .media-box .media-screen .multi-text-image-box .describe-box .btn-wrapper .text-cta {
    font-size: 14px;
    line-height: 24px; } }

.media-box .media-screen .multi-text-image-box .describe-box .btn-wrapper .text-cta img {
  margin-left: 8px; }

.media-box .media-screen .multi-text-image-box .describe-box .btn-wrapper .text-cta a:hover {
  text-decoration: underline; }

.media-box .media-screen .multi-text-image-box .describe-box .btn-wrapper .text-cta a {
  color: inherit; }

.media-box .ql-editor {
  font-size: 13px; }

.media-box .ql-editor h2 {
  font-weight: 700;
  line-height: 1.42; }

.media-box .ql-editor h2 sub {
  font-size: smaller; }

.product-details-wrapper {
  padding: 40px 0 20px; }

.product-details-wrapper .data-download-form-window-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 60; }

.product-details-wrapper .data-download-form-window-mask.active {
  display: block; }

.product-details-wrapper .data-download-form-mask-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 36px 40px 24px;
  background-color: #fff;
  z-index: 61;
  width: 780px; }

.product-details-wrapper .data-download-form-mask-window .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  background: url(/cep/resource/resources/icons/icon-download-window-close.svg) no-repeat center;
  cursor: pointer; }

.product-details-wrapper .data-download-form-bg {
  padding: 0; }

.product-details-wrapper .data-download-form-bg .title {
  text-align: left;
  font-size: 24px;
  line-height: 33px; }

.product-details-wrapper .data-download-form-bg .description {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  margin-top: 16px; }

.product-details-wrapper .data-download-form-bg .form-info {
  margin-top: 24px; }

.product-details-wrapper .data-download-form-bg .form-info .scisen-new-form-group.half {
  width: calc((100% - 20px) / 2); }

.product-details-wrapper .data-download-form-bg .scisen-new-form-bg .form-info .scisen-new-form-group.submit {
  text-align: center; }

@media (max-width: 991px) {
  .product-details-wrapper .data-download-form-mask-window {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0 15px;
    width: calc(100% - 30px);
    padding: 24px 15px 20px; }
  .product-details-wrapper .data-download-form-bg .title {
    font-size: 16px;
    line-height: 21px;
    color: #222; }
  .product-details-wrapper .data-download-form-bg .description {
    margin-top: 12px; }
  .product-details-wrapper .data-download-form-bg .form-info .scisen-new-form-group.half {
    width: 100%; } }

.product-details-wrapper .product-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.product-details-wrapper .product-info-wrapper .public-container {
  width: 100%;
  max-width: calc((100% - 30px) * 0.49); }

.product-details-wrapper .product-info-wrapper .product-carousel-container {
  position: relative; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .product-carousel-list-container,
.product-details-wrapper .product-info-wrapper .product-carousel-container .product-carousel-list-container-mobile {
  position: relative;
  margin-bottom: 20px; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .product-carousel-list-container .character-content,
.product-details-wrapper .product-info-wrapper .product-carousel-container .product-carousel-list-container-mobile .character-content {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  display: flex;
  align-items: center; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .product-carousel-list-container .character-content.recommend,
.product-details-wrapper .product-info-wrapper .product-carousel-container .product-carousel-list-container-mobile .character-content.recommend {
  color: #fff; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .product-carousel-list-container .character-content .img-icon {
  width: 65px;
  height: 68px; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .product-carousel-list-container-mobile .character-content .img-icon {
  width: 48px;
  height: 50px; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .product-carousel-list-container .character-content .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 16px; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .product-carousel-list-container-mobile .character-content .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, -50%);
  z-index: 5; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .product-carousel-list-container-mobile {
  display: none; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .product-carousel-item {
  position: relative;
  padding-top: 56.154%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 1px; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .product-carousel-item .qr-code-content {
  width: 20.7339%;
  position: absolute;
  padding: 7px 0;
  right: 0;
  bottom: 0;
  border: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .product-carousel-item .qr-code-content .qr-code {
  width: 90.77%;
  padding-top: 90.77%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-bottom: 4px; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .product-carousel-item .qr-code-content .qr-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #000; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .arrow {
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  background-image: url(/cep/resource/resources/icons/arrows.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 50%;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.product-details-wrapper .product-info-wrapper .product-carousel-container .arrow:hover {
  background-image: url(/cep/resource/resources/icons/arrow-weight.svg); }

.product-details-wrapper .product-info-wrapper .product-carousel-container .swiper-prev {
  left: 0;
  transform: translateY(-50%); }

.product-details-wrapper .product-info-wrapper .product-carousel-container .swiper-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg); }

.product-details-wrapper .product-info-wrapper .product-carousel-container .little-carousel-container .little-carousel-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transform: none !important; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .little-carousel-container .little-carousel-list .little-carousel-item {
  width: 68px !important;
  height: 68px;
  display: flex;
  padding: 8px;
  margin-right: 40px;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  cursor: pointer; }

@media (max-width: 1440px) {
  .product-details-wrapper .product-info-wrapper .product-carousel-container .little-carousel-container .little-carousel-list .little-carousel-item {
    width: 50px !important;
    height: 50px;
    margin-right: 8px; } }

.product-details-wrapper .product-info-wrapper .product-carousel-container .little-carousel-container .little-carousel-list .little-carousel-item:nth-child(6n) {
  margin-right: 0 !important; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .little-carousel-container .little-carousel-list .little-carousel-item:nth-child(n+7) {
  margin-top: 8px; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .little-carousel-container .little-carousel-list .little-carousel-item:hover {
  border: 1px solid #999; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .little-carousel-container .little-carousel-list .little-carousel-item.swiper-slide-thumb-active {
  border: 1px solid #CA1D22; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .little-carousel-container .little-carousel-list .little-carousel-item .little-img {
  width: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6; }

.product-details-wrapper .product-info-wrapper .product-carousel-container .little-carousel-container .little-carousel-list .little-carousel-item .mobile-little-img {
  display: none; }

.product-details-wrapper .product-info-wrapper .product-details-container .description-container,
.product-details-wrapper .product-info-wrapper .btn-container {
  max-width: 581px;
  margin: 0 auto;
  margin-right: 0; }

.product-details-wrapper .product-info-wrapper .btn-container {
  display: flex;
  gap: 24px; }

@media (max-width: 991px) {
  .product-details-wrapper .product-info-wrapper .btn-container {
    gap: 20px;
    margin-top: 24px;
    justify-content: space-between; } }

.product-details-wrapper .product-info-wrapper .btn-container .download-container {
  width: calc((100% - 24px) / 2);
  position: relative; }

@media (max-width: 991px) {
  .product-details-wrapper .product-info-wrapper .btn-container .download-container {
    flex: 1 0 calc((100% - 24px) / 2); } }

.product-details-wrapper .product-info-wrapper .btn-container .download-text,
.product-details-wrapper .product-info-wrapper .btn-container .trial-application {
  padding: 12px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-radius: 24px; }

.product-details-wrapper .product-info-wrapper .btn-container .trial-application:hover {
  border-color: #D7150E;
  color: #D7150E; }

@media (max-width: 991px) {
  .product-details-wrapper .product-info-wrapper .btn-container .download-text,
  .product-details-wrapper .product-info-wrapper .btn-container .trial-application {
    padding: 4px 0;
    font-size: 14px;
    line-height: 24px; } }

.product-details-wrapper .product-info-wrapper .btn-container .download-text {
  background-color: #D7150E;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.product-details-wrapper .product-info-wrapper .btn-container .download-text:hover {
  background-color: #c1120b; }

.product-details-wrapper .product-info-wrapper .btn-container .download-text::after {
  content: '';
  display: block;
  width: 12px;
  height: 8.5px;
  background: url("/cep/resource/resources/icons/download-arrow.svg");
  margin-left: 8px; }

.product-details-wrapper .product-info-wrapper .btn-container .download-text.active::after {
  transform: rotate(180deg); }

.product-details-wrapper .product-info-wrapper .btn-container .download-profile-content {
  display: none;
  width: 240px;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  padding: 11px 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  z-index: 50; }

@media (max-width: 991px) {
  .product-details-wrapper .product-info-wrapper .btn-container .download-profile-content {
    padding: 4px 0;
    width: calc(200% + 20px); } }

.product-details-wrapper .product-info-wrapper .btn-container .download-profile-content.active {
  display: block; }

.product-details-wrapper .product-info-wrapper .btn-container .download-profile-content .download-content {
  width: 100%;
  cursor: pointer; }

.product-details-wrapper .product-info-wrapper .btn-container .download-profile-content .download-content:hover {
  background-color: #f5f5f5; }

.product-details-wrapper .product-info-wrapper .btn-container .download-profile-content .download-content .card-box {
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.product-details-wrapper .product-info-wrapper .btn-container .download-profile-content .download-content .box-left {
  display: flex;
  gap: 12px;
  align-items: center; }

.product-details-wrapper .product-info-wrapper .btn-container .download-profile-content .download-content .box-left .card-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.product-details-wrapper .product-info-wrapper .btn-container .download-profile-content .download-content .box-left .card-icon.user-manual {
  background-image: url(/cep/resource/resources/icons/User-manual.svg); }

.product-details-wrapper .product-info-wrapper .btn-container .download-profile-content .download-content .box-left .card-icon.get-start {
  background-image: url(/cep/resource/resources/icons/Quick-start-guide.svg); }

.product-details-wrapper .product-info-wrapper .btn-container .download-profile-content .download-content .box-left .card-icon.operating-manual {
  background-image: url(/cep/resource/resources/icons/Brochure.svg); }

.product-details-wrapper .product-info-wrapper .btn-container .download-profile-content .download-content .box-left .card-icon.installation-guide {
  background-image: url(/cep/resource/resources/icons/Stallation-guide.svg); }

.product-details-wrapper .product-info-wrapper .btn-container .download-profile-content .download-content .box-left .card-icon.config-manual {
  background-image: url(/cep/resource/resources/icons/Leaflet.svg); }

.product-details-wrapper .product-info-wrapper .btn-container .download-profile-content .download-content .box-left .card-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px; }

.product-details-wrapper .product-info-wrapper .btn-container .download-profile-content .download-content .download-icon {
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/cep/resource/resources/icons/download-icon-desc.svg); }

.product-details-wrapper .product-info-wrapper .btn-container .trial-application {
  width: calc((100% - 24px) / 2);
  background-color: #fff;
  border: 1.5px solid #ddd;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

@media (max-width: 991px) {
  .product-details-wrapper .product-info-wrapper .btn-container .trial-application {
    flex: 1 0 calc((100% - 24px) / 2);
    background-color: #fff;
    border: 1.5px solid #ddd;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; } }

.product-details-wrapper .product-info-wrapper .product-details-container .modelName {
  font-size: 24px;
  color: #333;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 6px; }

.product-details-wrapper .product-info-wrapper .product-details-container .model {
  padding-top: 12px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700; }

@media (max-width: 991px) {
  .product-details-wrapper .product-info-wrapper .product-details-container .model {
    font-size: 16px; } }

.product-details-wrapper .product-info-wrapper .product-details-container .product-details-item-list {
  font-size: 16px;
  color: #222;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 16px; }

.product-details-wrapper .product-info-wrapper .product-details-container .product-details-item-list.hand {
  line-height: 30px; }

.product-details-wrapper .product-info-wrapper .product-details-container .product-details-item-list .product-details-item {
  position: relative;
  margin-bottom: 12px; }

.product-details-wrapper .product-info-wrapper .product-details-container .product-details-item-list .product-details-item:last-child {
  margin-bottom: 0; }

.product-details-wrapper .product-info-wrapper .product-details-container .product-details-item-list .product-details-item span::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: -3px; }

.product-details-wrapper .product-info-wrapper .product-details-container .product-details-thumbnail-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }

.product-details-wrapper .product-info-wrapper .product-details-container .product-details-thumbnail-list .prodcuct-details-item {
  width: 14%;
  margin-bottom: 10px;
  list-style: none; }

.product-details-wrapper .product-info-wrapper .product-details-container .product-details-thumbnail-list .prodcuct-details-item img {
  width: 48px;
  height: 48px; }

.product-details-wrapper .product-info-wrapper .product-details-container .order-link-container {
  margin-top: 10px; }

.product-details-wrapper .product-info-wrapper .product-details-container .order-link-container .order-link {
  display: inline-block;
  padding: 7px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  background: #D7150E;
  border-radius: 23px;
  color: #fff; }

.product-details-wrapper .product-info-wrapper .product-details-container .order-link-container .order-link:hover {
  background: #C1120B; }

.product-details-wrapper .product-info-wrapper .product-details-container .mobile-btn-container {
  display: none; }

.disclaimer {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  margin-top: 20px; }

@media (max-width: 768px) {
  .product-details-wrapper {
    padding: 20px 0 10px; }
  .product-details-wrapper .product-info-wrapper {
    flex-direction: column; }
  .product-details-wrapper .product-info-wrapper .public-container {
    max-width: none; }
  .product-details-wrapper .product-info-wrapper .public-container .product-carousel-list-container .character-content,
  .product-details-wrapper .product-info-wrapper .public-container .product-carousel-list-container-mobile .character-content {
    line-height: 19px; }
  .product-details-wrapper .product-info-wrapper .public-container .product-carousel-item .qr-code-content {
    width: 22.03%;
    position: absolute;
    padding: 7px 0;
    right: 0;
    bottom: 0;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .product-details-wrapper .product-info-wrapper .public-container .product-carousel-item .qr-code-content .qr-code {
    width: 78.96%;
    padding-top: 78.96%; }
  .product-details-wrapper .product-info-wrapper .public-container .product-carousel-item .qr-code-content .qr-text {
    font-size: 10px;
    line-height: 14px; }
  .product-details-wrapper .product-info-wrapper .public-container .product-carousel-list-container {
    display: none; }
  .product-details-wrapper .product-info-wrapper .public-container .product-carousel-list-container-mobile {
    display: block; }
  .product-details-wrapper .product-info-wrapper .product-carousel-container .little-carousel-container {
    padding-bottom: 20px; }
  .product-details-wrapper .product-info-wrapper .product-carousel-container .little-carousel-container .little-carousel-list .little-carousel-item {
    cursor: default;
    width: 48px !important;
    height: 48px;
    margin-right: 24px; }
  .product-details-wrapper .product-info-wrapper .product-carousel-container .little-carousel-container .little-carousel-list .little-carousel-item.margin {
    margin-right: 8px; }
  .product-details-wrapper .product-info-wrapper .product-carousel-container .little-carousel-container .little-carousel-list .little-carousel-item img {
    width: 100%;
    height: 100%; }
  .product-details-wrapper .product-info-wrapper .product-carousel-container .little-carousel-container .little-carousel-list .little-carousel-item .little-img {
    display: none; }
  .product-details-wrapper .product-info-wrapper .product-carousel-container .little-carousel-container .little-carousel-list .little-carousel-item .mobile-little-img {
    display: block; }
  .product-details-wrapper .product-info-wrapper .product-carousel-container .arrow {
    cursor: default; }
  .product-details-wrapper .product-info-wrapper .product-carousel-container .swiper-prev {
    transform: translateY(-100%); }
  .product-details-wrapper .product-info-wrapper .product-carousel-container .swiper-next {
    right: 0;
    transform: translateY(-100%) rotate(180deg); }
  .product-details-wrapper .product-info-wrapper .product-details-container {
    position: relative; }
  .product-details-wrapper .product-info-wrapper .product-details-container .description-container {
    margin: 0;
    max-width: none; }
  .product-details-wrapper .product-info-wrapper .product-details-container.overflow {
    height: 240px;
    overflow: hidden; }
  .product-details-wrapper .product-info-wrapper .product-details-container .modelName {
    font-size: 20px;
    line-height: 25px;
    margin-top: 0; }
  .product-details-wrapper .product-info-wrapper .product-details-container .product-details-item-list {
    font-size: 14px;
    color: #222;
    line-height: 22px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px; }
  .product-details-wrapper .product-info-wrapper .product-details-container .product-details-item-list.hand {
    line-height: 24px; }
  .product-details-wrapper .product-info-wrapper .product-details-container .product-details-item-list .product-details-item {
    margin-bottom: 8px; }
  .product-details-wrapper .product-info-wrapper .product-details-container .product-details-thumbnail-list {
    margin-top: 15px; }
  .product-details-wrapper .product-info-wrapper .product-details-container .product-details-thumbnail-list .prodcuct-details-item {
    width: 16%; }
  .product-details-wrapper .product-info-wrapper .product-details-container .product-details-thumbnail-list .prodcuct-details-item img {
    width: 32px;
    height: 32px; }
  .product-details-wrapper .product-info-wrapper .product-details-container .order-link-container {
    display: flex;
    justify-content: center;
    margin-top: 2px; }
  .product-details-wrapper .product-info-wrapper .product-details-container .order-link-container .order-link {
    margin: 0;
    padding: 7px 116px; }
  .product-details-wrapper .product-info-wrapper .product-details-container .mobile-btn-container {
    font-size: 14px;
    color: #333;
    line-height: 21px;
    text-align: center;
    font-weight: 600; }
  .product-details-wrapper .product-info-wrapper .product-details-container .mobile-btn-container .view-more,
  .product-details-wrapper .product-info-wrapper .product-details-container .mobile-btn-container .view-less {
    display: none;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), white);
    padding: 20px 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .product-details-wrapper .product-info-wrapper .product-details-container .mobile-btn-container .view-more.active,
  .product-details-wrapper .product-info-wrapper .product-details-container .mobile-btn-container .view-less.active {
    display: flex; }
  .product-details-wrapper .product-info-wrapper .product-details-container .mobile-btn-container .view-less {
    margin-top: 6px;
    padding: 12px 0;
    position: relative;
    background: transparent;
    opacity: 1; }
  .product-details-wrapper .product-info-wrapper .product-details-container .mobile-btn-container .view-more::after,
  .product-details-wrapper .product-info-wrapper .product-details-container .mobile-btn-container .view-less::after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background: url(/cep/resource/resources/icons/view-more.svg) no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 8px; }
  .product-details-wrapper .product-info-wrapper .product-details-container .mobile-btn-container .view-less::after {
    transform: rotate(180deg); }
  .product-details-wrapper .product-info-wrapper .product-details-container .mobile-btn-container.active {
    display: block; }
  .disclaimer {
    margin-top: 0;
    margin-bottom: 24px; } }

.tech-specs-component {
  background-color: #f5f5f5; }

.tech-specs-accordion-wrapper {
  max-width: 1370px;
  margin: 0 auto 20px;
  padding-top: 20px; }

.tech-specs-accordion-wrapper .common-title-container {
  padding-top: 70px !important;
  padding-bottom: 40px !important; }

.tech-specs-accordion-wrapper .common-title-container .common-title {
  color: #333;
  margin-bottom: 0; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper {
  margin: 0 30px; }

.tech-specs-accordion-wrapper.active {
  padding-top: 0; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content {
  display: flex; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-title {
  width: 20%; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-title .tech-specs-accordion-title .title-item {
  position: relative;
  border-radius: 8px 0 0 8px; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-title .tech-specs-accordion-title .title-item.active {
  background-color: #fff; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-title .tech-specs-accordion-title .title-item.active .item-link {
  color: #222; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-title .tech-specs-accordion-title .title-item.active .item-link::before {
  content: " ";
  width: 8px;
  height: 8px;
  top: 18px;
  left: 36px;
  position: absolute;
  border-radius: 50%;
  background-color: transparent;
  display: inline-block;
  background-color: #d7000f; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-title .tech-specs-accordion-title .title-item .item-link {
  font-weight: 600;
  color: #666;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 15px 10px 65px; }

/* .tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-title .tech-specs-accordion-title .title-item:hover {
  background-color: #fff;
} */
.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-title .tech-specs-accordion-title .title-item:hover .item-link {
  color: #333; }

/* .tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-title .tech-specs-accordion-title .title-item:hover .item-link::before {
  content: " ";
  width: 8px;
  height: 8px;
  top: 18px;
  left: 36px;
  position: absolute;
  border-radius: 50%;
  background-color: transparent;
  display: inline-block;
  background-color: #d7000f;
} */
.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-desc {
  width: 80%;
  height: 564px;
  background-color: #fff;
  padding: 30px 10px 0 16px;
  border-radius: 0 12px 12px 12px;
  overflow-y: auto;
  color: #222222;
  box-shadow: 0 0 20px 0 #dfdcdc; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-desc::-webkit-scrollbar {
  background-color: transparent;
  width: 6px; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-desc::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #c1c1c1;
  width: 6px; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-desc .tech-specs-accordion-desc-list {
  padding-left: 34px;
  padding-bottom: 20px;
  padding-right: 35px; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-desc .tech-specs-accordion-desc-list .tech-specs-accordion-desc-item {
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  padding: 12px 20px; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-desc .tech-specs-accordion-desc-list .tech-specs-accordion-desc-item:nth-child(even) {
  background-color: #f5f5f5; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-desc .tech-specs-accordion-desc-list .tech-specs-accordion-desc-item:first-child {
  border-bottom: none; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-desc .tech-specs-accordion-desc-list .tech-specs-accordion-desc-item .item-header {
  line-height: normal;
  font-size: 16px;
  font-weight: 700; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-desc .tech-specs-accordion-desc-list .tech-specs-accordion-desc-item .item-title {
  width: 26%;
  line-height: 22px; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-content .tech-specs-accordion-content-desc .tech-specs-accordion-desc-list .tech-specs-accordion-desc-item .item-desc {
  width: 64%;
  line-height: 22px;
  overflow-wrap: break-word; }

.tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper .tech-specs-accordion-pc-footer .tech-footer {
  width: 80%;
  line-height: 17px;
  padding: 19px 0;
  margin-left: 20%;
  color: #999999;
  font-size: 12px; }

.tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper {
  display: none; }

@media (max-width: 991px) {
  .tech-specs-accordion-wrapper {
    background-color: #fff;
    padding: 0;
    margin: 0; }
  .tech-specs-accordion-wrapper.active {
    margin-top: 0; }
  .tech-specs-accordion-wrapper.active .tech-specs-accordion-mobile-wrapper .tech-specs-accordion-mobile-header {
    padding-top: 0; }
  .tech-specs-accordion-wrapper .tech-specs-accordion-pc-wrapper {
    display: none; }
  .tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper {
    margin: 10px 0;
    padding: 0 15px;
    display: block; }
  .tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper .tech-specs-accordion-mobile-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px; }
  .tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper .tech-specs-accordion-mobile-header .tech-specs-accordion-mobile-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px; }
  .tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper .tech-specs-accordion-mobile-header .tech-specs-accordion-mobile-expand {
    font-size: 14px;
    color: #094f9c; }
  .tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper .tech-specs-accordion-mobile-header .tech-specs-accordion-mobile-retract {
    display: none;
    font-size: 14px;
    color: #094f9c; }
  .tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper .tech-specs-accordion-mobile-content .nav-item {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0; }
  .tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper .tech-specs-accordion-mobile-content .nav-item.no-icon .tech-specs-main-title span::after {
    content: unset; }
  .tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper .tech-specs-accordion-mobile-content .nav-item.active .tech-specs-main-title span::after {
    background-image: url(/cep/resource/resources/icons/icon-top.svg); }
  .tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper .tech-specs-accordion-mobile-content .nav-item:first-child {
    border-top: 1px solid #eaeaea; }
  .tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper .tech-specs-accordion-mobile-content .nav-item .tech-specs-main-title {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    position: relative; }
  .tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper .tech-specs-accordion-mobile-content .nav-item .tech-specs-main-title span::after {
    content: "";
    background-image: url(/cep/resource/resources/icons/icon-bottom.svg);
    height: 8px;
    width: 13px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper .tech-specs-accordion-mobile-content .nav-item .main-content {
    display: none; }
  .tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper .tech-specs-accordion-mobile-content .nav-item:first-child .main-content {
    display: block; }
  .tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper .tech-specs-accordion-mobile-content .nav-item .main-content .main-item .item-title {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 16px 0 9px; }
  .tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper .tech-specs-accordion-mobile-content .nav-item .main-content .main-item .item-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
    word-wrap: break-word; }
  .tech-specs-accordion-wrapper .tech-specs-accordion-mobile-wrapper .tech-specs-accordion-mobile-footer {
    background: whitesmoke;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #666666;
    margin-top: 15px;
    padding: 12px; } }

.rte-wrapper {
  padding: 20px 0;
  line-height: 1.5; }

.rte-wrapper .ql-editor {
  font-size: 16px; }

.rte-wrapper b {
  font-weight: bold; }

.rte-wrapper table {
  border-collapse: collapse;
  word-break: break-all; }

.rte-wrapper table,
.rte-wrapper table th,
.rte-wrapper table td {
  border: 1px solid black; }

@media (max-width: 991px) {
  .rte-wrapper {
    width: 100%;
    padding: 10px 15px;
    margin: 0; }
  .rte-wrapper.wrap870 {
    padding: 10px 30px; } }

.location-tab {
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 50;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #eaeaea; }
  .location-tab .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .location-tab .nav-container.not-nav .location-title {
      padding: 13px 0; }
    .location-tab .nav-container.not-nav .crumbs-content {
      padding-top: 19px; }
      @media (max-width: 991px) {
        .location-tab .nav-container.not-nav .crumbs-content {
          display: none; } }
    .location-tab .nav-container.not-title.not-nav {
      justify-content: flex-end; }
      .location-tab .nav-container.not-title.not-nav .location-title {
        display: none; }
      .location-tab .nav-container.not-title.not-nav .crumbs-content {
        padding-top: 19px;
        padding-bottom: 18px; }
        @media (max-width: 991px) {
          .location-tab .nav-container.not-title.not-nav .crumbs-content {
            display: none; } }
  .location-tab .location-title {
    max-width: 600px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    padding: 8px 0;
    margin-right: 20px; }
    @media (max-width: 991px) {
      .location-tab .location-title {
        padding: 12px 0;
        font-size: 14px;
        line-height: 22px; } }
  .location-tab .crumbs-content {
    display: flex;
    padding-top: 13px; }
    @media (max-width: 991px) {
      .location-tab .crumbs-content {
        display: none; } }
  .location-tab .crumbs-item-home {
    margin-right: 28px;
    position: relative; }
    .location-tab .crumbs-item-home::after {
      content: '';
      display: block;
      position: absolute;
      right: -16px;
      top: 50%;
      transform: translateY(-50%);
      width: 7px;
      height: 10px;
      background: url(/cep/resource/resources/icons/icon-location-tab-arrow-right.svg);
      background-position: center;
      background-size: cover; }
  .location-tab .crumbs-item-home-link {
    display: block;
    width: 18px;
    height: 18px;
    background: url(/cep/resource/resources/icons/icon-location-tab-home.svg); }
  .location-tab .crumbs-item {
    position: relative;
    padding-right: 16px;
    margin-right: 12px; }
    .location-tab .crumbs-item .crumbs-item-link {
      display: block;
      font-weight: 400;
      font-size: 12px;
      line-height: 17px;
      cursor: default; }
    .location-tab .crumbs-item a.crumbs-item-link {
      cursor: pointer; }
    .location-tab .crumbs-item::after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 7px;
      height: 10px;
      background: url(/cep/resource/resources/icons/icon-location-tab-arrow-right.svg);
      background-position: center;
      background-size: cover;
      cursor: pointer; }
    .location-tab .crumbs-item:last-child::after {
      display: none; }
    .location-tab .crumbs-item:hover a.crumbs-item-link {
      color: #d7150e; }
    .location-tab .crumbs-item:hover::after {
      transform: rotate(90deg) translateY(-50%);
      right: 3px;
      top: 27%;
      background: url(/cep/resource/resources/icons/icon-location-tab-arrow-bottom-red.svg); }
    .location-tab .crumbs-item:hover .crumbs-list-container {
      display: block; }
  .location-tab .crumbs-list-container {
    position: absolute;
    right: 0;
    top: 100%;
    padding-top: 8px;
    display: none;
    z-index: 10; }
  .location-tab .crumbs-list {
    background-color: #fff;
    width: 288px;
    max-height: 360px;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    padding: 6px 16px;
    border-radius: 8px; }
    .location-tab .crumbs-list .crumbs-list-item {
      padding: 10px 0;
      border-bottom: 1px solid #eaeaea;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px; }
      .location-tab .crumbs-list .crumbs-list-item a {
        cursor: pointer; }
        .location-tab .crumbs-list .crumbs-list-item a:hover {
          color: #d7150e; }
      .location-tab .crumbs-list .crumbs-list-item:last-child {
        border-bottom: none; }
    .location-tab .crumbs-list::-webkit-scrollbar {
      background-color: transparent;
      width: 6px; }
    .location-tab .crumbs-list::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #ddd;
      width: 6px; }
  .location-tab .tab-location-nav {
    display: flex; }
    @media (max-width: 991px) {
      .location-tab .tab-location-nav {
        display: none; } }
  .location-tab .location-item {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 8px;
    margin-left: 50px;
    cursor: pointer; }
    .location-tab .location-item:first-child {
      margin-left: 0; }
    .location-tab .location-item.active {
      border-bottom: 2px solid #d7150e; }
    .location-tab .location-item:hover {
      color: #666; }

.product-list-component {
  padding: 30px 0 40px; }
  @media (max-width: 991px) {
    .product-list-component {
      padding: 15px 0; } }
  .product-list-component .product-list-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
    color: #414141; }
    @media (max-width: 991px) {
      .product-list-component .product-list-title {
        font-size: 20px;
        line-height: 30px;
        color: #333; } }
  .product-list-component .product-list-container {
    padding-top: 40px;
    position: relative; }
    .product-list-component .product-list-container .product-loading-wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 60; }
      .product-list-component .product-list-container .product-loading-wrap .loading-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px; }
    @media (max-width: 991px) {
      .product-list-component .product-list-container {
        padding-top: 20px; } }
  .product-list-component .filter-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .product-list-component .filter-container {
        margin-bottom: 16px; } }
  .product-list-component .filter-list {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .product-list-component .filter-list {
        overflow-x: auto;
        border-right: none;
        flex-wrap: nowrap;
        padding-right: 0; } }
  .product-list-component .filter-item {
    display: flex;
    align-items: center;
    padding: 9px 34px 9px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    background-color: #f5f5f5;
    border-radius: 50px;
    margin-left: 24px;
    position: relative;
    cursor: pointer; }
    .product-list-component .filter-item:first-child {
      margin-left: 0; }
    .product-list-component .filter-item::after {
      content: '';
      display: block;
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      height: 6px;
      background: url(/cep/resource/resources/icons/icon-filter-down.svg) no-repeat; }
    .product-list-component .filter-item.active::after {
      transform: translateY(-50%) rotate(180deg); }
    .product-list-component .filter-item.active .filter-position-list {
      display: block; }
    @media (max-width: 991px) {
      .product-list-component .filter-item {
        padding: 7px 34px 7px 16px;
        flex: 0 0 auto;
        margin-left: 15px;
        margin-bottom: 0; } }
  .product-list-component .filter-position-list {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    padding: 14px 0;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.16);
    z-index: 50; }
    .product-list-component .filter-position-list::-webkit-scrollbar {
      background-color: transparent;
      width: 8px; }
    .product-list-component .filter-position-list::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.12);
      width: 8px; }
  .product-list-component .filter-position-item {
    min-width: 170px;
    padding: 5px 20px; }
    .product-list-component .filter-position-item:hover {
      background-color: #f5f5f5; }
    .product-list-component .filter-position-item .custom-checkbox-wrapper {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      max-width: 240px;
      justify-content: flex-start;
      align-items: flex-start;
      cursor: pointer; }
      .product-list-component .filter-position-item .custom-checkbox-wrapper .custom-checkbox-hidden {
        flex: 0 0 16px;
        position: relative;
        transform: translateY(2px); }
        .product-list-component .filter-position-item .custom-checkbox-wrapper .custom-checkbox-hidden::after {
          top: 0;
          transform: none; }
      .product-list-component .filter-position-item .custom-checkbox-wrapper .custom-label {
        font-weight: 400;
        cursor: pointer; }
  .product-list-component .reset-btn {
    display: none;
    padding-left: 24px;
    border-left: 1px solid #eaeaea;
    margin-left: 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    color: #094F9C;
    cursor: pointer; }
    .product-list-component .reset-btn.active {
      display: inline-block; }
    .product-list-component .reset-btn:hover {
      text-decoration: underline; }
    @media (max-width: 991px) {
      .product-list-component .reset-btn {
        display: none; } }
  .product-list-component .pc-param-list-container {
    position: relative;
    display: flex; }
    .product-list-component .pc-param-list-container .product-list-item-container {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      gap: 25px; }
      @media (max-width: 991px) {
        .product-list-component .pc-param-list-container .product-list-item-container {
          gap: 15px;
          flex-direction: column; } }
      .product-list-component .pc-param-list-container .product-list-item-container .model-card-item {
        width: calc((100% - 50px) / 3);
        padding: 24px;
        border-radius: 20px;
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px; }
        .product-list-component .pc-param-list-container .product-list-item-container .model-card-item:hover {
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1); }
        @media (max-width: 991px) {
          .product-list-component .pc-param-list-container .product-list-item-container .model-card-item {
            padding: 15px;
            border-radius: 12px;
            width: 100%;
            gap: 15px; } }
        .product-list-component .pc-param-list-container .product-list-item-container .model-card-item .img-container {
          width: 100%;
          padding: 10px 0;
          position: relative;
          background-color: #F9FAFB;
          display: flex;
          justify-content: center;
          align-items: center; }
          .product-list-component .pc-param-list-container .product-list-item-container .model-card-item .img-container img {
            width: 200px;
            height: 200px;
            -o-object-fit: contain;
               object-fit: contain;
            -o-object-position: center;
               object-position: center; }
            @media (max-width: 991px) {
              .product-list-component .pc-param-list-container .product-list-item-container .model-card-item .img-container img {
                width: 160px;
                height: 160px; } }
          .product-list-component .pc-param-list-container .product-list-item-container .model-card-item .img-container .add-to-compare {
            position: absolute;
            right: 16px;
            top: 16px; }
    .product-list-component .pc-param-list-container .product-name {
      margin-top: 20px;
      font-weight: 700;
      font-size: 20px;
      line-height: 30px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
      @media (max-width: 991px) {
        .product-list-component .pc-param-list-container .product-name {
          font-size: 16px;
          line-height: 24px; } }
    .product-list-component .pc-param-list-container .model-name {
      margin-top: 8px;
      font-weight: 600;
      font-size: 14px;
      line-height: 22px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
      @media (max-width: 991px) {
        .product-list-component .pc-param-list-container .model-name {
          font-size: 12px;
          line-height: 18px; } }
    .product-list-component .pc-param-list-container .model-feature {
      margin-top: 16px;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: #666;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
      @media (max-width: 991px) {
        .product-list-component .pc-param-list-container .model-feature {
          margin-top: 12px; } }
    .product-list-component .pc-param-list-container .bottom-contianer {
      display: flex;
      align-items: center;
      gap: 20px; }
      .product-list-component .pc-param-list-container .bottom-contianer .download-container,
      .product-list-component .pc-param-list-container .bottom-contianer .view-more {
        position: relative;
        flex: 1 0 calc((100% - 20px) / 2);
        font-weight: 400;
        font-size: 16px;
        line-height: 24px; }
        @media (max-width: 991px) {
          .product-list-component .pc-param-list-container .bottom-contianer .download-container,
          .product-list-component .pc-param-list-container .bottom-contianer .view-more {
            font-size: 14px;
            line-height: 22px; } }
        @media (max-width: 991px) {
          .product-list-component .pc-param-list-container .bottom-contianer .download-container.has .download-profile-content,
          .product-list-component .pc-param-list-container .bottom-contianer .view-more.has .download-profile-content {
            width: auto;
            right: 0; } }
      .product-list-component .pc-param-list-container .bottom-contianer .download-text {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: #D7150E;
        border-radius: 50px;
        padding: 8px 0;
        cursor: pointer; }
        .product-list-component .pc-param-list-container .bottom-contianer .download-text::after {
          content: '';
          display: block;
          width: 12px;
          height: 8.5px;
          margin-left: 8px;
          background: url("/cep/resource/resources/icons/download-arrow.svg") no-repeat center/contain; }
        .product-list-component .pc-param-list-container .bottom-contianer .download-text.active::after {
          transform: rotate(180deg); }
        .product-list-component .pc-param-list-container .bottom-contianer .download-text:hover {
          background-color: #c1120b; }
      .product-list-component .pc-param-list-container .bottom-contianer .download-profile-content {
        display: none;
        width: 240px;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        padding: 11px 0;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
        z-index: 50; }
        .product-list-component .pc-param-list-container .bottom-contianer .download-profile-content.active {
          display: block; }
        @media (max-width: 991px) {
          .product-list-component .pc-param-list-container .bottom-contianer .download-profile-content {
            padding: 4px 0;
            width: calc(200% + 20px); } }
        .product-list-component .pc-param-list-container .bottom-contianer .download-profile-content .download-content {
          width: 100%;
          cursor: pointer; }
          .product-list-component .pc-param-list-container .bottom-contianer .download-profile-content .download-content:hover {
            background-color: #f5f5f5; }
          .product-list-component .pc-param-list-container .bottom-contianer .download-profile-content .download-content .card-box {
            padding: 8px 16px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px; }
          .product-list-component .pc-param-list-container .bottom-contianer .download-profile-content .download-content .box-left {
            display: flex;
            gap: 12px;
            align-items: center;
            justify-content: space-between; }
            .product-list-component .pc-param-list-container .bottom-contianer .download-profile-content .download-content .box-left .icon-left {
              display: flex;
              gap: 12px; }
          .product-list-component .pc-param-list-container .bottom-contianer .download-profile-content .download-content .card-icon {
            width: 20px;
            height: 20px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center; }
            .product-list-component .pc-param-list-container .bottom-contianer .download-profile-content .download-content .card-icon.user-manual {
              background-image: url(/cep/resource/resources/icons/User-manual.svg); }
            .product-list-component .pc-param-list-container .bottom-contianer .download-profile-content .download-content .card-icon.get-start {
              background-image: url(/cep/resource/resources/icons/Quick-start-guide.svg); }
            .product-list-component .pc-param-list-container .bottom-contianer .download-profile-content .download-content .card-icon.operating-manual {
              background-image: url(/cep/resource/resources/icons/Brochure.svg); }
            .product-list-component .pc-param-list-container .bottom-contianer .download-profile-content .download-content .card-icon.installation-guide {
              background-image: url(/cep/resource/resources/icons/Stallation-guide.svg); }
            .product-list-component .pc-param-list-container .bottom-contianer .download-profile-content .download-content .card-icon.config-manual {
              background-image: url(/cep/resource/resources/icons/Leaflet.svg); }
          .product-list-component .pc-param-list-container .bottom-contianer .download-profile-content .download-content .card-desc {
            font-weight: 400;
            font-size: 14px;
            line-height: 18px; }
        .product-list-component .pc-param-list-container .bottom-contianer .download-profile-content .download-icon {
          width: 18px;
          height: 18px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url(/cep/resource/resources/icons/download-icon-desc.svg); }
    .product-list-component .pc-param-list-container .view-more {
      padding: 8px 0;
      border: 1px solid #ddd;
      border-radius: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .product-list-component .pc-param-list-container .view-more:hover {
        border-color: #d7150e;
        color: #d7150e; }
  .product-list-component .pagination-section {
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    display: none; }
    .product-list-component .pagination-section .paginationjs-pages ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center; }
    .product-list-component .pagination-section .paginationjs-pages li {
      display: inline-block; }
      .product-list-component .pagination-section .paginationjs-pages li a {
        cursor: pointer;
        color: #333;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        margin-right: 20px;
        padding: 0 5px;
        text-decoration: none; }
        .product-list-component .pagination-section .paginationjs-pages li a:hover {
          color: #d7150e;
          text-decoration: none; }
        .product-list-component .pagination-section .paginationjs-pages li a .pagination-arrow {
          display: block;
          width: 7px;
          height: 10px;
          background: url(/cep/resource/resources/icons/pagination-arrow.svg) no-repeat; }
        .product-list-component .pagination-section .paginationjs-pages li a .pagination-next-arrow {
          transform: rotate(180deg); }
      .product-list-component .pagination-section .paginationjs-pages li.paginationjs-page.active a {
        font-weight: 700;
        color: #d7150e; }
      .product-list-component .pagination-section .paginationjs-pages li.paginationjs-page.active a:hover {
        color: #d7150e; }
      .product-list-component .pagination-section .paginationjs-pages li.paginationjs-ellipsis.disabled a {
        color: #ccc; }
      .product-list-component .pagination-section .paginationjs-pages li.paginationjs-ellipsis.disabled a:hover {
        color: #ccc; }
    .product-list-component .pagination-section .item-num-for-pagination .dropdown {
      background-color: transparent;
      height: 32px;
      position: relative; }
      .product-list-component .pagination-section .item-num-for-pagination .dropdown .dropdown-toggle {
        font-family: "Microsoft YaHei", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
        cursor: pointer;
        border: 1px solid #ddd;
        border-radius: 4px;
        background-color: transparent;
        font-size: 0;
        height: auto;
        padding: 6px 30px 6px 8px;
        position: relative; }
        .product-list-component .pagination-section .item-num-for-pagination .dropdown .dropdown-toggle:focus, .product-list-component .pagination-section .item-num-for-pagination .dropdown .dropdown-toggle:active {
          outline: none !important;
          box-shadow: none; }
        .product-list-component .pagination-section .item-num-for-pagination .dropdown .dropdown-toggle::after {
          content: '';
          display: block;
          position: absolute;
          right: 14px;
          top: 15px;
          width: 10px;
          height: 7px;
          background: center/contain no-repeat url(/cep/resource/resources/icons/pag-icon-arrow.svg);
          border: none;
          transform: rotate(0); }
        .product-list-component .pagination-section .item-num-for-pagination .dropdown .dropdown-toggle .filter-option .filter-option-inner-inner {
          color: #333;
          font-size: 14px;
          line-height: 20px; }
      .product-list-component .pagination-section .item-num-for-pagination .dropdown div.dropdown-menu {
        display: none;
        padding: 5px 0;
        z-index: 1000;
        background-color: #ffffff;
        box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.18);
        border-color: #ddd;
        border-top: 0;
        border-radius: 0 0 5px 5px;
        padding: 0;
        margin-top: -1px; }
        .product-list-component .pagination-section .item-num-for-pagination .dropdown div.dropdown-menu.show {
          display: block; }
        .product-list-component .pagination-section .item-num-for-pagination .dropdown div.dropdown-menu[x-placement*="top-start"] {
          border-radius: 5px 5px 0 0;
          box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.18);
          border-top: 1px solid #ddd;
          border-bottom: 0;
          margin-top: 1px;
          margin-bottom: 0; }
        .product-list-component .pagination-section .item-num-for-pagination .dropdown div.dropdown-menu .dropdown-item {
          color: #333;
          font-size: 14px;
          line-height: 24px;
          padding: 2px 31px 2px 9px;
          white-space: normal; }
          .product-list-component .pagination-section .item-num-for-pagination .dropdown div.dropdown-menu .dropdown-item.active {
            background-color: #FEF6F6;
            color: #333; }
          .product-list-component .pagination-section .item-num-for-pagination .dropdown div.dropdown-menu .dropdown-item:not(.active):hover {
            background-color: #F3F5F7;
            color: #333; }
      .product-list-component .pagination-section .item-num-for-pagination .dropdown.show .dropdown-toggle {
        background-color: rgba(255, 255, 255, 0.65);
        border-radius: 0;
        box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.18); }
        .product-list-component .pagination-section .item-num-for-pagination .dropdown.show .dropdown-toggle::after {
          top: 14px;
          transform: rotate(180deg); }
  .product-list-component .product-blank-pag {
    display: none;
    text-align: center; }
    .product-list-component .product-blank-pag .product-blank-img {
      width: 200px;
      height: 200px;
      background: center/cover no-repeat url(/cep/resource/resources/icons/no-result.png);
      margin: 0 auto; }
      @media (max-width: 991px) {
        .product-list-component .product-blank-pag .product-blank-img {
          width: 200px;
          height: 200px; } }
    .product-list-component .product-blank-pag .product-blank-title {
      font-size: 20px;
      font-weight: 700;
      line-height: 27px;
      color: #333;
      margin-bottom: 16px; }
      @media (max-width: 991px) {
        .product-list-component .product-blank-pag .product-blank-title {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 10px; } }
    .product-list-component .product-blank-pag .product-blank-tip {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #666; }
      @media (max-width: 991px) {
        .product-list-component .product-blank-pag .product-blank-tip {
          font-size: 16px; } }
  .product-list-component .product-view-more {
    display: none; }
    @media (max-width: 991px) {
      .product-list-component .product-view-more {
        text-align: center;
        margin-top: 20px; }
        .product-list-component .product-view-more.active {
          display: block; }
        .product-list-component .product-view-more .view-more-btn {
          display: inline-block;
          border: 1px solid #dddddd;
          border-radius: 76.92px;
          padding: 6px 16px 7px;
          font-size: 14px;
          color: #2e2c2a;
          text-align: center;
          font-weight: 400;
          line-height: 19px; } }

.mobile-product-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 70; }
  .mobile-product-mask.active {
    display: block; }
  .mobile-product-mask .mobile-filter-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff; }
  .mobile-product-mask .mobile-filter-container {
    padding: 15px; }
  .mobile-product-mask .mobile-filter-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #eaeaea; }
  .mobile-product-mask .head-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px; }
  .mobile-product-mask .mosk-close {
    width: 16px;
    height: 16px;
    background: url(/cep/resource/resources/icons/product-list-mobile-close.svg) no-repeat;
    cursor: pointer; }
  .mobile-product-mask .mobile-filter-body {
    padding-top: 16px;
    max-height: 70vh;
    overflow-y: auto; }
  .mobile-product-mask .custom-checkbox-wrapper {
    margin-top: 16px;
    align-items: flex-start;
    justify-content: flex-start; }
    .mobile-product-mask .custom-checkbox-wrapper .custom-checkbox-hidden {
      flex: 0 0 16px;
      position: relative;
      transform: translateY(2px); }
      .mobile-product-mask .custom-checkbox-wrapper .custom-checkbox-hidden::after {
        top: 0;
        transform: none; }
    .mobile-product-mask .custom-checkbox-wrapper:first-child {
      margin-top: 0; }
    .mobile-product-mask .custom-checkbox-wrapper .custom-label {
      font-weight: 400; }
  .mobile-product-mask .mobile-btn-container {
    display: flex;
    width: 100%;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .mobile-product-mask .mobile-btn-container .mobile-reset-btn,
    .mobile-product-mask .mobile-btn-container .mobile-submit-btn {
      padding: 12px 79px;
      font-weight: 400;
      font-size: 15px;
      line-height: 20px; }
    .mobile-product-mask .mobile-btn-container .mobile-submit-btn {
      padding: 12px 79px 12px 78px;
      background-color: #D7150E;
      color: #fff; }

.data-download-form-window-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 60; }

.data-download-form-window-mask.active {
  display: block; }

.data-download-form-mask-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 36px 40px 24px;
  background-color: #fff;
  z-index: 61;
  width: 780px; }

.data-download-form-mask-window .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  background: url(/cep/resource/resources/icons/icon-download-window-close.svg) no-repeat center;
  cursor: pointer; }

.data-download-form-bg {
  padding: 0; }

.data-download-form-bg .title {
  text-align: left;
  font-size: 24px;
  line-height: 33px; }

.data-download-form-bg .description {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  margin-top: 16px; }

.data-download-form-bg .form-info {
  margin-top: 24px; }

.data-download-form-bg .form-info .scisen-new-form-group.half {
  width: calc((100% - 20px) / 2); }

.data-download-form-bg .scisen-new-form-bg .form-info .scisen-new-form-group.submit {
  text-align: center; }

@media (max-width: 991px) {
  .data-download-form-mask-window {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0 15px;
    width: calc(100% - 30px);
    padding: 24px 15px 20px; }
  .data-download-form-bg .title {
    font-size: 16px;
    line-height: 21px;
    color: #222; }
  .data-download-form-bg .description {
    margin-top: 12px; }
  .data-download-form-bg .form-info .scisen-new-form-group.half {
    width: 100%; } }

.compare-box {
  background-color: #fff;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 164px;
  left: 0px;
  z-index: 99999;
  box-shadow: 1px 7px 20px 0px rgba(0, 0, 0, 0.09);
  display: none; }

.compare-box .wrap1310 {
  display: flex;
  position: static; }

@media only screen and (max-width: 991px) {
  .compare-box {
    height: 64px; } }

@media only screen and (max-width: 991px) {
  .compare-box .compare-box-pc {
    display: none; } }

.compare-box .compare-box-pc ul {
  display: flex;
  padding-top: 17px;
  justify-content: space-between;
  width: 90%; }

.compare-box .compare-box-pc ul li {
  flex: 1;
  max-width: 198px;
  box-sizing: border-box;
  position: relative; }

.compare-box .compare-box-pc ul li:not(:nth-of-type(1)) {
  margin-left: 8%; }

@media only screen and (max-width: 1370px) {
  .compare-box .compare-box-pc ul li {
    width: 20vw; }
  .compare-box .compare-box-pc ul li:not(:nth-of-type(1)) {
    margin-left: 8%; } }

.compare-box .compare-box-pc ul li .image-box {
  width: 100%;
  height: 105px;
  background-size: auto 88px;
  border: 1px solid #eaeaea;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  box-sizing: border-box; }

.compare-box .compare-box-pc ul li .image-box img {
  width: 100%;
  height: 100%; }

.compare-box .compare-box-pc ul li .compare-item-close {
  width: 10px;
  height: 10px;
  overflow: hidden;
  background-image: url("/cep/resource/resources/icons/compare-x-gray.svg");
  background-size: 10px 10px;
  background-position: center;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer; }

.compare-box .compare-box-pc ul li .compare-item-close:hover {
  background-image: url("/cep/resource/resources/icons/compare-x.svg"); }

.compare-box .compare-box-pc ul li .descriprtion {
  font-size: 12px;
  margin-top: 6px;
  text-align: center; }

.compare-box .compare-box-pc ul li .addtomore {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 5px; }

.compare-box .compare-box-pc .compare-right {
  padding-left: 105px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 12px; }

@media only screen and (max-width: 1370px) {
  .compare-box .compare-box-pc .compare-right {
    padding-left: 5vw; } }

.compare-box .compare-box-pc .compare-right::before {
  content: "";
  position: absolute;
  height: 90%;
  width: 1px;
  left: 25px;
  background-color: #EAEAEA;
  top: 6px; }

.compare-box .compare-box-pc .compare-right .clear-all {
  width: 97px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 100px;
  line-height: 32px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  cursor: pointer; }

.compare-box .compare-box-pc .compare-right .clear-all:hover {
  color: #d7150e;
  border: 1px solid #d7150e; }

.compare-box a.compare-btn.disabled {
  pointer-events: none;
  border: 1px solid transparent !important;
  opacity: 40%; }

.compare-box .compare-box-pc .compare-right a.compare-btn {
  display: block;
  text-align: center;
  width: 97px;
  height: 32px;
  background-color: #D7150E;
  border-radius: 19px;
  line-height: 32px;
  color: #F5F5F5;
  margin-top: 20px;
  cursor: pointer;
  font-size: 14px; }

.compare-box .compare-box-pc .compare-right a.compare-btn:hover {
  background-color: #ff0012; }

.compare-box .compare-box-pc .compare-right a.compare-btn span.count {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: #fff;
  color: #D7150E;
  line-height: 26px;
  position: relative;
  left: 15px;
  font-weight: 700; }

.compare-box .compare-box-pc .compare-x {
  position: absolute;
  top: 19px;
  right: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background-image: url("/cep/resource/resources/icons/compare-x-gray.svg");
  background-size: 20px 20px;
  background-position: center; }

.compare-box .compare-box-pc .compare-x:hover {
  background-image: url("/cep/resource/resources/icons/compare-x.svg"); }

.compare-box .compare-box-mobile {
  display: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }

@media only screen and (max-width: 991px) {
  .compare-box .compare-box-mobile {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%; } }

.compare-box .compare-box-mobile .compare-list {
  background-color: #fff;
  padding: 20px 15px;
  height: auto;
  display: none; }

.compare-box .compare-box-mobile .compare-list.active::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.compare-box .compare-box-mobile .compare-list ul li {
  border: 1px solid #eaeaea;
  min-height: 52px;
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center; }

.compare-box .compare-box-mobile .compare-list ul li:not(:nth-of-type(1)) {
  margin-top: 10px; }

.compare-box .compare-box-mobile .compare-list ul li .image-box {
  width: 56px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 10px; }

.compare-box .compare-box-mobile .compare-list ul li .descriprtion {
  font-size: 14px;
  color: #333;
  margin-left: 10px;
  padding-top: 20px;
  max-width: 270px;
  padding-bottom: 20px; }

.compare-box .compare-box-mobile .compare-list ul li .compare-item-close {
  width: 12px;
  height: 12px;
  background-image: url("/cep/resource/resources/icons/compare-x-gray.svg");
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }

.compare-box .compare-box-mobile .compare-list ul li .addtomore {
  width: 100%;
  text-indent: 20px;
  font-size: 14px;
  color: #999;
  padding-top: 5px; }

.compare-box .compare-box-mobile .wrap1310 {
  justify-content: space-between;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  height: 64px;
  margin: 0;
  padding: 0 15px; }

.compare-box .compare-box-mobile .wrap1310 .compare-mobile-left ul li {
  margin-top: 8px; }

.compare-box .compare-box-mobile .wrap1310 .compare-mobile-left ul li.compare {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px; }

.compare-box .compare-box-mobile .wrap1310 .compare-mobile-left ul li.compare .count b {
  color: #D7150E; }

.compare-box .compare-box-mobile .wrap1310 .compare-mobile-left ul li.detail {
  font-size: 12px;
  color: #D7150E; }

.compare-box .compare-box-mobile .wrap1310 .compare-mobile-left ul li.detail img {
  position: relative;
  top: -1px; }

.compare-box .compare-box-mobile .wrap1310 .compare-mobile-left ul li.detail.expand img {
  transform: rotate(180deg);
  top: -2px; }

.compare-box .compare-box-mobile .wrap1310 .compare-mobile-right {
  display: flex;
  align-items: center;
  /* padding-top: 10px; */
  justify-content: space-between; }

.compare-box .compare-box-mobile .wrap1310 .compare-mobile-right a {
  display: inline-block;
  width: 78px;
  height: 32px;
  border-radius: 100px;
  line-height: 32px;
  text-align: center;
  font-size: 14px; }

.compare-box .compare-box-mobile .wrap1310 .compare-mobile-right a.compare-btn {
  background-color: #D7150E;
  color: #fff; }

.compare-box .compare-box-mobile .wrap1310 .compare-mobile-right a.clear-all {
  border: 1px solid #ddd;
  margin-left: 8px; }

.compare-suspension {
  position: fixed;
  right: 10px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.27);
  bottom: 62px;
  text-align: center;
  width: 114px;
  height: 32px;
  background-color: #D7150E;
  border-radius: 19px;
  line-height: 32px;
  color: #F5F5F5;
  margin-top: 20px;
  cursor: pointer;
  font-size: 14px;
  z-index: 999;
  display: none; }

.compare-suspension:hover {
  background-color: #ff0012; }

.compare-suspension span.count {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: #fff;
  color: #D7150E;
  line-height: 26px;
  position: relative;
  right: -25px;
  font-weight: 700; }

#toast-to {
  position: fixed;
  z-index: 99999;
  padding: 20px;
  max-width: 345px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: #fff;
  color: #333;
  top: 45px;
  box-shadow: 1px 5px 5px #ccc;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

#toast-to img {
  width: 30px;
  position: relative;
  margin-right: 10px; }

.compare-detail {
  background-color: #fff;
  margin-bottom: 50px; }

@media (max-width: 991px) {
  .compare-detail {
    margin-bottom: 0; } }

.compare-detail .compare-detail-header {
  display: flex;
  height: 68px;
  line-height: 68px;
  border-bottom: 1px solid #eaeaea;
  justify-content: space-between;
  align-items: center; }

.compare-detail .compare-detail-header .compare-header-text {
  font-size: 24px; }

@media (max-width: 991px) {
  .compare-detail .compare-detail-header .compare-header-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px; } }

.compare-detail .compare-detail-header .compare-header-download {
  width: 96px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 100px;
  background-color: #D7150E;
  cursor: pointer;
  color: #fff; }

.compare-detail .compare-detail-header .compare-header-download:hover {
  background-color: #ff0012; }

.compare-detail .compare-deatil-body {
  margin-top: 40px;
  border: 1px solid #ddd; }

@media only screen and (max-width: 991px) {
  .compare-detail .compare-deatil-body {
    overflow-x: scroll;
    margin-top: 20px; }
  .compare-detail .compare-deatil-body::-webkit-scrollbar {
    display: none; } }

@media only screen and (max-width: 991px) {
  .compare-detail .compare-deatil-body .compare__box {
    min-width: 1200px; } }

.compare-detail .compare-deatil-body .compare-detail-body_header form {
  margin-top: 20px; }

.compare-detail .compare-deatil-body .compare-detail-body_header form div.radio {
  margin-top: 20px; }

.compare-detail .compare-deatil-body .compare-detail-body_header form div.radio label {
  font-size: 14px;
  color: #333;
  position: relative;
  display: flex;
  align-items: center; }

.compare-detail .compare-deatil-body .compare-detail-body_header form div.radio label input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  height: 0;
  width: 0;
  padding: 0 0 0 20px;
  border: 0; }

.compare-detail .compare-deatil-body .compare-detail-body_header form div.radio label input[type=radio]:checked + .custom-radio {
  border: 1px solid #D7150E; }

.compare-detail .compare-deatil-body .compare-detail-body_header form div.radio label input[type=radio]:checked + .custom-radio::before {
  background-color: #D7150E; }

.compare-detail .compare-deatil-body .compare-detail-body_header form div.radio label input[type=radio] + .custom-radio {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -3px;
  border: 1px solid #999;
  vertical-align: sub;
  box-sizing: border-box; }

.compare-detail .compare-deatil-body .compare-detail-body_header form div.radio label input[type=radio] + .custom-radio::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  background-color: transparent;
  transition: all 0.3s ease-in-out; }

.compare-detail .compare-deatil-body .compare-detail-body_header form div.radio label span {
  font-size: 14px; }

.compare-detail .compare-deatil-body .compare-detail-body_header form div.radio label span:nth-child(3) {
  margin-left: 8px; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row {
  display: flex; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__propertyTitle {
  flex-basis: 15%;
  padding-left: 25px;
  padding-top: 20px;
  background-color: #F5F5F5;
  box-sizing: border-box; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__box {
  display: flex;
  flex-basis: 85%;
  box-sizing: border-box; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__box .pc__block {
  flex-basis: 25%;
  background-color: #fff; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo {
  padding: 10px 15px 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  top: 0px;
  left: 0px; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo:nth-child(1) .pc__image .pc__remove {
  display: none; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo:nth-child(1) .pc__selectedTag {
  display: inline-block; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo:nth-child(1) .pc__selectBtn {
  display: none; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo:nth-child(1) .none-btn {
  display: inline-block;
  cursor: default; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo .pc__image {
  width: 102px;
  height: 98px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  position: relative; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo .pc__image .pc__remove {
  position: absolute;
  right: -43px;
  top: 5px;
  cursor: pointer; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo .pc__selectBtn {
  display: inline-block;
  width: 96px;
  height: 32px;
  text-align: center;
  margin-top: 20px;
  background-color: #D7150E;
  border-radius: 100px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  cursor: pointer; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo .pc__selectBtn:focus {
  box-shadow: none; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo .pc__selectBtn nav {
  font-size: 14px; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo .pc__selectBtn:hover {
  background-color: #ff0012; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo .none-btn {
  display: inline-block;
  width: 96px;
  height: 32px;
  line-height: 32px;
  display: none;
  margin-top: 20px;
  border: none;
  background: none; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo .pc__name {
  font-size: 16px;
  color: #333;
  margin-top: 12px;
  text-align: center;
  font-weight: 600;
  line-height: 24px; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo .pc__name a {
  color: #333; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo .pc__name a:hover {
  color: #d7000f; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo .pc__basicInfo {
  color: #666;
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
  line-height: 22px; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo .pc__selectedTag {
  width: 68px;
  height: 32px;
  font-size: 14px;
  display: none;
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background-color: #D7150E;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo .pc__add_container {
  text-align: center;
  margin-top: 60px; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo .pc__add_container a.btn-add-to-compare {
  color: #333;
  font-size: 16px;
  text-align: center;
  display: block; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo .pc__add_container a.btn-add-to-compare img {
  vertical-align: middle; }

.compare-detail .compare-deatil-body .compare-detail-body_header .pc__row .pc__block.pc__mainInfo .pc__add_container a.btn-add-to-compare nav {
  margin-top: 40px; }

.compare-detail .compare-deatil-body .pc-detail-body_body .pc__row {
  display: flex; }

.compare-detail .compare-deatil-body .pc-detail-body_body .pc__row .pc__propertyTitle {
  flex-basis: 15%;
  padding-left: 25px;
  padding-top: 20px;
  background-color: #F5F5F5;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  min-height: 60px;
  border-top: 1px solid #ddd; }

.compare-detail .compare-deatil-body .pc-detail-body_body .pc__row .pc__propertyTitle h5 {
  font-weight: 700; }

.compare-detail .compare-deatil-body .pc-detail-body_body .pc__row .pc__block_wrapper {
  flex-basis: 85%;
  display: flex;
  border-top: 1px solid #ddd; }

.compare-detail .compare-deatil-body .pc-detail-body_body .pc__row .pc__block_wrapper .pc__block {
  flex-basis: 25%;
  max-width: 300px;
  position: relative;
  box-sizing: border-box;
  padding: 20px 15px;
  min-height: 60px;
  word-break: break-word;
  overflow: hidden; }

.compare-detail .compare-deatil-body .pc-detail-body_body .pc__row .pc__block_wrapper .pc__block::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  top: 0px;
  left: 0px; }

.compare-detail .compare-deatil-body .pc-detail-body_body .pc__row .pc__block_wrapper .pc__block p {
  font-size: 14px;
  font-weight: 400px;
  color: #333;
  line-height: 20px; }

.compare-detail .compare-deatil-body .pc-detail-body_body .pc__row.difference-highlighter {
  background-color: #FFF7D9; }

@media print {
  body {
    -webkit-print-color-adjust: exact; } }

.scene-card-box {
  padding: 20px 0px;
  overflow-x: hidden; }

@media (max-width: 991px) {
  .scene-card-box {
    padding: 10px 0px; }
  .scene-card-box .wrap1310 {
    padding: 0px 15px;
    margin-left: 46px;
    margin-right: 30px; } }

.scene-card-box .card-box .pc-card {
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 991px) {
  .scene-card-box .card-box {
    margin-bottom: 14px; } }

.scene-card-box .card-box .mob-card {
  display: none; }

@media (max-width: 991px) {
  .scene-card-box .card-box .mob-card {
    display: block;
    position: relative; } }

.scene-card-box .card-box .mob-card .swiper-wrapper {
  width: 80%; }

.scene-card-box .card-box .mob-card .swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between; }

.scene-card-box .card-box .mob-card .swiper-wrapper .swiper-slide .mob-card {
  flex-basis: calc(50% - 7.5px);
  padding-bottom: 26.96%;
  margin-top: 15px;
  background-size: cover;
  position: relative; }

.scene-card-box .card-box .mob-card .swiper-wrapper .swiper-slide .mob-card p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0 12px;
  z-index: 2; }

.scene-card-box .card-box .mob-card .swiper-wrapper .swiper-slide .mob-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4); }

@media (max-width: 991px) {
  .scene-card-box .card-box .pc-card {
    display: none; } }

.scene-card-box .card-box .scene-a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: default;
  overflow: hidden;
  transition: transform .4; }

.scene-card-box .card-box .scene-a .image {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.4s; }

.scene-card-box .card-box .scene-a:hover .image {
  transform: scale(1.1); }

@media (min-width: 991px) {
  .scene-card-box .card-box:not(.elementGrid) .scene-a::after {
    content: "";
    width: 100%;
    height: 50%;
    bottom: -20px;
    left: 0px;
    transition: 0.6s;
    position: absolute;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 70%); }
  .scene-card-box .card-box:not(.elementGrid) .scene-a:hover::after {
    bottom: 0px; } }

.scene-card-box .card-box .scene-a.hover {
  transition: all 0.6s;
  cursor: pointer; }

.scene-card-box .card-box .scene-a .card-text-box {
  position: absolute;
  left: 0px;
  bottom: 21px;
  padding: 0 24px;
  z-index: 2; }

@media (max-width: 991px) {
  .scene-card-box .card-box .scene-a .card-text-box {
    padding: 0 15px;
    bottom: 15px; } }

.scene-card-box .card-box .scene-a .card-text-box p {
  color: #fff; }

.scene-card-box .card-box .scene-a .card-text-box p.title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px; }

@media (max-width: 991px) {
  .scene-card-box .card-box .scene-a .card-text-box p.title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px; } }

.scene-card-box .card-box .scene-a .card-text-box p.description {
  margin-top: 18px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0; }

@media (max-width: 991px) {
  .scene-card-box .card-box .scene-a {
    height: 195px; }
  .scene-card-box .card-box .scene-a .card-text-box p.description {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px; } }

.scene-card-box .card-box.elementGrid ul li {
  list-style: none;
  float: left;
  width: calc(20% - 20px);
  margin-top: 24px;
  position: relative; }

@media (max-width: 991px) {
  .scene-card-box .card-box.elementGrid ul li {
    margin-top: 15px; } }

.scene-card-box .card-box.elementGrid ul li:not(:nth-of-type(5n)) {
  margin-right: 25px; }

@media only screen and (max-width: 1280px) and (min-width: 1080px) {
  .scene-card-box .card-box.elementGrid ul li {
    flex-basis: calc(25% - 15px); }
  .scene-card-box .card-box.elementGrid ul li:not(:nth-of-type(5n)) {
    margin-right: 0px; }
  .scene-card-box .card-box.elementGrid ul li:not(:nth-of-type(4n)) {
    margin-right: 20px; } }

@media only screen and (max-width: 1080px) and (min-width: 991px) {
  .scene-card-box .card-box.elementGrid ul li {
    flex-basis: calc(33% - 7px); }
  .scene-card-box .card-box.elementGrid ul li:not(:nth-of-type(4n)) {
    margin-right: 0px; }
  .scene-card-box .card-box.elementGrid ul li:not(:nth-of-type(3n)) {
    margin-right: 15px; } }

@media (max-width: 991px) {
  .scene-card-box .card-box.elementGrid ul li {
    width: calc(50% - 7.5px);
    height: 93px; }
  .scene-card-box .card-box.elementGrid ul li:not(:nth-of-type(5n)) {
    margin-right: 0px; }
  .scene-card-box .card-box.elementGrid ul li:not(:nth-of-type(2n + 1)) {
    margin-left: 15px; } }

.scene-card-box .card-box.elementGrid ul li .description {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  width: 100%; }

@media (max-width: 991px) {
  .scene-card-box .card-box.elementGrid ul li .description {
    text-align: center;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px; } }

.scene-card-box .card-box.elementGrid ul li .scene-a {
  display: block;
  width: 100%;
  height: 136px; }

.scene-card-box .card-box.oneCard {
  height: 390px; }

@media (max-width: 991px) {
  .scene-card-box .card-box.oneCard {
    height: 205px; } }

.scene-card-box .card-box.twoCards .pc-card {
  display: flex;
  justify-content: space-between; }

@media (max-width: 991px) {
  .scene-card-box .card-box.twoCards .pc-card {
    display: none; } }

.scene-card-box .card-box.twoCards .pc-card li {
  flex-basis: 642.5px;
  height: 390px; }

@media (max-width: 1370px) {
  .scene-card-box .card-box.twoCards .pc-card li {
    flex-basis: calc(50% - 12.5px);
    height: 28.468vw; } }

.scene-card-box .card-box.threeCards .pc-card {
  display: flex;
  justify-content: space-between; }

@media (max-width: 991px) {
  .scene-card-box .card-box.threeCards .pc-card {
    display: none; } }

.scene-card-box .card-box.threeCards .pc-card li {
  flex-basis: 420px;
  height: 390px; }

@media (max-width: 1370px) {
  .scene-card-box .card-box.threeCards .pc-card li {
    flex-basis: calc(33.333% - 16.666px);
    height: 28.468vw; } }

.scene-card-box .card-box.specialType .pc-card {
  display: flex;
  justify-content: space-between; }

@media (max-width: 991px) {
  .scene-card-box .card-box.specialType .pc-card {
    display: none; } }

.scene-card-box .card-box.specialType .pc-card .flex-box {
  position: relative;
  height: 535px;
  flex-basis: 642.5px; }

@media (max-width: 1370px) {
  .scene-card-box .card-box.specialType .pc-card .flex-box {
    flex-basis: calc(50% - 12.5px);
    height: 39vw; } }

.scene-card-box .card-box.specialType .pc-card .flex-box.right-flex {
  left: 12.5px; }

.scene-card-box .card-box.specialType .pc-card .flex-box.right-flex ul {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column; }

.scene-card-box .card-box.specialType .pc-card .flex-box.right-flex ul li {
  flex-basis: calc(267.5px); }

@media (max-width: 1370px) {
  .scene-card-box .card-box.specialType .pc-card .flex-box.right-flex ul li {
    flex-basis: calc(50% - 12.5px); } }

.scene-card-box .card-box.specialType .pc-card .flex-box.right-flex ul li:nth-of-type(2) {
  margin-top: 25px; }

.scene-card-box .card-box:not(.elementGrid) .mob-card .swiper-wrapper .swiper-slide {
  position: relative;
  left: 8px; }

.scene-card-box .swiper-pagination {
  bottom: -22px !important; }

.scene-card-box .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent; }

.scene-card-box .swiper-pagination .swiper-pagination-bullet .swiper-carousel-div {
  background-color: #333; }

.scene-card-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-carousel-div {
  background-color: #D7150E; }

.delisting-announcement-component .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  padding: 20px 0;
  text-align: center; }

.delisting-announcement-component .stopData {
  text-align: right;
  padding: 20px 0;
  font-size: 16px;
  line-height: 22px; }

.delisting-announcement-component .main-text {
  font-size: 16px;
  line-height: 22px; }
  .delisting-announcement-component .main-text p {
    margin-bottom: 0; }
  .delisting-announcement-component .main-text a {
    color: #06c;
    text-decoration: underline; }

.delisting-announcement-component .appendix-container {
  padding: 20px 0;
  font-size: 16px;
  line-height: 22px; }
  .delisting-announcement-component .appendix-container p {
    margin-bottom: 0; }

.delisting-announcement-component .appendix-table {
  margin: 20px 0;
  border-top: 1px solid #000;
  overflow-x: auto; }
  .delisting-announcement-component .appendix-table .appendix-tr {
    display: flex;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    align-items: stretch; }
    @media (max-width: 991px) {
      .delisting-announcement-component .appendix-table .appendix-tr {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; } }
    .delisting-announcement-component .appendix-table .appendix-tr:first-child div {
      font-weight: bold; }
    .delisting-announcement-component .appendix-table .appendix-tr div {
      width: 25%;
      padding: 15px 10px;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000; }
      .delisting-announcement-component .appendix-table .appendix-tr div:nth-child(4) {
        border-right: none; }
      @media (max-width: 991px) {
        .delisting-announcement-component .appendix-table .appendix-tr div {
          white-space: nowrap;
          width: auto; } }

.image-wapper {
  width: 100%;
  max-height: 100vh;
  text-align: center;
  overflow: hidden; }

.image-wapper .wrap1310 {
  display: flex; }

.image-wapper .wrap1310.left {
  justify-content: flex-start; }

.image-wapper .wrap1310.center {
  justify-content: center; }

.image-wapper .wrap1310.right {
  justify-content: flex-end; }

.image-wapper .image {
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  display: flex; }

.image-wapper .image.m-10C {
  max-width: 1151.6666666667px;
  max-height: 100%; }

.image-wapper .image.m-8C {
  max-width: 933.3333333333px;
  max-height: 100%; }

.image-wapper .image.m-6C {
  max-width: 715px;
  max-height: 100%; }

.image-wapper .image img {
  width: 100%;
  max-height: 100%; }

.image-wapper .image .plyr__video-embed {
  width: 100%;
  height: 100%;
  position: relative; }

.image-wapper .image.m-video {
  width: 100%;
  height: 100%;
  max-height: 100vh; }

.image-wapper .image.m-video video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.image-wapper .fullScreen .image.m-video video {
  height: 100vh; }

.image-wapper .image .plyr__video-embed iframe {
  width: 100%;
  height: 100%;
  max-height: 100vh; }
