@font-face {
    font-display: swap;
    font-family: 'OPPOSans';
    font-style: normal;
    src: url(../fonts/OPPOSans3.0En-VF.woff2) format('woff2');
}

.text-gradient-primary {
    background: linear-gradient(to right, #6366f1, #8B5CF6, #D946EF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

:root {
    --hsg-blue: #0d6efd;
    --hsg-indigo: #6610f2;
    --hsg-purple: #6f42c1;
    --hsg-pink: #d63384;
    --hsg-red: #dc3545;
    --hsg-orange: #fd7e14;
    --hsg-yellow: #ffc107;
    --hsg-green: #198754;
    --hsg-teal: #20c997;
    --hsg-cyan: #0dcaf0;
    --hsg-black: #000;
    --hsg-white: #fff;
    --hsg-gray: #9397ad;
    --hsg-gray-dark: #33354d;
    --hsg-gray-100: #f3f6ff;
    --hsg-gray-200: #eff2fc;
    --hsg-gray-300: #e2e5f1;
    --hsg-gray-400: #d4d7e5;
    --hsg-gray-500: #b4b7c9;
    --hsg-gray-600: #9397ad;
    --hsg-gray-700: #565973;
    --hsg-gray-800: #33354d;
    --hsg-gray-900: #0b0f19;
    --hsg-primary: #6366f1;
    --hsg-secondary: #eff2fc;
    --hsg-success: #22c55e;
    --hsg-info: #4c82f7;
    --hsg-warning: #ffba08;
    --hsg-danger: #ef4444;
    --hsg-light: #fff;
    --hsg-dark: #0b0f19;
    --hsg-primary-rgb: 99, 102, 241;
    --hsg-secondary-rgb: 239, 242, 252;
    --hsg-success-rgb: 34, 197, 94;
    --hsg-info-rgb: 76, 130, 247;
    --hsg-warning-rgb: 255, 186, 8;
    --hsg-danger-rgb: 239, 68, 68;
    --hsg-light-rgb: 255, 255, 255;
    --hsg-dark-rgb: 11, 15, 25;
    --hsg-white-rgb: 255, 255, 255;
    --hsg-black-rgb: 0, 0, 0;
    --hsg-body-color-rgb: 86, 89, 115;
    --hsg-body-bg-rgb: 255, 255, 255;
    --hsg-font-sans-serif: "OPPOSans", sans-serif;
    --hsg-font-monospace: "OPPOSans", sans-serif;
    --hsg-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --hsg-body-font-family: var(--hsg-font-sans-serif);
    --hsg-body-font-size: 1rem;
    --hsg-body-font-weight: 300;
    --hsg-body-line-height: 1.6;
    --hsg-body-color: #565973;
    --hsg-body-bg: #f5f5f5;
    --hsg-border-width: 1px;
    --hsg-border-style: solid;
    --hsg-border-color: #e2e5f1;
    --hsg-border-color-translucent: rgba(0, 0, 0, 0.175);
    --hsg-border-radius: 0.375rem;
    --hsg-border-radius-sm: 0.25rem;
    --hsg-border-radius-lg: 0.5rem;
    --hsg-border-radius-xl: 1rem;
    --hsg-border-radius-2xl: 2rem;
    --hsg-border-radius-pill: 50rem;
    --hsg-link-color: #000;
    --hsg-link-hover-color: #000;
    --hsg-code-color: #e3116c;
    --hsg-highlight-bg: #fff3cd
}

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

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

hr {
    margin: 0 0;
    color: var(--hsg-border-color);
    border: 0;
    border-top: 1px solid;
    opacity: 1
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--hsg-gray-900)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

ol,
ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 800
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small,
.small {
    font-size: 0.875em
}

mark,
.mark {
    padding: .1875em;
    background-color: var(--hsg-highlight-bg)
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: var(--hsg-link-color);
    text-decoration: none
}

a:hover {
    color: var(--hsg-link-hover-color);
    text-decoration: none
}

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

pre,
code,
kbd,
samp {
    font-family: var(--hsg-font-monospace);
    font-size: 1em
}

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

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

code {
    font-size: 0.875em;
    color: var(--hsg-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #0b0f19;
    border-radius: .25rem
}

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

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

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

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: var(--hsg-gray-600);
    text-align: left
}

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

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

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

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

textarea {
    resize: vertical
}

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

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

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

legend+* {
    clear: left
}

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

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

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

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

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

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 400
}

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

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

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

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

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

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

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

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

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

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

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

.display-6 {
    font-size: calc(1.3875rem + 1.65vw);
    font-weight: 800;
    line-height: 1.3
}

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

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

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

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

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

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

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

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

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: var(--hsg-gray-600)
}

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

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

.img-thumbnail {
    padding: .5rem;
    background-color: var(--hsg-body-bg);
    border: 0 solid var(--hsg-border-color);
    border-radius: var(--hsg-border-radius-lg);
    box-shadow: 0 .275rem .75rem -0.0625rem rgba(11, 15, 25, .06), 0 .125rem .4rem -0.0625rem rgba(11, 15, 25, .03);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 0.875rem;
    color: var(--hsg-gray-600)
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --hsg-gutter-x: 1.5rem;
    --hsg-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--hsg-gutter-x)*.5);
    padding-left: calc(var(--hsg-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 500px) {
    .container-sm,
    .container {
        max-width: 97%
    }
}

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

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

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

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

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

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

.col {
    flex: 1 0 0%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
    --hsg-gutter-x: 0
}

.g-0,
.gy-0 {
    --hsg-gutter-y: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    --hsg-table-color: var(--hsg-body-color);
    --hsg-table-bg: transparent;
    --hsg-table-border-color: var(--hsg-border-color);
    --hsg-table-accent-bg: transparent;
    --hsg-table-striped-color: var(--hsg-body-color);
    --hsg-table-striped-bg: rgba(0, 0, 0, 0.0375);
    --hsg-table-active-color: var(--hsg-body-color);
    --hsg-table-active-bg: rgba(0, 0, 0, 0.05);
    --hsg-table-hover-color: var(--hsg-body-color);
    --hsg-table-hover-bg: rgba(0, 0, 0, 0.05);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--hsg-table-color);
    vertical-align: top;
    border-color: var(--hsg-table-border-color)
}

.table>:not(caption)>*>* {
    padding: .75rem .75rem;
    background-color: var(--hsg-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--hsg-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: 2px solid currentcolor
}

.caption-top {
    caption-side: top
}

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

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

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

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

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

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

.table-striped-columns>:not(caption)>tr>:nth-child(even) {
    --hsg-table-accent-bg: var(--hsg-table-striped-bg);
    color: var(--hsg-table-striped-color)
}

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

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

.table-dark {
    --hsg-table-color: #fff;
    --hsg-table-bg: #0b0f19;
    --hsg-table-border-color: #30333c;
    --hsg-table-striped-bg: #141822;
    --hsg-table-striped-color: #fff;
    --hsg-table-active-bg: #171b25;
    --hsg-table-active-color: #fff;
    --hsg-table-hover-bg: #171b25;
    --hsg-table-hover-color: #fff;
    color: var(--hsg-table-color);
    border-color: var(--hsg-table-border-color)
}

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

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

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

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

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

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

.form-label {
    margin-bottom: .3125rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #0b0f19
}

.col-form-label {
    padding-top: calc(0.625rem + 1px);
    padding-bottom: calc(0.625rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 600;
    line-height: 1.6;
    color: #0b0f19
}

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

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

.form-text {
    margin-top: .25rem;
    font-size: 0.75rem;
    color: var(--hsg-gray-600)
}

.form-control {
    display: block;
    width: 100%;
    padding: .625rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #565973;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d7e5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

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

.form-control:focus {
    color: #565973;
    background-color: #fff;
    border-color: rgba(99, 102, 241, .35);
    outline: 0;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 .5rem 1.125rem -0.5rem rgba(99, 102, 241, .2)
}

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

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

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

.form-control:disabled {
    background-color: #f3f6ff;
    opacity: 1
}

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

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .625rem 0;
    margin-bottom: 0;
    line-height: 1.6;
    color: #565973;
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 1px 0
}

.form-control-plaintext:focus {
    outline: 0
}

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

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

.form-control-sm::-webkit-file-upload-button {
    padding: .475rem .875rem;
    margin: -0.475rem -0.875rem;
    -webkit-margin-end: .875rem;
    margin-inline-end: .875rem
}

.form-control-sm::file-selector-button {
    padding: .475rem .875rem;
    margin: -0.475rem -0.875rem;
    -webkit-margin-end: .875rem;
    margin-inline-end: .875rem
}

.form-control-lg {
    min-height: calc(1.6em + 1.57rem + 2px);
    padding: .785rem 1.125rem;
    font-size: 1rem;
    border-radius: .5rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .785rem 1.125rem;
    margin: -0.785rem -1.125rem;
    -webkit-margin-end: 1.125rem;
    margin-inline-end: 1.125rem
}

.form-control-lg::file-selector-button {
    padding: .785rem 1.125rem;
    margin: -0.785rem -1.125rem;
    -webkit-margin-end: 1.125rem;
    margin-inline-end: 1.125rem
}

textarea.form-control {
    min-height: calc(1.6em + 1.25rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.6em + 0.95rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.6em + 1.57rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: calc(1.6em + 1.25rem + 2px);
    padding: .625rem
}

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

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: .375rem
}

.form-control-color::-webkit-color-swatch {
    border-radius: .375rem
}

.form-control-color.form-control-sm {
    height: calc(1.6em + 0.95rem + 2px)
}

.form-control-color.form-control-lg {
    height: calc(1.6em + 1.57rem + 2px)
}

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

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

.form-select:focus {
    border-color: rgba(99, 102, 241, .35);
    outline: 0;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(99, 102, 241, .25)
}

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

.form-select:disabled {
    background-color: #f3f6ff
}

.form-select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #565973
}

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

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

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

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

.form-check-reverse {
    padding-right: 1.5rem;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5rem;
    margin-left: 0
}

.form-check-input {
    width: 1rem;
    height: 1rem;
    margin-top: .3rem;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #b4b7c9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    print-color-adjust: exact
}

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

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

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

.form-check-input:focus {
    border-color: rgba(99, 102, 241, .35);
    outline: 0;
    box-shadow: 0 0 0 0 rgba(99, 102, 241, .25)
}

.form-check-input:checked {
    background-color: #6366f1;
    border-color: #6366f1
}

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

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

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

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

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

.form-switch {
    padding-left: 3.375em
}

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

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

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

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

.form-switch.form-check-reverse {
    padding-right: 3.375em;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -3.375em;
    margin-left: 0
}

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

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

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

.form-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 .5rem 1.125rem -0.5rem rgba(99, 102, 241, .2)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 .5rem 1.125rem -0.5rem rgba(99, 102, 241, .2)
}

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

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

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

.form-range::-webkit-slider-thumb:active {
    background-color: #393ded
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #e9ebf4;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0)
}

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

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

.form-range::-moz-range-thumb:active {
    background-color: #393ded
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #e9ebf4;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0)
}

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

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

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

.form-floating {
    position: relative
}

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

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 1rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0);
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

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

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem 1rem
}

.form-floating>.form-control::-moz-placeholder,
.form-floating>.form-control-plaintext::-moz-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control::placeholder,
.form-floating>.form-control-plaintext::placeholder {
    color: rgba(0, 0, 0, 0)
}

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

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

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

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

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

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

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

.form-floating>.form-control-plaintext~label {
    border-width: 1px 0
}

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

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

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-floating:focus-within {
    z-index: 5
}

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

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .625rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #565973;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d4d7e5;
    border-radius: .375rem
}

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

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

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

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

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

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

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.75rem;
    color: #22c55e
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.75rem;
    color: #000;
    background-color: rgba(34, 197, 94, .9);
    border-radius: .25rem
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #22c55e;
    padding-right: calc(1.6em + 1.25rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2322c55e'%3e%3cpath d='M10 1.667c-4.595 0-8.333 3.738-8.333 8.333S5.405 18.333 10 18.333s8.333-3.738 8.333-8.333S14.595 1.667 10 1.667zm0 15c-3.676 0-6.667-2.991-6.667-6.667S6.324 3.333 10 3.333 16.667 6.324 16.667 10 13.676 16.667 10 16.667zm-1.668-5.345L6.416 9.41 5.24 10.59l3.094 3.088 5.588-5.588-1.178-1.178-4.412 4.412z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.3125rem) center;
    background-size: calc(0.8em + 0.625rem) calc(0.8em + 0.625rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.6em + 1.25rem);
    background-position: top calc(0.4em + 0.3125rem) right calc(0.4em + 0.3125rem)
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #22c55e
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 5.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23565973' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2322c55e'%3e%3cpath d='M10 1.667c-4.595 0-8.333 3.738-8.333 8.333S5.405 18.333 10 18.333s8.333-3.738 8.333-8.333S14.595 1.667 10 1.667zm0 15c-3.676 0-6.667-2.991-6.667-6.667S6.324 3.333 10 3.333 16.667 6.324 16.667 10 13.676 16.667 10 16.667zm-1.668-5.345L6.416 9.41 5.24 10.59l3.094 3.088 5.588-5.588-1.178-1.178-4.412 4.412z'/%3e%3c/svg%3e");
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(0.8em + 0.625rem) calc(0.8em + 0.625rem)
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, .25)
}

.was-validated .form-control-color:valid,
.form-control-color.is-valid {
    width: calc(3rem + calc(1.6em + 1.25rem))
}

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

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

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, .25)
}

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

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

.was-validated .input-group>.form-control:not(:focus):valid,
.input-group>.form-control:not(:focus).is-valid,
.was-validated .input-group>.form-select:not(:focus):valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.input-group>.form-floating:not(:focus-within).is-valid {
    z-index: 3
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.75rem;
    color: #000;
    background-color: rgba(239, 68, 68, .9);
    border-radius: .25rem
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #ef4444;
    padding-right: calc(1.6em + 1.25rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ef4444'%3e%3cpath d='M7.643 13.535L10 11.178l2.357 2.357 1.178-1.178L11.178 10l2.357-2.357-1.178-1.178L10 8.822 7.643 6.465 6.465 7.643 8.822 10l-2.357 2.357 1.178 1.178zM10 18.333c4.595 0 8.333-3.738 8.333-8.333S14.595 1.667 10 1.667 1.667 5.405 1.667 10 5.405 18.333 10 18.333zm0-15c3.676 0 6.667 2.991 6.667 6.667S13.676 16.667 10 16.667 3.333 13.676 3.333 10 6.324 3.333 10 3.333z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.3125rem) center;
    background-size: calc(0.8em + 0.625rem) calc(0.8em + 0.625rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #ef4444;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.6em + 1.25rem);
    background-position: top calc(0.4em + 0.3125rem) right calc(0.4em + 0.3125rem)
}

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

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 5.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23565973' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ef4444'%3e%3cpath d='M7.643 13.535L10 11.178l2.357 2.357 1.178-1.178L11.178 10l2.357-2.357-1.178-1.178L10 8.822 7.643 6.465 6.465 7.643 8.822 10l-2.357 2.357 1.178 1.178zM10 18.333c4.595 0 8.333-3.738 8.333-8.333S14.595 1.667 10 1.667 1.667 5.405 1.667 10 5.405 18.333 10 18.333zm0-15c3.676 0 6.667 2.991 6.667 6.667S13.676 16.667 10 16.667 3.333 13.676 3.333 10 6.324 3.333 10 3.333z'/%3e%3c/svg%3e");
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(0.8em + 0.625rem) calc(0.8em + 0.625rem)
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #ef4444;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, .25)
}

.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
    width: calc(3rem + calc(1.6em + 1.25rem))
}

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

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

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, .25)
}

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

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

.was-validated .input-group>.form-control:not(:focus):invalid,
.input-group>.form-control:not(:focus).is-invalid,
.was-validated .input-group>.form-select:not(:focus):invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.input-group>.form-floating:not(:focus-within).is-invalid {
    z-index: 4
}

.btn {
    --hsg-btn-padding-x: 1.75rem;
    --hsg-btn-padding-y: 0.625rem;
    --hsg-btn-font-family: ;
    --hsg-btn-font-size: 0.875rem;
    --hsg-btn-font-weight: 600;
    --hsg-btn-line-height: 1.6;
    --hsg-btn-color: #565973;
    --hsg-btn-bg: transparent;
    --hsg-btn-border-width: 1px;
    --hsg-btn-border-color: transparent;
    --hsg-btn-border-radius: 0.375rem;
    --hsg-btn-hover-border-color: transparent;
    --hsg-btn-box-shadow: unset;
    --hsg-btn-disabled-opacity: 0.65;
    --hsg-btn-focus-box-shadow: 0 0 0 0 rgba(var(--hsg-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--hsg-btn-padding-y) var(--hsg-btn-padding-x);
    font-family: var(--hsg-btn-font-family);
    font-size: var(--hsg-btn-font-size);
    font-weight: var(--hsg-btn-font-weight);
    line-height: var(--hsg-btn-line-height);
    color: var(--hsg-btn-color);
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--hsg-btn-border-width) solid var(--hsg-btn-border-color);
    border-radius: var(--hsg-btn-border-radius);
    background-color: var(--hsg-btn-bg);
    box-shadow: var(--hsg-btn-box-shadow);
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
}

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

:not(.btn-check)+.btn:hover,
.btn:first-child:hover {
    color: var(--hsg-btn-hover-color);
    background-color: var(--hsg-btn-hover-bg);
    border-color: var(--hsg-btn-hover-border-color)
}

.btn:focus-visible {
    color: var(--hsg-btn-hover-color);
    background-color: var(--hsg-btn-hover-bg);
    border-color: var(--hsg-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--hsg-btn-box-shadow), var(--hsg-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
    border-color: var(--hsg-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--hsg-btn-box-shadow), var(--hsg-btn-focus-box-shadow)
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--hsg-btn-active-color);
    background-color: var(--hsg-btn-active-bg);
    border-color: var(--hsg-btn-active-border-color);
    box-shadow: var(--hsg-btn-active-shadow)
}

.btn-check:checked+.btn:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
    box-shadow: var(--hsg-btn-active-shadow), var(--hsg-btn-focus-box-shadow)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--hsg-btn-disabled-color);
    pointer-events: none;
    background-color: var(--hsg-btn-disabled-bg);
    border-color: var(--hsg-btn-disabled-border-color);
    opacity: var(--hsg-btn-disabled-opacity);
    box-shadow: none
}

.btn-primary {
    --hsg-btn-color: #000;
    --hsg-btn-bg: #6366f1;
    --hsg-btn-border-color: #6366f1;
    --hsg-btn-hover-color: #000;
    --hsg-btn-hover-bg: #7a7df3;
    --hsg-btn-hover-border-color: #7375f2;
    --hsg-btn-focus-shadow-rgb: 84, 87, 205;
    --hsg-btn-active-color: #000;
    --hsg-btn-active-bg: #8285f4;
    --hsg-btn-active-border-color: #7375f2;
    --hsg-btn-active-shadow: unset;
    --hsg-btn-disabled-color: #000;
    --hsg-btn-disabled-bg: #6366f1;
    --hsg-btn-disabled-border-color: #6366f1
}

.btn-secondary {
    --hsg-btn-color: #000;
    --hsg-btn-bg: #eff2fc;
    --hsg-btn-border-color: #eff2fc;
    --hsg-btn-hover-color: #000;
    --hsg-btn-hover-bg: #f1f4fc;
    --hsg-btn-hover-border-color: #f1f3fc;
    --hsg-btn-focus-shadow-rgb: 203, 206, 214;
    --hsg-btn-active-color: #000;
    --hsg-btn-active-bg: #f2f5fd;
    --hsg-btn-active-border-color: #f1f3fc;
    --hsg-btn-active-shadow: unset;
    --hsg-btn-disabled-color: #000;
    --hsg-btn-disabled-bg: #eff2fc;
    --hsg-btn-disabled-border-color: #eff2fc
}

.btn-success {
    --hsg-btn-color: #000;
    --hsg-btn-bg: #22c55e;
    --hsg-btn-border-color: #22c55e;
    --hsg-btn-hover-color: #000;
    --hsg-btn-hover-bg: #43ce76;
    --hsg-btn-hover-border-color: #38cb6e;
    --hsg-btn-focus-shadow-rgb: 29, 167, 80;
    --hsg-btn-active-color: #000;
    --hsg-btn-active-bg: #4ed17e;
    --hsg-btn-active-border-color: #38cb6e;
    --hsg-btn-active-shadow: unset;
    --hsg-btn-disabled-color: #000;
    --hsg-btn-disabled-bg: #22c55e;
    --hsg-btn-disabled-border-color: #22c55e
}

.btn-info {
    --hsg-btn-color: #000;
    --hsg-btn-bg: #4c82f7;
    --hsg-btn-border-color: #4c82f7;
    --hsg-btn-hover-color: #000;
    --hsg-btn-hover-bg: #6795f8;
    --hsg-btn-hover-border-color: #5e8ff8;
    --hsg-btn-focus-shadow-rgb: 65, 111, 210;
    --hsg-btn-active-color: #000;
    --hsg-btn-active-bg: #709bf9;
    --hsg-btn-active-border-color: #5e8ff8;
    --hsg-btn-active-shadow: unset;
    --hsg-btn-disabled-color: #000;
    --hsg-btn-disabled-bg: #4c82f7;
    --hsg-btn-disabled-border-color: #4c82f7
}

.btn-warning {
    --hsg-btn-color: #000;
    --hsg-btn-bg: #ffba08;
    --hsg-btn-border-color: #ffba08;
    --hsg-btn-hover-color: #000;
    --hsg-btn-hover-bg: #ffc42d;
    --hsg-btn-hover-border-color: #ffc121;
    --hsg-btn-focus-shadow-rgb: 217, 158, 7;
    --hsg-btn-active-color: #000;
    --hsg-btn-active-bg: #ffc839;
    --hsg-btn-active-border-color: #ffc121;
    --hsg-btn-active-shadow: unset;
    --hsg-btn-disabled-color: #000;
    --hsg-btn-disabled-bg: #ffba08;
    --hsg-btn-disabled-border-color: #ffba08
}

.btn-danger {
    --hsg-btn-color: #000;
    --hsg-btn-bg: #ef4444;
    --hsg-btn-border-color: #ef4444;
    --hsg-btn-hover-color: #000;
    --hsg-btn-hover-bg: #f16060;
    --hsg-btn-hover-border-color: #f15757;
    --hsg-btn-focus-shadow-rgb: 203, 58, 58;
    --hsg-btn-active-color: #000;
    --hsg-btn-active-bg: #f26969;
    --hsg-btn-active-border-color: #f15757;
    --hsg-btn-active-shadow: unset;
    --hsg-btn-disabled-color: #000;
    --hsg-btn-disabled-bg: #ef4444;
    --hsg-btn-disabled-border-color: #ef4444
}

.btn-light {
    --hsg-btn-color: #000;
    --hsg-btn-bg: #fff;
    --hsg-btn-border-color: #fff;
    --hsg-btn-hover-color: #000;
    --hsg-btn-hover-bg: #d9d9d9;
    --hsg-btn-hover-border-color: #cccccc;
    --hsg-btn-focus-shadow-rgb: 217, 217, 217;
    --hsg-btn-active-color: #000;
    --hsg-btn-active-bg: #cccccc;
    --hsg-btn-active-border-color: #bfbfbf;
    --hsg-btn-active-shadow: unset;
    --hsg-btn-disabled-color: #000;
    --hsg-btn-disabled-bg: #fff;
    --hsg-btn-disabled-border-color: #fff
}

.btn-dark {
    --hsg-btn-color: #fff;
    --hsg-btn-bg: #0b0f19;
    --hsg-btn-border-color: #0b0f19;
    --hsg-btn-hover-color: #fff;
    --hsg-btn-hover-bg: #30333c;
    --hsg-btn-hover-border-color: #232730;
    --hsg-btn-focus-shadow-rgb: 48, 51, 60;
    --hsg-btn-active-color: #fff;
    --hsg-btn-active-bg: #3c3f47;
    --hsg-btn-active-border-color: #232730;
    --hsg-btn-active-shadow: unset;
    --hsg-btn-disabled-color: #fff;
    --hsg-btn-disabled-bg: #0b0f19;
    --hsg-btn-disabled-border-color: #0b0f19
}

.btn-outline-primary {
    --hsg-btn-color: #6366f1;
    --hsg-btn-border-color: #6366f1;
    --hsg-btn-hover-color: #000;
    --hsg-btn-hover-bg: #6366f1;
    --hsg-btn-hover-border-color: #6366f1;
    --hsg-btn-focus-shadow-rgb: 99, 102, 241;
    --hsg-btn-active-color: #000;
    --hsg-btn-active-bg: #6366f1;
    --hsg-btn-active-border-color: #6366f1;
    --hsg-btn-active-shadow: unset;
    --hsg-btn-disabled-color: #6366f1;
    --hsg-btn-disabled-bg: transparent;
    --hsg-btn-disabled-border-color: #6366f1;
    --hsg-gradient: none
}

.btn-outline-secondary {
    --hsg-btn-color: #eff2fc;
    --hsg-btn-border-color: #eff2fc;
    --hsg-btn-hover-color: #000;
    --hsg-btn-hover-bg: #eff2fc;
    --hsg-btn-hover-border-color: #eff2fc;
    --hsg-btn-focus-shadow-rgb: 239, 242, 252;
    --hsg-btn-active-color: #000;
    --hsg-btn-active-bg: #eff2fc;
    --hsg-btn-active-border-color: #eff2fc;
    --hsg-btn-active-shadow: unset;
    --hsg-btn-disabled-color: #eff2fc;
    --hsg-btn-disabled-bg: transparent;
    --hsg-btn-disabled-border-color: #eff2fc;
    --hsg-gradient: none
}

.btn-outline-success {
    --hsg-btn-color: #22c55e;
    --hsg-btn-border-color: #22c55e;
    --hsg-btn-hover-color: #000;
    --hsg-btn-hover-bg: #22c55e;
    --hsg-btn-hover-border-color: #22c55e;
    --hsg-btn-focus-shadow-rgb: 34, 197, 94;
    --hsg-btn-active-color: #000;
    --hsg-btn-active-bg: #22c55e;
    --hsg-btn-active-border-color: #22c55e;
    --hsg-btn-active-shadow: unset;
    --hsg-btn-disabled-color: #22c55e;
    --hsg-btn-disabled-bg: transparent;
    --hsg-btn-disabled-border-color: #22c55e;
    --hsg-gradient: none
}

.btn-outline-info {
    --hsg-btn-color: #4c82f7;
    --hsg-btn-border-color: #4c82f7;
    --hsg-btn-hover-color: #000;
    --hsg-btn-hover-bg: #4c82f7;
    --hsg-btn-hover-border-color: #4c82f7;
    --hsg-btn-focus-shadow-rgb: 76, 130, 247;
    --hsg-btn-active-color: #000;
    --hsg-btn-active-bg: #4c82f7;
    --hsg-btn-active-border-color: #4c82f7;
    --hsg-btn-active-shadow: unset;
    --hsg-btn-disabled-color: #4c82f7;
    --hsg-btn-disabled-bg: transparent;
    --hsg-btn-disabled-border-color: #4c82f7;
    --hsg-gradient: none
}

.btn-outline-warning {
    --hsg-btn-color: #ffba08;
    --hsg-btn-border-color: #ffba08;
    --hsg-btn-hover-color: #000;
    --hsg-btn-hover-bg: #ffba08;
    --hsg-btn-hover-border-color: #ffba08;
    --hsg-btn-focus-shadow-rgb: 255, 186, 8;
    --hsg-btn-active-color: #000;
    --hsg-btn-active-bg: #ffba08;
    --hsg-btn-active-border-color: #ffba08;
    --hsg-btn-active-shadow: unset;
    --hsg-btn-disabled-color: #ffba08;
    --hsg-btn-disabled-bg: transparent;
    --hsg-btn-disabled-border-color: #ffba08;
    --hsg-gradient: none
}

.btn-outline-danger {
    --hsg-btn-color: #ef4444;
    --hsg-btn-border-color: #ef4444;
    --hsg-btn-hover-color: #000;
    --hsg-btn-hover-bg: #ef4444;
    --hsg-btn-hover-border-color: #ef4444;
    --hsg-btn-focus-shadow-rgb: 239, 68, 68;
    --hsg-btn-active-color: #000;
    --hsg-btn-active-bg: #ef4444;
    --hsg-btn-active-border-color: #ef4444;
    --hsg-btn-active-shadow: unset;
    --hsg-btn-disabled-color: #ef4444;
    --hsg-btn-disabled-bg: transparent;
    --hsg-btn-disabled-border-color: #ef4444;
    --hsg-gradient: none
}

.btn-outline-light {
    --hsg-btn-color: #fff;
    --hsg-btn-border-color: #fff;
    --hsg-btn-hover-color: #000;
    --hsg-btn-hover-bg: #fff;
    --hsg-btn-hover-border-color: #fff;
    --hsg-btn-focus-shadow-rgb: 255, 255, 255;
    --hsg-btn-active-color: #000;
    --hsg-btn-active-bg: #fff;
    --hsg-btn-active-border-color: #fff;
    --hsg-btn-active-shadow: unset;
    --hsg-btn-disabled-color: #fff;
    --hsg-btn-disabled-bg: transparent;
    --hsg-btn-disabled-border-color: #fff;
    --hsg-gradient: none
}

.btn-outline-dark {
    --hsg-btn-color: #0b0f19;
    --hsg-btn-border-color: #0b0f19;
    --hsg-btn-hover-color: #fff;
    --hsg-btn-hover-bg: #0b0f19;
    --hsg-btn-hover-border-color: #0b0f19;
    --hsg-btn-focus-shadow-rgb: 11, 15, 25;
    --hsg-btn-active-color: #fff;
    --hsg-btn-active-bg: #0b0f19;
    --hsg-btn-active-border-color: #0b0f19;
    --hsg-btn-active-shadow: unset;
    --hsg-btn-disabled-color: #0b0f19;
    --hsg-btn-disabled-bg: transparent;
    --hsg-btn-disabled-border-color: #0b0f19;
    --hsg-gradient: none
}

.btn-link {
    --hsg-btn-font-weight: 400;
    --hsg-btn-color: var(--hsg-link-color);
    --hsg-btn-bg: transparent;
    --hsg-btn-border-color: transparent;
    --hsg-btn-hover-color: var(--hsg-link-hover-color);
    --hsg-btn-hover-border-color: transparent;
    --hsg-btn-active-color: var(--hsg-link-hover-color);
    --hsg-btn-active-border-color: transparent;
    --hsg-btn-disabled-color: #9397ad;
    --hsg-btn-disabled-border-color: transparent;
    --hsg-btn-box-shadow: none;
    --hsg-btn-focus-shadow-rgb: 84, 87, 205;
    text-decoration: underline
}

.btn-link:hover,
.btn-link:focus-visible {
    text-decoration: none
}

.btn-link:focus-visible {
    color: var(--hsg-btn-color)
}

.btn-link:hover {
    color: var(--hsg-btn-hover-color)
}

.btn-lg,
.btn-group-lg>.btn {
    --hsg-btn-padding-y: 0.785rem;
    --hsg-btn-padding-x: 2rem;
    --hsg-btn-font-size: 1rem;
    --hsg-btn-border-radius: 0.5rem
}

.btn-sm,
.btn-group-sm>.btn {
    --hsg-btn-padding-y: 0.475rem;
    --hsg-btn-padding-x: 1.25rem;
    --hsg-btn-font-size: 0.75rem;
    --hsg-btn-border-radius: 0.25rem
}

.fade {
    transition: opacity .15s linear
}

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

.fade:not(.show) {
    opacity: 0
}

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

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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

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

.dropdown-menu {
    --hsg-dropdown-zindex: 1000;
    --hsg-dropdown-min-width: 12rem;
    --hsg-dropdown-padding-x: 0;
    --hsg-dropdown-padding-y: 0.5rem;
    --hsg-dropdown-spacer: 0.25rem;
    --hsg-dropdown-font-size: 0.875rem;
    --hsg-dropdown-color: #565973;
    --hsg-dropdown-bg: #fff;
    --hsg-dropdown-border-color: #fff;
    --hsg-dropdown-border-radius: 0.5rem;
    --hsg-dropdown-border-width: 1px;
    --hsg-dropdown-inner-border-radius: calc(0.5rem - 1px);
    --hsg-dropdown-divider-bg: #e2e5f1;
    --hsg-dropdown-divider-margin-y: 0.375rem;
    --hsg-dropdown-box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, 0.05), 0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03);
    --hsg-dropdown-link-color: #33354d;
    --hsg-dropdown-link-hover-color: #000;
    --hsg-dropdown-link-hover-bg: transparent;
    --hsg-dropdown-link-active-color: #000;
    --hsg-dropdown-link-active-bg: transparent;
    --hsg-dropdown-link-disabled-color: #9397ad;
    --hsg-dropdown-item-padding-x: 1rem;
    --hsg-dropdown-item-padding-y: 0.375rem;
    --hsg-dropdown-header-color: var(--hsg-gray-900);
    --hsg-dropdown-header-padding-x: 1rem;
    --hsg-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--hsg-dropdown-zindex);
    display: none;
    min-width: var(--hsg-dropdown-min-width);
    padding: var(--hsg-dropdown-padding-y) var(--hsg-dropdown-padding-x);
    margin: 0;
    font-size: var(--hsg-dropdown-font-size);
    color: var(--hsg-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--hsg-dropdown-bg);
    background-clip: padding-box;
    border: var(--hsg-dropdown-border-width) solid var(--hsg-dropdown-border-color);
    border-radius: var(--hsg-dropdown-border-radius);
    box-shadow: var(--hsg-dropdown-box-shadow)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--hsg-dropdown-spacer)
}

.dropdown-menu-start {
    --bs-position: start
}

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

.dropdown-menu-end {
    --bs-position: end
}

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

@media(min-width: 500px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-end {
        --bs-position: end
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-end {
        --bs-position: end
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-end {
        --bs-position: end
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-end {
        --bs-position: end
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-xxl-end {
        --bs-position: end
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--hsg-dropdown-spacer)
}

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

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

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--hsg-dropdown-spacer)
}

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

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

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--hsg-dropdown-spacer)
}

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

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

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

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

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

.dropdown-divider {
    height: 0;
    margin: var(--hsg-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--hsg-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--hsg-dropdown-item-padding-y) var(--hsg-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--hsg-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--hsg-dropdown-link-hover-color);
    background-color: var(--hsg-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--hsg-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--hsg-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--hsg-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--hsg-dropdown-header-padding-y) var(--hsg-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--hsg-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--hsg-dropdown-item-padding-y) var(--hsg-dropdown-item-padding-x);
    color: var(--hsg-dropdown-link-color)
}

.dropdown-menu-dark,
.dark-mode .dropdown-menu {
    --hsg-dropdown-color: rgba(255, 255, 255, 0.7);
    --hsg-dropdown-bg: linear-gradient(0deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)), #0b0f19;
    --hsg-dropdown-border-color: rgba(255, 255, 255, 0.14);
    --hsg-dropdown-box-shadow: ;
    --hsg-dropdown-link-color: rgba(255, 255, 255, 0.85);
    --hsg-dropdown-link-hover-color: #6366f1;
    --hsg-dropdown-divider-bg: rgba(255, 255, 255, 0.14);
    --hsg-dropdown-link-hover-bg: transparent;
    --hsg-dropdown-link-active-color: #6366f1;
    --hsg-dropdown-link-active-bg: transparent;
    --hsg-dropdown-link-disabled-color: rgba(255, 255, 255, 0.4);
    --hsg-dropdown-header-color: #fff
}

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

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

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

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

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

.btn-group {
    border-radius: .375rem
}

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

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

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

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

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

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

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

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

.btn-group.show .dropdown-toggle {
    box-shadow: unset
}

.btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none
}

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

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

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

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

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

.nav {
    --hsg-nav-link-padding-x: 1rem;
    --hsg-nav-link-padding-y: 0.535rem;
    --hsg-nav-link-font-weight: 600;
    --hsg-nav-link-color: #000;
    --hsg-nav-link-hover-color: #000;
    --hsg-nav-link-disabled-color: #000;
    --hsg-nav-link-font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--hsg-nav-link-padding-y) var(--hsg-nav-link-padding-x);
    font-size: var(--hsg-nav-link-font-size);
    font-weight: var(--hsg-nav-link-font-weight);
    color: var(--hsg-nav-link-color);
    text-decoration: none;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out
}

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

.nav-link:hover,
.nav-link:focus {
    color: var(--hsg-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--hsg-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --hsg-nav-tabs-border-width: 0;
    --hsg-nav-tabs-border-color: transparent;
    --hsg-nav-tabs-border-radius: 0.375rem;
    --hsg-nav-tabs-link-hover-border-color: transparent;
    --hsg-nav-tabs-link-active-color: #fff;
    --hsg-nav-tabs-link-active-bg: #345aca;
    --hsg-nav-tabs-link-active-border-color: transparent;
    border-bottom: var(--hsg-nav-tabs-border-width) solid var(--hsg-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1*var(--hsg-nav-tabs-border-width));
    background: none;
    border: var(--hsg-nav-tabs-border-width) solid rgba(0, 0, 0, 0);
    border-top-left-radius: var(--hsg-nav-tabs-border-radius);
    border-top-right-radius: var(--hsg-nav-tabs-border-radius)
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--hsg-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    color: var(--hsg-nav-link-disabled-color);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--hsg-nav-tabs-link-active-color);
    background-color: var(--hsg-nav-tabs-link-active-bg);
    border-color: var(--hsg-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1*var(--hsg-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --hsg-nav-pills-border-radius: 50rem;
    --hsg-nav-pills-link-active-color: #fff;
    --hsg-nav-pills-link-active-bg: #6366f1
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--hsg-nav-pills-border-radius)
}

.nav-pills .nav-link:disabled {
    color: var(--hsg-nav-link-disabled-color);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--hsg-nav-pills-link-active-color);
    background-color: var(--hsg-nav-pills-link-active-bg)
}

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

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

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

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

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

.navbar {
    --hsg-navbar-padding-x: 0;
    --hsg-navbar-padding-y: 0.5rem;
    --hsg-navbar-color: #000;
    --hsg-navbar-hover-color: #000;
    --hsg-navbar-disabled-color: #000;
    --hsg-navbar-active-color: #000;
    --hsg-navbar-brand-padding-y: 0.5rem;
    --hsg-navbar-brand-margin-end: 1rem;
    --hsg-navbar-brand-font-size: 1.375rem;
    --hsg-navbar-brand-color: #0b0f19;
    --hsg-navbar-brand-hover-color: #0b0f19;
    --hsg-navbar-nav-link-padding-x: 0.875rem;
    --hsg-navbar-toggler-padding-y: 0.625rem;
    --hsg-navbar-toggler-padding-x: 0.25rem;
    --hsg-navbar-toggler-font-size: 1.125rem;
    --hsg-navbar-toggler-icon-bg: initial;
    --hsg-navbar-toggler-border-color: transparent;
    --hsg-navbar-toggler-border-radius: 0;
    --hsg-navbar-toggler-focus-width: 0;
    --hsg-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--hsg-navbar-padding-y) var(--hsg-navbar-padding-x)
}

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

.navbar-brand {
    padding-top: var(--hsg-navbar-brand-padding-y);
    padding-bottom: var(--hsg-navbar-brand-padding-y);
    margin-right: var(--hsg-navbar-brand-margin-end);
    font-size: var(--hsg-navbar-brand-font-size);
    color: var(--hsg-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--hsg-navbar-brand-hover-color)
}

.navbar-nav {
    --hsg-nav-link-padding-x: 0;
    --hsg-nav-link-padding-y: 0.535rem;
    --hsg-nav-link-font-weight: 600;
    --hsg-nav-link-color: var(--hsg-navbar-color);
    --hsg-nav-link-hover-color: var(--hsg-navbar-hover-color);
    --hsg-nav-link-disabled-color: var(--hsg-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.active {
    color: var(--hsg-navbar-active-color)
}

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

.navbar-text {
    padding-top: .535rem;
    padding-bottom: .535rem;
    color: var(--hsg-navbar-color)
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
    color: var(--hsg-navbar-active-color)
}

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

.navbar-toggler {
    padding: var(--hsg-navbar-toggler-padding-y) var(--hsg-navbar-toggler-padding-x);
    font-size: var(--hsg-navbar-toggler-font-size);
    line-height: 1;
    color: var(--hsg-navbar-color);
    background-color: rgba(0, 0, 0, 0);
    border: var(--hsg-border-width) solid var(--hsg-navbar-toggler-border-color);
    border-radius: var(--hsg-navbar-toggler-border-radius);
    transition: var(--hsg-navbar-toggler-transition)
}

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

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

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--hsg-navbar-toggler-focus-width)
}

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

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

@media(min-width: 500px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--hsg-navbar-nav-link-padding-x);
        padding-left: var(--hsg-navbar-nav-link-padding-x)
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        transform: none !important;
        box-shadow: none;
        transition: none
    }
    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }
    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

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

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

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

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

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

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

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

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--hsg-navbar-nav-link-padding-x);
    padding-left: var(--hsg-navbar-nav-link-padding-x)
}

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

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

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

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none
}

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

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

.navbar-dark {
    --hsg-navbar-color: rgba(255, 255, 255, 0.85);
    --hsg-navbar-hover-color: #6366f1;
    --hsg-navbar-disabled-color: rgba(255, 255, 255, 0.4);
    --hsg-navbar-active-color: #6366f1;
    --hsg-navbar-brand-color: #fff;
    --hsg-navbar-brand-hover-color: #fff;
    --hsg-navbar-toggler-border-color: transparent;
    --hsg-navbar-toggler-icon-bg: initial
}

.card {
    --hsg-card-spacer-y: 1.5rem;
    --hsg-card-spacer-x: 1.5rem;
    --hsg-card-title-spacer-y: 0.75rem;
    --hsg-card-border-width: 1px;
    --hsg-card-border-color: #e2e5f1;
    --hsg-card-border-radius: 0.5rem;
    --hsg-card-box-shadow: ;
    --hsg-card-inner-border-radius: calc(0.5rem - 1px);
    --hsg-card-cap-padding-y: 1.125rem;
    --hsg-card-cap-padding-x: 1.5rem;
    --hsg-card-cap-bg: transparent;
    --hsg-card-cap-color: ;
    --hsg-card-height: ;
    --hsg-card-color: ;
    --hsg-card-bg: #fff;
    --hsg-card-img-overlay-padding: 1.5rem;
    --hsg-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--hsg-card-height);
    word-wrap: break-word;
    background-color: var(--hsg-card-bg);
    background-clip: border-box;
    border: var(--hsg-card-border-width) solid var(--hsg-card-border-color);
    border-radius: var(--hsg-card-border-radius);
    box-shadow: var(--hsg-card-box-shadow)
}

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

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

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--hsg-card-inner-border-radius);
    border-top-right-radius: var(--hsg-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--hsg-card-inner-border-radius);
    border-bottom-left-radius: var(--hsg-card-inner-border-radius)
}

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

.card-body {
    flex: 1 1 auto;
    padding: var(--hsg-card-spacer-y) var(--hsg-card-spacer-x);
    color: var(--hsg-card-color)
}

.card-title {
    margin-bottom: var(--hsg-card-title-spacer-y)
}

.card-subtitle {
    margin-top: calc(-0.5*var(--hsg-card-title-spacer-y));
    margin-bottom: 0
}

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

.card-link+.card-link {
    margin-left: var(--hsg-card-spacer-x)
}

.card-header {
    padding: var(--hsg-card-cap-padding-y) var(--hsg-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--hsg-card-cap-color);
    background-color: var(--hsg-card-cap-bg);
    border-bottom: var(--hsg-card-border-width) solid var(--hsg-card-border-color)
}

.card-header:first-child {
    border-radius: var(--hsg-card-inner-border-radius) var(--hsg-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--hsg-card-cap-padding-y) var(--hsg-card-cap-padding-x);
    color: var(--hsg-card-cap-color);
    background-color: var(--hsg-card-cap-bg);
    border-top: var(--hsg-card-border-width) solid var(--hsg-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--hsg-card-inner-border-radius) var(--hsg-card-inner-border-radius)
}

.card-header-tabs {
    margin-right: calc(-0.5*var(--hsg-card-cap-padding-x));
    margin-bottom: calc(-1*var(--hsg-card-cap-padding-y));
    margin-left: calc(-0.5*var(--hsg-card-cap-padding-x));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--hsg-card-bg);
    border-bottom-color: var(--hsg-card-bg)
}

.card-header-pills {
    margin-right: calc(-0.5*var(--hsg-card-cap-padding-x));
    margin-left: calc(-0.5*var(--hsg-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--hsg-card-img-overlay-padding);
    border-radius: var(--hsg-card-inner-border-radius)
}

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

.card-img,
.card-img-top {
    border-top-left-radius: var(--hsg-card-inner-border-radius);
    border-top-right-radius: var(--hsg-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--hsg-card-inner-border-radius);
    border-bottom-left-radius: var(--hsg-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--hsg-card-group-margin)
}

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

.accordion {
    --hsg-accordion-color: var(--hsg-body-color);
    --hsg-accordion-bg: #fff;
    --hsg-accordion-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border-radius 0.15s ease;
    --hsg-accordion-border-color: #e2e5f1;
    --hsg-accordion-border-width: 1px;
    --hsg-accordion-border-radius: 0.5rem;
    --hsg-accordion-inner-border-radius: calc(0.5rem - 1px);
    --hsg-accordion-btn-padding-x: 1.5rem;
    --hsg-accordion-btn-padding-y: 1rem;
    --hsg-accordion-btn-color: #0b0f19;
    --hsg-accordion-btn-bg: var(--hsg-accordion-bg);
    --hsg-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='%2333354d'%3e%3cpath d='M225.813 48.907L128 146.72 30.187 48.907 0 79.093l128 128 128-128z'/%3e%3c/svg%3e");
    --hsg-accordion-btn-icon-width: 0.625rem;
    --hsg-accordion-btn-icon-transform: rotate(-180deg);
    --hsg-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --hsg-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='%23fff'%3e%3cpath d='M225.813 48.907L128 146.72 30.187 48.907 0 79.093l128 128 128-128z'/%3e%3c/svg%3e");
    --hsg-accordion-btn-focus-border-color: rgba(99, 102, 241, 0.35);
    --hsg-accordion-btn-focus-box-shadow: unset;
    --hsg-accordion-body-padding-x: 1.5rem;
    --hsg-accordion-body-padding-y: 1rem;
    --hsg-accordion-active-color: #0b0f19;
    --hsg-accordion-active-bg: #fff
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--hsg-accordion-btn-padding-y) var(--hsg-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--hsg-accordion-btn-color);
    text-align: left;
    background-color: var(--hsg-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--hsg-accordion-transition)
}

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

.accordion-button:not(.collapsed) {
    color: var(--hsg-accordion-active-color);
    background-color: var(--hsg-accordion-active-bg);
    box-shadow: inset 0 calc(-1*var(--hsg-accordion-border-width)) 0 var(--hsg-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--hsg-accordion-btn-active-icon);
    transform: var(--hsg-accordion-btn-icon-transform)
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--hsg-accordion-btn-icon-width);
    height: var(--hsg-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--hsg-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--hsg-accordion-btn-icon-width);
    transition: var(--hsg-accordion-btn-icon-transition)
}

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

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

.accordion-button:focus {
    z-index: 3;
    border-color: var(--hsg-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--hsg-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--hsg-accordion-color);
    background-color: var(--hsg-accordion-bg);
    border: var(--hsg-accordion-border-width) solid var(--hsg-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--hsg-accordion-border-radius);
    border-top-right-radius: var(--hsg-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--hsg-accordion-inner-border-radius);
    border-top-right-radius: var(--hsg-accordion-inner-border-radius)
}

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

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--hsg-accordion-border-radius);
    border-bottom-left-radius: var(--hsg-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--hsg-accordion-inner-border-radius);
    border-bottom-left-radius: var(--hsg-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--hsg-accordion-border-radius);
    border-bottom-left-radius: var(--hsg-accordion-border-radius)
}

.accordion-body {
    padding: var(--hsg-accordion-body-padding-y) var(--hsg-accordion-body-padding-x)
}

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

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

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

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

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

.breadcrumb {
    --hsg-breadcrumb-padding-x: 0;
    --hsg-breadcrumb-padding-y: 0;
    --hsg-breadcrumb-margin-bottom: 1rem;
    --hsg-breadcrumb-font-size: 0.875rem;
    --hsg-breadcrumb-bg: ;
    --hsg-breadcrumb-border-radius: ;
    --hsg-breadcrumb-divider-color: var(--hsg-gray-600);
    --hsg-breadcrumb-item-padding-x: 0.625rem;
    --hsg-breadcrumb-item-active-color: var(--hsg-primary);
    display: flex;
    flex-wrap: wrap;
    padding: var(--hsg-breadcrumb-padding-y) var(--hsg-breadcrumb-padding-x);
    margin-bottom: var(--hsg-breadcrumb-margin-bottom);
    font-size: var(--hsg-breadcrumb-font-size);
    list-style: none;
    background-color: var(--hsg-breadcrumb-bg);
    border-radius: var(--hsg-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--hsg-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--hsg-breadcrumb-item-padding-x);
    color: var(--hsg-breadcrumb-divider-color);
    content: var(--hsg-breadcrumb-divider, "\ea55")
}

.breadcrumb-item.active {
    color: var(--hsg-breadcrumb-item-active-color)
}

.pagination {
    --hsg-pagination-padding-x: 0.875rem;
    --hsg-pagination-padding-y: 0.45rem;
    --hsg-pagination-font-size: 0.875rem;
    --hsg-pagination-color: #33354d;
    --hsg-pagination-bg: transparent;
    --hsg-pagination-border-width: 0;
    --hsg-pagination-border-color: #e2e5f1;
    --hsg-pagination-border-radius: 0.375rem;
    --hsg-pagination-hover-color: #6366f1;
    --hsg-pagination-hover-bg: #eff2fc;
    --hsg-pagination-hover-border-color: #e2e5f1;
    --hsg-pagination-focus-color: #6366f1;
    --hsg-pagination-focus-bg: #eff2fc;
    --hsg-pagination-focus-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.25);
    --hsg-pagination-active-color: #fff;
    --hsg-pagination-active-bg: #6366f1;
    --hsg-pagination-active-border-color: #6366f1;
    --hsg-pagination-disabled-color: #9397ad;
    --hsg-pagination-disabled-bg: transparent;
    --hsg-pagination-disabled-border-color: #e2e5f1;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: var(--hsg-pagination-padding-y) var(--hsg-pagination-padding-x);
    font-size: var(--hsg-pagination-font-size);
    color: var(--hsg-pagination-color);
    text-decoration: none;
    background-color: var(--hsg-pagination-bg);
    border: var(--hsg-pagination-border-width) solid var(--hsg-pagination-border-color);
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
}

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

.page-link:hover {
    z-index: 2;
    color: var(--hsg-pagination-hover-color);
    background-color: var(--hsg-pagination-hover-bg);
    border-color: var(--hsg-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--hsg-pagination-focus-color);
    background-color: var(--hsg-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--hsg-pagination-focus-box-shadow)
}

.page-link.active,
.active>.page-link {
    z-index: 3;
    color: var(--hsg-pagination-active-color);
    background-color: var(--hsg-pagination-active-bg);
    border-color: var(--hsg-pagination-active-border-color)
}

.page-link.disabled,
.disabled>.page-link {
    color: var(--hsg-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--hsg-pagination-disabled-bg);
    border-color: var(--hsg-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: 0
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--hsg-pagination-border-radius);
    border-bottom-left-radius: var(--hsg-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--hsg-pagination-border-radius);
    border-bottom-right-radius: var(--hsg-pagination-border-radius)
}

.pagination-lg {
    --hsg-pagination-padding-x: 1.125rem;
    --hsg-pagination-padding-y: 0.625rem;
    --hsg-pagination-font-size: 1.125rem;
    --hsg-pagination-border-radius: 0.5rem
}

.pagination-sm {
    --hsg-pagination-padding-x: 0.65rem;
    --hsg-pagination-padding-y: 0.265rem;
    --hsg-pagination-font-size: 0.875rem;
    --hsg-pagination-border-radius: 0.25rem
}

.badge {
    --hsg-badge-padding-x: 0.6em;
    --hsg-badge-padding-y: 0.35em;
    --hsg-badge-font-size: 0.8125em;
    --hsg-badge-font-weight: 600;
    --hsg-badge-color: #fff;
    --hsg-badge-border-radius: 0.25rem;
    display: inline-block;
    padding: var(--hsg-badge-padding-y) var(--hsg-badge-padding-x);
    font-size: var(--hsg-badge-font-size);
    font-weight: var(--hsg-badge-font-weight);
    line-height: 1;
    color: var(--hsg-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--hsg-badge-border-radius)
}

.badge:empty {
    display: none
}

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

.alert {
    --hsg-alert-bg: transparent;
    --hsg-alert-padding-x: 1rem;
    --hsg-alert-padding-y: 1rem;
    --hsg-alert-margin-bottom: 1rem;
    --hsg-alert-color: inherit;
    --hsg-alert-border-color: transparent;
    --hsg-alert-border: 1px solid var(--hsg-alert-border-color);
    --hsg-alert-border-radius: 0.5rem;
    position: relative;
    padding: var(--hsg-alert-padding-y) var(--hsg-alert-padding-x);
    margin-bottom: var(--hsg-alert-margin-bottom);
    color: var(--hsg-alert-color);
    background-color: var(--hsg-alert-bg);
    border: var(--hsg-alert-border);
    border-radius: var(--hsg-alert-border-radius)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 600
}

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

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

.alert-primary {
    --hsg-alert-color: #595cd9;
    --hsg-alert-bg: #eff0fe;
    --hsg-alert-border-color: #b1b3f8
}

.alert-primary .alert-link {
    color: #474aae
}

.alert-secondary {
    --hsg-alert-color: #d7dae3;
    --hsg-alert-bg: #fdfeff;
    --hsg-alert-border-color: #f7f9fe
}

.alert-secondary .alert-link {
    color: #acaeb6
}

.alert-success {
    --hsg-alert-color: #1fb155;
    --hsg-alert-bg: #e9f9ef;
    --hsg-alert-border-color: #91e2af
}

.alert-success .alert-link {
    color: #198e44
}

.alert-info {
    --hsg-alert-color: #4475de;
    --hsg-alert-bg: #edf3fe;
    --hsg-alert-border-color: #a6c1fb
}

.alert-info .alert-link {
    color: #365eb2
}

.alert-warning {
    --hsg-alert-color: #e6a707;
    --hsg-alert-bg: #fff8e6;
    --hsg-alert-border-color: #ffdd84
}

.alert-warning .alert-link {
    color: #b88606
}

.alert-danger {
    --hsg-alert-color: #d73d3d;
    --hsg-alert-bg: #fdecec;
    --hsg-alert-border-color: #f7a2a2
}

.alert-danger .alert-link {
    color: #ac3131
}

.alert-light {
    --hsg-alert-color: #e6e6e6;
    --hsg-alert-bg: white;
    --hsg-alert-border-color: white
}

.alert-light .alert-link {
    color: #b8b8b8
}

.alert-dark {
    --hsg-alert-color: #0a0e17;
    --hsg-alert-bg: #e7e7e8;
    --hsg-alert-border-color: #85878c
}

.alert-dark .alert-link {
    color: #080b12
}

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

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

.progress {
    --hsg-progress-height: 1rem;
    --hsg-progress-font-size: 0.75rem;
    --hsg-progress-bg: #e9ebf4;
    --hsg-progress-border-radius: 50rem;
    --hsg-progress-box-shadow: inset 0 0 0 transparent;
    --hsg-progress-bar-color: #fff;
    --hsg-progress-bar-bg: #6366f1;
    --hsg-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--hsg-progress-height);
    overflow: hidden;
    font-size: var(--hsg-progress-font-size);
    background-color: var(--hsg-progress-bg);
    border-radius: var(--hsg-progress-border-radius);
    box-shadow: var(--hsg-progress-box-shadow)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--hsg-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--hsg-progress-bar-bg);
    transition: var(--hsg-progress-bar-transition)
}

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

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

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

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

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

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

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1
}

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

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

.toast {
    --hsg-toast-zindex: 1090;
    --hsg-toast-padding-x: 1rem;
    --hsg-toast-padding-y: 0.75rem;
    --hsg-toast-spacing: 1.5rem;
    --hsg-toast-max-width: 350px;
    --hsg-toast-font-size: 0.875rem;
    --hsg-toast-color: ;
    --hsg-toast-bg: #fff;
    --hsg-toast-border-width: 1px;
    --hsg-toast-border-color: transparent;
    --hsg-toast-border-radius: 0.5rem;
    --hsg-toast-box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, 0.05), 0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03);
    --hsg-toast-header-color: var(--hsg-heading-color);
    --hsg-toast-header-bg: transparent;
    --hsg-toast-header-border-color: var(--hsg-border-color);
    width: var(--hsg-toast-max-width);
    max-width: 100%;
    font-size: var(--hsg-toast-font-size);
    color: var(--hsg-toast-color);
    pointer-events: auto;
    background-color: var(--hsg-toast-bg);
    background-clip: padding-box;
    border: var(--hsg-toast-border-width) solid var(--hsg-toast-border-color);
    box-shadow: var(--hsg-toast-box-shadow);
    border-radius: var(--hsg-toast-border-radius)
}

.toast.showing {
    opacity: 0
}

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

.toast-container {
    position: absolute;
    z-index: var(--hsg-toast-zindex);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--hsg-toast-spacing)
}

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--hsg-toast-padding-y) var(--hsg-toast-padding-x);
    color: var(--hsg-toast-header-color);
    background-color: var(--hsg-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--hsg-toast-border-width) solid var(--hsg-toast-header-border-color);
    border-top-left-radius: calc(var(--hsg-toast-border-radius) - var(--hsg-toast-border-width));
    border-top-right-radius: calc(var(--hsg-toast-border-radius) - var(--hsg-toast-border-width))
}

.toast-header .btn-close {
    margin-right: calc(-0.5*var(--hsg-toast-padding-x));
    margin-left: var(--hsg-toast-padding-x)
}

.toast-body {
    padding: var(--hsg-toast-padding-x);
    word-wrap: break-word
}

.modal {
    --hsg-modal-zindex: 1055;
    --hsg-modal-width: 500px;
    --hsg-modal-padding: 1.5rem;
    --hsg-modal-margin: 0.5rem;
    --hsg-modal-color: ;
    --hsg-modal-bg: #fff;
    --hsg-modal-border-color: var(--hsg-border-color-translucent);
    --hsg-modal-border-width: 0;
    --hsg-modal-border-radius: 0.5rem;
    --hsg-modal-box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, 0.05), 0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03);
    --hsg-modal-inner-border-radius: 0.5rem;
    --hsg-modal-header-padding-x: 1.5rem;
    --hsg-modal-header-padding-y: 1.125rem;
    --hsg-modal-header-padding: 1.125rem 1.5rem;
    --hsg-modal-header-border-color: #e2e5f1;
    --hsg-modal-header-border-width: 1px;
    --hsg-modal-title-line-height: 1.6;
    --hsg-modal-footer-gap: 0.75rem;
    --hsg-modal-footer-bg: ;
    --hsg-modal-footer-border-color: #e2e5f1;
    --hsg-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--hsg-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--hsg-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .2s ease-out;
    transform: scale(0.9)
}

@media(prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--hsg-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--hsg-modal-margin)*2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--hsg-modal-color);
    pointer-events: auto;
    background-color: var(--hsg-modal-bg);
    background-clip: padding-box;
    border: var(--hsg-modal-border-width) solid var(--hsg-modal-border-color);
    border-radius: var(--hsg-modal-border-radius);
    box-shadow: var(--hsg-modal-box-shadow);
    outline: 0
}

.modal-backdrop {
    --hsg-backdrop-zindex: 1050;
    --hsg-backdrop-bg: #000;
    --hsg-backdrop-opacity: 0.65;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--hsg-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--hsg-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--hsg-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--hsg-modal-header-padding);
    border-bottom: var(--hsg-modal-header-border-width) solid var(--hsg-modal-header-border-color);
    border-top-left-radius: var(--hsg-modal-inner-border-radius);
    border-top-right-radius: var(--hsg-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--hsg-modal-header-padding-y)*.5) calc(var(--hsg-modal-header-padding-x)*.5);
    margin: calc(-0.5*var(--hsg-modal-header-padding-y)) calc(-0.5*var(--hsg-modal-header-padding-x)) calc(-0.5*var(--hsg-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--hsg-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--hsg-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--hsg-modal-padding) - var(--hsg-modal-footer-gap)*.5);
    background-color: var(--hsg-modal-footer-bg);
    border-top: var(--hsg-modal-footer-border-width) solid var(--hsg-modal-footer-border-color);
    border-bottom-right-radius: var(--hsg-modal-inner-border-radius);
    border-bottom-left-radius: var(--hsg-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--hsg-modal-footer-gap)*.5)
}

@media(min-width: 500px) {
    .modal {
        --hsg-modal-margin: 1.75rem;
        --hsg-modal-box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, 0.05), 0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03)
    }
    .modal-dialog {
        max-width: var(--hsg-modal-width);
        margin-right: auto;
        margin-left: auto
    }
    .modal-sm {
        --hsg-modal-width: 300px
    }
}

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

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

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

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

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0
}

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

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

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

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

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

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

.tooltip {
    --hsg-tooltip-zindex: 1080;
    --hsg-tooltip-max-width: 200px;
    --hsg-tooltip-padding-x: 0.5rem;
    --hsg-tooltip-padding-y: 0.25rem;
    --hsg-tooltip-margin: ;
    --hsg-tooltip-font-size: 0.8125rem;
    --hsg-tooltip-color: #fff;
    --hsg-tooltip-bg: #000;
    --hsg-tooltip-border-radius: 0.25rem;
    --hsg-tooltip-opacity: 0.9;
    --hsg-tooltip-arrow-width: 0.8rem;
    --hsg-tooltip-arrow-height: 0.4rem;
    z-index: var(--hsg-tooltip-zindex);
    display: block;
    padding: var(--hsg-tooltip-arrow-height);
    margin: var(--hsg-tooltip-margin);
    font-family: var(--hsg-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--hsg-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--hsg-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--hsg-tooltip-arrow-width);
    height: var(--hsg-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

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

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--hsg-tooltip-arrow-height) calc(var(--hsg-tooltip-arrow-width)*.5) 0;
    border-top-color: var(--hsg-tooltip-bg)
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: var(--hsg-tooltip-arrow-height);
    height: var(--hsg-tooltip-arrow-width)
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--hsg-tooltip-arrow-width)*.5) var(--hsg-tooltip-arrow-height) calc(var(--hsg-tooltip-arrow-width)*.5) 0;
    border-right-color: var(--hsg-tooltip-bg)
}

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

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--hsg-tooltip-arrow-width)*.5) var(--hsg-tooltip-arrow-height);
    border-bottom-color: var(--hsg-tooltip-bg)
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: var(--hsg-tooltip-arrow-height);
    height: var(--hsg-tooltip-arrow-width)
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--hsg-tooltip-arrow-width)*.5) 0 calc(var(--hsg-tooltip-arrow-width)*.5) var(--hsg-tooltip-arrow-height);
    border-left-color: var(--hsg-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--hsg-tooltip-max-width);
    padding: var(--hsg-tooltip-padding-y) var(--hsg-tooltip-padding-x);
    color: var(--hsg-tooltip-color);
    text-align: center;
    background-color: var(--hsg-tooltip-bg);
    border-radius: var(--hsg-tooltip-border-radius)
}

.popover {
    --hsg-popover-zindex: 1070;
    --hsg-popover-max-width: 276px;
    --hsg-popover-font-size: 0.875rem;
    --hsg-popover-bg: #fff;
    --hsg-popover-border-width: 1px;
    --hsg-popover-border-color: #e2e5f1;
    --hsg-popover-border-radius: 0.5rem;
    --hsg-popover-inner-border-radius: calc(0.5rem - 1px);
    --hsg-popover-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
    --hsg-popover-header-padding-x: 1rem;
    --hsg-popover-header-padding-y: 0.75rem;
    --hsg-popover-header-font-size: 1rem;
    --hsg-popover-header-color: var(--hsg-gray-900);
    --hsg-popover-header-bg: transparent;
    --hsg-popover-body-padding-x: 1rem;
    --hsg-popover-body-padding-y: 1rem;
    --hsg-popover-body-color: #565973;
    --hsg-popover-arrow-width: 1rem;
    --hsg-popover-arrow-height: 0.5rem;
    --hsg-popover-arrow-border: var(--hsg-popover-border-color);
    z-index: var(--hsg-popover-zindex);
    display: block;
    max-width: var(--hsg-popover-max-width);
    font-family: var(--hsg-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--hsg-popover-font-size);
    word-wrap: break-word;
    background-color: var(--hsg-popover-bg);
    background-clip: padding-box;
    border: var(--hsg-popover-border-width) solid var(--hsg-popover-border-color);
    border-radius: var(--hsg-popover-border-radius);
    box-shadow: var(--hsg-popover-box-shadow)
}

.popover .popover-arrow {
    display: block;
    width: var(--hsg-popover-arrow-width);
    height: var(--hsg-popover-arrow-height)
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
    bottom: calc(-1*(var(--hsg-popover-arrow-height)) - var(--hsg-popover-border-width))
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    border-width: var(--hsg-popover-arrow-height) calc(var(--hsg-popover-arrow-width)*.5) 0
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
    bottom: 0;
    border-top-color: var(--hsg-popover-arrow-border)
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    bottom: var(--hsg-popover-border-width);
    border-top-color: var(--hsg-popover-bg)
}

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

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    border-width: calc(var(--hsg-popover-arrow-width)*.5) var(--hsg-popover-arrow-height) calc(var(--hsg-popover-arrow-width)*.5) 0
}

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

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    left: var(--hsg-popover-border-width);
    border-right-color: var(--hsg-popover-bg)
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
    top: calc(-1*(var(--hsg-popover-arrow-height)) - var(--hsg-popover-border-width))
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    border-width: 0 calc(var(--hsg-popover-arrow-width)*.5) var(--hsg-popover-arrow-height)
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
    top: 0;
    border-bottom-color: var(--hsg-popover-arrow-border)
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    top: var(--hsg-popover-border-width);
    border-bottom-color: var(--hsg-popover-bg)
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--hsg-popover-arrow-width);
    margin-left: calc(-0.5*var(--hsg-popover-arrow-width));
    content: "";
    border-bottom: var(--hsg-popover-border-width) solid var(--hsg-popover-header-bg)
}

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

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    border-width: calc(var(--hsg-popover-arrow-width)*.5) 0 calc(var(--hsg-popover-arrow-width)*.5) var(--hsg-popover-arrow-height)
}

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

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    right: var(--hsg-popover-border-width);
    border-left-color: var(--hsg-popover-bg)
}

.popover-header {
    padding: var(--hsg-popover-header-padding-y) var(--hsg-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--hsg-popover-header-font-size);
    color: var(--hsg-popover-header-color);
    background-color: var(--hsg-popover-header-bg);
    border-bottom: var(--hsg-popover-border-width) solid var(--hsg-popover-border-color);
    border-top-left-radius: var(--hsg-popover-inner-border-radius);
    border-top-right-radius: var(--hsg-popover-inner-border-radius)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--hsg-popover-body-padding-y) var(--hsg-popover-body-padding-x);
    color: var(--hsg-popover-body-color)
}

.spinner-grow,
.spinner-border {
    display: inline-block;
    width: var(--hsg-spinner-width);
    height: var(--hsg-spinner-height);
    vertical-align: var(--hsg-spinner-vertical-align);
    border-radius: 50%;
    -webkit-animation: var(--hsg-spinner-animation-speed) linear infinite var(--hsg-spinner-animation-name);
    animation: var(--hsg-spinner-animation-speed) linear infinite var(--hsg-spinner-animation-name)
}

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

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

.spinner-border {
    --hsg-spinner-width: 2rem;
    --hsg-spinner-height: 2rem;
    --hsg-spinner-vertical-align: -0.125em;
    --hsg-spinner-border-width: 0.15em;
    --hsg-spinner-animation-speed: 0.75s;
    --hsg-spinner-animation-name: spinner-border;
    border: var(--hsg-spinner-border-width) solid currentcolor;
    border-right-color: rgba(0, 0, 0, 0)
}

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

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

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

.spinner-grow {
    --hsg-spinner-width: 2rem;
    --hsg-spinner-height: 2rem;
    --hsg-spinner-vertical-align: -0.125em;
    --hsg-spinner-animation-speed: 0.75s;
    --hsg-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

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

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

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
    --hsg-offcanvas-zindex: 1045;
    --hsg-offcanvas-width: 21rem;
    --hsg-offcanvas-height: 30vh;
    --hsg-offcanvas-padding-x: 1.5rem;
    --hsg-offcanvas-padding-y: 1.5rem;
    --hsg-offcanvas-color: ;
    --hsg-offcanvas-bg: #fff;
    --hsg-offcanvas-border-width: 0;
    --hsg-offcanvas-border-color: var(--hsg-border-color-translucent);
    --hsg-offcanvas-box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, 0.05), 0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03)
}

@media(max-width: 499.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--hsg-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--hsg-offcanvas-color);
        visibility: hidden;
        background-color: var(--hsg-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        box-shadow: var(--hsg-offcanvas-box-shadow);
        transition: transform .3s ease-in-out
    }
}

@media(max-width: 499.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media(max-width: 499.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--hsg-offcanvas-width);
        border-right: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateX(-100%)
    }
}

@media(max-width: 499.98px) {
    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--hsg-offcanvas-width);
        border-left: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateX(100%)
    }
}

@media(max-width: 499.98px) {
    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--hsg-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateY(-100%)
    }
}

@media(max-width: 499.98px) {
    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--hsg-offcanvas-height);
        max-height: 100%;
        border-top: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateY(100%)
    }
}

@media(max-width: 499.98px) {
    .offcanvas-sm.showing,
    .offcanvas-sm.show:not(.hiding) {
        transform: none
    }
}

@media(max-width: 499.98px) {
    .offcanvas-sm.showing,
    .offcanvas-sm.hiding,
    .offcanvas-sm.show {
        visibility: visible
    }
}

@media(min-width: 500px) {
    .offcanvas-sm {
        --hsg-offcanvas-height: auto;
        --hsg-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }
    .offcanvas-sm .offcanvas-header {
        display: none
    }
    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--hsg-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--hsg-offcanvas-color);
        visibility: hidden;
        background-color: var(--hsg-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        box-shadow: var(--hsg-offcanvas-box-shadow);
        transition: transform .3s ease-in-out
    }
}

@media(max-width: 767.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--hsg-offcanvas-width);
        border-right: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateX(-100%)
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--hsg-offcanvas-width);
        border-left: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateX(100%)
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--hsg-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateY(-100%)
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--hsg-offcanvas-height);
        max-height: 100%;
        border-top: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateY(100%)
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.showing,
    .offcanvas-md.show:not(.hiding) {
        transform: none
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.showing,
    .offcanvas-md.hiding,
    .offcanvas-md.show {
        visibility: visible
    }
}

@media(min-width: 768px) {
    .offcanvas-md {
        --hsg-offcanvas-height: auto;
        --hsg-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }
    .offcanvas-md .offcanvas-header {
        display: none
    }
    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--hsg-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--hsg-offcanvas-color);
        visibility: hidden;
        background-color: var(--hsg-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        box-shadow: var(--hsg-offcanvas-box-shadow);
        transition: transform .3s ease-in-out
    }
}

@media(max-width: 991.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--hsg-offcanvas-width);
        border-right: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateX(-100%)
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--hsg-offcanvas-width);
        border-left: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateX(100%)
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--hsg-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateY(-100%)
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--hsg-offcanvas-height);
        max-height: 100%;
        border-top: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateY(100%)
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.showing,
    .offcanvas-lg.show:not(.hiding) {
        transform: none
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.showing,
    .offcanvas-lg.hiding,
    .offcanvas-lg.show {
        visibility: visible
    }
}

@media(min-width: 992px) {
    .offcanvas-lg {
        --hsg-offcanvas-height: auto;
        --hsg-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }
    .offcanvas-lg .offcanvas-header {
        display: none
    }
    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--hsg-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--hsg-offcanvas-color);
        visibility: hidden;
        background-color: var(--hsg-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        box-shadow: var(--hsg-offcanvas-box-shadow);
        transition: transform .3s ease-in-out
    }
}

@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--hsg-offcanvas-width);
        border-right: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateX(-100%)
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--hsg-offcanvas-width);
        border-left: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateX(100%)
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--hsg-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateY(-100%)
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--hsg-offcanvas-height);
        max-height: 100%;
        border-top: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateY(100%)
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl.showing,
    .offcanvas-xl.show:not(.hiding) {
        transform: none
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl.showing,
    .offcanvas-xl.hiding,
    .offcanvas-xl.show {
        visibility: visible
    }
}

@media(min-width: 1200px) {
    .offcanvas-xl {
        --hsg-offcanvas-height: auto;
        --hsg-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }
    .offcanvas-xl .offcanvas-header {
        display: none
    }
    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--hsg-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--hsg-offcanvas-color);
        visibility: hidden;
        background-color: var(--hsg-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        box-shadow: var(--hsg-offcanvas-box-shadow);
        transition: transform .3s ease-in-out
    }
}

@media(max-width: 1399.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition: none
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--hsg-offcanvas-width);
        border-right: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateX(-100%)
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--hsg-offcanvas-width);
        border-left: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateX(100%)
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--hsg-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateY(-100%)
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--hsg-offcanvas-height);
        max-height: 100%;
        border-top: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
        transform: translateY(100%)
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.showing,
    .offcanvas-xxl.show:not(.hiding) {
        transform: none
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.showing,
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show {
        visibility: visible
    }
}

@media(min-width: 1400px) {
    .offcanvas-xxl {
        --hsg-offcanvas-height: auto;
        --hsg-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }
    .offcanvas-xxl .offcanvas-header {
        display: none
    }
    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--hsg-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--hsg-offcanvas-color);
    visibility: hidden;
    background-color: var(--hsg-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--hsg-offcanvas-box-shadow);
    transition: transform .3s ease-in-out
}

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

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--hsg-offcanvas-width);
    border-right: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--hsg-offcanvas-width);
    border-left: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--hsg-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--hsg-offcanvas-height);
    max-height: 100%;
    border-top: var(--hsg-offcanvas-border-width) solid var(--hsg-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
    transform: none
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
    visibility: visible
}

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

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .65
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--hsg-offcanvas-padding-y) var(--hsg-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--hsg-offcanvas-padding-y)*.5) calc(var(--hsg-offcanvas-padding-x)*.5);
    margin-top: calc(-0.5*var(--hsg-offcanvas-padding-y));
    margin-right: calc(-0.5*var(--hsg-offcanvas-padding-x));
    margin-bottom: calc(-0.5*var(--hsg-offcanvas-padding-y))
}

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

.offcanvas-body {
    flex-grow: 1;
    padding: var(--hsg-offcanvas-padding-y) var(--hsg-offcanvas-padding-x);
    overflow-y: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-bg-primary {
    color: #000 !important;
    background-color: RGBA(99, 102, 241, var(--hsg-bg-opacity, 1)) !important
}

.text-bg-secondary {
    color: #000 !important;
    background-color: RGBA(239, 242, 252, var(--hsg-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #000 !important;
    background-color: RGBA(34, 197, 94, var(--hsg-bg-opacity, 1)) !important
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(76, 130, 247, var(--hsg-bg-opacity, 1)) !important
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(255, 186, 8, var(--hsg-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #000 !important;
    background-color: RGBA(239, 68, 68, var(--hsg-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(255, 255, 255, var(--hsg-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(11, 15, 25, var(--hsg-bg-opacity, 1)) !important
}

.link-primary {
    color: #6366f1 !important
}

.link-primary:hover,
.link-primary:focus {
    color: #8285f4 !important
}

.link-secondary {
    color: #eff2fc !important
}

.link-secondary:hover,
.link-secondary:focus {
    color: #f2f5fd !important
}

.link-success {
    color: #22c55e !important
}

.link-success:hover,
.link-success:focus {
    color: #4ed17e !important
}

.link-info {
    color: #4c82f7 !important
}

.link-info:hover,
.link-info:focus {
    color: #709bf9 !important
}

.link-warning {
    color: #ffba08 !important
}

.link-warning:hover,
.link-warning:focus {
    color: #ffc839 !important
}

.link-danger {
    color: #ef4444 !important
}

.link-danger:hover,
.link-danger:focus {
    color: #f26969 !important
}

.link-light {
    color: #fff !important
}

.link-light:hover,
.link-light:focus {
    color: #fff !important
}

.link-dark {
    color: #0b0f19 !important
}

.link-dark:hover,
.link-dark:focus {
    color: #090c14 !important
}

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

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

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

.ratio-1x1 {
    --hsg-aspect-ratio: 100%
}

.ratio-4x3 {
    --hsg-aspect-ratio: 75%
}

.ratio-16x9 {
    --hsg-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --hsg-aspect-ratio: 42.8571428571%
}

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

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

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

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

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

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

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

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

@media(min-width: 1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
    .sticky-xxl-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

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

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

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

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

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

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

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

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

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

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

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

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-8 {
    opacity: .08 !important
}

.opacity-10 {
    opacity: .1 !important
}

.opacity-15 {
    opacity: .15 !important
}

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

.opacity-35 {
    opacity: .35 !important
}

.opacity-40 {
    opacity: .4 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-60 {
    opacity: .6 !important
}

.opacity-70 {
    opacity: .7 !important
}

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

.opacity-80 {
    opacity: .8 !important
}

.opacity-90 {
    opacity: .9 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .275rem 1.25rem rgba(11, 15, 25, .05), 0 .25rem .5625rem rgba(11, 15, 25, .03) !important
}

.shadow-sm {
    box-shadow: 0 .275rem .75rem -0.0625rem rgba(11, 15, 25, .06), 0 .125rem .4rem -0.0625rem rgba(11, 15, 25, .03) !important
}

.shadow-lg {
    box-shadow: 0 .3rem 1.525rem -0.375rem rgba(11, 15, 25, .1), 0 .25rem .8125rem -0.125rem rgba(11, 15, 25, .06) !important
}

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

.shadow-primary {
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(99, 102, 241, .9) !important
}

.shadow-secondary {
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(11, 15, 25, .15) !important
}

.shadow-info {
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(76, 130, 247, .9) !important
}

.shadow-success {
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(34, 197, 94, .9) !important
}

.shadow-warning {
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(255, 186, 8, .9) !important
}

.shadow-danger {
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(239, 68, 68, .9) !important
}

.shadow-dark {
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(11, 15, 25, .9) !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

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

.top-0 {
    top: 0 !important
}

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

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

.bottom-0 {
    bottom: 0 !important
}

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

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

.start-0 {
    left: 0 !important
}

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

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

.end-0 {
    right: 0 !important
}

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

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

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

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

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

.border {
    border: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
}

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

.border-end {
    border-right: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
}

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

.border-bottom {
    border-bottom: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
}

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

.border-start {
    border-left: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
}

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

.border-primary {
    border-color: rgba(99, 102, 241, .35) !important
}

.border-success {
    border-color: rgba(34, 197, 94, .35) !important
}

.border-info {
    border-color: rgba(76, 130, 247, .35) !important
}

.border-warning {
    border-color: rgba(255, 186, 8, .35) !important
}

.border-danger {
    border-color: rgba(239, 68, 68, .35) !important
}

.border-light {
    border-color: rgba(255, 255, 255, .14) !important
}

.border-dark {
    border-color: rgba(11, 15, 25, .35) !important
}

.border-white {
    border-color: rgba(255, 255, 255, .35) !important
}

.border-1 {
    --hsg-border-width: 1px
}

.border-2 {
    --hsg-border-width: 2px
}

.border-3 {
    --hsg-border-width: 3px
}

.border-4 {
    --hsg-border-width: 4px
}

.border-5 {
    --hsg-border-width: 5px
}

.border-opacity-10 {
    --hsg-border-opacity: 0.1
}

.border-opacity-25 {
    --hsg-border-opacity: 0.25
}

.border-opacity-50 {
    --hsg-border-opacity: 0.5
}

.border-opacity-75 {
    --hsg-border-opacity: 0.75
}

.border-opacity-100 {
    --hsg-border-opacity: 1
}

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

.w-1 {
    width: 1px !important
}

.w-2 {
    width: 2px !important
}

.w-3 {
    width: 3px !important
}

.w-33 {
    width: 33.33% !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
}

.h-1 {
    height: 1px !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
}

.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: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

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

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

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

.m-auto {
    margin: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-2 {
    margin-top: .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: .25rem !important
}

.me-2 {
    margin-right: .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: .25rem !important
}

.mb-2 {
    margin-bottom: .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: .25rem !important
}

.ms-2 {
    margin-left: .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
}

.m-n1 {
    margin: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-n1 {
    margin-right: -0.25rem !important
}

.me-n2 {
    margin-right: -0.5rem !important
}

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

.me-n4 {
    margin-right: -1.5rem !important
}

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

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

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

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

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

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

.ms-n1 {
    margin-left: -0.25rem !important
}

.ms-n2 {
    margin-left: -0.5rem !important
}

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

.ms-n4 {
    margin-left: -1.5rem !important
}

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

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-2 {
    padding-top: .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: .25rem !important
}

.pe-2 {
    padding-right: .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: .25rem !important
}

.pb-2 {
    padding-bottom: .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: .25rem !important
}

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

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

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

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

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

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

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

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

.font-monospace {
    font-family: var(--hsg-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
}

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

.fs-lg {
    font-size: 1.125rem !important
}

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

.fs-sm {
    font-size: 0.875rem !important
}

.fs-xs {
    font-size: 0.75rem !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: 800 !important
}

.fw-semibold {
    font-weight: 700 !important
}

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

.fw-500 {
    font-weight: 500 !important
}

.fw-medium {
    font-weight: 600 !important
}

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

.lh-sm {
    line-height: 1.4 !important
}

.lh-base {
    line-height: 1.6 !important
}

.lh-lg {
    line-height: 1.8 !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: #6366f1 !important
}

.text-secondary {
    color: #eff2fc !important
}

.text-success {
    color: #22c55e !important
}

.text-info {
    color: #4c82f7 !important
}

.text-warning {
    color: #ffba08 !important
}

.text-danger {
    color: #ef4444 !important
}

.text-light {
    color: #fff !important
}

.text-dark {
    color: #0b0f19 !important
}

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

.text-body {
    color: #565973 !important
}

.text-muted {
    color: var(--hsg-gray-600) !important
}

.text-nav {
    color: #33354d !important
}

.text-border {
    color: #e2e5f1 !important
}

.text-reset {
    color: inherit !important
}

.text-opacity-25 {
    --hsg-text-opacity: 0.25
}

.text-opacity-50 {
    --hsg-text-opacity: 0.5
}

.text-opacity-75 {
    --hsg-text-opacity: 0.75
}

.text-opacity-100 {
    --hsg-text-opacity: 1
}

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

.bg-secondary {
    --hsg-bg-opacity: 1;
    background-color: #f3f6ff !important
}

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

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

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

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

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

.bg-dark {
    --hsg-bg-opacity: 1;
    background-color: #0b0f19 !important
}

.bg-black {
    --hsg-bg-opacity: 1;
    background-color: #000 !important
}

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

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

.bg-transparent {
    --hsg-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important
}

.bg-none {
    --hsg-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important
}

.bg-opacity-10 {
    --hsg-bg-opacity: 0.1
}

.bg-opacity-25 {
    --hsg-bg-opacity: 0.25
}

.bg-opacity-50 {
    --hsg-bg-opacity: 0.5
}

.bg-opacity-75 {
    --hsg-bg-opacity: 0.75
}

.bg-opacity-100 {
    --hsg-bg-opacity: 1
}

.bg-gradient {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)) !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: var(--hsg-border-radius) !important
}

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

.rounded-1 {
    border-radius: var(--hsg-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--hsg-border-radius) !important
}

.rounded-3 {
    border-radius: var(--hsg-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--hsg-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--hsg-border-radius-2xl) !important
}

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

.rounded-pill {
    border-radius: var(--hsg-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--hsg-border-radius) !important;
    border-top-right-radius: var(--hsg-border-radius) !important
}

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

.rounded-end {
    border-top-right-radius: var(--hsg-border-radius) !important;
    border-bottom-right-radius: var(--hsg-border-radius) !important
}

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

.rounded-bottom {
    border-bottom-right-radius: var(--hsg-border-radius) !important;
    border-bottom-left-radius: var(--hsg-border-radius) !important
}

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

.rounded-start {
    border-bottom-left-radius: var(--hsg-border-radius) !important;
    border-top-left-radius: var(--hsg-border-radius) !important
}

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

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.bg-faded-primary {
    background-color: rgba(99, 102, 241, .12) !important
}

.bg-faded-success {
    background-color: rgba(34, 197, 94, .12) !important
}

.bg-faded-info {
    background-color: rgba(76, 130, 247, .12) !important
}

.bg-faded-warning {
    background-color: rgba(255, 186, 8, .12) !important
}

.bg-faded-danger {
    background-color: rgba(239, 68, 68, .12) !important
}

.bg-faded-light {
    background-color: rgba(255, 255, 255, .05) !important
}

.bg-faded-dark {
    background-color: rgba(11, 15, 25, .12) !important
}

.bg-size-cover {
    background-size: cover !important
}

.bg-size-contain {
    background-size: contain !important
}

.bg-position-center {
    background-position: center !important
}

.bg-position-center-y {
    background-position: left center !important
}

.bg-position-center-x {
    background-position: center top !important
}

.bg-position-top-end {
    background-position: top right !important
}

.bg-position-top-start {
    background-position: top left !important
}

.bg-position-top-center {
    background-position: top center !important
}

.bg-position-center-end {
    background-position: center right !important
}

.bg-position-center-start {
    background-position: center left !important
}

.bg-position-center-bottom {
    background-position: center bottom !important
}

.bg-position-bottom-end {
    background-position: bottom right !important
}

.bg-position-bottom-start {
    background-position: bottom left !important
}

.bg-position-bottom-center {
    background-position: bottom center !important
}

.bg-repeat-0 {
    background-repeat: no-repeat !important
}

.bg-repeat-x {
    background-repeat: repeat-x !important
}

.bg-repeat-y {
    background-repeat: repeat-y !important
}

.bg-attachment-fixed {
    background-attachment: fixed !important
}

.bg-gradient-primary {
    background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 50%, #d946ef 100%) !important
}

.bg-image-none {
    background-image: none !important
}

.text-shadow {
    text-shadow: 0 .0625rem #0b0f19 !important
}

.table-layout-fixed {
    table-layout: fixed !important
}

.zindex-1 {
    z-index: 1 !important
}

.zindex-2 {
    z-index: 2 !important
}

.zindex-3 {
    z-index: 3 !important
}

.zindex-4 {
    z-index: 4 !important
}

.zindex-5 {
    z-index: 5 !important
}

@media(min-width: 500px) {
    .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
    }
    .position-sm-static {
        position: static !important
    }
    .position-sm-relative {
        position: relative !important
    }
    .position-sm-absolute {
        position: absolute !important
    }
    .position-sm-fixed {
        position: fixed !important
    }
    .position-sm-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }
    .translate-middle-sm {
        transform: translate(-50%, -50%) !important
    }
    .translate-middle-sm-x {
        transform: translateX(-50%) !important
    }
    .translate-middle-sm-y {
        transform: translateY(-50%) !important
    }
    .border-sm {
        border: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-sm-0 {
        border: 0 !important
    }
    .border-top-sm {
        border-top: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-top-sm-0 {
        border-top: 0 !important
    }
    .border-end-sm {
        border-right: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-end-sm-0 {
        border-right: 0 !important
    }
    .border-bottom-sm {
        border-bottom: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-bottom-sm-0 {
        border-bottom: 0 !important
    }
    .border-start-sm {
        border-left: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-start-sm-0 {
        border-left: 0 !important
    }
    .w-sm-25 {
        width: 25% !important
    }
    .w-sm-50 {
        width: 50% !important
    }
    .w-sm-75 {
        width: 75% !important
    }
    .w-sm-100 {
        width: 100% !important
    }
    .w-sm-auto {
        width: auto !important
    }
    .w-sm-1 {
        width: 1px !important
    }
    .w-sm-2 {
        width: 2px !important
    }
    .w-sm-3 {
        width: 3px !important
    }
    .w-sm-33 {
        width: 33.33% !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
    .order-sm-first {
        order: -1 !important
    }
    .order-sm-0 {
        order: 0 !important
    }
    .order-sm-1 {
        order: 1 !important
    }
    .order-sm-2 {
        order: 2 !important
    }
    .order-sm-3 {
        order: 3 !important
    }
    .order-sm-4 {
        order: 4 !important
    }
    .order-sm-5 {
        order: 5 !important
    }
    .order-sm-last {
        order: 6 !important
    }
    .m-sm-0 {
        margin: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mt-sm-1 {
        margin-top: .25rem !important
    }
    .mt-sm-2 {
        margin-top: .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: .25rem !important
    }
    .me-sm-2 {
        margin-right: .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: .25rem !important
    }
    .mb-sm-2 {
        margin-bottom: .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: .25rem !important
    }
    .ms-sm-2 {
        margin-left: .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
    }
    .m-sm-n1 {
        margin: -0.25rem !important
    }
    .m-sm-n2 {
        margin: -0.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }
    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }
    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }
    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }
    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }
    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }
    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }
    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }
    .mt-sm-n1 {
        margin-top: -0.25rem !important
    }
    .mt-sm-n2 {
        margin-top: -0.5rem !important
    }
    .mt-sm-n3 {
        margin-top: -1rem !important
    }
    .mt-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mt-sm-n5 {
        margin-top: -3rem !important
    }
    .me-sm-n1 {
        margin-right: -0.25rem !important
    }
    .me-sm-n2 {
        margin-right: -0.5rem !important
    }
    .me-sm-n3 {
        margin-right: -1rem !important
    }
    .me-sm-n4 {
        margin-right: -1.5rem !important
    }
    .me-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n1 {
        margin-bottom: -0.25rem !important
    }
    .mb-sm-n2 {
        margin-bottom: -0.5rem !important
    }
    .mb-sm-n3 {
        margin-bottom: -1rem !important
    }
    .mb-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .mb-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ms-sm-n1 {
        margin-left: -0.25rem !important
    }
    .ms-sm-n2 {
        margin-left: -0.5rem !important
    }
    .ms-sm-n3 {
        margin-left: -1rem !important
    }
    .ms-sm-n4 {
        margin-left: -1.5rem !important
    }
    .ms-sm-n5 {
        margin-left: -3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pt-sm-1 {
        padding-top: .25rem !important
    }
    .pt-sm-2 {
        padding-top: .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: .25rem !important
    }
    .pe-sm-2 {
        padding-right: .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: .25rem !important
    }
    .pb-sm-2 {
        padding-bottom: .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: .25rem !important
    }
    .ps-sm-2 {
        padding-left: .5rem !important
    }
    .ps-sm-3 {
        padding-left: 1rem !important
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important
    }
    .ps-sm-5 {
        padding-left: 3rem !important
    }
    .gap-sm-0 {
        gap: 0 !important
    }
    .gap-sm-1 {
        gap: .25rem !important
    }
    .gap-sm-2 {
        gap: .5rem !important
    }
    .gap-sm-3 {
        gap: 1rem !important
    }
    .gap-sm-4 {
        gap: 1.5rem !important
    }
    .gap-sm-5 {
        gap: 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
    }
    .position-md-static {
        position: static !important
    }
    .position-md-relative {
        position: relative !important
    }
    .position-md-absolute {
        position: absolute !important
    }
    .position-md-fixed {
        position: fixed !important
    }
    .position-md-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }
    .translate-middle-md {
        transform: translate(-50%, -50%) !important
    }
    .translate-middle-md-x {
        transform: translateX(-50%) !important
    }
    .translate-middle-md-y {
        transform: translateY(-50%) !important
    }
    .border-md {
        border: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-md-0 {
        border: 0 !important
    }
    .border-top-md {
        border-top: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-top-md-0 {
        border-top: 0 !important
    }
    .border-end-md {
        border-right: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-end-md-0 {
        border-right: 0 !important
    }
    .border-bottom-md {
        border-bottom: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-bottom-md-0 {
        border-bottom: 0 !important
    }
    .border-start-md {
        border-left: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-start-md-0 {
        border-left: 0 !important
    }
    .w-md-25 {
        width: 25% !important
    }
    .w-md-50 {
        width: 50% !important
    }
    .w-md-75 {
        width: 75% !important
    }
    .w-md-100 {
        width: 100% !important
    }
    .w-md-auto {
        width: auto !important
    }
    .w-md-1 {
        width: 1px !important
    }
    .w-md-2 {
        width: 2px !important
    }
    .w-md-3 {
        width: 3px !important
    }
    .w-md-33 {
        width: 33.33% !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
    .order-md-first {
        order: -1 !important
    }
    .order-md-0 {
        order: 0 !important
    }
    .order-md-1 {
        order: 1 !important
    }
    .order-md-2 {
        order: 2 !important
    }
    .order-md-3 {
        order: 3 !important
    }
    .order-md-4 {
        order: 4 !important
    }
    .order-md-5 {
        order: 5 !important
    }
    .order-md-last {
        order: 6 !important
    }
    .m-md-0 {
        margin: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mt-md-1 {
        margin-top: .25rem !important
    }
    .mt-md-2 {
        margin-top: .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: .25rem !important
    }
    .me-md-2 {
        margin-right: .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: .25rem !important
    }
    .mb-md-2 {
        margin-bottom: .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: .25rem !important
    }
    .ms-md-2 {
        margin-left: .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
    }
    .m-md-n1 {
        margin: -0.25rem !important
    }
    .m-md-n2 {
        margin: -0.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }
    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }
    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }
    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }
    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }
    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }
    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }
    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }
    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }
    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }
    .mt-md-n1 {
        margin-top: -0.25rem !important
    }
    .mt-md-n2 {
        margin-top: -0.5rem !important
    }
    .mt-md-n3 {
        margin-top: -1rem !important
    }
    .mt-md-n4 {
        margin-top: -1.5rem !important
    }
    .mt-md-n5 {
        margin-top: -3rem !important
    }
    .me-md-n1 {
        margin-right: -0.25rem !important
    }
    .me-md-n2 {
        margin-right: -0.5rem !important
    }
    .me-md-n3 {
        margin-right: -1rem !important
    }
    .me-md-n4 {
        margin-right: -1.5rem !important
    }
    .me-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n1 {
        margin-bottom: -0.25rem !important
    }
    .mb-md-n2 {
        margin-bottom: -0.5rem !important
    }
    .mb-md-n3 {
        margin-bottom: -1rem !important
    }
    .mb-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .mb-md-n5 {
        margin-bottom: -3rem !important
    }
    .ms-md-n1 {
        margin-left: -0.25rem !important
    }
    .ms-md-n2 {
        margin-left: -0.5rem !important
    }
    .ms-md-n3 {
        margin-left: -1rem !important
    }
    .ms-md-n4 {
        margin-left: -1.5rem !important
    }
    .ms-md-n5 {
        margin-left: -3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pt-md-1 {
        padding-top: .25rem !important
    }
    .pt-md-2 {
        padding-top: .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: .25rem !important
    }
    .pe-md-2 {
        padding-right: .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: .25rem !important
    }
    .pb-md-2 {
        padding-bottom: .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: .25rem !important
    }
    .ps-md-2 {
        padding-left: .5rem !important
    }
    .ps-md-3 {
        padding-left: 1rem !important
    }
    .ps-md-4 {
        padding-left: 1.5rem !important
    }
    .ps-md-5 {
        padding-left: 3rem !important
    }
    .gap-md-0 {
        gap: 0 !important
    }
    .gap-md-1 {
        gap: .25rem !important
    }
    .gap-md-2 {
        gap: .5rem !important
    }
    .gap-md-3 {
        gap: 1rem !important
    }
    .gap-md-4 {
        gap: 1.5rem !important
    }
    .gap-md-5 {
        gap: 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
    }
    .position-lg-static {
        position: static !important
    }
    .position-lg-relative {
        position: relative !important
    }
    .position-lg-absolute {
        position: absolute !important
    }
    .position-lg-fixed {
        position: fixed !important
    }
    .position-lg-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }
    .translate-middle-lg {
        transform: translate(-50%, -50%) !important
    }
    .translate-middle-lg-x {
        transform: translateX(-50%) !important
    }
    .translate-middle-lg-y {
        transform: translateY(-50%) !important
    }
    .border-lg {
        border: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-lg-0 {
        border: 0 !important
    }
    .border-top-lg {
        border-top: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-top-lg-0 {
        border-top: 0 !important
    }
    .border-end-lg {
        border-right: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-end-lg-0 {
        border-right: 0 !important
    }
    .border-bottom-lg {
        border-bottom: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-bottom-lg-0 {
        border-bottom: 0 !important
    }
    .border-start-lg {
        border-left: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-start-lg-0 {
        border-left: 0 !important
    }
    .w-lg-25 {
        width: 25% !important
    }
    .w-lg-50 {
        width: 50% !important
    }
    .w-lg-75 {
        width: 75% !important
    }
    .w-lg-100 {
        width: 100% !important
    }
    .w-lg-auto {
        width: auto !important
    }
    .w-lg-1 {
        width: 1px !important
    }
    .w-lg-2 {
        width: 2px !important
    }
    .w-lg-3 {
        width: 3px !important
    }
    .w-lg-33 {
        width: 33.33% !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
    .order-lg-first {
        order: -1 !important
    }
    .order-lg-0 {
        order: 0 !important
    }
    .order-lg-1 {
        order: 1 !important
    }
    .order-lg-2 {
        order: 2 !important
    }
    .order-lg-3 {
        order: 3 !important
    }
    .order-lg-4 {
        order: 4 !important
    }
    .order-lg-5 {
        order: 5 !important
    }
    .order-lg-last {
        order: 6 !important
    }
    .m-lg-0 {
        margin: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mt-lg-1 {
        margin-top: .25rem !important
    }
    .mt-lg-2 {
        margin-top: .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: .25rem !important
    }
    .me-lg-2 {
        margin-right: .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: .25rem !important
    }
    .mb-lg-2 {
        margin-bottom: .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: .25rem !important
    }
    .ms-lg-2 {
        margin-left: .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
    }
    .m-lg-n1 {
        margin: -0.25rem !important
    }
    .m-lg-n2 {
        margin: -0.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }
    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }
    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }
    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }
    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }
    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }
    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }
    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }
    .mt-lg-n1 {
        margin-top: -0.25rem !important
    }
    .mt-lg-n2 {
        margin-top: -0.5rem !important
    }
    .mt-lg-n3 {
        margin-top: -1rem !important
    }
    .mt-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mt-lg-n5 {
        margin-top: -3rem !important
    }
    .me-lg-n1 {
        margin-right: -0.25rem !important
    }
    .me-lg-n2 {
        margin-right: -0.5rem !important
    }
    .me-lg-n3 {
        margin-right: -1rem !important
    }
    .me-lg-n4 {
        margin-right: -1.5rem !important
    }
    .me-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n1 {
        margin-bottom: -0.25rem !important
    }
    .mb-lg-n2 {
        margin-bottom: -0.5rem !important
    }
    .mb-lg-n3 {
        margin-bottom: -1rem !important
    }
    .mb-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .mb-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ms-lg-n1 {
        margin-left: -0.25rem !important
    }
    .ms-lg-n2 {
        margin-left: -0.5rem !important
    }
    .ms-lg-n3 {
        margin-left: -1rem !important
    }
    .ms-lg-n4 {
        margin-left: -1.5rem !important
    }
    .ms-lg-n5 {
        margin-left: -3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pt-lg-1 {
        padding-top: .25rem !important
    }
    .pt-lg-2 {
        padding-top: .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: .25rem !important
    }
    .pe-lg-2 {
        padding-right: .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: .25rem !important
    }
    .pb-lg-2 {
        padding-bottom: .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: .25rem !important
    }
    .ps-lg-2 {
        padding-left: .5rem !important
    }
    .ps-lg-3 {
        padding-left: 1rem !important
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important
    }
    .ps-lg-5 {
        padding-left: 3rem !important
    }
    .gap-lg-0 {
        gap: 0 !important
    }
    .gap-lg-1 {
        gap: .25rem !important
    }
    .gap-lg-2 {
        gap: .5rem !important
    }
    .gap-lg-3 {
        gap: 1rem !important
    }
    .gap-lg-4 {
        gap: 1.5rem !important
    }
    .gap-lg-5 {
        gap: 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
    }
    .position-xl-static {
        position: static !important
    }
    .position-xl-relative {
        position: relative !important
    }
    .position-xl-absolute {
        position: absolute !important
    }
    .position-xl-fixed {
        position: fixed !important
    }
    .position-xl-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }
    .translate-middle-xl {
        transform: translate(-50%, -50%) !important
    }
    .translate-middle-xl-x {
        transform: translateX(-50%) !important
    }
    .translate-middle-xl-y {
        transform: translateY(-50%) !important
    }
    .border-xl {
        border: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-xl-0 {
        border: 0 !important
    }
    .border-top-xl {
        border-top: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-top-xl-0 {
        border-top: 0 !important
    }
    .border-end-xl {
        border-right: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-end-xl-0 {
        border-right: 0 !important
    }
    .border-bottom-xl {
        border-bottom: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-bottom-xl-0 {
        border-bottom: 0 !important
    }
    .border-start-xl {
        border-left: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-start-xl-0 {
        border-left: 0 !important
    }
    .w-xl-25 {
        width: 25% !important
    }
    .w-xl-50 {
        width: 50% !important
    }
    .w-xl-75 {
        width: 75% !important
    }
    .w-xl-100 {
        width: 100% !important
    }
    .w-xl-auto {
        width: auto !important
    }
    .w-xl-1 {
        width: 1px !important
    }
    .w-xl-2 {
        width: 2px !important
    }
    .w-xl-3 {
        width: 3px !important
    }
    .w-xl-33 {
        width: 33.33% !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
    .order-xl-first {
        order: -1 !important
    }
    .order-xl-0 {
        order: 0 !important
    }
    .order-xl-1 {
        order: 1 !important
    }
    .order-xl-2 {
        order: 2 !important
    }
    .order-xl-3 {
        order: 3 !important
    }
    .order-xl-4 {
        order: 4 !important
    }
    .order-xl-5 {
        order: 5 !important
    }
    .order-xl-last {
        order: 6 !important
    }
    .m-xl-0 {
        margin: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mt-xl-1 {
        margin-top: .25rem !important
    }
    .mt-xl-2 {
        margin-top: .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: .25rem !important
    }
    .me-xl-2 {
        margin-right: .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: .25rem !important
    }
    .mb-xl-2 {
        margin-bottom: .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: .25rem !important
    }
    .ms-xl-2 {
        margin-left: .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
    }
    .m-xl-n1 {
        margin: -0.25rem !important
    }
    .m-xl-n2 {
        margin: -0.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }
    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }
    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }
    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }
    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }
    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }
    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }
    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }
    .mt-xl-n1 {
        margin-top: -0.25rem !important
    }
    .mt-xl-n2 {
        margin-top: -0.5rem !important
    }
    .mt-xl-n3 {
        margin-top: -1rem !important
    }
    .mt-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mt-xl-n5 {
        margin-top: -3rem !important
    }
    .me-xl-n1 {
        margin-right: -0.25rem !important
    }
    .me-xl-n2 {
        margin-right: -0.5rem !important
    }
    .me-xl-n3 {
        margin-right: -1rem !important
    }
    .me-xl-n4 {
        margin-right: -1.5rem !important
    }
    .me-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n1 {
        margin-bottom: -0.25rem !important
    }
    .mb-xl-n2 {
        margin-bottom: -0.5rem !important
    }
    .mb-xl-n3 {
        margin-bottom: -1rem !important
    }
    .mb-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .mb-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ms-xl-n1 {
        margin-left: -0.25rem !important
    }
    .ms-xl-n2 {
        margin-left: -0.5rem !important
    }
    .ms-xl-n3 {
        margin-left: -1rem !important
    }
    .ms-xl-n4 {
        margin-left: -1.5rem !important
    }
    .ms-xl-n5 {
        margin-left: -3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pt-xl-1 {
        padding-top: .25rem !important
    }
    .pt-xl-2 {
        padding-top: .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: .25rem !important
    }
    .pe-xl-2 {
        padding-right: .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: .25rem !important
    }
    .pb-xl-2 {
        padding-bottom: .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: .25rem !important
    }
    .ps-xl-2 {
        padding-left: .5rem !important
    }
    .ps-xl-3 {
        padding-left: 1rem !important
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important
    }
    .ps-xl-5 {
        padding-left: 3rem !important
    }
    .gap-xl-0 {
        gap: 0 !important
    }
    .gap-xl-1 {
        gap: .25rem !important
    }
    .gap-xl-2 {
        gap: .5rem !important
    }
    .gap-xl-3 {
        gap: 1rem !important
    }
    .gap-xl-4 {
        gap: 1.5rem !important
    }
    .gap-xl-5 {
        gap: 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
    }
    .position-xxl-static {
        position: static !important
    }
    .position-xxl-relative {
        position: relative !important
    }
    .position-xxl-absolute {
        position: absolute !important
    }
    .position-xxl-fixed {
        position: fixed !important
    }
    .position-xxl-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }
    .translate-middle-xxl {
        transform: translate(-50%, -50%) !important
    }
    .translate-middle-xxl-x {
        transform: translateX(-50%) !important
    }
    .translate-middle-xxl-y {
        transform: translateY(-50%) !important
    }
    .border-xxl {
        border: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-xxl-0 {
        border: 0 !important
    }
    .border-top-xxl {
        border-top: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-top-xxl-0 {
        border-top: 0 !important
    }
    .border-end-xxl {
        border-right: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-end-xxl-0 {
        border-right: 0 !important
    }
    .border-bottom-xxl {
        border-bottom: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-bottom-xxl-0 {
        border-bottom: 0 !important
    }
    .border-start-xxl {
        border-left: var(--hsg-border-width) var(--hsg-border-style) var(--hsg-border-color) !important
    }
    .border-start-xxl-0 {
        border-left: 0 !important
    }
    .w-xxl-25 {
        width: 25% !important
    }
    .w-xxl-50 {
        width: 50% !important
    }
    .w-xxl-75 {
        width: 75% !important
    }
    .w-xxl-100 {
        width: 100% !important
    }
    .w-xxl-auto {
        width: auto !important
    }
    .w-xxl-1 {
        width: 1px !important
    }
    .w-xxl-2 {
        width: 2px !important
    }
    .w-xxl-3 {
        width: 3px !important
    }
    .w-xxl-33 {
        width: 33.33% !important
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxl-row {
        flex-direction: row !important
    }
    .flex-xxl-column {
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        justify-content: center !important
    }
    .justify-content-xxl-between {
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        justify-content: space-around !important
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xxl-start {
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        align-items: center !important
    }
    .align-items-xxl-baseline {
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        align-items: stretch !important
    }
    .align-content-xxl-start {
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        align-content: center !important
    }
    .align-content-xxl-between {
        align-content: space-between !important
    }
    .align-content-xxl-around {
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        align-self: auto !important
    }
    .align-self-xxl-start {
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        align-self: center !important
    }
    .align-self-xxl-baseline {
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        align-self: stretch !important
    }
    .order-xxl-first {
        order: -1 !important
    }
    .order-xxl-0 {
        order: 0 !important
    }
    .order-xxl-1 {
        order: 1 !important
    }
    .order-xxl-2 {
        order: 2 !important
    }
    .order-xxl-3 {
        order: 3 !important
    }
    .order-xxl-4 {
        order: 4 !important
    }
    .order-xxl-5 {
        order: 5 !important
    }
    .order-xxl-last {
        order: 6 !important
    }
    .m-xxl-0 {
        margin: 0 !important
    }
    .m-xxl-1 {
        margin: .25rem !important
    }
    .m-xxl-2 {
        margin: .5rem !important
    }
    .m-xxl-3 {
        margin: 1rem !important
    }
    .m-xxl-4 {
        margin: 1.5rem !important
    }
    .m-xxl-5 {
        margin: 3rem !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-xxl-0 {
        margin-top: 0 !important
    }
    .mt-xxl-1 {
        margin-top: .25rem !important
    }
    .mt-xxl-2 {
        margin-top: .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: .25rem !important
    }
    .me-xxl-2 {
        margin-right: .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: .25rem !important
    }
    .mb-xxl-2 {
        margin-bottom: .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: .25rem !important
    }
    .ms-xxl-2 {
        margin-left: .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
    }
    .m-xxl-n1 {
        margin: -0.25rem !important
    }
    .m-xxl-n2 {
        margin: -0.5rem !important
    }
    .m-xxl-n3 {
        margin: -1rem !important
    }
    .m-xxl-n4 {
        margin: -1.5rem !important
    }
    .m-xxl-n5 {
        margin: -3rem !important
    }
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }
    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }
    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }
    .mx-xxl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }
    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }
    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }
    .my-xxl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }
    .mt-xxl-n1 {
        margin-top: -0.25rem !important
    }
    .mt-xxl-n2 {
        margin-top: -0.5rem !important
    }
    .mt-xxl-n3 {
        margin-top: -1rem !important
    }
    .mt-xxl-n4 {
        margin-top: -1.5rem !important
    }
    .mt-xxl-n5 {
        margin-top: -3rem !important
    }
    .me-xxl-n1 {
        margin-right: -0.25rem !important
    }
    .me-xxl-n2 {
        margin-right: -0.5rem !important
    }
    .me-xxl-n3 {
        margin-right: -1rem !important
    }
    .me-xxl-n4 {
        margin-right: -1.5rem !important
    }
    .me-xxl-n5 {
        margin-right: -3rem !important
    }
    .mb-xxl-n1 {
        margin-bottom: -0.25rem !important
    }
    .mb-xxl-n2 {
        margin-bottom: -0.5rem !important
    }
    .mb-xxl-n3 {
        margin-bottom: -1rem !important
    }
    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important
    }
    .mb-xxl-n5 {
        margin-bottom: -3rem !important
    }
    .ms-xxl-n1 {
        margin-left: -0.25rem !important
    }
    .ms-xxl-n2 {
        margin-left: -0.5rem !important
    }
    .ms-xxl-n3 {
        margin-left: -1rem !important
    }
    .ms-xxl-n4 {
        margin-left: -1.5rem !important
    }
    .ms-xxl-n5 {
        margin-left: -3rem !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .p-xxl-1 {
        padding: .25rem !important
    }
    .p-xxl-2 {
        padding: .5rem !important
    }
    .p-xxl-3 {
        padding: 1rem !important
    }
    .p-xxl-4 {
        padding: 1.5rem !important
    }
    .p-xxl-5 {
        padding: 3rem !important
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-xxl-0 {
        padding-top: 0 !important
    }
    .pt-xxl-1 {
        padding-top: .25rem !important
    }
    .pt-xxl-2 {
        padding-top: .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: .25rem !important
    }
    .pe-xxl-2 {
        padding-right: .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: .25rem !important
    }
    .pb-xxl-2 {
        padding-bottom: .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: .25rem !important
    }
    .ps-xxl-2 {
        padding-left: .5rem !important
    }
    .ps-xxl-3 {
        padding-left: 1rem !important
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }
    .ps-xxl-5 {
        padding-left: 3rem !important
    }
    .gap-xxl-0 {
        gap: 0 !important
    }
    .gap-xxl-1 {
        gap: .25rem !important
    }
    .gap-xxl-2 {
        gap: .5rem !important
    }
    .gap-xxl-3 {
        gap: 1rem !important
    }
    .gap-xxl-4 {
        gap: 1.5rem !important
    }
    .gap-xxl-5 {
        gap: 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
    }
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html,
body {
    height: 100%
}

body {
    display: flex;
    flex-direction: column
}

.page-wrapper {
    flex: 1 0 auto
}

.footer {
    flex-shrink: 0
}

:root {
    --hsg-user-selection-color: rgba(var(--hsg-primary-rgb), 0.22);
    --hsg-heading-link-color: #33354d;
    --hsg-heading-link-hover-color: #6366f1
}

a {
    transition: color .2s ease-in-out
}

a:focus {
    outline: none
}

a[class^=bg-]:not(.btn),
a[class*=bg-]:not(.btn) {
    transition: background-color .25s ease
}

img,
figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

svg {
    max-width: 100%
}

.dark-mode-img {
    display: none
}

iframe {
    width: 100%
}

::-moz-selection {
    background: var(--hsg-user-selection-color)
}

::selection {
    background: var(--hsg-user-selection-color)
}

::-moz-selection {
    background: var(--hsg-user-selection-color)
}

b,
strong {
    font-weight: 800
}

small,
.small {
    font-weight: inherit
}

button:focus {
    outline: none
}

@media(min-width: 992px) {
    .docs-container {
        padding-left: 21rem
    }
}

@media(min-width: 1400px) {
    .docs-container {
        padding-right: 20rem
    }
}

h4,
.h4,
.fs-4,
h5,
.h5,
.fs-5,
h6,
.h6,
.fs-6 {
    line-height: 1.4
}

h1>a,
.h1>a,
h2>a,
.h2>a,
h3>a,
.h3>a,
h4>a,
.h4>a,
h5>a,
.h5>a,
h6>a,
.h6>a {
    color: var(--hsg-heading-link-color);
    text-decoration: none
}

h1>a:hover,
.h1>a:hover,
h2>a:hover,
.h2>a:hover,
h3>a:hover,
.h3>a:hover,
h4>a:hover,
.h4>a:hover,
h5>a:hover,
.h5>a:hover,
h6>a:hover,
.h6>a:hover {
    color: var(--hsg-heading-link-hover-color)
}

dt {
    color: var(--hsg-heading-color)
}

body .dark-mode p,
body .dark-mode ul,
body .dark-mode ol,
body .dark-mode span:not(.badge),
body .dark-mode dd {
    color: var(--hsg-body-color)
}

:not(pre)>code[class*=language-],
pre[class*=language-],
pre {
    --hsg-pre-border-width: var(--hsg-border-width);
    --hsg-pre-border-color: var(--hsg-border-color);
    --hsg-pre-bg: #fff;
    --hsg-pre-font-size: 0.875em;
    --hsg-pre-line-numbers-border-width: 1px;
    --hsg-pre-line-numbers-border-color: #e2e5f1;
    --hsg-pre-line-numbers-color: #a2a6bc;
    --hsg-pre-tag-color: #4e54c8;
    --hsg-pre-comment-color: #a2a6bc;
    --hsg-pre-attr-name-color: #4091e3;
    --hsg-pre-attr-value-color: #e3116c;
    --hsg-pre-class-name-color: #36acaa;
    max-width: 100%;
    margin: 0;
    padding: 1.5rem 1.5rem;
    background-color: var(--hsg-pre-bg);
    border: var(--hsg-pre-border-width) solid var(--hsg-pre-border-color);
    border-radius: .5rem;
    font-size: var(--hsg-pre-font-size);
    box-shadow: 0 .275rem .75rem -0.0625rem rgba(11, 15, 25, .06), 0 .125rem .4rem -0.0625rem rgba(11, 15, 25, .03)
}

.code-toolbar :not(pre)>code[class*=language-],
.code-toolbar pre[class*=language-] {
    padding-top: 2.25rem
}

code[class*=language-],
pre[class*=language-],
pre {
    --hsg-pre-color: #33354d;
    color: var(--hsg-pre-color);
    text-shadow: none
}

.line-numbers .line-numbers-rows {
    border-right: var(--hsg-pre-line-numbers-border-width) solid var(--hsg-pre-line-numbers-border-color)
}

.line-numbers .line-numbers-rows>span::before {
    color: var(--hsg-pre-line-numbers-color)
}

div.code-toolbar>.toolbar {
    opacity: 1
}

div.code-toolbar>.toolbar>.toolbar-item>a,
div.code-toolbar>.toolbar>.toolbar-item>button,
div.code-toolbar>.toolbar .toolbar-item>span {
    display: inline-block;
    margin: .375rem .5rem;
    padding: .25rem .75rem;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    border-radius: .25rem;
    border: 1px solid rgba(99, 102, 241, .35);
    background-color: rgba(0, 0, 0, 0);
    color: #6366f1 !important;
    font-size: .75rem;
    font-weight: 600;
    box-shadow: none
}

div.code-toolbar>.toolbar>.toolbar-item>a:focus,
div.code-toolbar>.toolbar>.toolbar-item>button:focus,
div.code-toolbar>.toolbar .toolbar-item>span:focus {
    outline: none;
    box-shadow: none
}

div.code-toolbar>.toolbar>.toolbar-item>a:hover,
div.code-toolbar>.toolbar>.toolbar-item>button:hover,
div.code-toolbar>.toolbar .toolbar-item>span:hover {
    background-color: #6366f1;
    color: #fff !important
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
    color: var(--hsg-pre-tag-color)
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: var(--hsg-pre-comment-color)
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector {
    color: var(--hsg-pre-attr-name-color)
}

.token.atrule,
.token.attr-value,
.token.keyword,
.token.string {
    color: var(--hsg-pre-attr-value-color)
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url,
.token.class-name,
.token.function {
    color: var(--hsg-pre-class-name-color);
    background: none
}

.table {
    --hsg-table-th-color: var(--hsg-gray-900);
    --hsg-table-dark-color: rgba(255, 255, 255, 0.7)
}

.table:not(.table-dark) thead:not(.thead-dark) th,
.table:not(.table-dark) tbody th {
    color: var(--hsg-table-th-color)
}

.table.table-dark td {
    color: var(--hsg-table-dark-color)
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #b9c0dd
}

.table.table-dark>:not(:last-child)>:last-child>* {
    border-bottom-color: rgba(255, 255, 255, .3)
}

.table>:not(:first-child) {
    border-top: 0
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=time]::-webkit-calendar-picker-indicator {
    background: none
}

.form-select:focus {
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(99, 102, 241, .2)
}

.form-control:disabled,
.form-select:disabled {
    cursor: not-allowed;
    box-shadow: none !important
}

.form-control[readonly],
.form-control:disabled {
    box-shadow: none !important
}

.form-control[readonly]::-moz-placeholder,
.form-control:disabled::-moz-placeholder {
    color: #9397ad
}

.form-control[readonly]::placeholder,
.form-control:disabled::placeholder {
    color: #9397ad
}

label {
    font-size: .875rem
}

.form-floating>label {
    font-weight: 600
}

.input-group-text .form-check-input {
    margin-top: 0
}

.form-switch {
    margin-bottom: .5rem
}

.form-switch .form-check-input {
    height: 1.5rem;
    margin-top: unset;
    border: unset;
    background-color: #b4b7c9;
    filter: none
}

.form-switch .form-check-input:checked {
    background-color: #6366f1;
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(99, 102, 241, .9)
}

.form-switch .form-check-input:disabled {
    box-shadow: none
}

.form-switch.mode-switch,
.form-switch.price-switch {
    display: flex;
    padding-left: 0;
    margin-bottom: 0
}

.form-switch.mode-switch .form-check-label,
.form-switch.price-switch .form-check-label {
    transition: color .15s ease-in-out;
    font-size: 1rem;
    font-weight: 600
}

.form-switch.mode-switch .form-check-label:first-of-type,
.form-switch.price-switch .form-check-label:first-of-type {
    order: 1;
    margin-right: .75rem;
    color: #0b0f19
}

.form-switch.mode-switch .form-check-label:last-of-type,
.form-switch.price-switch .form-check-label:last-of-type {
    order: 3;
    margin-left: .75rem
}

.form-switch.mode-switch .form-check-input,
.form-switch.price-switch .form-check-input {
    order: 2;
    margin-left: 0;
    background-color: #6366f1;
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(99, 102, 241, .9)
}

.form-switch.mode-switch .form-check-input:checked~.form-check-label:first-of-type,
.form-switch.price-switch .form-check-input:checked~.form-check-label:first-of-type {
    color: #565973
}

.form-switch.mode-switch .form-check-input:checked~.form-check-label:last-of-type,
.form-switch.price-switch .form-check-input:checked~.form-check-label:last-of-type {
    color: #0b0f19
}

.form-switch.mode-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3e%3cpath d='M4 22.1679C7.5318 20.6248 9.99998 17.1006 9.99998 13C9.99998 8.89937 7.5318 5.37521 4 3.8321C5.22493 3.2969 6.5778 3 8.00002 3C13.5229 3 18 7.47715 18 13C18 18.5228 13.5229 23 8.00002 23C6.5778 23 5.22493 22.7031 4 22.1679Z' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch.form-switch-success .form-check-input:checked {
    background-color: #22c55e;
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(34, 197, 94, .9)
}

.password-toggle {
    position: relative
}

.password-toggle .form-control {
    padding-right: 3rem
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: .625rem;
    margin-bottom: 0;
    padding: .5rem;
    transform: translateY(-50%);
    font-size: 1rem;
    line-height: 1;
    cursor: pointer
}

.password-toggle-btn .password-toggle-indicator {
    transition: color .2s ease-in-out;
    color: #9397ad;
    font-family: "boxicons";
    font-size: 1.25em;
    font-style: normal
}

.password-toggle-btn .password-toggle-indicator::before {
    content: ""
}

.password-toggle-btn .password-toggle-indicator:hover {
    color: #33354d
}

.password-toggle-btn .password-toggle-check {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.password-toggle-btn .password-toggle-check:checked~.password-toggle-indicator::before {
    content: ""
}

.valid-tooltip {
    position: static;
    background-color: rgba(34, 197, 94, .12);
    color: #22c55e
}

.invalid-tooltip {
    position: static;
    background-color: rgba(239, 68, 68, .12);
    color: #ef4444
}

.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-tooltip,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-tooltip {
    display: table
}

.was-validated :valid:not(:required):not(.btn),
.is-valid:not(:required):not(.btn) {
    border-color: #d4d7e5 !important;
    background-image: none
}

.was-validated :valid:not(:required):not(.btn):focus,
.is-valid:not(:required):not(.btn):focus {
    border-color: rgba(99, 102, 241, .35) !important;
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(99, 102, 241, .2)
}

.was-validated .password-toggle .form-control:invalid,
.was-validated .password-toggle .form-control.is-invalid,
.was-validated .password-toggle .form-control:valid,
.was-validated .password-toggle .form-control.is-valid {
    padding-right: 4rem
}

.was-validated .password-toggle .form-control:invalid+.password-toggle-btn,
.was-validated .password-toggle .form-control.is-invalid+.password-toggle-btn,
.was-validated .password-toggle .form-control:valid+.password-toggle-btn,
.was-validated .password-toggle .form-control.is-valid+.password-toggle-btn {
    right: 2.1rem
}

.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-control:valid {
    z-index: 4
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #6366f1;
    border-color: #6366f1;
    box-shadow: none
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: rgba(0, 0, 0, 0);
    border-color: 2px solid #b4b7c9
}

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

.range-slider {
    --hsg-range-slider-hight: 0.1875rem;
    --hsg-range-slider-bg: #e5e8f3;
    --hsg-range-slider-connect-bg: #6366f1;
    --hsg-range-slider-handle-size: 1.375rem;
    --hsg-range-slider-handle-bg: #fff;
    --hsg-range-slider-handle-border-radius: 50%;
    --hsg-range-slider-handle-shadow: 0 0.125rem 0.5625rem -0.125rem rgba(0, 0, 0, 0.25);
    --hsg-range-slider-pips-color: var(--hsg-body-color);
    --hsg-range-slider-pips-font-size: 0.8125rem;
    --hsg-range-slider-pips-border-width: var(--hsg-border-width);
    --hsg-range-slider-pips-border-color: #cdd2e7;
    --hsg-range-slider-tooltip-padding-y: 0.25rem;
    --hsg-range-slider-tooltip-padding-x: 0.5rem;
    --hsg-range-slider-tooltip-bg: #1f202e;
    --hsg-range-slider-tooltip-color: #fff;
    --hsg-range-slider-tooltip-font-size: 0.75rem;
    --hsg-range-slider-tooltip-border-radius: 0.25rem
}

.range-slider-ui {
    height: var(--hsg-range-slider-hight);
    margin: 0;
    margin-top: 3.25rem;
    margin-right: 0;
    margin-bottom: 1.75rem;
    margin-left: 0;
    border: 0;
    background-color: var(--hsg-range-slider-bg);
    box-shadow: none
}

[data-pips] .range-slider-ui {
    margin-bottom: 3.5rem
}

.range-slider-ui .noUi-connect {
    background-color: var(--hsg-range-slider-connect-bg)
}

.range-slider-ui .noUi-handle {
    top: 50%;
    width: var(--hsg-range-slider-handle-size);
    height: var(--hsg-range-slider-handle-size);
    margin-top: calc(var(--hsg-range-slider-handle-size)*-0.5);
    border: 0;
    border-radius: var(--hsg-range-slider-handle-border-radius);
    background-color: var(--hsg-range-slider-handle-bg);
    box-shadow: var(--hsg-range-slider-handle-shadow)
}

.range-slider-ui .noUi-handle::before,
.range-slider-ui .noUi-handle::after {
    display: none
}

.range-slider-ui .noUi-handle:focus {
    outline: none
}

.range-slider-ui .noUi-marker-normal {
    display: none
}

.range-slider-ui .noUi-marker-horizontal.noUi-marker {
    width: var(--hsg-range-slider-pips-border-width);
    background-color: var(--hsg-range-slider-pips-border-color)
}

.range-slider-ui .noUi-marker-horizontal.noUi-marker-large {
    height: .75rem
}

.range-slider-ui .noUi-value {
    padding-top: .125rem;
    color: var(--hsg-range-slider-pips-color);
    font-size: var(--hsg-range-slider-pips-font-size)
}

.range-slider-ui .noUi-tooltip {
    padding: var(--hsg-range-slider-tooltip-padding-y) var(--hsg-range-slider-tooltip-padding-x);
    border: 0;
    background-color: var(--hsg-range-slider-tooltip-bg);
    color: var(--hsg-range-slider-tooltip-color);
    font-size: var(--hsg-range-slider-tooltip-font-size);
    line-height: 1.2;
    border-radius: var(--hsg-range-slider-tooltip-border-radius)
}

html:not([dir=rtl]) .range-slider-ui.noUi-horizontal .noUi-handle {
    right: calc(var(--hsg-range-slider-handle-size)*-0.5)
}

.subscription-status {
    display: table;
    border-radius: .25rem;
    font-size: .8125rem
}

.subscription-status.status-success,
.subscription-status.status-error {
    margin-top: .5rem;
    padding: .25rem .5rem
}

.subscription-status.status-success {
    background-color: rgba(34, 197, 94, .1);
    color: #1a9a49
}

.subscription-status.status-error {
    background-color: rgba(239, 68, 68, .1);
    color: #ef4444
}

.credit-card-icon {
    width: 40px;
    height: 26px;
    background-image: url(../img/credit-cards.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0
}

.credit-card-icon.amex {
    background-position: 0 -52px !important
}

.credit-card-icon.diners {
    background-position: 0 -78px !important
}

.credit-card-icon.discover {
    background-position: 0 -104px !important
}

.credit-card-icon.jcb {
    background-position: 0 -130px !important
}

.credit-card-icon.mastercard {
    background-position: 0 -156px !important
}

.credit-card-icon.visa {
    background-position: 0 -182px !important
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn:not([class^=btn-outline-]):not([class*=" btn-outline-"]):not(.btn-secondary):not(.btn-light):not(.btn-link) {
    --hsg-btn-color: #fff
}

.btn:hover,
.btn:disabled,
.btn.disabled {
    box-shadow: none !important
}

.btn-primary {
    --hsg-btn-hover-color: #fff;
    --hsg-btn-active-color: #fff;
    --hsg-btn-hover-bg: #4044ee;
    --hsg-btn-active-bg: #4044ee;
    --hsg-btn-hover-border-color: #4044ee;
    --hsg-btn-active-border-color: #4044ee;
    --hsg-btn-disabled-color: #fff
}

.btn-secondary {
    --hsg-btn-hover-color: #fff;
    --hsg-btn-active-color: #fff;
    --hsg-btn-hover-bg: #cfd8f6;
    --hsg-btn-active-bg: #cfd8f6;
    --hsg-btn-hover-border-color: #cfd8f6;
    --hsg-btn-active-border-color: #cfd8f6;
    --hsg-btn-disabled-color: #fff
}

.btn-success {
    --hsg-btn-hover-color: #fff;
    --hsg-btn-active-color: #fff;
    --hsg-btn-hover-bg: #1ca44e;
    --hsg-btn-active-bg: #1ca44e;
    --hsg-btn-hover-border-color: #1ca44e;
    --hsg-btn-active-border-color: #1ca44e;
    --hsg-btn-disabled-color: #fff
}

.btn-info {
    --hsg-btn-hover-color: #fff;
    --hsg-btn-active-color: #fff;
    --hsg-btn-hover-bg: #2768f5;
    --hsg-btn-active-bg: #2768f5;
    --hsg-btn-hover-border-color: #2768f5;
    --hsg-btn-active-border-color: #2768f5;
    --hsg-btn-disabled-color: #fff
}

.btn-warning {
    --hsg-btn-hover-color: #fff;
    --hsg-btn-active-color: #fff;
    --hsg-btn-hover-bg: #e1a200;
    --hsg-btn-active-bg: #e1a200;
    --hsg-btn-hover-border-color: #e1a200;
    --hsg-btn-active-border-color: #e1a200;
    --hsg-btn-disabled-color: #fff
}

.btn-danger {
    --hsg-btn-hover-color: #fff;
    --hsg-btn-active-color: #fff;
    --hsg-btn-hover-bg: #ec2121;
    --hsg-btn-active-bg: #ec2121;
    --hsg-btn-hover-border-color: #ec2121;
    --hsg-btn-active-border-color: #ec2121;
    --hsg-btn-disabled-color: #fff
}

.btn-light {
    --hsg-btn-hover-color: #fff;
    --hsg-btn-active-color: #fff;
    --hsg-btn-hover-bg: #ececec;
    --hsg-btn-active-bg: #ececec;
    --hsg-btn-hover-border-color: #ececec;
    --hsg-btn-active-border-color: #ececec;
    --hsg-btn-disabled-color: #fff
}

.btn-dark {
    --hsg-btn-hover-color: #fff;
    --hsg-btn-active-color: #fff;
    --hsg-btn-hover-bg: black;
    --hsg-btn-active-bg: black;
    --hsg-btn-hover-border-color: black;
    --hsg-btn-active-border-color: black;
    --hsg-btn-disabled-color: #fff
}

.btn-secondary,
.btn-light {
    --hsg-btn-color: #33354d;
    --hsg-btn-hover-color: #0b0f19;
    --hsg-btn-active-color: #0b0f19;
    --hsg-btn-disabled-color: #565973
}

[class^=btn-outline-],
[class*=" btn-outline-"] {
    --hsg-btn-hover-color: #fff;
    --hsg-btn-active-color: #fff
}

.btn-outline-primary {
    --hsg-btn-border-color: rgba(99, 102, 241, 0.35);
    --hsg-btn-disabled-border-color: rgba(99, 102, 241, 0.35)
}

.btn-outline-success {
    --hsg-btn-border-color: rgba(34, 197, 94, 0.35);
    --hsg-btn-disabled-border-color: rgba(34, 197, 94, 0.35)
}

.btn-outline-info {
    --hsg-btn-border-color: rgba(76, 130, 247, 0.35);
    --hsg-btn-disabled-border-color: rgba(76, 130, 247, 0.35)
}

.btn-outline-warning {
    --hsg-btn-border-color: rgba(255, 186, 8, 0.35);
    --hsg-btn-disabled-border-color: rgba(255, 186, 8, 0.35)
}

.btn-outline-danger {
    --hsg-btn-border-color: rgba(239, 68, 68, 0.35);
    --hsg-btn-disabled-border-color: rgba(239, 68, 68, 0.35)
}

.btn-outline-light {
    --hsg-btn-border-color: rgba(255, 255, 255, 0.14);
    --hsg-btn-disabled-border-color: rgba(255, 255, 255, 0.14)
}

.btn-outline-dark {
    --hsg-btn-border-color: rgba(11, 15, 25, 0.35);
    --hsg-btn-disabled-border-color: rgba(11, 15, 25, 0.35)
}

.btn-outline-white {
    --hsg-btn-border-color: rgba(255, 255, 255, 0.35);
    --hsg-btn-disabled-border-color: rgba(255, 255, 255, 0.35)
}

.btn-outline-secondary {
    --hsg-btn-color: #33354d;
    --hsg-btn-hover-color: #0b0f19;
    --hsg-btn-active-color: #0b0f19;
    --hsg-btn-hover-bg: #e2e5f1;
    --hsg-btn-active-bg: #e2e5f1;
    --hsg-btn-border-color: #d4d7e5;
    --hsg-btn-hover-border-color: #e2e5f1;
    --hsg-btn-active-border-color: #e2e5f1;
    --hsg-btn-disabled-color: #565973;
    --hsg-btn-disabled-border-color: #e2e5f1
}

.btn-outline-light {
    --hsg-btn-border-color: rgba(255, 255, 255, .25);
    --hsg-btn-hover-color: #33354d;
    --hsg-btn-active-color: #33354d;
    --hsg-btn-hover-bg: #fff;
    --hsg-btn-active-bg: #fff
}

.btn-link {
    --hsg-btn-font-weight: 600;
    text-decoration: none
}

.btn-icon {
    --hsg-btn-size: 2.75rem;
    --hsg-btn-icon-size: 1.25rem;
    flex-shrink: 0;
    width: var(--hsg-btn-size);
    height: var(--hsg-btn-size);
    padding: 0
}

.btn-icon>i {
    font-size: var(--hsg-btn-icon-size)
}

.btn-icon.btn-sm,
.btn-group-sm>.btn-icon.btn {
    --hsg-btn-size: 2.25rem;
    --hsg-btn-icon-size: 1.125rem
}

.btn-icon.btn-lg,
.btn-group-lg>.btn-icon.btn {
    --hsg-btn-size: 3.25rem;
    --hsg-btn-icon-size: 1.4375rem
}

.btn-icon.btn-xl {
    --hsg-btn-size: 4.5rem;
    --hsg-btn-icon-size: 1.75rem
}

.btn-video {
    --hsg-btn-video-bg: #fff;
    --hsg-btn-video-hover-bg: #6366f1;
    --hsg-btn-video-color: #33354d;
    --hsg-btn-video-white-color: #33354d;
    --hsg-btn-video-hover-color: #fff;
    --hsg-btn-video-border-radius: 50%;
    --hsg-btn-video-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
    --hsg-btn-video-hover-shadow: 0 0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9);
    padding-left: .125rem;
    border: 0;
    border-radius: 50%;
    background-color: var(--hsg-btn-video-bg);
    color: var(--hsg-btn-video-color) !important;
    box-shadow: var(--hsg-btn-video-shadow)
}

.btn-video:focus {
    box-shadow: var(--hsg-btn-video-shadow)
}

.btn-video.bg-white {
    color: var(--hsg-btn-video-white-color) !important
}

.btn-video:hover {
    background-color: var(--hsg-btn-video-hover-bg) !important;
    color: var(--hsg-btn-video-hover-color) !important;
    box-shadow: var(--hsg-btn-video-hover-shadow) !important
}

.btn-group .btn {
    --hsg-btn-padding-x: 1.3125rem
}

.btn-group .btn.dropdown-toggle-split {
    --hsg-btn-padding-x: 0.875rem;
    padding-right: var(--hsg-btn-padding-x);
    padding-left: var(--hsg-btn-padding-x)
}

.btn-group-lg .btn,
.btn-group .btn-lg {
    --hsg-btn-padding-x: 1.5rem
}

.btn-group-lg .btn.dropdown-toggle-split,
.btn-group .btn-lg.dropdown-toggle-split {
    --hsg-btn-padding-x: 1rem;
    padding-right: var(--hsg-btn-padding-x);
    padding-left: var(--hsg-btn-padding-x)
}

.btn-group-sm .btn,
.btn-group .btn-sm {
    --hsg-btn-padding-x: 0.9375rem
}

.btn-group-sm .btn.dropdown-toggle-split,
.btn-group .btn-sm.dropdown-toggle-split {
    --hsg-btn-padding-x: 0.625rem;
    padding-right: var(--hsg-btn-padding-x);
    padding-left: var(--hsg-btn-padding-x)
}

.btn-close {
    transition: opacity .25s ease-in-out
}

.btn-scroll-top {
    --hsg-btn-scroll-top-size: 2.75rem;
    --hsg-btn-scroll-top-border-radius: 50%;
    --hsg-btn-scroll-top-color: #fff;
    --hsg-btn-scroll-top-hover-color: #fff;
    --hsg-btn-scroll-top-bg: rgba(11, 15, 25, 0.2);
    --hsg-btn-scroll-top-hover-bg: rgba(11, 15, 25, 0.4);
    --hsg-btn-scroll-top-icon-size: 1.5rem;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1.25rem;
    bottom: -4.125rem;
    width: var(--hsg-btn-scroll-top-size);
    height: var(--hsg-btn-scroll-top-size);
    transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity .3s, background-color .25s ease-in-out;
    border-radius: var(--hsg-btn-scroll-top-border-radius);
    background-color: var(--hsg-btn-scroll-top-bg);
    color: var(--hsg-btn-scroll-top-color);
    text-decoration: none;
    opacity: 0;
    z-index: 1030
}

.btn-scroll-top>.btn-scroll-top-icon {
    font-size: var(--hsg-btn-scroll-top-icon-size);
    font-weight: bold
}

.btn-scroll-top .btn-scroll-top-tooltip {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.btn-scroll-top:hover {
    background-color: var(--hsg-btn-scroll-top-hover-bg);
    color: var(--hsg-btn-scroll-top-hover-color)
}

.btn-scroll-top:hover .btn-scroll-top-tooltip {
    visibility: visible;
    opacity: 1
}

.btn-scroll-top.show {
    bottom: 1.25rem;
    opacity: 1
}

@media(max-width: 499.98px) {
    .btn-scroll-top {
        width: calc(var(--hsg-btn-scroll-top-size)*.8);
        height: calc(var(--hsg-btn-scroll-top-size)*.8);
        right: 1rem
    }
    .btn-scroll-top.show {
        bottom: 1rem
    }
}

.btn-airbnb:hover,
.btn-airbnb:focus,
.btn-airbnb:active {
    border-color: #fd5c63 !important;
    background-color: #fd5c63 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(253, 92, 99, .8) !important
}

.btn-behance:hover,
.btn-behance:focus,
.btn-behance:active {
    border-color: #1769ff !important;
    background-color: #1769ff !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(23, 105, 255, .8) !important
}

.btn-blogger:hover,
.btn-blogger:focus,
.btn-blogger:active {
    border-color: #f57d00 !important;
    background-color: #f57d00 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(245, 125, 0, .8) !important
}

.btn-codepen:hover,
.btn-codepen:focus,
.btn-codepen:active {
    border-color: #0ebeff !important;
    background-color: #0ebeff !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(14, 190, 255, .8) !important
}

.btn-discord:hover,
.btn-discord:focus,
.btn-discord:active {
    border-color: #7289da !important;
    background-color: #7289da !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(114, 137, 218, .8) !important
}

.btn-dribbble:hover,
.btn-dribbble:focus,
.btn-dribbble:active {
    border-color: #ea4c89 !important;
    background-color: #ea4c89 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(234, 76, 137, .8) !important
}

.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active {
    border-color: #007ee5 !important;
    background-color: #007ee5 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(0, 126, 229, .8) !important
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
    border-color: #1877f2 !important;
    background-color: #1877f2 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(24, 119, 242, .8) !important
}

.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active {
    border-color: #0063dc !important;
    background-color: #0063dc !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(0, 99, 220, .8) !important
}

.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare:active {
    border-color: #f94877 !important;
    background-color: #f94877 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(249, 72, 119, .8) !important
}

.btn-gitlab:hover,
.btn-gitlab:focus,
.btn-gitlab:active {
    border-color: #fc6d26 !important;
    background-color: #fc6d26 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(252, 109, 38, .8) !important
}

.btn-github:hover,
.btn-github:focus,
.btn-github:active {
    border-color: #4078c0 !important;
    background-color: #4078c0 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(64, 120, 192, .8) !important
}

.btn-google:hover,
.btn-google:focus,
.btn-google:active {
    border-color: #ea4335 !important;
    background-color: #ea4335 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(234, 67, 53, .8) !important
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active {
    border-color: #405de6 !important;
    background-color: #405de6 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(64, 93, 230, .8) !important
}

.btn-kickstarter:hover,
.btn-kickstarter:focus,
.btn-kickstarter:active {
    border-color: #2bde73 !important;
    background-color: #2bde73 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(43, 222, 115, .8) !important
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active {
    border-color: #0077b5 !important;
    background-color: #0077b5 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(0, 119, 181, .8) !important
}

.btn-medium:hover,
.btn-medium:focus,
.btn-medium:active {
    border-color: #00ab6c !important;
    background-color: #00ab6c !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(0, 171, 108, .8) !important
}

.btn-messenger:hover,
.btn-messenger:focus,
.btn-messenger:active {
    border-color: #0084ff !important;
    background-color: #0084ff !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(0, 132, 255, .8) !important
}

.btn-ok:hover,
.btn-ok:focus,
.btn-ok:active {
    border-color: #ed812b !important;
    background-color: #ed812b !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(237, 129, 43, .8) !important
}

.btn-patreon:hover,
.btn-patreon:focus,
.btn-patreon:active {
    border-color: #f96854 !important;
    background-color: #f96854 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(249, 104, 84, .8) !important
}

.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active {
    border-color: #e60023 !important;
    background-color: #e60023 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(230, 0, 35, .8) !important
}

.btn-product-hunt:hover,
.btn-product-hunt:focus,
.btn-product-hunt:active {
    border-color: #da552f !important;
    background-color: #da552f !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(218, 85, 47, .8) !important
}

.btn-reddit:hover,
.btn-reddit:focus,
.btn-reddit:active {
    border-color: #ff4500 !important;
    background-color: #ff4500 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(255, 69, 0, .8) !important
}

.btn-skype:hover,
.btn-skype:focus,
.btn-skype:active {
    border-color: #00aff0 !important;
    background-color: #00aff0 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(0, 175, 240, .8) !important
}

.btn-slack:hover,
.btn-slack:focus,
.btn-slack:active {
    border-color: #611f69 !important;
    background-color: #611f69 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(97, 31, 105, .8) !important
}

.btn-snapchat:hover,
.btn-snapchat:focus,
.btn-snapchat:active {
    border-color: #fffc00 !important;
    background-color: #fffc00 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(255, 252, 0, .8) !important
}

.btn-stack-overflow:hover,
.btn-stack-overflow:focus,
.btn-stack-overflow:active {
    border-color: #f48024 !important;
    background-color: #f48024 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(244, 128, 36, .8) !important
}

.btn-steam:hover,
.btn-steam:focus,
.btn-steam:active {
    border-color: #00adee !important;
    background-color: #00adee !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(0, 173, 238, .8) !important
}

.btn-telegram:hover,
.btn-telegram:focus,
.btn-telegram:active {
    border-color: #08c !important;
    background-color: #08c !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(0, 136, 204, .8) !important
}

.btn-tiktok:hover,
.btn-tiktok:focus,
.btn-tiktok:active {
    border-color: #fe2c55 !important;
    background-color: #fe2c55 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(254, 44, 85, .8) !important
}

.btn-trip-advisor:hover,
.btn-trip-advisor:focus,
.btn-trip-advisor:active {
    border-color: #00af87 !important;
    background-color: #00af87 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(0, 175, 135, .8) !important
}

.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active {
    border-color: #35465c !important;
    background-color: #35465c !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(53, 70, 92, .8) !important
}

.btn-twitch:hover,
.btn-twitch:focus,
.btn-twitch:active {
    border-color: #9146ff !important;
    background-color: #9146ff !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(145, 70, 255, .8) !important
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
    border-color: #1da1f2 !important;
    background-color: #1da1f2 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(29, 161, 242, .8) !important
}

.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo:active {
    border-color: #1ab7ea !important;
    background-color: #1ab7ea !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(26, 183, 234, .8) !important
}

.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active {
    border-color: #45668e !important;
    background-color: #45668e !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(69, 102, 142, .8) !important
}

.btn-whatsapp:hover,
.btn-whatsapp:focus,
.btn-whatsapp:active {
    border-color: #128c7e !important;
    background-color: #128c7e !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(18, 140, 126, .8) !important
}

.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active {
    border-color: red !important;
    background-color: red !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(255, 0, 0, .8) !important
}

.btn-zoom:hover,
.btn-zoom:focus,
.btn-zoom:active {
    border-color: #2d8cff !important;
    background-color: #2d8cff !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(45, 140, 255, .8) !important
}

.btn-snapchat:hover,
.btn-snapchat:focus,
.btn-snapchat:active {
    color: #33354d !important
}

.dropdown-toggle::before,
.dropdown-toggle::after {
    font-family: "boxicons";
    font-size: 1.375em;
    font-weight: normal;
    vertical-align: middle !important;
    border: none !important;
    line-height: 1
}

.dropdown-toggle::after {
    margin-right: -0.25rem;
    content: ""
}

.dropdown-toggle.fs-sm::after {
    margin-top: -0.0625rem !important
}

.dropdown-toggle.btn:not(.btn-lg)::before,
.dropdown-toggle.btn:not(.btn-lg)::after {
    font-size: 1.375em
}

.dropup .dropdown-toggle::after {
    content: ""
}

.dropstart .dropdown-toggle::before {
    margin-left: -0.3125rem;
    content: ""
}

.dropend .dropdown-toggle::after {
    margin-right: -0.3125rem;
    content: "";
    font-size: 1.15em !important
}

.dropdown-toggle-split::before,
.dropdown-toggle-split::after {
    margin: 0
}

.dropdown-menu {
    --hsg-dropdown-link-font-weight: 500
}

.dropdown-menu li:hover>.dropdown-item {
    color: var(--hsg-dropdown-link-hover-color)
}

.dropdown-menu .active>.dropdown-item {
    color: var(--hsg-dropdown-link-active-color)
}

.dropdown-menu .active>.dropdown-item,
.dropdown-menu .dropdown-item.active {
    pointer-events: none
}

.dropdown-menu.w-100 {
    min-width: 100%
}

.dropdown-menu-dark,
.dark-mode .dropdown-menu {
    background: var(--hsg-dropdown-bg)
}

.dropdown-menu-dark li:hover>.dropdown-item,
.dark-mode .dropdown-menu li:hover>.dropdown-item {
    color: var(--hsg-dropdown-link-hover-color)
}

.dropdown-menu-dark .active>.dropdown-item,
.dark-mode .dropdown-menu .active>.dropdown-item {
    color: var(--hsg-dropdown-link-active-color)
}

.dropdown-item {
    font-weight: var(--hsg-dropdown-link-font-weight)
}

.dropdown-divider {
    margin-right: var(--hsg-dropdown-item-padding-x);
    margin-left: var(--hsg-dropdown-item-padding-x)
}

hr.dropdown-divider {
    border: 0;
    height: var(--hsg-dropdown-border-width);
    background-color: var(--hsg-dropdown-divider-bg)
}

.dropdown-menu-dark hr.dropdown-divider,
.dark-mode .dropdown-menu hr.dropdown-divider {
    border: 0;
    background-color: var(--hsg-dropdown-divider-bg)
}

.dropdown-menu.show {
    -webkit-animation: fade-in .2s ease-in-out;
    animation: fade-in .2s ease-in-out
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.nav-tabs-alt>.nav-item>.dropdown-menu {
    margin-top: -0.125rem !important;
    border-top-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-item {
    margin-bottom: 0
}

.nav {
    --hsg-nav-link-active-color: #6366f1
}

.nav-link {
    display: flex;
    align-items: center
}

.nav-link.active {
    color: var(--hsg-nav-link-active-color)
}

.nav-link.active:not([data-bs-toggle=dropdown]) {
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    /*--hsg-nav-tabs-link-bg: #eff2fc;*/
    --hsg-nav-tabs-link-bg: #f1f3f5;
    --hsg-nav-tabs-link-hover-bg: #345aca;
    --hsg-nav-tabs-link-disabled-bg: #f3f6ff;
    --hsg-nav-tabs-link-color: #33354d;
    --hsg-nav-tabs-link-hover-color: #6366f1;
    margin-bottom: .75rem
}

.nav-tabs .nav-item {
    margin-bottom: .75rem
}

.nav-tabs .nav-link {
    border-radius: var(--hsg-nav-tabs-border-radius);
    background-color: var(--hsg-nav-tabs-link-bg);
    color: var(--hsg-nav-tabs-link-color)
}

.nav-tabs .nav-link:hover:not(.active),
.nav-tabs .nav-link.show:not(.active) {
    background-color: var(--hsg-nav-tabs-link-hover-bg);
    color: #fff
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link[disabled] {
    background-color: var(--hsg-nav-tabs-link-disabled-bg)
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: var(--hsg-dropdown-border-radius);
    border-top-right-radius: var(--hsg-dropdown-border-radius)
}

.nav-tabs-alt {
    --hsg-nav-tabs-alt-border-width: 1px;
    --hsg-nav-tabs-alt-border-color: #e2e5f1;
    --hsg-nav-tabs-alt-link-padding-y: 0.8025rem;
    --hsg-nav-tabs-alt-link-padding-x: 1rem;
    --hsg-nav-tabs-alt-link-active-border-color: #6366f1;
    margin-bottom: 1.5rem;
    border-bottom: var(--hsg-nav-tabs-alt-border-width) solid var(--hsg-nav-tabs-alt-border-color)
}

.nav-tabs-alt .nav-item {
    margin-bottom: calc(var(--hsg-nav-tabs-alt-border-width)*-1)
}

.nav-tabs-alt .nav-link {
    padding: var(--hsg-nav-tabs-alt-link-padding-y) var(--hsg-nav-tabs-alt-link-padding-x);
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.nav-tabs-alt .nav-link.active {
    border-bottom-color: var(--hsg-nav-tabs-alt-link-active-border-color)
}

.nav-tabs .nav-item,
.nav-pills .nav-item {
    margin-right: .75rem
}

.nav-tabs .nav-item:last-child,
.nav-pills .nav-item:last-child {
    margin-right: 0
}

.nav-tabs.justify-content-center .nav-item,
.nav-pills.justify-content-center .nav-item {
    margin-right: .375rem;
    margin-left: .375rem
}

.nav-tabs.justify-content-end .nav-item,
.nav-pills.justify-content-end .nav-item {
    margin-right: 0;
    margin-left: .75rem
}

.nav-tabs.flex-column .nav-item,
.nav-pills.flex-column .nav-item {
    margin-right: 0;
    margin-bottom: .75rem;
    margin-left: 0
}

.nav-tabs.flex-column .nav-item:last-child,
.nav-pills.flex-column .nav-item:last-child {
    margin-bottom: 0
}

.side-nav {
    --hsg-side-nav-padding-y: 0;
    --hsg-side-nav-padding-x: 2rem;
    --hsg-side-nav-border-width: 1px;
    --hsg-side-nav-border-color: #e2e5f1;
    --hsg-side-nav-link-padding-y: 0.375rem;
    --hsg-side-nav-link-padding-x: 2rem;
    --hsg-side-nav-link-font-size: 0.875rem;
    --hsg-side-nav-link-active-border-color: #6366f1;
    padding: var(--hsg-side-nav-padding-y) var(--hsg-side-nav-padding-x)
}

.side-nav .nav {
    flex-direction: column;
    margin-right: calc(var(--hsg-side-nav-padding-x)*-1);
    margin-left: calc(var(--hsg-side-nav-padding-x)*-1)
}

.side-nav .nav-link {
    padding: var(--hsg-side-nav-link-padding-y) var(--hsg-side-nav-link-padding-x);
    transition: color .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out;
    font-size: var(--hsg-side-nav-link-font-size)
}

.side-nav.side-nav-start {
    border-right: var(--hsg-side-nav-border-width) solid var(--hsg-side-nav-border-color)
}

.side-nav.side-nav-start .nav-link {
    margin-right: calc(var(--hsg-side-nav-border-width)*-1);
    border-right: var(--hsg-side-nav-border-width) solid rgba(0, 0, 0, 0)
}

.side-nav.side-nav-end {
    border-left: var(--hsg-side-nav-border-width) solid var(--hsg-side-nav-border-color)
}

.side-nav.side-nav-end .nav-link {
    margin-left: calc(var(--hsg-side-nav-border-width)*-1);
    border-left: var(--hsg-side-nav-border-width) solid rgba(0, 0, 0, 0)
}

.side-nav .active>.nav-link,
.side-nav .nav-link.active {
    border-color: var(--hsg-side-nav-link-active-border-color)
}

.bg-faded-primary-hover {
    transition: background-color .2s ease-in-out
}

.bg-faded-primary-hover:hover {
    background-color: rgba(99, 102, 241, .12) !important
}

.navbar-brand {
    --hsg-navbar-brand-padding-y: 0.5rem;
    --hsg-navbar-brand-margin-end: 1rem;
    --hsg-navbar-brand-font-size: 1.375rem;
    --hsg-navbar-brand-font-weight: 800;
    display: flex;
    align-items: center;
    padding: calc(var(--hsg-navbar-brand-padding-y)*.5) 0;
    font-weight: var(--hsg-navbar-brand-font-weight)
}

.navbar-brand>img {
    margin-right: .4375rem
}

.navbar-toggler {
    position: relative;
    width: 1.875rem;
    height: 2.25rem
}

.navbar-toggler-icon {
    display: block;
    top: 50%;
    margin-top: -0.0625rem;
    transition-duration: .075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    position: absolute;
    width: 1.375rem;
    height: .125rem;
    transition-property: transform .15s ease;
    background-color: var(--hsg-navbar-toggler-color)
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    display: block;
    content: ""
}

.navbar-toggler-icon::before {
    top: -0.4375rem;
    transition: top .075s .12s ease, opacity .075s ease
}

.navbar-toggler-icon::after {
    bottom: -0.4375rem;
    transition: bottom .075s .12s ease, transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

[aria-expanded=true] .navbar-toggler-icon {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

[aria-expanded=true] .navbar-toggler-icon::before {
    top: 0;
    opacity: 0;
    transition: top .075s ease, opacity .075s .12s ease
}

[aria-expanded=true] .navbar-toggler-icon::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .075s ease, transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.navbar-nav {
    --hsg-nav-link-font-weight: 400;
    --hsg-mega-dropdown-column-width: 14rem
}

.navbar .dropdown-toggle::after {
    margin-top: .0625rem;
    font-size: 1.15em
}

.navbar .navbar-nav .dropdown-menu {
    border: 0;
    border-left: var(--hsg-dropdown-border-wdth, 1px) solid var(--hsg-border-color);
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    background: none;
    box-shadow: none
}

.navbar .navbar-nav .dropdown-menu.dropdown-menu-dark,
.navbar .navbar-nav .dark-mode .dropdown-menu,
.dark-mode .navbar .navbar-nav .dropdown-menu {
    border-color: rgba(255, 255, 255, .14)
}

.navbar .navbar-nav .dropdown-menu .dropdown-menu {
    margin-right: .75rem;
    margin-left: .75rem
}

.navbar .navbar-nav .dropdown-menu .dropdown-toggle::after {
    margin-top: -0.0625rem;
    margin-right: 0;
    margin-left: .125rem;
    font-size: 1em
}

.navbar .navbar-nav .dropdown-menu .dropdown-divider {
    display: none
}

@-webkit-keyframes dropdown-show {
    from {
        transform: scale(0.9);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes dropdown-show {
    from {
        transform: scale(0.9);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

@media(min-width: 500px) {
    .navbar-expand-sm .navbar-brand {
        padding: var(--hsg-navbar-brand-padding-y) 0
    }
    .navbar-expand-sm .offcanvas {
        background-color: rgba(0, 0, 0, 0) !important;
        box-shadow: none
    }
    .navbar-expand-sm .offcanvas-header,
    .navbar-expand-sm .offcanvas-header {
        display: none
    }
    .navbar-expand-sm .dropdown-divider {
        display: block
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        margin-top: var(--hsg-dropdown-spacer);
        border: var(--hsg-dropdown-border-width) solid var(--hsg-dropdown-border-color);
        border-radius: var(--hsg-dropdown-border-radius);
        background-color: var(--hsg-dropdown-bg);
        box-shadow: var(--hsg-dropdown-box-shadow)
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu.dropdown-menu-dark,
    .navbar-expand-sm .navbar-nav .dark-mode .dropdown-menu,
    .dark-mode .navbar-expand-sm .navbar-nav .dropdown-menu {
        background: var(--hsg-dropdown-bg)
    }
    .navbar-expand-sm .dropdown-menu.show {
        display: none
    }
    .navbar-expand-sm .dropdown::before {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: .375rem;
        content: ""
    }
    .navbar-expand-sm .dropdown .dropdown .dropdown-toggle {
        display: flex;
        align-items: center
    }
    .navbar-expand-sm .dropdown .dropdown .dropdown-toggle::after {
        margin-top: 0;
        margin-right: -0.3125rem;
        margin-left: auto;
        font-size: 1.25em;
        content: ""
    }
    .navbar-expand-sm .dropdown .dropdown .dropdown-menu {
        top: calc((var(--hsg-dropdown-item-padding-y) + var(--hsg-dropdown-padding-y))*-1);
        left: 100%;
        margin-right: 0;
        margin-left: 0
    }
    .navbar-expand-sm .dropdown .dropdown-menu-end {
        left: auto;
        right: 0
    }
    .navbar-expand-sm .dropstart>.dropdown-menu {
        top: calc((var(--hsg-dropdown-item-padding-y) + var(--hsg-dropdown-padding-y))*-1);
        right: 94%;
        margin-right: 0;
        margin-left: 0
    }
    .navbar-expand-sm .dropdown:hover>.dropdown-menu,
    .navbar-expand-sm .dropstart:hover>.dropdown-menu {
        display: block;
        -webkit-animation: dropdown-show .2s;
        animation: dropdown-show .2s
    }
    .navbar-expand-sm .mega-dropdown-column {
        width: var(--hsg-mega-dropdown-column-width);
        padding: 0 .75rem
    }
    .navbar-expand-sm .mega-dropdown-column:last-child {
        border-right: 0
    }
}

@media(min-width: 768px) {
    .navbar-expand-md .navbar-brand {
        padding: var(--hsg-navbar-brand-padding-y) 0
    }
    .navbar-expand-md .offcanvas {
        background-color: rgba(0, 0, 0, 0) !important;
        box-shadow: none
    }
    .navbar-expand-md .offcanvas-header,
    .navbar-expand-md .offcanvas-header {
        display: none
    }
    .navbar-expand-md .dropdown-divider {
        display: block
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        margin-top: var(--hsg-dropdown-spacer);
        border: var(--hsg-dropdown-border-width) solid var(--hsg-dropdown-border-color);
        border-radius: var(--hsg-dropdown-border-radius);
        background-color: var(--hsg-dropdown-bg);
        box-shadow: var(--hsg-dropdown-box-shadow)
    }
    .navbar-expand-md .navbar-nav .dropdown-menu.dropdown-menu-dark,
    .navbar-expand-md .navbar-nav .dark-mode .dropdown-menu,
    .dark-mode .navbar-expand-md .navbar-nav .dropdown-menu {
        background: var(--hsg-dropdown-bg)
    }
    .navbar-expand-md .dropdown-menu.show {
        display: none
    }
    .navbar-expand-md .dropdown::before {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: .375rem;
        content: ""
    }
    .navbar-expand-md .dropdown .dropdown .dropdown-toggle {
        display: flex;
        align-items: center
    }
    .navbar-expand-md .dropdown .dropdown .dropdown-toggle::after {
        margin-top: 0;
        margin-right: -0.3125rem;
        margin-left: auto;
        font-size: 1.25em;
        content: ""
    }
    .navbar-expand-md .dropdown .dropdown .dropdown-menu {
        top: calc((var(--hsg-dropdown-item-padding-y) + var(--hsg-dropdown-padding-y))*-1);
        left: 100%;
        margin-right: 0;
        margin-left: 0
    }
    .navbar-expand-md .dropdown .dropdown-menu-end {
        left: auto;
        right: 0
    }
    .navbar-expand-md .dropstart>.dropdown-menu {
        top: calc((var(--hsg-dropdown-item-padding-y) + var(--hsg-dropdown-padding-y))*-1);
        right: 94%;
        margin-right: 0;
        margin-left: 0
    }
    .navbar-expand-md .dropdown:hover>.dropdown-menu,
    .navbar-expand-md .dropstart:hover>.dropdown-menu {
        display: block;
        -webkit-animation: dropdown-show .2s;
        animation: dropdown-show .2s
    }
    .navbar-expand-md .mega-dropdown-column {
        width: var(--hsg-mega-dropdown-column-width);
        padding: 0 .75rem
    }
    .navbar-expand-md .mega-dropdown-column:last-child {
        border-right: 0
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg .navbar-brand {
        padding: var(--hsg-navbar-brand-padding-y) 0
    }
    .navbar-expand-lg .offcanvas {
        background-color: rgba(0, 0, 0, 0) !important;
        box-shadow: none
    }
    .navbar-expand-lg .offcanvas-header,
    .navbar-expand-lg .offcanvas-header {
        display: none
    }
    .navbar-expand-lg .dropdown-divider {
        display: block
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: var(--hsg-dropdown-spacer);
        border: var(--hsg-dropdown-border-width) solid var(--hsg-dropdown-border-color);
        border-radius: var(--hsg-dropdown-border-radius);
        background-color: var(--hsg-dropdown-bg);
        box-shadow: var(--hsg-dropdown-box-shadow)
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-menu-dark,
    .navbar-expand-lg .navbar-nav .dark-mode .dropdown-menu,
    .dark-mode .navbar-expand-lg .navbar-nav .dropdown-menu {
        background: var(--hsg-dropdown-bg)
    }
    .navbar-expand-lg .dropdown-menu.show {
        display: none
    }
    .navbar-expand-lg .dropdown::before {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: .375rem;
        content: ""
    }
    .navbar-expand-lg .dropdown .dropdown .dropdown-toggle {
        display: flex;
        align-items: center
    }
    .navbar-expand-lg .dropdown .dropdown .dropdown-toggle::after {
        margin-top: 0;
        margin-right: -0.3125rem;
        margin-left: auto;
        font-size: 1.25em;
        content: ""
    }
    .navbar-expand-lg .dropdown .dropdown .dropdown-menu {
        top: calc((var(--hsg-dropdown-item-padding-y) + var(--hsg-dropdown-padding-y))*-1);
        left: 100%;
        margin-right: 0;
        margin-left: 0
    }
    .navbar-expand-lg .dropdown .dropdown-menu-end {
        left: auto;
        right: 0
    }
    .navbar-expand-lg .dropstart>.dropdown-menu {
        top: calc((var(--hsg-dropdown-item-padding-y) + var(--hsg-dropdown-padding-y))*-1);
        right: 94%;
        margin-right: 0;
        margin-left: 0
    }
    .navbar-expand-lg .dropdown:hover>.dropdown-menu,
    .navbar-expand-lg .dropstart:hover>.dropdown-menu {
        display: block;
        -webkit-animation: dropdown-show .2s;
        animation: dropdown-show .2s
    }
    .navbar-expand-lg .mega-dropdown-column {
        width: var(--hsg-mega-dropdown-column-width);
        padding: 0 .75rem
    }
    .navbar-expand-lg .mega-dropdown-column:last-child {
        border-right: 0
    }
}

@media(min-width: 1200px) {
    .navbar-expand-xl .navbar-brand {
        padding: var(--hsg-navbar-brand-padding-y) 0
    }
    .navbar-expand-xl .offcanvas {
        background-color: rgba(0, 0, 0, 0) !important;
        box-shadow: none
    }
    .navbar-expand-xl .offcanvas-header,
    .navbar-expand-xl .offcanvas-header {
        display: none
    }
    .navbar-expand-xl .dropdown-divider {
        display: block
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        margin-top: var(--hsg-dropdown-spacer);
        border: var(--hsg-dropdown-border-width) solid var(--hsg-dropdown-border-color);
        border-radius: var(--hsg-dropdown-border-radius);
        background-color: var(--hsg-dropdown-bg);
        box-shadow: var(--hsg-dropdown-box-shadow)
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu.dropdown-menu-dark,
    .navbar-expand-xl .navbar-nav .dark-mode .dropdown-menu,
    .dark-mode .navbar-expand-xl .navbar-nav .dropdown-menu {
        background: var(--hsg-dropdown-bg)
    }
    .navbar-expand-xl .dropdown-menu.show {
        display: none
    }
    .navbar-expand-xl .dropdown::before {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: .375rem;
        content: ""
    }
    .navbar-expand-xl .dropdown .dropdown .dropdown-toggle {
        display: flex;
        align-items: center
    }
    .navbar-expand-xl .dropdown .dropdown .dropdown-toggle::after {
        margin-top: 0;
        margin-right: -0.3125rem;
        margin-left: auto;
        font-size: 1.25em;
        content: ""
    }
    .navbar-expand-xl .dropdown .dropdown .dropdown-menu {
        top: calc((var(--hsg-dropdown-item-padding-y) + var(--hsg-dropdown-padding-y))*-1);
        left: 100%;
        margin-right: 0;
        margin-left: 0
    }
    .navbar-expand-xl .dropdown .dropdown-menu-end {
        left: auto;
        right: 0
    }
    .navbar-expand-xl .dropstart>.dropdown-menu {
        top: calc((var(--hsg-dropdown-item-padding-y) + var(--hsg-dropdown-padding-y))*-1);
        right: 94%;
        margin-right: 0;
        margin-left: 0
    }
    .navbar-expand-xl .dropdown:hover>.dropdown-menu,
    .navbar-expand-xl .dropstart:hover>.dropdown-menu {
        display: block;
        -webkit-animation: dropdown-show .2s;
        animation: dropdown-show .2s
    }
    .navbar-expand-xl .mega-dropdown-column {
        width: var(--hsg-mega-dropdown-column-width);
        padding: 0 .75rem
    }
    .navbar-expand-xl .mega-dropdown-column:last-child {
        border-right: 0
    }
}

@media(min-width: 1400px) {
    .navbar-expand-xxl .navbar-brand {
        padding: var(--hsg-navbar-brand-padding-y) 0
    }
    .navbar-expand-xxl .offcanvas {
        background-color: rgba(0, 0, 0, 0) !important;
        box-shadow: none
    }
    .navbar-expand-xxl .offcanvas-header,
    .navbar-expand-xxl .offcanvas-header {
        display: none
    }
    .navbar-expand-xxl .dropdown-divider {
        display: block
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        margin-top: var(--hsg-dropdown-spacer);
        border: var(--hsg-dropdown-border-width) solid var(--hsg-dropdown-border-color);
        border-radius: var(--hsg-dropdown-border-radius);
        background-color: var(--hsg-dropdown-bg);
        box-shadow: var(--hsg-dropdown-box-shadow)
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu.dropdown-menu-dark,
    .navbar-expand-xxl .navbar-nav .dark-mode .dropdown-menu,
    .dark-mode .navbar-expand-xxl .navbar-nav .dropdown-menu {
        background: var(--hsg-dropdown-bg)
    }
    .navbar-expand-xxl .dropdown-menu.show {
        display: none
    }
    .navbar-expand-xxl .dropdown::before {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: .375rem;
        content: ""
    }
    .navbar-expand-xxl .dropdown .dropdown .dropdown-toggle {
        display: flex;
        align-items: center
    }
    .navbar-expand-xxl .dropdown .dropdown .dropdown-toggle::after {
        margin-top: 0;
        margin-right: -0.3125rem;
        margin-left: auto;
        font-size: 1.25em;
        content: ""
    }
    .navbar-expand-xxl .dropdown .dropdown .dropdown-menu {
        top: calc((var(--hsg-dropdown-item-padding-y) + var(--hsg-dropdown-padding-y))*-1);
        left: 100%;
        margin-right: 0;
        margin-left: 0
    }
    .navbar-expand-xxl .dropdown .dropdown-menu-end {
        left: auto;
        right: 0
    }
    .navbar-expand-xxl .dropstart>.dropdown-menu {
        top: calc((var(--hsg-dropdown-item-padding-y) + var(--hsg-dropdown-padding-y))*-1);
        right: 94%;
        margin-right: 0;
        margin-left: 0
    }
    .navbar-expand-xxl .dropdown:hover>.dropdown-menu,
    .navbar-expand-xxl .dropstart:hover>.dropdown-menu {
        display: block;
        -webkit-animation: dropdown-show .2s;
        animation: dropdown-show .2s
    }
    .navbar-expand-xxl .mega-dropdown-column {
        width: var(--hsg-mega-dropdown-column-width);
        padding: 0 .75rem
    }
    .navbar-expand-xxl .mega-dropdown-column:last-child {
        border-right: 0
    }
}

.navbar-expand .navbar-brand {
    padding: var(--hsg-navbar-brand-padding-y) 0
}

.navbar-expand .offcanvas {
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none
}

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

.navbar-expand .dropdown-divider {
    display: block
}

.navbar-expand .navbar-nav .dropdown-menu {
    margin-top: var(--hsg-dropdown-spacer);
    border: var(--hsg-dropdown-border-width) solid var(--hsg-dropdown-border-color);
    border-radius: var(--hsg-dropdown-border-radius);
    background-color: var(--hsg-dropdown-bg);
    box-shadow: var(--hsg-dropdown-box-shadow)
}

.navbar-expand .navbar-nav .dropdown-menu.dropdown-menu-dark,
.navbar-expand .navbar-nav .dark-mode .dropdown-menu,
.dark-mode .navbar-expand .navbar-nav .dropdown-menu {
    background: var(--hsg-dropdown-bg)
}

.navbar-expand .dropdown-menu.show {
    display: none
}

.navbar-expand .dropdown::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: .375rem;
    content: ""
}

.navbar-expand .dropdown .dropdown .dropdown-toggle {
    display: flex;
    align-items: center
}

.navbar-expand .dropdown .dropdown .dropdown-toggle::after {
    margin-top: 0;
    margin-right: -0.3125rem;
    margin-left: auto;
    font-size: 1.25em;
    content: ""
}

.navbar-expand .dropdown .dropdown .dropdown-menu {
    top: calc((var(--hsg-dropdown-item-padding-y) + var(--hsg-dropdown-padding-y))*-1);
    left: 100%;
    margin-right: 0;
    margin-left: 0
}

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

.navbar-expand .dropstart>.dropdown-menu {
    top: calc((var(--hsg-dropdown-item-padding-y) + var(--hsg-dropdown-padding-y))*-1);
    right: 94%;
    margin-right: 0;
    margin-left: 0
}

.navbar-expand .dropdown:hover>.dropdown-menu,
.navbar-expand .dropstart:hover>.dropdown-menu {
    display: block;
    -webkit-animation: dropdown-show .2s;
    animation: dropdown-show .2s
}

.navbar-expand .mega-dropdown-column {
    width: var(--hsg-mega-dropdown-column-width);
    padding: 0 .75rem
}

.navbar-expand .mega-dropdown-column:last-child {
    border-right: 0
}

.navbar-stuck {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1031
}

.navbar.position-absolute {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030
}

@-webkit-keyframes navbar-show {
    from {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes navbar-show {
    from {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

.navbar {
    --hsg-navbar-stuck-bg: #fff;
    --hsg-navbar-toggler-color: #33354d
}

.navbar.navbar-stuck {
    background-color: var(--hsg-navbar-stuck-bg)
}

.navbar .nav-item:hover>.nav-link:not(.disabled) {
    color: var(--hsg-navbar-hover-color)
}

.navbar .nav-item.active>.nav-link:not(.disabled) {
    color: var(--hsg-navbar-active-color)
}

.navbar .dropdown:hover>.nav-link {
    color: var(--hsg-navbar-hover-color)
}

.navbar.fixed-top {
    z-index: 1031
}

.navbar-dark {
    --hsg-navbar-stuck-bg: #0b0f19;
    --hsg-navbar-toggler-color: rgba(255, 255, 255, 0.85)
}

.card-header,
.card-footer {
    width: calc(100% - var(--hsg-card-spacer-x)*2);
    margin: auto;
    padding-right: 0;
    padding-left: 0
}

.card-header-tabs,
.card-header-pills {
    margin: 0
}

.card-header-tabs .nav-item,
.card-header-pills .nav-item {
    margin-bottom: 0
}

.card-header-tabs .nav-link.active,
.card-header-pills .nav-link.active {
    border-color: var(--hsg-nav-tabs-link-active-border-color);
    background-color: var(--hsg-nav-tabs-link-active-bg)
}

.card-header-tabs.nav-tabs-alt,
.card-header-pills.nav-tabs-alt {
    margin-top: calc(var(--hsg-card-cap-padding-y)*-0.625);
    margin-bottom: calc((var(--hsg-card-cap-padding-y) + .0625rem)*-1);
    border-bottom: 0
}

.card-header-pills .nav-link.active {
    background-color: var(--hsg-nav-pills-link-active-bg)
}

.card-hover:not(.bg-transparent) {
    transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out
}

.card-hover:not(.bg-transparent):hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 .275rem .75rem -0.0625rem rgba(11, 15, 25, .06), 0 .125rem .4rem -0.0625rem rgba(11, 15, 25, .03)
}

.card-hover:not(.bg-transparent).shadow-sm:hover {
    box-shadow: 0 .275rem 1.25rem rgba(11, 15, 25, .05), 0 .25rem .5625rem rgba(11, 15, 25, .03) !important
}

.card-hover:not(.bg-transparent).shadow:hover {
    box-shadow: 0 .3rem 1.525rem -0.375rem rgba(11, 15, 25, .1), 0 .25rem .8125rem -0.125rem rgba(11, 15, 25, .06) !important
}

.card-hover:not(.bg-transparent).border-primary:hover {
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(99, 102, 241, .9) !important
}

.card-hover {
    --hsg-card-icon-hover-color: #6366f1
}

.card-hover .card-img-overlay {
    transition: opacity .3s ease-in-out;
    opacity: 0;
    z-index: 5
}

.card-hover .card-icon {
    transition: color .3s ease-in-out
}

.card-hover:hover .card-icon {
    color: var(--hsg-card-icon-hover-color) !important
}

.card-hover:hover .card-img-overlay {
    opacity: 1
}

.card-hover-primary {
    transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out
}

.card-hover-primary.shadow-sm:hover,
.card-hover-primary.shadow:hover,
.card-hover-primary:hover {
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(99, 102, 241, .9) !important
}

.card-hover-primary .card-title,
.card-hover-primary .card-body,
.card-hover-primary .text-muted,
.card-hover-primary .text-dark,
.card-hover-primary .text-nav,
.card-hover-primary .text-primary,
.card-hover-primary h1,
.card-hover-primary .h1,
.card-hover-primary h2,
.card-hover-primary .h2,
.card-hover-primary h3,
.card-hover-primary .h3,
.card-hover-primary h4,
.card-hover-primary .h4,
.card-hover-primary h5,
.card-hover-primary .h5,
.card-hover-primary h6,
.card-hover-primary .h6 {
    transition: color .2s ease-in-out
}

.card-hover-primary .border-top,
.card-hover-primary .border-end,
.card-hover-primary .border-bottom,
.card-hover-primary .border-start {
    transition: border-color .2s ease-in-out
}

.card-hover-primary .bg-secondary {
    transition: background-color .2s ease-in-out
}

.card-hover-primary:hover {
    border-color: var(--hsg-primary) !important;
    background-color: var(--hsg-primary) !important
}

.card-hover-primary:hover .card-title {
    color: #fff
}

.card-hover-primary:hover .card-body {
    color: rgba(255, 255, 255, .7)
}

.card-hover-primary:hover .text-muted {
    color: rgba(255, 255, 255, .5) !important
}

.card-hover-primary:hover .text-primary {
    color: #fff !important
}

.card-hover-primary:hover .border-top,
.card-hover-primary:hover .border-end,
.card-hover-primary:hover .border-bottom,
.card-hover-primary:hover .border-start {
    border-color: rgba(255, 255, 255, .14) !important
}

.card-hover-primary:hover .bg-secondary {
    background-color: rgba(255, 255, 255, .05) !important
}

.card-hover-primary:hover h1,
.card-hover-primary:hover .h1,
.card-hover-primary:hover h2,
.card-hover-primary:hover .h2,
.card-hover-primary:hover h3,
.card-hover-primary:hover .h3,
.card-hover-primary:hover h4,
.card-hover-primary:hover .h4,
.card-hover-primary:hover h5,
.card-hover-primary:hover .h5,
.card-hover-primary:hover h6,
.card-hover-primary:hover .h6 {
    color: #fff !important
}

.card-hover-primary:hover h1>a,
.card-hover-primary:hover .h1>a,
.card-hover-primary:hover h2>a,
.card-hover-primary:hover .h2>a,
.card-hover-primary:hover h3>a,
.card-hover-primary:hover .h3>a,
.card-hover-primary:hover h4>a,
.card-hover-primary:hover .h4>a,
.card-hover-primary:hover h5>a,
.card-hover-primary:hover .h5>a,
.card-hover-primary:hover h6>a,
.card-hover-primary:hover .h6>a {
    color: #fff !important
}

.card-hover-primary:hover .text-dark:not(.badge.bg-white) {
    color: #fff !important
}

.card-hover-primary:hover .text-nav:not(.badge.bg-white) {
    color: rgba(255, 255, 255, .85) !important
}

.card-portfolio {
    border: 0;
    background-color: rgba(0, 0, 0, 0)
}

.card-portfolio .card-img {
    border-radius: var(--hsg-card-border-radius);
    transform: translateZ(0);
    overflow: hidden
}

.card-portfolio .card-img>img {
    display: block;
    transition: transform .35s ease-in-out
}

.card-portfolio .card-body {
    padding-right: 0;
    padding-left: 0
}

@media(min-width: 768px) {
    .card-portfolio .card-portfolio-meta {
        transition: opacity .35s ease-in-out;
        opacity: 0
    }
    .card-portfolio:hover .card-img>img {
        transform: scale(1.05)
    }
    .card-portfolio:hover .card-portfolio-meta {
        opacity: 1
    }
}

.accordion {
    --hsg-accordion-color: var(--hsg-body-color);
    --hsg-accordion-btn-font-weight: 600;
    --hsg-accordion-btn-color: #0b0f19;
    --hsg-accordion-btn-icon-box-size: 2.25rem;
    --hsg-accordion-btn-icon-box-border-radius: 50%;
    --hsg-accordion-btn-icon-box-bg: #f3f6ff;
    --hsg-accordion-btn-icon-box-active-bg: #6366f1;
    --hsg-accordion-btn-icon-box-active-shadow: 0 -0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9)
}

.accordion-button {
    transition: none;
    font-weight: var(--hsg-accordion-btn-font-weight)
}

.accordion-button:not(.collapsed) {
    box-shadow: inset 0 calc(var(--hsg-accordion-border-width)*-1) 0 var(--hsg-accordion-border-color)
}

.accordion-button::after {
    width: var(--hsg-accordion-btn-icon-box-size);
    height: var(--hsg-accordion-btn-icon-box-size);
    background-position: center;
    background-color: var(--hsg-accordion-btn-icon-box-bg);
    transition: all .35s;
    border-radius: var(--hsg-accordion-btn-icon-box-border-radius)
}

.accordion-button:not(.collapsed)::after {
    background-color: var(--hsg-accordion-btn-icon-box-active-bg);
    box-shadow: var(--hsg-accordion-btn-icon-box-active-shadow)
}

.breadcrumb {
    --hsg-breadcrumb-font-weight: 600;
    --hsg-breadcrumb-color: var(--hsg-gray-600);
    --hsg-breadcrumb-hover-color: var(--hsg-gray-800);
    font-weight: var(--hsg-breadcrumb-font-weight)
}

.breadcrumb-item {
    display: flex;
    align-items: center
}

.breadcrumb-item+.breadcrumb-item::before {
    margin-top: .15em;
    font-family: "boxicons";
    font-size: 1.15em;
    font-weight: normal;
    line-height: 1
}

.breadcrumb-item>a {
    display: flex;
    align-items: center;
    color: var(--hsg-breadcrumb-color);
    text-decoration: none
}

.breadcrumb-item:hover>a {
    color: var(--hsg-breadcrumb-hover-color)
}

.pagination {
    --hsg-pagination-font-weight: 600;
    --hsg-pagination-active-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9);
    margin-bottom: 0
}

.page-link {
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: var(--hsg-pagination-border-radius);
    font-weight: var(--hsg-pagination-font-weight)
}

.page-link>i {
    margin-top: .0625rem;
    font-size: 1.425em
}

.page-item {
    margin: 0 .125rem
}

.page-item:first-child {
    margin-left: 0
}

.page-item:last-child {
    margin-right: 0
}

.page-item.active .page-link {
    box-shadow: var(--hsg-pagination-active-box-shadow)
}

.pagination-sm {
    --hsg-pagination-border-radius: 0.25rem;
    --hsg-pagination-font-size: 0.75rem
}

.pagination-lg {
    --hsg-pagination-border-radius: 0.5rem;
    --hsg-pagination-font-size: 1rem
}

.badge.bg-secondary,
.badge.bg-light {
    --hsg-badge-color: #33354d
}

a.badge {
    text-decoration: none
}

.btn .badge {
    top: 1px
}

.alert {
    --hsg-alert-link-color: inherit
}

.alert .alert-link {
    color: var(--hsg-alert-link-color)
}

.alert-secondary {
    --hsg-alert-bg: #f3f5fd
}

.alert-secondary,
.alert-light {
    --hsg-alert-color: #33354d;
    --hsg-alert-border-color: var(--hsg-border-color);
    --hsg-alert-link-color: #0b0f19
}

.alert-dark {
    --hsg-alert-border-color: #0b0f19;
    --hsg-alert-bg: #0b0f19;
    --hsg-alert-color: rgba(255, 255, 255, .85);
    --hsg-alert-link-color: #fff
}

.alert-dismissible .btn-close {
    padding: calc(var(--hsg-alert-padding-y)*1.375) var(--hsg-alert-padding-x)
}

.alert-primary .btn-close {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231419e4'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75em auto no-repeat
}

.alert-success .btn-close {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23147739'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75em auto no-repeat
}

.alert-info .btn-close {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a4ddd'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75em auto no-repeat
}

.alert-warning .btn-close {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ab7b00'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75em auto no-repeat
}

.alert-danger .btn-close {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c61111'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75em auto no-repeat
}

.list-group {
    --hsg-list-group-color: #565973;
    --hsg-list-group-bg: transparent;
    --hsg-list-group-border-color: #e2e5f1;
    --hsg-list-group-border-width: 1px;
    --hsg-list-group-border-radius: 0.5rem;
    --hsg-list-group-item-padding-x: 1rem;
    --hsg-list-group-item-padding-y: 0.75rem;
    --hsg-list-group-action-color: #33354d;
    --hsg-list-group-action-hover-color: #6366f1;
    --hsg-list-group-action-hover-bg: rgba(99, 102, 241, 0.12);
    --hsg-list-group-action-active-color: #fff;
    --hsg-list-group-action-active-bg: #6366f1;
    --hsg-list-group-disabled-color: #9397ad;
    --hsg-list-group-disabled-bg: transparent;
    --hsg-list-group-active-color: #fff;
    --hsg-list-group-active-bg: #6366f1;
    --hsg-list-group-active-border-color: #6366f1;
    --hsg-list-group-active-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--hsg-list-group-border-radius)
}

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

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

.list-group-item {
    position: relative;
    display: block;
    padding: var(--hsg-list-group-item-padding-y) var(--hsg-list-group-item-padding-x);
    color: var(--hsg-list-group-color);
    text-decoration: none;
    background-color: var(--hsg-list-group-bg);
    border: var(--hsg-list-group-border-width) solid var(--hsg-list-group-border-color)
}

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

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

.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--hsg-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--hsg-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--hsg-list-group-active-color);
    background-color: var(--hsg-list-group-active-bg);
    border-color: var(--hsg-list-group-active-border-color);
    box-shadow: var(--hsg-list-group-active-box-shadow)
}

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

.list-group-item+.list-group-item.active {
    margin-top: calc(var(--hsg-list-group-border-width)*-1);
    border-top-width: var(--hsg-list-group-border-width)
}

.list-group-item-action {
    width: 100%;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    color: var(--hsg-list-group-action-color);
    font-weight: 600;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: var(--hsg-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--hsg-list-group-action-hover-bg)
}

.list-group-item-action.active {
    color: var(--hsg-list-group-action-active-color);
    background-color: var(--hsg-list-group-action-active-bg)
}

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

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: var(--hsg-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: var(--hsg-list-group-border-radius);
    border-bottom-left-radius: 0
}

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

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: var(--hsg-list-group-border-width);
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(var(--hsg-list-group-border-width)*-1);
    border-left-width: var(--hsg-list-group-border-width)
}

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

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

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

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

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

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

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--hsg-list-group-border-width)
}

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

.list-group-flush .list-group-item-action {
    margin-bottom: .125rem;
    border: 0;
    border-radius: var(--hsg-list-group-border-radius)
}

.card .list-group-flush .list-group-item-action {
    margin-bottom: 0;
    border-bottom: var(--hsg-list-group-border-width) solid var(--hsg-list-group-border-color);
    border-radius: 0
}

.card .list-group-flush .list-group-item-action:last-child {
    border-bottom: 0
}

.card .list-group-flush .list-group-item-action.active {
    border-color: var(--hsg-list-group-active-border-color)
}

.offcanvas-body .list-group-flush .list-group-item-action {
    margin-bottom: .0625rem;
    border-radius: 0
}

.toast-header {
    position: relative;
    border: 0;
    font-weight: 800
}

.toast-header::after {
    position: absolute;
    left: var(--hsg-toast-padding-x);
    bottom: calc(var(--hsg-toast-border-width)*-1);
    width: calc(100% - var(--hsg-toast-padding-x)*2);
    height: var(--hsg-toast-border-width);
    background-color: var(--hsg-toast-header-border-color);
    content: ""
}

.toast-header[class^=bg-]::after,
.toast-header[class*=" bg-"]::after {
    display: none
}

.toast-header .btn-close {
    margin-right: 0
}

.modal-content {
    padding-right: var(--hsg-modal-padding);
    padding-left: var(--hsg-modal-padding)
}

.modal-header,
.modal-footer {
    padding-right: 0;
    padding-left: 0
}

.modal-body {
    margin-right: calc(var(--hsg-modal-padding)*-1);
    margin-left: calc(var(--hsg-modal-padding)*-1)
}

.offcanvas-header {
    padding: calc(var(--hsg-offcanvas-padding-y)*.75) var(--hsg-offcanvas-padding-x)
}

.offcanvas-body {
    display: block !important
}

.btn-prev,
.btn-next {
    --hsg-carousel-nav-btn-border-radius: 50%;
    --hsg-carousel-nav-btn-bg: #fff;
    --hsg-carousel-nav-btn-color: #33354d;
    --hsg-carousel-nav-btn-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
    --hsg-carousel-nav-btn-hover-bg: #fff;
    --hsg-carousel-nav-btn-hover-color: #000;
    --hsg-carousel-nav-btn-hover-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, 0.2);
    --hsg-carousel-nav-btn-disabled-color: rgba(51, 53, 77, .5);
    --hsg-carousel-nav-btn-font-size: 1rem;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, opacity .2s ease-in-out;
    border: 0;
    border-radius: var(--hsg-carousel-nav-btn-border-radius);
    background-color: var(--hsg-carousel-nav-btn-bg);
    color: var(--hsg-carousel-nav-btn-color) !important;
    font-size: var(--hsg-carousel-nav-btn-font-size);
    box-shadow: var(--hsg-carousel-nav-btn-box-shadow)
}

.btn-prev:focus,
.btn-next:focus {
    background-color: var(--hsg-carousel-nav-btn-bg);
    box-shadow: var(--hsg-carousel-nav-btn-box-shadow)
}

.btn-prev.bg-white,
.btn-next.bg-white {
    color: #33354d !important
}

.btn-prev:not(.bg-transparent):hover,
.btn-next:not(.bg-transparent):hover {
    background-color: var(--hsg-carousel-nav-btn-hover-bg) !important;
    color: var(--hsg-carousel-nav-btn-hover-color) !important;
    box-shadow: var(--hsg-carousel-nav-btn-hover-box-shadow) !important
}

.btn-prev>i,
.btn-next>i {
    font-size: 1.5em
}

.btn-prev.btn-sm>i,
.btn-group-sm>.btn-prev.btn>i,
.btn-next.btn-sm>i,
.btn-group-sm>.btn-next.btn>i {
    font-size: 1.25em
}

.btn-prev.btn-lg>i,
.btn-group-lg>.btn-prev.btn>i,
.btn-next.btn-lg>i,
.btn-group-lg>.btn-next.btn>i {
    font-size: 1.75em
}

.btn-prev.btn-xl>i,
.btn-next.btn-xl>i {
    font-size: 2em
}

.swiper-button-disabled,
.swiper-button-disabled:disabled {
    background-color: var(--hsg-carousel-nav-btn-bg);
    color: var(--hsg-carousel-nav-btn-disabled-color) !important;
    box-shadow: var(--hsg-carousel-nav-btn-box-shadow) !important;
    opacity: 1
}

.swiper-button-disabled.shadow-none,
.swiper-button-disabled:disabled.shadow-none {
    box-shadow: none !important
}

.pagination .swiper-button-disabled,
.pagination .swiper-button-disabled:disabled {
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    pointer-events: none
}

.swiper .btn-prev:not(.position-static),
.swiper .btn-next:not(.position-static) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}

.swiper .btn-prev {
    left: 1.25rem
}

.swiper .btn-next {
    right: 1.25rem
}

.swiper-nav-onhover .btn-prev,
.swiper-nav-onhover .btn-next {
    opacity: 0 !important
}

.swiper-nav-onhover:hover .btn-prev,
.swiper-nav-onhover:hover .btn-next {
    opacity: 1 !important
}

.swiper-pagination {
    --hsg-carousel-pagination-bullet-width: 8px;
    --hsg-carousel-pagination-bullet-height: 8px;
    --hsg-carousel-pagination-bullet-spacer: 0.875rem;
    --hsg-carousel-pagination-bullet-border-radius: 50rem;
    --hsg-carousel-pagination-bullet-bg: #000;
    --hsg-carousel-pagination-bullet-active-width: 16px;
    --hsg-carousel-pagination-bullet-active-bg: #000;
    --hsg-carousel-pagination-progressbar-height: 0.1875rem;
    --hsg-carousel-pagination-progressbar-bg: #e2e5f1;
    --hsg-carousel-pagination-progressbar-fill-bg: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1.25rem
}

.swiper-pagination-bullet {
    width: var(--hsg-carousel-pagination-bullet-width);
    height: var(--hsg-carousel-pagination-bullet-height);
    transition: width .2s ease-in-out, height .2s ease-in-out, background-color .2s ease-in-out;
    border-radius: var(--hsg-carousel-pagination-bullet-border-radius);
    background-color: var(--hsg-carousel-pagination-bullet-bg);
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    background-color: var(--hsg-carousel-pagination-bullet-active-bg);
    opacity: 1
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 1.25rem
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin-right: calc(var(--hsg-carousel-pagination-bullet-spacer)*.5);
    margin-left: calc(var(--hsg-carousel-pagination-bullet-spacer)*.5)
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    width: var(--hsg-carousel-pagination-bullet-active-width)
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-vertical {
    flex-direction: column;
    right: 1.25rem
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet {
    margin-top: calc(var(--hsg-carousel-pagination-bullet-spacer)*.5);
    margin-bottom: calc(var(--hsg-carousel-pagination-bullet-spacer)*.5)
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet-active {
    height: var(--hsg-carousel-pagination-bullet-active-width)
}

.swiper-pagination-progressbar {
    background-color: var(--hsg-carousel-pagination-progressbar-bg)
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--hsg-carousel-pagination-progressbar-fill-bg)
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: var(--hsg-carousel-pagination-progressbar-height)
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical {
    width: var(--hsg-carousel-pagination-progressbar-height)
}

.page-link.btn-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0
}

.swiper-scrollbar {
    --hsg-carousel-scrollbar-width: 0.1875rem;
    --hsg-carousel-scrollbar-bg: #e2e5f1;
    --hsg-carousel-scrollbar-drag-bg: #a2a6bc;
    background-color: var(--hsg-carousel-scrollbar-bg)
}

.swiper-scrollbar-drag {
    background-color: var(--hsg-carousel-scrollbar-drag-bg)
}

.swiper-vertical>.swiper-scrollbar {
    top: 0;
    height: 100%;
    width: var(--hsg-carousel-scrollbar-width)
}

.swiper-horizontal>.swiper-scrollbar {
    left: 0;
    width: 100%;
    height: var(--hsg-carousel-scrollbar-width)
}

.scrollbar-hover .swiper-scrollbar {
    transition: opacity .2s ease-in-out;
    opacity: 0
}

.scrollbar-hover:hover .swiper-scrollbar {
    opacity: 1
}

.swiper-tabs {
    position: relative;
    height: 100%
}

.swiper-tab {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.swiper-tab.active {
    position: relative;
    opacity: 1;
    visibility: visible
}

.from-top,
.from-bottom,
.from-start,
.from-end,
.scale-up,
.scale-down,
.fade-in {
    transition: all .4s .4s ease-in-out;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.from-top {
    transform: translateY(-2.25rem)
}

.from-bottom {
    transform: translateY(2.25rem)
}

.from-start {
    transform: translateX(-2.25rem)
}

.from-end {
    transform: translateX(2.25rem)
}

.scale-up {
    transform: scale(0.85)
}

.scale-down {
    transform: scale(1.15)
}

.delay-1 {
    transition-delay: .5s
}

.delay-2 {
    transition-delay: .7s
}

.delay-3 {
    transition-delay: .9s
}

.delay-4 {
    transition-delay: 1.1s
}

.swiper-slide-active .from-top,
.swiper-slide-active .from-bottom {
    transform: translateY(0);
    opacity: 1
}

.swiper-slide-active .from-start,
.swiper-slide-active .from-end {
    transform: translateX(0);
    opacity: 1
}

.swiper-slide-active .scale-up,
.swiper-slide-active .scale-down {
    transform: scale(1);
    opacity: 1
}

.swiper-slide-active .fade-in {
    opacity: 1
}

.mobile-app-slider {
    max-width: 328px;
    border-radius: 4rem
}

@media(min-width: 768px) {
    .mobile-app-slider {
        max-width: 100%
    }
    .mobile-app-slider .swiper-slide {
        transition: opacity .3s ease-in-out;
        opacity: .8
    }
    .mobile-app-slider .swiper-slide.swiper-slide-active {
        opacity: 1
    }
}

.gallery {
    --hsg-gallery-overlay-bg: rgba(11, 15, 25, 0.4);
    --hsg-gallery-indicator-size: 4.5rem;
    --hsg-gallery-image-indicator-color: #fff;
    --hsg-gallery-image-indicator-font-size: 2rem;
    --hsg-gallery-video-indicator-bg: #fff;
    --hsg-gallery-video-indicator-color: #33354d;
    --hsg-gallery-video-indicator-font-size: 2rem;
    --hsg-gallery-video-indicator-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
    --hsg-gallery-video-indicator-hover-bg: #6366f1;
    --hsg-gallery-video-indicator-hover-color: #fff;
    --hsg-gallery-video-indicator-hover-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9)
}

.gallery-item {
    display: block;
    position: relative;
    text-decoration: none !important;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.gallery-item>img {
    display: block;
    width: 100%
}

.gallery-item::before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out;
    background-color: var(--hsg-gallery-overlay-bg);
    content: "";
    opacity: 0;
    z-index: 1
}

.gallery-item::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--hsg-gallery-indicator-size);
    height: var(--hsg-gallery-indicator-size);
    margin-top: calc(var(--hsg-gallery-indicator-size)*-0.5);
    margin-left: calc(var(--hsg-gallery-indicator-size)*-0.5);
    transform: scale(0.3);
    color: var(--hsg-gallery-image-indicator-color);
    font-family: "boxicons";
    font-size: var(--hsg-gallery-image-indicator-font-size);
    text-align: center;
    line-height: var(--hsg-gallery-indicator-size);
    content: "";
    z-index: 5
}

.gallery-item .gallery-item-caption {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1rem;
    transform: translateY(0.5rem);
    color: #fff;
    z-index: 5
}

.gallery-item::after,
.gallery-item .gallery-item-caption {
    transition: all .3s ease-in-out;
    opacity: 0
}

.gallery-item:hover::before,
.gallery-item:hover::after,
.gallery-item:hover .gallery-item-caption,
.gallery-item.is-hovered::before,
.gallery-item.is-hovered::after,
.gallery-item.is-hovered .gallery-item-caption {
    transform: none;
    opacity: 1
}

.gallery-item.video-item::after {
    padding-top: .0625rem;
    padding-left: .25rem;
    transform: none;
    border-radius: 50%;
    background-color: var(--hsg-gallery-video-indicator-bg);
    color: var(--hsg-gallery-video-indicator-color);
    font-size: var(--hsg-gallery-video-indicator-font-size);
    opacity: 1;
    box-shadow: var(--hsg-gallery-video-indicator-box-shadow);
    content: ""
}

.gallery-item.video-item:hover::after {
    background-color: var(--hsg-gallery-video-indicator-hover-bg);
    color: var(--hsg-gallery-video-indicator-hover-color);
    box-shadow: var(--hsg-gallery-video-indicator-hover-box-shadow)
}

.lg-backdrop {
    z-index: 1055
}

.lg-outer {
    z-index: 1060
}

.lg-outer .lg-thumb-item:hover,
.lg-outer .lg-thumb-item.active {
    border-color: var(--hsg-primary)
}

.lg-on {
    overflow: hidden
}

.lg-item:focus,
.lg:focus,
.lg-outer:focus,
.lg-inner:focus {
    outline: none
}

.steps {
    --hsg-steps-padding-y: 1.5rem;
    --hsg-steps-padding-x: 1.5rem;
    --hsg-steps-number-size: 7.625rem;
    --hsg-steps-number-inner-size: 5.625rem;
    --hsg-steps-number-size-sm: 5rem;
    --hsg-steps-number-inner-size-sm: 3.5rem;
    --hsg-steps-number-border-radius: 50%;
    --hsg-steps-number-bg: #f3f6ff;
    --hsg-steps-number-inner-bg: #fff;
    --hsg-steps-number-inner-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
    --hsg-steps-number-font-size: 2rem;
    --hsg-steps-number-font-size-sm: 1.5rem;
    --hsg-steps-number-color: var(--hsg-heading-color);
    --hsg-steps-connect-width: var(--hsg-border-width);
    --hsg-steps-connect-color: var(--hsg-border-color);
    display: flex;
    flex-direction: column
}

.step {
    position: relative;
    display: flex;
    align-items: center;
    padding: var(--hsg-steps-padding-y) 0
}

.step:first-child {
    padding-top: 0 !important
}

.step:last-child {
    padding-bottom: 0 !important
}

.step::before,
.step::after {
    position: absolute;
    left: calc(var(--hsg-steps-number-size)*.5);
    width: var(--hsg-steps-connect-width);
    height: 50%;
    content: ""
}

.step::before {
    top: 0
}

.step::after {
    top: 50%
}

.step:not(:first-child)::before {
    background-color: var(--hsg-steps-connect-color)
}

.step:not(:last-child)::after {
    background-color: var(--hsg-steps-connect-color)
}

.step-number {
    position: relative;
    width: var(--hsg-steps-number-size);
    height: var(--hsg-steps-number-size);
    flex-shrink: 0;
    padding-top: calc((var(--hsg-steps-number-size) - var(--hsg-steps-number-inner-size))*.5);
    padding-left: calc((var(--hsg-steps-number-size) - var(--hsg-steps-number-inner-size))*.5);
    border-radius: var(--hsg-steps-number-border-radius);
    background-color: var(--hsg-steps-number-bg);
    color: var(--hsg-steps-number-color);
    font-size: var(--hsg-steps-number-font-size);
    font-weight: 800;
    z-index: 2
}

.step-number .step-number-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--hsg-steps-number-inner-size);
    height: var(--hsg-steps-number-inner-size);
    border-radius: var(--hsg-steps-number-border-radius);
    background-color: var(--hsg-steps-number-inner-bg);
    box-shadow: var(--hsg-steps-number-inner-box-shadow)
}

.step-body {
    padding-left: var(--hsg-steps-padding-x)
}

.steps-sm .step::before,
.steps-sm .step::after {
    left: calc(var(--hsg-steps-number-size-sm)*.5)
}

.steps-sm .step-number {
    width: var(--hsg-steps-number-size-sm);
    height: var(--hsg-steps-number-size-sm);
    padding-top: .75rem;
    padding-left: .75rem;
    font-size: var(--hsg-steps-number-font-size-sm)
}

.steps-sm .step-number .step-number-inner {
    width: var(--hsg-steps-number-inner-size-sm);
    height: var(--hsg-steps-number-inner-size-sm)
}

@media(min-width: 500px) {
    .steps-horizontal-sm.steps {
        flex-direction: row;
        margin-right: calc(var(--hsg-steps-padding-x)*-1);
        margin-left: calc(var(--hsg-steps-padding-x)*-1)
    }
    .steps-horizontal-sm .step {
        display: block;
        flex-basis: 0;
        flex-grow: 1;
        padding: 0 var(--hsg-steps-padding-x)
    }
    .steps-horizontal-sm .step::before,
    .steps-horizontal-sm .step::after {
        top: calc(var(--hsg-steps-number-size)*.5);
        height: var(--hsg-steps-connect-width)
    }
    .steps-horizontal-sm .step::before {
        display: none;
        left: 0
    }
    .steps-horizontal-sm .step::after {
        left: var(--hsg-steps-padding-x);
        width: 100%
    }
    .steps-horizontal-sm.steps-sm .step::before,
    .steps-horizontal-sm.steps-sm .step::after {
        top: calc(var(--hsg-steps-number-size-sm)*.5)
    }
    .steps-horizontal-sm .step-number {
        margin-bottom: var(--hsg-steps-padding-y)
    }
    .steps-horizontal-sm .step-body {
        padding-left: 0
    }
    .steps-horizontal-sm.steps-center {
        text-align: center
    }
    .steps-horizontal-sm.steps-center .step::after {
        left: 50%;
        width: 50%
    }
    .steps-horizontal-sm.steps-center .step:not(:first-child)::before {
        display: block;
        width: 50%
    }
    .steps-horizontal-sm.steps-center .step-number {
        margin-right: auto;
        margin-left: auto
    }
    .steps-horizontal-sm.steps-end {
        text-align: right
    }
    .steps-horizontal-sm.steps-end .step:not(:first-child)::before {
        display: block;
        width: calc(100% - var(--hsg-steps-padding-x))
    }
    .steps-horizontal-sm.steps-end .step::after {
        right: 0;
        left: auto;
        width: var(--hsg-steps-padding-x)
    }
    .steps-horizontal-sm.steps-end .step:last-child::after {
        display: none
    }
    .steps-horizontal-sm.steps-end .step-number {
        margin-left: auto
    }
}

@media(min-width: 768px) {
    .steps-horizontal-md.steps {
        flex-direction: row;
        margin-right: calc(var(--hsg-steps-padding-x)*-1);
        margin-left: calc(var(--hsg-steps-padding-x)*-1)
    }
    .steps-horizontal-md .step {
        display: block;
        flex-basis: 0;
        flex-grow: 1;
        padding: 0 var(--hsg-steps-padding-x)
    }
    .steps-horizontal-md .step::before,
    .steps-horizontal-md .step::after {
        top: calc(var(--hsg-steps-number-size)*.5);
        height: var(--hsg-steps-connect-width)
    }
    .steps-horizontal-md .step::before {
        display: none;
        left: 0
    }
    .steps-horizontal-md .step::after {
        left: var(--hsg-steps-padding-x);
        width: 100%
    }
    .steps-horizontal-md.steps-sm .step::before,
    .steps-horizontal-md.steps-sm .step::after {
        top: calc(var(--hsg-steps-number-size-sm)*.5)
    }
    .steps-horizontal-md .step-number {
        margin-bottom: var(--hsg-steps-padding-y)
    }
    .steps-horizontal-md .step-body {
        padding-left: 0
    }
    .steps-horizontal-md.steps-center {
        text-align: center
    }
    .steps-horizontal-md.steps-center .step::after {
        left: 50%;
        width: 50%
    }
    .steps-horizontal-md.steps-center .step:not(:first-child)::before {
        display: block;
        width: 50%
    }
    .steps-horizontal-md.steps-center .step-number {
        margin-right: auto;
        margin-left: auto
    }
    .steps-horizontal-md.steps-end {
        text-align: right
    }
    .steps-horizontal-md.steps-end .step:not(:first-child)::before {
        display: block;
        width: calc(100% - var(--hsg-steps-padding-x))
    }
    .steps-horizontal-md.steps-end .step::after {
        right: 0;
        left: auto;
        width: var(--hsg-steps-padding-x)
    }
    .steps-horizontal-md.steps-end .step:last-child::after {
        display: none
    }
    .steps-horizontal-md.steps-end .step-number {
        margin-left: auto
    }
}

@media(min-width: 992px) {
    .steps-horizontal-lg.steps {
        flex-direction: row;
        margin-right: calc(var(--hsg-steps-padding-x)*-1);
        margin-left: calc(var(--hsg-steps-padding-x)*-1)
    }
    .steps-horizontal-lg .step {
        display: block;
        flex-basis: 0;
        flex-grow: 1;
        padding: 0 var(--hsg-steps-padding-x)
    }
    .steps-horizontal-lg .step::before,
    .steps-horizontal-lg .step::after {
        top: calc(var(--hsg-steps-number-size)*.5);
        height: var(--hsg-steps-connect-width)
    }
    .steps-horizontal-lg .step::before {
        display: none;
        left: 0
    }
    .steps-horizontal-lg .step::after {
        left: var(--hsg-steps-padding-x);
        width: 100%
    }
    .steps-horizontal-lg.steps-sm .step::before,
    .steps-horizontal-lg.steps-sm .step::after {
        top: calc(var(--hsg-steps-number-size-sm)*.5)
    }
    .steps-horizontal-lg .step-number {
        margin-bottom: var(--hsg-steps-padding-y)
    }
    .steps-horizontal-lg .step-body {
        padding-left: 0
    }
    .steps-horizontal-lg.steps-center {
        text-align: center
    }
    .steps-horizontal-lg.steps-center .step::after {
        left: 50%;
        width: 50%
    }
    .steps-horizontal-lg.steps-center .step:not(:first-child)::before {
        display: block;
        width: 50%
    }
    .steps-horizontal-lg.steps-center .step-number {
        margin-right: auto;
        margin-left: auto
    }
    .steps-horizontal-lg.steps-end {
        text-align: right
    }
    .steps-horizontal-lg.steps-end .step:not(:first-child)::before {
        display: block;
        width: calc(100% - var(--hsg-steps-padding-x))
    }
    .steps-horizontal-lg.steps-end .step::after {
        right: 0;
        left: auto;
        width: var(--hsg-steps-padding-x)
    }
    .steps-horizontal-lg.steps-end .step:last-child::after {
        display: none
    }
    .steps-horizontal-lg.steps-end .step-number {
        margin-left: auto
    }
}

@media(min-width: 1200px) {
    .steps-horizontal-xl.steps {
        flex-direction: row;
        margin-right: calc(var(--hsg-steps-padding-x)*-1);
        margin-left: calc(var(--hsg-steps-padding-x)*-1)
    }
    .steps-horizontal-xl .step {
        display: block;
        flex-basis: 0;
        flex-grow: 1;
        padding: 0 var(--hsg-steps-padding-x)
    }
    .steps-horizontal-xl .step::before,
    .steps-horizontal-xl .step::after {
        top: calc(var(--hsg-steps-number-size)*.5);
        height: var(--hsg-steps-connect-width)
    }
    .steps-horizontal-xl .step::before {
        display: none;
        left: 0
    }
    .steps-horizontal-xl .step::after {
        left: var(--hsg-steps-padding-x);
        width: 100%
    }
    .steps-horizontal-xl.steps-sm .step::before,
    .steps-horizontal-xl.steps-sm .step::after {
        top: calc(var(--hsg-steps-number-size-sm)*.5)
    }
    .steps-horizontal-xl .step-number {
        margin-bottom: var(--hsg-steps-padding-y)
    }
    .steps-horizontal-xl .step-body {
        padding-left: 0
    }
    .steps-horizontal-xl.steps-center {
        text-align: center
    }
    .steps-horizontal-xl.steps-center .step::after {
        left: 50%;
        width: 50%
    }
    .steps-horizontal-xl.steps-center .step:not(:first-child)::before {
        display: block;
        width: 50%
    }
    .steps-horizontal-xl.steps-center .step-number {
        margin-right: auto;
        margin-left: auto
    }
    .steps-horizontal-xl.steps-end {
        text-align: right
    }
    .steps-horizontal-xl.steps-end .step:not(:first-child)::before {
        display: block;
        width: calc(100% - var(--hsg-steps-padding-x))
    }
    .steps-horizontal-xl.steps-end .step::after {
        right: 0;
        left: auto;
        width: var(--hsg-steps-padding-x)
    }
    .steps-horizontal-xl.steps-end .step:last-child::after {
        display: none
    }
    .steps-horizontal-xl.steps-end .step-number {
        margin-left: auto
    }
}

@media(min-width: 1400px) {
    .steps-horizontal-xxl.steps {
        flex-direction: row;
        margin-right: calc(var(--hsg-steps-padding-x)*-1);
        margin-left: calc(var(--hsg-steps-padding-x)*-1)
    }
    .steps-horizontal-xxl .step {
        display: block;
        flex-basis: 0;
        flex-grow: 1;
        padding: 0 var(--hsg-steps-padding-x)
    }
    .steps-horizontal-xxl .step::before,
    .steps-horizontal-xxl .step::after {
        top: calc(var(--hsg-steps-number-size)*.5);
        height: var(--hsg-steps-connect-width)
    }
    .steps-horizontal-xxl .step::before {
        display: none;
        left: 0
    }
    .steps-horizontal-xxl .step::after {
        left: var(--hsg-steps-padding-x);
        width: 100%
    }
    .steps-horizontal-xxl.steps-sm .step::before,
    .steps-horizontal-xxl.steps-sm .step::after {
        top: calc(var(--hsg-steps-number-size-sm)*.5)
    }
    .steps-horizontal-xxl .step-number {
        margin-bottom: var(--hsg-steps-padding-y)
    }
    .steps-horizontal-xxl .step-body {
        padding-left: 0
    }
    .steps-horizontal-xxl.steps-center {
        text-align: center
    }
    .steps-horizontal-xxl.steps-center .step::after {
        left: 50%;
        width: 50%
    }
    .steps-horizontal-xxl.steps-center .step:not(:first-child)::before {
        display: block;
        width: 50%
    }
    .steps-horizontal-xxl.steps-center .step-number {
        margin-right: auto;
        margin-left: auto
    }
    .steps-horizontal-xxl.steps-end {
        text-align: right
    }
    .steps-horizontal-xxl.steps-end .step:not(:first-child)::before {
        display: block;
        width: calc(100% - var(--hsg-steps-padding-x))
    }
    .steps-horizontal-xxl.steps-end .step::after {
        right: 0;
        left: auto;
        width: var(--hsg-steps-padding-x)
    }
    .steps-horizontal-xxl.steps-end .step:last-child::after {
        display: none
    }
    .steps-horizontal-xxl.steps-end .step-number {
        margin-left: auto
    }
}

.steps-horizontal.steps {
    flex-direction: row;
    margin-right: calc(var(--hsg-steps-padding-x)*-1);
    margin-left: calc(var(--hsg-steps-padding-x)*-1)
}

.steps-horizontal .step {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 var(--hsg-steps-padding-x)
}

.steps-horizontal .step::before,
.steps-horizontal .step::after {
    top: calc(var(--hsg-steps-number-size)*.5);
    height: var(--hsg-steps-connect-width)
}

.steps-horizontal .step::before {
    display: none;
    left: 0
}

.steps-horizontal .step::after {
    left: var(--hsg-steps-padding-x);
    width: 100%
}

.steps-horizontal.steps-sm .step::before,
.steps-horizontal.steps-sm .step::after {
    top: calc(var(--hsg-steps-number-size-sm)*.5)
}

.steps-horizontal .step-number {
    margin-bottom: var(--hsg-steps-padding-y)
}

.steps-horizontal .step-body {
    padding-left: 0
}

.steps-horizontal.steps-center {
    text-align: center
}

.steps-horizontal.steps-center .step::after {
    left: 50%;
    width: 50%
}

.steps-horizontal.steps-center .step:not(:first-child)::before {
    display: block;
    width: 50%
}

.steps-horizontal.steps-center .step-number {
    margin-right: auto;
    margin-left: auto
}

.steps-horizontal.steps-end {
    text-align: right
}

.steps-horizontal.steps-end .step:not(:first-child)::before {
    display: block;
    width: calc(100% - var(--hsg-steps-padding-x))
}

.steps-horizontal.steps-end .step::after {
    right: 0;
    left: auto;
    width: var(--hsg-steps-padding-x)
}

.steps-horizontal.steps-end .step:last-child::after {
    display: none
}

.steps-horizontal.steps-end .step-number {
    margin-left: auto
}

@media(max-width: 499.98px) {
    .steps-sm .step,
    .step {
        padding: calc(var(--hsg-steps-padding-y)*.625) 0
    }
    .steps-sm .step::before,
    .steps-sm .step::after,
    .step::before,
    .step::after {
        left: calc(var(--hsg-steps-number-size)*.625*.5)
    }
    .steps-sm .step-number,
    .step-number {
        width: calc(var(--hsg-steps-number-size)*.625);
        height: calc(var(--hsg-steps-number-size)*.625);
        padding-top: calc((var(--hsg-steps-number-size)*.625 - var(--hsg-steps-number-inner-size)*.625)*.5);
        padding-left: calc((var(--hsg-steps-number-size)*.625 - var(--hsg-steps-number-inner-size)*.625)*.5);
        font-size: calc(var(--hsg-steps-number-font-size)*.625)
    }
    .steps-sm .step-number .step-number-inner,
    .step-number .step-number-inner {
        width: calc(var(--hsg-steps-number-inner-size)*.625);
        height: calc(var(--hsg-steps-number-inner-size)*.625)
    }
    .step-body {
        padding-left: calc(var(--hsg-steps-padding-x)*.875)
    }
}

.jarallax {
    position: relative;
    z-index: 0
}

.jarallax .jarallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center !important;
    background-size: cover !important
}

[data-disable-parallax-down=xs] {
    transform: none !important
}

@media(max-width: 499.98px) {
    [data-disable-parallax-down=sm] {
        transform: none !important
    }
}

@media(max-width: 767.98px) {
    [data-disable-parallax-down=md] {
        transform: none !important
    }
}

@media(max-width: 991.98px) {
    [data-disable-parallax-down=lg] {
        transform: none !important
    }
}

@media(max-width: 1199.98px) {
    [data-disable-parallax-down=xl] {
        transform: none !important
    }
}

@media(min-width: 500px) {
    [data-disable-parallax-up=sm] {
        transform: none !important
    }
}

@media(min-width: 768px) {
    [data-disable-parallax-up=md] {
        transform: none !important
    }
}

@media(min-width: 992px) {
    [data-disable-parallax-up=lg] {
        transform: none !important
    }
}

@media(min-width: 1200px) {
    [data-disable-parallax-up=xl] {
        transform: none !important
    }
}

.parallax {
    position: relative
}

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

.parallax-layer:first-child {
    position: relative
}

.parallax-layer>img {
    display: block;
    width: 100%
}

.tilt-3d {
    transform-style: preserve-3d
}

.tilt-3d .tilt-3d-inner {
    transform: translateZ(2rem)
}

img-comparison-slider {
    display: block;
    --divider-width: 0.1875rem;
    --divider-color: #6366f1;
    --default-handle-opacity: 1
}

img-comparison-slider:focus {
    outline: none
}

.audio-player {
    --prefixaudio-player-theme: #6366f1;
    --seek-before-width: 0%;
    --volume-before-width: 100%;
    --buffered-width: 0%;
    display: flex;
    align-items: center;
    width: 100%
}

.ap-play-button {
    padding-top: .125rem;
    font-family: "boxicons";
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal
}

.ap-play-button::before {
    content: ""
}

.ap-play-button.ap-pause::before {
    content: ""
}

.ap-volume-button+.dropdown-menu {
    left: 50% !important;
    width: 2.125rem;
    min-width: 2.125rem;
    max-width: 2.125rem;
    height: 6.5rem;
    margin-left: -1.0625rem !important
}

.ap-seek-slider,
.ap-volume-slider {
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    outline: none
}

.ap-seek-slider::before,
.ap-volume-slider::before {
    position: absolute;
    left: 0;
    cursor: pointer;
    content: ""
}

.ap-seek-slider {
    width: 100%;
    height: 1.125rem
}

.ap-seek-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: .25rem;
    background: linear-gradient(to right, #d4d7e5 var(--buffered-width), rgba(226, 229, 241, 0.9) var(--buffered-width));
    cursor: pointer
}

.ap-seek-slider::before {
    top: .4375rem;
    width: var(--seek-before-width);
    height: .25rem;
    background-color: var(--prefixaudio-player-theme)
}

.ap-seek-slider::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: var(--prefixaudio-player-theme);
    cursor: pointer;
    margin: -0.375rem 0 0 0
}

.ap-seek-slider:active::-webkit-slider-thumb {
    transform: scale(1.2)
}

.ap-seek-slider::-moz-range-track {
    width: 100%;
    height: .25rem;
    background: linear-gradient(to right, #d4d7e5 var(--buffered-width), rgba(226, 229, 241, 0.9) var(--buffered-width));
    cursor: pointer
}

.ap-seek-slider::-moz-range-progress {
    background-color: var(--prefixaudio-player-theme)
}

.ap-seek-slider::-moz-focus-outer {
    border: 0
}

.ap-seek-slider::-moz-range-thumb {
    box-sizing: content-box;
    border: 0;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: var(--prefixaudio-player-theme);
    cursor: pointer
}

.ap-seek-slider:active::-moz-range-thumb {
    transform: scale(1.2)
}

.ap-volume-slider {
    top: 1.925rem;
    right: 1.5rem;
    width: 5rem;
    height: .5625rem;
    transform: rotate(-90deg)
}

.ap-volume-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: .1875rem;
    background-color: var(--prefixaudio-player-theme);
    cursor: pointer
}

.ap-volume-slider::before {
    top: .1875rem;
    width: var(--volume-before-width);
    height: .1875rem;
    background-color: #fff
}

.ap-volume-slider::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    height: .5625rem;
    width: .5625rem;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    margin: -0.1875rem 0 0 0
}

.ap-volume-slider:active::-webkit-slider-thumb {
    transform: scale(1.2)
}

.ap-volume-slider::-moz-range-track {
    width: 100%;
    height: .1875rem;
    background-color: var(--prefixaudio-player-theme);
    cursor: pointer
}

.ap-volume-slider::-moz-range-progress {
    background-color: #fff
}

.ap-volume-slider::-moz-focus-outer {
    border: 0
}

.ap-volume-slider::-moz-range-thumb {
    box-sizing: content-box;
    border: 0;
    height: .5625rem;
    width: .5625rem;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer
}

.ap-volume-slider:active::-moz-range-thumb {
    transform: scale(1.2)
}

/*滚动条的宽度*/

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/

::-webkit-scrollbar-track {
    width: 4px;
    background-color: #f5f6f7;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

/*滚动条的设置*/

::-webkit-scrollbar-thumb {
    background-color: #666;
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

/*滚动条移上去的背景*/

::-webkit-scrollbar-thumb:hover {
    background-color: #0145b9;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #f1f3f5;
}

/* 折叠按钮 */

.navbar-toggler-icon {
    width: 0;
    height: 0;
}

.navbar-toggler-icon::before {
    top: -0.3375rem;
}

.navbar-toggler-icon::after {
    bottom: -0.3375rem;
}

.navbar-brand>img {
    max-width: 89px;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    /* height: 75px; */
    transition: .2s ease-in-out;
    background-color: inherit;
}

.navbar {
    position: fixed;
}

.liveheader {
    background-color: #fff;
    box-shadow: 0 .275rem 1.25rem rgba(11, 15, 25, .05), 0 .25rem .5625rem rgba(11, 15, 25, .03);
}

.scrollheader {
    position: static;
}

.products-class {
    background: #fff;
    width: 100%;
    height: 60px;
    position: sticky;
    top: 0;
    z-index: 9;
    transition: 0.2s ease-in-out;
}

.widescreen {
    left: 0;
}

.head-social-media i {
    color: #33354d;
}

.head-social-media .btn:hover i,
.head-social-media .btn:focus i,
.head-social-media .btn:active i {
    color: #fff;
}

.global {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    -webkit-border-radius: 100%;
    background: #01327e url(../img/global.gif) no-repeat center center;
    background-size: cover;
    margin-right: 8px;
    border-radius: 100%;
    vertical-align: middle;
}

.language {
    align-items: center;
    cursor: pointer;
}

.language-unline {
    width: 2px;
    height: 1rem;
    display: inline-block;
    background-color: #33354d;
    margin-right: 1rem;
    margin-left: 3rem;
}

.language-text {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}

.head-social-media .btn-icon {
    --hsg-btn-size: 2rem;
}

.head-social-media a {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.widescreen img {
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 12px;
    transform: scale(1);
    transition: all .24s cubic-bezier(0.48, 0.04, 0.52, 0.96);
}

.widescreen img:hover {
    transform: scale(1.1);
    transition: all .24s cubic-bezier(0.48, 0.04, 0.52, 0.96);
}

.widescreen .products-more {
    padding: 1rem 0;
}

.widescreen .products-more a {
    border: 1px solid #000;
    padding: 7px 15px;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    display: inline-block;
    margin-right: 2rem;
    transition: .3s ease-out;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
}

.widescreen .products-more a:nth-of-type(1):hover {
    opacity: 0.8;
}

.widescreen .products-more a:nth-of-type(2) {
    color: #000;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.widescreen .products-more a:nth-of-type(2):hover {
    border-color: #000;
    opacity: 1;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

@media (min-width: 992px) {
    .navbar-brand>img {
        max-width: 107px;
    }
    header {
        transition: .5s ease-in-out;
    }
    .navbar-expand-lg .navbar-brand {
        padding-right: 2rem;
    }
    .language-text {
        font-size: 14px;
    }
    /* 导航下划线 */
    header .nav-item .nav-link {
        position: relative;
    }
    header .nav-item .nav-link::after {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        background-color: #000;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 15;
        opacity: 0;
        transition: all .3s cubic-bezier(0.4, 0.8, 0.74, 1);
    }
    header .nav-item:hover .nav-link::after {
        content: "";
        width: 100%;
        opacity: 1;
        transition: all .2s cubic-bezier(0.4, 0.8, 0.74, 1) .05s;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        font-weight: 600;
    }
    header .nav-item {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .dropdown-toggle::after {
        margin-left: 0;
    }
    /* 导航下拉 */
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .nav-link {
        padding: 1.535rem;
    }
    .navbar {
        --hsg-navbar-padding-y: 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 0;
        border-top: 1px solid #ddd;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1599.98px) {
    .header .container-fluid,
    .footer .container-fluid {
        padding: 0 2.5rem;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .widescreen>div {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .widescreen .dropdown-item {
        white-space: inherit;
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        color: #000;
    }
}

@media (min-width: 1600px) {
    .header .container-fluid,
    .footer .container-fluid {
        padding: 0 5rem;
    }
    .widescreen>div {
        padding-left: 10rem;
        padding-right: 10rem;
        max-width: 1760px;
        margin: 0 auto;
    }
}

/* 语言栏弹出层 */

.modal-header {
    border-bottom: none;
}

@media (min-width: 992px) {
    #language-layer .modal-content {
        padding: 2.5rem 5rem;
    }
}

#language-layer .fi,
#language-layer .bx {
    font-size: 1.625rem;
    vertical-align: sub;
}

#language-layer .modal-body {
    margin-bottom: 1rem;
}

#language-layer .modal-body h5 {
    margin-bottom: 5rem;
}

#language-layer a {
    text-decoration: none;
    color: #000;
    margin-bottom: 1.7rem;
    display: block;
}

.language_text {
    display: inline-block;
    width: 100px;
    text-align: left;
    padding-left: 1rem;
    font-size: 14px;
}

@media (min-width: 992px) {
    #language-layer .modal-body h5 {
        font-size: 2rem;
        font-weight: 400;
    }
    #language-layer .modal-body .container {
        width: 500px;
    }
    .language_text {
        font-size: 1rem;
        font-weight: 400;
    }
    #language-layer a {
        margin-bottom: 2.5rem;
    }
}

/* 底部导航栏 */

.footer {
    background: #fff;
    position: relative;
    z-index: 2;
    /* border-top-left-radius: 14px;
    border-top-right-radius: 14px; */
}

.footer .btn:not([class^=btn-outline-]):not([class*=" btn-outline-"]):not(.btn-secondary):not(.btn-light):not(.btn-link) {
    --hsg-btn-color: #787878;
}

footer .footer-social-media a {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

footer .nav-link {
    font-weight: 300;
    font-size: 14px;
    color: #767676;
}

footer .dropdown-toggle::after {
    content: '';
}

footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

footer small {
    font-size: 12px;
}

@media (max-width: 991.98px) {
    #footer-links {
        flex-direction: column;
    }
    .widescreen .products-more {
        display: none !important;
    }
}

@media (min-width: 992px) {
    footer .mb-2 {
        margin-bottom: 26px;
    }
    footer .page-tips {
        margin-bottom: 4rem;
    }
    footer .text-dark,
    footer .with-us h6 {
        font-weight: 600;
        margin-top: 2rem;
        color: #000 !important;
        font-size: 1rem;
    }
    .footer-social-media {
        justify-content: left !important;
        margin-left: -1.5rem;
    }
    footer .with-us {
        border-top: 1px solid #ddd;
        margin-top: 2rem;
    }
    .widescreen .products-more {
        border-top: 1px solid #ddd;
        width: 100%;
        max-width: 100%;
    }
}

/* 首屏 */

.home-screen {
    background-color: #f1f3f5;
    width: 100%;
    overflow: hidden;
}

.home-screen-opacity {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #000;
    z-index: 13;
    opacity: 0;
}

.home-screen .container-fluid {
    padding: 65px 1.5rem 0rem 1.5rem;
}

.home-screen-content {
    padding-bottom: 24px;
}

.home-screen img {
    border-radius: 17px;
}

@media (min-width: 992px) {
    .home-screen .container-fluid {
        padding: 75px 2.5rem 0rem 2.5rem;
    }
}

@media (min-width: 1200px) {
    .home-screen .container-fluid {
        padding: 75px 2.5rem 0rem 2.5rem;
    }
    .btn-icon.btn-sm,
    .btn-group-sm>.btn-icon.btn {
        --hsg-btn-size: 3.55rem;
    }
    .btn-prev.btn-sm>i,
    .btn-group-sm>.btn-prev.btn>i,
    .btn-next.btn-sm>i,
    .btn-group-sm>.btn-next.btn>i {
        font-size: 2.25em;
    }
}

@media (min-width: 1600px) {
    .home-screen .container-fluid {
        padding: 75px 5rem 0rem 5rem;
    }
}

/* 轮播 */

.banner-slider {
    position: relative;
    z-index: 2;
    background-color: #f1f3f5;
}

.home-slider .swiper-slide {
    position: relative;
}

.banner-slider .swiper-pagination-bullet-active {
    background-color: #345aca;
}

.left-banner-text {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 16%;
}

.left-banner-text h1 {
    margin-bottom: 0;
}

.left-banner-text h2 {
    font-size: calc(0.4vw + 20px);
}

.left-banner-title {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.left-banner h4 {
    margin-bottom: 1rem;
}

.left-banner-text p {
    margin-bottom: 3rem;
}

.display-3 {
    margin-bottom: 0;
}

.parallelogram {
    margin-left: 1rem;
    padding: 4px 8px;
    transform: skew(-15deg);
    background: red;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
    color: #fff;
    background: #fff;
    background-image: linear-gradient(43deg, #2474ea 0%, #4993ff 28%, #174c98 100%);
}

.parallelogram span {
    display: block;
    transform: skew(15deg);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.square {
    transform: skew(0);
    background-image: none;
    background-color: none;
    border: 1px solid #000;
    border-radius: 8px;
}

.square span {
    transform: skew(0);
    color: #000;
}

@media (min-width: 992px) {
    .left-banner-text {
        position: absolute;
        width: auto;
        text-align: left;
        top: calc(5vw + 24px);
        left: calc(5vw + 24px);
    }
    .parallelogram {
        margin-left: 1.25rem;
    }
    .left-banner-title {
        justify-content: start;
        align-items: center;
        margin-bottom: 2rem;
    }
    .home-slider img {
        border-radius: 17px;
    }
    .home-slider {
        padding: 0 2.5rem;
    }
    .home-slider h2 {
        font-weight: 600;
        font-size: 1.65rem;
        margin-bottom: 0.5rem;
    }
    .home-slider p {
        font-size: 1.5rem;
    }
    .left-banner-text .learn-more:hover {
        transition: .3s ease-out;
        opacity: 0.5;
    }
    .parallelogram {
        padding: 5px 10px;
    }
    .parallelogram span {
        font-size: 15px;
        line-height: 20px;
    }
    .left-banner-text h1 {
        margin-bottom: 16px;
    }
    .center-banner .left-banner-text {
        width: 100%;
        position: absolute;
        text-align: center;
        left: 0;
    }
    .center-banner .left-banner-title {
        justify-content: center;
    }
}

@media (min-width: 1600px) {
    .parallelogram span {
        font-size: 1.2rem;
    }
    .home-slider {
        padding: 0 5rem;
    }
    .home-slider h2 {
        font-size: 2rem;
    }
    .parallelogram {
        margin-left: 2rem;
    }
}

/* 字体标号 */

/* banner标题 */

.banner-title {
    font-size: calc(2.2vw + 24px);
    font-weight: 800;
    line-height: 1.3;
    color: #000;
    margin-bottom: 16px;
}

.model-title {
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
    margin-bottom: 16px;
}

/* 文字标题 */

.text-title {
    color: #000;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.125;
    font-weight: 600;
}

/* 文字内容 */

.text-ftitle {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 8px;
    font-weight: 300;
    color: #000;
    opacity: 0.9;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 按钮 */

.learn-more {
    border-radius: 17px;
    border: 2px solid #345aca;
    background-color: #345aca;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    transition: .3s ease-out;
    font-size: 12px;
    font-weight: 300;
    line-height: initial;
}

.banner-inquiry {
    margin-left: 1rem;
    color: #818080;
    background-color: rgba(255, 255, 255, 0);
    border-color: #818080;
}

.learn-more:hover {
    opacity: 0.8;
    color: #fff;
    transition: .3s ease-out;
}

.banner-inquiry:hover {
    color: #818080;
}

.technological-innovation .text-title {
    font-weight: 500;
}

.resource .col-6:nth-of-type(even) {
    padding-left: 6px;
}

.resource .col-6:nth-of-type(odd) {
    padding-right: 6px;
}

@media (min-width: 992px) {
    .model-title {
        font-size: calc(1.325rem + 0.9vw);
    }
    .text-title {
        font-weight: 600;
    }
    .model-title {
        font-size: calc(1.25vw + 24px);
        font-weight: 600;
    }
    .text-title {
        font-size: 1.75rem;
        line-height: 1.185;
        margin-bottom: 16px;
        letter-spacing: 0px;
        font-size: 18px;
        font-weight: 600;
    }
    .text-ftitle {
        font-size: 1rem;
        line-height: 26px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .model-radius {
        border-radius: 24px;
    }
    .learn-more {
        font-size: 12px;
        line-height: 24px;
        font-weight: 800;
    }
    .technological-innovation .text-title {
        font-weight: 600;
    }
    .resource .col-6:nth-of-type(even) {
        padding-left: 12px;
    }
    .resource .col-6:nth-of-type(odd) {
        padding-right: 12px;
    }
}

@media (min-width: 1200px) {
    .text-title {
        font-size: 2.15rem;
        line-height: 1.1;
    }
    .text-ftitle {
        margin-bottom: 24px;
    }
    .learn-more {
        cursor: pointer;
        padding: 10px 26px;
        background-color: #345aca;
        color: #fff;
        display: inline-block;
        font-size: 13px;
        line-height: 24px;
        font-weight: 600;
        border-radius: 40px;
        border: 2px solid #345aca;
    }
    .banner-slider .learn-more {
        padding: 6px 22px;
    }
    .banner-slider .banner-inquiry {
        color: #818080;
        background: rgba(255, 255, 255, 0);
        border: 2px solid #818080;
    }
    .other-products .text-title {
        font-size: 1.75rem;
    }
}

@media (min-width: 1600px) {
    .learn-more {
        padding: 10px 26px;
    }
}

/* 模块 */

.center-section {
    position: relative;
    z-index: 2;
    background-color: #f1f3f5;
    margin-bottom: 1.5rem;
}

.banner-slider {
    padding-bottom: 1.5rem;
}

@media (min-width: 1200px) {
    .banner-slider {
        padding-bottom: 6rem;
    }
}

.left-right {
    margin: 12px 0;
}

.card-body {
    padding: 1rem;
}

.product-center .row .card {
    min-height: 225px;
}

.technological-innovation .row .card,
.company-news .row .col-xl-5 .card {
    min-height: 255px;
}

.technological-innovation .row .card {
    min-height: 230px;
}

.product-center .row .card-body,
.technological-innovation .row .card-body {
    padding: 1rem 1rem 0.5rem 1rem;
}

/* .product-center .left-right .card-body {
	padding: 1rem 0 0 0;
}
 */

.product-center .col-6:nth-of-type(odd),
.technological-innovation .col-6:nth-of-type(odd),
.company-news .col-6:nth-of-type(odd) {
    padding-right: 6px;
}

.product-center .col-6:nth-of-type(even),
.technological-innovation .col-6:nth-of-type(even),
.company-news .col-6:nth-of-type(even) {
    padding-left: 6px;
}

.technological-innovation .left-right .card-body {
    padding: 0;
    padding-left: 14%;
}

.company-news .card h1 {
    font-size: 14px;
}

.company-news img {
    width: 100%;
}

.left-right img {
    width: 100%;
    transition: 0.5s;
}

.left-right .col-sm-7 {
    width: 64%;
    overflow: hidden;
}

.left-right .col-sm-5 {
    width: 36%;
    overflow: hidden;
}

.left-right,
.left-right .row>div {
    max-height: 550px;
}

.product-center .card-portfolio .card-body {
    padding: 1rem 0rem 0.5rem 0rem;
}

.company-news .card-portfolio .card-body {
    padding: 1rem;
}

/* .left-right img:hover{
	transform: scale(1.01);
	cursor: pointer;
} */

@media (min-width: 540px) {
    .product-center .row .card {
        min-height: 285px;
    }
    .technological-innovation .row .card,
    .company-news .row .col-xl-5 .card {
        min-height: 275px;
    }
}

@media (min-width: 720px) {
    .left-right,
    .left-right .row>div {
        max-height: inherit;
    }
    .product-center .row .card {
        min-height: 325px;
    }
    .technological-innovation .row .card,
    .company-news .row .col-xl-5 .card {
        min-height: 355px;
    }
    .technological-innovation .left-right .card-body {
        padding-left: 15%;
    }
}

@media (min-width: 992px) {
    .card-body {
        padding: 1.5rem;
    }
    .company-news .card-portfolio .card-body {
        padding: 1rem 1.5rem;
    }
    .product-center .left-right .card-body {
        /* padding: 1rem 0; */
        padding-left: 15%;
    }
    .left-right {
        margin: 8px 0 24px 0;
    }
    .center-section .card {
        border-radius: 17px;
        border-color: none;
        border: none;
        overflow: hidden;
    }
    .center-section {
        margin-bottom: 6rem;
    }
    .center-section .container-fluid {
        padding: 0 2.5rem;
    }
    .product-center .row .card-body,
    .technological-innovation .row .card-body {
        padding: 1rem;
    }
    .technological-innovation .align-items-center .card-body,
    .product-center .left-right .row .card-body {
        padding-left: 15%;
    }
    /* .left-right .col-sm-5 {
        position: relative;
    } */
    /* .left-right .card-body {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 0 3rem;
    } */
    .product-center .col-6:nth-of-type(odd),
    .technological-innovation .col-6:nth-of-type(odd),
    .company-news .col-6:nth-of-type(odd) {
        padding-right: 12px;
    }
    .product-center .col-6:nth-of-type(even),
    .technological-innovation .col-6:nth-of-type(even),
    .company-news .col-6:nth-of-type(even) {
        padding-left: 12px;
    }
    .product-center .row .card {
        min-height: 335px;
    }
    .company-news .news-time span {
        display: block;
    }
    .company-news .news-time span:nth-of-type(1) {
        margin-top: 2.5rem;
        font-size: 2rem;
        color: #345aca;
        font-weight: 600;
    }
    .company-news .news-time span:nth-of-type(2) {
        font-size: 1rem;
        color: #000;
        margin-bottom: 1rem;
    }
    /* .company-news .row .col-xl-5 .card,
    .company-news .row .col-xl-7 .card {
        min-height:560px;
    } */
    /* .company-news .row .col-xl-7 .text-ftitle{
        max-height: 260px;
    } */
    .about-global {
        min-height: 234px;
    }
    .about-subsidiary .card {
        min-height: 200px;
    }
    .technological-innovation .system-process .card-body {
        padding: 2rem 3rem 1rem 3rem;
    }
    .system-process .text-title {
        margin-bottom: 2rem;
        font-size: 1.6rem;
    }
    .company-news .card h1 {
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .home-news .card h1 {
        /* height: 130px; */
    }
    .left-right .card-body .text-title,
    .left-right .card-body .text-ftitle {
        margin-bottom: 2rem;
    }
}

@media (min-width: 1600px) {
    .center-section .container-fluid {
        padding: 0 5rem;
    }
    .company-news .row .col-xl-5 .card,
    .company-news .row .col-xl-7 .card {
        min-height: 610px;
    }
    .hsg-about .center-section .container-fluid {
        max-width: 1760px;
    }
    .technological-innovation .system-process .card-body {
        padding: 2rem 3rem 2rem 3rem;
    }
}

@media (min-width: 2400px) {
    .center-section .container-fluid {
        max-width: 1760px;
        padding: 0;
    }
}

/*
   小屏间距为16px
   大屏间距为24px
 */

.card {
    margin-bottom: 12px;
    border-radius: 8px;
    border: none;
    box-shadow: none;
}

.product-center .row .card {
    padding: 1rem 0;
}

.product-center .row .card img {
    padding: 0.15rem 0.85rem;
}

.design-aesthetics {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin: 8px 0 12px 0;
    line-height: 0;
}

.design-aesthetics-text {
    position: absolute;
    top: 15%;
    left: 5%;
    color: #fff;
}

.design-aesthetics-text h1 {
    color: #fff;
}

.design-aesthetics-text a .bx {
    display: inline-block;
    border: 1px solid #fff;
    padding: 2px 9px;
    transition: .3s ease-out;
    font-size: 12px;
    font-weight: 300;
    border-radius: 12px;
    color: #fff;
}

.customer-case-text {
    position: absolute;
    top: 30%;
    left: 0;
    text-align: center;
    width: 100%;
}

.customer-case-text h1,
.customer-case-text a {
    color: #fff;
    margin-bottom: 1rem;
}

/* .customer-case-text a{
	display: inline-block;
	border: 1px solid #fff;
	padding: 2px 9px;
	transition: .3s ease-out;
	font-size: 12px;
	font-weight: 300;
	border-radius: 12px;
	color: #fff;
} */

.customer-case-text a {
    transition: .3s ease-out;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: max-content;
    margin: 0 auto;
}

.about-company ul {
    padding-left: 1rem;
    padding-top: 2rem;
}

.about-company ul li {
    /* list-style: none;
    float: left;
    width: 48%; */
    margin-bottom: 2rem;
}

.about-company h5 {
    font-size: 1.5rem;
    font-weight: 600;
}

.about-subsidiary h5 {
    font-size: 1rem;
}

.about-subsidiary .col-6:nth-of-type(1),
.about-subsidiary .col-6:nth-of-type(3) {
    padding-right: 6px;
}

.about-subsidiary .col-6:nth-of-type(2),
.about-subsidiary .col-6:nth-of-type(4) {
    padding-left: 6px;
}

.about-company .about-global h5 {
    margin-bottom: 0;
}

.about-company p {
    margin-bottom: 12px;
    font-size: 12px;
}

.about-company .left-right {
    text-align: center;
}

.about-global {
    /*background-image: url("../img/index/global1.png");*/
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%;
    padding: 2rem 0;
}

.about-subsidiary img {
    float: right;
}

.customer-case-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .card-img-top {
        border-top-left-radius: 17px;
        border-top-right-radius: 17px;
    }
    .design-aesthetics {
        border-radius: 17px;
        margin: 8px 0 16px 0;
    }
    .center-section .card {
        margin-bottom: 24px;
    }
    .design-aesthetics {
        margin: 8px 0 24px 0;
        max-height: 530px;
    }
    .card {
        border-radius: 17px;
    }
    .about-subsidiary-japan {
        background-repeat: no-repeat;
        background-position: left bottom;
    }
    .about-global {
        background-size: 60%;
    }
    .about-subsidiary-japan {
        background-size: 20%;
    }
    .about-subsidiary .card {
        position: relative;
    }
    .about-subsidiary img {
        position: absolute;
        width: 30%;
        right: 10%;
        bottom: 10%;
    }
    .design .text-title {
        margin-bottom: 2rem;
    }
    .about-company p {
        font-size: 15px;
    }
    .about-company .home-about p {
        margin: 0 auto;
        margin-bottom: 16px;
        width: 82%;
        line-height: 26px;
    }
    .customer-case-text h1 {
        margin-bottom: 2rem;
    }
    .about-subsidiary .card-body {
        padding: 1.8rem;
    }
}

@media (min-width: 1600px) {
    .about-company ul {
        padding-left: 4rem;
        padding-top: 2rem;
    }
    .about-company p {
        font-size: 16px;
    }
    .about-company ul li {
        margin-bottom: 3rem;
    }
    .about-subsidiary .card-body {
        padding: 3rem;
    }
    .design-aesthetics {
        max-height: 600px;
    }
}

/* 表单元素 */

.ask-price .container-fluid .ask-content {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 14px;
}

.ask-price .text-title {
    margin-bottom: 1.5rem;
}

form .col-sm-6 {
    margin-bottom: 0.3rem;
}

.ask-price .container-fluid p {
    margin-bottom: 2rem;
}

.invalid-feedback {
    display: block;
    visibility: hidden;
    padding-left: 0.5rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    visibility: inherit;
}

.form-control,
.form-select {
    border: none;
    border-radius: 6px;
    background-color: #f5f5f5;
}

.form-select {
    color: #bbbdce;
    background-repeat: no-repeat !important;
}

textarea.form-control {
    width: 100%;
}

.form-control:focus,
.form-select:focus {
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.5rem 1.125rem -0.5rem rgb(182 182 196 / 20%)
}

.was-validated :valid:not(:required):not(.btn):focus,
.is-valid:not(:required):not(.btn):focus {
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.5rem 1.125rem -0.5rem rgb(182 182 196 / 20%)
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 12px;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 12px;
}

input :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 12px;
}

.form-control {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .ask-price .container-fluid .ask-content {
        background-color: #fff;
        border-radius: 17px;
        padding: 5rem 10rem;
    }
    .ask-price .container-fluid .text-title {
        margin-bottom: 3rem;
    }
    .form-control,
    .form-select {
        border: none;
        border-radius: 17px;
        background-color: #f5f5f5;
    }
    form .col-sm-6 {
        margin-bottom: 0.85rem;
    }
}

/* 首页补充 */

.company-news .card {
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.company-news .home-news .card:hover {
    background: #345aca;
}

.company-news .home-news .card:hover span,
.company-news .home-news .card:hover h1,
.company-news .home-news .card:hover p {
    color: #fff;
}

.company-news .home-news .col-12:nth-of-type(3) {
    display: none;
}

@media (min-width: 992px) {
    .company-news .card .learn-more {
        position: absolute;
        bottom: 5%;
    }
}

@media (min-width: 1200px) {
    .left-banner-text {
        top: 64px;
    }
    .left-banner-title {
        margin-bottom: 1rem;
    }
    .left-banner-text p {
        margin-bottom: 3rem;
    }
    .product-center .row .card {
        min-height: 490px;
    }
    .product-center .row .card {
        padding: 2.5rem 1rem;
    }
    .technological-innovation .row .card {
        min-height: 560px;
    }
    .about-subsidiary .card {
        min-height: 276px;
    }
    .about-global {
        min-height: 575px;
    }
    .company-news .row .col-xl-5 .card,
    .company-news .card {
        min-height: 540px;
    }
    .company-news .col-xl-7 .card .text-ftitle {
        height: 150px;
        overflow: hidden;
        font-size: 14px;
        line-height: 26px;
    }
    .company-news p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (min-width: 1400px) {
    .technological-innovation .row .card {
        min-height: 605px;
    }
    .company-news .row .col-xl-5 .card,
    .company-news .card {
        min-height: 535px;
    }
}

@media (min-width: 1600px) {
    .left-banner-text {
        top: calc(2vw + 24px);
    }
    .product-center .row .card {
        min-height: 535px;
    }
    .about-global {
        min-height: 620px;
        background-size: 50%;
    }
    .about-subsidiary .card {
        min-height: 300px;
    }
    .about-subsidiary-japan {
        background-size: 17%;
    }
    .about-subsidiary img {
        width: 21%;
    }
    .company-news .row .col-xl-5 .card,
    .company-news .row .col-xl-7 .card {
        min-height: 660px;
    }
    .company-news .row .col-xl-5 .card,
    .company-news .card {
        min-height: 600px;
    }
    .home-news .card-body {
        padding: 3rem;
    }
    .home-news .card .learn-more {
        position: absolute;
        bottom: 15%;
        left: 50%;
        margin-left: -4.1875rem;
    }
    .home-news .card h1 {
        margin: 1.5rem 0;
    }
    .company-news .col-xl-4 .card-img {
        max-height: 23rem;
    }
    .company-news .home-news .col-12:nth-of-type(3) {
        display: block;
    }
}

/* 产品内页 */

.products-class {
    height: 75px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: saturate(180%) blur(20px);
}

.nav-tabs-alt {
    --hsg-nav-tabs-alt-border-width: 0;
}

.products-class .nav .nav-item:first-child {
    padding-left: 0;
}

.products-class .nav .nav-item:last-child {
    padding-right: 0;
}

@media (min-width: 768px) {
    .products-class .container-fluid {
        padding: 0 2.5em;
    }
}

@media (min-width: 1600px) {
    .products-class .container-fluid {
        padding: 0 5rem;
    }
}

@media (min-width: 2400px) {}

.product-title {
    line-height: 75px;
    padding-right: 1rem;
    display: none;
}

.products-class .nav-tabs-alt {
    margin-right: 0px;
}

.products-class .nav .nav-item {
    height: 75px;
    padding: 1.6rem 0.5rem;
}

/*.products-class .nav a{*/

/*	height: 75px;*/

/*	padding:1.5rem 0rem;*/

/*	margin: 0 1rem;*/

/*}*/

.products-class .nav a {
    color: #7f7f7f;
    font-weight: 400;
    font-size: 0.825rem;
}

.products-class .nav-link {
    padding: 0.1rem 0.3rem;
    border-bottom: 2px solid rgb(0 0 0 / 0%);
}

.nav-tabs-alt .nav-link.active {
    color: #000;
    border-bottom: 2px solid #000;
}

.modular,
.all-modular {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-bottom: 24px;
}

.modular img {
    width: 80%;
    margin-top: -1.5rem;
    margin-bottom: 1rem;
}

.fit-models img {
    margin-top: 0;
    width: 100%;
}

.modular .text-title,
.all-modular .text-title {
    margin-bottom: 1rem;
    text-align: center;
    margin-top: -0.8rem;
}

.modular .text-ftitle,
.all-modular .text-ftitle {
    margin-bottom: 2rem;
    text-align: center;
    opacity: 0.5;
}

.fit-models .text-title {
    margin-top: 12px;
}

.all-img-modular .text-title {
    margin-top: 0;
}

.modular-dark .text-ftitle {
    opacity: 1;
}

.modular .container-fluid,
.all-modular .container-fluid {
    border-radius: 17px;
    text-align: center;
    background-color: #fff;
    text-align: left;
    padding: 15px;
    min-height: 320px;
    overflow: hidden;
}

.all-modular .container-fluid {
    padding: 0;
}

.all-modular-content {
    padding: 5px 30px 0 30px;
}

.modular-dark .container-fluid {
    background-image: linear-gradient(0deg, #16181a, #1a1d22, #252b38, #262b39, #272d3b);
}

.modular-dark .text-title,
.modular-dark .text-ftitle,
.modular-dark p {
    color: #fff;
}

.banner {
    background: rgb(218, 221, 226);
    background: linear-gradient(90deg, rgba(218, 221, 226, 1) 0%, rgba(228, 234, 238, 1) 100%);
    /* padding: 20% 0; */
    padding: 30vw 0;
    margin-bottom: 24px;
    position: relative;
}

/*.ga-banner {*/

/*    background: rgb(218, 221, 226);*/

/*    background: linear-gradient(90deg, rgba(237, 243, 254, 1) 0%, rgba(237, 250, 255, 1) 100%);*/

/*}*/

/*.gxpro-banner {*/

/*    background: rgb(231, 235, 244);*/

/*    background: linear-gradient(90deg, rgba(240, 243, 249, 1) 0%, rgba(219, 225, 237, 1) 100%);*/

/*}*/

/*.cell-banner {*/

/*    background: rgb(241, 246, 250);*/

/*    background: linear-gradient(90deg, rgba(238, 241, 248, 1) 0%, rgba(243, 252, 251, 1) 100%);*/

/*}*/

.banner img {
    max-width: 100%;
    margin-top: 22vw;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.tab-content {
    position: relative;
    background-color: #f1f3f5;
}

.banner-text h1 {
    font-size: calc(1.6vw + 24px);
    font-weight: 800;
    line-height: 1.3;
    color: #000;
    margin-bottom: 4.16667vw;
}

.banner-text h2 {
    font-size: 4vw;
    font-weight: 300;
    margin-bottom: 7vw;
    line-height: 1.6;
}

.banner-text a {
    border-radius: 40px;
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 6px 15px;
    transition: .3s ease-out;
    font-size: 12px;
    font-weight: 300;
    line-height: initial;
}

.banner-text a:hover {
    opacity: 0.8;
    color: #fff;
    transition: .3s ease-out;
}

.products-class .nav .inquiry {
    font-size: 0.825rem;
    background-color: #114dfc;
    color: #fff;
    border-radius: 40px;
    padding: 4px 20px;
    margin-top: -4px;
}

.products-class .nav .inquiry.active {
    border-bottom: 2px solid rgb(0 0 0 / 0%);
}

.alpha-icon img {
    margin-bottom: 0.5rem;
    width: 60%;
}

.alpha-icon p {
    font-size: 12px;
    line-height: 1.3;
}

.control-system {
    display: none;
    position: absolute;
    right: 2%;
    bottom: 5%;
    border: 1.5px solid #000;
    padding: 3px 2rem;
    text-align: left;
}

.control-system h4 {
    margin-bottom: 6px;
    font-size: 1.8rem;
    font-weight: 600;
}

.control-system span {
    display: inline-block;
    padding-bottom: 0px;
    border-bottom: 4px solid #114dfc;
}

.control-system small {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    display: block;
}

.all-img-modular .container-fluid {
    padding-top: 0;
}

.all-img-modular .all-modular-img {
    padding: 0;
}

.all-img-modular img {
    width: 100%;
    margin-top: -3rem;
}

.all-modular-img {
    min-height: 18rem;
    background-repeat: no-repeat;
    /*background-size: contain;*/
    overflow: hidden;
    /*margin-bottom: 1.5rem;*/
    background-size: 100% auto;
    background-position-y: 71%;
}

.all-modular .text-title {
    margin-top: 0.8rem;
}

.products-list .products-class {
    height: auto;
    display: none;
}

/*.products-list .nav .nav-item:first-child{*/

/*    padding-left: 0.8rem;*/

/*}*/

@media (min-width: 576px) {
    .banner {
        padding: 13% 0;
    }
    .banner a {
        margin-bottom: 13%;
    }
    .product-title {
        display: block;
    }
    .modular img {
        width: 52%;
    }
    .all-img-modular img {
        width: 100%;
        margin-top: -25%;
    }
    .alpha-icon img {
        width: 36%;
    }
    .modular .text-ftitle {
        margin-bottom: 2.5rem;
    }
    .all-modular-img {
        min-height: 20rem;
    }
}

@media (min-width: 768px) {
    .banner {
        padding: 8% 0;
    }
    .banner a {
        margin-bottom: 8%;
    }
    .banner-text h2 {
        font-size: 3vw;
    }
}

@media (min-width: 992px) {
    .banner-text h2 {
        font-size: 4vw;
    }
    .modular,
    .all-modular {
        padding: 0 40px;
        max-width: 1760px;
        margin: 0 auto;
    }
    .banner-text a {
        font-size: 12px;
        line-height: 24px;
        font-weight: 800;
    }
    .banner-text h2 {
        font-size: 1.6rem;
        margin-bottom: 4vw;
    }
    .products-class .nav .nav-item {
        height: 75px;
        padding: 0;
        padding: 1.6rem 0.5rem;
    }
    .products-list .products-class .container-fluid {
        padding: 0 0rem;
    }
    .banner img {
        width: 75%;
        margin-top: 1vw;
    }
    .banner,
    .modular,
    .all-modular {
        margin-bottom: 24px;
    }
    .modular img {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .alpha-icon img {
        width: 45%;
    }
    .all-modular-img {
        min-height: 25rem;
    }
    .modular .text-title,
    .all-modular .text-title {
        text-align: left;
        font-size: 28px;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 2rem;
    }
    .all-modular .text-title {
        margin-top: 5rem;
    }
    .modular .text-ftitle,
    .all-modular .text-ftitle {
        text-align: left;
        margin-bottom: 1.5rem;
    }
    .text-ftitle {
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;
    }
    .modular .text-ftitle {
        width: 90%;
    }
    .alpha-icon img {
        margin-bottom: 8px;
    }
    .modular .container-fluid {
        padding: 3rem 2rem;
    }
    .modular .container-fluid>.row {
        align-items: center;
    }
    .control-system {
        display: block;
        position: absolute;
    }
    .banner .control-system img {
        width: auto;
        margin: 0;
    }
    .control-system {
        padding: 8px 1rem;
    }
    .all-img-modular img {
        margin: -3rem -2rem;
    }
    .fit-models img {
        margin-top: 1rem;
    }
}

@media (min-width: 1200px) {
    .products-list .products-class {
        display: block;
    }
    .banner-text h2 {
        font-size: 1.8rem;
    }
    .products-list .products-class .container-fluid {
        padding: 0 2.5rem;
    }
    .text-ftitle {
        font-size: 1rem;
        font-weight: 300;
    }
    .modular .text-title {
        text-align: left;
        font-size: 30px;
        line-height: 1.5;
        font-weight: 600;
        margin-bottom: 2rem;
    }
    /* .text-title,.text-ftitle,.alpha-icon{
        padding-left: 8%;
        width: 95%;
    } */
    .text-ftitle {
        line-height: 30px;
    }
    .hsg-alphat .text-title {
        margin-bottom: 1.5rem;
    }
    /* .control-system{
        right: 2rem;
        bottom: 2rem;
    } */
    .all-modular-img {
        min-height: 30rem;
    }
    .all-modular .text-title {
        margin-top: 10rem;
    }
    .products-list .nav-tabs-alt {
        margin-bottom: 0;
    }
}

@media (min-width: 1400px) {
    .banner {
        padding: 4% 0 1% 0;
    }
    .banner-text h1 {
        margin-bottom: 2.2vw;
    }
    .products-class .nav .nav-item {
        height: 75px;
        padding: 0;
        padding: 1.6rem 1rem;
    }
    .modular img {
        width: auto;
    }
    .all-modular-img {
        min-height: 31.5rem;
    }
    .banner,
    .modular,
    .all-modular {
        margin-bottom: 4rem;
    }
    .banner-text h2 {
        margin-bottom: 3vw;
    }
    .banner-text a {
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
        padding: 10px 30px;
    }
    .banner a {
        margin-bottom: 4%;
    }
    .modular .container-fluid {
        padding: 4.5rem 5rem;
    }
    .modular .text-title,
    .all-modular .text-title {
        text-align: left;
        font-size: 38px;
        margin-bottom: 3rem;
    }
    /* .text-title,.text-ftitle,.alpha-icon{
        padding-left: 15%;
        width: 95%;
    } */
    .text-ftitle {
        line-height: 30px;
        min-height: 16px;
    }
    .all-modular-img {
        min-height: 36rem;
    }
    .all-modular .text-title {
        margin-top: 10rem;
    }
}

@media (min-width: 1600px) {
    .alpha-icon {
        width: 85%;
    }
    .banner img {
        width: auto;
    }
    .modular img {
        width: 88%;
    }
    .modular .safety-gif {
        width: 90%;
    }
    .products-list .products-class .container-fluid {
        padding: 0 5rem;
    }
    .alpha-icon img {
        width: 45%;
    }
    .modular .text-ftitle {
        margin-bottom: 3rem;
    }
    .all-modular-img {
        min-height: 38rem;
    }
    .all-modular .text-title {
        margin-top: 10rem;
    }
    .control-system {
        padding: 0.825rem 1.5rem;
    }
    .fit-models img {
        margin-top: 2rem;
    }
}

@media (min-width: 2000px) {
    .modular img {
        width: 100%;
    }
    .alpha-icon img {
        width: 45%;
    }
}

/* 产品参数 */

.specifications {
    padding: 2.5rem 0;
}

.specifications .container-fluid {
    max-width: 1160px;
}

.specifications-title {
    position: relative;
    overflow: hidden;
    margin: 1rem 0;
    padding: 2rem 0;
}

.specifications-title hr {
    width: auto;
    border-top: 1px solid #d8d8d8;
}

.specifications-title i {
    font-size: 18px;
    color: #000;
    padding-right: 12px;
}

.specifications-title h4 {
    font-size: 20px;
    font-weight: 350;
    display: block;
    margin-bottom: 0;
    flex: 1;
}

.specifications-title h4::after {
    content: '';
    position: absolute;
    top: 52%;
    background: #d8d8d8;
    width: 100%;
    height: 1px;
    margin-left: 1rem;
}

.application .applicable-industry {
    position: relative;
}

.application .applicable-industry img {
    width: 100%;
    max-width: 100%;
}

.application-title {
    position: absolute;
    width: 100%;
    background: rgba(0, 26, 47, 0.25);
    font-size: 13px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    padding: 0 15px;
}

.specifications-product-title {
    margin-bottom: 3rem;
}

.hsg-radius {
    border-radius: 17px;
}

.cutting-samples>div,
.application .applicable-industry {
    margin-bottom: 1.1rem;
}

.technical-parameters .list-unstyled {
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    color: #000;
}

.technical-parameters .swiper .list-unstyled {
    text-align: center;
    color: #909192;
    font-weight: 350;
}

.technical-parameters .list-unstyled li {
    margin-bottom: 1rem;
}

.technical-parameters .swiper-pagination {
    top: auto;
    bottom: 0;
}

.products-download i {
    font-size: 1.25rem !important;
}

@media (min-width: 768px) {
    .technical-parameters .list-unstyled {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .specifications {
        padding: 5rem 0;
    }
    .specifications-title {
        padding: 5.5rem 0;
    }
    /* .specifications-title i{
        font-size: 22px;
    } */
    .specifications-title h4 {
        font-size: 22px;
    }
    .technical-parameters,
    .application,
    .cutting-samples {
        padding: 0 2rem;
    }
}

@media (min-width: 1200px) {
    .technical-parameters .btn-prev i,
    .technical-parameters .btn-next i {
        font-size: 1.8em;
    }
    .technical-parameters .btn-prev,
    .technical-parameters .btn-next {
        --hsg-btn-size: 3em;
    }
    .technical-parameters .btn-prev {
        left: 0;
    }
    .technical-parameters .btn-next {
        right: 0;
    }
    .products-download i {
        font-size: 1.5rem !important;
    }
}

/* 关于我们 */

.banner-bg {
    width: 100%;
    height: auto;
}

/* 视频弹窗 */

.gallery-item.video-item::after {
    background: rgba(255, 255, 255, 0.55);
}

.gallery-item.video-item:hover::after {
    background-color: #114dfc;
}

.gallery-item:hover::before {
    opacity: 0;
}

.applicable-industry {
    transform: scale(1);
    transition: all .75s cubic-bezier(0.48, 0.04, 0.52, 0.96);
    overflow: hidden;
    border-radius: 17px;
    transition: all 0.75s;
    cursor: pointer;
}

.applicable-industry .application-title {
    z-index: 9;
}

.applicable-industry:hover img {
    border-radius: 17px;
    transform: scale(1.06);
    transition: all 0.25s cubic-bezier(0.48, 0.04, 0.52, 0.96);
}

.applicable-industry:hover .application-title {
    font-weight: 600;
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.65);
}

/*产品中心*/

.page-center {
    margin-bottom: 24px;
}

.page-center-content {
    margin: 0 auto;
    padding: 0 0.75rem;
}

.page-center-content .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.page-center-content .card-100 {
    padding: 0rem;
    margin-bottom: 12px;
}

.page-center-content .card-50 {
    padding: 0rem;
    margin-bottom: 12px;
}

.page-center-content .card-50 .card-body {
    padding: 1rem;
}

.page-center-content .parallelogram span {
    font-size: 12px;
    border-color: red;
}

.page-center-content .square span {
    color: #fd950f;
}

.page-center-content .square {
    border: none;
}

.page-center-content .btn-video {
    --hsg-btn-video-bg: rgba(255, 255, 255, 0);
    --hsg-btn-video-hover-bg: #345aca;
    --hsg-btn-video-color: #33354d;
    --hsg-btn-video-white-color: #33354d;
    --hsg-btn-video-hover-color: #fff;
    --hsg-btn-video-border-radius: 50%;
    --hsg-btn-video-shadow: none;
    --hsg-btn-video-hover-shadow: 0 0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9);
    padding-left: .125rem;
    border-radius: 50%;
    background-color: var(--hsg-btn-video-bg);
    color: var(--hsg-btn-video-color) !important;
    box-shadow: var(--hsg-btn-video-shadow);
    border: 1px solid #000;
}

.page-center-content .btn-video:hover .bx {
    color: #fff;
}

.page-center-content .btn-icon {
    --hsg-btn-size: 2rem;
    --hsg-btn-icon-size: 1.25rem;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
}

.products-btn a {
    margin-right: 10px;
}

.page-center-content .col-6:nth-of-type(even) {
    padding-right: 6px;
}

.page-center-content .col-6:nth-of-type(odd) {
    padding-left: 6px;
}

#products3 .col-6:nth-of-type(odd),
#products6 .col-6:nth-of-type(odd) {
    padding-right: 6px;
    padding-left: 12px;
}

#products3 .col-6:nth-of-type(even),
#products6 .col-6:nth-of-type(even) {
    padding-left: 6px;
    padding-right: 12px;
}

.page-center-content .parallelogram {
    margin-left: 0rem;
    padding: 4px 0px;
    text-align: left;
}

.page-center-content .card-50 .text-ftitle {
    height: 60px;
}

.products-btn a:nth-of-type(3) {
    display: none;
}

.page-center .btn-icon>i {
    font-size: 1rem;
}

.btn-outline-secondary {
    border-radius: 25px;
}

.btn-outline-secondary,
.btn-outline-secondary:first-child:hover {
    color: #fff;
    background-color: #114dfc;
    border-color: #114dfc;
    font-size: 0.825rem;
    font-weight: 400;
    opacity: 0.8;
}

@media (min-width: 768px) {
    .products-btn a:nth-of-type(3) {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1599.98px) {
    .page-center-content {
        padding: 0 2.5rem;
    }
}

@media (min-width: 992px) {
    .page-center-content .parallelogram {
        padding: 2px 4px;
        margin-top: -5px;
        margin-left: 1rem;
    }
    .page-center-content .square {
        border: 1px solid #fd950f;
    }
    .page-center-content .card-100 .card-body {
        margin-left: 3rem;
    }
    .page-center-content .card-50 .card-body {
        padding: 3rem;
    }
    .page-center-content .btn-icon {
        --hsg-btn-size: 2.5rem;
        --hsg-btn-icon-size: 1.25rem;
        flex-shrink: 0;
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.55rem;
    }
    .products-btn a {
        margin-right: 1rem;
    }
    .page-center .btn-icon>i {
        font-size: 1.25rem;
    }
    .products-title h1 {
        margin-bottom: 1vw;
    }
}

@media (min-width: 1200px) {
    .page-center-content .col-6:nth-of-type(even) {
        padding-right: 12px;
    }
    .page-center-content .col-6:nth-of-type(odd) {
        padding-left: 12px;
    }
    #products3 .col-6:nth-of-type(odd),
    #products6 .col-6:nth-of-type(odd) {
        padding-right: 12px;
    }
    #products3 .col-6:nth-of-type(even),
    #products6 .col-6:nth-of-type(even) {
        padding-left: 12px;
    }
    .page-center-content .learn-more {
        padding: 6px 22px;
    }
    .products-title {
        margin: 0 auto;
        padding: 6rem 0;
    }
    .page-center-content .card-100 .card-body {
        margin-left: 0rem;
    }
    .page-center-content .card-100 {
        padding: 3rem 5rem;
    }
    .page-center-content .btn-icon {
        --hsg-btn-size: 2.5rem;
        --hsg-btn-icon-size: 1.25rem;
        flex-shrink: 0;
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.55rem;
    }
    .page-center-content .card-50 {
        padding: 2rem 3rem;
    }
    .page-center-content .card-50 .card-body {
        padding: 3rem;
    }
    .products-btn a {
        margin-right: 1.5rem;
    }
    .page-center-content .parallelogram {
        margin-left: 0.8rem;
        padding: 4px 8px;
        text-align: center;
    }
    .page-center-content .card-100,
    .page-center-content .card-50 {
        margin-bottom: 24px;
    }
}

@media (min-width: 1600px) {
    .page-center-content .card-50 .text-ftitle {
        height: auto;
    }
    .page-center-content {
        padding: 0 6rem;
    }
    .page-center-content .card-50 {
        padding: 3rem;
    }
    .page-center-content .card-50 .card-body {
        padding: 5rem 5rem 3rem 5rem;
    }
    .page-center-content .card-100 .card-body {
        margin-left: 5rem;
    }
    .page-center-content .container-fluid {
        max-width: 1760px;
    }
    .page-center-content .text-ftitle {
        margin-bottom: 2rem;
    }
    .page-center-content .learn-more {
        padding: 6px 22px;
        min-width: 130px;
        text-align: center;
    }
}

/*制造工艺*/

.intelligent-manufacturing {
    background-color: #fff;
}

.modular-gray .container-fluid {
    background-color: #f5f6f8;
}

.text-titlef {}

.intelligent-manufacturing .modular .text-title {
    margin-bottom: 0.5rem;
}

.intelligent-manufacturing .modular .text-titlef,
.intelligent-manufacturing .all-modular .text-titlef {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}

.intelligent-manufacturing .all-modular-img {
    background-position-y: inherit;
}

.page-banner {
    position: relative;
    margin-bottom: 24px;
}

.page-banner h1 {
    color: #fff;
}

.page-banner {
    position: relative;
}

.page-banner-title {
    position: absolute;
    left: 6%;
    top: 25%;
}

.opticalsystem .page-banner-title {
    position: absolute;
    left: 0;
    top: 15%;
    width: 100%;
    text-align: center;
}

.page-banner-title h1 {
    font-size: calc(2vw + 14px);
    line-height: 1.6;
}

.modular-card .card {
    margin-bottom: 0;
    background: none;
}

.modular-card-img {
    min-height: 16rem;
}

.modular-blue .container-fluid .col-lg-5 {
    background: rgb(53, 142, 185);
    background: linear-gradient(24deg, rgba(53, 142, 185, 1) 0%, rgba(89, 174, 168, 1) 100%);
}

.modular-blue h1,
.modular-blue h4,
.modular-blue p {
    color: #fff;
    opacity: 1;
}

@media (min-width: 768px) {
    .page-banner .left-banner-text h1 {
        width: 80%;
        margin: 0 auto;
    }
    .page-banner-title h1 {
        width: 90%;
    }
    .page-banner-title {
        position: absolute;
        left: 10%;
        top: 30%;
    }
    .modular-card-img {
        min-height: 23rem;
    }
    .opticalsystem .page-banner-title h1 {
        width: 100%;
    }
    .opticalsystem .page-banner-title {
        position: absolute;
        left: 0;
        top: 15%;
        width: 100%;
        text-align: center;
    }
    .opticalsystem .page-banner-title h1 {
        font-size: calc(2vw + 20px);
    }
}

@media (min-width: 992px) {
    .intelligent-manufacturing .modular .text-title,
    .intelligent-manufacturing .all-modular .text-title {
        margin-bottom: 1rem;
    }
    .intelligent-manufacturing .modular .text-titlef,
    .intelligent-manufacturing .all-modular .text-titlef {
        text-align: left;
        margin-bottom: 2rem;
        font-size: 1rem;
    }
    .intelligent-manufacturing .all-modular .text-title {
        margin-top: 1rem;
    }
    .intelligent-manufacturing .all-modular-content {}
    .intelligent-manufacturing .all-modular .text-title {
        margin-top: 2rem;
    }
    .intelligent-manufacturing .all-modular-content {
        padding: 0 0 0 2rem;
    }
    .page-banner .left-banner-text h1 {
        width: 65%;
        margin: inherit;
    }
    .intelligent-manufacturing .left-banner-text {
        top: 20%;
    }
    .opticalsystem .page-banner-title {
        position: absolute;
        left: 17%;
        top: 12%;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .intelligent-manufacturing .all-modular .text-title {
        margin-top: 4rem;
    }
    .intelligent-manufacturing .all-modular-img {
        min-height: 27rem;
    }
    .intelligent-manufacturing .all-modular-content {
        padding: 0 3rem;
    }
    .modular-card-img {
        min-height: 27rem;
    }
    .modular-card-content {
        padding: 0 2rem;
    }
}

@media (min-width: 1400px) {
    .intelligent-manufacturing .modular .text-titlef,
    .intelligent-manufacturing .all-modular .text-titlef {
        font-size: 1.325rem;
    }
    .page-banner {
        margin-bottom: 4rem;
    }
    .modular-card-img {
        min-height: 30rem;
    }
}

@media (min-width: 1600px) {
    .intelligent-manufacturing .all-modular .text-title {
        margin-top: 9rem;
    }
    .intelligent-manufacturing .all-modular-img {
        min-height: 40rem;
    }
    .intelligent-manufacturing .all-modular-content {
        padding: 0 5rem;
    }
    .modular-card-img {
        min-height: 38rem;
    }
    .modular-card-content {
        padding: 0 4rem;
    }
}

/*光学系统*/

.modular-card .modular-card-title .text-title {
    margin-top: 0;
    font-weight: 900;
    margin-left: auto;
}

.opticalsystem .modular-card p {
    opacity: 1;
}

.opticalsystem {
    background-color: #f8f8f8;
}

.modular-card .parallelogram span {
    font-size: 12px;
    color: #fff;
}

.modular-card .parallelogram {
    margin-left: 0.5rem;
    padding: 3px 6px;
    text-align: left;
    border-radius: 20px;
    background-color: #0d84fc;
    border: none;
    margin-right: auto;
    margin-top: -5px;
}

.opticalsystem .modular-card .modular-card-img {
    background-position-x: center;
    background-size: contain;
}

.modular-card .modular-card-title {
    margin-top: 0.8rem;
}

.opticalsystem .modular-card .text-title {
    position: relative;
}

.opticalsystem .modular-card .text-title::after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #345aca;
    transition: width 0.5s ease 0s;
    display: inline-block;
}

.opticalsystem .modular-card a:hover .text-title {
    color: #345aca;
    transition: 0.5s;
}

.opticalsystem .modular-card a:hover .text-title::after {
    width: 100%;
    transition: 0.5s;
}

@media (min-width: 768px) {
    .opticalsystem .modular-card .modular-card-img {}
}

@media (min-width: 992px) {
    .modular-card .parallelogram {
        padding: 2px 4px;
        margin-left: 1rem;
    }
    .modular-card .modular-card-title .text-title {
        margin-left: inherit;
    }
    .modular-card .parallelogram {
        margin-right: inherit;
        margin-top: 0px;
    }
    .modular-card .modular-card-title {
        margin-top: 3rem;
    }
    .opticalsystem .modular-card-content {
        margin-left: 3rem;
    }
}

@media (min-width: 1200px) {
    .modular-card .parallelogram {
        margin-left: 1rem;
        padding: 4px 8px;
        text-align: center;
    }
    .modular-card .modular-card-title {
        margin-top: 6rem;
    }
}

@media (min-width: 1400px) {
    .modular-card .modular-card-title .text-title {
        font-size: 62px;
    }
    .opticalsystem .modular-card-content {
        margin-left: 4rem;
    }
}

@media (min-width: 1600px) {
    .modular-card .modular-card-title {
        margin-top: 9rem;
    }
}

/*科技创新*/

.technologicalinnovation,
.applications {
    background: #f8f8f8;
}

.technologicalinnovation .modular-card-img {
    background-position: center;
}

.cutting-head .container-fluid {
    background-color: rgba(255, 255, 255, 0);
}

.cutting-head .card {
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    transform: rotate(0deg);
}

.technologicalinnovation .page-banner-title {
    position: absolute;
    left: 0;
    top: 21%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(59, 90, 139, 0.95) 0%, rgba(0, 0, 0, 0) 50%);
    width: 100%;
    padding: 2rem;
}

.technologicalinnovation .page-banner-title h1 {
    width: 20%;
    margin-left: 8%;
}

.technologicalinnovation .modular-card-img {
    background-size: contain;
}

.cutting-head .col-12:nth-of-type(1) {
    padding-right: 8px;
    margin-bottom: 24px;
}

.cutting-head .col-12:nth-of-type(2) {
    padding-left: 8px;
}

@media (min-width: 768px) {
    .technologicalinnovation .text-ftitle {
        min-height: 3rem;
    }
}

@media (min-width: 992px) {
    .technologicalinnovation .page-banner-title {
        padding: 6rem;
    }
    .cutting-head .col-12:nth-of-type(1) {
        margin-bottom: 0px;
    }
}

@media (min-width: 1200px) {
    .technologicalinnovation .text-ftitle {
        min-height: 4rem;
    }
}

@media (min-width: 1400px) {
    .technologicalinnovation .text-title,
    .technologicalinnovation .modular-card-title .text-title {
        font-size: 38px;
        font-weight: 900;
    }
    .technologicalinnovation .noftitle .text-title {
        margin-bottom: 3rem;
    }
}

@media (min-width: 1600px) {
    .cutting-head .col-12:nth-of-type(1) {
        padding-right: 1.5rem;
    }
    .cutting-head .col-12:nth-of-type(2) {
        padding-left: 1.5rem;
    }
    .cutting-head .modular-card-title {
        margin-top: 6rem;
    }
}

/*行业应用*/

.applications .page-banner-title p {
    color: #fff;
    display: none;
}

.applications .text-ftitle {
    opacity: 1;
    text-align: left;
}

.applications .fs-6 {
    text-align: center;
    font-size: 12px !important;
}

.applications .fs-6,
.applications .fs-6 a {
    color: #a7a7a7;
}

.applications .fs-6 a:hover {
    color: #000;
}

.applications .modular-card-img {
    min-height: 20rem;
    background-size: contain !important;
}

.page-center-banner .page-banner-title {
    position: absolute;
    left: 15%;
    top: 41%;
}

.applications .modular-card a,
.success-section .system-process a,
.applications .modular-card a:hover {
    color: #345aca;
    font-weight: 600;
}

@media (min-width: 768px) {
    .applications .page-banner-title {
        position: absolute;
        left: 13%;
        top: 20%;
        width: 70%;
    }
    .page-center-banner .page-banner-title {
        position: absolute;
        left: 15%;
        top: 45%;
        width: 80%;
    }
    .applications .page-banner-title h1 {
        margin-bottom: 3rem;
    }
    .applications .modular-card-img {
        background-size: cover !important;
    }
}

@media (min-width: 992px) {
    .applications .all-modular .text-title {
        margin-bottom: 2rem;
    }
    .applications .page-banner-title p {
        display: block;
    }
    .applications .fs-6 {
        text-align: left;
        font-size: 1rem !important;
    }
    .page-center-banner .page-banner-title {
        position: absolute;
        left: 12%;
        top: 12%;
        width: 80%;
    }
    .applications .modular-card-img {
        min-height: 22rem;
    }
    .applications .text-ftitle {
        height: 10rem;
        overflow-y: auto;
    }
}

@media (min-width: 1200px) {
    .applications .page-banner-title {
        position: absolute;
        left: 13%;
        top: 15%;
        width: 50%;
    }
    .page-center-banner .page-banner-title {
        position: absolute;
        left: 15%;
        top: 15%;
        width: 70%;
    }
    .applications .modular-card-img {
        min-height: 28rem;
    }
    .applications .text-ftitle {
        height: 17rem;
        overflow-y: auto;
    }
}

@media (min-width: 1400px) {
    .applications .modular-card-img {
        min-height: 31rem;
    }
    .applications .text-ftitle {
        height: 21rem;
        overflow-y: auto;
    }
}

@media (min-width: 1600px) {
    .applications .page-banner-title {
        position: absolute;
        left: 13%;
        top: 20%;
        width: 30%;
    }
    .applications .all-modular .text-title {
        margin-top: 4rem;
    }
    .page-center-banner .page-banner-title {
        position: absolute;
        left: 25%;
        top: 29%;
        width: 50%;
        text-align: center;
    }
    .applications .modular-card-img {
        min-height: 36rem;
    }
    .applications .text-ftitle {
        /* height: auto; */
        overflow-y: auto;
    }
}

@media (min-width: 1900px) {
    .applications .modular-card-img {
        min-height: 38rem;
    }
}

/*关于我们*/

.hsg-about-video {
    line-height: 0;
}

.about-video-title {
    position: absolute;
    top: 40%;
    width: 100%;
}

.about-video-title h1 {
    font-size: calc(1.6vw + 24px);
    font-weight: 800;
    line-height: 1.3;
    color: #000;
    margin-bottom: 4.16667vw;
    color: #fff;
}

.hsg-culture .container-fluid {
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: none;
}

.hsg-culture .row {
    background-repeat: no-repeat;
    min-height: 20rem;
    margin: 0;
    box-shadow: none;
    background-size: cover;
}

.hsg-culture .col-lg-4 {
    position: relative;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.hsg-culture .col-lg-8 {
    padding: 0;
    margin: 0;
}

.hsg-culture .col-lg-4:nth-of-type(3) {
    border-right: none;
}

.culture-layer {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    /*transition: .2s ease-in-out;*/
    backdrop-filter: blur(0px);
    box-shadow: none;
}

.hsg-culture h1,
.hsg-culture h5,
.hsg-culture p {
    color: #fff;
    padding: 0 3rem;
}

.hsg-culture h5 {
    font-size: 1rem;
    font-weight: 600;
}

.hsg-culture h1 {
    font-size: 4.5rem;
    margin-top: 13rem;
    padding: 0 8rem;
}

.hsg-culture p {
    height: auto;
    transition: height 1.5s;
    overflow: hidden;
    font-size: 12px;
}

.hsg-culture .col-lg-4:hover .culture-layer {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(1px);
    box-shadow: none;
}

.culture-position {
    position: absolute;
    bottom: 0;
    transition: bottom 0.3s;
}

.culture-content-tlt {
    position: absolute;
    z-index: 10;
}

.hsg-about .model-title-p {
    color: #000;
    margin-bottom: 2.5rem;
}

.about-history .nav-tabs-alt {
    border-top: 1px solid #6c6c6c;
}

.about-history .nav-tabs-alt .nav-link.active {
    border-bottom: none;
    border-top: 2px solid #0d84fd;
    color: #0d84fd;
    margin-top: -2px;
}

.about-history .nav-link {
    transition: color .2s ease-in-out;
    font-size: 14px;
}

.about-history .nav-tabs-alt .nav-item {
    margin-right: 0rem;
}

.about-history img {
    margin-bottom: 1.25rem;
}

.hsg-border {
    border-radius: 17px;
}

.about-history h6 {
    margin-bottom: 0.8rem;
    font-size: 14px;
}

.about-history p {
    color: #000;
    font-size: 12px;
    line-height: 16px;
}

.history-year {
    position: relative;
    left: 76%;
    display: none;
}

.history-year h1 {
    font-size: 8rem;
    color: #ededed;
}

.hsg-honors img {
    margin-top: 1rem;
}

.hsg-honors .card-body {
    padding: 3rem;
}

.hsg-scene {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.company-scene img {
    margin-bottom: 0;
}

.company-scene .hsg-scene {
    margin-bottom: 1.25rem;
}

.hsg-scene-tlt {
    position: absolute;
    bottom: -35px;
    width: 100%;
    background-color: rgba(62, 69, 93, 0.5);
    padding: 1rem 2rem;
    transition: .2s ease-in-out;
    display: none;
}

.hsg-scene-tlt i {
    vertical-align: middle;
    margin-right: 4px;
    font-size: 1rem;
}

.hsg-scene-tlt h6 {
    color: #fff;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.hsg-scene-tlt p {
    color: #b9b9bb;
    margin-bottom: 0;
}

.hsg-scene:hover .hsg-scene-tlt {
    bottom: 0px;
    transition: .2s ease-in-out;
}

.hsg-culture .row {
    border-radius: 17px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.center-section .model-title-p {
    font-size: 12px;
}

.hsg-about .about-subsidiary img {
    float: right;
    width: 40%;
}

.company-scene .d-flex {
    gap: 5px;
}

.company-scene .hsg-scene:nth-of-type(3),
.company-scene .hsg-scene:nth-of-type(4) {
    display: none;
}

@media (min-width: 768px) {
    .hsg-about .about-subsidiary img {
        width: 21%;
    }
}

@media (min-width: 992px) {
    .company-scene img {
        padding: 5px;
    }
    .about-history h6 {
        font-size: 1rem;
    }
    .about-history p {
        font-size: 14px;
        line-height: 21px;
    }
    .hsg-culture .col-lg-4 {
        border-right: 2px solid #fff;
        display: block;
    }
    .culture-position {
        position: absolute;
        bottom: 7rem;
    }
    .hsg-culture p {
        height: 0px;
        transition: height 1.5s;
        overflow: hidden;
    }
    .hsg-culture .col-lg-4:hover p {
        height: 100px;
    }
    .hsg-culture p {
        font-size: 15px;
    }
    .hsg-culture .row {
        min-height: 25rem;
    }
    .hsg-culture .row {
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .about-history .nav-link {
        font-size: 1.25rem;
    }
    .about-history .nav-tabs-alt .nav-item {
        margin-right: 1.5rem;
    }
    .hsg-scene {
        border-radius: 17px;
    }
    .center-section .model-title-p {
        font-size: 15px;
    }
    .hsg-culture h1 {
        font-size: 2rem;
        margin-top: 12rem;
        padding: 0px 3rem;
    }
    .hsg-culture h1,
    .hsg-culture h5,
    .hsg-culture p {
        color: #fff;
        padding: 0 1.5rem;
    }
    .about-company h5 {
        font-size: 1.4rem;
        font-weight: 600;
    }
    .about-honors .row {
        align-items: center;
    }
    .company-scene .hsg-scene:nth-of-type(3),
    .company-scene .hsg-scene:nth-of-type(4) {
        display: block;
    }
    .about-history {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .about-history .nav-tabs-alt .nav-item {
        margin-right: 4rem;
    }
}

@media (min-width: 1400px) {
    .history-year {
        position: initial;
        display: flex;
        justify-content: end;
    }
    .hsg-culture .row {
        min-height: 32rem;
    }
    .culture-position {
        position: absolute;
        bottom: 12rem;
    }
    .hsg-culture h1,
    .hsg-culture h5,
    .hsg-culture p {
        color: #fff;
        padding: 0 3rem;
    }
    .hsg-culture h1 {
        font-size: 3rem;
        margin-top: 12rem;
        padding: 0px 6rem;
    }
    .hsg-about .about-subsidiary img {
        float: right;
        width: auto;
    }
    .about-company h5 {
        font-size: 1.6rem;
        font-weight: 600;
    }
    /*    .about-history .nav-tabs-alt .nav-item {
        margin-right: 2.5rem;
    } */
    .hsg-scene-tlt {
        display: block;
    }
    .company-scene .d-flex {
        gap: 0;
        margin-right: -15px;
    }
    .company-scene .d-flex .hsg-scene {
        margin: 0 15px 15px 0;
    }
    .company-scene img {
        padding: 0px;
    }
}

@media (min-width: 1600px) {
    .hsg-culture .container-fluid {
        max-width: 1760px;
    }
    .center-section .model-title-p {
        font-size: 1rem;
    }
    .hsg-culture p {
        font-size: 1rem;
    }
    .hsg-culture h1 {
        font-size: 3.5rem;
        margin-top: 8rem;
        padding: 0px 3rem;
    }
    .about-history .col-xl-10 {
        width: 61%;
    }
    .hsg-culture .row {
        background-size: inherit;
        min-height: 40rem;
    }
    .hsg-culture h1 {
        font-size: 4rem;
        margin-top: 13rem;
        padding: 0px 6rem;
    }
    .culture-position {
        position: absolute;
        bottom: 15rem;
    }
    .history-year {
        position: initial;
        display: flex;
        justify-content: end;
    }
}

/*联系我们*/

.contacts {
    background-color: #fff;
}

.contacts .contact-number {
    color: #afafaf;
}

.contacts .display-7 {
    font-size: calc(2vw + 14px);
    color: #afafaf;
}

.contacts .display-5 {
    font-size: calc(2vw + 18px);
    color: #afafaf !important;
}

.contact-us a {
    margin-right: 1.5rem;
    display: inline-block;
    margin-top: 1rem;
}

.contacts form .form-select {
    font-size: 0.75rem;
}

.contacts form .form-select,
.contacts form .form-control,
.contacts .learn-more {
    border-radius: 5px;
    margin-bottom: 0.3rem;
}

.contacts form .form-select,
.contacts form .form-control {
    border: 1px solid #d4d7e5;
    background-color: #fff;
    color: #bbbdce;
}

.contacts-map {
    padding: 2rem 0;
}

.contacts-map p {
    font-size: 13px;
    line-height: 20px;
}

.contacts-map h6 {
    margin-top: 1.25rem;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.contacts .banner-text h1 {
    margin-bottom: 1rem;
    font-size: calc(2vw + 14px);
}

.contacts .banner-text h2 {
    font-size: 1rem;
    line-height: 1.5;
}

.contacts .learn-more {
    padding: 8px 10px;
}

.contacts .w-md-50 {
    width: 100%;
}

.contacts .banner-text {
    padding: 2rem 1.5rem;
}

@media (min-width: 768px) {
    .contact-img .swiper-tabs {
        width: 100% !important;
        height: 550px !important;
    }
    .contacts .banner-text {
        margin: 4rem;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .contacts .banner-text h1 {
        font-size: calc(1.5vw + 18px);
    }
    .contacts .banner-text h1 {
        margin-bottom: 1.8vw;
        font-size: calc(1.5vw + 18px);
    }
    .hsg-office {
        width: 30%;
    }
    .contacts-map {
        padding: 6rem 0;
    }
    .contact-us a {
        margin-top: 1rem;
    }
    .contacts .learn-more {
        padding: 4px 10px;
    }
    .contacts .banner-text h2 {
        font-size: 1.25rem;
    }
    .contacts .pe-lg-5 {
        padding-right: 0rem !important;
    }
    .contacts .pb-lg-5 {
        padding-bottom: 2rem !important;
    }
    .contact-img .swiper-tabs {
        height: inherit !important;
    }
    .contacts .contact-form-tlt {
        font-size: 1.8rem;
    }
}

@media (min-width: 1200px) {
    .contact-number {
        display: block;
    }
    .contact-img .swiper-tabs {
        width: 65% !important;
    }
    .contacts .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .contacts .py-4 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
}

@media (min-width: 1400px) {
    .contacts .contact-form-tlt {
        font-size: 2.5rem;
    }
    .contacts .py-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .contacts .banner-text h2 {
        font-size: 1.6rem;
    }
    .contacts .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .contact-us a {
        margin-top: 4rem;
    }
    .contacts .banner-text {
        margin: 0;
        padding: 4rem;
    }
}

/*常见问题*/

.faq {
    background-color: #f1f3f5;
}

.faq .page-banner h1 {
    color: #000;
}

.faq .accordion-button::after {
    content: none;
}

.faq .model-title-p {
    margin-bottom: 0;
}

.faq .model-title {
    margin-bottom: 0;
}

.faq .accordion-body {
    font-size: 12px;
    font-weight: 300;
}

.faq .accordion-button {
    color: #253177;
}

.faq .about-honors .bx {
    padding-right: 0.5rem;
}

@media (min-width: 992px) {
    .faq .accordion-body {
        font-size: 14px;
        font-weight: 400;
    }
    .faq .center-section {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .faq .accordion-button {
        font-size: 1.25rem;
        font-weight: 400;
    }
    .faq .accordion-item {
        border-radius: 17px !important;
        box-shadow: none !important;
    }
}

@media (min-width: 1200px) {
    .faq .model-title-p {
        margin-bottom: 1.25rem;
    }
    .faq .model-title {
        margin-bottom: 16px;
    }
    .faq .accordion-item {
        padding: 1.5rem;
        margin-bottom: 3rem !important;
    }
    .faq .accordion-body {
        line-height: 2;
    }
    .faq .accordion .bx {
        font-size: 1rem;
        padding-right: 0.5rem;
    }
}

/*资源中心*/

.resource .center-section .bx {
    float: right;
}

.resource .center-section .bx {
    border: 1px solid #7f7f7f;
    padding: 2px;
    margin-top: -3px;
    color: #7f7f7f;
}

.resource .text-title {
    cursor: pointer;
    transition: .2s ease-in-out;
    font-size: 12px;
    font-weight: 400;
}

.resource .center-section .bx {
    cursor: pointer;
    transition: .2s ease-in-out;
    display: none;
}

.resource .text-title:hover {
    color: #202f72;
    transition: .2s ease-in-out;
}

.resource .text-title:hover .bx {
    border: 1px solid #202f72;
    color: #202f72;
    transition: .2s ease-in-out;
}

.resource .page-banner h1,
.resourcelist .page-banner h1 {
    color: #000;
    width: 100%;
}

@media (min-width: 768px) {
    .resource .center-section .bx {
        display: block;
    }
}

@media (min-width: 992px) {
    .resource .text-title {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
        font-size: 15px;
        font-weight: 400;
    }
    .resource .model-title {
        margin: 3rem 0;
    }
    .resource .center-section .bx {
        font-size: 1.5rem;
    }
}

@media (min-width: 1400px) {
    .resource .text-title {
        font-size: 1.25rem;
    }
}

@media (min-width: 1600px) {
    .resource .text-title {
        font-size: 1.25rem;
    }
}

.resourcelist .tab-content,
.resourcelist .list-title {
    background-color: #fff;
    border-radius: 8px;
}

.resourcelist .list-group {
    padding-top: 0rem;
    flex-direction: row;
    flex-wrap: wrap;
}

.resourcelist .tab-content {
    padding: 1rem;
}

.resourcelist .tab-content div {
    /*background-color: red;*/
}

.resourcelist .tab-content .listtlt {
    font-weight: 400;
    border-bottom: 1px solid #f0f1f2;
    padding-bottom: 1rem;
    font-size: 1.1rem;
}

.resourcelist .list-group-item {
    box-shadow: none;
    border: none;
    border-right: 3px solid #fff;
    padding: 0.5rem;
    font-weight: 400;
    font-size: 13px;
    width: 50%;
}

.resourcelist .list-group-item-action.active {
    color: #000;
    border-right: 0px solid #414446;
    background-color: #f7f9fa;
}

.resourcelist .list-group-item-action:hover,
.resourcelist .list-group-item-action:focus {
    color: #000;
    background-color: #f7f9fa;
}

.resourcelist .accordion-header .bx {
    padding-right: 12px;
    font-size: 1.85rem;
    vertical-align: middle;
}

.resourcelist .accordion-body .bx {
    vertical-align: bottom;
    font-size: 1.5rem;
    padding-right: 12px;
}

.resourcelist .accordion-body .bxs-file-pdf {
    color: #f36950;
    padding-right: 8px;
}

.hsg-down {
    cursor: pointer;
    margin-top: 1rem;
    padding-left: 0rem;
}

.hsg-down:hover a,
.hsg-down:hover p {
    color: #345aca;
    width: 30%;
}

.hsg-down a {
    font-weight: 400;
    color: #444643;
    font-size: 12px;
}

.hsg-down p {
    margin-bottom: 0;
    font-weight: 400;
    padding-right: 3rem;
    font-weight: 600;
}

.resourcelist .accordion-button:not(.collapsed)::after {
    box-shadow: none;
    background-color: #000;
}

.resourcelist .accordion-button,
.faq .accordion-button {
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .resourcelist .tab-content,
    .resourcelist .list-title {
        min-height: 66rem;
        border-radius: 17px;
    }
    .resourcelist .list-group {
        border-radius: 0;
        padding-top: 8rem;
    }
    .resourcelist .list-group-item {
        padding: 1rem 4rem;
        font-size: 1rem;
    }
    .resourcelist .list-group {
        flex-direction: column;
    }
    .resourcelist .list-group-item {
        width: inherit;
        padding: 0.8rem 1rem;
    }
    .resourcelist .list-group-item-action.active {
        border-right: 3px solid #414446;
    }
    .hsg-down a {
        font-weight: 400;
        color: #444643;
        font-weight: 600;
    }
    .hsg-down {
        cursor: pointer;
        margin-top: 1.5rem;
        padding-left: 2.5rem;
    }
    .resourcelist .tab-content .listtlt {
        font-weight: 600;
        border-bottom: 1px solid #f0f1f2;
        padding-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .resourcelist .accordion-button {
        font-size: 1.25rem;
        font-weight: 400;
    }
    .resourcelist .accordion-body {
        font-size: 14px;
    }
    .resourcelist .accordion-item {
        padding: 0rem;
        margin-bottom: 0rem !important;
        box-shadow: none !important;
    }
    .resourcelist .accordion-button,
    .resourcelist .accordion-body {
        padding-left: 0;
        padding-right: 0;
    }
    .resourcelist .tab-content {
        padding: 3rem;
    }
    .resourcelist .list-group-item {
        width: inherit;
        padding: 1rem 2rem;
    }
    .hsg-down a {
        font-size: 14px;
    }
    .resourcelist .accordion-button {
        font-size: 1rem;
        font-weight: 600;
    }
    .faq .accordion-button {
        font-size: 1.25rem;
        font-weight: 500;
    }
    .faq .accordion-body {
        font-size: 15px;
        font-weight: 300;
    }
    .hsg-down-con a {
        font-weight: 400;
    }
}

@media (min-width: 1200px) {
    .resourcelist .list-group-item {
        width: inherit;
        padding: 1rem 4rem;
    }
    .resourcelist .list-group-item {
        font-size: 1.15rem;
    }
    .faq .accordion-button {
        font-weight: 600;
    }
    .resourcelist .tab-content .listtlt {
        font-size: 1.25rem;
    }
}

@media (min-width: 1600px) {
    .satisfying .page-banner-title {
        position: absolute;
        left: 13%;
        top: 38%;
        width: 30%;
    }
    .faq .accordion-button {
        font-size: 1.25rem;
        font-weight: 600;
    }
    .faq .accordion-body {
        font-size: 16px;
        font-weight: 300;
    }
}

/*成功案例*/

.success-section .card-img {
    width: auto;
}

.success-section .fs-6 {
    font-size: 12px !important;
}

.success-section h3 {
    font-size: 16px;
}

.success-section .fs-sm {
    font-size: 12px;
}

.success-section .card {
    border-radius: 8px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .success-section .text-title {
        min-height: 2.5rem;
    }
    .success-section .text-ftitle {
        min-height: 15rem;
    }
}

@media (min-width: 992px) {
    .success-section .text-title {
        min-height: 6rem;
    }
    .success-section .text-ftitle {
        min-height: 14rem;
    }
    .success-section .card-img {
        border-radius: 17px;
    }
    .success-section .bg-dark {
        border-radius: 17px !important;
    }
}

@media (min-width: 1200px) {
    .success-section .text-title {
        min-height: 5rem;
    }
    .success-section .text-ftitle {
        min-height: 17rem;
    }
    .success-section h3 {
        font-size: 1.6rem;
        font-weight: 400;
    }
    .success-section .fs-sm {
        font-size: 1rem;
    }
    .success-section .fs-6 {
        font-size: 1rem !important;
    }
}

@media (min-width: 1400px) {
    .success-section .text-title {
        min-height: 4rem;
    }
    .success-section .text-ftitle {
        min-height: 15rem;
    }
    .success-section h3 {
        margin-left: 0rem;
        margin-bottom: 2rem !important;
    }
    .success-section .fs-sm {
        position: absolute;
        right: 0;
        width: 80%;
    }
}

@media (min-width: 1600px) {
    .success-section .text-ftitle {
        /* min-height: 13rem; */
        height: 13rem;
        overflow-y: auto;
    }
    .success-section .text-title {
        margin-bottom: 0.5rem;
    }
    .success-section .fs-sm {
        position: absolute;
        right: 0;
        width: 60%;
        font-size: 1rem;
    }
}

/*新闻中心*/

.product-center .news-moderate .card img {
    padding: 0;
}

.product-center .news-moderate .card {
    padding-top: 0;
    overflow: hidden;
}

.news-moderate .text-title {
    min-height: 4.5rem;
    overflow: hidden;
}

.news .center-section .card-body .text-title {
    font-weight: 400;
}

.news-list .card-body p {
    font-size: 12px;
    height: 40px;
    overflow: hidden;
    font-weight: 300;
}

.news-time {
    display: none;
}

.new .product-center p {
    margin-bottom: 1rem;
}

.product-center a:hover .text-title,
.product-center a:hover .text-ftitle,
.product-center a:hover p {
    color: #345aca;
    transition: .3s ease-out;
}

.center-banner .page-banner-title {
    position: absolute;
    left: 15%;
    top: 40%;
}

.center-banner .page-banner-title h1 {
    width: 100%;
}

@media (min-width: 768px) {
    .news-moderate .col-md-4:nth-of-type(1) {
        padding-right: 6px;
    }
    .news-moderate .col-md-4:nth-of-type(2) {
        padding-right: 6px;
        padding-left: 6px;
    }
    .news-moderate .col-md-4:nth-of-type(3) {
        padding-left: 6px;
        padding-right: 12px;
    }
    .news-time {
        display: block;
    }
    .news-list .card {
        padding: 0 2rem;
    }
    .news-time h1 {
        margin-top: 1.5rem;
        font-weight: 400;
        color: #282c75;
        margin-bottom: 0.2rem;
        font-size: 1.725rem;
    }
    .news-time p {
        font-size: 12px !important;
        color: #bbbbbb;
    }
}

@media (min-width: 992px) {
    .news-moderate .text-title {
        min-height: 7rem;
        overflow: hidden;
    }
    .news-list .card-body p {
        font-size: 14px;
        overflow: hidden;
        font-weight: 400;
    }
    .news .left-right .row .card-body {
        padding-left: 5%;
    }
    .news-moderate .col-md-4:nth-of-type(1) {
        padding-right: 12px;
    }
    .news-moderate .col-md-4:nth-of-type(2) {
        padding-right: 12px;
        padding-left: 12px;
    }
    .news-moderate .col-md-4:nth-of-type(3) {
        padding-left: 12px;
        padding-right: 12px;
    }
    .news-moderate .text-title {
        min-height: 5rem;
    }
    .news .center-section {
        margin-bottom: 0px;
    }
    .news .center-section .card-body .text-title {
        font-weight: 600;
    }
    .news .news-one .text-title {
        line-height: 1.5;
    }
    .news .hsg-news-more {
        margin: 2rem;
    }
}

@media (min-width: 1200px) {
    .news .left-right .row .card-body {
        padding-right: 5%;
    }
    .news .left-right .text-title {
        font-size: 1.8rem;
        line-height: 1.8;
        margin-bottom: 3rem;
    }
    .news .left-right .text-ftitle {
        font-size: 1.25rem;
    }
    .news .news-moderate .text-title {
        font-size: 1.325rem;
        padding-top: 0.85rem;
        line-height: 1.2;
    }
    .news .news-moderate .card {
        padding: 0;
        min-height: auto;
    }
    .product-center .news-moderate .card-body {
        padding: 1rem 1.5rem;
    }
    .news-list .card {
        padding: 0 6rem;
        height: 9.5rem;
    }
    .news-list p {
        margin-bottom: 0;
        height: 3.5rem;
        overflow: hidden;
    }
    .news-list .text-title {
        font-size: 1.325rem;
    }
    .news-time h1 {
        margin-top: 2.5rem;
        font-weight: 400;
        color: #282c75;
        margin-bottom: 0.2rem;
        font-size: 2.5rem;
    }
    .news-time p {
        color: #bbbbbb;
        font-size: 0.825rem !important;
    }
}

@media (min-width: 1600px) {
    .news-moderate .text-title {
        min-height: 4rem;
    }
    .news .left-right .text-title {
        font-size: 1.8rem;
        line-height: 1.8;
        margin-bottom: 5rem;
    }
}

/*新闻内页*/

.new,
.new .center-section {
    background-color: #f6f7f9;
}

.new .center-section {
    padding: 2rem 0;
    margin-bottom: 0rem;
}

.new .center-section .text-title {
    line-height: 1.4;
    word-wrap: break-word;
    word-break: break-all;
}

.new .center-section .text-ftitle {
    font-size: 12px;
    font-weight: 300;
}

.new .center-section .fs-6 {
    font-size: 14px !important;
    color: #727272;
}

.new .center-section hr {
    margin-bottom: 1.25rem;
}

.new .center-section a {
    color: #345aca;
    text-decoration: underline;
}

.new .ask-price a {
    color: #000;
    text-decoration: none;
}

@media (min-width: 992px) {
    .new .center-section {
        padding: 4rem 0;
    }
    .new .center-section .container-fluid {
        padding: 0;
        width: 800px;
    }
    .new .center-section .text-ftitle {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .new .center-section .text-title {
        font-size: 2rem;
        letter-spacing: 0px;
    }
    .new .center-section .text-ftitle {
        font-size: 15px;
    }
    .new .center-section hr {
        margin: 2rem 0 1.5rem 0;
    }
}

@media (min-width: 2000px) {
    .center-section .container-fluid {
        max-width: 1760px;
    }
}

/*服务支持*/

.service,
.service .center-section {
    background-color: #fff;
}

.support .card {
    position: relative;
    min-height: 10rem;
}

.support h1 {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 800;
    margin-top: 1.5rem;
}

.support h1,
.support p {
    color: #fff;
}

.support p {
    font-size: 12px;
}

.support-con h3 {
    font-weight: 400;
    font-size: 14px;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .support-con h3 {
        font-size: 1rem;
    }
    .support-con h3 {
        margin-top: 2rem;
    }
    .support h1 {
        font-size: calc(1.8vw + 14px);
    }
}

@media (min-width: 992px) {
    .support-con h3 {
        font-weight: 400;
        margin-top: 4rem;
        line-height: 1.8;
        font-size: 1.85rem;
    }
    .support .card {
        margin-bottom: 4rem;
        min-height: 20rem;
    }
    .support p {
        font-size: 1.25rem;
    }
    .support .card-body {
        width: 730px;
        margin: 0 auto;
    }
}

@media (min-width: 1600px) {
    .support .support-con {
        margin: 5rem 0;
    }
    .support .support-con .card-body {
        width: 60%;
    }
}

/*全球服务*/

.global-map {
    position: relative;
}

.all-section .bx,
.all-section hr {
    display: none;
}

.global-support {
    display: none;
}

.agents {
    padding: 0 12px;
}

.agents h1 {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}

.agents h4 {
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
}

.hsg-global .all-section {
    overflow-x: hidden;
    padding: 0 6px;
}

.global-quote-right {
    display: none;
}

.hsg-global .page-banner h1 {
    color: #30b4ff;
    text-shadow: 0 0 0px #30b4ff, 0 0 30px #d9d9f3;
}

.hsg-global .page-banner-title {
    position: absolute;
    left: 25%;
    top: 45%;
    text-align: center;
}

.hsg-global .card {
    border-radius: 0;
}

.hsg-global .text-title br {
    display: none;
}

.hsg-global .text-title {
    text-align: center;
}

@media (min-width: 768px) {
    .hsg-global .page-banner-title {
        position: absolute;
        left: 25%;
        top: 45%;
        width: 50%;
        text-align: center;
    }
    .all-section {
        padding: 0 12px;
        margin-bottom: 2rem;
    }
    .all-section .card {
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0);
    }
    .all-section .card-body {
        padding: 0 1rem;
    }
    .global-solution {
        margin-top: 1rem;
    }
}

@media (min-width: 992px) {
    .hsg-global .all-section {
        padding: 0;
    }
    .hsg-global .text-title br {
        display: block;
    }
    .hsg-global .text-title {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .all-section .card-body {
        padding: 1rem;
    }
    .global-map {
        background-image: url("../img/global/map.webp");
    }
    .all-section {
        padding: 0;
    }
    .all-section .bx {
        color: #000;
        font-size: 3.5rem;
    }
    .all-section hr {
        display: block;
    }
    .all-section .bxs-quote-right {
        margin-bottom: 2.5rem;
    }
    .hsg-global .all-section {
        overflow-x: hidden;
    }
    .global-support {
        position: absolute;
        left: 2.5rem;
        bottom: 2rem;
        align-items: end;
        display: flex;
        width: 80%;
        align-items: flex-end;
    }
    .global-support>div {
        padding-right: 0;
        padding-left: 0;
    }
    .global-support>div>div {
        background-color: #fff;
        margin-right: 2rem;
        padding: 1.25rem;
        border-radius: 17px;
        position: relative;
        cursor: pointer;
    }
    .global-support>div>div:hover,
    .global-support>div>div:focus {
        background-color: #274ca4;
    }
    .global-support>div:nth-of-type(1) ul {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 0;
        height: 8rem;
        color: #000;
    }
    /*    .global-support>div>div:hover .text-title,.global-support>div>div:hover .text-ftitle{

        color: #fff;
    }
   .global-support>div:nth-of-type(1) div{
        background-color: #274ca4;
    }

    .global-support>div:nth-of-type(1) .text-title {
        height: 2rem;
        color: #fff;
    }
    .global-support>div:nth-of-type(1) ul{
        font-size: 1rem;
        color: #fff;
        font-weight: 500;
        margin-bottom: 0;
    }
	.global-support>div:nth-of-type(1) .text-title{
	    height: 5rem;
	    color: #fff;
	}
	*/
    .global-support .text-title {
        font-size: 1.25rem;
        margin-bottom: 3rem;
        height: 0rem;
    }
    .global-support .text-ftitle {
        display: flex;
        align-items: end;
        height: 8rem;
        line-height: 1.4;
        color: #000;
        font-weight: 400;
        margin-bottom: 0;
        font-size: 15px;
    }
    .global-support .active {
        background-color: #274ca4;
        cursor: pointer;
        transition: 0.2s ease-in-out;
    }
    .global-support .active .text-title,
    .global-support .active li,
    .global-support .active .text-ftitle {
        color: #fff;
    }
    .global-support .global-modal:hover .text-title,
    .global-support .global-modal:hover .text-ftitle,
    .global-support .global-modal:hover li {
        color: #fff;
    }
    .agents {
        width: 50%;
        padding: 0;
    }
    .agents h1 {
        margin-bottom: 2rem;
        font-size: 2rem;
        text-align: left;
    }
    .agents h4 {
        font-weight: 400;
        line-height: 1.2;
        font-size: 1.25rem;
    }
    .all-section .bx {
        margin-left: 2.5rem;
    }
    .hsg-global .page-banner {
        margin-bottom: 0rem;
    }
    .global-map {
        height: 40rem;
        background-repeat: no-repeat;
        background-size: inherit;
        padding: 2rem;
        margin-bottom: 1rem;
    }
    .all-section hr {
        margin: 3rem 0;
        border: 1px solid #000;
    }
}

@media (min-width: 1400px) {
    .global-support {
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .global-quote-right {
        display: block;
    }
    .global-quote-right {
        padding-top: 2rem;
    }
    .all-section .bx {
        display: block;
    }
    .global-support {
        width: 100%;
    }
    .global-support .text-ftitle {
        font-size: 1rem;
    }
    .global-support .text-title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
        height: 2rem;
    }
    .global-support {
        position: absolute;
        left: 5.5rem;
    }
    .global-map {
        height: 50rem;
        background-repeat: no-repeat;
        background-size: inherit;
        padding: 5rem;
        margin-bottom: 4rem;
    }
    .all-section .all-section-img {
        border-radius: 17px !important;
    }
    .all-section .card-body .text-title {
        display: flex;
        height: 25rem;
        align-items: flex-end;
        margin-bottom: 2rem;
        line-height: 1.4;
    }
    .all-section .card-body {
        padding-bottom: 0;
    }
    .all-section .card-body .text-ftitle {
        display: flex;
        margin-bottom: 0;
        height: 11rem;
        align-items: end;
        color: #000;
        font-weight: 400;
    }
    .quote-right {
        right: 65%;
    }
    .lean-management {
        margin-bottom: 2.5rem;
    }
    .global-solution .card-body .text-ftitle {
        height: auto;
    }
    .global-interaction .card-body .text-title {
        height: 13rem;
    }
    .lean-management .card-body .text-title {
        height: 20rem;
    }
    .agents h1 {
        margin-bottom: 2rem;
        font-size: 2.5rem;
        text-align: left;
    }
    .agents h4 {
        font-weight: 400;
        line-height: 1.5;
        font-size: 1.5rem;
    }
    /*    .global-support>div:nth-of-type(1) ul{
        color: #fff;
        font-size: 1.325rem;
        font-weight: 500;
        margin-bottom: 0;
    } */
    .hsg-global .all-section {
        overflow: inherit;
        margin-top: 0;
    }
    .global-support .text-ftitle {
        height: 9rem;
    }
}

/*关于我们重构*/

/*.about-company .card{*/

/*    background-color: rgba(0,0,0,0);*/

/*}*/

/*.about-company .container-fluid>.row{*/

/*    background-image: url(../img/about/aboutBg.png);*/

/*}*/

@media (min-width: 992px) {
    /*.about-global {*/
    /*    background-size: 100%;*/
    /*}*/
}

@media (min-width: 1200px) {
    .about-global {
        background-image: url(../img/about/bg1.webp);
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 2rem 0;
    }
    .about-subsidiary .col-6:nth-of-type(1) .card {
        background-image: url(../img/about/bg2.webp);
        background-size: 100%;
    }
    .about-subsidiary .col-6:nth-of-type(3) .card {
        background-image: url(../img/about/bg3.webp);
        background-repeat: no-repeat;
        background-position: inherit;
        background-size: 100%;
    }
    .about-subsidiary .col-6:nth-of-type(4) .card {
        background-image: url(../img/about/bg4.webp);
        background-repeat: no-repeat;
    }
    .about-company .card {
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
}

@media (min-width: 1400px) {
    .about-global h5 {
        font-size: 2rem;
    }
}

/*首页补充*/

.center-section .card-portfolio {
    background-color: #fff;
}

.center-section .card,
.center-section .design-aesthetics {
    transform: rotate(0deg);
}

.center-section .card-img {
    width: initial;
    cursor: pointer;
    border-radius: 0;
    /*border-radius: 17px;*/
}

.system-process .card-img img {
    width: 100%;
}

.position-lg-static .dropdown-item {
    font-weight: 300;
}

.text-title {
    line-height: 1.25;
}

@media (min-width: 768px) {
    .center-section .card-img {
        width: 100%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1599.98px) {}

/*产品列表页优化*/

.products-list-class {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: saturate(180%) blur(20px);
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9;
    transition: 0.2s ease-in-out;
}

.products-list .products-list-class {
    display: none;
}

.products-list-class .nav .nav-item:first-child {
    padding-left: 0;
}

.products-list-class .nav a {
    color: #7f7f7f;
    font-weight: 400;
    font-size: 0.825rem;
    display: inline-block;
}

.products-list-class .nav-link {
    padding: 0.1rem 0.3rem;
}

.products-list-class .nav-tabs-alt .nav-link.active {
    color: #000;
    border-bottom: 2px solid #000;
}

.hsg-radius {
    border-radius: 8px !important;
}

@media (min-width: 992px) {
    .hsg-radius {
        border-radius: 17px !important;
    }
}

@media (min-width: 1200px) {
    .products-list .products-list-class {
        display: block;
    }
    .products-list .products-list-class .container-fluid {
        padding: 0 2.5rem;
    }
    .products-list-class .nav .nav-item {
        height: 75px;
        padding: 0;
        padding: 1.6rem 1rem;
    }
}

@media (min-width: 1600px) {
    .products-list .products-list-class {
        display: block;
    }
    .products-list .products-list-class .container-fluid {
        padding: 0 5rem;
    }
}

/*.product-center .card{*/

/*    overflow: hidden;*/

/*    position: relative;*/

/*}*/

/*适配内容*/

/*
    banner标题字体大小:
    .banner-title {
        font-size: calc(2.2vw + 24px);
        font-weight: 800;
        line-height: 1.3;
        color: #000;
        margin-bottom: 16px;
    }


    banner副标题大小:
    .left-banner-text h2 {
        font-size: calc(0.4vw + 20px);
    }

    banner正文大小:
    {
        font-size:1rem;
        font-weight:300;
        line-height:1.6
    }

    内容标题:
    .text-title{
        line-height: 1.25;
        font-size: 16px;
        font-weight:600;
    }
    .text-ftitle {
        font-size: 12px;
        font-weight: 500;
        line-height: 21px;
    }
 */

.hsg-modal .btn-close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    background: none;
    font-size: 1.75rem;
    color: #fff;
    font-weight: 300;
}

.hsg-modal .modal-content {
    background: none;
}

.modal-backdrop.show {
    opacity: 0.75;
}

.gallery {
    cursor: pointer;
}

/*隐私政策*/

.privacyTlt,
.privacyCon {
    padding-top: 2rem;
}

.privacy .center-section {
    padding-top: 4rem;
}

.privacy .text-title {
    margin-bottom: 2rem;
}

.privacyContent {
    padding-bottom: 2rem;
}

.privacy .h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.privacy ul li {
    font-size: 12px;
}

.privacy .side-nav .nav-link.active {
    border-color: #345aca;
    color: #345aca;
}

@media (min-width: 992px) {
    .privacyContent {
        padding-bottom: 4rem;
    }
    .privacy .h5 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    .privacy ul li {
        font-size: 1rem;
    }
}

.hsg-privacy a {
    color: #767676;
}

/* 内容优化 */

.offcanvas.offcanvas-end {
    width: 18rem;
}

@media (min-width: 1600px) {
    .tmmn-img p {
        width: 90%;
    }
}

/* tech */

.hsg-tech .page-banner-title h1 {
    width: 100%;
    margin-bottom: 0;
}

.hsg-tech .page-banner-title {
    position: absolute;
    left: 15%;
    top: 35%;
}

.hsg-tech .page-banner-title {
    position: absolute;
    left: 0;
    top: 21%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 64, 151, 0.95) 0%, rgba(0, 0, 0, 0) 50%);
    width: 100%;
    padding: 2rem;
}

.tech {
    background-image: linear-gradient(#062340, #06112c);
}

.tech-hsg .container-fluid {
    background-color: inherit;
}

.tech-hsg p {
    color: #fff;
}

.hsg-tech .modular {
    position: relative;
}

.hsg-tech .tech-logo {
    display: none;
}

.tech-hsg .container-fluid {
    border: 5px solid #1965cd;
    border-radius: 0;
}

.tech-decoration {
    display: none;
}

.tech-laser {
    margin: 0 auto;
}

.tech .display-3,
.tech h1,
.tech p,
.tech h4,
.tech h2 {
    color: #fff;
}

.tech img {
    width: auto;
}

.tech .modular {
    position: relative;
}

.tech-con .container-fluid {
    background-color: #132654;
}

.tech-tlt-bg {
    background-color: #004098;
}

.hsg-tech .container-fluid {
    border-radius: 0;
}

.tech-hsg .text-ftitle {
    margin: 0;
    opacity: 1;
}

.tech-hsg .container-fluid {
    padding: 2rem 1rem;
}

.hsg-tech .bx-chevron-down-circle {
    display: none;
}

.tech-tlt .container-fluid {
    padding: 0;
}

.tech-tlt-bg {
    padding: 2rem;
}

.tech-tlt-bg .bxs-right-arrow {
    font-size: 1rem;
    color: #f6ad3c;
}

.tech-tlt .display-3 {
    margin-bottom: 1rem;
}

.tech-tlt-bg .text-ftitle {
    text-align: left;
    opacity: 1;
}

.tech-tlt-bg h4,
.tech-advantage h4 {
    font-size: 1rem
}

.tech-tlt .display-3 {
    font-size: 2rem
}

.tech .tech-tlt {
    margin-bottom: 0;
}

.tech {
    padding-bottom: 4%;
}

.tech-con .container-fluid {
    padding: 2rem 0;
}

.tech-advantage-con {
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.tech-num {
    display: none;
}

.tech-advantage-con p {
    font-size: 12px;
    margin-bottom: 1rem;
}

.tech-advantage-con img {
    margin: 0;
    width: 90%;
}

.tech-con .tech-sheet-head {
    background-repeat: no-repeat;
    padding: 3px 0 3px 1rem;
}

.tech-advantage h4 {
    text-align: center;
}

.tech-advantage p {
    text-align: center;
}

@media (min-width: 992px) {
    .tech img {
        width: auto;
    }
    .tech-advantage-con {
        border: 5px solid #1965cd;
    }
    .tech-sheet {
        position: absolute;
        right: 0%;
        top: 5%;
        z-index: 9;
    }
    .tech-tlt .container-fluid {
        background-color: initial;
    }
    .tech .tech-sheet,
    .tech .tech-tube,
    .tech .tech-bevel {
        width: 50%;
    }
    .tech-tlt .text-ftitle {
        font-size: 13px;
    }
    .tech-tube {
        position: absolute;
        left: 20%;
        top: -10%;
        z-index: 9;
    }
    .tech-tube-tlt .display-3 {
        margin-bottom: 1rem;
        text-align: right;
    }
    .tech-tlt .container-fluid {
        min-height: auto;
    }
    .tech-bevel {
        position: absolute;
        right: 15%;
        top: 0%;
        z-index: 9;
    }
    .tech-advantage-con {
        border: 5px solid #1965cd;
        max-width: 280px;
        padding: 1rem;
        position: relative;
        min-height: 20rem;
        margin-bottom: 0;
    }
    .tech-advantage-con h4 {
        height: 3rem;
        text-align: center;
    }
    .tech-advantage-con p {
        height: 6rem;
        overflow-y: auto;
        margin-bottom: 1rem;
    }
    .tech-con .tech-sheet-head {
        background-repeat: no-repeat;
        padding: 3px 0 3px 1rem;
        margin-bottom: 2rem;
    }
    .tech-advantage {
        margin-bottom: 4rem;
    }
    .tech .page-banner-title span {
        font-style: italic;
    }
}

@media (min-width: 1200px) {
    .tech-advantage-con {
        max-width: 330px;
    }
    .tech-tube {
        position: absolute;
        left: 20%;
        top: -25%;
        z-index: 9;
    }
    .tech-bevel {
        position: absolute;
        right: 25%;
        top: -15%;
        z-index: 9;
    }
}

@media (min-width: 1400px) {
    .tech-sheet {
        position: absolute;
        right: 9%;
        top: -13%;
        z-index: 9;
    }
    .tech-tube {
        position: absolute;
        left: 20%;
        top: -50%;
        z-index: 9;
    }
    .tech-bevel {
        position: absolute;
        right: 20%;
        top: -22%;
        z-index: 9;
    }
    .hsg-tech .page-banner-title {
        padding: 7rem;
    }
    .hsg-tech .page-banner-title {
        position: absolute;
        top: 32%;
    }
}

@media (min-width: 1600px) {
    .tech .page-banner-title h1 {
        font-size: calc(3vw + 14px);
    }
    .tech-tlt .text-ftitle {
        font-size: 1rem;
    }
    .tech .tech-sheet,
    .tech .tech-tube,
    .tech .tech-bevel {
        width: auto;
    }
    .tech-advantage-con {
        text-align: left;
    }
    .tech-advantage h4 {
        text-align: left;
    }
    .tech-advantage p {
        text-align: left;
    }
    .tech-advantage-con img {
        margin: initial;
    }
    .tech-num {
        display: block;
    }
    .tech-tlt-bg h4,
    .tech-advantage h4 {
        font-size: 1.5rem
    }
    .tech-tlt .display-3 {
        font-size: 4rem
    }
    .hsg-tech .bx-chevron-down-circle {
        display: block;
    }
    .tech .modular {
        margin-bottom: 10rem;
    }
    .hsg-tech .page-banner-title {
        padding: 5rem;
    }
    .tech-hsg .container-fluid {
        border: 15px solid #1965cd;
        padding: 3rem;
    }
    .tech-hsg img {
        width: auto;
    }
    .hsg-tech .tech-logo {
        position: absolute;
        right: 6%;
        top: -2.5rem;
    }
    .hsg-tech .tech-laser {
        position: absolute;
        top: -20%;
        left: 6%;
    }
    .tech-hsg .text-ftitle {
        font-size: 1.25rem;
        margin: 5.5rem 0;
    }
    .tech-decoration {
        display: block;
    }
    .hsg-tech .tech-logo {
        display: block;
    }
    .tech-sheet {
        position: absolute;
    }
    .hsg-tech .container-fluid {
        border-radius: 0;
        background-color: inherit;
    }
    .tech .tech-tlt {
        margin-bottom: 0;
    }
    .tech-tlt-bg {
        background-color: #004098;
        padding-left: 2rem;
    }
    .tech-tlt .container-fluid {
        padding: 0 1rem 0;
        overflow: inherit;
    }
    .tech-tlt-bg {
        position: relative;
        padding: 2rem;
        margin-left: -4px;
    }
    .tech-tlt-bg p {
        padding-left: 1.5rem;
    }
    .tech-sheet {
        position: absolute;
        right: -12%;
        top: -6%;
        z-index: 9;
    }
    .tech-con .container-fluid {
        background-color: #132654;
    }
    .tech-tlt-bg .bx-chevron-down-circle {
        font-size: 2rem;
        color: #fff;
        margin-left: 1.5rem;
    }
    .tech-tlt h4 {
        margin-bottom: 0.5rem;
    }
    .tech-tlt .text-ftitle {
        margin-bottom: 1.5rem;
        line-height: 24px;
        opacity: 1;
    }
    .tech-tlt .display-3 {
        margin-bottom: 1rem;
    }
    .tech-con .container-fluid {
        padding: 4rem 0;
    }
    .tech-con .tech-sheet-head {
        background-repeat: no-repeat;
        padding: 3px 0 3px 2rem;
        margin-bottom: 4rem;
    }
    .tech-advantage {
        margin-bottom: 10rem;
    }
    .tech-advantage-con {
        border: 5px solid #1965cd;
        max-width: 400px;
        padding: 0.5rem 2.5rem;
        position: relative;
        min-height: 24rem;
        margin-bottom: 0;
    }
    .tech-advantage-img {
        position: absolute;
    }
    .tech-advantage-con h4 {
        height: 5rem;
        vertical-align: middle;
        display: table-cell;
    }
    .tech-advantage-con p {
        height: 6rem;
        overflow-y: auto;
        font-size: 14px;
        margin-bottom: 1rem;
    }
    .tech-bevel-tlt .tech-tlt-bg .bxs-right-arrow {
        margin-left: -1.25rem;
    }
    .tech-bevel {
        position: absolute;
        right: 3%;
        top: -15%;
        z-index: 9;
    }
    .tech-bevel-con .container-fluid {
        padding: 6rem 0;
    }
    .tech-bevel-con .tech-advantage {
        margin-bottom: 5rem;
    }
    .tech {
        padding-bottom: 4%;
    }
    .tech-tube-tlt .tech-tlt-bg {
        margin-left: auto;
        margin-right: -4px;
    }
    .tech-tube {
        position: absolute;
        left: 0;
        top: -30%;
        z-index: 9;
    }
    .tech-tube-tlt .display-3 {
        margin-bottom: 1rem;
        text-align: right;
    }
    .tech-tube-tlt .bx-chevron-down-circle {
        margin-left: 95%;
    }
}

/* 黑科技圆角化 */

@media (min-width: 1200px) {
    .tech img {
        border-radius: 17px;
    }
    .tech-hsg .container-fluid {
        border-radius: 17px;
    }
    .tech-advantage-con {
        border-radius: 17px;
    }
    .tech-tlt .tech-tlt-bg {
        border-top-left-radius: 17px;
        border-top-right-radius: 17px;
    }
    .tech-con .container-fluid {
        border-bottom-left-radius: 17px;
        border-bottom-right-radius: 17px;
    }
    .tech-sheet-radius .container-fluid,
    .tech-bevel-radius .container-fluid {
        border-top-right-radius: 17px;
    }
    .tech-tube-radius .container-fluid {
        border-top-left-radius: 17px;
    }
    .tech-tlt .container-fluid {
        border-top-left-radius: 17px;
        border-top-right-radius: 17px;
    }
}

/* 页面修改 */

.hsg-success strong {
    font-weight: 600;
}

.hsg-success .card-body .text-ftitle span {
    display: block;
}

.resourcelist .list-group-item {
    display: none;
}

.resourcelist .hsg-pop .list-group-item {
    display: block;
}

.resourcelist #pbb {
    display: block;
}

.fi {
    display: none;
}

.intelligent-manufacturing .page-tips,
.contacts .page-tips,
.applications .page-tips,
.hsg-success .page-tips,
.service .page-tips,
.hsg-global .page-tips,
.news .page-tips,
.new .page-tips,
.privacy .page-tips {
    display: none;
}

.contacts .contacts-map {
    margin-bottom: 0;
}

.technologicalinnovation .page-tips,
.satisfying .page-tips {
    display: block;
}

@media (min-width: 768px) {
    .resourcelist .hsg-pop .list-group {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .hsg-success .card-body .text-ftitle span {
        margin-bottom: 10px;
    }
    .service .support {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .global-support .text-ftitle {
        align-items: flex-start;
        padding-top: 1rem;
    }
    .hsg-class-products .products-title {
        margin: 0 auto;
        padding: 2rem 0;
    }
    .hsg-class-products .products-list-class .nav .nav-item {
        height: 75px;
        padding: 0;
        padding: 0.8rem 1rem;
        width: 14%;
        text-align: center;
    }
    .hsg-class-products .products-list-class .nav .active {
        color: #233277;
    }
}

@media (min-width: 1400px) {
    .global-support .text-ftitle {
        padding-top: 1.3rem;
    }
}

@media (min-width: 1600px) {
    .hsg-class-products .page-center-content .card-body {
        padding: 3rem;
    }
    .hsg-class-products .page-center-content .text-ftitle {
        height: 3.5rem;
    }
}

@media (min-width: 1900px) {
    .global-support .text-ftitle {
        padding-top: 3rem;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .products-list-class .nav .nav-item {
        padding: 1rem 1rem;
        max-width: 19%;
        text-align: center;
    }
}

/* 表单优化 */

.intelligent-manufacturing,
.service,
.service .center-section {
    background-color: #f1f3f5;
}

.modular-gray .container-fluid {
    background-color: #fff;
}

.contacts .ask-price {
    display: none;
}

.hsg-modal .ask-price {
    display: block;
}

.products-list-class .nav-tabs-alt .nav-link.active {
    border-bottom: none;
}

@media (max-width: 992px) {
    .hsg-productclass .page-center-content .col-6:nth-of-type(odd) {
        padding-left: 12px;
        padding-right: 6px;
    }
    .hsg-productclass .page-center-content .col-6:nth-of-type(even) {
        padding-right: 12px;
        padding-left: 6px;
    }
}

@media (min-width: 992px) {
    .news .ask-price {
        background-color: #fff;
    }
    .new .ask-price {
        background-color: #fff;
        padding: 0;
    }
    .new .ask-price .container-fluid {
        width: auto;
    }
    .hsg-products-con .ask-price {
        margin-bottom: 0rem;
        background-color: #fff;
        border-radius: 17px;
    }
}

@media (min-width: 1200px) {
    .contacts .hsg-modal .learn-more {
        min-width: 130px;
        text-align: center;
        padding: 10px 26px;
        background-color: #345aca;
        color: #fff;
        display: inline-block;
        font-size: 13px;
        line-height: 24px;
        font-weight: 600;
        border-radius: 40px;
        border: 2px solid #345aca;
    }
    .contacts .hsg-modal .form-select,
    .contacts .hsg-modal textarea {
        border-radius: 17px;
    }
}

@media (min-width: 1600px) {
    .modular,
    .all-modular {
        padding: 0;
    }
}

.footer .col .bx {
    font-size: 1.15rem;
    vertical-align: middle;
    padding-right: 4px;
}

/* 推荐 */

.ask-price .form-select {
    color: #565973;
    font-weight: 500;
}

.ask-price ::-webkit-input-placeholder {
    color: #565973 !important;
    font-weight: 500;
}

.ask-price .form-control,
.ask-price .form-select {
    color: #565973;
    border: 1px solid #d4d7e5;
}

.form-tel {
    display: inline-block;
    float: right;
    margin-top: -0.85rem;
}

.form-tel a {
    color: #787878;
}

.hsg-inquiry {
    color: #818080;
    background-color: rgba(255, 255, 255, 0);
    border-color: #818080;
}

.hsg-inquiry:hover {
    color: #818080;
}

@media (min-width: 992px) {
    .form-tel {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .hsg-inquiry {
        color: #818080;
        background: rgba(255, 255, 255, 0);
        border: 2px solid #818080;
    }
    .products-btn a {
        margin-right: 1rem;
    }
    .layer-form .container-fluid .ask-content {
        background-color: #fff;
        border-radius: 17px;
        padding: 4rem 6rem 3rem;
    }
    .form-control,
    .form-select {
        border: none;
        border-radius: 17px;
        background-color: #f1f1f1;
    }
    .ask-price .form-control:focus,
    .ask-price .form-select:focus {
        box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.5rem 1.125rem -0.5rem #d3d3d3;
    }
}

@media (min-width: 1600px) {
    .hsg-productclass .page-center-content .text-ftitle {
        height: 3rem;
        overflow: initial;
    }
}

/* 适配优化 */

.contacts form .form-select,
.contacts form .form-control {
    color: #565973;
    background-color: #f1f1f1;
}

.contacts .form-select {
    color: #565973;
    font-weight: 500;
}

.contacts ::-webkit-input-placeholder {
    color: #565973 !important;
    font-weight: 500;
}

.contacts .form-control,
.contacts .form-select {
    color: #565973;
    border: 1px solid #d4d7e5;
}

@media (max-width: 991.98px) {
    .hsg-privacy .fs-sm {
        font-size: 12px !important;
    }
    footer .nav-link {
        font-size: 12px;
    }
    .ask-price .col-6:nth-of-type(odd) {
        padding-right: 6px;
    }
    .ask-price .col-6:nth-of-type(even) {
        padding-left: 6px;
    }
    .products-btn {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .products-btn a {
        margin-bottom: 8px;
        min-width: 95px;
        text-align: center;
    }
    .success-section .fs-sm {
        font-size: 12px;
        font-weight: 400;
    }
    .resourcelist .accordion-button {
        padding: 0;
        font-size: 13px;
    }
    .accordion-button::after {
        width: 1.5rem;
        height: 1.5rem;
    }
    .resourcelist .accordion-header .bx {
        font-size: 1.5rem;
    }
    .layer-form .form-tel {
        display: none;
    }
    .hsg-modal .modal-body {
        padding: 0;
    }
    .ask-price .container-fluid .ask-content {
        padding: 1rem;
    }
    .hsg-modal .btn-close {
        position: absolute;
        right: -7px;
        top: -26px;
    }
    .contacts .col-6:nth-of-type(odd) {
        padding-right: 6px;
    }
    .contacts .col-6:nth-of-type(even) {
        padding-left: 6px;
    }
    .contacts .contact-form-tlt {
        font-size: 1.5rem;
    }
    .banner-slider .learn-more {
        margin-bottom: 8px;
        width: 95px;
        text-align: center;
    }
    .product-center .text-ftitle {
        min-height: 20px;
    }
    .invalid-feedback {
        padding-left: 0;
    }
    .hsg-class-products .page-center-content .col-6:nth-of-type(odd) {
        padding-left: 12px;
        padding-right: 6px;
    }
    .hsg-class-products .page-center-content .col-6:nth-of-type(even) {
        padding-right: 12px;
        padding-left: 6px;
    }
    .products-class>div {
        justify-content: space-around !important;
    }
    .alpha-icon {
        display: none;
    }
    .applications .text-ftitle {
        height: 12rem;
        overflow-y: auto;
    }
    .learn-more {
        width: 95px;
        text-align: center;
    }
    .left-banner-text h2 {
        padding: 0 1rem;
    }
    .gallery-item.video-item::after {
        font-size: 1.5rem;
    }
    .gallery-item::after {
        width: 3.5rem;
        height: 3.5rem;
    }
    .gallery {
        --hsg-gallery-indicator-size: 3.5rem;
    }
    .specifications-title h4 {
        font-size: 16px;
    }
    .technical-parameters .swiper .btn-prev {
        left: 0;
    }
    .technical-parameters .swiper .btn-next {
        right: 0;
    }
    .products-download button {
        font-size: 12px;
    }
    .modular .text-ftitle {
        max-height: 10rem;
        overflow-y: auto;
    }
    /* 参数展示优化 */
    .technical-parameters .col-lg-3 .list-unstyled {}
    .technical-parameters .list-unstyled li {
        line-height: 2.5rem;
        margin-bottom: 12px;
    }
    .technical-parameters .col-lg-3 .list-unstyled li {
        position: relative;
        height: 2.5rem;
        line-height: 1.6;
    }
    .technical-parameters .col-lg-3 .list-unstyled li span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        white-space: initial;
    }
    .position-lg-static .dropdown-item {
        white-space: inherit;
    }
    .technologicalinnovation .page-banner-title h1 {
        width: 100%;
        margin-left: 5%;
        text-align: left;
    }
    .opticalsystem .cutting-head .text-title,
    .opticalsystem .p-heads .text-title {
        position: inherit;
    }
    .cutting-head .modular-card-title,
    .p-heads .modular-card-title {
        justify-content: center;
    }
    .cutting-head .parallelogram,
    .p-heads .parallelogram {
        margin-right: initial;
    }
    .cutting-head .card-img-top {
        width: 75%;
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .navbar-brand>img {
        max-width: 89px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
    }
    .language-text {
        font-size: 13px;
    }
    .widescreen .dropdown-item {
        font-size: 12px;
    }
    .banner-title {
        font-size: 2.5rem;
    }
    .parallelogram span {
        font-size: 12px;
    }
    .home-slider h2 {
        font-size: 1.5rem;
    }
    .home-slider p {
        font-size: 1rem;
    }
    .banner-slider .learn-more {
        padding: 2px 12px;
    }
    .learn-more {
        font-size: 12px;
        padding: 2px 15px;
    }
    .customer-case .learn-more {
        padding: 5px 16px;
    }
    .btn-icon>i {
        font-size: 1.15rem;
    }
    #language-layer .modal-body h5 {
        font-size: 1.5rem;
    }
    .language_text {
        font-size: 13px;
    }
    #language-layer .modal-content {
        padding: 0rem 5rem;
    }
    #language-layer a {
        margin-bottom: 1.5rem;
    }
    #language-layer .modal-body h5 {
        margin-bottom: 4rem;
    }
    .model-title {
        font-size: 2.125rem;
    }
    .text-title {
        font-size: 1.6rem
    }
    .left-right .card-body .text-title,
    .left-right .card-body .text-ftitle {
        margin-bottom: 1.5rem;
    }
    .product-center .row .card {
        min-height: 465px;
    }
    .company-news p {
        font-size: 13px;
    }
    footer .nav-link {
        font-size: 12px;
        padding-bottom: 0.25rem !important;
    }
    footer .text-dark,
    footer .with-us h6 {
        font-size: 0.825rem;
    }
    footer .page-tips {
        margin-bottom: 1.5rem;
    }
    footer .with-us {
        margin-top: 0rem;
    }
    .hsg-privacy .fs-sm {
        font-size: 12px !important;
        color: #767676;
    }
    .hsg-culture p {
        font-size: 13px;
    }
    .model-title {
        font-size: 1.6rem;
    }
    .center-section .model-title-p {
        font-size: 14px;
    }
    .about-company p {
        font-size: 13px;
    }
    .about-company .about-global h5 {
        margin-bottom: 12px;
    }
    .text-ftitle {
        font-size: 13px;
    }
    .modular .text-title,
    .all-modular .text-title {
        font-size: 24px;
    }
    .text-ftitle {
        line-height: 26px;
    }
    .intelligent-manufacturing .all-modular .text-title {
        margin-top: 6rem;
    }
    .contacts .banner-text h1 {
        font-size: 1.6rem;
    }
    .contacts .banner-text h2 {
        font-size: 1rem;
    }
    .contacts .contact-form-tlt {
        font-size: 1.6rem;
    }
    .contacts .contact-form-tlt {
        padding-bottom: 0rem !important;
    }
    .contacts-map p {
        font-size: 12px;
    }
    .products-list-class .nav a {
        font-size: 12px
    }
    .hsg-class-products .products-list-class .nav .nav-item {
        padding: 0.5rem;
    }
    .hsg-class-products .products-list-class .nav .nav-item {
        height: 60px;
    }
    .banner-text h2 {
        font-size: 1.25rem;
    }
    .banner-text h1 {
        font-size: 3rem;
    }
    .banner-text h2 {
        margin-bottom: 1vw;
    }
    .page-center-content .learn-more {
        padding: 2px 12px;
    }
    .page-center-content .card-50 .card-body {
        padding: 1.5rem 0.5rem;
    }
    .page-center-content .learn-more {
        min-width: 110px;
        text-align: center;
    }
    .page-center-content .btn-icon {
        width: 2rem;
        height: 2rem;
    }
    .layer-form .container-fluid .ask-content {
        padding: 3rem 6rem;
    }
    .technologicalinnovation .cutting-head .text-title,
    .technologicalinnovation .p-heads .text-title {
        margin-top: 0;
    }
    .satisfying .all-modular .text-title {
        margin-top: 4rem;
    }
    .products-class .nav a {
        font-size: 12px;
    }
    .products-class .nav .inquiry {
        font-size: 12px;
    }
    .product-title {
        font-size: 14px;
    }
    .products-class {
        height: 60px;
    }
    .products-class .nav .nav-item {
        height: 60px;
        padding: 1rem 0.5rem;
    }
    .product-title {
        height: 60px;
        line-height: 60px;
    }
    .hsg-products-con .banner-text h2 {
        margin-bottom: 3vw;
    }
    .banner-text h1 {
        margin-bottom: 2.2vw;
    }
    .banner {
        padding: 4% 0;
    }
    .banner a {
        margin-bottom: 4%;
    }
    .modular .container-fluid {
        padding: 4.5rem 5rem;
    }
    .technical-parameters .list-unstyled {
        font-size: 12px;
    }
    .specifications-title {
        padding: 3.5rem 0;
    }
    .specifications-title h4 {
        font-size: 18px;
    }
    .btn-outline-secondary,
    .btn-outline-secondary:first-child:hover {
        font-size: 12px;
    }
    .page-banner-title h1 {
        font-size: calc(1.6vw + 24px);
    }
    .applications .page-banner-title p {
        font-size: 13px;
    }
    .page-banner-title h1 {
        width: 100%;
    }
    .page-center-banner .page-banner-title {
        left: 15%;
        top: 25%;
    }
    .success-section .fs-sm {
        font-size: 12px !important;
        font-weight: 300;
    }
    .success-section h3 {
        font-size: 1.25rem;
    }
    .success-section .text-title {
        min-height: 4rem;
    }
    .success-section .text-ftitle {
        min-height: 14rem;
    }
    .support-con h3 {
        font-size: 1.35rem;
    }
    .support p {
        font-size: 1rem;
    }
    .card-body {
        padding: 2.5rem 1.5rem;
    }
    .agents h4 {
        font-weight: 400;
        line-height: 1.6;
        font-size: 14px;
    }
    .global-support .text-title {
        font-size: 1rem;
    }
    .global-support .text-ftitle {
        font-size: 13px;
    }
    .global-support li {
        font-size: 13px;
    }
    .hsg-down a {
        font-size: 12px;
    }
    .resourcelist .accordion-body .bx {
        font-size: 1.25rem;
    }
    .resourcelist .list-group-item {
        font-size: 1rem;
    }
    .resourcelist .accordion-button {
        font-weight: 400;
    }
    .resourcelist .tab-content .listtlt {
        font-size: 1rem;
    }
    .faq .accordion-button {
        font-size: 1rem;
    }
    .faq .accordion-body {
        font-size: 13px;
    }
    .news .left-right .text-title {
        font-size: 1.6rem;
        line-height: 1.6;
    }
    .news .left-right .text-ftitle {
        font-size: 1rem;
    }
    .news-list .card-body p {
        font-size: 13px;
    }
    .news-list .text-title {
        font-size: 1.15rem;
    }
    .news-time h1 {
        font-size: 2rem;
    }
    .new .center-section .text-ftitle {
        font-size: 13px;
    }
    .new .center-section .text-title {
        font-size: 1.6rem;
    }
    .new .center-section .fs-6 {
        font-size: 13px !important;
    }
    .contacts .col-6:nth-of-type(odd) {
        padding-right: 6px;
    }
    .contacts .col-6:nth-of-type(even) {
        padding-left: 6px;
    }
    .contacts .col-xl-4 .px-4 {
        padding-left: 0 !important;
    }
    .gallery-item.video-item::after {
        font-size: 1.5rem;
    }
    .gallery-item::after {
        width: 3.5rem;
        height: 3.5rem;
    }
    .gallery {
        --hsg-gallery-indicator-size: 3.5rem;
    }
}

@media (min-width: 1200px) {
    .learn-more {
        min-width: 130px;
        text-align: center;
    }
    footer .with-us h6,
    .footer-social-media {
        display: none !important;
    }
    .hsg-privacy {
        padding-top: 1.5rem !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .satisfying .all-modular .text-title {
        margin-top: 2rem;
    }
    .intelligent-manufacturing .all-modular .text-title {
        margin-top: 2rem;
    }
    .hsg-culture h1 {
        padding: 0px 3rem;
    }
    .contacts .banner-text {
        margin: 0rem;
        padding: 4rem;
    }
    .hsg-global .all-section .col-md-4 .text-ftitle {
        min-height: 240px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .all-modular-img {
        background-size: cover;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .company-news .home-news .col-12:nth-of-type(3) {
        display: block;
    }
    .company-news .row .col-xl-5 .card,
    .company-news .card {
        min-height: 580px;
    }
    .page-center-content .card-50 .card-body {
        padding: 2rem 0rem;
    }
    .products-btn .learn-more {
        min-width: 130px;
        text-align: center;
    }
    .technologicalinnovation .all-modular .text-titlef {
        min-height: 60px;
    }
    .applications .text-ftitle {
        height: 15rem;
        overflow-y: auto;
    }
    .text-ftitle {
        font-size: 15px;
    }
    .success-section .text-ftitle {
        height: 15rem;
        overflow-y: auto;
    }
    .support .card-body {
        width: 900px;
        margin: 0 auto;
    }
    .lean-management .col-md-4 {
        width: 41.66666667%;
    }
    .lean-management .col-md-8 {
        width: 58.33333333%;
    }
    .global-support>div:nth-of-type(1) ul {
        font-size: 14px;
    }
    .global-support .text-title {
        font-size: 1rem;
    }
    .modular .text-title,
    .all-modular .text-title {
        text-align: left;
        font-size: 30px;
        margin-bottom: 3rem;
    }
}

@media (min-width: 1600px) {
    .page-center-content {
        max-width: 1760px;
        padding: 0 5rem;
    }
    .modular,
    .all-modular {
        max-width: 1760px;
        padding: 0 5rem;
    }
    .center-section .container-fluid {
        max-width: 1760px;
        padding: 0 5rem;
    }
    .global-support>div:nth-of-type(1) ul {
        height: 9rem;
    }
    .all-modular-content {
        padding: 0 4rem;
    }
}

.contacts form .form-select,
.contacts form .form-control,
.ask-price form .form-select {
    color: #bbbdce;
}

.contacts ::-webkit-input-placeholder,
.ask-price ::-webkit-input-placeholder {
    color: #bbbdce !important;
}

.contacts form .form-control,
.ask-price form .form-control {
    color: #565973;
    font-weight: 500;
}

.hsg-tips {
    width: 300px;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: #ddd;
    padding: 16px;
}

.hsg-privacy .fs-sm {
    color: #767676;
}

.btn-scroll-top.show {
    bottom: 10%;
}

.new .center-section .text-title {
    word-break: break-word;
}

/*首页Banner*/

.home-banner-white h1,
.home-banner-white h2,
.home-banner-white p,
.home-banner-white span,
.home-banner-white li {
    color: #fff;
}

.home-banner-white .banner-inquiry {
    background-color: #fff;
}

.center-banner-title {
    position: relative;
    display: inline-block;
}

.banner-title-new {
    position: absolute;
    bottom: 60%;
    left: 90%;
    /*margin: -40px -10px 0 0;*/
}

.home-center-content {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
}

.center-banner-underline {
    width: 70%;
    height: 1px;
    background-color: #fdbb2d;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.center-banner-power span {
    background: rgb(253, 187, 45);
    background: linear-gradient(0deg, rgba(253, 187, 45, 1) 0%, rgba(255, 255, 255, 0) 60%);
    font-size: 14px;
    font-weight: 300;
    padding: 5px;
}

.home-banner-feature {
    margin-bottom: 2rem;
}

.home-banner-feature li {
    font-size: 12px;
    list-style: none;
}

.home-banner-feature li:nth-of-type(2) {
    margin: 0 5%;
}

.home-center-content .home-banner-ftitle {
    margin-bottom: 1rem;
}

.home-center-content .learn-more {
    margin-bottom: 2rem;
}

.home-center-banner .home-banner-ftitle {
    font-size: 1rem;
    line-height: 1.5;
}

.page-link:hover {
    color: #345aca;
}

.page-item.active .page-link:hover {
    color: #fff;
}

.page-link.active,
.active>.page-link {
    background-color: #345aca;
    border-color: #345aca;
}

.pagination {
    --hsg-pagination-font-weight: 600;
    --hsg-pagination-active-box-shadow: 0 0.5rem 1.125rem -0.5rem hsl(224.8deg 59.06% 49.8%);
    justify-content: center;
}

.news .pagination {
    padding: 1rem 0;
}

@media (min-width: 992px) {
    .home-center-content {
        top: 8%;
    }
    .center-banner-power {
        position: absolute;
        bottom: 0;
        left: 100%;
        width: max-content;
        margin-left: 1rem;
    }
    .center-banner-img {
        width: 60%;
    }
    .center-banner-underline {
        display: none;
    }
    .center-banner-button {
        display: none;
    }
    .left-banner-ul li:nth-of-type(2) {
        margin: 5px 0;
    }
    .left-banner-ul {
        padding-left: 0rem;
    }
    .technologicalinnovation .page-banner-title h1 {
        width: 40%;
    }
    .cutting-head .card-img-top {
        width: 80%;
    }
    .cutting-head .modular-card-title {
        margin-top: 0rem;
    }
    .cutting-head .modular-card-content {
        padding: 2rem 4rem;
    }
    .news .pagination {
        padding: 2rem 0;
        margin-top: -24px;
    }
}

@media (min-width: 1200px) {
    .center-banner-underline {
        display: block;
    }
    .center-banner-button {
        display: block;
    }
    .banner-title-new {
        position: absolute;
        bottom: 40%;
        left: 93%;
    }
    .home-banner-feature li {
        list-style: disc;
    }
    .left-banner-ul {
        padding-left: 1rem;
    }
    .home-left-content {
        position: absolute;
        top: 12%;
        left: 6%;
        transform: initial;
    }
    .news .pagination {
        padding: 3rem 0;
        margin-top: -24px;
    }
}

@media (min-width: 1400px) {
    .news .pagination {
        padding: 4rem 0;
        margin-top: -24px;
    }
    .news .page-link {
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .technologicalinnovation .cutting-head .text-titlef,
    .technologicalinnovation .p-heads .text-titlef {
        min-height: auto;
    }
    .support-con {
        background-size: 100% !important;
    }
}

@media (min-width: 1599.98px) {
    .center-banner-power span {
        font-size: 1.325rem;
    }
    .center-banner-img {
        width: auto;
    }
    .home-center-banner .home-banner-ftitle {
        font-size: 1.5rem;
    }
    .home-banner-feature li {
        font-size: 14px;
    }
}

/*fonts */

@media (max-width: 991.98px) {
    .home-center-content {
        text-align: center;
    }
    .model-title {
        font-weight: 500;
    }
    .all-modular-img {
        min-height: 14rem;
    }
    .form-tel {
        display: none;
    }
    .text-title {
        font-weight: 600;
    }
}

@media (min-width: 992px) {
    .widescreen .dropdown-item {
        font-size: 13px;
    }
    footer .text-dark,
    footer .with-us h6 {
        font-size: 14px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }
    .about-honors img {
        max-width: 80%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-weight: 500;
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .text-title,
    .system-process .text-title,
    .other-products .text-title {
        font-size: 1.25rem;
    }
    .system-process .text-title {
        font-weight: 500;
    }
    .company-news .card h1 {
        font-size: 1rem;
    }
    footer .nav-link {
        font-size: 13px;
        padding-bottom: 0.25rem !important;
    }
    .about-history p {
        font-size: 12px;
    }
    .about-history h6 {
        font-size: 14px;
    }
    .about-history .nav-link {
        font-size: 1rem;
    }
    .page-banner-title h1 {
        width: 80%;
    }
    .page-banner-title h1 {
        font-size: calc(1.6vw + 16px);
    }
    .news .left-right .text-title {
        font-size: 1.25rem;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .text-ftitle {
        font-size: 14px;
    }
    .technologicalinnovation .page-banner-title {
        padding: 2.5rem;
    }
    .news .left-right .text-ftitle {
        font-size: 14px;
    }
    .news .news-moderate .text-title {
        font-size: 1.15rem;
    }
    .news-list .text-title {
        font-size: 1rem;
    }
    .technologicalinnovation .text-ftitle {
        min-height: 5rem;
    }
    .resourcelist .accordion-button {
        font-weight: 500;
    }
    .faq .accordion-button {
        font-weight: 500;
    }
    .products-class .nav-link {
        border-bottom: 0;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
    }
    .widescreen .dropdown-item {
        font-size: 14px;
        color: #4b4949;
    }
    .model-title {
        font-size: calc(1.25vw + 18px);
        font-weight: 600;
    }
    .text-title,
    .system-process .text-title,
    .other-products .text-title,
    .system-process .text-title {
        font-size: 1.375rem;
    }
    .system-process .text-title {
        font-weight: 500;
    }
    .text-ftitle {
        font-size: 15px;
    }
    .ask-price .container-fluid .text-title {
        font-size: calc(1.25vw + 18px);
    }
    .company-news .card h1 {
        font-weight: 500;
        font-size: 1.125rem;
    }
    .page-banner-title h1 {
        width: 80%;
    }
}

@media (min-width: 1600px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
        font-weight: 500;
    }
    .widescreen .dropdown-item {
        font-size: 15px;
        color: #4b4949;
    }
    .company-news p {
        font-size: 16px;
    }
    .new .center-section .text-ftitle {
        font-size: 1rem;
    }
}

/*new*/

.new .product-center img {
    border-radius: 17px;
}

.gx_five_banner .gx_five_title {
    width: 75%;
    margin-bottom: 1rem;
}

.gx_five_banner .home-banner-ftitle {
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.gx_five_banner .left-banner-ul {
    display: none;
}

.gx_five_banner .left-banner-ul li {
    list-style: none;
    font-weight: 300;
    letter-spacing: 1px;
}

@media (max-width: 991.98px) {
    .gx_five_banner {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .gx_five_banner .gx_five_title {
        width: 236px;
        margin-bottom: 1rem;
    }
    .gx_five_banner {
        position: absolute;
        top: 12%;
        left: 6%;
        transform: initial;
    }
    .gx_five_banner .center-banner-button {
        margin-bottom: 5rem;
    }
}

@media (min-width: 1200px) {
    .gx_five_banner .gx_five_title {
        width: 350px;
    }
    .gx_five_banner .left-banner-ul {
        display: block;
    }
    .gx_five_banner .home-banner-ftitle {
        font-size: 1rem;
        margin-bottom: 2.5rem;
    }
    .gx_five_banner .left-banner-ul li {
        font-size: 12px;
    }
}

@media (min-width: 1400px) {
    .gx_five_banner .home-banner-ftitle {
        font-size: 1.25rem;
        margin-bottom: 2.5rem;
    }
    .gx_five_banner .left-banner-ul li {
        font-size: 14px;
    }
}

@media (min-width: 1600px) {
    .gx_five_banner .home-banner-ftitle {
        margin-bottom: 2.5rem;
    }
    .gx_five_banner .gx_five_title {
        width: 83%;
    }
    .gx_five_banner .home-banner-ftitle {
        font-size: 1.5rem;
    }
    .gx_five_banner .left-banner-ul li {
        font-size: 15px;
    }
    .gx_five_banner .center-banner-button {
        margin-bottom: 10rem;
    }
}

@media (min-width: 2000px) {
    .gx_five_banner .gx_five_title {
        width: 100%;
    }
    .gx_five_banner .home-banner-ftitle {
        font-size: 1.825rem;
    }
    .gx_five_banner .home-banner-ftitle {
        margin-bottom: 3rem;
    }
    .gx_five_banner .center-banner-button {
        margin-bottom: 20rem;
    }
}

/*pop*/

.hsg-pop {
    position: fixed;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
    display: none;
}

.hsg-pop .list-group {
    background-color: #fff;
    border-radius: 45px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}

.hsg-pop .bx {
    font-size: 1.125rem;
}

.hsg-pop small {
    font-size: 12px;
    display: none;
}

.hsg-pop .list-group-item {
    padding: 8px 14px;
}

.hsg-pop .list-group-item a {
    width: 100%;
    height: 100%;
    display: block;
}

.hsg-pop .list-group-item.active {
    background-color: #345aca;
    border-bottom: 1px solid #fff;
    box-shadow: none;
}

.hsg-pop .list-group-item.active small,
.hsg-pop .list-group-item.active i {
    color: #fff;
}

.hsg-pop .hsg-pop-call {
    display: none;
}

@media (min-width: 992px) {
    .hsg-pop {
        max-width: 65px;
        display: block;
    }
    .hsg-pop small {
        display: block;
    }
    .hsg-pop .list-group-item {
        padding: 8px 2px;
        border: none;
        border-bottom: 1px solid #e2e5f1;
        transition: transform .3s ease-in-out
    }
    .hsg-pop .hsg-pop-chat {
        padding-top: 14px;
    }
    .hsg-pop .hsg-pop-whatsapp {
        padding-bottom: 14px;
    }
    .hsg-pop .list-group-item:hover {
        background-color: #345aca;
        border-bottom: 1px solid #fff;
    }
    .hsg-pop .list-group-item small,
    .list-group-item i {
        transition: transform .35s ease-in-out;
    }
    .hsg-pop .list-group-item:hover small,
    .hsg-pop .list-group-item:hover i {
        color: #fff;
    }
    .hsg-pop .list-group-item:hover i {
        transform: scale(1.15);
    }
    .hsg-pop .bx {
        font-size: 1.25rem;
    }
    .ask-price .ask-content input {
        border-radius: 17px;
    }
    .hsg-pop .hsg-pop-tel {
        position: relative;
        border-bottom: none;
    }
    .hsg-pop .hsg-pop-call {
        display: block;
        position: absolute;
        left: -5px;
        top: 10px;
        background-color: #fff;
        color: #000;
        font-size: 12px;
        transform: translateX(-100%);
        border-radius: 45px;
        min-width: 140px;
        padding: 10px 0;
        transition: opacity 2s 2s ease;
        display: none;
    }
    .hsg-pop .hsg-pop-tel:hover {
        border-bottom: none;
    }
    .hsg-pop .hsg-pop-tel:hover .hsg-pop-call,
    .hsg-pop .hsg-pop-call:hover {
        display: block;
    }
}

@media (min-width: 1600px) {
    .hsg-pop .bx {
        font-size: 1.325rem;
    }
    .hsg-pop .hsg-pop-call {
        font-size: 13px;
    }
}

/*首页调整*/

.banner-slider {
    padding: 52px 0 24px;
}

@media (min-width: 992px) {
    .banner-slider {
        padding: 5rem 0 24px;
    }
}

@media (min-width: 1600px) {
    .banner-slider {
        padding: 5rem 0;
    }
}

/*提示消息*/

.hsg-tip {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999999;
    border-radius: 0px;
    bottom: 0;
    left: 0;
    display: none;
}

.hsg-tip-title {
    color: rgb(33, 33, 33);
    text-align: center;
    font-weight: 500;
    line-height: 6px;
}

.hsg-tip .hsg-tip-bar {
    background: #fff;
    border: 1px solid;
    padding: 26px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    border-color: rgb(244, 244, 244);
    color: rgb(33, 33, 33);
}

.hsg-tip-content {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #212121;
}

.hsg-tip-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #767676;
}

.hsg-tip-text a {
    color: #767676;
}

.hsg-tip-btn {
    text-align: center;
}

.hsg-tip-btn .learn-more {
    width: auto;
}

@media (min-width: 992px) {
    .hsg-tip {
        position: fixed;
        width: 440px;
        bottom: 40px;
        left: 40px;
        border-radius: 17px;
    }
    .hsg-tip .hsg-tip-bar {
        border-radius: 17px;
    }
    .hsg-tip-title {
        line-height: 24px;
        font-size: 18px;
        font-weight: 600;
    }
    .hsg-tip-text a:hover {
        text-decoration: underline;
    }
}

/*首页banenr重构*/

.home-banner-btn {
    position: absolute;
    z-index: 99;
}

.btn-center-bottom,
.btn-left-top,
.tls-banner-btn {
    bottom: 8%;
}

.home-banner-btn .banner-inquiry {
    background-color: #fff;
}

@media (max-width: 768px) {
    .home-banner-btn {
        width: 100%;
        text-align: center;
    }
    .imts-center-banner {
        bottom: 15%;
    }
}

@media (min-width: 769px) and (max-width: 1369.98px) {
    .home-banner-btn .learn-more {
        min-width: 92px;
        text-align: center;
    }
}

/*中间底部按钮*/

@media (min-width: 769px) {
    .btn-center-bottom {
        bottom: 7%;
        left: 50%;
        transform: translateX(-50%);
    }
    .btn-left-top {
        top: 49%;
        left: 7%;
    }
    /*其他位置微调*/
    .tls-banner-btn {
        top: 52%;
        left: 9%;
    }
}

/*产品列表页重构*/

.hsg-prodocts-banner {
    margin-top: 52px;
}

.hsg-prodocts-banner img {
    width: 100%;
}

.hsg-prodocts-banner .page-banner-title {
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
}

.hsg-prodocts-banner .page-banner-title p {
    color: #fff;
    font-size: 14px;
}

.hsg-prodocts-banner .page-banner-title span {
    color: #f6ad3c;
}

.hsg-products-nav .nav-link {
    padding: 6px 14px;
}

.products-con .products-nav-tlt,
.products-con .products-con-tlt {
    display: none;
}

@media (min-width: 768px) {
    .hsg-prodocts-banner .page-banner-title p {
        font-size: 1.125rem;
    }
    .hsg-prodocts-banner .page-banner-title p {
        width: 60%;
    }
    .hsg-prodocts-banner {
        margin-top: 72px;
    }
}

@media (min-width: 992px) {
    .hsg-products-nav .nav {
        padding: 2rem 1rem;
        margin-bottom: 0;
    }
    .hsg-prodocts-banner {
        margin-bottom: 0;
    }
    .hsg-products-nav .nav-link {
        font-size: 13px;
        font-weight: 200;
        line-height: 1.3;
        min-height: 46px;
        position: relative;
    }
    .hsg-products-content .card {
        padding: 1rem;
    }
    .hsg-products-nav .nav .active:after,
    .hsg-products-nav .nav-link:hover:after {
        display: block;
        content: "";
        height: 45%;
        width: 3px;
        background-color: #fff;
        position: absolute;
        right: 10px;
    }
    .products-con .products-nav-tlt,
    .products-con .products-con-tlt {
        display: block;
        min-height: 4rem;
        position: relative;
    }
    .products-nav-tlt h5,
    .products-con-tlt h6 {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .products-nav-tlt h5 {
        width: 100%;
        text-align: center;
        font-size: 1.125rem;
        font-weight: 500;
    }
    .products-con-tlt h6 {
        border-left: 4px solid #345aca;
        padding-left: 1rem;
        line-height: 1;
        font-weight: 500;
    }
    .r1-left-top {
        top: 42%;
        left: 6.5%;
    }
}

@media (min-width: 1200px) {
    .page-center-content .hsg-products-nav {
        padding: 0;
    }
    .hsg-products-content .card .card-body {
        padding: 1.5rem 0rem;
    }
    .hsg-products-content .learn-more {
        margin-right: 0.5rem;
    }
}

@media (min-width: 1366px) {
    .hsg-products-content .col-xxl-4 .learn-more {
        margin-right: 1rem;
    }
    .hsg-products-content .card .card-body {
        padding: 1.5rem 0.5rem;
    }
    .products-con .products-nav-tlt,
    .products-con .products-con-tlt {
        min-height: 4.5rem;
    }
    .products-con .hsg-products-nav {
        max-width: 280px;
        margin: 0 auto;
    }
    .hsg-productclass .hsg-products-content .text-ftitle {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 1600px) {
    .hsg-prodocts-banner {
        margin-top: 5rem;
        width: 100%;
    }
    .hsg-products-content .col-xxl-4 .card {
        padding: 2rem 3rem;
    }
    .hsg-prodocts-banner h1 {
        font-size: calc(2vw + 20px);
        line-height: 1.4;
        width: 100%;
        margin-bottom: 3rem;
    }
    .hsg-prodocts-banner .page-banner-title p {
        font-size: 1.325rem;
    }
    .hsg-products-content .text-title {
        font-size: 1.7rem;
    }
    .products-con .col-xl-3 {
        width: 16.66666667%;
    }
    .products-con .col-xl-9 {
        width: 83.33333333%;
    }
    .products-con .col-xl-4 {
        width: 25%;
    }
}

@media (min-width: 2000px) {
    .hsg-prodocts-banner .page-banner-title p {
        font-size: 1.6rem;
    }
}

.navTop .page-banner {
    margin-top: 52px;
    position: relative;
}

.navTop .page-banner-title {
    position: absolute;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .navTop .page-banner {
        margin-top: 72px;
        margin-bottom: 0;
    }
}

@media (min-width: 1600px) {
    .navTop .page-banner {
        margin-top: 5rem;
        width: 100%;
    }
}

/*五年质保专题页*/

.warrenty,
.warrenty .center-section {
    background-color: #f1f3f5;
}

.hsg-warrenty .learn-more {
    background: #fff;
    color: #000;
    border: none;
    opacity: 1;
}

.hsg-warrenty .page-banner-title {
    position: absolute;
    bottom: 20%;
    top: initial;
    left: 6%;
}

.warrenty-chose {
    border-radius: 8px;
    padding: 1rem 1rem;
    min-height: 260px;
    margin-bottom: 12px;
}

.warrenty-chose1 {
    background-image: linear-gradient(to bottom, #cddbe2, #d1dde2, #d5dfe2, #d9e0e2, #dde2e3, #dde2e3, #dde2e3, #dde2e3, #d9e0e2, #d5dfe2, #d1dde2, #cddbe2);
    background-image: linear-gradient(to bottom, #cadae2, #cedce1, #d2dee1, #d7e0e1, #dce2e2, #dce2e2, #dce2e2, #dce2e2, #d7e0e1, #d2dee1, #cedce1, #cadae2);
}

.warrenty-chose2 {
    background-image: linear-gradient(to bottom, #8dc8e3, #9ccee1, #acd4df, #bcd9df, #cddee0, #cddee0, #cddee0, #cddee0, #bcd9df, #acd4df, #9ccee1, #8dc8e3);
    background-image: linear-gradient(to bottom, #8dc8e3, #9ccee1, #acd4df, #bcd9df, #cddee0, #cddee0, #cddee0, #cddee0, #bcd9df, #acd4df, #9ccee1, #8dc8e3);
}

.warrenty-chose img {
    margin-bottom: 1rem;
    width: 30%;
    display: none;
}

.warrenty-chose h2 {
    color: #f6ad3c;
    margin-bottom: 1rem;
    text-align: center;
}

.warrenty-tltle {
    margin-bottom: 0rem;
}

.warrenty-tltle .model-title {
    margin-bottom: 0;
}

.warrenty-tltle img {
    margin-top: -20px;
    width: 15%;
}

.warrenty .center-section {
    margin-top: 1rem;
}

.warrenty-chose p {
    font-size: 12px;
}

.warrenty-chose h2 {
    font-size: 15px;
}

.warrenty-machine {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    min-height: 210px;
    padding: 5px;
}

.warrenty-machine img {
    margin-bottom: 1rem;
}

.warrenty-machine h5,
.warrenty-machine p {
    margin-bottom: 0.5rem;
    text-align: center;
}

.warrenty-machine h5 {
    font-size: 1rem;
}

.warrenty-machine p {
    font-size: 12px;
}

@media (max-width: 992px) {
    .warrenty .row>.col-6:nth-of-type(odd) {
        padding-right: 6px;
        padding-left: 12px;
    }
    .warrenty .row>.col-6:nth-of-type(even) {
        padding-right: 12px;
        padding-left: 6px;
    }
    .banner-warrenty {
        bottom: 23%;
    }
}

@media (min-width: 992px) {
    .hsg-warrenty .learn-more:hover {
        background-color: #345aca;
        color: #fff;
    }
    .hsg-warrenty .page-banner-title {
        position: absolute;
        bottom: initial;
        top: 58%;
        left: 8%;
    }
    .warrenty .center-section {
        margin-top: 3rem;
        margin-bottom: 0rem;
    }
    .warrenty .ask-price {
        margin-bottom: 4rem;
    }
    .warrenty-tltle {
        margin-bottom: 1rem;
    }
    .warrenty-chose img {
        margin-bottom: 1.6rem;
        display: block;
        width: initial;
    }
    .warrenty-chose h2 {
        margin-bottom: 1.5rem;
        text-align: left;
    }
    .warrenty-chose {
        padding: 3rem 1.5rem;
        border-radius: 17px;
    }
    .warrenty-machine {
        background-color: #fff;
        border-radius: 17px;
        padding: 0.8rem 2rem;
        height: 300px;
    }
    .warrenty-machine p {
        font-size: 14px;
    }
    .warrenty-machine img {
        padding: 0rem 1rem;
    }
    .warrenty-tltle img {
        margin-top: -4%;
        width: initial;
    }
}

@media (min-width: 1200px) {
    .warrenty-tltle img {
        margin-top: -2%;
    }
    .warrenty-chose h2 {
        font-size: 1.25rem;
    }
    .warrenty-chose p {
        font-size: 14px;
    }
    .warrenty-chose {
        min-height: 370px;
    }
    .warrenty-machine {
        margin-bottom: 1.5rem;
        height: 270px;
    }
    .warrenty-machine h5,
    .warrenty-machine p {
        text-align: left;
    }
    .warrenty-machine img {
        padding: 0;
    }
}

@media (min-width: 1600px) {
    .hsg-warrenty .learn-more {
        font-weight: bold;
        font-size: 1rem;
    }
    .warrenty .center-section {
        margin-top: 4rem;
    }
    .warrenty-machine img {
        padding: 0rem 1rem;
    }
    .warrenty-machine {
        min-height: 300px;
    }
    .warrenty-tltle {
        margin-bottom: 2rem;
    }
    .warrenty-machine img {
        margin-bottom: 0;
    }
    .warrenty-chose h2 {
        font-size: 2rem;
    }
    .warrenty-chose p {
        font-size: 1rem;
    }
    .warrenty-chose {
        min-height: 455px;
    }
    .warrenty-machine h5 {
        font-size: 1.5rem;
    }
    .warrenty-machine p {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
    .banner-athens {
        bottom: 15%;
    }
}

/*.banner-athens{*/

/*	bottom: 14%;*/

/*}*/

/*@media (min-width: 769px){*/

/*	.btn-left-top {*/

/*		text-align: center;*/

/*		width: 100%;*/

/*		bottom: 14%;*/

/*		top: initial;*/

/*		left: initial;*/

/*	}*/

/*}*/

/*@media (min-width: 992px){*/

/*	.banner-athens{*/

/*		text-align: left;*/

/*		width: initial;*/

/*		top: initial;*/

/*		left: 8%;*/

/*		bottom: 5%;*/

/*	}*/

/*}*/

.hsg-error {
    background: #f1f3f5;
}

.hsg-error .ask-price,
.hsg-error .page-tips {
    display: none;
}

.error-con h1,
.error-con .text-ftitle {
    margin-bottom: 1.5rem;
}

@media (min-width: 1600px) {
    .error-con h1 {
        font-size: 7rem;
    }
    .error-con .text-ftitle {
        font-size: 1.325rem;
    }
    .error-con h1,
    .error-con .text-ftitle {
        margin-bottom: 3rem;
        line-height: 1;
    }
}

/*杂志*/

.magazine {
    position: relative;
}

.magazine .magazine-title {
    position: absolute;
    text-align: center;
}

.magazine .text-title,
.magazine .text-ftitle {
    color: #fff;
}

.magazine img {
    width: 100%;
}

.hsg-us .banner {
    margin-bottom: 0;
    padding: 0;
}

.hsg-us .banner img {
    margin-top: 0;
}

.magazine span {
    display: none;
}

@media (max-width: 992px) {
    .magazine .magazine-title {
        top: 8%;
        padding: 0 16px;
    }
}

@media (min-width: 992px) {
    .hsg-us .banner img {
        width: 100%;
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .magazine span {
        display: inline;
    }
    .magazine .magazine-title {
        text-align: left;
        width: 35%;
    }
    .position-magazine1 {
        bottom: 6%;
        left: 6%;
    }
    .position-magazine2,
    .position-magazine4 {
        right: 6%;
        top: 15%;
    }
    .position-magazine3,
    .position-magazine5 {
        left: 6%;
        top: 15%;
    }
}

@media (min-width: 1400px) {
    .hsg-us .banner {
        padding: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 2000px) {
    .magazine .magazine-title {
        text-align: left;
        width: 25%;
    }
    .position-magazine3,
    .position-magazine5 {
        left: 6%;
        top: 25%;
    }
}

.contacts-map img {
    cursor: pointer;
}

/*products more than high power*/

.hsg-mthp {
    position: relative;
}

.hsg-mthp-title {
    position: absolute;
    top: 26%;
    left: 4.5%;
}

.hsg-mthp-title h1 {
    font-size: 14px;
}

.resourcelist .hsg-pop .list-group {
    flex-direction: column;
}

.resourcelist .hsg-pop .list-group-item {
    width: 100%;
    border-right: 0;
}

@media (min-width: 768px) {
    .hsg-mthp-title h1 {
        font-size: 1.325rem;
    }
}

@media (min-width: 992px) {
    .hsg-mthp-title {
        top: 46%;
    }
    .hsg-mthp-title h1 {
        font-size: 1.5rem;
    }
}

@media (min-width: 1600px) {
    .hsg-mthp-title h1 {
        font-size: 2.325rem;
    }
}

@media (min-width: 2000px) {
    .hsg-mthp-title h1 {
        font-size: 3rem;
    }
}

/*购物节*/

.discount {
    background-image: url("/d/img/en/discount/bg.webp");
}

.discount .header {
    background-color: #fff;
}

.discount-banner {
    margin-top: 52px;
}

.discount-banner img {
    width: 100%;
}

.discount .center-section {
    background-color: initial;
    position: relative;
}

.discount-title {
    margin-bottom: 1rem;
}

.discount-title h1 {
    color: #253177;
    margin-bottom: 0;
}

.discount-title img {
    width: 10%;
}

.discount-hot h2,
.discount-hot div,
.discount-hot .learn-more {
    color: #fff;
}

.discount-hot h2 {
    font-size: 14px;
}

.discount-hot div {
    font-size: 12px;
}

.discount-hot .container .col:last-child {
    border-right: none;
}

.accessory-discount .text-title {
    background: rgb(3, 78, 149);
    background: linear-gradient(0deg, rgba(3, 78, 149, 1) 0%, rgba(5, 149, 215, 1) 100%);
    padding: 6px 0;
    color: #fff;
    margin-bottom: 12px;
}

.discountbg {
    background: rgb(0, 88, 167);
    background: linear-gradient(0deg, rgba(0, 88, 167, 1) 0%, rgba(0, 161, 233, 1) 100%);
    padding: 8px 6px;
    margin-bottom: 12px;
}

.col-6 .discountbg {
    height: 65px;
    overflow-y: auto;
}

.discountbg h1,
.discountbg p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0px;
}

.discountbg h1 {
    font-size: 14px;
    margin-bottom: 6px;
}

.hsg-jgq h1 {
    font-size: 13px;
}

.accessory-discount p {
    font-size: 13px;
    color: #fff;
}

.discountbg h1 span {
    color: #f6ad3c;
    font-weight: bold;
}

.accessory-discount .learn-more,
.discount-hot .learn-more {
    background-color: #f6ad3c;
    border-color: #f6ad3c;
    color: #fff;
    font-size: 13px;
}

.discount-hot .container .col {
    margin-bottom: 1rem;
}

.discount-hot .col:nth-of-type(4),
.discount-hot .col:nth-of-type(5) {
    display: none;
}

@media (min-width: 992px) {
    .discount-banner {
        margin-top: 72px;
    }
    .discount-hot .container .col {
        border-right: 2px solid #fff;
    }
    .discount-title img {
        width: inherit;
    }
    .accessory-discount .text-title {
        font-size: 1rem;
    }
    .accessory-discount p {
        font-size: 13px;
    }
    .discountbg h1 {
        font-size: 1.25rem;
    }
    .hsg-jgq h1 {
        font-size: 1rem;
    }
    .col-6 .discountbg {
        height: 80px;
        overflow-y: auto;
    }
    .discount-hot>.container-fluid {
        position: absolute;
    }
    .accessory-discount {
        margin-bottom: 2rem;
    }
    .discount-hot .col:nth-of-type(4),
    .discount-hot .col:nth-of-type(5) {
        display: block;
    }
}

@media (min-width: 1200px) {
    .discountbg {
        position: relative;
    }
    .discountbg-con {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .accessory-discount .text-title {
        font-size: 1.125rem;
        padding: 16px 0;
        letter-spacing: 3px;
    }
    .accessory-discount .discountbg {
        height: 200px;
    }
    .accessory-discount p {
        font-size: 13px;
        font-weight: 300;
    }
    .discountbg h1 {
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 1rem;
    }
    .discountbg {
        margin-bottom: 2.5rem;
    }
    .hot1 h1 {
        font-size: 38px;
    }
    .hot1 h1 span {
        font-size: 46px;
    }
    .hot2 h1 span {
        font-size: 36px;
    }
    .hot3 h1 {
        font-size: 18px;
    }
    .hot3 P {
        font-size: 13px;
    }
    .hot4 h1 {
        font-size: 23px;
        margin-bottom: 6px;
    }
    .hot5 h1 span {
        font-size: 36px;
    }
    .discountbg-con p {
        padding: 0 1rem;
    }
    .hot5,
    .hot6 {
        margin-bottom: 6px;
    }
    .accessory-discount {
        margin-bottom: 4rem;
    }
    .discount-hot h2 {
        font-size: 22px;
        margin-bottom: 2rem;
    }
    .discount-hot div {
        font-size: 14px;
        margin-bottom: 2rem;
    }
    .discount-title h1 {
        font-weight: 800;
    }
}

@media (min-width: 1201px) and (max-width: 1399.98px) {
    .discount .center-section .container-fluid {
        max-width: 1200px;
    }
    .discount-hot>.container-fluid {
        position: absolute;
        left: 50%;
        margin-left: -600px;
        top: 3rem;
    }
}

@media (min-width: 1400px) {
    .discount .center-section .container-fluid {
        max-width: 1400px;
    }
    .discount-hot>.container-fluid {
        position: absolute;
        left: 50%;
        margin-left: -700px;
        top: 3rem;
    }
}

@media (min-width: 1600px) {
    .discount-banner {
        margin-top: 2rem;
    }
    .accessory-discount p {
        font-size: 15px;
        font-weight: 300;
    }
    .discountbg h1 {
        font-size: 28px;
    }
    .hot4 h1 {
        font-size: 26px;
        margin-bottom: 6px;
    }
    .hot3 h1 {
        font-size: 20px;
    }
    .accessory-discount .text-title {
        font-size: 1.325rem;
    }
}

/*列表页改版*/

.hsg-tubes {
    display: contents;
    color: #000;
}

.products-con .btn-class {
    background-color: #fff;
    color: #818080;
    border: 2px solid #818080;
}

.btn-class.active {
    border: 2px solid #345aca;
    background-color: #345aca;
    color: #fff;
    opacity: 1;
}

.products-con .btn-class:hover {
    border: 2px solid #345aca;
    background-color: #345aca;
    color: #fff;
    opacity: 1;
}

.hsg-productsclass .products-con .products-con-tlt {
    display: block;
}

.hsg-productsclass .products-con .btn-class {
    margin-bottom: 12px;
}

@media (min-width: 1200px) {
    .hsg-productsclass .products-con .products-con-tlt {
        line-height: 4rem;
    }
    .hsg-productsclass .products-con .btn-class {
        margin-bottom: 0;
    }
    .hsg-productsclass .page-center-content .col-6:nth-of-type(even) {
        padding-right: 12px;
        padding-left: 12px;
    }
    .hsg-productsclass .page-center-content .col-6:nth-of-type(odd) {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 991.98px) {
    .hsg-productsclass .products-con {
        padding: 0 6px;
    }
    .hsg-productsclass .page-center-content .col-6:nth-of-type(odd) {
        padding-left: 6px;
        padding-right: 6px;
    }
    .hsg-productsclass .page-center-content .col-6:nth-of-type(even) {
        padding-left: 6px;
        padding-right: 6px;
    }
    .hsg-productsclass .products-con .products-con-tlt {
        text-align: center;
    }
    .products-con-tlt .learn-more {
        min-width: 100px;
        width: auto;
    }
}

/*页面*/

.hsg-pages .page-banner img {
    width: 100%;
}

.hsg-pages .page-banner-title h1 {
    color: #000;
}

.hsg-pages .page-banner {
    margin-top: 52px;
}

.hsg-accordion {
    background: #fff;
    padding: 2rem 1rem;
    border-radius: 17px;
    max-width: 280px;
}

.hsg-accordion .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 12px;
}

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

.hsg-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.hsg-accordion .accordion-item:not(:first-of-type) {
    border: var(--hsg-accordion-border-width) solid var(--hsg-accordion-border-color);
    border-radius: 12px;
}

.hsg-accordion .accordion-button {
    border-radius: 12px;
    padding: 6px 1rem;
    font-weight: 400;
    font-size: 14px;
}

.hsg-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.hsg-accordion .accordion-button:not(.collapsed) {
    background-color: #345ac9;
    color: #fff;
}

.hsg-accordion .accordion-button::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAFZJREFUSEtjZKAxYKSx+QyjFhAMYVKD6D/URKL1Ea0QavCoBQTjbOgEEcylBL2EpgAj0eBKRTS3AJfLh04cjPoAHgKDriwiNV+M1miEQ4zUSCZsIpoKAFy0DhnDOA3uAAAAAElFTkSuQmCC");
    background-color: rgba(0, 0, 0, 0);
    background-size: 1rem;
}

.hsg-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAEhJREFUSEvtk0kKADAIA83/H50+oJYBQXqJ5ywyqGp5tJxfKUDCQRRESAAF7RXZNjobgaQr70/BZPuXJ4+GNIMoiJAACtav6ACrLwgZ5Ye4yAAAAABJRU5ErkJggg==");
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
    box-shadow: none;
}

.hsg-accordion .accordion-body {
    padding: 12px 6px;
    padding-left: 16px;
}

.hsg-accordion .list-group-item-action {
    width: 100%;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    color: #cccccc;
    font-weight: 600;
    text-align: inherit;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
    border: none;
}

.hsg-accordion .list-group-item-action.active {
    color: #345ac9;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}

.hsg-accordion .list-group-item+.list-group-item.active {
    margin-top: initial;
    border-top-width: initial;
}

.hsg-accordion .list-group-item::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAWhJREFUSEu1lrFOwzAQhv9LOjf2hoQACZ6g8BgVI6wUdWAC3oAB8QJ0YkACVtiQmPMEPAJIUHY7nUkORUqikLqxkzSZIvm//7PvLucQen6oZ3/UAsIwHIxGoykRjZl5H8AmgBjAF4B3Zn6TUj7VbXIlQGs9BXADYKPOgJnnvu9fDYfDR5POCFBKzYjovEn6iGgWBMFlNWYJ0MY8NzVB/gGytNw32XlV63neaTldBSAr6NyWcxs8rYmUcrs4Vf6itT4DcGczcFln5kneXcUJoih6ZeZDFwMHzYsQ4jjVFQCt9U/W5w7xVsmnEGKvCmBrmLsgFkIMqoBfAL67R63SCPgAsLsmgDFFzwCO1gRYLrJS6oSIjPOkKdTYpqmJUuqbiLaaGpb1Kz+0VLRYLCZJkjx0AawcFblpFEW3zHzRBmIddl0gzuM6h6TpiuP42laTVhdOOT1Zd40BHADYyda6X5ltamCK6f2v4g9yoJUZ3Fi/IQAAAABJRU5ErkJggg==");
    width: 30px;
    height: 30px;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    color: #345ac9;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}

.hsg-accordion .list-group-item .bxs-circle {
    color: #cccccc;
    font-size: 12px;
    margin-left: -22px;
    padding-right: 6px;
}

.hsg-accordion .list-group-item.active .bxs-circle {
    color: #345ac9;
}

.list-group-item-action:hover .bxs-circle,
.list-group-item-action:focus .bxs-circle {
    color: #345ac9;
}

.hsg-accordion .accordion-item {
    margin-bottom: 14px;
    background: #f8f8f8;
}

.hsg-pages .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--hsg-breadcrumb-item-padding-x);
    color: var(--hsg-breadcrumb-divider-color);
    content: var(--hsg-breadcrumb-divider, "\ea50")
}

.hsg-pages .breadcrumb-item {
    font-size: 13px;
    font-weight: 400;
}

.hsg-pages .breadcrumb-item.active {
    color: #000;
}

.hsg-breadcrumb {
    display: none;
}

.hsg-button-list {
    text-align: center;
}

.hsg-button-list .btn-class {
    background-color: #fff;
    color: #818080;
    border: 2px solid #818080;
    margin-bottom: 12px;
    width: auto;
    min-width: 100px;
}

.hsg-button-list .btn-class.active {
    border: 2px solid #345aca;
    background-color: #345aca;
    color: #fff;
    opacity: 1;
}

.hsg-button-list .btn-class:hover {
    border: 2px solid #818080;
}

.hsg-button-list .btn-class.active:hover {
    border: 2px solid #345aca;
}

.hsg-pages .page-banner h4 {
    font-size: 1rem;
    font-weight: 400;
}

.hsg-pages .center-section .row {
    padding-left: 6px;
    padding-right: 6px;
}

.hsg-pages .center-section .row>div {
    padding-left: 6px;
    padding-right: 6px;
}

.hsg-products-class {
    display: contents;
}

.hsg-breadcrumb .breadcrumb-item {
    color: #999999;
}

@media (min-width: 768px) {
    .hsg-pages .page-banner {
        margin-top: 72px;
    }
    .hsg-pages .page-banner-title h1 {
        width: 100%;
    }
    .hsg-pages .page-banner h4 {
        font-size: 1.325rem;
    }
    .hsg-accordion .accordion-item:last-of-type {
        margin-bottom: 0;
    }
    .hsg-pages .breadcrumb-item {
        font-size: 15px;
    }
    .hsg-breadcrumb {
        display: block;
    }
    .hsg-button-list {
        text-align: left;
    }
    .hsg-pages .ask-price .container-fluid {
        width: 720px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .hsg-button-list .btn-class {
        min-width: 110px;
    }
    .hsg-pages .ask-price .container-fluid {
        width: 920px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .hsg-pages .learn-more {
        margin-right: 0.5rem;
        padding: 5px 26px;
    }
    .hsg-button-list .btn-class {
        min-width: 130px;
    }
    .hsg-pages .ask-price .container-fluid {
        max-width: 95%;
        width: auto;
        padding-left: 12px;
        padding-right: 12px;
    }
    .hsg-pdf-con .col-6 {
        width: 20%;
    }
    .hsg-pdf-product {
        margin-top: 1.325rem;
    }
    .hsg-button-list .btn-class {
        margin-bottom: 2rem;
    }
}

@media (min-width: 1400px) {
    .hsg-pages .page-banner {
        margin-bottom: 2rem;
    }
    .hsg-breadcrumb .breadcrumb {
        margin-bottom: 2rem;
    }
    .hsg-pages .page-banner {
        margin-top: 74px;
    }
    .hsg-pages .ask-price .container-fluid {
        width: 1300px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1600px) {
    .hsg-pages .page-banner {
        margin-top: 74px;
    }
    .hsg-pages .page-banner h4 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .hsg-accordion {
        max-width: 100%;
    }
    .hsg-pdf-con .col-6 {
        padding-right: 6px;
        padding-left: 6px;
    }
}

/*下载中心*/

.hsg-pdf-img {
    background-color: #fff;
    position: relative;
    padding: 8px;
    margin-bottom: 12px;
    border-radius: 12px;
    cursor: pointer;
}

.hsg-pdf-img a::after {
    display: none;
    content: "";
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 12px;
}

.hsg-pdf-img a:hover::after {
    width: 100%;
}

.hsg-pdf-product {
    margin-bottom: 12px;
}

.hsg-pdf-icon {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 24px;
}

.hsg-pdf-text h6 {
    color: #184a93;
    font-size: 14px;
}

.hsg-pdf-text i {
    font-size: 1.325rem;
    color: #cccccc;
}

.hsg-pdf-text:hover i {
    color: #345ac9;
}

@media (min-width: 768px) {
    .hsg-pdf {
        width: 160px;
    }
    .hsg-pdf-img {
        padding: 12px;
        height: 160px;
    }
    .hsg-pdf-product {
        margin-bottom: 0px;
        margin-top: 1rem;
    }
    .hsg-pdf-icon {
        position: absolute;
        right: 12px;
        bottom: 12px;
        width: 35px;
    }
}

@media (min-width: 1200px) {
    .hsg-pdf {
        margin-bottom: 1rem;
    }
}

/*视频中心*/

.hsg-videos-layer {
    border-radius: 12px;
}

.hsg-videos-text h6 {
    color: #184a93;
    font-size: 14px;
    margin-bottom: 0;
}

.hsg-videos-text a {
    color: #cccccc;
    font-size: 13px;
    line-height: 1.4;
}

.hsg-videos-text a:hover {
    color: #184a93;
}

.hsg-videos-text {
    padding: 0.5rem;
}

.hsg-videos .btn-video:hover {
    background-color: #345aca !important;
}

@media (min-width: 768px) {
    .hsg-videos .hsg-products-class .col-6 {
        padding: 0 6px;
    }
}

@media (min-width: 1200px) {
    .hsg-videos .hsg-pdf-con .col-6 {
        width: 33.33333333%;
    }
    .hsg-videos .hsg-products-class .col-6 {
        padding: 0 12px;
    }
    .hsg-videos-img .btn-icon {
        --hsg-btn-size: 3.25rem;
        --hsg-btn-icon-size: 1.4375rem;
    }
}

/*核心技术*/

.hsg-technologies {
    background-color: #f2f3f5;
}

.hsg-technologies .page-banner {
    margin-bottom: 0;
}

.hsg-technologies .hsg-technologies-section {
    margin-bottom: 0;
    padding-bottom: 1rem;
    text-align: center;
}

.hsg-technologies-section .text-title {
    margin-top: 0rem;
    margin-bottom: 1rem;
    font-size: 15px;
}

.hsg-technologies-section .text-ftitle {
    color: #666666;
    font-size: 12px;
}

.hsg-technologies-section .text-fbtitle {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 12px;
}

.hsg-technologies .hsg-technologies-chucks {
    padding: 4rem 0;
}

.hsg-technologies-chucks h5 {
    font-size: 12px;
    border: 1px solid #000;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 8px;
    font-weight: 300;
}

.hsg-technologies-chucks p {
    color: #999999;
    font-size: 12px;
}

.hsg-technologies-chucks-con p {
    color: #999999;
}

@media (min-width: 992px) {
    .hsg-technologies .hsg-technologies-section {
        text-align: left;
        padding-bottom: 2rem;
    }
    .hsg-technologies-section .text-title {
        margin-top: 7rem;
        margin-bottom: 2rem;
        font-size: 1.25rem;
    }
    .hsg-technologies-section .text-fbtitle {
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .hsg-technologies .hsg-technologies-p {
        text-align: right;
    }
    .hsg-technologies-section .text-ftitle {
        font-size: 13px;
    }
    .hsg-technologies-system .text-title {
        margin-top: 2rem;
    }
    .hsg-technologies-system img {
        margin-top: 4rem;
    }
    .hsg-technologies .hsg-technologies-chucks {
        padding-bottom: 4rem;
    }
    .hsg-technologies-chucks .text-title {
        margin-top: 2rem;
    }
}

@media (min-width: 1200px) {
    .hsg-technologies-section .text-title {
        margin-top: 7.8rem;
    }
    .hsg-technologies-section .text-title {
        margin-bottom: 2.5rem;
    }
    .hsg-technologies-section .text-fbtitle {
        margin-bottom: 1rem;
    }
    .hsg-technologies-section .text-ftitle {
        font-size: 14px;
    }
    .hsg-technologies-la4 .text-title {
        margin-top: 12rem;
    }
    .hsg-technologies-system .text-title {
        margin-top: 4rem;
    }
    .hsg-technologies-system img {
        margin-top: 2rem;
    }
    .hsg-technologies-chucks .text-title {
        margin-top: 4rem;
    }
    .hsg-technologies-chucks h5 {
        font-size: 14px;
        border: 1px solid #000;
        display: inline-block;
        padding: 5px 12px;
        border-radius: 8px;
        font-weight: bold;
        margin-bottom: 1.5rem;
    }
    .hsg-technologies-chucks img {
        margin-top: 1rem;
    }
}

@media (min-width: 1400px) {
    .hsg-technologies-section .text-ftitle {
        font-size: 15px;
    }
    .hsg-technologies-section .text-title {
        font-size: 1.825rem;
    }
    .hsg-technologies-section .text-fbtitle {
        font-size: 1.125rem;
    }
}

@media (min-width: 1600px) {
    .hsg-technologies-section .text-ftitle {
        font-size: 1rem;
    }
    .hsg-technologies-section .text-title {
        margin-top: 8.5rem;
    }
    .hsg-technologies-section .text-fbtitle {
        font-size: 1.35rem;
    }
    .hsg-technologies-section .text-title {
        font-size: 2.15rem;
    }
    .hsg-technologies-section .text-fbtitle {
        margin-bottom: 1.5rem;
    }
    .hsg-technologies-chucks h6 {
        font-size: 1.325rem;
        margin-bottom: 1.5rem;
    }
    .hsg-technologies-chucks img {
        margin-top: 2rem;
    }
    .hsg-technologies-la4 .text-title {
        margin-top: 15rem;
    }
    .hsg-technologies-system img {
        margin-top: 5rem;
    }
    .hsg-technologies-chucks h5 {
        padding: 6px 15px;
    }
    .hsg-technologies-chucks h5 {
        font-size: 16px;
    }
    .hsg-technologies-chucks .text-title {
        margin-top: 5rem;
    }
    .hsg-technologies-system .text-title {
        margin-top: 4rem;
    }
}

/*表单优化*/

.needs-validation label span {
    color: red;
}

.needs-validation label {
    font-weight: 500;
    font-size: 13px;
    margin: 0 0 5px 4px;
    line-height: 1.4;
}

@media (min-width: 1300px) {
    .needs-validation label {
        font-size: 15px;
    }
    .contacts .contact-form-tlt {
        font-size: 2rem;
    }
    .contacts .pb-lg-5 {
        padding-bottom: 1rem !important;
    }
}

.hsg-videos-company img,
.hsg-videos-clients img {
    border-radius: 12px;
}

.hsg-videos-clients {
    height: 540px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (min-width: 992px) {
    .tab-content {
        padding: 0 10px;
    }
    .hsg-products-con .tab-content {
        padding: 0 0px;
    }
    .hsg-videos-clients {
        height: 700px;
    }
}

/*新五年质保*/

.warrenty-choose {
    display: flex;
    margin-bottom: 1rem;
}

.warrenty-section .model-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.warrenty-hsg,
.warrenty-products {
    padding: 2rem 0;
}

.warrenty-products .model-title {
    font-size: 1.725rem;
    margin-bottom: 2rem;
    color: #fff;
}

.warrenty-icon img {
    width: initial;
}

.hsg-warrenty-banner {
    position: relative;
}

.warrenty-banner-title h1,
.warrenty-banner-title p {
    color: #fff;
}

.warrenty-banner-title {
    display: none;
}

.warrenty-choose img {
    width: 32px;
    height: 32px;
    margin-right: 0.5rem;
}

.warrenty-products-tlt img {
    width: 23px;
    height: 20px;
    margin-right: 6px;
}

.warrenty-products p,
.warrenty-products h5,
.warrenty-products h6 {
    color: #fff;
}

.warrenty-products-tlt hr {
    margin-bottom: 2rem;
}

.warrenty-products-img {
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 17px;
    text-align: center;
    margin-bottom: 1rem;
}

.warrenty-products-img img {
    padding-top: 1.5rem;
    width: 88%;
}

.warrenty-products-img h5 {
    position: absolute;
    color: #fff;
    font-size: 14px;
}

.warrenty-products-con a i {
    color: #f9a64a;
    font-size: 20px;
}

.warrenty-con h5 {
    font-size: 1rem;
}

.warrenty-con p {
    font-size: 14px;
}

.warrenty-section .model-title,
.warrenty-products .model-title {
    font-weight: 600;
}

.warrenty-products p {
    font-size: 14px;
}

.hsg-warrenty-banner picture img {
    width: 100%;
}

@media (min-width: 992px) {
    .warrenty-banner-title {
        display: block;
    }
    .warrenty-banner-title {
        position: absolute;
        right: 5.3333%;
        top: 15%;
    }
    .warrenty-title {
        font-size: 2.5rem;
        font-weight: 600;
        margin-bottom: 2.75rem;
    }
    .warrenty-banner-title {
        width: 750px;
        text-align: right;
    }
    .warrenty-ftitle {
        width: 600px;
        margin-left: auto;
        margin-bottom: 2.5rem;
        line-height: 1.8;
    }
    .warrenty-icon img {
        width: initial;
    }
    .warrenty-ftitle {
        font-size: 14px;
        font-weight: 300;
    }
    .warrenty-icon p {
        font-size: 12px;
        font-weight: 300;
        line-height: 1.3;
    }
    .warrenty-icon img {
        width: 3.625rem;
    }
    .warrenty-section {
        padding: 4rem 0;
        position: relative;
    }
    .warrenty-chucks {
        position: relative;
    }
    .warrenty-section img {
        width: initial;
    }
    .warrenty-con {
        width: 230px;
    }
    .warrenty-con p {
        font-size: 14px;
    }
    .warrenty-choose {
        position: absolute;
        display: flex;
    }
    .warrenty-choose1 {
        left: 5%;
        top: 0;
    }
    .warrenty-choose2 {
        right: 5%;
        top: 0;
    }
    .warrenty-choose3 {
        bottom: 0;
        left: 5%;
    }
    .warrenty-choose4 {
        bottom: 0;
        right: 5%;
    }
    .warrenty-choose img {
        margin-right: 1rem;
    }
    .warrenty-choose h5 {
        color: #f9a64a;
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .warrenty-section .model-title {
        font-size: 2.5rem;
        margin-bottom: 5rem;
    }
    .warrenty-hsg {
        background-color: #fff;
        padding: 5rem 0;
    }
    .warrenty-service,
    .warrenty-service .center-section {
        background-color: #fff;
    }
    .warrenty-products {
        padding: 5rem 0;
    }
    .warrenty-products-tlt {
        width: 750px;
        margin: 0 auto;
        margin-bottom: 43rem;
    }
    .warrenty-products {
        background-size: cover;
        background-repeat: no-repeat;
        color: #fff;
    }
    .warrenty-products-tlt h1 {
        color: #fff;
        margin-bottom: 9rem;
    }
    .warrenty-products-tlt hr {
        margin-bottom: 2.75rem;
    }
    .warrenty-products-model {
        color: #f9a64a;
        font-size: 1.5rem;
    }
    .warrenty-products-power {
        color: #fff;
        font-size: 1.5rem;
    }
    .warrenty-products-img {
        padding: 1rem;
    }
    .warrenty-products-con {
        margin-bottom: 2rem;
    }
    .warrenty-products-con a {
        display: flex;
        color: #fff;
        padding: 8px;
        font-size: 14px;
        justify-content: space-between;
    }
    .warrenty-products-con a i {
        color: #f9a64a;
        font-size: 20px;
    }
    .warrenty-products .model-title {
        font-size: 2.5rem;
    }
    .warrenty-products-tlt p {
        font-size: 14px;
    }
    .warrenty-products .col-xl-3 {
        width: 28%;
    }
    .warrenty-products-con p {
        font-size: 14px;
        line-height: 1.4;
    }
    .warrenty-products h6 {
        font-size: 1rem;
    }
    .warrenty-products .warrenty-products-model {
        color: #f9a64a;
    }
}

@media (min-width: 1200px) {
    .warrenty-ftitle {
        font-size: 15px;
    }
    .warrenty-icon p {
        font-size: 13px;
    }
}

@media (min-width: 1400px) {
    .warrenty-ftitle {
        font-size: 16px;
        margin-bottom: 4.5rem;
    }
    .warrenty-icon p {
        font-size: 14px;
    }
    .warrenty-choose h5 {
        font-size: 1.25rem;
    }
    .warrenty-con p {
        font-size: 15px;
    }
}

@media (min-width: 1800px) {
    .warrenty-banner-title {
        display: block;
    }
    .warrenty-banner-title {
        position: absolute;
        right: 8.3333%;
        top: 20%;
    }
    .warrenty-title {
        font-size: 4rem;
        font-weight: 600;
        margin-bottom: 2.75rem;
    }
    .warrenty-banner-title {
        width: 1050px;
        text-align: right;
    }
    .warrenty-ftitle {
        width: 780px;
        margin-left: auto;
        margin-bottom: 5.3125rem;
        line-height: 1.8;
    }
    .warrenty-icon img {
        width: initial;
    }
    .warrenty-ftitle {
        font-size: 16px;
        font-weight: 300;
    }
    .warrenty-icon p {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.3;
    }
    .warrenty-icon img {
        width: 5.625rem;
    }
    .warrenty-section {
        padding: 4rem 0;
        position: relative;
    }
    .warrenty-chucks {
        position: relative;
    }
    .warrenty-section img {
        width: initial;
    }
    .warrenty-con {
        width: 460px;
    }
    .warrenty-con p {
        font-size: 18px;
    }
    .warrenty-choose {
        position: absolute;
        display: flex;
    }
    .warrenty-choose img {
        width: 64px;
        height: 64px;
        margin-right: 1rem;
    }
    .warrenty-choose h5 {
        color: #f9a64a;
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    .warrenty-section .model-title {
        font-size: 4rem;
        margin-bottom: 10rem;
    }
    .warrenty-hsg {
        background-color: #fff;
        padding: 13rem 0;
    }
    .warrenty-service,
    .warrenty-service .center-section {
        background-color: #fff;
    }
    .warrenty-products {
        padding: 14rem 0;
    }
    .warrenty-products-tlt {
        width: 910px;
        margin: 0 auto;
        margin-bottom: 43rem;
    }
    .warrenty-products {
        background-size: cover;
        background-repeat: no-repeat;
        color: #fff;
    }
    .warrenty-products-tlt h1 {
        color: #fff;
        margin-bottom: 9rem;
    }
    .warrenty-products-tlt hr {
        margin-bottom: 2.75rem;
    }
    .warrenty-products-model {
        color: #f9a64a;
        font-size: 1.5rem;
    }
    .warrenty-products-power {
        color: #fff;
        font-size: 1.5rem;
    }
    .warrenty-products-img {
        padding: 2rem;
    }
    .warrenty-products-con {
        margin-bottom: 4rem;
    }
    .warrenty-products-con a {
        display: flex;
        color: #fff;
        padding: 8px;
        font-size: 14px;
        justify-content: space-between;
    }
    .warrenty-products-con a i {
        color: #f9a64a;
        font-size: 24px;
    }
    .warrenty-products .model-title {
        font-size: 4rem;
    }
    .warrenty-products-tlt p {
        font-size: 18px;
    }
    .warrenty-products .col-xl-3 {
        width: 28%;
    }
    .warrenty-products-img h5 {
        font-size: 1rem;
    }
    .warrenty-products-con p {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media (min-width: 2000px) {
    .warrenty-title {
        margin-bottom: 4.75rem;
    }
    .warrenty-ftitle {
        margin-bottom: 7.3125rem;
    }
    .warrenty-products-tlt {
        margin-bottom: 62rem;
    }
}

/*cookies*/

.hsg-cookies {
    box-sizing: border-box;
    position: fixed;
    bottom: 0rem;
    left: 0rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 1rem;
    z-index: 9;
    display: none;
}

.hsg-cookies p {
    color: #fff;
    font-size: 14px;
}

.hsg-cookies a {
    color: #fff;
    text-decoration: underline;
}

.hsg-cookies .btn {
    padding: 4px 26px;
}

.hsg-cookies .btn:hover {
    background-color: #345aca;
    opacity: 0.8;
    transition: .3s ease-out;
    color: #fff;
    border-color: #345aca;
}

@media (min-width: 992px) {
    .hsg-cookies {
        width: 270px;
        left: 1rem;
        bottom: 4rem;
    }
}

/*prb*/

.text-subtitle {
    font-size: 13px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

@media (min-width: 992px) {
    .modular .text-maintitle {
        margin-bottom: 0.5rem;
    }
    .modular .text-subtitle {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .modular .text-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (min-width: 1400px) {
    .modular .text-maintitle {
        margin-bottom: 0.5rem;
    }
    .modular .text-subtitle {
        margin-bottom: 2rem;
        font-size: 23px;
        line-height: 1.5;
    }
}

.prb-banner-btn {
    top: 38%;
}

@media (min-width: 992px) {
    .prb-banner-btn {
        left: 6.5%;
    }
}

.tp-tips {
    font-size: 12px;
    color: #909192;
    margin-bottom: 0;
}

/*cookie*/

.freeprivacypolicy-com---nb-interstitial-overlay {
    /*display: none !important;*/
}

.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.freeprivacypolicy-com---nb-interstitial-overlay {
    background: rgba(0, 0, 0, .25) !important;
}

.freeprivacypolicy-com---nb-interstitial {
    right: 0 !important;
    top: initial !important;
    bottom: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
    position: fixed;
}

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 2rem !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.freeprivacypolicy-com---nb .cc-nb-okagree,
.freeprivacypolicy-com---nb .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save,
.freeprivacypolicy-com---nb .cc-nb-changep {
    display: inline-block !important;
    font-size: 13px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    border-radius: 40px !important;
    min-width: 130px !important;
    text-align: center !important;
    font-family: "OPPOSans" !important;
    padding: 4px 26px !important;
}

.freeprivacypolicy-com---nb .cc-nb-okagree,
.freeprivacypolicy-com---nb .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    background-color: #345aca !important;
    color: #fff !important;
    border: 2px solid #345aca !important;
}

.freeprivacypolicy-com---nb .cc-nb-changep {
    color: #818080 !important;
    background-color: #fff !important;
    border: 2px solid #fff !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:focus {
    box-shadow: none !important;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-close:active,
.freeprivacypolicy-com---palette-light .cc-pc-head-close:focus {
    border: none !important;
}

.freeprivacypolicy-com---pc-dialog .cc-cp-body-tabs-item-link,
.freeprivacypolicy-com---reset p,
.freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-text {
    font-family: "OPPOSans" !important;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content {
    background: #fff !important;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item-link:focus {
    box-shadow: none !important;
}

.freeprivacypolicy-com---nb .cc-nb-title {
    font-size: 22px !important;
}

.freeprivacypolicy-com---nb .cc-nb-text {
    font-size: 14px !important;
    margin: 0 0 12px 0 !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-title {
    display: none !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-reject {
    display: none !important;
}

/*居下*/

@media (min-width: 1200px) {
    /*.freeprivacypolicy-com---nb .cc-nb-main-container{*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*}*/
    /*.freeprivacypolicy-com---nb .cc-nb-main-container {*/
    /*    padding: 1.5rem !important;*/
    /*}*/
    /*.cc-nb-main-container .cc-nb-text-container{*/
    /*    width: 70%;*/
    /*}*/
    /*.cc-nb-main-container .cc-nb-buttons-container{*/
    /*    width: 30%;*/
    /*}*/
    /*.freeprivacypolicy-com---pc-dialog{*/
    /*    top: 15%;*/
    /*}*/
}

@media (min-width: 1600px) {
    /*.freeprivacypolicy-com---nb .cc-nb-main-container {*/
    /*    width: 88% !important;*/
    /*}*/
    /*.cc-nb-main-container .cc-nb-text-container{*/
    /*    width: 69%;*/
    /*}*/
    /*.cc-nb-main-container .cc-nb-buttons-container{*/
    /*    width: 30%;*/
    /*    margin-left: 1%;*/
    /*}*/
}

/*居中*/

@media (min-width: 1200px) {
    .freeprivacypolicy-com---palette-light .cc-nb-title {
        display: block !important;
        text-align: center;
    }
    .freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
        max-width: 960px !important;
        width: 66.66666%;
        left: 50% !important;
        top: 45% !important;
        transform: translate(-50%, -50%);
        bottom: auto !important;
    }
    .cc-nb-buttons-container {
        text-align: center;
    }
    .cc-nb-text-container {
        margin: 1rem 0 2rem 0;
    }
    .cc-nb-buttons-container .cc-nb-okagree {
        margin-right: 2rem !important;
    }
    .freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
        border-radius: 12px !important;
    }
    .cc-nb-buttons-container .cc-nb-okagree,
    .cc-nb-buttons-container .cc-nb-reject {
        margin: 0 8px !important;
    }
    .cc-nb-main-container .cc-nb-buttons-container button {
        min-width: 180px !important;
    }
}

.x-btn {
    bottom: inherit;
    top: 30%;
}

@media (min-width: 992px) {
    .x-btn {
        bottom: 7%;
        top: inherit;
    }
}

/* new products */

.newproduct {
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.newproduct .btn-scroll-to {
    display: none !important;
}

/*.newproduct .ask-price{*/

/*    display: none;*/

/*}*/

.newproduct,
.newproduct .tab-content,
.newproduct .ask-price {
    background-color: #fff;
}

.product-banner {
    position: relative;
}

.product-banner img {
    width: 100%;
}

.product-tlt {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

.product-tlt h1 {
    font-size: 1.325rem;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.product-tlt h3 {
    font-weight: 300;
    margin-bottom: 5px;
    opacity: 1;
    font-size: 1rem;
    letter-spacing: 1px;
}

.product-tlt p {
    font-size: 14px;
    color: #45443f;
}

@media (min-width: 992px) {
    .product-tlt {
        position: absolute;
        right: 5%;
        bottom: 12%;
        padding: 3rem 1rem;
        z-index: 9;
        opacity: 0.8;
        background: #fff;
    }
    .product-tlt h1 {
        margin-bottom: 1rem;
    }
    .product-banner {
        position: relative;
        margin-bottom: 3rem;
    }
}

@media (min-width: 1200px) {
    .product-tlt {
        padding: 3rem 1.5rem;
    }
    .product-tlt h3 {
        font-size: 1.325rem;
    }
    .product-tlt h1 {
        font-size: 2rem;
        margin-bottom: 1.25rem;
    }
    .product-tlt {
        position: absolute;
        right: 6%;
        bottom: 14%;
        padding: 3.8rem 1.5rem;
        z-index: 9;
        opacity: 0.8;
        background: #fff;
    }
}

@media (min-width: 1600px) {
    .product-tlt h1 {
        margin-bottom: 2rem;
    }
    .product-tlt {
        padding: 5rem 3rem;
    }
    .product-tlt h3 {
        font-size: 1.75rem;
    }
    .product-tlt h1 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    .product-tlt p {
        font-size: 1rem;
    }
}

/* list导航 */

.product-nav {
    border-bottom: 1.5px solid #c4c4c4;
}

.product-nav .nav-item {
    margin-bottom: -1px;
}

.product-nav .nav-link {
    font-size: 12px;
    padding: 10px 20px;
    font-weight: 500;
}

.product-nav .nav-link.active {
    color: #fff;
    background-color: #192f72;
    border-bottom: 0;
}

.product-nav .nav-tabs-alt {
    margin-bottom: 0;
}

.product-nav .nav {
    overflow-x: auto;
    overflow-y: hidden;
}

/* 第一屏 */

.product-module {
    padding: 3% 0;
}

.product-content {
    padding: 4% 0;
}

.product-content-tlt {
    text-align: center;
    margin-bottom: 1.5rem;
}

.product-content-tlt h1 {
    display: inline-block;
    margin: 0 auto;
    border-bottom: 1.5px solid #a8a8a5;
    padding: 0rem 1rem 2rem 1rem;
}

.product-content-overview {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 14px;
}

.product-features ul {
    padding-right: 3rem;
}

.product-features li {
    font-size: 15px;
    color: #000;
    font-weight: 300;
}

.product-features .list-group-item {
    border-bottom: 1.5px solid #a8a8a5;
    padding: 12px 0;
    margin-bottom: 1rem;
}

.product-features .list-group-item:last-child {
    border-bottom: 1.5px solid #a8a8a5;
}

.product-content-unline {
    width: 100%;
    height: 1px;
    border-bottom: 1.5px solid #a8a8a5;
    margin-bottom: 1rem;
}

.hsg-icon {
    width: 14px;
    margin-right: 10px;
    object-fit: contain;
}

.product-card {
    border-radius: 0;
    margin-bottom: 0;
}

.product-card .card-body {
    padding: 1.5rem 12px 12px 12px;
}

.product-card .g-0 {
    padding: 0 12px;
}

.product-card h3 {
    font-size: 1rem;
    color: #00a5e3;
    margin-bottom: 12px;
    font-weight: 500;
}

.product-card p {
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 14px;
}

.product-content-tlt-undline {
    width: 90%;
    height: 1px;
    border-bottom: 1.5px solid #a8a8a5;
    margin: 0 auto;
}

.product-content-tlt h2 {
    margin-bottom: 10px;
}

.product-content-tlt p {
    font-size: 15px;
    color: #000;
    margin-bottom: 1rem;
    font-weight: 300;
}

.product-content-nop h2 {
    margin-bottom: 1rem;
}

/* 数字 */

.product-number {
    margin-bottom: 2rem;
}

.product-number h1 {
    font-size: 1.5rem;
    color: #00a5e3;
    margin-bottom: 12px;
}

.product-number h1 span {
    color: #000;
    font-size: 1rem;
}

.product-number .product-content-tlt-undline {
    margin-bottom: 12px;
    width: 80%;
}

.product-number p {
    font-size: 14px;
}

.product-performance .product-content-tlt {
    margin-bottom: 2rem;
}

/* 图文 */

.product-img-text>div {
    margin-bottom: 0rem;
}

.product-img-text p {
    font-size: 14px;
    margin-bottom: 12px;
}

.product-text {
    background-color: #fff;
    padding: 12px;
    height: 90%;
    margin-top: 2%;
}

.product-img-text-undline {
    width: 60px;
    height: 8px;
    background-color: #00a5e3;
    margin-bottom: 12px;
}

.product-img-text h3 {
    color: #000;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}

.product-img-text h4 {
    color: #00a5e3;
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: 1rem;
}

.product-left-right>div {
    margin-bottom: 1rem;
}

.product-left-text {
    padding: 0px 12px;
}

.product-left-right p {
    color: #5d5d5d;
    line-height: 1.6;
    font-size: 14px;
}

.product-left-right strong {
    color: #000;
    font-weight: 500;
}

.product-left-right h3 {
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 500;
}

.product-component .card {
    box-shadow: 0 .275rem .75rem -0.0625rem rgba(11, 15, 25, .06), 0 .125rem .4rem -0.0625rem rgba(11, 15, 25, .03);
    border-radius: 0;
}

.product-component .card-img-top {
    border-radius: 0;
}

.product-component .card-body {
    padding: 1rem;
    min-height: 20rem;
}

.product-component .row>div {
    padding: 0rem 12px;
}

.product-use .card {
    margin-bottom: 2rem;
}

.product-use .card-body {
    padding: 0;
}

.product-use strong {
    color: #000;
    font-weight: 500;
}

.product-use p {
    line-height: 1.6;
    font-size: 14px;
}

.product-safety .product-img-text-undline {
    margin-bottom: 1rem;
}

.product-productivity {
    margin-bottom: 1rem;
}

.product-parameter .list-unstyled li:nth-child(odd) {
    background-color: #f5f5f5;
}

.product-parameter .col-6 {
    padding-left: 0;
    padding-right: 0;
}

.product-parameter .swiper-slide {
    margin-right: 0 !important;
}

.product-parameter .list-unstyled li {
    padding: 0 12px;
}

.product-parameter .swiper .list-unstyled {
    color: #000;
}

.product-content-tlt h2 {
    font-size: 20px;
    font-weight: 600;
}

.product-left-right img {
    margin-bottom: 12px;
}

.product-component h4 {
    font-size: 20px;
    font-weight: 500;
}

.product-component p {
    font-size: 14px;
}

.product-use .product-card .col-sm-6>img {
    margin-bottom: 1rem;
}

.product-auto .product-use img {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .product-card .card-body {
        padding: 0 0px 16px 0px;
    }
}

@media (min-width: 992px) {
    .product-card .g-0 {
        padding: 0;
    }
    .product-card .card-body {
        padding: 2rem;
    }
    .product-intelligent .product-use .card-body {
        padding: 0 3rem;
    }
    .product-content-tlt-undline {
        width: 65%;
    }
    .product-text {
        background-color: #fff;
        padding: 12px;
        height: 100%;
        margin-top: 0%;
    }
    .product-parameter .list-unstyled li {
        padding: 1rem 2rem;
    }
    .newproduct .technical-parameters .list-unstyled li {
        margin-bottom: 0;
    }
    .product-auto .card-body {
        padding: 0;
    }
    .product-productivity {
        margin-bottom: 2rem;
    }
    .product-auto .col-sm-5 {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .product-content {
        padding: 1% 0;
    }
    .product-content-tlt h2 {
        font-size: 1.75rem;
        font-weight: 500;
    }
    .product-content-nop h2 {
        margin-bottom: 2rem;
    }
    .product-content-tlt {
        margin-bottom: 3rem;
    }
    .product-content-overview {
        line-height: 2;
        margin-bottom: 3rem;
    }
    .hsg-icon {
        width: 20px;
        margin-right: 1rem;
    }
    .product-features .list-group-item {
        padding: 1.5rem 0;
        margin-bottom: 1.5rem;
        font-weight: 400;
    }
    .product-features li {
        font-size: 1.2rem;
    }
    .product-content-unline {
        margin-bottom: 3rem;
    }
    .product-card .card-body {
        padding: 2rem;
    }
    .product-card h3 {
        font-size: 1.325rem;
        margin-bottom: 1.5rem;
        font-weight: 500;
        align-items: center;
    }
    .product-use .card-body {
        padding: 0;
    }
    .product-content-overview {
        font-size: 15px;
    }
    .product-features li {
        font-size: 1rem;
    }
    .product-card p {
        line-height: 2;
        font-size: 15px;
    }
    .product-content-tlt p {
        font-size: 1.125rem;
        margin-bottom: 2rem;
        font-weight: 300;
    }
    .product-number h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    .product-number .product-content-tlt-undline {
        margin-bottom: 1rem;
        width: 60%;
    }
    .product-performance .product-content-tlt {
        margin-bottom: 4rem;
    }
    .product-number h1 span {
        font-size: 1.5rem;
    }
    .product-number p {
        font-size: 15px;
        color: #000;
    }
    .product-number {
        margin-bottom: 4rem;
    }
    .product-text {
        background-color: #fff;
        padding: 3rem;
        height: 90%;
        margin-top: 2%;
    }
    .product-img-text-undline {
        width: 100px;
        height: 10px;
        background-color: #00a5e3;
        margin-bottom: 1rem;
    }
    .product-img-text h3 {
        font-size: 1.75rem;
        margin-bottom: 12px;
        font-weight: 500;
        color: #5d5d5d;
    }
    .product-img-text h4 {
        font-size: 1.25rem;
        margin-bottom: 2rem;
        font-weight: 600;
    }
    .product-img-text>div {
        margin-bottom: 3rem;
    }
    .product-left-right h3 {
        margin-bottom: 3rem;
        font-size: 1.75rem;
    }
    .product-left-text {
        padding: 0 2rem;
    }
    .product-left-right>div {
        margin-bottom: 4rem;
    }
    .product-left-right p {
        font-size: 15px;
    }
    .product-left-right img {
        margin-bottom: 0;
    }
    .product-component .row>div {
        padding: 1rem 2rem 0 2rem;
    }
    .product-component h4 {
        font-size: 1.325rem;
    }
    .product-component p {
        font-size: 15px;
        font-weight: 300;
    }
    .product-component .card-body {
        padding: 2rem 3rem 4rem 3rem;
    }
    .product-use .product-card .col-sm-6>img {
        margin-bottom: 0;
    }
    .product-use .card {
        margin-bottom: 5rem;
    }
    .product-safety .product-img-text-undline {
        margin-bottom: 3rem;
    }
    .product-use p {
        line-height: 1.6;
        font-size: 15px;
    }
    .product-productivity {
        margin-bottom: 4rem;
    }
    .product-img-text p {
        margin-bottom: 1rem;
        color: #5d5d5d;
    }
    .product-auto .col-sm-5 {
        width: 41.66666667%;
    }
    .product-module {
        padding: 2% 0;
    }
    .product-speed .product-img-text-undline {
        margin-bottom: 3rem;
    }
    .product-accuracy .card-body {
        padding: 3rem;
    }
    .product-component .card-body {
        min-height: 23rem;
    }
    .product-intelligent .card-body {
        padding: 3rem;
    }
    .product-safety p {
        font-size: 15px;
    }
    .product-safety h3 {
        color: #000;
    }
    .product-auto .product-productivity {
        line-height: 2;
    }
    .product-auto .card {
        margin-bottom: 1rem;
    }
    .product-nav .nav-link {
        font-weight: 600;
    }
}

@media (min-width: 1400px) {
    .product-content-tlt h2 {
        font-size: 2rem;
    }
    .product-content-overview {
        font-size: 1rem;
    }
    .hsg-icon {
        width: 22px;
    }
    .product-content-nop h2 {
        margin-bottom: 2.5rem;
    }
    /* .product-card .card-body{
        padding: 3rem;
    } */
    .product-card p {
        line-height: 2;
        font-size: 1rem;
    }
    .product-content-tlt p {
        font-size: 1.25rem;
        margin-bottom: 2.5rem;
    }
    .product-number .product-content-tlt-undline {
        margin-bottom: 1.5rem;
        width: 60%;
    }
    .product-performance .product-content-tlt {
        margin-bottom: 5rem;
    }
    .product-number {
        margin-bottom: 5rem;
    }
    .product-component p {
        font-size: 1rem;
    }
    .product-use p {
        line-height: 1.6;
        font-size: 1rem;
    }
    .product-features li {
        font-size: 1.2rem;
    }
    .product-number p {
        font-size: 1rem;
    }
    .product-img-text p {
        font-size: 1rem;
    }
    .product-left-right p {
        font-size: 1rem;
    }
    .product-img-text h3 {
        margin-bottom: 2rem;
    }
    .product-tlt {
        padding: 4rem 2rem;
    }
}

@media (min-width: 1600px) {
    .product-number h1 {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }
    .product-banner h1 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    .product-banner p {
        font-size: 1rem;
    }
}

/* 内页完善 */

.product-unleash .product-left-right {
    background-color: #f5f5f5;
}

.product-unleash small {
    font-size: 12px;
}

.product-unleash td {
    vertical-align: middle;
    font-size: 13px;
    color: #000;
    padding: 1rem;
    border-bottom: 1.5px solid #a8a8a5;
    height: 85px;
}

.product-unleash table h5 {
    margin-bottom: 0px;
    color: #00a5e3;
    font-size: 1rem;
}

.product-ground h3 {
    color: #000;
}

@media (min-width: 992px) {
    .product-tlt {
        max-width: 300px;
    }
    .product-switch .product-left-text span {
        width: 100%;
        display: block;
        height: 1px;
        margin-bottom: 12px;
    }
    .product-unleash table {
        margin-top: 5%;
    }
    .product-con .product-left-text {
        padding: 3rem;
    }
    .product-design .card-body {
        padding: 6px;
    }
}

@media (min-width: 1200px) {
    .product-tlt {
        max-width: 370px;
    }
    .product-unleash td {
        font-size: 14px;
    }
    .product-unleash table h5 {
        font-size: 1.25rem;
    }
    .product-unleash table {
        margin-top: 13%;
    }
    .product-design .card-body p {
        line-height: 1.5;
    }
    .product-design .card-body {
        padding: 12px;
    }
    .product-heaver .product-text {
        padding: 5rem 4rem;
    }
    .product-axis .product-text {
        padding: 1.5rem 3rem;
    }
    /* .product-ground h3{
		margin-bottom: 1rem;
	} */
    .product-ground p {
        line-height: 1.8;
    }
    .product-efficiency .card-body {
        padding: 0rem 1rem;
    }
    .product-design .product-card:nth-of-type(2) .card-body {
        padding: 4rem 2rem;
    }
}

@media (min-width: 1400px) {
    .product-unleash table {
        margin-top: 20%;
    }
    .product-unleash td {
        font-size: 15px;
    }
    .product-axis .product-text {
        padding: 1.5rem 3rem;
    }
    .product-design .card-body p {
        line-height: 1.7;
    }
    .product-ground p {
        line-height: 2;
    }
    .product-ground .card-body {
        padding: 3rem 2rem;
    }
}

/*tpsd*/

.tpsd-number h1 {
    font-size: 14px;
}

.tpsd-number h1 span {
    font-size: 14px;
}

.product-img-con {
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
    color: #000;
}

@media (min-width: 992px) {
    .product-img-con {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .tpsd-number h1 {
        font-size: 1.5rem;
    }
    .tpsd-number h1 span {
        font-size: 1rem;
    }
}

@media (min-width: 1600px) {
    .tpsd-number h1 {
        font-size: 2rem;
    }
    .tpsd-number h1 span {
        font-size: 1.5rem;
    }
}