/*!
* Bootstrap Reboot v5.0.2 (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)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/


@font-face {
  font-family: "Montreal";
  src: url("../fonts/montreal.woff");
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.flag-icon{
  max-width: 30px;
}

.custom-font {
  font-family: "Montreal" !important;
}
a{
  text-decoration: none!important;
  color:inherit;
}

.description-font {
  font-family: Arial !important;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  color: #212529;
  /* font-family: "Montreal" !important; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

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

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

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

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

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

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

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

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

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

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:hover {
  color: #0a58ca;
}

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

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

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

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

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

a>code {
  color: inherit;
}

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

kbd kbd {
  font-size: 1em;
  font-weight: 700;
  padding: 0;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

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 {
  border-style: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}

@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"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
* Bootstrap Utilities v5.0.2 (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)
*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.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 {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}

.ratio>* {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 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.85714%;
}

.fixed-top {
  top: 0;
}

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

.fixed-bottom {
  bottom: 0;
}

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

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

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

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

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

.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-left: 0 !important;
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.my-auto {
  margin-bottom: auto !important;
  margin-top: 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-left: 0 !important;
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 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 + 0.9vw) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important;
}

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

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

.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}

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

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

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

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

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

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

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

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

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

.bg-body,
.bg-white {
  background-color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-start {
  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-left: 0 !important;
    margin-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: 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-left: 0 !important;
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 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-left: 0 !important;
    margin-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: 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-left: 0 !important;
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 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-left: 0 !important;
    margin-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: 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-left: 0 !important;
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 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-left: 0 !important;
    margin-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: 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-left: 0 !important;
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 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-left: 0 !important;
    margin-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: 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-left: 0 !important;
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 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 Grid v5.0.2 (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)
* **customized version - no utils
*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  width: 100%;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@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-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}

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

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

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

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

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

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

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

:root {
  --main-500: #263d6c;
  --main-300: #2f4c86;
  --main-700: #1d2e52;
}

@font-face {
  font-display: swap;
  font-family: Montreal;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/montreal.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: Montreal;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/montreal_bold.woff) format("woff");
}

.w-400 {
  font-weight: 400;
}

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

.s-xs {
  font-size: 0.875rem;
}

.s-sm {
  font-size: 0.92rem;
}

.s-lg {
  font-size: 1.125rem;
}

.clickable {
  cursor: pointer;
}

.min-w {
  min-width: 1px;
}

.cop {
  display: inline-block;
  height: 8rem;
  overflow: hidden;
  position: relative;
  width: 8rem;
}

.cop-logo {
  height: auto;
  left: 50%;
  margin-top: -3%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.cop-ani {
  animation: rotate 8s linear infinite;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.cop-ani img {
  height: auto;
  width: 100%;
}

.cop:hover .cop-ani {
  animation-play-state: paused;
}

.btn {
  background-color: var(--main-500) !important;
  border: 2px solid var(--main-500) !important;
  border-radius: 30rem !important;
  color: #fff !important;
  display: inline-block !important;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.065em !important;
  line-height: 1.5 !important;
  padding: 0.5em 1.5em !important;
  text-decoration: none !important;
  transition: background 0.3s !important;
}

.btn:hover {
  background-color: var(--main-300);
  color: #fff;
}

.btn:disabled {
  opacity: 0.5;
}

.btn-sm {
  letter-spacing: 1px;
  padding: 0.35em 1.5em;
}

.btn-icon,
.btn-icon-lg,
.btn-icon-md {
  padding: 0.5rem 2.5rem 0.5rem 1.5rem;
  position: relative;
}

.btn-icon .ic,
.btn-icon-lg .ic,
.btn-icon-md .ic {
  height: 2rem;
  position: absolute;
  right: 0.25rem;
  top: 58%;
  transform: translateY(-50%);
  width: 2rem;
}

.btn-icon-md {
  padding: 0.5rem 1rem;
  position: relative;
}

.btn-icon-md .ic {
  display: none;
}

@media (min-width: 768px) {
  .btn-icon-md {
    padding: 0.5rem 2.5rem 0.5rem 1.5rem;
  }

  .btn-icon-md .ic {
    display: block;
  }
}

.btn-icon-lg {
  padding: 0.5rem 1rem;
  position: relative;
}

.btn-icon-lg .ic {
  display: none;
}

@media (min-width: 992px) {
  .btn-icon-lg {
    padding: 0.5rem 2.5rem 0.5rem 1.5rem;
  }

  .btn-icon-lg .ic {
    display: block;
  }
}

.btn-outline {
  background-color: transparent;
  color: var(--main-500);
}

.btn-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: #4e8dcb;
  text-decoration: underline;
}

.dialog {
  bottom: 0;
  display: none;
  left: 0;
  outline: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 95;
}

.dialog.__active {
  display: block;
}

.dialog.__active-in .dialog-content {
  opacity: 1;
  transform: translateY(0);
}

.dialog.__active-in .dialog-overlay {
  opacity: 1;
}

.dialog-body {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 1rem;
  min-height: calc(100% - 3rem);
}

@media (min-width: 768px) {
  .dialog-body {
    margin-left: auto;
    margin-right: auto;
  }
}

.dialog-content {
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  max-width: 100%;
  opacity: 0;
  position: relative;
  transform: translateY(1rem);
  transition: transform 0.3s ease-out, opacity 0.3s;
  width: 31.25rem;
}

.dialog-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
}

.dialog-close,
.dialog-overlay {
  right: 0;
  top: 0;
  transition: opacity 0.3s;
}

.dialog-close {
  fill: currentColor;
  color: #fff;
  padding: 0.5rem;
  position: absolute;
}

.dialog-close:hover {
  color: #fff;
  opacity: 0.5;
}

body.shown-dialog {
  overflow: hidden;
}

::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}

::placeholder {
  color: #bbb;
  font-weight: 400;
}

.input {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  display: inline-block;
  font-family: Arial, Microsoft Yahei, STXihei, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  height: 3rem;
  outline: none;
  padding: 0.35em 1em;
  transition: border 0.3s, box-shadow 0.3s;
  width: 100%;
}

.input-sm {
  font-size: 0.875rem;
  height: 2.5rem;
}

.input:focus {
  border-color: #263d6c;
  box-shadow: 0 0 0 2px #263d6c;
}

textarea.input {
  height: auto;
  min-height: 5rem;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  scrollbar-width: thin;
}

textarea.input::-webkit-scrollbar {
  background: #f0f0f0;
  width: 8px;
}

textarea.input::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}

.tabs {
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  flex-wrap: none;
}

.tabs .tab-item {
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  color: #999;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: -1px;
  padding: 0.7rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s;
}

.tabs .tab-item.__active {
  background-color: #fff;
  border-color: #cfcfcf;
  color: #212d59;
}

.ic {
  fill: currentColor;
  display: inline-block;
  line-height: 1;
}

.s-ic {
  height: 1em;
  width: 1em;
}

.alert-box {
  font-size: 0.9em;
  margin-bottom: 1rem;
  padding: 1em;
}

.alert-box.alert-error {
  background-color: #ffeded;
  color: #f44;
}

.alert-box.alert-success {
  background-color: #e0f3ed;
  color: #2ea782;
}

@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}

html {
  font-size: 15px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, Microsoft Yahei, STXihei, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

sub,
sup {
  font-size: 0.7em;
}

sup {
  margin-top: -0.25em;
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.svg-defs {
  height: 0;
  position: absolute;
  width: 0;
}

[v-cloak] {
  display: none !important;
}

.top-roll-header {
  color: #000;
  height: 3.75rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 52;
  width: 100%;
  background: #eccaff;
  height: 30px;
  text-align: center;
}

.rh-left,
.rh-right {
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.rh-left img,
.rh-right img {
  max-width: 100%;
  margin: 0 auto;
}

.rh-left {
  left: 10px;
}

.rh-right {
  right: 10px;
}

.header {
  color: #000;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
  transition:all .4 ease;
   /*padding-top:60px;*/
}
.header.page-relazz{
  background:#fff;
}

.header .container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.header .nav-link {
  fill: currentColor;
  color: #1d1d1b;
  display: inline-block;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s;
}

@media (min-width: 768px) {
  .header .nav-link {
    font-size: 0.92rem;
  }
}

.header .nav-link:hover {
  color: #929291;
}

.header .nav-link>.ic {
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 768px) {
  .header .nav-link>.ic {
    height: 1.75rem;
    width: 1.75rem;
  }
}

.header .nav-link-color {
  color: var(--main-500);
}

.header .nav-toggler {
  margin-left: -0.75rem;
}

.header .nav-logo {
  margin-top: -5px;
}

.header .nav-logo img {
  height: 1.75rem;
  width: auto;
}

@media (min-width: 768px) {
  .header .nav-logo {
    margin-top: -10px;
  }

  .header .nav-logo img {
    height: 2.25rem;
  }
}

.header .nav-logo .logo-white {
  display: none;
}

.header .nav-menu {
  flex-grow: 1;
}

.header .nav-cta .link-get {
  display: none;
}

.header .nav-lang .nav-ddl-link {
  text-align: center;
  width: 3.75rem;
}

.header .nav-btn {
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
}

.header .nav-btn,
.header .nav-ddl-wrap {
  position: relative;
}

.header .nav-ddl-wrap.__active .nav-ddl,
.header .nav-ddl-wrap:hover .nav-ddl {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.header .nav-ddl-wrap.__active .nav-link,
.header .nav-ddl-wrap:hover .nav-link {
  color: #929291;
}

.header .nav-ddl-wrap.__active .nav-ddl-bg {
  display: block;
}

.header .nav-ddl-bg {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

.header .nav-ddl {
  opacity: 0;
  pointer-events: none;
  position: relative;
  transform: translateY(10px);
  transition: transform 0.3s, opacity 0.3s;
  z-index: 2;
}

.header .nav-ddl-body {
  background-color: #e6e6e6;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.25);
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 10;
}

.lang-btn {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.75rem;
}

.country-modal .save-btn {
  background: #3a2570;
  border: none;
  outline: none;
  width: 100%;
}

.country-modal .flag-container img {
  border: 1px solid grey;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.country-modal .flag-container h3 {
  font-size: 18px;
}

.country-modal .dropdown {
  display: grid;
}

.country-modal .dropdown-toggle::after {
  content:none;
}

.country-modal .dropdown-menu.show {
  width: 100%;
}

.header .nav-ddl-link {
  color: #706f6f;
  display: block;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.65rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s, background 0.3s;
  white-space: nowrap;
}

.header .nav-ddl-link:hover {
  background-color: #fff;
  color: #1d1d1b;
}

.header.__white .nav-link {
  color: #fff;
  text-shadow: 1px 1px 1.5px rgba(40, 10, 0, 0.3);
}

.header.__white .nav-link:hover {
  color: #929291;
}

.header.__white .nav-logo .logo {
  display: none;
}

.header.__white .nav-logo .logo-white {
  display: inline-block;
}

.header.__sticky {
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  position: fixed;
}

.header.__sticky-in {
  opacity: 1;
  transition: opacity 0.3s;
  padding-top: 1px
}

.header.__sticky .nav-link {
  color: #1d1d1b;
  text-shadow: none;
}

.header.__sticky .nav-link:hover {
  color: #929291;
}

.header.__sticky .nav-link-color {
  color: var(--main-500);
}

.header.__sticky .nav-cta .link-get,
.header.__sticky .nav-logo .logo {
  display: inline-block;
}

.header.__sticky .nav-cta .link-start,
.header.__sticky .nav-logo .logo-white {
  display: none;
}

.header-sub {
  border-bottom: 1px solid #263d6c;
  height: 3.75rem;
  left: 0;
  padding: 0.5rem 0;
  position: absolute;
  right: 0;
  top: 3rem;
  transition: background 0.3s;
  z-index: 1;
}
.page-relazz.header-sub{
  top: 5.3rem!important;
  background: #fff;
}
.__sticky.page-relazz.header-sub{
  top:0!important;
}

.header-sub .container {
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-sub .title {
  color: #3c3c3b;
  font-size: 1.25rem;
}

.header-sub .link,
.header-sub .title {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.header-sub .link {
  color: #706f6f;
  font-size: 0.85rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-sub .link:hover {
  color: #1d1d1b;
}

.header-sub .btn {
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
}

.header-sub.__sticky {
  background-color: #fff;
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 50;
}

.header-sub.__sticky-in {
  opacity: 1;
  transition: opacity 0.3s;
}

.drawer {
  display: none;
  position: fixed;
  z-index: 100;
}

.drawer.__active {
  display: block;
}

.drawer.__active .drawer-body {
  transform: translateX(-100%);
}

.drawer.__active-in .drawer-body {
  transform: translateX(0);
}

.drawer-overlay {
  right: 0;
}

.drawer-body,
.drawer-overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
}

.drawer-body {
  background-color: var(--main-500);
  color: #fff;
  max-width: 30rem;
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.3s ease-out;
  width: 100%;
  z-index: 1;
}

.drawer-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 22rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.drawer-header {
  padding: 3rem 0;
}

.drawer-logo {
  margin-top: -10px;
}

.drawer-close {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}

.drawer-close:hover {
  color: #fff;
  opacity: 0.3;
}

.drawer-nav {
  margin-bottom: 3rem;
}

.drawer-list {
  border-bottom: 1px solid #fff;
}

.drawer-list:last-child {
  border-bottom: none;
}

.drawer-link {
  color: #fff;
  display: block;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 1rem 0;
  text-decoration: none;
  transition: opacity 0.3s;
}

.drawer-link:hover {
  color: #fff;
  opacity: 0.5;
}

.footer {
  background-color: rgba(55, 128, 133, 0.1);
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.footer .nav{
  display: block!important;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

.footer .socials a {
  color: #706f6f;
  text-decoration: none;
  transition: color 0.3s;
}

.footer .socials a:hover {
  color: var(--main-500);
}

.footer .nav ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.footer .nav h5 {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.footer .nav a {
  color: #1d1d1b;
  font-size: 0.7rem;
  font-weight: 400;
  text-decoration: none;
}

.footer .nav a:hover {
  color: var(--main-500);
  text-decoration: underline;
}

.footer .note {
  border: 1px solid #000;
  line-height: 1.3;
  padding: 0.5rem 1rem;
}

.footer .copyright,
.footer .note {
  font-size: 0.65rem;
}
.footer a {
    color: #1d1d1b;
    font-size: 0.7rem;
    font-weight: 400;
    text-decoration: none;
}

.back-to-top {
  align-items: center;
  background-color: #fff;
  background-image: linear-gradient(135deg, #fff, #918e95 120%);
  border-radius: 50%;
  bottom: 107px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.25);
  display: flex;
  height: 2.4rem;
  justify-content: center;
  position: fixed;
  right: 1rem;
  width: 2.4rem;
  z-index: 10;
}

.back-to-top svg {
  fill: grey;
  display: block;
}

.dialog-promo .dialog-content {
  border-radius: 10px;
  padding: 1.5rem;
  width: 62rem;
}

@media (min-width: 768px) {
  .dialog-promo .dialog-content {
    padding: 1.875rem;
  }
}

.dialog-promo .img-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.dialog-promo .title {
  font-size: 1.35rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .dialog-promo .title {
    font-size: 1.625rem;
  }
}

.dialog-promo .items {
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
}

@media (min-width: 768px) {
  .dialog-promo .items {
    max-height: 408px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.5rem;
  }
}

.dialog-promo .items::-webkit-scrollbar {
  background: #f0f0f0;
  width: 8px;
}

.dialog-promo .items::-webkit-scrollbar-thumb {
  background: #1d2c59;
  border-radius: 10px;
}

.dialog-promo .items.shown .item.__hidden {
  display: flex;
}

.dialog-promo .item {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  transition: border 0.3s;
}

@media (min-width: 768px) {
  .dialog-promo .item {
    padding: 1rem 1.25rem;
  }
}

.dialog-promo .item.__hidden {
  display: none;
}

.dialog-promo .item.__selected {
  border: 1px solid #1d2c59;
}

.dialog-promo .item-quality {
  font-size: 2.5rem;
  font-weight: 700;
}

.dialog-promo .item-name {
  flex-grow: 1;
  font-size: 1.125rem;
}

.dialog-promo .item-price {
  text-align: right;
}

.dialog-promo .item-price-curr {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
}

.dialog-promo .item-price-save {
  background-color: #1d2c59;
  border-radius: 15px;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 4px 6px;
}

.dialog-promo .item-price-ori {
  color: #777;
  font-size: 0.875rem;
  margin-left: 0.5rem;
}

.dialog-promo .item-price-ori i {
  font-style: normal;
  position: relative;
}

.dialog-promo .item-price-ori i:after {
  border-bottom: 1px solid;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.dialog-promo .btn-toggle {
  color: #1d2c59;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
}

.dialog-promo .btn-toggle .hide {
  display: none;
}

.dialog-promo .btn-toggle .ic {
  transition: transform 0.3s;
}

.dialog-promo .btn-toggle.toggled .hide {
  display: inline-flex;
}

.dialog-promo .btn-toggle.toggled .show {
  display: none;
}

.dialog-promo .btn-toggle.toggled .ic {
  transform: rotate(180deg);
}

.dialog-promo .btn-pay {
  border-radius: 6px;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 10px;
  width: 100%;
}

.dialog-promo .dialog-close {
  margin: 0.5rem;
  padding: 0;
}

.dialog-promo .dialog-close:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 80%;
  left: 10%;
  position: absolute;
  top: 10%;
  width: 80%;
}

.dialog-promo .dialog-close>svg,
.section-hero {
  position: relative;
}

.section-hero {
  background-color: #333;
  color: #fff;
  min-height: 100vh;
}

.section-hero .video-wrap {
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.section-hero .video-wrap img,
.section-hero .video-wrap video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-hero .video-wrap video {
  opacity: 0;
  transition: opacity 1s;
  z-index: 1;
}

.section-hero .video-wrap video.ready {
  opacity: 1;
}

.section-hero .hero-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  min-height: inherit;
  padding: 4rem 1.5rem;
  position: relative;
  width: 45rem;
  z-index: 5;
}

.section-hero .hero-title {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 2.75rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.section-hero .hero-desc,
.section-hero .hero-title {
  font-weight: 400;
  text-shadow: 2px 2px 3px rgba(40, 10, 0, 0.3);
}

.section-hero .hero-desc {
  font-size: 1.125rem;
}

.section-welcome {
  overflow: hidden;
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
}

.section-welcome .bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.section-welcome .bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.section-welcome .title {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.section-welcome .desc {
  font-size: 1.125rem;
  font-weight: 400;
}

.section-product {
  color: #fff;
  padding: 2.5rem 0;
  position: relative;
}

@media (min-width: 992px) {
  .section-product {
    padding: 0;
  }
}

.section-product .img-wrap {
  padding-bottom: 100%;
  position: relative;
}

.section-product .img-wrap>img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-product .img-wrap.inview {
  opacity: 0;
}

.section-product .img-wrap.inview.__in {
  opacity: 1;
  transition-duration: 1s;
  transition-property: opacity;
}

.section-product .title {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media (min-width: 992px) {
  .section-product .title {
    font-size: 2.5rem;
  }
}

.section-product .desc {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .section-product .desc {
    font-size: 1.125rem;
  }
}

.section-product .btn-store {
  background-color: #fff;
  border: 2px solid #fff;
  font-weight: 600;
}

.section-product-probiome {
  background-color: #263d6c;
}

.section-product-probiome .btn-store {
  color: #263d6c;
}

.section-product-probiome .btn-store:hover {
  background-color: #263d6c;
  color: #fff;
}

.section-product-relazz {
  background-color: #311456;
}

.section-product-relazz .btn-store {
  color: #311456;
}

.section-product-relazz .btn-store:hover {
  background-color: #311456;
  color: #fff;
}

.section-shop {
  padding: 5rem 0;
  position: relative;
}

.section-shop .title {
  color: var(--main-500);
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.section-shop .desc {
  font-size: 1.125rem;
  font-weight: 400;
}

.section-shop .product {
  color: #1d1d1b;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 768px) {
  .section-shop .product {
    width: 21rem;
  }
}

.section-shop .product-img {
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

.section-shop .product-img:hover img.img-hovered {
  opacity: 1;
  transform: scale(1.1);
}

.section-shop .product-img img {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-shop .product-img img.img-hovered {
  opacity: 0;
  transition: transform 2s, opacity 1s;
}

.section-shop .product-img-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
}

.section-shop .product-img-slider .slider-item {
  flex: 0 0 auto;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.section-shop .product-img-slider .slider-dots {
  align-items: center;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
}

.section-shop .product-img-slider .slider-dots span {
  border: 1px solid var(--main-300);
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 0.75rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  transition: background 0.3s;
  width: 0.75rem;
}

.section-shop .product-img-slider .slider-dots span.active {
  background-color: var(--main-300);
}

.section-shop .product-img-slider img {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-shop .product-body {
  padding: 1rem 0;
}

.section-shop .product-name {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.35rem;
}

.section-shop .product-desc {
  font-weight: 1rem;
  font-weight: 400;
}

.section-shop .product-more {
  margin-top: 1rem;
}

.section-shop .product-more .more-link {
  border-bottom: 1px solid;
  color: #263d6c;
  font-size: 0.875em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.section-quiz {
  background-color: #4c3269;
  color: #fff;
  padding: 5rem 0;
  position: relative;
}

.section-quiz .bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.section-quiz .bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.section-quiz .title {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.section-quiz .desc {
  font-size: 1.125rem;
}

.section-quiz .btn {
  background-color: #fff;
  color: #263d6c;
  font-weight: 600;
}

.section-product-track {
  position: relative;
}

.section-product-track .section-product-image.__completed {
  bottom: 0;
  position: absolute !important;
  top: auto;
}

.section-product-body {
  background-color: rgba(55, 128, 133, 0.1);
  position: relative;
}

.section-product-body .bg {
  bottom: 0;
  left: -50px;
  pointer-events: none;
  position: absolute;
  right: -50px;
  top: -40px;
}

.section-product-body .bg img {
  height: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: auto;
}

.section-product-body .body-part {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  position: relative;
}

.section-product-body .body-part-last {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .section-product-body .body-part {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

.section-product-body .body-1 {
  padding-bottom: 3rem;
  padding-top: 7rem;
}

@media (min-width: 768px) {
  .section-product-body .body-1 {
    max-height: 60rem;
    min-height: 100vh;
  }
}

.section-product-body .heading {
  color: #858585;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 3rem;
  padding-right: 7rem;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .section-product-body .heading {
    width: auto;
  }
}

@media (min-width: 992px) {
  .section-product-body .heading {
    font-size: 5rem;
    margin-top: 0;
    padding-right: 0;
    white-space: nowrap;
  }
}

.section-product-body .heading div.w-700 {
  color: #4d4d4d;
}

.section-product-body .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-product-body .subtitle,
.section-product-body .title {
  color: var(--main-500);
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  letter-spacing: 0.035em;
}

.section-product-body .desc,
.section-product-body .subtitle {
  font-size: 1.125rem;
  font-weight: 400;
}

.section-product-body .desc {
  line-height: 1.5;
}

.section-product-body .desc p {
  margin-bottom: 1.5rem;
}

.section-product-body .bg-image {
  margin-top: 3rem;
  pointer-events: none;
  width: 100%;
}

.section-product-body .bg-image img {
  height: auto;
  max-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 992px) {
  .section-product-body .bg-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    z-index: 1;
  }

  .section-product-body .bg-image img {
    height: 20rem;
    width: auto;
  }

  .section-product-body .bg-image-left {
    left: 0;
  }

  .section-product-body .bg-image-right {
    right: 0;
  }
}

.section-product-body .bg-image.bg-image-hand {
  margin-bottom: -5rem;
  position: relative;
  z-index: 1;
}

.section-product-body .bg-image.bg-image-hand img {
  max-height: none;
}

@media (min-width: 768px) {
  .section-product-body .bg-image.bg-image-hand {
    left: -12%;
  }
}

@media (min-width: 992px) {
  .section-product-body .bg-image.bg-image-hand {
    position: absolute;
  }

  .section-product-body .bg-image.bg-image-hand img {
    height: 30rem;
  }
}

.section-product-body .content-boxed {
  position: relative;
}

@media (min-width: 992px) {
  .section-product-body .content-boxed {
    padding: 2rem 3.5rem;
  }

  .section-product-body .content-boxed:before {
    border: 2px solid #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
  }
}

.section-product-body .link-learn {
  border-bottom: 1px solid;
  color: var(--main-500);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.section-product-body .product-image {
  position: absolute;
  z-index: 1;
}

.section-product-body-relazz .product-image {
  right: 15%;
  top: 38%;
}

.section-product-body-relazz .product-image img {
  height: auto;
  transform: translateX(4.5rem) rotate(15deg);
  width: 14rem;
}

@media (min-width: 576px) {
  .section-product-body-relazz .product-image {
    top: 30%;
  }
}

@media (min-width: 768px) {
  .section-product-body-relazz .product-image {
    top: 20%;
  }
}

.section-product-body-probiome .heading {
  font-size: 3rem;
}

.section-product-body-probiome .product-image {
  right: 4%;
  top: 50%;
}

.section-product-body-probiome .product-image img {
  height: auto;
  transform: translateX(2.5rem) rotate(15deg);
  width: 17rem;
}

@media (min-width: 576px) {
  .section-product-body-probiome .product-image {
    right: 10%;
    top: 35%;
  }

  .section-product-body-probiome .product-image img {
    width: 19rem;
  }
}

@media (min-width: 992px) {
  .section-product-body-probiome .heading {
    font-size: 4rem;
  }

  .section-product-body-probiome .content-boxed {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

.section-product-footer {
  align-items: center;
  color: #fff;
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
}

@media (min-width: 768px) {
  .section-product-footer {
    max-height: 60rem;
    min-height: 100vh;
  }
}

.section-product-footer .container {
  position: relative;
  z-index: 1;
}

.section-product-footer .product-name {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 2.15rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  line-height: 1;
  position: relative;
}

@media (min-width: 768px) {
  .section-product-footer .product-name {
    font-size: 2.65rem;
  }
}

@media (min-width: 992px) {
  .section-product-footer .product-name {
    font-size: 5rem;
  }
}

.section-product-footer .product-name .brand {
  display: inline-block;
  height: 1.5rem;
  margin-top: -10px;
  max-width: 100%;
  width: auto;
}

@media (min-width: 768px) {
  .section-product-footer .product-name .brand {
    height: 2rem;
  }
}

@media (min-width: 992px) {
  .section-product-footer .product-name .brand {
    height: 3.65rem;
    width: auto;
  }
}

.section-product-footer .product-name .name {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.section-product-footer .product-name .boxes {
  height: auto;
  max-width: 100%;
  pointer-events: none;
}

.section-product-footer .product-name .cta {
  font-family: Arial, Microsoft Yahei, STXihei, sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
}

.section-product-footer .product-name .cta-lg {
  margin-bottom: -3rem;
  margin-top: 1rem;
}

.section-product-footer .product-name .addon {
  position: absolute;
  z-index: 1;
}

.section-product-footer-relazz {
  background-color: #311456;
}

.section-product-footer-relazz .boxes {
  margin: 3rem auto;
  width: 15rem;
}

@media (min-width: 992px) {
  .section-product-footer-relazz .boxes {
    margin: 0 5rem 0 2.5rem;
    width: 19rem;
  }
}

.section-product-footer-relazz .addon {
  left: 50%;
  top: 32%;
  transform: translateX(9%);
}

.section-product-footer-probiome {
  background-color: #00add7;
}

.section-product-footer-probiome .boxes {
  margin: 3rem auto;
  width: 14rem;
}

@media (min-width: 992px) {
  .section-product-footer-probiome .boxes {
    margin: 0 5rem 0 2.5rem;
    width: 16rem;
  }
}

.section-product-footer-probiome .addon {
  left: 50%;
  top: 46%;
  transform: translateX(0);
}

.section-product-image {
  left: 0;
  max-height: 60rem;
  min-height: 100vh;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 10;
}

.section-product-image .product-wrap {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section-product-image .product-wrap img {
  height: auto;
  width: 100%;
}

.section-product-image-relazz .product-wrap {
  width: 16rem;
}

.section-product-image-relazz .product-wrap img {
  transform: translateX(0) rotate(15deg);
}

.section-product-image-relazz.section-product-image-ms .product-wrap img {
  transform: translateX(-7.5rem) rotate(15deg);
}

.section-product-image-probiome .product-wrap {
  width: 22rem;
}

.section-product-image-probiome .product-wrap img {
  transform: translateX(0.5rem) rotate(15deg);
}

.section-product-benefits {
  color: #fff;
  position: relative;
}

@media (min-width: 992px) {
  .section-product-benefits {
    padding-bottom: 4rem;
  }
}

.section-product-benefits .bg {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -100vh;
}

.section-product-benefits .bg img {
  height: 100%;
  left: 50%;
  mix-blend-mode: overlay;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  transform: translateX(-50%);
  width: 100%;
}

@media (min-width: 768px) {
  .section-product-benefits .bg img {
    height: auto;
  }
}

.section-product-benefits .img-wrap {
  display: inline-block;
  position: relative;
}

.section-product-benefits .img-wrap img {
  height: auto;
  width: 100%;
}

.section-product-benefits .img-wrap-text {
  align-items: center;
  bottom: 0;
  color: #000;
  display: flex;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 600;
  justify-content: center;
  left: 0;
  letter-spacing: 0.08em;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}

.section-product-benefits .point {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media (min-width: 992px) {
  .section-product-benefits .point {
    flex-direction: row;
    align-items:center;
  }
}

.section-product-benefits .point-img {
  pointer-events: none;
}

.section-product-benefits .point-img img {
  display: block;
  height: auto;
}

.section-product-benefits .point-img.inview {
  opacity: 0;
  transform: translateY(0.5rem);
}

.section-product-benefits .point-img.inview.__in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s, transform 0.8s ease-out;
  transition-delay: 0.25s;
}

.section-product-benefits .point-body {
  flex-grow: 1;
  min-width: 1px;
}

.section-product-benefits .point-item {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.section-product-benefits .point-link {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
}

.section-product-benefits .point-link span {
  border-bottom: 1px solid;
}

.section-product-benefits .point-1 {
  margin-bottom: 2rem;
}

.section-product-benefits .point-1 .img-wrap {
  margin-bottom: -3rem;
  margin-right: -2rem;
  margin-top: -6rem;
  width: 25rem;
}

@media (min-width: 992px) {
  .section-product-benefits .point-1 {
    align-items: center;
  }

  .section-product-benefits .point-1 .img-wrap {
    margin-bottom: -5rem;
  }
}

.section-product-benefits .point-2 .img-wrap {
  margin-bottom: -4rem;
  margin-left: 2rem;
  margin-top: -2rem;
  width: 15rem;
}

@media (min-width: 992px) {
  .section-product-benefits .point-2 .img-wrap {
    margin-bottom: -3rem;
    margin-left: 17rem;
  }
}

.section-product-benefits .point-3 .img-wrap {
  margin-bottom: -2rem;
  margin-top: -2rem;
  width: 25rem;
}

@media (min-width: 992px) {
  .section-product-benefits .point-3 .img-wrap {
    margin-left: 9rem;
    margin-right: -5.5rem;
    width: 31rem;
  }
}

.section-product-benefits .point-4 .img-wrap {
  margin: -2rem -1rem -5rem 2rem;
  width: 20rem;
}

.section-product-benefits .point-m .point-img {
  text-align: center;
}

.section-product-benefits .point-m .img-wrap {
  margin: -2rem -1rem -4rem 1rem;
  width: 22rem;
}

.section-product-benefits-relazz {
  background-color: #66458f;
}

.section-product-benefits-relazz .point-item {
  color: #c789f1;
}

.section-product-benefits-probiome {
  background-color: #0081a0;
}

.section-product-benefits-probiome .point-item {
  color: #85d1d7;
}

.section-product-benefits-probiome .img-wrap-text {
  color: #263d6c;
}

.section-product-reviews {
  overflow: hidden;
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
}

.section-product-reviews .title {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}

.section-product-reviews .reviews-slider {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 100vw;
}

.section-product-reviews .reviews-slider .slider-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.section-product-reviews .reviews-slider .review-item {
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 20rem;
}

.section-product-reviews .btn {
  width: 100%;
}

@media (min-width: 992px) {
  .section-product-reviews .btn {
    width: auto;
  }
}

.section-product-shop {
  background-color: #ebf3f3;
  background-image: linear-gradient(180deg, #ebf3f3, #fff);
}

.dialog-ingredients .dialog-content {
  background-color: #263d6c;
  width: 64rem;
}

.dialog-ingredients .img-wrap {
  padding: 6% 12%;
}

.dialog-ingredients .img-wrap img {
  height: auto;
  width: 100%;
}

.particle {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0.3em #fff, 0 0 0.7em #fff, 0 0 3em #fff, 0 0 5em #fff;
  height: 1em;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 1em;
  z-index: 20;
}

.section-ingredients-hero {
  align-items: center;
  background-color: #d1d1d1;
  background-image: radial-gradient(circle, #fff 0, #d1d1d1 125%);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 7rem;
  position: relative;
}

@media (min-width: 768px) {
  .section-ingredients-hero {
    min-height: 100vh;
    overflow: visible;
    padding-top: 3rem;
  }
}

.section-ingredients-hero .heading {
  color: var(--main-500);
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.section-ingredients-hero .desc {
  font-size: 1.125rem;
  font-weight: 400;
}

.section-ingredients-hero .more-link {
  border-bottom: 1px solid;
  color: #263d6c;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.section-ingredients-hero .img-wrap {
  font-size: 1px;
  padding-bottom: 100%;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.section-ingredients-hero .img-wrap img {
  height: auto;
  position: absolute;
}

.section-ingredients-hero-relazz .img-0a {
  animation: float-1 1.5s ease-in-out 1s infinite alternate;
}

.section-ingredients-hero-relazz .img-0b {
  animation: float-2 3s ease-in-out 1s infinite alternate;
}

.section-ingredients-hero-relazz .img-1 {
  animation: float-1 2s ease-in-out infinite alternate;
}

.section-ingredients-hero-relazz .img-2 {
  animation: float-2 2.5s ease-in-out infinite alternate;
}

.section-ingredients-hero-relazz .img-3 {
  animation: float-3 4s ease infinite alternate;
}

.section-ingredients-hero-relazz .img-4 {
  animation: float-4 5s ease infinite alternate;
}

.section-ingredients-hero-probiome .img-0a {
  animation: float-1 2s ease-in-out 1s infinite alternate;
}

.section-ingredients-hero-probiome .img-0b {
  animation: float-3 3s ease-in-out 1s infinite alternate;
}

.section-ingredients-hero-probiome .img-0c {
  animation: float-2 3s ease-in-out 1s infinite alternate;
}

.section-ingredients-hero-probiome .img-1 {
  animation: float-3 2.5s ease-in-out infinite alternate;
}

.section-ingredients-hero-probiome .img-1a {
  animation: float-5 1.5s ease-in-out infinite alternate;
}

.section-ingredients-hero-probiome .img-2 {
  animation: float-2 2s ease-in-out infinite alternate;
}

.section-ingredients-hero-probiome .img-3a {
  animation: float-3 4s ease-in-out infinite alternate;
}

.section-ingredients-hero-probiome .img-4 {
  animation: float-3 4s ease infinite alternate;
}

@keyframes float-1 {
  to {
    transform: translateY(-1.5rem);
  }
}

@keyframes float-2 {
  to {
    transform: translateY(1rem);
  }
}

@keyframes float-3 {
  to {
    transform: translateY(-0.75rem);
  }
}

@keyframes float-4 {
  to {
    transform: translateY(0.5rem) rotate(-2deg);
  }
}

@keyframes float-5 {
  to {
    transform: translateY(-1rem) rotate(5deg);
  }
}

.section-ingredients-items {
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
}

.section-ingredients-items .bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index:-1;
}
 .mal {
  font-size:12px;
}

.section-ingredients-items .bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.section-ingredients-items .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}

.section-ingredients-items .title {
  color: var(--main-500);
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.section-ingredients-items .desc {
  font-size: 1.125rem;
  font-weight: 400;
}

.section-ingredients-items .item {
  margin: 0 auto 1.5rem;
  max-width: 100%;
  opacity: 0;
  text-align: center;
  transform: translateY(1rem);
  width: 19rem;
}

.section-ingredients-items .item.__in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s, transform 1s ease-out;
}

.section-ingredients-items .item:not(.__in) {
  transition-delay: 0s !important;
}

.section-ingredients-items .item-img {
  border-radius: 50%;
  margin: 0 auto 0.5rem;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 13.5rem;
}

.section-ingredients-items .item-img img {
  height: auto;
  width: 100%;
}

.section-ingredients-items .item-img:before {
  background-color: rgba(27, 11, 48, 0.9);
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
}

.section-ingredients-items .item-img-hovered {
  color: #fff;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  left: 15%;
  letter-spacing: 0.035em;
  line-height: 1.3;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 1rem));
  transition: opacity 0.3s, transform 0.3s ease-out;
  width: 70%;
}

.section-ingredients-items .item-img:hover:before {
  opacity: 1;
}

.section-ingredients-items .item-img:hover .item-img-hovered {
  opacity: 1;
  transform: translateY(-50%);
}

.section-ingredients-items .item-name {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.section-ingredients-items .item-desc {
  font-size: 0.875rem;
  font-weight: 400;
}

.section-ingredients-items .plus {
  align-items: center;
  color: #999;
  display: inline-flex;
  font-size: 5rem;
  font-weight: 600;
  height: 1em;
  justify-content: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
}

.section-ingredients-items .plus.__in {
  opacity: 1;
  transition: opacity 0.5s;
}

.section-ingredients-items-relazz .content {
  width: 40rem;
}

.section-ingredients-items-probiome .content {
  width: 47rem;
}

.section-ingredients-badges {
  background-color: var(--main-500);
  color: #fff;
  overflow: hidden;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
}

.section-ingredients-badges .bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.section-ingredients-badges .bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.section-ingredients-badges .badge {
  height: auto;
  width: 5.5rem;
}

.section-ingredients-badges .badge.inview {
  opacity: 0;
  transform: translateY(1rem);
}

.section-ingredients-badges .badge.inview.__in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s, transform 0.75s ease-out;
}

.section-ingredients-badges .badge.inview:not(.__in) {
  transition-delay: 0s !important;
}

.dialog-more .dialog-content {
  background-color: var(--main-500);
  color: #fff;
  padding: 3rem 2rem;
}

@media (min-width: 768px) {
  .dialog-more .dialog-content {
    padding: 3rem 2.5rem;
  }
}

.dialog-more .content {
  font-size: 0.92rem;
}

.dialog-more .content>* {
  margin-bottom: 1.5rem;
}

.dialog-more .content> :last-child {
  margin-bottom: 0;
}

.dialog-more .content ul {
  padding-left: 1em;
}

.dialog-more .content ul li {
  padding-bottom: 0.35em;
  padding-left: 1em;
}

.dialog-more-relazz .dialog-content {
  background-color: #301455;
}

.dialog-more-probiome .dialog-content {
  background-color: #003e6d;
}

.section-quality-hero {
  align-items: center;
  background-color: #ebf3f3;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  padding-bottom: 3rem;
  padding-top: 4rem;
  position: relative;
}

.section-quality-hero .heading {
  color: var(--main-500);
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 2.875rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.section-quality-hero .desc {
  font-size: 1.125rem;
  font-weight: 400;
}

.section-parallax {
  background-color: var(--main-500);
  color: #fff;
  overflow: hidden;
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
}

.section-parallax .title {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .section-parallax .title {
    font-size: 1.5rem;
  }
}

.section-parallax .parallax {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.section-parallax .parallax img {
  height: 80vh;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
}

.section-quality-content {
  background-color: #ebf3f3;
  overflow: hidden;
  position: relative;
}

.section-quality-content .body-part {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.section-quality-content .separator {
  border-bottom: 0.5px solid #263d6c;
  height: 1px;
  width: 100%;
}

.section-quality-content .title {
  color: var(--main-500);
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
}

.section-quality-content .desc {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

.section-quality-content .img-wrap.inview {
  opacity: 0;
  transform: translateY(1rem);
}

.section-quality-content .img-wrap.inview.__in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s, transform 0.75s ease-out;
}

.section-quality-content .img-wrap img {
  height: auto;
  width: 100%;
}

.section-quality-content .more-link {
  align-items: center;
  color: var(--main-500);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.section-quality-content .more-link span {
  border-bottom: 1px solid;
}

.dialog-cert .dialog-content {
  background-color: var(--main-500);
  color: #fff;
  width: 65rem;
}

.dialog-cert .list {
  padding: 4rem 2rem;
  text-align: center;
}

.dialog-cert .list img {
  height: auto;
  margin-bottom: 0.25rem;
}

.section-story-hero {
  align-items: center;
  background-color: #d1d1d1;
  background-image: radial-gradient(circle, #fff 0, #d1d1d1 125%);
  display: flex;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 3rem;
  position: relative;
}

.section-story-hero .heading {
  color: var(--main-500);
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.section-story-hero .desc {
  font-size: 1.125rem;
  font-weight: 400;
}

.section-story-hero .img-wrap {
  font-size: 1px;
  padding-bottom: 100%;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.section-story-hero .img-wrap img {
  height: auto;
  position: absolute;
}

.section-story-hero .img-0a {
  animation: float-1 3s ease-in-out 1s infinite alternate;
}

.section-story-hero .img-0b {
  animation: float-1 2s ease-in-out 2s infinite alternate;
}

.section-story-hero .img-0c {
  animation: float-2 4s ease-in-out 1s infinite alternate;
}

.section-story-hero .img-0d {
  animation: float-3 4s ease-in-out 1s infinite alternate;
}

.section-story-hero .img-1 {
  animation: float-1 2s ease-in-out infinite alternate;
}

.section-story-hero .img-1a {
  animation: float-2 3s ease-in-out infinite alternate;
}

.section-story-hero .img-2 {
  animation: float-2 2.5s ease-in-out infinite alternate;
}

.section-story-hero .img-3 {
  animation: float-4 5s ease infinite alternate;
}

.section-story-hero .img-4 {
  animation: float-3 5s ease infinite alternate;
}

.section-story-points {
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
}

.section-story-points .desc {
  font-size: 1.125rem;
}

.section-story-points .cta .more-link {
  border-bottom: 2px solid;
  color: #263d6c;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.section-story-points .point-cover {
  background-color: #eee;
  color: #fff;
  padding-bottom: 100%;
  position: relative;
}

.section-story-points .point-cover img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-story-points .point-name {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 400;
  justify-content: center;
  left: 0;
  padding: 10%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.section-story-points .point.inview {
  opacity: 0;
  transform: translateY(1rem);
}

.section-story-points .point.inview.__in {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s, 1.5s;
  transition-property: opacity, transform;
}

.section-story-points .collapsable .desc p:not(:first-child),
.section-story-points .collapsable .less {
  display: none;
}

.section-story-points .collapsable.__show .desc p {
  display: block;
}

.section-story-points .collapsable.__show .more {
  display: none;
}

.section-story-points .collapsable.__show .less {
  display: inline;
}

.section-founder {
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
}

.section-founder .cop {
  height: 8rem;
  position: absolute;
  right: 0;
  top: -5rem;
  width: 8rem;
  z-index: 10;
}

@media (min-width: 992px) {
  .section-founder .cop {
    height: 12rem;
    right: 15%;
    width: 12rem;
  }
}

.section-founder .founder-item {
  display: inline-block;
  position: relative;
  width: 20rem;
}

@media (min-width: 992px) {
  .section-founder .founder-item {
    width: auto;
  }
}

.section-founder .founder-item .avatar {
  height: auto;
  max-width: 100%;
  width: 22rem;
}

.section-founder .founder-item .detail {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  position: absolute;
  text-align: center;
}

.section-founder .founder-item .name {
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 0;
}

.section-founder .founder-item .pos {
  font-size: 0.75rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .section-founder .founder-item-1 {
    top: 5rem;
  }
}

.section-founder .quote {
  font-size: 0.875rem;
  line-height: 1.45;
  opacity: 0;
  padding: 1.5rem 0.5rem;
  position: relative;
  text-align: center;
}

.section-founder .quote-txt>p {
  margin-bottom: 1.5rem;
}

.section-founder .quote-txt>p:last-child {
  margin-bottom: 0;
}

.section-founder .quote-start {
  left: -2rem;
  position: absolute;
  top: 1rem;
}

.section-founder .quote-end {
  bottom: 1rem;
  position: absolute;
  right: -2rem;
}

.section-founder .quote.__in {
  opacity: 1;
  transition: opacity 1s;
}

.section-founder .bgs {
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.section-founder .bgs img {
  height: auto;
  max-width: 100%;
  position: absolute;
}

.section-benefits {
  background-color: var(--main-500);
  color: #fff;
  overflow: hidden;
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
}

.section-benefits .title {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.035em;
  margin-bottom: 3rem;
}

.section-benefits .item {
  text-align: center;
}

.section-benefits .item img {
  height: 3.5rem;
  margin-bottom: 1.5rem;
  width: auto;
}

.section-benefits .item h4 {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.section-benefits .item div {
  font-size: 0.875rem;
  font-weight: 400;
}

.section-benefits .item.inview {
  opacity: 0;
  transform: translateY(1rem);
}

.section-benefits .item.inview.__in {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.5s, 0.75s;
  transition-property: opacity, transform;
}

.section-gallery {
  background-color: #d6d9ee;
  overflow: hidden;
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
}

.section-gallery .gallery {
  display: flex;
  flex-wrap: nowrap;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 100vw;
}

.section-gallery .gallery-item {
  flex: 0 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  width: 18rem;
}

@media (min-width: 992px) {
  .section-gallery .gallery-item:hover {
    z-index: 5;
  }

  .section-gallery .gallery-item:hover .gallery-item-box {
    transform: scale(1.2);
  }
}

.section-gallery .gallery-item-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 1rem;
  position: relative;
  transition: transform 0.3s ease-out, z-index 0.3s;
}

.section-gallery .gallery-item-bg {
  background-image: linear-gradient(125deg, rgba(174, 200, 235, 0.75), hsla(0, 0%, 100%, 0.75));
  border-radius: 1.5rem;
  box-shadow: inset 2px 4px 8px hsla(0, 0%, 100%, 0.8), 1px 6px 15px rgba(38, 61, 108, 0.25);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-gallery .gallery-item-img {
  height: 20rem;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 5;
}

.section-gallery .gallery-item-icon {
  bottom: 5%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}

.section-gallery .bgs {
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-gallery .bgs .bg-item {
  height: auto;
  position: absolute;
}

.page-header-space {
  background-color: #fff;
  height: 3.75rem;
}

.section-page-hero {
  display: flex;
  flex-direction: column;
}

.section-page-hero .page-hero-content {
  align-items: center;
  background-color: var(--main-500);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 20rem;
  overflow: hidden;
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
  text-align: center;
}

.section-page-hero .heading {
  font-size: 3rem;
}

.section-page-hero .heading,
.section-page-hero .sub-heading {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  margin-bottom: 0.25rem;
}

.section-page-hero .sub-heading {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 0.25rem;
}

.section-page-hero .hero-bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.section-page-hero .hero-bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.section-page-chat {
  font-size: 1.125rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.section-page-chat a.email {
  border-bottom: 1px solid transparent;
  color: currentColor;
  font-weight: 700;
  text-decoration: none;
  transition: border 0.3s;
}

.section-page-chat a.email:hover {
  border-bottom-color: currentColor;
  color: currentColor;
}

.section-faq {
  padding-bottom: 1rem;
  padding-top: 4rem;
  position: relative;
}

.section-faq .faq-nav {
  position: sticky;
  top: 4.75rem;
  z-index: 1;
}

.section-faq .faq-nav a {
  color: currentColor;
  text-decoration: none;
  transition: color 0.3s;
}

.section-faq .faq-nav a:hover {
  color: #3d53a3;
}

.section-faq .faq-nav a.current {
  font-weight: 700;
}

.section-faq .faq-nav-item {
  color: #212d59;
  font-size: 1rem;
  padding: 0.5rem 0;
}

.section-faq .faq-nav-sub-item {
  color: #212d59;
  font-size: 0.875rem;
  padding: 0.35rem 0;
}

.section-faq .faq-nav-separator {
  border-bottom: 0.5px solid #212d59;
  margin: 0.5rem 0;
}

.section-faq .faq-group {
  margin-bottom: 5rem;
}

.section-faq .faq-group-title {
  color: #212d59;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .section-faq .faq-group-title {
    font-size: 3rem;
  }
}

.faq-item {
  border-bottom: 0.5px solid #212d59;
}

.faq-item.__active .faq-item-answer,
.faq-item.__active .faq-item-question .minus {
  display: block;
}

.faq-item.__active .faq-item-question .plus {
  display: none;
}

.faq-item-question {
  align-items: center;
  color: #212d59;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1rem 0;
  text-decoration: none;
  transition: color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.faq-item-question:hover {
  color: #364991;
}

.faq-item-question .minus {
  display: none;
}

.faq-item-answer {
  color: #212d59;
  display: none;
  font-size: 1rem;
  padding-bottom: 2rem;
}

.section-reviews-welcome {
  background-color: var(--main-500);
  color: #fff;
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
}

.section-reviews-welcome .desc {
  color: #fff;
  font-size: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
  width: 44rem;
}

.section-reviews-nav {
  background-color: #f5f5f5;
  position: sticky;
  top: 3.75rem;
  z-index: 5;
}

.section-reviews-nav .nav-item {
  border-bottom: 3px solid transparent;
  color: #212d59;
  margin: 0 2.5rem;
  padding: 1rem 0;
  text-decoration: none;
}

.section-reviews-nav .nav-item.__active {
  border-bottom-color: currentColor;
  font-weight: 700;
}

.section-reviews {
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
}

.reviews-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
}

.reviews-list.grid-done .review-item {
  height: 100%;
}

.review-item {
  background-color: #f1f1f1;
  font-size: 0.875rem;
  padding: 3rem 2rem;
  position: relative;
  text-align: center;
}

.review-item-name {
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.review-item-stars {
  color: #ffc330;
  display: inline-flex;
  justify-content: center;
}

.review-item-stars .ic {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}

.section-enquiry {
  padding-bottom: 3rem;
  padding-top: 2rem;
  position: relative;
}

.section-enquiry .desc {
  color: #212d59;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-size: 400;
}

.section-enquiry .contact-info {
  color: #212d59;
  display: flex;
  font-size: 0.875rem;
}

.section-enquiry .contact-info b {
  font-size: 1.1em;
}

.section-enquiry .contact-info a {
  color: currentColor;
  text-decoration: none;
}

.section-enquiry .contact-info-body {
  align-self: center;
  line-height: 1.75;
  margin-left: 0.75rem;
}

.section-enquiry .form {
  display: none;
}

.section-enquiry .form.__active {
  display: block;
  opacity: 0;
  transition: opacity 0.5s;
}

.section-enquiry .form.__active-in {
  opacity: 1;
}

.section-enquiry .form .btn-outline {
  display: block;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  width: 100%;
}

@media (min-width: 992px) {
  .section-enquiry .form .btn-outline {
    display: inline-block;
    width: auto;
  }
}

.section-page {
  color: var(--main-500);
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
}

.section-page .heading {
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}

@media (min-width: 992px) {
  .section-page .editor {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.editor h2,
.editor h3,
.editor h4,
.editor h5 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.editor h2 {
  font-size: 1.375rem;
}

.editor h3 {
  font-size: 1.2rem;
}

.editor h4 {
  font-size: 1.125rem;
}

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

.editor ol,
.editor p,
.editor ul {
  margin-bottom: 1.5rem;
}

.editor ol+h2,
.editor p+h2,
.editor ul+h2 {
  margin-top: 3rem;
}

.editor p {
  line-height: 1.5;
}

.editor ol,
.editor ul {
  padding-left: 1.5em;
}

.editor li {
  padding-bottom: 0.5em;
  padding-left: 0.75em;
}

.editor a {
  color: currentColor;
}

.payment-header {
  background-color: #263d6c;
  color: #000;
  height: 3.75rem;
  justify-content: center;
  position: relative;
  z-index: 50;
}

.payment-body,
.payment-header {
  align-items: center;
  display: flex;
}

.payment-body {
  min-height: calc(100vh - 3.75rem);
  padding: 5rem 0;
  text-align: center;
}

.payment-title {
  color: #263d6c;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.payment-desc {
  color: #212d59;
  font-size: 1.125rem;
}

.payment-desc .link {
  border-bottom: 1px solid;
  color: #3782ad;
  font-size: 0.875em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}


/* RELAZZ NEW */

.product-hero-section {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 7rem;
  position: relative;
}

.product-hero-section-relazz {
  background: url('../images/relazz-hero-bg.png')no-repeat center center;
  background-size: cover;
}

@media (min-width: 768px) {
  .product-hero-section {
    min-height: 100vh;
    overflow: visible;
    padding: 3rem;
  }
}

.product-hero-section .heading {
  color: #fff;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.product-hero-section .desc {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
}

.product-hero-section .hero-cta .btn {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff;
}

.product-hero-section .more-link {
  border-bottom: 1px solid;
  color: #263d6c;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.product-hero-section .img-wrap {
  font-size: 1px;
  padding-bottom: 100%;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.product-hero-section .img-wrap img {
  height: auto;
  position: absolute;
}

.product-hero-section-relazz .img-0a {
  animation: float-1 1.5s ease-in-out 1s infinite alternate;
}

.product-hero-section-relazz .img-0b {
  animation: float-2 3s ease-in-out 1s infinite alternate;
}

.product-hero-section-relazz .img-1 {
  animation: float-1 2s ease-in-out infinite alternate;
}

.product-hero-section-relazz .img-2 {
  animation: float-2 2.5s ease-in-out infinite alternate;
}

.product-hero-section-relazz .img-3 {
  animation: float-3 4s ease infinite alternate;
}

.product-hero-section-relazz .img-4 {
  animation: float-4 5s ease infinite alternate;
}

@keyframes float-1 {
  to {
    transform: translateY(-1.5rem);
  }
}

@keyframes float-2 {
  to {
    transform: translateY(1rem);
  }
}

@keyframes float-3 {
  to {
    transform: translateY(-0.75rem);
  }
}

@keyframes float-4 {
  to {
    transform: translateY(0.5rem) rotate(-2deg);
  }
}

@keyframes float-5 {
  to {
    transform: translateY(-1rem) rotate(5deg);
  }
}

.announcement-section {
  width: 100%;
  height: 35px;
  background: #E8C3FD;
}

.announcement-section .announcement-slider {
  height: 100%
}

.announcement-section .announcement-slider .slick-list,
.announcement-section .announcement-slider .slick-track {
  height: 100% !important;
}

.announcement-slider p {
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger-icon {
  font-size: 30px;
  color: #000000;
}

.nav-link {
  color: #000000;
}

.shop-btn {
  background: #2B3C68;
  color: #FFFFFF;
  border-radius: 25px;
  padding: 7px 30px;
}

.user-avatar i {
  font-size: 30px;
  color: #2B3C6D;
}

.head-banner {
  background-image: url('../images/from_nature_to_booster_bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.banner-title {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 0em;
}

.banner-btn {
  color: #FFFFFF;
  border-radius: 50px;
  width: 200px;
  padding: 8px;
}

.banner-sub {
  color: #FFFFFF;
  font-size: 20px;
}

.banner-sub-title {
  color: #FFFFFF;
  font-size: 40px;
}


.banner-img1 {
  height: 400px;
  position: absolute;
  margin-top: 50px;
}

.banner-img2 {
  height: 550px;
  position: absolute;
  margin-left: 20px;
  margin-top: -40px;
}

.banner-img3 {
  height: 450px;
  margin-top: 60px;
  position: absolute;
  margin-left: -120px;
}

.news-marquee-section {
  background: #36266C;
  padding: 30px 0;
}

.news-marquee-item {
  margin: 0 50px;
}

.news-marquee-img {
  max-height: 40px;
}

.news-marquee-section .title {
  color: #FFFFFF;
  font-family: 'Montreal';
  font-weight: 400;
  text-align: center;
}

.news-marquee {
  width: 100%;
}

.marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  overflow: hidden;
  white-space: nowrap;
}

.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 10s linear infinite;
}

.marquee--inner:hover {
  animation-play-state: paused;
}

/* span {
  float: left;
  overflow: hidden;
} */

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}


.featured-carousel {
  white-space: nowrap;
  min-width: 100%;
}

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

.carousel-indicators button {
  background: #807F95 !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border-top: none !important;
  border-bottom: none !important;
}

.carousel-indicators button.active {
  background: #362869 !important;
}

.container-card .review-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #656565;
  border: 2px solid transparent;
}

.transparent-border {
  border: 1px solid transparent;
}

.container-card .review-name {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-transform: uppercase;
}

.link-to-rewards a {
  font-size: 12px;
  text-decoration: none;
  color: #000;
  display: inline-block;
}

.link-to-rewards a span {
  font-weight: bold;
  text-decoration: underline;
  float: none !important;
}

.reviews-section {
  background: #EEEBF5;
}

.reviews-section .title {
  margin-bottom: 25px;
  color: #37266D;
  font-weight: bold;
  text-align: center;
}

.reviews-section .discover-btn-container {
  margin-top: 25px;
}

.discover-btn-container .btn {
  background: #7314CE;
  color: #FFFFFF;
  padding: 10px 30px;
  border-radius: 25px;
}

.ingredient-section {
  background-image: url('../images/from_nature_to_booster_bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 400px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.ingredient-section .sachet{
  max-width: 220px;
  margin:0 auto;
  /* height:max-content!important; */
}
.ingredient-bottom{
  display: grid;
}

/* @media (max-width: 768px) {
  .ingredient-section .sachet {
    height: 20%;
  }
 } */

.ingredient-bottom::before{
  width: 100%;
  height:180px;
  background-image: url('../images/ing-arrow.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content:''
}

.ingredient-section .title {
  color: #fff;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.ingredient-section .ingredient-desc {
  color: #fff;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
}

.ingredient-section .ingredient-title {
  color: #c972ce;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;


}

.wonders-of-relazz {
  background: #e8e1fa;
  position: relative;
  padding-bottom: 100px;
}

.wonders-slider {
  margin-top: -20% !important;
}

.wonders-slider-img {
  position: relative;
  max-width: 100%;
  z-index: 32;
}

.wonders-slider-item {
  width: 100%;
  position: relative;
}

.wonders-slider-item .content-box {
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  z-index: 33;
  color: #fff;
  text-align: center;
}

.wonders-slider-item .content-box .content-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.wonders-slider-item .content-box .content-desc {
  font-size: 14px;
  line-height: 18px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
}

.wake-up-refreshed {
  background: #e8e1fa;
  position: relative;
}

.wake-up-bg {
  width: 100%;
  z-index: 22;
}


.wake-up-content {
  width: 100%;
  position: absolute;
  z-index: 23;
  color: #fff;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  top: 50%;
  transform: translateY(-25%);
}

.wake-up-content h2 {
  font-weight: 700;
  font-size: 2.5rem;
}

.wake-up-point {
  font-size: 28px;
  line-height: 1.3;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;

}
.wake-up-point span{
  float: none!important;
}
.wake-up-mobile{
    min-height: 110vh;
    padding:50% 3rem 3rem 3rem;
    background-image: url('../images/relazz-wake-up-mobile.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 140%!important;
    color: #fff;
    position: relative;
    top: 0;
    z-index: 10;
    content:'';
    overflow: hidden;
}

.wake-up-overlay {
  padding-top:200%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #311456;
  opacity: 0.6;
  z-index: 22;
  transition: all 1s linear;
}
.wake-up-mobile-content{
  opacity: 0;
  z-index: 23;
  position: relative;
  transition: all 1s linear;
}
.sleep-sound {
  background: #e8e1fa;
}

.sleep-sound-icon {
  max-width: 90px;
  margin: 20px auto;
}

.team-section {
  background: #fff;
}

.team-img {
  max-width: 200px;
  margin: 0 auto;
}

.team-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.team-position {
  font-size: 14px;
  line-height: 20px;
}

.team-bio {
  font-size: 14px;
  line-height: 18px;
}

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

.teamModal .modal-header {
  border-bottom: 0 !important;
}


.ultimate-solution {
  background: #e8e1fa;
}

.ultimate-card {
  background: #fff;
  border-radius: 25px;
}

.ultimate-content {
  text-align: left;
}

.bundle-deals {
  background: #392670;
  color: #fff;
  overflow-x: hidden;
}

.bundle-deals p{
  font-size:18px;
  line-height: 22px;
}
.bundle-deals h3 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.3rem;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 700;

}
.bg-calltoaction{
  background-image: url('../images/bundle-section.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
  position:relative;
}
.bg-calltoaction .call-to-action-btn{
  position:absolute;
  width: 100%;
  padding:0 1.5rem;
  bottom:30px;
  text-align: center;
}

.bundle-icon {
  max-width: 90px;
  margin: 0 auto
}

.limited-time {
  background: url('../images/bundle-section-desktop.png');
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.limited-time h3 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.3rem;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 700;

}

.limited-time h1 {
  color: #ffff00 !important;
  font-size: 3.5rem;
  line-height: 3.6rem;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 700 !important;

}

.limited-time p {
  color: #fff;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 5px;


}

.bundle-item-parent {
  padding: 5px;
  margin:0 15px;
  position: relative;
  border-radius: 25px;
  background: rgb(220, 115, 215);
  background: -moz-linear-gradient(180deg, rgba(220, 115, 215, 1) 0%, rgba(115, 83, 173, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(220, 115, 215, 1) 0%, rgba(115, 83, 173, 1) 100%);
  background: linear-gradient(180deg, rgba(220, 115, 215, 1) 0%, rgba(115, 83, 173, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc73d7", endColorstr="#7353ad", GradientType=1);
}

.trademark-span {
  font-size: 18px;
  vertical-align: super;
}

.bundle-item {
  background: #fff;
  width: 100%;
  padding: 1.5rem;
  border-radius: 25px;
  text-align: center;
}

.free-shipping {
  position: absolute;
  top: 55%;
  right: -30px;
}

.bundle-title {
  color: #81298c !important;
  font-size: 2.2rem;
  line-height: 2.1rem;
  font-family: Arial;
  font-weight: 700 !important;

}

.bundle-info .name {
  color: #1d1d1b !important;
  font-size: 30px;
  line-height: 32px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.old-price {
  font-size: 24px;
  color: #808080;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-decoration: line-through;
}

.new-price {
  font-size: 32px;
  color: #81298c;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.bundle-info .boxes {
  color: #1d1d1b !important;
  font-size: 14px;
  line-height: 16px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
}

.form-section {
  color: white;

}

.form-section-bg-img {
  position: absolute;
  z-index: -1;
}

.form-section-title {
  color: white;
}

.center {
  margin: auto;
  width: 200px;
}

.form-img-center {
  height: 900px;
  position: absolute;
  margin-top: -90px;
  margin-left: -20px;
}

.form-section-sub-img {
  padding-bottom: 100px;
  margin-top: -140px;
  font-size: 30px;
  color: #3a2570;
  font-weight: bold;
}

.form-section-sub {
  font-size: 20px;
  font-weight: 600;
  color: #a560b4;
}

.form-section-desc {
  padding: 20px 80px;
}

.card-section {
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  background: #E7E0F7;
}

.perks-section {
  background: #F6F6F6;
}

.card-box {
  width: 400px;
  height: 500px;
  margin: 5px;
  padding: 15px;
}

.img-box1 {
  background-image: url('../images/sleep_quality.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.img-box2 {
  background-image: url('../images/brain_health.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.img-box3 {
  background-image: url('../images/revive_energy.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.card-content {
  margin: 0 20px;
  margin-top: 230px;
}

.bg-light-puple {
  background: rgb(233, 225, 249);
}

.purple {
  color: #3a2570;
}

.round-start {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.round-end {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

section.marquee-text {
  width: 98.5vw;
  color: #00735c;
  text-transform: uppercase;
  overflow-x: hidden;
  overflow-y: hidden;
}

.marquee-text {
  display: flex;
  padding: 15px 0;
}

.marquee-text p {
  margin: 0;
  font-size: 13px;
  padding-left: 0;
  letter-spacing: 1px !important;
  padding-right: 35px;
  text-transform: uppercase;
}

section.marquee-text div .marq-message {
  display: flex;
  flex-shrink: 0;
  height: 30px;
  align-items: center;
  animation: slide-left 25s linear infinite;
}

.aiemis-logo {
  width: 170px;
  height: auto;
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
  }
}


/* Relazz V2.0 */

.header-promo-slider {
  background: #eccaff;
  height: 35px;
  line-height: 35px;

}

.header-promo-item {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 14px;
  position: relative;
}

.header-promo-item a {
  text-decoration: none;
  color: #000;
}

.header-promo-item strong {
  font-weight: bold;
}

.promo-cta {
  position: relative;
}

.promo-cta-icon::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url('../images/cta-arrow.png') no-repeat center center !important;
  background-size: contain !important;
  margin-left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header-promo-slider .carousel-control-next,
.header-promo-slider .carousel-control-prev {
  width: 40px !important;
  opacity: 1 !important;
}

.header-promo-slider .carousel-control-next-icon {
  background: url('../images/right.png') no-repeat center center !important;
}

.header-promo-slider .carousel-control-prev-icon {
  background: url('../images/left.png') no-repeat center center !important;
}

.sk-instagram-feed,
.sk-instagram-feed-item,
.sk-ig-post-img {
  border-radius: 0 !important;
}

.social-feed .socials a {
  color: #333333;
  text-decoration: none;
}
.social-feed .insta-feed-item{
  width: 100%;
  height:100%;
  padding-bottom:100%;
  content:'';
  background-size:cover!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
}
.social-feed .socials a svg {
  fill: #333333;
}





/* THEMES */

/********** Theme: dark **********/
/* Font styles */

.flipdown .rotor-group-heading {
  display: none;
}

.flipdown.flipdown__theme-dark {
  font-family: sans-serif;
  font-weight: bold;
}

/* Rotor group headings */
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #000000;
}

/* Delimeters */
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background: rgb(128, 0, 208);
  background: -moz-linear-gradient(180deg, rgba(128, 0, 208, 1) 0%, rgba(72, 0, 126, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(128, 0, 208, 1) 0%, rgba(72, 0, 126, 1) 100%);
  background: linear-gradient(180deg, rgba(128, 0, 208, 1) 0%, rgba(72, 0, 126, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8000d0", endColorstr="#48007e", GradientType=1);
}

/* Rotor tops */
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #FFFFFF;
  background: rgb(128, 0, 208);
  background: -moz-linear-gradient(180deg, rgba(128, 0, 208, 1) 0%, rgba(72, 0, 126, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(128, 0, 208, 1) 0%, rgba(72, 0, 126, 1) 100%);
  background: linear-gradient(180deg, rgba(128, 0, 208, 1) 0%, rgba(72, 0, 126, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8000d0", endColorstr="#48007e", GradientType=1);
}

/* Rotor bottoms */
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #EFEFEF;
  background: rgb(128, 0, 208);
  background: -moz-linear-gradient(180deg, rgba(128, 0, 208, 1) 0%, rgba(72, 0, 126, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(128, 0, 208, 1) 0%, rgba(72, 0, 126, 1) 100%);
  background: linear-gradient(180deg, rgba(128, 0, 208, 1) 0%, rgba(72, 0, 126, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8000d0", endColorstr="#48007e", GradientType=1);
}

/* Hinge */
.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #8000d0;
}

/********** Theme: light **********/
/* Font styles */
.flipdown.flipdown__theme-light {
  font-family: sans-serif;
  font-weight: bold;
}

/* Rotor group headings */
.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #EEEEEE;
}

/* Delimeters */
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #DDDDDD;
}

/* Rotor tops */
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #222222;
  background-color: #DDDDDD;
}

/* Rotor bottoms */
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #333333;
  background-color: #EEEEEE;
}

/* Hinge */
.flipdown.flipdown__theme-light .rotor:after {
  border-top: solid 1px #222222;
}

/* END OF THEMES */

.flipdown {
  overflow: visible;
  width: 510px;
  height: 110px;
}

.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 30px;
}

.flipdown .rotor-group:last-child {
  padding-right: 0;
}

.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  content: '';
  position: absolute;
  bottom: 50px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flipdown .rotor {
  position: relative;
  float: left;
  width: 25px;
  height: 40px;
  margin: 0px 5px 0px 0px;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  perspective: 100px;
}

.flipdown .rotor:last-child {
  margin-right: 0;
}

.flipdown .rotor-top,
.flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
}

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 25px;
  height: 40px;
  transform-style: preserve-3d;
  transition: transform 0s;
}

.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flipdown .rotor-leaf-front {
  line-height: 40px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-leaf-rear {
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
  transform: rotateX(-180deg);
}

.flipdown .rotor-top {
  line-height: 40px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
}

.flipdown .rotor:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 40px;
  border-radius: 0px 0px 4px 4px;
}

@media (max-width: 550px) {

  .flipdown {
    width: 312px;
    height: 70px;
  }

  .flipdown .rotor {
    font-size: 2.2rem;
    margin-right: 3px;
  }

  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    width: 30px;
  }

  .flipdown .rotor-group {
    padding-right: 20px;
  }

  .flipdown .rotor-group:last-child {
    padding-right: 0px;
  }

  .flipdown .rotor-group-heading:before {
    font-size: 0.8rem;
    height: 20px;
    line-height: 20px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    left: 69px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    bottom: 13px;
    height: 8px;
    width: 8px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    bottom: 29px;
    height: 8px;
    width: 8px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-top {
    line-height: 50px;
  }

  .flipdown .rotor-leaf,
  .flipdown .rotor {
    height: 50px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    height: 25px;
  }
}



.story-section{
  background: rgb(187,181,255);
background: -moz-linear-gradient(135deg, rgba(187,181,255,1) 0%, rgba(213,211,227,1) 100%);
background: -webkit-linear-gradient(135deg, rgba(187,181,255,1) 0%, rgba(213,211,227,1) 100%);
background: linear-gradient(135deg, rgba(187,181,255,1) 0%, rgba(213,211,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bbb5ff",endColorstr="#d5d3e3",GradientType=1);
  overflow-x: hidden;
  position: relative;

}

.story-section .gallery-item a {
  text-decoration: none;
  color: #000000;
}

.story-section .gallery-item .gallery {
  width: 100%;
}

.story-section .gallery-item {
  flex: 0 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  width: 18rem;
  z-index:23;
}

.story-section .gallery-item .review-image img {
  width: 100%!important;
  margin: 0 auto;
}

.story-section .gallery-item .review-msg {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
  text-align: left;
}

.story-section .gallery-item .review-name {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
  text-align: left;
  font-style: italic;
}

.review-icon {
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: url('../images/story-icon.png') no-repeat center center !important;
  background-size: 100% !important;
}

.story-section .gallery-item .slick-list {
  padding: 3rem 0 !important
}

@media (min-width: 992px) {
  .story-section .gallery-item .gallery-item:hover {
    z-index: 5;
  }

  .story-section .gallery-item .gallery-item:hover .gallery-item-box {
    transform: scale(1.1);
  }
}

.story-section .gallery-item .gallery-item-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem;
  position: relative;
  transition: transform 0.3s ease-out, z-index 0.3s;
  min-height: 450px;
}

.story-section .gallery-item .gallery-item-bg {
  background-image: linear-gradient(125deg, rgba(187,181,255, 0.75), hsla(0, 0%, 100%, 0.75));
  border-radius: 1.5rem;
  box-shadow: inset 2px 4px 8px hsla(0, 0%, 100%, 0.8), 1px 6px 15px rgba(38, 61, 108, 0.25);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.story-section .gallery-item .gallery-item-img {
  height: 20rem;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 5;
}

.story-section .gallery-item .gallery-item-icon {
  bottom: 5%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}

.story-section .gallery-item .bgs {
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.story-section .gallery-item .bgs .bg-item {
  height: auto;
  position: absolute;
}





.dive-deeper .card {
  border-radius: 15px;
  position: relative;
  border: 0;
}

.shop-now-card {
  background: url('../images/shop-now-bg.jpg') no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.section-ingredients-hero .img-wrap {
  font-size: 1px;
  padding-bottom: 100%;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.shop-now-card .top-content .img-wrap img {
  height: auto;
  position: absolute;
}

.shop-now-card .top-content .img-0a {
  animation: float-1 1.5s ease-in-out 1s infinite alternate;
}

.shop-now-card .top-content .img-0b {
  animation: float-2 3s ease-in-out 1s infinite alternate;
}

.shop-now-card .top-content .img-1 {
  animation: float-1 2s ease-in-out infinite alternate;
}

.shop-now-card .top-content .img-2 {
  animation: float-2 2.5s ease-in-out infinite alternate;
}

.shop-now-card .top-content .img-3 {
  animation: float-3 4s ease infinite alternate;
}

.shop-now-card .top-content .img-4 {
  animation: float-4 5s ease infinite alternate;
}


.shop-now-card .bottom-content {
  position: absolute;
  width: 100%;
  padding: 0 2rem;
  bottom: 0.2rem;
}

.shop-now-card .buy-now-list ul {
  padding: 0;
  margin: 20px 0;
  list-style-type: none !important;
  display: block;
}

.shop-now-card .buy-now-list ul li {
  color: #fff !important;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 20px;
  display: inline-flex;
  margin: 5px 0;
}

.shop-now-card .buy-now-list ul li::before {
  background: url(../images/checkmark-yellow.png)no-repeat center center;
  background-size: 100%;
  width: 20px !important;
  height: 20px;
  margin:5px 10px 5px 0;
  content: ''
}

.wellness-card {
  background: rgb(255, 144, 95);
  background: -moz-linear-gradient(180deg, rgba(255, 144, 95, 1) 0%, rgba(220, 115, 215, 1) 27%, rgba(115, 83, 200, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 144, 95, 1) 0%, rgba(220, 115, 215, 1) 27%, rgba(115, 83, 200, 1) 100%);
  background: linear-gradient(180deg, rgba(255, 144, 95, 1) 0%, rgba(220, 115, 215, 1) 27%, rgba(115, 83, 200, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff905f", endColorstr="#7353c8", GradientType=1);
  position: relative;
  height: 100% !important;
  content: '';
  width: 100%;

}

.wellness-card-content {
  color: #fff !important;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 26px;
  line-height: 28px;
  padding: 2rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wellness-card::before {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: url(../images/plus-white.png)no-repeat center center;
  background-size: 100%;
  content: ''
}

.image-card .image-card-content {
  position: absolute;
  width: 100%;
  top: 55%;
  color: #fff;
  padding: 1rem;
}

.eq-heights {
  display: flex;
  flex-wrap: wrap;
}

.eq-heights>[class*='col-'] {
  display: flex;
  flex-direction: column;
}

.image-card .image-card-content .title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 5px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
}

.image-card .image-card-content .desc {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
}

.consume-card {
  background: #ffe3ff !important;
}

.consume-card .card-top .consume-content {
  position: absolute;
  right: 2%;
  top: 10%;
  width: 50%;
  color: #fff;
}

.consume-card .card-top .consume-content .title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 5px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
}

.consume-card .card-top .consume-content.desc {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
}

.consume-card .card-accordion {
  padding: 20px;
}
.consume-card .accordion-button:not(.collapsed){
  color:#000!important;
  box-shadow: none!important;
}
.consume-card .card-accordion .title {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 5px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
}

.consume-card .card-accordion .desc {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 5px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
}

.consume-card .accordion-item {
  background: transparent !important
}
.consume-card .accordion-header{
  font-size:  30px!important;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
}
.consume-card .accordion-body{
  font-size:16px;
  font-family: Arial,Arial, Helvetica, sans-serif;
}

.consume-card .card-accordion *:focus {
  box-shadow: none !important
}
.consume-card .card-accordion .accordion-item .accordion-button{
  font-size:22px;
}
.consume-card .card-accordion .accordion-item:first-of-type .accordion-button,
.consume-card .card-accordion .accordion-item:last-of-type .accordion-button {
  border-radius: 0 !important;
  padding:15px 0;

}

.consume-card .card-accordion .accordion-item .accordion-button,
.consume-card .card-accordion .accordion-item .accordion-body {
  background: transparent !important;
  padding:15px 0;
}





.tear-card .top-content {
  position: absolute;
  font-size: 30px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  top: 40px;
  right: 10px;
  width: 50%;
  line-height: 1.2;
}

.tear-card .bottom-content {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 1rem;

}

.tear-card .bottom-content .running-title {
  font-size: 32px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
}

.tear-card .bottom-content .desc {
  font-size: 21px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
}

.tear-card .bottom-content .desc-mini {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
}

.tear-card .aemis-sachet {
  position: absolute;
  width: 300px;
  animation: float-1 1.5s ease-in-out 1s infinite alternate;
  z-index: 44;
  top: 5%;
}

.tear-card .img-0b {
  width: 90px !important;
  height: 90px !important;
  position: absolute;
  animation: float-1 1s ease-in-out 1s infinite alternate;
  z-index: 45;
  top: 40% !important;
  right: 35% !important;
  left: auto !important;
}

.video-card .content {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 18px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
}
.video-card img{
  border-radius: 15px;
}
.video-card .play-icon {
  width: 20px;
  height: 20px;
  content: '';
  background: url('../images/play-icon.png') no-repeat center center;
  background-size: 100%;
  display: inline-block;
  margin: -4px 0 -4px 5px;

}

.ingredient-card {
  padding:5px;
}
.customCertModal .dialog-content{
  background:#392670!important;
}
.ingredient-card .top-card {
  background: #e1e1e1;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  overflow:hidden;
  padding:5px;
}
.ingredient-card .top-card a{
  font-size: 20px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  position: relative;
  color:#000;
  text-decoration: none!important;
}

.ingredient-card .cert-title {
  font-size: 20px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  position: relative;
}
.ingredient-card .cert-title::after {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0px;
  right: -30px;
  /* background: url(../images/plus-white.png)no-repeat center center; */
  background-size: 100%;
  content: '+';
  font-size: 30px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  color: #000;
}

.ingredient-card .cert-desc {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
}

.ingredient-card .bottom-card {
  padding: 1rem;
  background: #f6f6f6 !important;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;

}

.ingredient-card .cert-image {
  position: relative;
  overflow:hidden;
  border-top-left-radius: 15px;
}

.ingredient-card .cert-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}

.stats-card {
  background: #392670 !important;
  padding-top: 1.3rem;

}

.stats-card .stat-item {
  padding: 0 2rem;
}

.stats-card .stat-item .stat-number {
  font-size: 36px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
  color: #fff
}

.stats-card .stat-item .stat-desc {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
  color: #fff
}

.stats-card .card-footer {
  background: #e3dcf5 !important;
  color: #392670;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}

.stats-card .discover-icon {
  width: 18px;
  margin-left: 10px;
  margin-top: -5px;
}

.peek-inside-section .thumbnail-row .chevron-container {
  border: 1px solid black;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 5px;
}

.peek-inside-section .thumbnail-row .sources-container img {
  border: 5px solid #F0F0F0;
  margin-right: 10px;
  border-radius: 50%;
}

.peek-inside-section .thumbnail-row .sources-container img.active {
  border: 5px solid #EB966C;
}

.peek-inside-section .main-source-img {
  border: 5px solid #F0F0F0;
  border-radius: 50%;
}

.peek-inside-section .description-container h3 {
  font-size: 22px;
}

.peek-inside-section .description-container p,
.peek-inside-section .description-container a {
  font-size: 15px;
}

.accordion-header .accordion-button::after {
  background-image: url('../images/plus.svg');
}

.accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url('../fonts/close.svg');
}

.btn-purple {
  background: #7214CE !important;
  outline: none !important;
  border: none !important;
}


 .review-title{
  font-size: 18px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
  color: #000;
  text-transform: uppercase;
}
 .review-title .review-photo-icon{
  width: 18px;
  height: 18px;
  content: '';
  background: url('../images/camera-icon.png') no-repeat center center;
  background-size: 100%;
  display: inline-block;
  margin: -3px 5px;
}

 .review-title .review-video-icon{
  width: 18px;
  height: 18px;
  content: '';
  background: url('../images/video-icon.png') no-repeat center center;
  background-size: 100%;
  display: inline-block;
  margin: -3px 5px;
}

 .reviews-item .reviews-body{
  font-size: 16px;
  font-family: Arial;
  font-weight: 400 !important;
  color: #000;
}
 .reviews-item .reviews-body span{
  float: none!important;
  color: #575756;
  font-style: italic;
  display: inline-block;
  width: 100%;

}

.review-video-item{
  border:1px solid #aeaeae;
  position: relative;

}
.review-video-item .review-video-image{ 
  
  position: relative;

}
.review-video-item .play-icon{
  position: absolute;
  width: 18px;
  height:18px;
  background: url('../images/play-icon.png') no-repeat center center;
  background-size: 100%;
  content: '';
  bottom:15px;
  right:15px;


}
.review-video-item .review-video-body{
  padding:1rem;
  font-size: 16px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  color: #000;
  min-height: 150px;
}
.review-video-item .review-video-body span{
  float: none!important;
  color: #575756;
  font-style: italic;
  display: inline-block;
  width: 100%;

}


.learn-more-link{
  font-weight: 700;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  color:#263d6c;
  text-decoration: underline!important;
  text-transform: uppercase;
}
.learn-more-link:hover{
  color:#263d6c;
}
sup{
  transform: scale(0.5);
}


.comparison-table{
  position:relative;
}

.versus{
  max-width: 80px;
  position: absolute;
  left: 100%;
  transform: translateX(-50%);
  top: 20%;
  z-index: 1;
}

.comparison-table .competitor{
  background:#eeeaf7;
  padding:2rem;
}
/* .comparison-table .competitor::after{
  z-index: 10;
  width: 100%;
  height: 90px;
  background: url('../images/versus-test.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 25%;
  content: '';
  left: 50%;
  transform: translateX(-50%);
} */
.comparison-table .competitor .title{
  font-weight: 700;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  color:#4f1080;
  text-align: center;
  font-size:25px;
}
.comparison-table .competitor ul{
  padding:0;
  margin:20px 0;
  list-style-type: none;
}
.comparison-table .competitor ul li{
  font-weight: 700;
  font-size:22px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  color:#1a1a1a;
  margin-bottom:9px;
  display: inline-flex;
}
.comparison-table .competitor ul li::after{
  width: 18px;
  height:18px;
  background: url('../images/info-grey.png') no-repeat center center;
  background-size: 100%;
  content: '';
  margin: 4px 0 4px 10px;
}

/* .comparison-table .compare-image{
  max-height: 150px;
} */


.comparison-table .relazz-compare{
  background:#392670;
  padding:2rem;
  position:relative;
}
.comparsion-btn{
  position: absolute;
  width: 100%;
  padding:0 1rem;
  bottom:1.5rem;
}
.comparison-table .relazz-compare .title{
  font-weight: 700;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  color:#fff;
  text-align: center;
  font-size:25px;
}
.comparison-table .relazz-compare ul{
  padding:0;
  margin:20px 0;
  list-style-type: none;
}
.comparison-table .relazz-compare ul li{
  font-weight: 700;
  font-size:22px;
  font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
  color:#1a1a1a;
  margin-bottom:9px;
  display: inline-flex;
  color:#fff;
}
.comparison-table .relazz-compare ul li::after{
  width: 18px;
  height:18px;
  background: url('../images/info-white.png') no-repeat center center;
  background-size: 100%;
  content: '';
  margin: 4px 0 4px 10px;
}


.flipper {
  color: #fff;
    display: block;
    font-size: 18px!important;
    line-height: 100%;
    padding: 0;
    margin: 0 auto;
    transform: scale(2.7);
    width: max-content;
}
.flipper.flipper-invisible {
  font-size: 0px !important;
}

.flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.flipper-group label {
  display: none;
}

.flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 1.2em;
  overflow-y: hidden;
}
.flipper-digit span {
  font-size: 18px;
}

.flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  color: #fff;
  min-width: .1em;
  white-space: nowrap;
  display: block;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  line-height: 1em;
}

.digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.digit-next {
  display: block;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  background: rgb(128,0,208);
  background: -moz-linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  background: linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8000d0",endColorstr="#48007e",GradientType=1);
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.digit-top {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  background: rgb(128,0,208);
  background: -moz-linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  background: linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8000d0",endColorstr="#48007e",GradientType=1);
  padding-top: 0.1em;
  padding-bottom: 0;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
  transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  z-index: 20;
}
.digit-top.r {
  transition: background 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  background: rgb(128,0,208);
  background: -moz-linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  background: linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8000d0",endColorstr="#48007e",GradientType=1);
}

.digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: rgb(128,0,208);
  background: -moz-linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  background: linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8000d0",endColorstr="#48007e",GradientType=1);
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  line-height: 0em !important;
  top: 50% !important;
  bottom: auto !important;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
  transform-origin: 0 0 0 !important;
  z-index: 20;
}
.digit-top2.r {
  visibility: visible;
  transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  background: rgb(128,0,208);
  background: -moz-linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  background: linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8000d0",endColorstr="#48007e",GradientType=1);
}

.digit-bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: rgb(128,0,208);
  background: -moz-linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  background: linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8000d0",endColorstr="#48007e",GradientType=1);
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0em;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}
.digit-bottom.r {
  transition: background 0.2s linear;
  background: rgb(128,0,208);
  background: -moz-linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  background: linear-gradient(180deg, rgba(128,0,208,1) 0%, rgba(72,0,126,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8000d0",endColorstr="#48007e",GradientType=1);
}

.flipper-digit:after {
  content: "";
  position: absolute;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  display: block;
  z-index: 30;
  left: 0;
  right: 0;
}

.bundle-arrows img{
  max-width: 30px;
  margin:0 auto;
}

.ig-posts{
  width: 271px!important;
  margin: 0px;
  padding: 0px;
  color: rgb(68, 68, 68);
  background-image: none;
  max-height: 250px;
  object-fit: cover;
}

.peek-inside-section{
  position: relative;
}
.ing-item img{
  max-width: 120px;
}

.ing-small-slider .slick-slide img{
  border:4px solid #e6e6e6;
  border-radius: 100%;
  padding:4px;
  transition:all .4s ease;
}

.ing-small-slider .slick-current img,.ing-small-slider .slick-slide:hover img{
  border: 4px solid transparent!important;
  border-radius: 100%;
  background: linear-gradient(white, white) padding-box,
  linear-gradient(to right, darkblue, darkorchid) border-box!important;
}

.ing-big-slider .slick-slide img{
  border:4px solid #e6e6e6;
  border-radius: 400px;
  padding:4px;
  transition:all .4s ease;
}

@media(max-width:992px){
  .ing-item img{
    max-width: 200px;
    margin: 0 auto;
    border:0!important;
  }
  .ing-scale img{
    transform: scale(1.2)!important;
  }
  .ing-item{
    margin:0 30px!important;
  }
  /* .ing-small-slider .slick-current img{
    transform: scale(1.2);
  } */
  .ing-small-slider .slick-list{
    overflow:visible;
  }
  .ingredient-info .ingredient-title{
    font-size:20px;
  }
}
.mobile-ings-nav{
  position: absolute;
  width: 100%;
  z-index: 101;
}
.mobile-ings-nav .ing-prev{
  float: left;
}
.mobile-ings-nav .ing-next{
  float: right;
  margin-right: 20px;
}


.customModal .modal-body{
  padding:0!important;
  border-radius: 0!important;
}
.customModal .modal-content{
  padding:0!important;
  border-radius: 0!important;
  background:transparent!important;
}
.customModal .modal-body .btn-close{
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  z-index: 104;
  line-height: 26px;
  color: #000;
  opacity: 1;
  border-radius: 30px;
  right: 14px;
  top: 10px;
  padding: 0px;
  text-align: center;
}
.customModal .modal-body .btn-close img{
  padding:10px;
}

.customModal2 .modal-body{
  padding:0!important;
}
.customModal2 .modal-content{
  padding: 0!important;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
.customModal2 .modal-body .btn-close{
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  z-index: 104;
  line-height: 26px;
  color: #000;
  opacity: 1;
  border-radius: 30px;
  right: 14px;
  top: 10px;
  padding: 0px;
  text-align: center;
}
.customModal2 .modal-body .btn-close img{
  padding:10px;
}



@media(max-width:768px){
  .tear-card .bottom-content .running-title{
    font-size:28px!important;
  }
  .ingredient-bottom::before {
    width: 100%;
    height: 80px!important;
}
  .comparison-table .competitor .title,.comparison-table .relazz-compare .title {
    font-size:20px!important;
  }
  .comparison-table .competitor ul li,.comparison-table .relazz-compare ul li {
    font-size:18px!important;
  }
  .wonders-slider{
    margin-top:5rem!important
  }
  .wonders-slider h1{
    color:#392670!important;
  }

  .btn-relazz{
    display:inline-block!important;
    width: 100%;
  }
  .btn-relazz span{
    width: 100%!important;
    margin:0 auto!important;
    padding:0!important;

  }
  .image-card .image-card-content .title {
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 5px;
    font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
    font-weight: 700 !important;
  }

  .image-card .image-card-content .desc {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    font-family: Montreal, Microsoft Yahei, STXihei, Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
  }
  .tear-card .aemis-sachet {
    position: absolute;
    width: 215px;
    animation: float-1 1.5s ease-in-out 1s infinite alternate;
    z-index: 44;
    top: 5%;
}
.tear-card .bottom-content {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 1rem;
}
}


@media(max-width:600px){
  .reviews-page-bg{
    background: url('../images/relazz_reviews-page-banner.jpg') no-repeat center center!important;
    background-size:cover!important;
    min-height: 20rem!important;
  }
  .team-slide{
    width: 100%;
    height: 100vh;
  }
  .bg-calltoaction{
    background-image: url('../images/bundle-section.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
    position:relative;
  }

  .ultimate-content h3{
    font-size:16px;
  }
  .ultimate-content p{
    font-size:14px;
  }
  .comparison-table{
    overflow-x: scroll;
  }
  .competitor,.relazz-compare{
    min-width:285px;
  }
  .h-row{
    overflow-x: auto!important;
    flex-wrap: nowrap!important;
  }
  .ingredient-section .sachet{
    max-width: 100px;
    /* height:max-content!important; */
    z-index: 15;
    transition: all .4s ease;

  }
  .sachet-stick{
    position:fixed;
    top:250px!important;

  }
  .sachet-top{
    top:200px!important;
    position:absolute!important;
  }
  .sachet-bottom{
    bottom:200px!important;
    position:absolute!important;
  }
  .ingredient-section {
    padding-bottom: 200px;
}
  /* .ingredient-box{
    height:70vh;
    overflow-y:scroll;
    z-index: 14;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  } */

  .ingredient-box::-webkit-scrollbar {
    display: none;
  }

  .ingredient-box {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

@media(max-width:1024px){
  .wake-up-refreshed {
    background-image: url('../images/wake-up-mobile.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    position:relative;
    overflow-y: scroll;
    scroll-behavior: smooth;
  }
  .wake-up-refreshed::-webkit-scrollbar {
    display: none;
  }

  .wake-up-refreshed {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .wake-up-content {
    width: 100%;
    position: relative;
    top:0;
    padding:30px 15px;
    transform: none;

  }
  .wake-up-point{
    margin:4rem 0;
  }

  .free-shipping {
    position: absolute;
    top: 45%;
    right: -30px;
}

}


.parallax-container {
  height: 500px; /* Set the height of your parallax section */
  overflow: hidden;
  position: relative;
  width: 100%;
  background:blue;
  z-index: 888;
  perspective: 1000px;
}

.parallax-content {
  background-image: url('../images/wake-up-mobile.jpg'); /* Set your background image */
  background-size: cover;
  background-position: center;
  height: 100%;
  transform: translateY(0); /* Initial position */
  transition: transform 0.3s ease-in-out; /* Smooth transition */
}

.relazz-title {
  font-size: 34px;
  font-family: "Montreal";
}

.relazz-subtitle {
  font-size: 17px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .ing-small-slider .slick-current img,.ing-small-slider .slick-slide:hover img {
    background: transparent !important;
    border: none !important;
  }

  .limited-time {
    background: url(../images/bundle-section-mobile.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .wonders-slider-item .content-box .content-title {
    font-size: 26px;
  }
}


.timer .countdown {
  display: flex;
  justify-content: center;
  font-family: Arial, sans-serif;
}

.timer .box {
  width: 50px;
    height: 50px;
    border-radius: 6px;
    background: rgb(128, 0, 208);
  background: -moz-linear-gradient(180deg, rgba(128, 0, 208, 1) 0%, rgba(72, 0, 126, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(128, 0, 208, 1) 0%, rgba(72, 0, 126, 1) 100%);
  background: linear-gradient(180deg, rgba(128, 0, 208, 1) 0%, rgba(72, 0, 126, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8000d0", endColorstr="#48007e", GradientType=1);
    color: white;
    font-family: Montreal, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    margin: 5px;
    transition: transform 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .product-hero-section-relazz {
    background: url('../images/relazz_banner_ipad.png')no-repeat center center !important;
  }
}

@media (max-width: 600px) {
  .product-hero-section-relazz {
    background: url('../images/relazz_banner_mobile.jpg')no-repeat center center !important;
  }
}

.bundle-section .banner-img {
  width: 100dvw !important;
}

.offer-container p {
  margin: 10px 0;
  line-height: 18px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.bundle-section .bundle-item-parent {
  padding: 5px;
  position: relative;
  border-radius: 50px;
  background: rgb(0,125,199);
background: -moz-linear-gradient(176deg, rgba(0,125,199,1) 0%, rgba(26,61,135,1) 100%);
background: -webkit-linear-gradient(176deg, rgba(0,125,199,1) 0%, rgba(26,61,135,1) 100%);
background: linear-gradient(176deg, rgba(0,125,199,1) 0%, rgba(26,61,135,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007dc7",endColorstr="#1a3d87",GradientType=1);

}

.bundle-section .bundle-item {
  background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(231,231,233,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(231,231,233,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(231,231,233,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e7e7e9",GradientType=1);
  padding: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 45px;
  text-align: center;
  position: relative;
}

.bundle-section .bundle-content {
  padding: 0 1.5rem;
}

.bundle-section .bundle-save::before {

  background: rgb(0,125,199);
  background: -moz-linear-gradient(90deg, rgba(0,125,199,1) 0%, rgba(26,61,135,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,125,199,1) 0%, rgba(26,61,135,1) 100%);
  background: linear-gradient(90deg, rgba(0,125,199,1) 0%, rgba(26,61,135,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007dc7",endColorstr="#1a3d87",GradientType=1);
height: 300px;
    content: '';
    position: absolute;
    width: 90%;
    border-radius: 300px;
    top: -200px;
    z-index: 0;


}
.bundle-section .bundle-save h3{
  font-family: Arial,sans-serif;
    font-weight: 700;
    color: #FCFD54;
    z-index: 10;
    padding: 15px 0;
    line-height: 1;
}


.bundle-section .bundle-info .name {
  color: #1d1d1b !important;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.bundle-section .old-price {
  font-size: 22px;
  color: red;
  margin-left: 5px;
  font-weight: 700;
  text-decoration: line-through;
}

.bundle-section .new-price {
  font-size: 28px;
  color: #000;
  font-weight: 700;
}

.bundle-section .bundle-info .boxes {
  color: #1d1d1b !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400 !important;
}

.bundle-section .bundle-item .product-selection {
  border-radius: 25px;
  width:100%;
  padding:5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(231,231,233,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(231,231,233,1) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(231,231,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e7e7e9",GradientType=1);
  color:#000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border:1px solid #e7e7e7;
  box-shadow: 3px 4px 5px -4px rgba(173,173,173,0.75) inset;
  -webkit-box-shadow: 3px 4px 5px -4px rgba(173,173,173,0.75) inset;
  -moz-box-shadow: 3px 4px 5px -4px rgba(173,173,173,0.75) inset;
  position: relative;
  appearance: none;
  background-image: url('../images/down-arrow.png');
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.85rem auto;
}


.bundle-section .bundle-item .product-selection:focus{
  border:1px solid #e7e7e7;
  outline:none;
  box-shadow: none;
}

.bundle-section .bundle-item .shop-btn-container {
  height: 60px;
  background: #1a3d87;
  margin-top: 20px;
  overflow: hidden;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
}
.bundle-section .bundle-item .shop-btn-container .arrow-icon{
  position:absolute;
  right:30px;
}

.bundle-section .bundle-item .bundle {
  object-fit: contain;
  max-height: 200px;
  min-height: 200px;
  transition:all .4s ease;
}

.bundle-section .bundle-item .bundle-img .shipping-img {
  bottom: -30px;
  right: -30px;
}

.community-reward-section,
.how-to-reward-section {
    background: #ECF3F5;
}


.community-reward-section .community-description {
    font-size: 18px;
}

.blue-text {
    color: #2A3C62;
}

.how-to-reward-section .step-container .step-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.how-to-reward-section .join-btn {
    background: #2A3C62;
    border-radius: 30px;
    color: #FFFFFF;
    padding: 10px 80px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
}

.ranking-section {
    background: #2C3C69;
}

.ranking-section .ranking-card {
    border: 1px solid #FFFFFF;
    border-radius: 0;
}

.ranking-section .ranking-card .ranking-header {
    padding: 25px 60px 15px 60px;
}

.ranking-section .ranking-card .divider {
    border: 0.7px solid #FFFFFF;
}

.ranking-section .ranking-card .ranking-header .ranking-image {
    height: 100px;
    width: 100px;
    object-fit: contain;
    margin-bottom: 10px;
}

.ranking-section .ranking-card .ranking-header .ranking-name {
    color: #62A9DD;
    font-family: 'Montreal';
    font-size: 30px;
    margin-bottom: 5px;
}
.ranking-section .ranking-card .ranking-header .ranking-score {
  color:#fff;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
}

.ranking-section .ranking-card .ranking-content {
    padding: 15px;
}
.ranking-section .ranking-card .ranking-content ul{
  text-align: center;
  list-style: none;

}
.ranking-section .ranking-card .ranking-content ul li{
  display: inline-block;
  position: relative;
  width:100%
}
.ranking-section .ranking-card .ranking-content ul li::before{
  content:'\2022';
  width: 5px;
  height: 5px;
  color: #fff;
  font-size:22px;
  margin-right:5px;
}

.products-section .product-title {
    font-size: 20px;
}

.products-section .product-description {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}


.fixed-bundle {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background:#fff;
  color: #fff;
  text-align: center;
  display: none;
  z-index: 1200;
}
.for-mb-slide{
  width: 100%!important;
}

.fbt-dt{
  background:#fffd97;
  color:#000;
  padding:10px 0;
  font-size:14px;
  width: 100%;
}
.pb100{
  padding-bottom:100px;
}
.bundle-select{
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #39266f;
  padding:0.5em 1.5em !important;
  color:#fff;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 5px;
  border:0;
  background-image: url('../images/down-arrow-white.png');
  background-repeat: no-repeat;
  background-position: right 0.4rem top 50%;
  background-size: 0.85rem auto;

}
.bundle-select:focus{
box-shadow: none;
outline: none;
}
.price-before{
  font-family: Arial, Helvetica, sans-serif;
  color:#a9a9a9;
  text-decoration: line-through;
  font-size: 16px;
}
.price-after{
  font-family: Arial, Helvetica, sans-serif;
  color:#000;
  font-size: 18px;
}
.fbb{
  padding:10px 0;
}

@media (min-width: 768px) {
  .col-md-auto { width: auto!important; }
}

@media (max-width: 767px) {
  .bundle-select{
    text-align: center;
  }
}


.bundle-message{
  background:#2C3D68;
  color:#fff
}
.bundle-message p{
  font-family: Arial, Helvetica, sans-serif;
}

.product-container .ing-thumb{
  max-width: 100%;
  text-align: center;
  transition: all .8s ease;
  margin:0 auto;
  border-radius: 100%;
  padding:6px;
}
.product-container .ing-thumb-wrapper:hover .ing-thumb{
  transform: scale(1.1);

}
.product-container .ing-thumb-wrapper:hover{
  border: 4px solid transparent!important;
  border-radius: 100%;
  background: linear-gradient(white, white) padding-box,
  linear-gradient(to right, darkblue, darkorchid) border-box!important;
}
.product-container .ing-thumb-wrapper{
  overflow: hidden;
  max-width: 150px;
  text-align: center;
  border:4px solid #e6e6e6;
  border-radius: 100%;



}
.product-container .ing-active{
  max-width: 320px;
  text-align: center;
}

.masonry-grid {
  display: column;
  columns: 2;
}

.masonry-grid > * {
  break-inside: avoid;
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .masonry-grid {
    columns: 1;
  }
}



.mal-number{
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin: 10px 0 10px 45px;
  font-weight: normal;
  text-align: left!important;
}

.probiome-sub{
  font-size:3rem;
}

.reviewer-name, .review-video-name{
  color:#575756;
  font-style:italic;
}
.reviews-body, .review-video-body{
  font-size:16px;
}

.reviews-page-bg{
  position: relative;
  background: url('../images/relazz_reviews-page-banner.jpg') no-repeat center center;
  background-size:cover!important;
  min-height: 30rem!important;
}
.reviews-bg-overlay{
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  content:'';
  background:#09204e;
  opacity: 0.75;
}

.money-back-guarantee{
background:#E7E0F9;
position:relative;
padding:4rem 0;
}
.moneyback-icon{
max-width: 280px;
margin:0 auto;
}
.tnc-link{
  font-size:14px;
  text-decoration: underline!important;
  color:#2C519D;
}