
.clearout {
height:20px;
clear:both;
}

#flexisel {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none !important;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc)), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px !important;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    positon: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    /*background: url(/wp-content/plugins/flexisel/images/button-previous.png) no-repeat;*/
}

.nbs-flexisel-nav-right {
    right: 5px;
    /*background: url(/wp-content/plugins/flexisel/images/button-next.png) no-repeat;*/
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-size: 100%;
    line-height: 1.15
}

button,input {
    overflow: visible
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

[hidden],template {
    display: none
}

.single-pim-product-quicklinks .switch-toggler-content .troax-link:after,header.header .desktop-nav>ul a:after {
    background: transparent;
    bottom: -1px;
    content: "";
    height: 5px;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: skew(0deg) translateY(-3px);
    transition: all .2s ease;
    width: 100%;
    z-index: -1
}

.single-pim-product-quicklinks .switch-toggler-content .troax-link.active:after,.single-pim-product-quicklinks .switch-toggler-content .troax-link:hover:after,header.header .desktop-nav>ul a.nav-url.active:after,header.header .desktop-nav>ul a.nav-url:hover:after {
    background: var(--wp--preset--color--blue-1);
    opacity: 1;
    transform: skew(-12deg) translateY(0)
}

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0,124,186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0,107,161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0,90,135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122,0,223;
    --wp-bound-block-color: var(--wp-block-synced-color)
}

@media(-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus:1.5px
    }
}

:root,[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #949494;
    --bs-gray-dark: #2f2f2f;
    --bs-gray-100: #f0f0f0;
    --bs-gray-200: #e0e0e0;
    --bs-gray-300: #ddd;
    --bs-gray-400: #ccc;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #949494;
    --bs-gray-700: #757575;
    --bs-gray-800: #2f2f2f;
    --bs-gray-900: #1e1e1e;
    --bs-primary: #0d6efd;
    --bs-secondary: #949494;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f0f0f0;
    --bs-dark: #1e1e1e;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 148,148,148;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 240,240,240;
    --bs-dark-rgb: 30,30,30;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #3b3b3b;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #757575;
    --bs-dark-text-emphasis: #757575;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #eaeaea;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #f8f8f8;
    --bs-dark-bg-subtle: #ccc;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #d4d4d4;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e0e0e0;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #1e1e1e;
    --bs-body-color-rgb: 30,30,30;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(30,30,30,.75);
    --bs-secondary-color-rgb: 30,30,30;
    --bs-secondary-bg: #e0e0e0;
    --bs-secondary-bg-rgb: 224,224,224;
    --bs-tertiary-color: rgba(30,30,30,.5);
    --bs-tertiary-color-rgb: 30,30,30;
    --bs-tertiary-bg: #f0f0f0;
    --bs-tertiary-bg-rgb: 240,240,240;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #1e1e1e;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #ddd;
    --bs-border-color-translucent: rgba(0,0,0,.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0,0,0,.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0,0,0,.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13,110,253,.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #ddd;
    --bs-body-color-rgb: 221,221,221;
    --bs-body-bg: #1e1e1e;
    --bs-body-bg-rgb: 30,30,30;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255,255,255;
    --bs-secondary-color: hsla(0,0%,87%,.75);
    --bs-secondary-color-rgb: 221,221,221;
    --bs-secondary-bg: #2f2f2f;
    --bs-secondary-bg-rgb: 47,47,47;
    --bs-tertiary-color: hsla(0,0%,87%,.5);
    --bs-tertiary-color-rgb: 221,221,221;
    --bs-tertiary-bg: #272727;
    --bs-tertiary-bg-rgb: 39,39,39;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #bfbfbf;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f0f0f0;
    --bs-dark-text-emphasis: #ddd;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #1e1e1e;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #2f2f2f;
    --bs-dark-bg-subtle: #181818;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #595959;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #757575;
    --bs-dark-border-subtle: #2f2f2f;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110,168,254;
    --bs-link-hover-color-rgb: 139,185,254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #ddd;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #757575;
    --bs-border-color-translucent: hsla(0,0%,100%,.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

*,:after,:before {
    box-sizing: border-box
}

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
    border: 0;
    border-top: var(--bs-border-width) solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

h1,h2,h3,h4,h5,h6 {
    color: var(--bs-heading-color);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    h1 {
        font-size:2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media(min-width: 1200px) {
    h2 {
        font-size:2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media(min-width: 1200px) {
    h3 {
        font-size:1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media(min-width: 1200px) {
    h4 {
        font-size:1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[title] {
    cursor: help;
    text-decoration: underline dotted;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol,ul {
    padding-left: 2rem
}

dl,ol,ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    background-color: var(--bs-highlight-bg);
    color: var(--bs-highlight-color);
    padding: .1875em
}

sub,sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,kbd,pre,samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    color: var(--bs-code-color);
    font-size: .875em;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    background-color: var(--bs-body-color);
    border-radius: .25rem;
    color: var(--bs-body-bg);
    font-size: .875em;
    padding: .1875rem .375rem
}

kbd kbd {
    font-size: 1em;
    padding: 0
}

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: var(--bs-secondary-color);
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,td,tfoot,th,thead,tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none!important
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

@media(min-width: 1200px) {
    legend {
        font-size:1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

.img-fluid,.img-thumbnail {
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: var(--bs-secondary-color);
    font-size: .875em
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

@media(min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media(min-width: 1440px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1310px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1440px
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col {
    flex: 1 0 0
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
}

.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.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 2.5rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 2.5rem
}

.g-6,.gx-6 {
    --bs-gutter-x: 4rem
}

.g-6,.gy-6 {
    --bs-gutter-y: 4rem
}

.g-7,.gx-7 {
    --bs-gutter-x: 5rem
}

.g-7,.gy-7 {
    --bs-gutter-y: 5rem
}

.g-8,.gx-8 {
    --bs-gutter-x: 6rem
}

.g-8,.gy-8 {
    --bs-gutter-y: 6rem
}

.g-9,.gx-9 {
    --bs-gutter-x: 7rem
}

.g-9,.gy-9 {
    --bs-gutter-y: 7rem
}

.g-10,.gx-10 {
    --bs-gutter-x: 8rem
}

.g-10,.gy-10 {
    --bs-gutter-y: 8rem
}

@media(min-width: 576px) {
    .col-sm {
        flex:1 0 0
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .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.66666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 2.5rem
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 2.5rem
    }

    .g-sm-6,.gx-sm-6 {
        --bs-gutter-x: 4rem
    }

    .g-sm-6,.gy-sm-6 {
        --bs-gutter-y: 4rem
    }

    .g-sm-7,.gx-sm-7 {
        --bs-gutter-x: 5rem
    }

    .g-sm-7,.gy-sm-7 {
        --bs-gutter-y: 5rem
    }

    .g-sm-8,.gx-sm-8 {
        --bs-gutter-x: 6rem
    }

    .g-sm-8,.gy-sm-8 {
        --bs-gutter-y: 6rem
    }

    .g-sm-9,.gx-sm-9 {
        --bs-gutter-x: 7rem
    }

    .g-sm-9,.gy-sm-9 {
        --bs-gutter-y: 7rem
    }

    .g-sm-10,.gx-sm-10 {
        --bs-gutter-x: 8rem
    }

    .g-sm-10,.gy-sm-10 {
        --bs-gutter-y: 8rem
    }
}

@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.33333333%
    }

    .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.66666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 2.5rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 2.5rem
    }

    .g-md-6,.gx-md-6 {
        --bs-gutter-x: 4rem
    }

    .g-md-6,.gy-md-6 {
        --bs-gutter-y: 4rem
    }

    .g-md-7,.gx-md-7 {
        --bs-gutter-x: 5rem
    }

    .g-md-7,.gy-md-7 {
        --bs-gutter-y: 5rem
    }

    .g-md-8,.gx-md-8 {
        --bs-gutter-x: 6rem
    }

    .g-md-8,.gy-md-8 {
        --bs-gutter-y: 6rem
    }

    .g-md-9,.gx-md-9 {
        --bs-gutter-x: 7rem
    }

    .g-md-9,.gy-md-9 {
        --bs-gutter-y: 7rem
    }

    .g-md-10,.gx-md-10 {
        --bs-gutter-x: 8rem
    }

    .g-md-10,.gy-md-10 {
        --bs-gutter-y: 8rem
    }
}

@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.33333333%
    }

    .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.66666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 2.5rem
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 2.5rem
    }

    .g-lg-6,.gx-lg-6 {
        --bs-gutter-x: 4rem
    }

    .g-lg-6,.gy-lg-6 {
        --bs-gutter-y: 4rem
    }

    .g-lg-7,.gx-lg-7 {
        --bs-gutter-x: 5rem
    }

    .g-lg-7,.gy-lg-7 {
        --bs-gutter-y: 5rem
    }

    .g-lg-8,.gx-lg-8 {
        --bs-gutter-x: 6rem
    }

    .g-lg-8,.gy-lg-8 {
        --bs-gutter-y: 6rem
    }

    .g-lg-9,.gx-lg-9 {
        --bs-gutter-x: 7rem
    }

    .g-lg-9,.gy-lg-9 {
        --bs-gutter-y: 7rem
    }

    .g-lg-10,.gx-lg-10 {
        --bs-gutter-x: 8rem
    }

    .g-lg-10,.gy-lg-10 {
        --bs-gutter-y: 8rem
    }
}

@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.33333333%
    }

    .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.66666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 2.5rem
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 2.5rem
    }

    .g-xl-6,.gx-xl-6 {
        --bs-gutter-x: 4rem
    }

    .g-xl-6,.gy-xl-6 {
        --bs-gutter-y: 4rem
    }

    .g-xl-7,.gx-xl-7 {
        --bs-gutter-x: 5rem
    }

    .g-xl-7,.gy-xl-7 {
        --bs-gutter-y: 5rem
    }

    .g-xl-8,.gx-xl-8 {
        --bs-gutter-x: 6rem
    }

    .g-xl-8,.gy-xl-8 {
        --bs-gutter-y: 6rem
    }

    .g-xl-9,.gx-xl-9 {
        --bs-gutter-x: 7rem
    }

    .g-xl-9,.gy-xl-9 {
        --bs-gutter-y: 7rem
    }

    .g-xl-10,.gx-xl-10 {
        --bs-gutter-x: 8rem
    }

    .g-xl-10,.gy-xl-10 {
        --bs-gutter-y: 8rem
    }
}

@media(min-width: 1440px) {
    .col-xxl {
        flex:1 0 0
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .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.66666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 2.5rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 2.5rem
    }

    .g-xxl-6,.gx-xxl-6 {
        --bs-gutter-x: 4rem
    }

    .g-xxl-6,.gy-xxl-6 {
        --bs-gutter-y: 4rem
    }

    .g-xxl-7,.gx-xxl-7 {
        --bs-gutter-x: 5rem
    }

    .g-xxl-7,.gy-xxl-7 {
        --bs-gutter-y: 5rem
    }

    .g-xxl-8,.gx-xxl-8 {
        --bs-gutter-x: 6rem
    }

    .g-xxl-8,.gy-xxl-8 {
        --bs-gutter-y: 6rem
    }

    .g-xxl-9,.gx-xxl-9 {
        --bs-gutter-x: 7rem
    }

    .g-xxl-9,.gy-xxl-9 {
        --bs-gutter-y: 7rem
    }

    .g-xxl-10,.gx-xxl-10 {
        --bs-gutter-x: 8rem
    }

    .g-xxl-10,.gy-xxl-10 {
        --bs-gutter-y: 8rem
    }
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.text-bg-primary {
    background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important;
    color: #fff!important
}

.text-bg-secondary {
    background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-success {
    background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important;
    color: #fff!important
}

.text-bg-info {
    background-color: RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-warning {
    background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-danger {
    background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important;
    color: #fff!important
}

.text-bg-light {
    background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important;
    color: #000!important
}

.text-bg-dark {
    background-color: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important;
    color: #fff!important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-primary:focus,.link-primary:hover {
    color: RGBA(10,88,202,var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-secondary:focus,.link-secondary:hover {
    color: RGBA(169,169,169,var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(169,169,169,var(--bs-link-underline-opacity,1))!important
}

.link-success {
    color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-success:focus,.link-success:hover {
    color: RGBA(20,108,67,var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important
}

.link-info {
    color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-info:focus,.link-info:hover {
    color: RGBA(61,213,243,var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-warning:focus,.link-warning:hover {
    color: RGBA(255,205,57,var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-danger:focus,.link-danger:hover {
    color: RGBA(176,42,55,var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important
}

.link-light {
    color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-light:focus,.link-light:hover {
    color: RGBA(243,243,243,var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(243,243,243,var(--bs-link-underline-opacity,1))!important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-dark:focus,.link-dark:hover {
    color: RGBA(24,24,24,var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(24,24,24,var(--bs-link-underline-opacity,1))!important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-body-emphasis:focus,.link-body-emphasis:hover {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important
}

.focus-ring:focus {
    box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
    outline: 0
}

.icon-link {
    align-items: center;
    backface-visibility: hidden;
    display: inline-flex;
    gap: .375rem;
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));
    text-underline-offset: .25em
}

.icon-link>.bi {
    flex-shrink: 0;
    height: 1em;
    width: 1em;
    fill: currentcolor;
    transition: transform .2s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .icon-link>.bi {
        transition: none
    }
}

.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi {
    transform: var(--bs-icon-link-transform,translate3d(.25em,0,0))
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}

.ratio>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    top: 0
}

.fixed-bottom,.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    top: 0
}

.sticky-bottom,.sticky-top {
    position: sticky;
    z-index: 1020
}

.sticky-bottom {
    bottom: 0
}

@media(min-width: 576px) {
    .sticky-sm-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .sticky-md-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .sticky-lg-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media(min-width: 1200px) {
    .sticky-xl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media(min-width: 1440px) {
    .sticky-xxl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

.hstack {
    align-items: center;
    flex-direction: row
}

.hstack,.vstack {
    align-self: stretch;
    display: flex
}

.vstack {
    flex: 1 1 auto;
    flex-direction: column
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    width: 1px!important;
    clip: rect(0,0,0,0)!important;
    border: 0!important;
    white-space: nowrap!important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption) {
    position: absolute!important
}

.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) * {
    overflow: hidden!important
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    align-self: stretch;
    background-color: currentcolor;
    display: inline-block;
    min-height: 1em;
    opacity: .25;
    width: var(--bs-border-width)
}

.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
}

.object-fit-contain {
    object-fit: contain!important
}

.object-fit-cover {
    object-fit: cover!important
}

.object-fit-fill {
    object-fit: fill!important
}

.object-fit-scale {
    object-fit: scale-down!important
}

.object-fit-none {
    object-fit: none!important
}

.opacity-0 {
    opacity: 0!important
}

.opacity-25 {
    opacity: .25!important
}

.opacity-50 {
    opacity: .5!important
}

.opacity-75 {
    opacity: .75!important
}

.opacity-100 {
    opacity: 1!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-scroll {
    overflow: scroll!important
}

.overflow-x-auto {
    overflow-x: auto!important
}

.overflow-x-hidden {
    overflow-x: hidden!important
}

.overflow-x-visible {
    overflow-x: visible!important
}

.overflow-x-scroll {
    overflow-x: scroll!important
}

.overflow-y-auto {
    overflow-y: auto!important
}

.overflow-y-hidden {
    overflow-y: hidden!important
}

.overflow-y-visible {
    overflow-y: visible!important
}

.overflow-y-scroll {
    overflow-y: 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-inline-grid {
    display: inline-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: var(--bs-box-shadow)!important
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm)!important
}

.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg)!important
}

.shadow-none {
    box-shadow: none!important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb),var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb),var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb),var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb),var(--bs-focus-ring-opacity))
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: sticky!important
}

.top-0 {
    top: 0!important
}

.top-50 {
    top: 50%!important
}

.top-100 {
    top: 100%!important
}

.bottom-0 {
    bottom: 0!important
}

.bottom-50 {
    bottom: 50%!important
}

.bottom-100 {
    bottom: 100%!important
}

.start-0 {
    left: 0!important
}

.start-50 {
    left: 50%!important
}

.start-100 {
    left: 100%!important
}

.end-0 {
    right: 0!important
}

.end-50 {
    right: 50%!important
}

.end-100 {
    right: 100%!important
}

.translate-middle {
    transform: translate(-50%,-50%)!important
}

.translate-middle-x {
    transform: translateX(-50%)!important
}

.translate-middle-y {
    transform: translateY(-50%)!important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-0 {
    border: 0!important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-top-0 {
    border-top: 0!important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-end-0 {
    border-right: 0!important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-start-0 {
    border-left: 0!important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle)!important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle)!important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle)!important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle)!important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle)!important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle)!important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle)!important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle)!important
}

.border-1 {
    border-width: 1px!important
}

.border-2 {
    border-width: 2px!important
}

.border-3 {
    border-width: 3px!important
}

.border-4 {
    border-width: 4px!important
}

.border-5 {
    border-width: 5px!important
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-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
}

.mw-100 {
    max-width: 100%!important
}

.vw-100 {
    width: 100vw!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mh-100 {
    max-height: 100%!important
}

.vh-100 {
    height: 100vh!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.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: 2.5rem!important
}

.m-6 {
    margin: 4rem!important
}

.m-7 {
    margin: 5rem!important
}

.m-8 {
    margin: 6rem!important
}

.m-9 {
    margin: 7rem!important
}

.m-10 {
    margin: 8rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-left: 0!important;
    margin-right: 0!important
}

.mx-1 {
    margin-left: .25rem!important;
    margin-right: .25rem!important
}

.mx-2 {
    margin-left: .5rem!important;
    margin-right: .5rem!important
}

.mx-3 {
    margin-left: 1rem!important;
    margin-right: 1rem!important
}

.mx-4 {
    margin-left: 1.5rem!important;
    margin-right: 1.5rem!important
}

.mx-5 {
    margin-left: 2.5rem!important;
    margin-right: 2.5rem!important
}

.mx-6 {
    margin-left: 4rem!important;
    margin-right: 4rem!important
}

.mx-7 {
    margin-left: 5rem!important;
    margin-right: 5rem!important
}

.mx-8 {
    margin-left: 6rem!important;
    margin-right: 6rem!important
}

.mx-9 {
    margin-left: 7rem!important;
    margin-right: 7rem!important
}

.mx-10 {
    margin-left: 8rem!important;
    margin-right: 8rem!important
}

.mx-auto {
    margin-left: auto!important;
    margin-right: auto!important
}

.my-0 {
    margin-bottom: 0!important;
    margin-top: 0!important
}

.my-1 {
    margin-bottom: .25rem!important;
    margin-top: .25rem!important
}

.my-2 {
    margin-bottom: .5rem!important;
    margin-top: .5rem!important
}

.my-3 {
    margin-bottom: 1rem!important;
    margin-top: 1rem!important
}

.my-4 {
    margin-bottom: 1.5rem!important;
    margin-top: 1.5rem!important
}

.my-5 {
    margin-bottom: 2.5rem!important;
    margin-top: 2.5rem!important
}

.my-6 {
    margin-bottom: 4rem!important;
    margin-top: 4rem!important
}

.my-7 {
    margin-bottom: 5rem!important;
    margin-top: 5rem!important
}

.my-8 {
    margin-bottom: 6rem!important;
    margin-top: 6rem!important
}

.my-9 {
    margin-bottom: 7rem!important;
    margin-top: 7rem!important
}

.my-10 {
    margin-bottom: 8rem!important;
    margin-top: 8rem!important
}

.my-auto {
    margin-bottom: auto!important;
    margin-top: 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: 2.5rem!important
}

.mt-6 {
    margin-top: 4rem!important
}

.mt-7 {
    margin-top: 5rem!important
}

.mt-8 {
    margin-top: 6rem!important
}

.mt-9 {
    margin-top: 7rem!important
}

.mt-10 {
    margin-top: 8rem!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: 2.5rem!important
}

.me-6 {
    margin-right: 4rem!important
}

.me-7 {
    margin-right: 5rem!important
}

.me-8 {
    margin-right: 6rem!important
}

.me-9 {
    margin-right: 7rem!important
}

.me-10 {
    margin-right: 8rem!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: 2.5rem!important
}

.mb-6 {
    margin-bottom: 4rem!important
}

.mb-7 {
    margin-bottom: 5rem!important
}

.mb-8 {
    margin-bottom: 6rem!important
}

.mb-9 {
    margin-bottom: 7rem!important
}

.mb-10 {
    margin-bottom: 8rem!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: 2.5rem!important
}

.ms-6 {
    margin-left: 4rem!important
}

.ms-7 {
    margin-left: 5rem!important
}

.ms-8 {
    margin-left: 6rem!important
}

.ms-9 {
    margin-left: 7rem!important
}

.ms-10 {
    margin-left: 8rem!important
}

.ms-auto {
    margin-left: auto!important
}

.m-n1 {
    margin: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.m-n5 {
    margin: -2.5rem!important
}

.m-n6 {
    margin: -4rem!important
}

.m-n7 {
    margin: -5rem!important
}

.m-n8 {
    margin: -6rem!important
}

.m-n9 {
    margin: -7rem!important
}

.m-n10 {
    margin: -8rem!important
}

.mx-n1 {
    margin-left: -.25rem!important;
    margin-right: -.25rem!important
}

.mx-n2 {
    margin-left: -.5rem!important;
    margin-right: -.5rem!important
}

.mx-n3 {
    margin-left: -1rem!important;
    margin-right: -1rem!important
}

.mx-n4 {
    margin-left: -1.5rem!important;
    margin-right: -1.5rem!important
}

.mx-n5 {
    margin-left: -2.5rem!important;
    margin-right: -2.5rem!important
}

.mx-n6 {
    margin-left: -4rem!important;
    margin-right: -4rem!important
}

.mx-n7 {
    margin-left: -5rem!important;
    margin-right: -5rem!important
}

.mx-n8 {
    margin-left: -6rem!important;
    margin-right: -6rem!important
}

.mx-n9 {
    margin-left: -7rem!important;
    margin-right: -7rem!important
}

.mx-n10 {
    margin-left: -8rem!important;
    margin-right: -8rem!important
}

.my-n1 {
    margin-bottom: -.25rem!important;
    margin-top: -.25rem!important
}

.my-n2 {
    margin-bottom: -.5rem!important;
    margin-top: -.5rem!important
}

.my-n3 {
    margin-bottom: -1rem!important;
    margin-top: -1rem!important
}

.my-n4 {
    margin-bottom: -1.5rem!important;
    margin-top: -1.5rem!important
}

.my-n5 {
    margin-bottom: -2.5rem!important;
    margin-top: -2.5rem!important
}

.my-n6 {
    margin-bottom: -4rem!important;
    margin-top: -4rem!important
}

.my-n7 {
    margin-bottom: -5rem!important;
    margin-top: -5rem!important
}

.my-n8 {
    margin-bottom: -6rem!important;
    margin-top: -6rem!important
}

.my-n9 {
    margin-bottom: -7rem!important;
    margin-top: -7rem!important
}

.my-n10 {
    margin-bottom: -8rem!important;
    margin-top: -8rem!important
}

.mt-n1 {
    margin-top: -.25rem!important
}

.mt-n2 {
    margin-top: -.5rem!important
}

.mt-n3 {
    margin-top: -1rem!important
}

.mt-n4 {
    margin-top: -1.5rem!important
}

.mt-n5 {
    margin-top: -2.5rem!important
}

.mt-n6 {
    margin-top: -4rem!important
}

.mt-n7 {
    margin-top: -5rem!important
}

.mt-n8 {
    margin-top: -6rem!important
}

.mt-n9 {
    margin-top: -7rem!important
}

.mt-n10 {
    margin-top: -8rem!important
}

.me-n1 {
    margin-right: -.25rem!important
}

.me-n2 {
    margin-right: -.5rem!important
}

.me-n3 {
    margin-right: -1rem!important
}

.me-n4 {
    margin-right: -1.5rem!important
}

.me-n5 {
    margin-right: -2.5rem!important
}

.me-n6 {
    margin-right: -4rem!important
}

.me-n7 {
    margin-right: -5rem!important
}

.me-n8 {
    margin-right: -6rem!important
}

.me-n9 {
    margin-right: -7rem!important
}

.me-n10 {
    margin-right: -8rem!important
}

.mb-n1 {
    margin-bottom: -.25rem!important
}

.mb-n2 {
    margin-bottom: -.5rem!important
}

.mb-n3 {
    margin-bottom: -1rem!important
}

.mb-n4 {
    margin-bottom: -1.5rem!important
}

.mb-n5 {
    margin-bottom: -2.5rem!important
}

.mb-n6 {
    margin-bottom: -4rem!important
}

.mb-n7 {
    margin-bottom: -5rem!important
}

.mb-n8 {
    margin-bottom: -6rem!important
}

.mb-n9 {
    margin-bottom: -7rem!important
}

.mb-n10 {
    margin-bottom: -8rem!important
}

.ms-n1 {
    margin-left: -.25rem!important
}

.ms-n2 {
    margin-left: -.5rem!important
}

.ms-n3 {
    margin-left: -1rem!important
}

.ms-n4 {
    margin-left: -1.5rem!important
}

.ms-n5 {
    margin-left: -2.5rem!important
}

.ms-n6 {
    margin-left: -4rem!important
}

.ms-n7 {
    margin-left: -5rem!important
}

.ms-n8 {
    margin-left: -6rem!important
}

.ms-n9 {
    margin-left: -7rem!important
}

.ms-n10 {
    margin-left: -8rem!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: 2.5rem!important
}

.p-6 {
    padding: 4rem!important
}

.p-7 {
    padding: 5rem!important
}

.p-8 {
    padding: 6rem!important
}

.p-9 {
    padding: 7rem!important
}

.p-10 {
    padding: 8rem!important
}

.px-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

.px-1 {
    padding-left: .25rem!important;
    padding-right: .25rem!important
}

.px-2 {
    padding-left: .5rem!important;
    padding-right: .5rem!important
}

.px-3 {
    padding-left: 1rem!important;
    padding-right: 1rem!important
}

.px-4 {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important
}

.px-5 {
    padding-left: 2.5rem!important;
    padding-right: 2.5rem!important
}

.px-6 {
    padding-left: 4rem!important;
    padding-right: 4rem!important
}

.px-7 {
    padding-left: 5rem!important;
    padding-right: 5rem!important
}

.px-8 {
    padding-left: 6rem!important;
    padding-right: 6rem!important
}

.px-9 {
    padding-left: 7rem!important;
    padding-right: 7rem!important
}

.px-10 {
    padding-left: 8rem!important;
    padding-right: 8rem!important
}

.py-0 {
    padding-bottom: 0!important;
    padding-top: 0!important
}

.py-1 {
    padding-bottom: .25rem!important;
    padding-top: .25rem!important
}

.py-2 {
    padding-bottom: .5rem!important;
    padding-top: .5rem!important
}

.py-3 {
    padding-bottom: 1rem!important;
    padding-top: 1rem!important
}

.py-4 {
    padding-bottom: 1.5rem!important;
    padding-top: 1.5rem!important
}

.py-5 {
    padding-bottom: 2.5rem!important;
    padding-top: 2.5rem!important
}

.py-6 {
    padding-bottom: 4rem!important;
    padding-top: 4rem!important
}

.py-7 {
    padding-bottom: 5rem!important;
    padding-top: 5rem!important
}

.py-8 {
    padding-bottom: 6rem!important;
    padding-top: 6rem!important
}

.py-9 {
    padding-bottom: 7rem!important;
    padding-top: 7rem!important
}

.py-10 {
    padding-bottom: 8rem!important;
    padding-top: 8rem!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: 2.5rem!important
}

.pt-6 {
    padding-top: 4rem!important
}

.pt-7 {
    padding-top: 5rem!important
}

.pt-8 {
    padding-top: 6rem!important
}

.pt-9 {
    padding-top: 7rem!important
}

.pt-10 {
    padding-top: 8rem!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: 2.5rem!important
}

.pe-6 {
    padding-right: 4rem!important
}

.pe-7 {
    padding-right: 5rem!important
}

.pe-8 {
    padding-right: 6rem!important
}

.pe-9 {
    padding-right: 7rem!important
}

.pe-10 {
    padding-right: 8rem!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: 2.5rem!important
}

.pb-6 {
    padding-bottom: 4rem!important
}

.pb-7 {
    padding-bottom: 5rem!important
}

.pb-8 {
    padding-bottom: 6rem!important
}

.pb-9 {
    padding-bottom: 7rem!important
}

.pb-10 {
    padding-bottom: 8rem!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: 2.5rem!important
}

.ps-6 {
    padding-left: 4rem!important
}

.ps-7 {
    padding-left: 5rem!important
}

.ps-8 {
    padding-left: 6rem!important
}

.ps-9 {
    padding-left: 7rem!important
}

.ps-10 {
    padding-left: 8rem!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: 2.5rem!important
}

.gap-6 {
    gap: 4rem!important
}

.gap-7 {
    gap: 5rem!important
}

.gap-8 {
    gap: 6rem!important
}

.gap-9 {
    gap: 7rem!important
}

.gap-10 {
    gap: 8rem!important
}

.row-gap-0 {
    row-gap: 0!important
}

.row-gap-1 {
    row-gap: .25rem!important
}

.row-gap-2 {
    row-gap: .5rem!important
}

.row-gap-3 {
    row-gap: 1rem!important
}

.row-gap-4 {
    row-gap: 1.5rem!important
}

.row-gap-5 {
    row-gap: 2.5rem!important
}

.row-gap-6 {
    row-gap: 4rem!important
}

.row-gap-7 {
    row-gap: 5rem!important
}

.row-gap-8 {
    row-gap: 6rem!important
}

.row-gap-9 {
    row-gap: 7rem!important
}

.row-gap-10 {
    row-gap: 8rem!important
}

.column-gap-0 {
    column-gap: 0!important
}

.column-gap-1 {
    column-gap: .25rem!important
}

.column-gap-2 {
    column-gap: .5rem!important
}

.column-gap-3 {
    column-gap: 1rem!important
}

.column-gap-4 {
    column-gap: 1.5rem!important
}

.column-gap-5 {
    column-gap: 2.5rem!important
}

.column-gap-6 {
    column-gap: 4rem!important
}

.column-gap-7 {
    column-gap: 5rem!important
}

.column-gap-8 {
    column-gap: 6rem!important
}

.column-gap-9 {
    column-gap: 7rem!important
}

.column-gap-10 {
    column-gap: 8rem!important
}

.font-monospace {
    font-family: var(--bs-font-monospace)!important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw)!important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw)!important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw)!important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw)!important
}

.fs-5 {
    font-size: 1.25rem!important
}

.fs-6 {
    font-size: 1rem!important
}

.fst-italic {
    font-style: italic!important
}

.fst-normal {
    font-style: normal!important
}

.fw-lighter {
    font-weight: lighter!important
}

.fw-light {
    font-weight: 300!important
}

.fw-normal {
    font-weight: 400!important
}

.fw-medium {
    font-weight: 500!important
}

.fw-semibold {
    font-weight: 600!important
}

.fw-bold {
    font-weight: 700!important
}

.fw-bolder {
    font-weight: bolder!important
}

.lh-1 {
    line-height: 1!important
}

.lh-sm {
    line-height: 1.25!important
}

.lh-base {
    line-height: 1.5!important
}

.lh-lg {
    line-height: 2!important
}

.text-start {
    text-align: left!important
}

.text-end {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-decoration-none {
    text-decoration: none!important
}

.text-decoration-underline {
    text-decoration: underline!important
}

.text-decoration-line-through {
    text-decoration: line-through!important
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-break {
    word-wrap: break-word!important;
    word-break: break-word!important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color)!important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0,0%,100%,.5)!important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color)!important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color)!important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color)!important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit!important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis)!important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis)!important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis)!important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis)!important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis)!important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis)!important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis)!important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis)!important
}

.link-opacity-10,.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.link-opacity-25,.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.link-opacity-50,.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.link-opacity-75,.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.link-opacity-100,.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1,.link-offset-1-hover:hover {
    text-underline-offset: .125em!important
}

.link-offset-2,.link-offset-2-hover:hover {
    text-underline-offset: .25em!important
}

.link-offset-3,.link-offset-3-hover:hover {
    text-underline-offset: .375em!important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-underline-opacity-0,.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10,.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25,.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50,.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75,.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100,.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent!important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle)!important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle)!important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle)!important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle)!important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle)!important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle)!important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle)!important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle)!important
}

.bg-gradient {
    background-image: var(--bs-gradient)!important
}

.user-select-all {
    user-select: all!important
}

.user-select-auto {
    user-select: auto!important
}

.user-select-none {
    user-select: none!important
}

.pe-none {
    pointer-events: none!important
}

.pe-auto {
    pointer-events: auto!important
}

.rounded {
    border-radius: var(--bs-border-radius)!important
}

.rounded-0 {
    border-radius: 0!important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm)!important
}

.rounded-2 {
    border-radius: var(--bs-border-radius)!important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg)!important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl)!important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl)!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill)!important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-0 {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm)!important;
    border-top-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg)!important;
    border-top-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl)!important;
    border-top-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-top-circle {
    border-top-left-radius: 50%!important;
    border-top-right-radius: 50%!important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill)!important;
    border-top-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-end {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-end-0 {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.rounded-end-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm)!important;
    border-top-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-end-2 {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-end-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg)!important;
    border-top-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-end-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl)!important;
    border-top-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-end-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
    border-top-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-end-circle {
    border-bottom-right-radius: 50%!important;
    border-top-right-radius: 50%!important
}

.rounded-end-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill)!important;
    border-top-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-bottom {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.rounded-bottom-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm)!important;
    border-bottom-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-bottom-2 {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-bottom-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg)!important;
    border-bottom-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-bottom-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-bottom-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-bottom-circle {
    border-bottom-left-radius: 50%!important;
    border-bottom-right-radius: 50%!important
}

.rounded-bottom-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill)!important;
    border-bottom-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-0 {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm)!important;
    border-top-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg)!important;
    border-top-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl)!important;
    border-top-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-start-circle {
    border-bottom-left-radius: 50%!important;
    border-top-left-radius: 50%!important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill)!important;
    border-top-left-radius: var(--bs-border-radius-pill)!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.z-n1 {
    z-index: -1!important
}

.z-0 {
    z-index: 0!important
}

.z-1 {
    z-index: 1!important
}

.z-2 {
    z-index: 2!important
}

.z-3 {
    z-index: 3!important
}

@media(min-width: 576px) {
    .float-sm-start {
        float:left!important
    }

    .float-sm-end {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }

    .object-fit-sm-contain {
        object-fit: contain!important
    }

    .object-fit-sm-cover {
        object-fit: cover!important
    }

    .object-fit-sm-fill {
        object-fit: fill!important
    }

    .object-fit-sm-scale {
        object-fit: scale-down!important
    }

    .object-fit-sm-none {
        object-fit: 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-inline-grid {
        display: inline-grid!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }

    .d-sm-none {
        display: none!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-row {
        flex-direction: row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }

    .order-sm-first {
        order: -1!important
    }

    .order-sm-0 {
        order: 0!important
    }

    .order-sm-1 {
        order: 1!important
    }

    .order-sm-2 {
        order: 2!important
    }

    .order-sm-3 {
        order: 3!important
    }

    .order-sm-4 {
        order: 4!important
    }

    .order-sm-5 {
        order: 5!important
    }

    .order-sm-last {
        order: 6!important
    }

    .m-sm-0 {
        margin: 0!important
    }

    .m-sm-1 {
        margin: .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: 2.5rem!important
    }

    .m-sm-6 {
        margin: 4rem!important
    }

    .m-sm-7 {
        margin: 5rem!important
    }

    .m-sm-8 {
        margin: 6rem!important
    }

    .m-sm-9 {
        margin: 7rem!important
    }

    .m-sm-10 {
        margin: 8rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mx-sm-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-sm-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-sm-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-sm-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-sm-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-sm-5 {
        margin-left: 2.5rem!important;
        margin-right: 2.5rem!important
    }

    .mx-sm-6 {
        margin-left: 4rem!important;
        margin-right: 4rem!important
    }

    .mx-sm-7 {
        margin-left: 5rem!important;
        margin-right: 5rem!important
    }

    .mx-sm-8 {
        margin-left: 6rem!important;
        margin-right: 6rem!important
    }

    .mx-sm-9 {
        margin-left: 7rem!important;
        margin-right: 7rem!important
    }

    .mx-sm-10 {
        margin-left: 8rem!important;
        margin-right: 8rem!important
    }

    .mx-sm-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-sm-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-sm-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-sm-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-sm-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-sm-5 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }

    .my-sm-6 {
        margin-bottom: 4rem!important;
        margin-top: 4rem!important
    }

    .my-sm-7 {
        margin-bottom: 5rem!important;
        margin-top: 5rem!important
    }

    .my-sm-8 {
        margin-bottom: 6rem!important;
        margin-top: 6rem!important
    }

    .my-sm-9 {
        margin-bottom: 7rem!important;
        margin-top: 7rem!important
    }

    .my-sm-10 {
        margin-bottom: 8rem!important;
        margin-top: 8rem!important
    }

    .my-sm-auto {
        margin-bottom: auto!important;
        margin-top: 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: 2.5rem!important
    }

    .mt-sm-6 {
        margin-top: 4rem!important
    }

    .mt-sm-7 {
        margin-top: 5rem!important
    }

    .mt-sm-8 {
        margin-top: 6rem!important
    }

    .mt-sm-9 {
        margin-top: 7rem!important
    }

    .mt-sm-10 {
        margin-top: 8rem!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: 2.5rem!important
    }

    .me-sm-6 {
        margin-right: 4rem!important
    }

    .me-sm-7 {
        margin-right: 5rem!important
    }

    .me-sm-8 {
        margin-right: 6rem!important
    }

    .me-sm-9 {
        margin-right: 7rem!important
    }

    .me-sm-10 {
        margin-right: 8rem!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: 2.5rem!important
    }

    .mb-sm-6 {
        margin-bottom: 4rem!important
    }

    .mb-sm-7 {
        margin-bottom: 5rem!important
    }

    .mb-sm-8 {
        margin-bottom: 6rem!important
    }

    .mb-sm-9 {
        margin-bottom: 7rem!important
    }

    .mb-sm-10 {
        margin-bottom: 8rem!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: 2.5rem!important
    }

    .ms-sm-6 {
        margin-left: 4rem!important
    }

    .ms-sm-7 {
        margin-left: 5rem!important
    }

    .ms-sm-8 {
        margin-left: 6rem!important
    }

    .ms-sm-9 {
        margin-left: 7rem!important
    }

    .ms-sm-10 {
        margin-left: 8rem!important
    }

    .ms-sm-auto {
        margin-left: auto!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -2.5rem!important
    }

    .m-sm-n6 {
        margin: -4rem!important
    }

    .m-sm-n7 {
        margin: -5rem!important
    }

    .m-sm-n8 {
        margin: -6rem!important
    }

    .m-sm-n9 {
        margin: -7rem!important
    }

    .m-sm-n10 {
        margin: -8rem!important
    }

    .mx-sm-n1 {
        margin-left: -.25rem!important;
        margin-right: -.25rem!important
    }

    .mx-sm-n2 {
        margin-left: -.5rem!important;
        margin-right: -.5rem!important
    }

    .mx-sm-n3 {
        margin-left: -1rem!important;
        margin-right: -1rem!important
    }

    .mx-sm-n4 {
        margin-left: -1.5rem!important;
        margin-right: -1.5rem!important
    }

    .mx-sm-n5 {
        margin-left: -2.5rem!important;
        margin-right: -2.5rem!important
    }

    .mx-sm-n6 {
        margin-left: -4rem!important;
        margin-right: -4rem!important
    }

    .mx-sm-n7 {
        margin-left: -5rem!important;
        margin-right: -5rem!important
    }

    .mx-sm-n8 {
        margin-left: -6rem!important;
        margin-right: -6rem!important
    }

    .mx-sm-n9 {
        margin-left: -7rem!important;
        margin-right: -7rem!important
    }

    .mx-sm-n10 {
        margin-left: -8rem!important;
        margin-right: -8rem!important
    }

    .my-sm-n1 {
        margin-bottom: -.25rem!important;
        margin-top: -.25rem!important
    }

    .my-sm-n2 {
        margin-bottom: -.5rem!important;
        margin-top: -.5rem!important
    }

    .my-sm-n3 {
        margin-bottom: -1rem!important;
        margin-top: -1rem!important
    }

    .my-sm-n4 {
        margin-bottom: -1.5rem!important;
        margin-top: -1.5rem!important
    }

    .my-sm-n5 {
        margin-bottom: -2.5rem!important;
        margin-top: -2.5rem!important
    }

    .my-sm-n6 {
        margin-bottom: -4rem!important;
        margin-top: -4rem!important
    }

    .my-sm-n7 {
        margin-bottom: -5rem!important;
        margin-top: -5rem!important
    }

    .my-sm-n8 {
        margin-bottom: -6rem!important;
        margin-top: -6rem!important
    }

    .my-sm-n9 {
        margin-bottom: -7rem!important;
        margin-top: -7rem!important
    }

    .my-sm-n10 {
        margin-bottom: -8rem!important;
        margin-top: -8rem!important
    }

    .mt-sm-n1 {
        margin-top: -.25rem!important
    }

    .mt-sm-n2 {
        margin-top: -.5rem!important
    }

    .mt-sm-n3 {
        margin-top: -1rem!important
    }

    .mt-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mt-sm-n5 {
        margin-top: -2.5rem!important
    }

    .mt-sm-n6 {
        margin-top: -4rem!important
    }

    .mt-sm-n7 {
        margin-top: -5rem!important
    }

    .mt-sm-n8 {
        margin-top: -6rem!important
    }

    .mt-sm-n9 {
        margin-top: -7rem!important
    }

    .mt-sm-n10 {
        margin-top: -8rem!important
    }

    .me-sm-n1 {
        margin-right: -.25rem!important
    }

    .me-sm-n2 {
        margin-right: -.5rem!important
    }

    .me-sm-n3 {
        margin-right: -1rem!important
    }

    .me-sm-n4 {
        margin-right: -1.5rem!important
    }

    .me-sm-n5 {
        margin-right: -2.5rem!important
    }

    .me-sm-n6 {
        margin-right: -4rem!important
    }

    .me-sm-n7 {
        margin-right: -5rem!important
    }

    .me-sm-n8 {
        margin-right: -6rem!important
    }

    .me-sm-n9 {
        margin-right: -7rem!important
    }

    .me-sm-n10 {
        margin-right: -8rem!important
    }

    .mb-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-sm-n3 {
        margin-bottom: -1rem!important
    }

    .mb-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .mb-sm-n5 {
        margin-bottom: -2.5rem!important
    }

    .mb-sm-n6 {
        margin-bottom: -4rem!important
    }

    .mb-sm-n7 {
        margin-bottom: -5rem!important
    }

    .mb-sm-n8 {
        margin-bottom: -6rem!important
    }

    .mb-sm-n9 {
        margin-bottom: -7rem!important
    }

    .mb-sm-n10 {
        margin-bottom: -8rem!important
    }

    .ms-sm-n1 {
        margin-left: -.25rem!important
    }

    .ms-sm-n2 {
        margin-left: -.5rem!important
    }

    .ms-sm-n3 {
        margin-left: -1rem!important
    }

    .ms-sm-n4 {
        margin-left: -1.5rem!important
    }

    .ms-sm-n5 {
        margin-left: -2.5rem!important
    }

    .ms-sm-n6 {
        margin-left: -4rem!important
    }

    .ms-sm-n7 {
        margin-left: -5rem!important
    }

    .ms-sm-n8 {
        margin-left: -6rem!important
    }

    .ms-sm-n9 {
        margin-left: -7rem!important
    }

    .ms-sm-n10 {
        margin-left: -8rem!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: 2.5rem!important
    }

    .p-sm-6 {
        padding: 4rem!important
    }

    .p-sm-7 {
        padding: 5rem!important
    }

    .p-sm-8 {
        padding: 6rem!important
    }

    .p-sm-9 {
        padding: 7rem!important
    }

    .p-sm-10 {
        padding: 8rem!important
    }

    .px-sm-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-sm-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-sm-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-sm-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-sm-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-sm-5 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .px-sm-6 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }

    .px-sm-7 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }

    .px-sm-8 {
        padding-left: 6rem!important;
        padding-right: 6rem!important
    }

    .px-sm-9 {
        padding-left: 7rem!important;
        padding-right: 7rem!important
    }

    .px-sm-10 {
        padding-left: 8rem!important;
        padding-right: 8rem!important
    }

    .py-sm-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-sm-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-sm-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-sm-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-sm-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-sm-5 {
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important
    }

    .py-sm-6 {
        padding-bottom: 4rem!important;
        padding-top: 4rem!important
    }

    .py-sm-7 {
        padding-bottom: 5rem!important;
        padding-top: 5rem!important
    }

    .py-sm-8 {
        padding-bottom: 6rem!important;
        padding-top: 6rem!important
    }

    .py-sm-9 {
        padding-bottom: 7rem!important;
        padding-top: 7rem!important
    }

    .py-sm-10 {
        padding-bottom: 8rem!important;
        padding-top: 8rem!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: 2.5rem!important
    }

    .pt-sm-6 {
        padding-top: 4rem!important
    }

    .pt-sm-7 {
        padding-top: 5rem!important
    }

    .pt-sm-8 {
        padding-top: 6rem!important
    }

    .pt-sm-9 {
        padding-top: 7rem!important
    }

    .pt-sm-10 {
        padding-top: 8rem!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: 2.5rem!important
    }

    .pe-sm-6 {
        padding-right: 4rem!important
    }

    .pe-sm-7 {
        padding-right: 5rem!important
    }

    .pe-sm-8 {
        padding-right: 6rem!important
    }

    .pe-sm-9 {
        padding-right: 7rem!important
    }

    .pe-sm-10 {
        padding-right: 8rem!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: 2.5rem!important
    }

    .pb-sm-6 {
        padding-bottom: 4rem!important
    }

    .pb-sm-7 {
        padding-bottom: 5rem!important
    }

    .pb-sm-8 {
        padding-bottom: 6rem!important
    }

    .pb-sm-9 {
        padding-bottom: 7rem!important
    }

    .pb-sm-10 {
        padding-bottom: 8rem!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: 2.5rem!important
    }

    .ps-sm-6 {
        padding-left: 4rem!important
    }

    .ps-sm-7 {
        padding-left: 5rem!important
    }

    .ps-sm-8 {
        padding-left: 6rem!important
    }

    .ps-sm-9 {
        padding-left: 7rem!important
    }

    .ps-sm-10 {
        padding-left: 8rem!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: 2.5rem!important
    }

    .gap-sm-6 {
        gap: 4rem!important
    }

    .gap-sm-7 {
        gap: 5rem!important
    }

    .gap-sm-8 {
        gap: 6rem!important
    }

    .gap-sm-9 {
        gap: 7rem!important
    }

    .gap-sm-10 {
        gap: 8rem!important
    }

    .row-gap-sm-0 {
        row-gap: 0!important
    }

    .row-gap-sm-1 {
        row-gap: .25rem!important
    }

    .row-gap-sm-2 {
        row-gap: .5rem!important
    }

    .row-gap-sm-3 {
        row-gap: 1rem!important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-sm-5 {
        row-gap: 2.5rem!important
    }

    .row-gap-sm-6 {
        row-gap: 4rem!important
    }

    .row-gap-sm-7 {
        row-gap: 5rem!important
    }

    .row-gap-sm-8 {
        row-gap: 6rem!important
    }

    .row-gap-sm-9 {
        row-gap: 7rem!important
    }

    .row-gap-sm-10 {
        row-gap: 8rem!important
    }

    .column-gap-sm-0 {
        column-gap: 0!important
    }

    .column-gap-sm-1 {
        column-gap: .25rem!important
    }

    .column-gap-sm-2 {
        column-gap: .5rem!important
    }

    .column-gap-sm-3 {
        column-gap: 1rem!important
    }

    .column-gap-sm-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-sm-5 {
        column-gap: 2.5rem!important
    }

    .column-gap-sm-6 {
        column-gap: 4rem!important
    }

    .column-gap-sm-7 {
        column-gap: 5rem!important
    }

    .column-gap-sm-8 {
        column-gap: 6rem!important
    }

    .column-gap-sm-9 {
        column-gap: 7rem!important
    }

    .column-gap-sm-10 {
        column-gap: 8rem!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
    }

    .object-fit-md-contain {
        object-fit: contain!important
    }

    .object-fit-md-cover {
        object-fit: cover!important
    }

    .object-fit-md-fill {
        object-fit: fill!important
    }

    .object-fit-md-scale {
        object-fit: scale-down!important
    }

    .object-fit-md-none {
        object-fit: 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-inline-grid {
        display: inline-grid!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }

    .d-md-none {
        display: none!important
    }

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-row {
        flex-direction: row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-md-grow-0 {
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }

    .order-md-first {
        order: -1!important
    }

    .order-md-0 {
        order: 0!important
    }

    .order-md-1 {
        order: 1!important
    }

    .order-md-2 {
        order: 2!important
    }

    .order-md-3 {
        order: 3!important
    }

    .order-md-4 {
        order: 4!important
    }

    .order-md-5 {
        order: 5!important
    }

    .order-md-last {
        order: 6!important
    }

    .m-md-0 {
        margin: 0!important
    }

    .m-md-1 {
        margin: .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: 2.5rem!important
    }

    .m-md-6 {
        margin: 4rem!important
    }

    .m-md-7 {
        margin: 5rem!important
    }

    .m-md-8 {
        margin: 6rem!important
    }

    .m-md-9 {
        margin: 7rem!important
    }

    .m-md-10 {
        margin: 8rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mx-md-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-md-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-md-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-md-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-md-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-md-5 {
        margin-left: 2.5rem!important;
        margin-right: 2.5rem!important
    }

    .mx-md-6 {
        margin-left: 4rem!important;
        margin-right: 4rem!important
    }

    .mx-md-7 {
        margin-left: 5rem!important;
        margin-right: 5rem!important
    }

    .mx-md-8 {
        margin-left: 6rem!important;
        margin-right: 6rem!important
    }

    .mx-md-9 {
        margin-left: 7rem!important;
        margin-right: 7rem!important
    }

    .mx-md-10 {
        margin-left: 8rem!important;
        margin-right: 8rem!important
    }

    .mx-md-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-md-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-md-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-md-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-md-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-md-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-md-5 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }

    .my-md-6 {
        margin-bottom: 4rem!important;
        margin-top: 4rem!important
    }

    .my-md-7 {
        margin-bottom: 5rem!important;
        margin-top: 5rem!important
    }

    .my-md-8 {
        margin-bottom: 6rem!important;
        margin-top: 6rem!important
    }

    .my-md-9 {
        margin-bottom: 7rem!important;
        margin-top: 7rem!important
    }

    .my-md-10 {
        margin-bottom: 8rem!important;
        margin-top: 8rem!important
    }

    .my-md-auto {
        margin-bottom: auto!important;
        margin-top: 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: 2.5rem!important
    }

    .mt-md-6 {
        margin-top: 4rem!important
    }

    .mt-md-7 {
        margin-top: 5rem!important
    }

    .mt-md-8 {
        margin-top: 6rem!important
    }

    .mt-md-9 {
        margin-top: 7rem!important
    }

    .mt-md-10 {
        margin-top: 8rem!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: 2.5rem!important
    }

    .me-md-6 {
        margin-right: 4rem!important
    }

    .me-md-7 {
        margin-right: 5rem!important
    }

    .me-md-8 {
        margin-right: 6rem!important
    }

    .me-md-9 {
        margin-right: 7rem!important
    }

    .me-md-10 {
        margin-right: 8rem!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: 2.5rem!important
    }

    .mb-md-6 {
        margin-bottom: 4rem!important
    }

    .mb-md-7 {
        margin-bottom: 5rem!important
    }

    .mb-md-8 {
        margin-bottom: 6rem!important
    }

    .mb-md-9 {
        margin-bottom: 7rem!important
    }

    .mb-md-10 {
        margin-bottom: 8rem!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: 2.5rem!important
    }

    .ms-md-6 {
        margin-left: 4rem!important
    }

    .ms-md-7 {
        margin-left: 5rem!important
    }

    .ms-md-8 {
        margin-left: 6rem!important
    }

    .ms-md-9 {
        margin-left: 7rem!important
    }

    .ms-md-10 {
        margin-left: 8rem!important
    }

    .ms-md-auto {
        margin-left: auto!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .m-md-n5 {
        margin: -2.5rem!important
    }

    .m-md-n6 {
        margin: -4rem!important
    }

    .m-md-n7 {
        margin: -5rem!important
    }

    .m-md-n8 {
        margin: -6rem!important
    }

    .m-md-n9 {
        margin: -7rem!important
    }

    .m-md-n10 {
        margin: -8rem!important
    }

    .mx-md-n1 {
        margin-left: -.25rem!important;
        margin-right: -.25rem!important
    }

    .mx-md-n2 {
        margin-left: -.5rem!important;
        margin-right: -.5rem!important
    }

    .mx-md-n3 {
        margin-left: -1rem!important;
        margin-right: -1rem!important
    }

    .mx-md-n4 {
        margin-left: -1.5rem!important;
        margin-right: -1.5rem!important
    }

    .mx-md-n5 {
        margin-left: -2.5rem!important;
        margin-right: -2.5rem!important
    }

    .mx-md-n6 {
        margin-left: -4rem!important;
        margin-right: -4rem!important
    }

    .mx-md-n7 {
        margin-left: -5rem!important;
        margin-right: -5rem!important
    }

    .mx-md-n8 {
        margin-left: -6rem!important;
        margin-right: -6rem!important
    }

    .mx-md-n9 {
        margin-left: -7rem!important;
        margin-right: -7rem!important
    }

    .mx-md-n10 {
        margin-left: -8rem!important;
        margin-right: -8rem!important
    }

    .my-md-n1 {
        margin-bottom: -.25rem!important;
        margin-top: -.25rem!important
    }

    .my-md-n2 {
        margin-bottom: -.5rem!important;
        margin-top: -.5rem!important
    }

    .my-md-n3 {
        margin-bottom: -1rem!important;
        margin-top: -1rem!important
    }

    .my-md-n4 {
        margin-bottom: -1.5rem!important;
        margin-top: -1.5rem!important
    }

    .my-md-n5 {
        margin-bottom: -2.5rem!important;
        margin-top: -2.5rem!important
    }

    .my-md-n6 {
        margin-bottom: -4rem!important;
        margin-top: -4rem!important
    }

    .my-md-n7 {
        margin-bottom: -5rem!important;
        margin-top: -5rem!important
    }

    .my-md-n8 {
        margin-bottom: -6rem!important;
        margin-top: -6rem!important
    }

    .my-md-n9 {
        margin-bottom: -7rem!important;
        margin-top: -7rem!important
    }

    .my-md-n10 {
        margin-bottom: -8rem!important;
        margin-top: -8rem!important
    }

    .mt-md-n1 {
        margin-top: -.25rem!important
    }

    .mt-md-n2 {
        margin-top: -.5rem!important
    }

    .mt-md-n3 {
        margin-top: -1rem!important
    }

    .mt-md-n4 {
        margin-top: -1.5rem!important
    }

    .mt-md-n5 {
        margin-top: -2.5rem!important
    }

    .mt-md-n6 {
        margin-top: -4rem!important
    }

    .mt-md-n7 {
        margin-top: -5rem!important
    }

    .mt-md-n8 {
        margin-top: -6rem!important
    }

    .mt-md-n9 {
        margin-top: -7rem!important
    }

    .mt-md-n10 {
        margin-top: -8rem!important
    }

    .me-md-n1 {
        margin-right: -.25rem!important
    }

    .me-md-n2 {
        margin-right: -.5rem!important
    }

    .me-md-n3 {
        margin-right: -1rem!important
    }

    .me-md-n4 {
        margin-right: -1.5rem!important
    }

    .me-md-n5 {
        margin-right: -2.5rem!important
    }

    .me-md-n6 {
        margin-right: -4rem!important
    }

    .me-md-n7 {
        margin-right: -5rem!important
    }

    .me-md-n8 {
        margin-right: -6rem!important
    }

    .me-md-n9 {
        margin-right: -7rem!important
    }

    .me-md-n10 {
        margin-right: -8rem!important
    }

    .mb-md-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-md-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-md-n3 {
        margin-bottom: -1rem!important
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .mb-md-n5 {
        margin-bottom: -2.5rem!important
    }

    .mb-md-n6 {
        margin-bottom: -4rem!important
    }

    .mb-md-n7 {
        margin-bottom: -5rem!important
    }

    .mb-md-n8 {
        margin-bottom: -6rem!important
    }

    .mb-md-n9 {
        margin-bottom: -7rem!important
    }

    .mb-md-n10 {
        margin-bottom: -8rem!important
    }

    .ms-md-n1 {
        margin-left: -.25rem!important
    }

    .ms-md-n2 {
        margin-left: -.5rem!important
    }

    .ms-md-n3 {
        margin-left: -1rem!important
    }

    .ms-md-n4 {
        margin-left: -1.5rem!important
    }

    .ms-md-n5 {
        margin-left: -2.5rem!important
    }

    .ms-md-n6 {
        margin-left: -4rem!important
    }

    .ms-md-n7 {
        margin-left: -5rem!important
    }

    .ms-md-n8 {
        margin-left: -6rem!important
    }

    .ms-md-n9 {
        margin-left: -7rem!important
    }

    .ms-md-n10 {
        margin-left: -8rem!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: 2.5rem!important
    }

    .p-md-6 {
        padding: 4rem!important
    }

    .p-md-7 {
        padding: 5rem!important
    }

    .p-md-8 {
        padding: 6rem!important
    }

    .p-md-9 {
        padding: 7rem!important
    }

    .p-md-10 {
        padding: 8rem!important
    }

    .px-md-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-md-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-md-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-md-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-md-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-md-5 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .px-md-6 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }

    .px-md-7 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }

    .px-md-8 {
        padding-left: 6rem!important;
        padding-right: 6rem!important
    }

    .px-md-9 {
        padding-left: 7rem!important;
        padding-right: 7rem!important
    }

    .px-md-10 {
        padding-left: 8rem!important;
        padding-right: 8rem!important
    }

    .py-md-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-md-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-md-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-md-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-md-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-md-5 {
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important
    }

    .py-md-6 {
        padding-bottom: 4rem!important;
        padding-top: 4rem!important
    }

    .py-md-7 {
        padding-bottom: 5rem!important;
        padding-top: 5rem!important
    }

    .py-md-8 {
        padding-bottom: 6rem!important;
        padding-top: 6rem!important
    }

    .py-md-9 {
        padding-bottom: 7rem!important;
        padding-top: 7rem!important
    }

    .py-md-10 {
        padding-bottom: 8rem!important;
        padding-top: 8rem!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: 2.5rem!important
    }

    .pt-md-6 {
        padding-top: 4rem!important
    }

    .pt-md-7 {
        padding-top: 5rem!important
    }

    .pt-md-8 {
        padding-top: 6rem!important
    }

    .pt-md-9 {
        padding-top: 7rem!important
    }

    .pt-md-10 {
        padding-top: 8rem!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: 2.5rem!important
    }

    .pe-md-6 {
        padding-right: 4rem!important
    }

    .pe-md-7 {
        padding-right: 5rem!important
    }

    .pe-md-8 {
        padding-right: 6rem!important
    }

    .pe-md-9 {
        padding-right: 7rem!important
    }

    .pe-md-10 {
        padding-right: 8rem!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: 2.5rem!important
    }

    .pb-md-6 {
        padding-bottom: 4rem!important
    }

    .pb-md-7 {
        padding-bottom: 5rem!important
    }

    .pb-md-8 {
        padding-bottom: 6rem!important
    }

    .pb-md-9 {
        padding-bottom: 7rem!important
    }

    .pb-md-10 {
        padding-bottom: 8rem!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: 2.5rem!important
    }

    .ps-md-6 {
        padding-left: 4rem!important
    }

    .ps-md-7 {
        padding-left: 5rem!important
    }

    .ps-md-8 {
        padding-left: 6rem!important
    }

    .ps-md-9 {
        padding-left: 7rem!important
    }

    .ps-md-10 {
        padding-left: 8rem!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: 2.5rem!important
    }

    .gap-md-6 {
        gap: 4rem!important
    }

    .gap-md-7 {
        gap: 5rem!important
    }

    .gap-md-8 {
        gap: 6rem!important
    }

    .gap-md-9 {
        gap: 7rem!important
    }

    .gap-md-10 {
        gap: 8rem!important
    }

    .row-gap-md-0 {
        row-gap: 0!important
    }

    .row-gap-md-1 {
        row-gap: .25rem!important
    }

    .row-gap-md-2 {
        row-gap: .5rem!important
    }

    .row-gap-md-3 {
        row-gap: 1rem!important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-md-5 {
        row-gap: 2.5rem!important
    }

    .row-gap-md-6 {
        row-gap: 4rem!important
    }

    .row-gap-md-7 {
        row-gap: 5rem!important
    }

    .row-gap-md-8 {
        row-gap: 6rem!important
    }

    .row-gap-md-9 {
        row-gap: 7rem!important
    }

    .row-gap-md-10 {
        row-gap: 8rem!important
    }

    .column-gap-md-0 {
        column-gap: 0!important
    }

    .column-gap-md-1 {
        column-gap: .25rem!important
    }

    .column-gap-md-2 {
        column-gap: .5rem!important
    }

    .column-gap-md-3 {
        column-gap: 1rem!important
    }

    .column-gap-md-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-md-5 {
        column-gap: 2.5rem!important
    }

    .column-gap-md-6 {
        column-gap: 4rem!important
    }

    .column-gap-md-7 {
        column-gap: 5rem!important
    }

    .column-gap-md-8 {
        column-gap: 6rem!important
    }

    .column-gap-md-9 {
        column-gap: 7rem!important
    }

    .column-gap-md-10 {
        column-gap: 8rem!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
    }

    .object-fit-lg-contain {
        object-fit: contain!important
    }

    .object-fit-lg-cover {
        object-fit: cover!important
    }

    .object-fit-lg-fill {
        object-fit: fill!important
    }

    .object-fit-lg-scale {
        object-fit: scale-down!important
    }

    .object-fit-lg-none {
        object-fit: 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-inline-grid {
        display: inline-grid!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }

    .d-lg-none {
        display: none!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-row {
        flex-direction: row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }

    .order-lg-first {
        order: -1!important
    }

    .order-lg-0 {
        order: 0!important
    }

    .order-lg-1 {
        order: 1!important
    }

    .order-lg-2 {
        order: 2!important
    }

    .order-lg-3 {
        order: 3!important
    }

    .order-lg-4 {
        order: 4!important
    }

    .order-lg-5 {
        order: 5!important
    }

    .order-lg-last {
        order: 6!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .m-lg-1 {
        margin: .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: 2.5rem!important
    }

    .m-lg-6 {
        margin: 4rem!important
    }

    .m-lg-7 {
        margin: 5rem!important
    }

    .m-lg-8 {
        margin: 6rem!important
    }

    .m-lg-9 {
        margin: 7rem!important
    }

    .m-lg-10 {
        margin: 8rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mx-lg-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-lg-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-lg-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-lg-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-lg-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-lg-5 {
        margin-left: 2.5rem!important;
        margin-right: 2.5rem!important
    }

    .mx-lg-6 {
        margin-left: 4rem!important;
        margin-right: 4rem!important
    }

    .mx-lg-7 {
        margin-left: 5rem!important;
        margin-right: 5rem!important
    }

    .mx-lg-8 {
        margin-left: 6rem!important;
        margin-right: 6rem!important
    }

    .mx-lg-9 {
        margin-left: 7rem!important;
        margin-right: 7rem!important
    }

    .mx-lg-10 {
        margin-left: 8rem!important;
        margin-right: 8rem!important
    }

    .mx-lg-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-lg-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-lg-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-lg-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-lg-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-lg-5 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }

    .my-lg-6 {
        margin-bottom: 4rem!important;
        margin-top: 4rem!important
    }

    .my-lg-7 {
        margin-bottom: 5rem!important;
        margin-top: 5rem!important
    }

    .my-lg-8 {
        margin-bottom: 6rem!important;
        margin-top: 6rem!important
    }

    .my-lg-9 {
        margin-bottom: 7rem!important;
        margin-top: 7rem!important
    }

    .my-lg-10 {
        margin-bottom: 8rem!important;
        margin-top: 8rem!important
    }

    .my-lg-auto {
        margin-bottom: auto!important;
        margin-top: 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: 2.5rem!important
    }

    .mt-lg-6 {
        margin-top: 4rem!important
    }

    .mt-lg-7 {
        margin-top: 5rem!important
    }

    .mt-lg-8 {
        margin-top: 6rem!important
    }

    .mt-lg-9 {
        margin-top: 7rem!important
    }

    .mt-lg-10 {
        margin-top: 8rem!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: 2.5rem!important
    }

    .me-lg-6 {
        margin-right: 4rem!important
    }

    .me-lg-7 {
        margin-right: 5rem!important
    }

    .me-lg-8 {
        margin-right: 6rem!important
    }

    .me-lg-9 {
        margin-right: 7rem!important
    }

    .me-lg-10 {
        margin-right: 8rem!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: 2.5rem!important
    }

    .mb-lg-6 {
        margin-bottom: 4rem!important
    }

    .mb-lg-7 {
        margin-bottom: 5rem!important
    }

    .mb-lg-8 {
        margin-bottom: 6rem!important
    }

    .mb-lg-9 {
        margin-bottom: 7rem!important
    }

    .mb-lg-10 {
        margin-bottom: 8rem!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: 2.5rem!important
    }

    .ms-lg-6 {
        margin-left: 4rem!important
    }

    .ms-lg-7 {
        margin-left: 5rem!important
    }

    .ms-lg-8 {
        margin-left: 6rem!important
    }

    .ms-lg-9 {
        margin-left: 7rem!important
    }

    .ms-lg-10 {
        margin-left: 8rem!important
    }

    .ms-lg-auto {
        margin-left: auto!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -2.5rem!important
    }

    .m-lg-n6 {
        margin: -4rem!important
    }

    .m-lg-n7 {
        margin: -5rem!important
    }

    .m-lg-n8 {
        margin: -6rem!important
    }

    .m-lg-n9 {
        margin: -7rem!important
    }

    .m-lg-n10 {
        margin: -8rem!important
    }

    .mx-lg-n1 {
        margin-left: -.25rem!important;
        margin-right: -.25rem!important
    }

    .mx-lg-n2 {
        margin-left: -.5rem!important;
        margin-right: -.5rem!important
    }

    .mx-lg-n3 {
        margin-left: -1rem!important;
        margin-right: -1rem!important
    }

    .mx-lg-n4 {
        margin-left: -1.5rem!important;
        margin-right: -1.5rem!important
    }

    .mx-lg-n5 {
        margin-left: -2.5rem!important;
        margin-right: -2.5rem!important
    }

    .mx-lg-n6 {
        margin-left: -4rem!important;
        margin-right: -4rem!important
    }

    .mx-lg-n7 {
        margin-left: -5rem!important;
        margin-right: -5rem!important
    }

    .mx-lg-n8 {
        margin-left: -6rem!important;
        margin-right: -6rem!important
    }

    .mx-lg-n9 {
        margin-left: -7rem!important;
        margin-right: -7rem!important
    }

    .mx-lg-n10 {
        margin-left: -8rem!important;
        margin-right: -8rem!important
    }

    .my-lg-n1 {
        margin-bottom: -.25rem!important;
        margin-top: -.25rem!important
    }

    .my-lg-n2 {
        margin-bottom: -.5rem!important;
        margin-top: -.5rem!important
    }

    .my-lg-n3 {
        margin-bottom: -1rem!important;
        margin-top: -1rem!important
    }

    .my-lg-n4 {
        margin-bottom: -1.5rem!important;
        margin-top: -1.5rem!important
    }

    .my-lg-n5 {
        margin-bottom: -2.5rem!important;
        margin-top: -2.5rem!important
    }

    .my-lg-n6 {
        margin-bottom: -4rem!important;
        margin-top: -4rem!important
    }

    .my-lg-n7 {
        margin-bottom: -5rem!important;
        margin-top: -5rem!important
    }

    .my-lg-n8 {
        margin-bottom: -6rem!important;
        margin-top: -6rem!important
    }

    .my-lg-n9 {
        margin-bottom: -7rem!important;
        margin-top: -7rem!important
    }

    .my-lg-n10 {
        margin-bottom: -8rem!important;
        margin-top: -8rem!important
    }

    .mt-lg-n1 {
        margin-top: -.25rem!important
    }

    .mt-lg-n2 {
        margin-top: -.5rem!important
    }

    .mt-lg-n3 {
        margin-top: -1rem!important
    }

    .mt-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mt-lg-n5 {
        margin-top: -2.5rem!important
    }

    .mt-lg-n6 {
        margin-top: -4rem!important
    }

    .mt-lg-n7 {
        margin-top: -5rem!important
    }

    .mt-lg-n8 {
        margin-top: -6rem!important
    }

    .mt-lg-n9 {
        margin-top: -7rem!important
    }

    .mt-lg-n10 {
        margin-top: -8rem!important
    }

    .me-lg-n1 {
        margin-right: -.25rem!important
    }

    .me-lg-n2 {
        margin-right: -.5rem!important
    }

    .me-lg-n3 {
        margin-right: -1rem!important
    }

    .me-lg-n4 {
        margin-right: -1.5rem!important
    }

    .me-lg-n5 {
        margin-right: -2.5rem!important
    }

    .me-lg-n6 {
        margin-right: -4rem!important
    }

    .me-lg-n7 {
        margin-right: -5rem!important
    }

    .me-lg-n8 {
        margin-right: -6rem!important
    }

    .me-lg-n9 {
        margin-right: -7rem!important
    }

    .me-lg-n10 {
        margin-right: -8rem!important
    }

    .mb-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-lg-n3 {
        margin-bottom: -1rem!important
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .mb-lg-n5 {
        margin-bottom: -2.5rem!important
    }

    .mb-lg-n6 {
        margin-bottom: -4rem!important
    }

    .mb-lg-n7 {
        margin-bottom: -5rem!important
    }

    .mb-lg-n8 {
        margin-bottom: -6rem!important
    }

    .mb-lg-n9 {
        margin-bottom: -7rem!important
    }

    .mb-lg-n10 {
        margin-bottom: -8rem!important
    }

    .ms-lg-n1 {
        margin-left: -.25rem!important
    }

    .ms-lg-n2 {
        margin-left: -.5rem!important
    }

    .ms-lg-n3 {
        margin-left: -1rem!important
    }

    .ms-lg-n4 {
        margin-left: -1.5rem!important
    }

    .ms-lg-n5 {
        margin-left: -2.5rem!important
    }

    .ms-lg-n6 {
        margin-left: -4rem!important
    }

    .ms-lg-n7 {
        margin-left: -5rem!important
    }

    .ms-lg-n8 {
        margin-left: -6rem!important
    }

    .ms-lg-n9 {
        margin-left: -7rem!important
    }

    .ms-lg-n10 {
        margin-left: -8rem!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: 2.5rem!important
    }

    .p-lg-6 {
        padding: 4rem!important
    }

    .p-lg-7 {
        padding: 5rem!important
    }

    .p-lg-8 {
        padding: 6rem!important
    }

    .p-lg-9 {
        padding: 7rem!important
    }

    .p-lg-10 {
        padding: 8rem!important
    }

    .px-lg-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-lg-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-lg-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-lg-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-lg-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-lg-5 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .px-lg-6 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }

    .px-lg-7 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }

    .px-lg-8 {
        padding-left: 6rem!important;
        padding-right: 6rem!important
    }

    .px-lg-9 {
        padding-left: 7rem!important;
        padding-right: 7rem!important
    }

    .px-lg-10 {
        padding-left: 8rem!important;
        padding-right: 8rem!important
    }

    .py-lg-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-lg-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-lg-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-lg-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-lg-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-lg-5 {
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important
    }

    .py-lg-6 {
        padding-bottom: 4rem!important;
        padding-top: 4rem!important
    }

    .py-lg-7 {
        padding-bottom: 5rem!important;
        padding-top: 5rem!important
    }

    .py-lg-8 {
        padding-bottom: 6rem!important;
        padding-top: 6rem!important
    }

    .py-lg-9 {
        padding-bottom: 7rem!important;
        padding-top: 7rem!important
    }

    .py-lg-10 {
        padding-bottom: 8rem!important;
        padding-top: 8rem!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: 2.5rem!important
    }

    .pt-lg-6 {
        padding-top: 4rem!important
    }

    .pt-lg-7 {
        padding-top: 5rem!important
    }

    .pt-lg-8 {
        padding-top: 6rem!important
    }

    .pt-lg-9 {
        padding-top: 7rem!important
    }

    .pt-lg-10 {
        padding-top: 8rem!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: 2.5rem!important
    }

    .pe-lg-6 {
        padding-right: 4rem!important
    }

    .pe-lg-7 {
        padding-right: 5rem!important
    }

    .pe-lg-8 {
        padding-right: 6rem!important
    }

    .pe-lg-9 {
        padding-right: 7rem!important
    }

    .pe-lg-10 {
        padding-right: 8rem!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: 2.5rem!important
    }

    .pb-lg-6 {
        padding-bottom: 4rem!important
    }

    .pb-lg-7 {
        padding-bottom: 5rem!important
    }

    .pb-lg-8 {
        padding-bottom: 6rem!important
    }

    .pb-lg-9 {
        padding-bottom: 7rem!important
    }

    .pb-lg-10 {
        padding-bottom: 8rem!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: 2.5rem!important
    }

    .ps-lg-6 {
        padding-left: 4rem!important
    }

    .ps-lg-7 {
        padding-left: 5rem!important
    }

    .ps-lg-8 {
        padding-left: 6rem!important
    }

    .ps-lg-9 {
        padding-left: 7rem!important
    }

    .ps-lg-10 {
        padding-left: 8rem!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: 2.5rem!important
    }

    .gap-lg-6 {
        gap: 4rem!important
    }

    .gap-lg-7 {
        gap: 5rem!important
    }

    .gap-lg-8 {
        gap: 6rem!important
    }

    .gap-lg-9 {
        gap: 7rem!important
    }

    .gap-lg-10 {
        gap: 8rem!important
    }

    .row-gap-lg-0 {
        row-gap: 0!important
    }

    .row-gap-lg-1 {
        row-gap: .25rem!important
    }

    .row-gap-lg-2 {
        row-gap: .5rem!important
    }

    .row-gap-lg-3 {
        row-gap: 1rem!important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-lg-5 {
        row-gap: 2.5rem!important
    }

    .row-gap-lg-6 {
        row-gap: 4rem!important
    }

    .row-gap-lg-7 {
        row-gap: 5rem!important
    }

    .row-gap-lg-8 {
        row-gap: 6rem!important
    }

    .row-gap-lg-9 {
        row-gap: 7rem!important
    }

    .row-gap-lg-10 {
        row-gap: 8rem!important
    }

    .column-gap-lg-0 {
        column-gap: 0!important
    }

    .column-gap-lg-1 {
        column-gap: .25rem!important
    }

    .column-gap-lg-2 {
        column-gap: .5rem!important
    }

    .column-gap-lg-3 {
        column-gap: 1rem!important
    }

    .column-gap-lg-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-lg-5 {
        column-gap: 2.5rem!important
    }

    .column-gap-lg-6 {
        column-gap: 4rem!important
    }

    .column-gap-lg-7 {
        column-gap: 5rem!important
    }

    .column-gap-lg-8 {
        column-gap: 6rem!important
    }

    .column-gap-lg-9 {
        column-gap: 7rem!important
    }

    .column-gap-lg-10 {
        column-gap: 8rem!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
    }

    .object-fit-xl-contain {
        object-fit: contain!important
    }

    .object-fit-xl-cover {
        object-fit: cover!important
    }

    .object-fit-xl-fill {
        object-fit: fill!important
    }

    .object-fit-xl-scale {
        object-fit: scale-down!important
    }

    .object-fit-xl-none {
        object-fit: 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-inline-grid {
        display: inline-grid!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }

    .d-xl-none {
        display: none!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-row {
        flex-direction: row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }

    .order-xl-first {
        order: -1!important
    }

    .order-xl-0 {
        order: 0!important
    }

    .order-xl-1 {
        order: 1!important
    }

    .order-xl-2 {
        order: 2!important
    }

    .order-xl-3 {
        order: 3!important
    }

    .order-xl-4 {
        order: 4!important
    }

    .order-xl-5 {
        order: 5!important
    }

    .order-xl-last {
        order: 6!important
    }

    .m-xl-0 {
        margin: 0!important
    }

    .m-xl-1 {
        margin: .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: 2.5rem!important
    }

    .m-xl-6 {
        margin: 4rem!important
    }

    .m-xl-7 {
        margin: 5rem!important
    }

    .m-xl-8 {
        margin: 6rem!important
    }

    .m-xl-9 {
        margin: 7rem!important
    }

    .m-xl-10 {
        margin: 8rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mx-xl-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-xl-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-xl-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-xl-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-xl-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-xl-5 {
        margin-left: 2.5rem!important;
        margin-right: 2.5rem!important
    }

    .mx-xl-6 {
        margin-left: 4rem!important;
        margin-right: 4rem!important
    }

    .mx-xl-7 {
        margin-left: 5rem!important;
        margin-right: 5rem!important
    }

    .mx-xl-8 {
        margin-left: 6rem!important;
        margin-right: 6rem!important
    }

    .mx-xl-9 {
        margin-left: 7rem!important;
        margin-right: 7rem!important
    }

    .mx-xl-10 {
        margin-left: 8rem!important;
        margin-right: 8rem!important
    }

    .mx-xl-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-xl-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-xl-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-xl-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-xl-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-xl-5 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }

    .my-xl-6 {
        margin-bottom: 4rem!important;
        margin-top: 4rem!important
    }

    .my-xl-7 {
        margin-bottom: 5rem!important;
        margin-top: 5rem!important
    }

    .my-xl-8 {
        margin-bottom: 6rem!important;
        margin-top: 6rem!important
    }

    .my-xl-9 {
        margin-bottom: 7rem!important;
        margin-top: 7rem!important
    }

    .my-xl-10 {
        margin-bottom: 8rem!important;
        margin-top: 8rem!important
    }

    .my-xl-auto {
        margin-bottom: auto!important;
        margin-top: 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: 2.5rem!important
    }

    .mt-xl-6 {
        margin-top: 4rem!important
    }

    .mt-xl-7 {
        margin-top: 5rem!important
    }

    .mt-xl-8 {
        margin-top: 6rem!important
    }

    .mt-xl-9 {
        margin-top: 7rem!important
    }

    .mt-xl-10 {
        margin-top: 8rem!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: 2.5rem!important
    }

    .me-xl-6 {
        margin-right: 4rem!important
    }

    .me-xl-7 {
        margin-right: 5rem!important
    }

    .me-xl-8 {
        margin-right: 6rem!important
    }

    .me-xl-9 {
        margin-right: 7rem!important
    }

    .me-xl-10 {
        margin-right: 8rem!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: 2.5rem!important
    }

    .mb-xl-6 {
        margin-bottom: 4rem!important
    }

    .mb-xl-7 {
        margin-bottom: 5rem!important
    }

    .mb-xl-8 {
        margin-bottom: 6rem!important
    }

    .mb-xl-9 {
        margin-bottom: 7rem!important
    }

    .mb-xl-10 {
        margin-bottom: 8rem!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: 2.5rem!important
    }

    .ms-xl-6 {
        margin-left: 4rem!important
    }

    .ms-xl-7 {
        margin-left: 5rem!important
    }

    .ms-xl-8 {
        margin-left: 6rem!important
    }

    .ms-xl-9 {
        margin-left: 7rem!important
    }

    .ms-xl-10 {
        margin-left: 8rem!important
    }

    .ms-xl-auto {
        margin-left: auto!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -2.5rem!important
    }

    .m-xl-n6 {
        margin: -4rem!important
    }

    .m-xl-n7 {
        margin: -5rem!important
    }

    .m-xl-n8 {
        margin: -6rem!important
    }

    .m-xl-n9 {
        margin: -7rem!important
    }

    .m-xl-n10 {
        margin: -8rem!important
    }

    .mx-xl-n1 {
        margin-left: -.25rem!important;
        margin-right: -.25rem!important
    }

    .mx-xl-n2 {
        margin-left: -.5rem!important;
        margin-right: -.5rem!important
    }

    .mx-xl-n3 {
        margin-left: -1rem!important;
        margin-right: -1rem!important
    }

    .mx-xl-n4 {
        margin-left: -1.5rem!important;
        margin-right: -1.5rem!important
    }

    .mx-xl-n5 {
        margin-left: -2.5rem!important;
        margin-right: -2.5rem!important
    }

    .mx-xl-n6 {
        margin-left: -4rem!important;
        margin-right: -4rem!important
    }

    .mx-xl-n7 {
        margin-left: -5rem!important;
        margin-right: -5rem!important
    }

    .mx-xl-n8 {
        margin-left: -6rem!important;
        margin-right: -6rem!important
    }

    .mx-xl-n9 {
        margin-left: -7rem!important;
        margin-right: -7rem!important
    }

    .mx-xl-n10 {
        margin-left: -8rem!important;
        margin-right: -8rem!important
    }

    .my-xl-n1 {
        margin-bottom: -.25rem!important;
        margin-top: -.25rem!important
    }

    .my-xl-n2 {
        margin-bottom: -.5rem!important;
        margin-top: -.5rem!important
    }

    .my-xl-n3 {
        margin-bottom: -1rem!important;
        margin-top: -1rem!important
    }

    .my-xl-n4 {
        margin-bottom: -1.5rem!important;
        margin-top: -1.5rem!important
    }

    .my-xl-n5 {
        margin-bottom: -2.5rem!important;
        margin-top: -2.5rem!important
    }

    .my-xl-n6 {
        margin-bottom: -4rem!important;
        margin-top: -4rem!important
    }

    .my-xl-n7 {
        margin-bottom: -5rem!important;
        margin-top: -5rem!important
    }

    .my-xl-n8 {
        margin-bottom: -6rem!important;
        margin-top: -6rem!important
    }

    .my-xl-n9 {
        margin-bottom: -7rem!important;
        margin-top: -7rem!important
    }

    .my-xl-n10 {
        margin-bottom: -8rem!important;
        margin-top: -8rem!important
    }

    .mt-xl-n1 {
        margin-top: -.25rem!important
    }

    .mt-xl-n2 {
        margin-top: -.5rem!important
    }

    .mt-xl-n3 {
        margin-top: -1rem!important
    }

    .mt-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mt-xl-n5 {
        margin-top: -2.5rem!important
    }

    .mt-xl-n6 {
        margin-top: -4rem!important
    }

    .mt-xl-n7 {
        margin-top: -5rem!important
    }

    .mt-xl-n8 {
        margin-top: -6rem!important
    }

    .mt-xl-n9 {
        margin-top: -7rem!important
    }

    .mt-xl-n10 {
        margin-top: -8rem!important
    }

    .me-xl-n1 {
        margin-right: -.25rem!important
    }

    .me-xl-n2 {
        margin-right: -.5rem!important
    }

    .me-xl-n3 {
        margin-right: -1rem!important
    }

    .me-xl-n4 {
        margin-right: -1.5rem!important
    }

    .me-xl-n5 {
        margin-right: -2.5rem!important
    }

    .me-xl-n6 {
        margin-right: -4rem!important
    }

    .me-xl-n7 {
        margin-right: -5rem!important
    }

    .me-xl-n8 {
        margin-right: -6rem!important
    }

    .me-xl-n9 {
        margin-right: -7rem!important
    }

    .me-xl-n10 {
        margin-right: -8rem!important
    }

    .mb-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-xl-n3 {
        margin-bottom: -1rem!important
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .mb-xl-n5 {
        margin-bottom: -2.5rem!important
    }

    .mb-xl-n6 {
        margin-bottom: -4rem!important
    }

    .mb-xl-n7 {
        margin-bottom: -5rem!important
    }

    .mb-xl-n8 {
        margin-bottom: -6rem!important
    }

    .mb-xl-n9 {
        margin-bottom: -7rem!important
    }

    .mb-xl-n10 {
        margin-bottom: -8rem!important
    }

    .ms-xl-n1 {
        margin-left: -.25rem!important
    }

    .ms-xl-n2 {
        margin-left: -.5rem!important
    }

    .ms-xl-n3 {
        margin-left: -1rem!important
    }

    .ms-xl-n4 {
        margin-left: -1.5rem!important
    }

    .ms-xl-n5 {
        margin-left: -2.5rem!important
    }

    .ms-xl-n6 {
        margin-left: -4rem!important
    }

    .ms-xl-n7 {
        margin-left: -5rem!important
    }

    .ms-xl-n8 {
        margin-left: -6rem!important
    }

    .ms-xl-n9 {
        margin-left: -7rem!important
    }

    .ms-xl-n10 {
        margin-left: -8rem!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: 2.5rem!important
    }

    .p-xl-6 {
        padding: 4rem!important
    }

    .p-xl-7 {
        padding: 5rem!important
    }

    .p-xl-8 {
        padding: 6rem!important
    }

    .p-xl-9 {
        padding: 7rem!important
    }

    .p-xl-10 {
        padding: 8rem!important
    }

    .px-xl-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-xl-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-xl-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-xl-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-xl-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-xl-5 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .px-xl-6 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }

    .px-xl-7 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }

    .px-xl-8 {
        padding-left: 6rem!important;
        padding-right: 6rem!important
    }

    .px-xl-9 {
        padding-left: 7rem!important;
        padding-right: 7rem!important
    }

    .px-xl-10 {
        padding-left: 8rem!important;
        padding-right: 8rem!important
    }

    .py-xl-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-xl-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-xl-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-xl-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-xl-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-xl-5 {
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important
    }

    .py-xl-6 {
        padding-bottom: 4rem!important;
        padding-top: 4rem!important
    }

    .py-xl-7 {
        padding-bottom: 5rem!important;
        padding-top: 5rem!important
    }

    .py-xl-8 {
        padding-bottom: 6rem!important;
        padding-top: 6rem!important
    }

    .py-xl-9 {
        padding-bottom: 7rem!important;
        padding-top: 7rem!important
    }

    .py-xl-10 {
        padding-bottom: 8rem!important;
        padding-top: 8rem!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: 2.5rem!important
    }

    .pt-xl-6 {
        padding-top: 4rem!important
    }

    .pt-xl-7 {
        padding-top: 5rem!important
    }

    .pt-xl-8 {
        padding-top: 6rem!important
    }

    .pt-xl-9 {
        padding-top: 7rem!important
    }

    .pt-xl-10 {
        padding-top: 8rem!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: 2.5rem!important
    }

    .pe-xl-6 {
        padding-right: 4rem!important
    }

    .pe-xl-7 {
        padding-right: 5rem!important
    }

    .pe-xl-8 {
        padding-right: 6rem!important
    }

    .pe-xl-9 {
        padding-right: 7rem!important
    }

    .pe-xl-10 {
        padding-right: 8rem!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: 2.5rem!important
    }

    .pb-xl-6 {
        padding-bottom: 4rem!important
    }

    .pb-xl-7 {
        padding-bottom: 5rem!important
    }

    .pb-xl-8 {
        padding-bottom: 6rem!important
    }

    .pb-xl-9 {
        padding-bottom: 7rem!important
    }

    .pb-xl-10 {
        padding-bottom: 8rem!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: 2.5rem!important
    }

    .ps-xl-6 {
        padding-left: 4rem!important
    }

    .ps-xl-7 {
        padding-left: 5rem!important
    }

    .ps-xl-8 {
        padding-left: 6rem!important
    }

    .ps-xl-9 {
        padding-left: 7rem!important
    }

    .ps-xl-10 {
        padding-left: 8rem!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: 2.5rem!important
    }

    .gap-xl-6 {
        gap: 4rem!important
    }

    .gap-xl-7 {
        gap: 5rem!important
    }

    .gap-xl-8 {
        gap: 6rem!important
    }

    .gap-xl-9 {
        gap: 7rem!important
    }

    .gap-xl-10 {
        gap: 8rem!important
    }

    .row-gap-xl-0 {
        row-gap: 0!important
    }

    .row-gap-xl-1 {
        row-gap: .25rem!important
    }

    .row-gap-xl-2 {
        row-gap: .5rem!important
    }

    .row-gap-xl-3 {
        row-gap: 1rem!important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xl-5 {
        row-gap: 2.5rem!important
    }

    .row-gap-xl-6 {
        row-gap: 4rem!important
    }

    .row-gap-xl-7 {
        row-gap: 5rem!important
    }

    .row-gap-xl-8 {
        row-gap: 6rem!important
    }

    .row-gap-xl-9 {
        row-gap: 7rem!important
    }

    .row-gap-xl-10 {
        row-gap: 8rem!important
    }

    .column-gap-xl-0 {
        column-gap: 0!important
    }

    .column-gap-xl-1 {
        column-gap: .25rem!important
    }

    .column-gap-xl-2 {
        column-gap: .5rem!important
    }

    .column-gap-xl-3 {
        column-gap: 1rem!important
    }

    .column-gap-xl-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-xl-5 {
        column-gap: 2.5rem!important
    }

    .column-gap-xl-6 {
        column-gap: 4rem!important
    }

    .column-gap-xl-7 {
        column-gap: 5rem!important
    }

    .column-gap-xl-8 {
        column-gap: 6rem!important
    }

    .column-gap-xl-9 {
        column-gap: 7rem!important
    }

    .column-gap-xl-10 {
        column-gap: 8rem!important
    }

    .text-xl-start {
        text-align: left!important
    }

    .text-xl-end {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

@media(min-width: 1440px) {
    .float-xxl-start {
        float:left!important
    }

    .float-xxl-end {
        float: right!important
    }

    .float-xxl-none {
        float: none!important
    }

    .object-fit-xxl-contain {
        object-fit: contain!important
    }

    .object-fit-xxl-cover {
        object-fit: cover!important
    }

    .object-fit-xxl-fill {
        object-fit: fill!important
    }

    .object-fit-xxl-scale {
        object-fit: scale-down!important
    }

    .object-fit-xxl-none {
        object-fit: 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-inline-grid {
        display: inline-grid!important
    }

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

    .d-xxl-flex {
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: inline-flex!important
    }

    .d-xxl-none {
        display: none!important
    }

    .flex-xxl-fill {
        flex: 1 1 auto!important
    }

    .flex-xxl-row {
        flex-direction: row!important
    }

    .flex-xxl-column {
        flex-direction: column!important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xxl-start {
        justify-content: flex-start!important
    }

    .justify-content-xxl-end {
        justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        justify-content: center!important
    }

    .justify-content-xxl-between {
        justify-content: space-between!important
    }

    .justify-content-xxl-around {
        justify-content: space-around!important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xxl-start {
        align-items: flex-start!important
    }

    .align-items-xxl-end {
        align-items: flex-end!important
    }

    .align-items-xxl-center {
        align-items: center!important
    }

    .align-items-xxl-baseline {
        align-items: baseline!important
    }

    .align-items-xxl-stretch {
        align-items: stretch!important
    }

    .align-content-xxl-start {
        align-content: flex-start!important
    }

    .align-content-xxl-end {
        align-content: flex-end!important
    }

    .align-content-xxl-center {
        align-content: center!important
    }

    .align-content-xxl-between {
        align-content: space-between!important
    }

    .align-content-xxl-around {
        align-content: space-around!important
    }

    .align-content-xxl-stretch {
        align-content: stretch!important
    }

    .align-self-xxl-auto {
        align-self: auto!important
    }

    .align-self-xxl-start {
        align-self: flex-start!important
    }

    .align-self-xxl-end {
        align-self: flex-end!important
    }

    .align-self-xxl-center {
        align-self: center!important
    }

    .align-self-xxl-baseline {
        align-self: baseline!important
    }

    .align-self-xxl-stretch {
        align-self: stretch!important
    }

    .order-xxl-first {
        order: -1!important
    }

    .order-xxl-0 {
        order: 0!important
    }

    .order-xxl-1 {
        order: 1!important
    }

    .order-xxl-2 {
        order: 2!important
    }

    .order-xxl-3 {
        order: 3!important
    }

    .order-xxl-4 {
        order: 4!important
    }

    .order-xxl-5 {
        order: 5!important
    }

    .order-xxl-last {
        order: 6!important
    }

    .m-xxl-0 {
        margin: 0!important
    }

    .m-xxl-1 {
        margin: .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: 2.5rem!important
    }

    .m-xxl-6 {
        margin: 4rem!important
    }

    .m-xxl-7 {
        margin: 5rem!important
    }

    .m-xxl-8 {
        margin: 6rem!important
    }

    .m-xxl-9 {
        margin: 7rem!important
    }

    .m-xxl-10 {
        margin: 8rem!important
    }

    .m-xxl-auto {
        margin: auto!important
    }

    .mx-xxl-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-xxl-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-xxl-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-xxl-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-xxl-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-xxl-5 {
        margin-left: 2.5rem!important;
        margin-right: 2.5rem!important
    }

    .mx-xxl-6 {
        margin-left: 4rem!important;
        margin-right: 4rem!important
    }

    .mx-xxl-7 {
        margin-left: 5rem!important;
        margin-right: 5rem!important
    }

    .mx-xxl-8 {
        margin-left: 6rem!important;
        margin-right: 6rem!important
    }

    .mx-xxl-9 {
        margin-left: 7rem!important;
        margin-right: 7rem!important
    }

    .mx-xxl-10 {
        margin-left: 8rem!important;
        margin-right: 8rem!important
    }

    .mx-xxl-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-xxl-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-xxl-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-xxl-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-xxl-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-xxl-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-xxl-5 {
        margin-bottom: 2.5rem!important;
        margin-top: 2.5rem!important
    }

    .my-xxl-6 {
        margin-bottom: 4rem!important;
        margin-top: 4rem!important
    }

    .my-xxl-7 {
        margin-bottom: 5rem!important;
        margin-top: 5rem!important
    }

    .my-xxl-8 {
        margin-bottom: 6rem!important;
        margin-top: 6rem!important
    }

    .my-xxl-9 {
        margin-bottom: 7rem!important;
        margin-top: 7rem!important
    }

    .my-xxl-10 {
        margin-bottom: 8rem!important;
        margin-top: 8rem!important
    }

    .my-xxl-auto {
        margin-bottom: auto!important;
        margin-top: 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: 2.5rem!important
    }

    .mt-xxl-6 {
        margin-top: 4rem!important
    }

    .mt-xxl-7 {
        margin-top: 5rem!important
    }

    .mt-xxl-8 {
        margin-top: 6rem!important
    }

    .mt-xxl-9 {
        margin-top: 7rem!important
    }

    .mt-xxl-10 {
        margin-top: 8rem!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: 2.5rem!important
    }

    .me-xxl-6 {
        margin-right: 4rem!important
    }

    .me-xxl-7 {
        margin-right: 5rem!important
    }

    .me-xxl-8 {
        margin-right: 6rem!important
    }

    .me-xxl-9 {
        margin-right: 7rem!important
    }

    .me-xxl-10 {
        margin-right: 8rem!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: 2.5rem!important
    }

    .mb-xxl-6 {
        margin-bottom: 4rem!important
    }

    .mb-xxl-7 {
        margin-bottom: 5rem!important
    }

    .mb-xxl-8 {
        margin-bottom: 6rem!important
    }

    .mb-xxl-9 {
        margin-bottom: 7rem!important
    }

    .mb-xxl-10 {
        margin-bottom: 8rem!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: 2.5rem!important
    }

    .ms-xxl-6 {
        margin-left: 4rem!important
    }

    .ms-xxl-7 {
        margin-left: 5rem!important
    }

    .ms-xxl-8 {
        margin-left: 6rem!important
    }

    .ms-xxl-9 {
        margin-left: 7rem!important
    }

    .ms-xxl-10 {
        margin-left: 8rem!important
    }

    .ms-xxl-auto {
        margin-left: auto!important
    }

    .m-xxl-n1 {
        margin: -.25rem!important
    }

    .m-xxl-n2 {
        margin: -.5rem!important
    }

    .m-xxl-n3 {
        margin: -1rem!important
    }

    .m-xxl-n4 {
        margin: -1.5rem!important
    }

    .m-xxl-n5 {
        margin: -2.5rem!important
    }

    .m-xxl-n6 {
        margin: -4rem!important
    }

    .m-xxl-n7 {
        margin: -5rem!important
    }

    .m-xxl-n8 {
        margin: -6rem!important
    }

    .m-xxl-n9 {
        margin: -7rem!important
    }

    .m-xxl-n10 {
        margin: -8rem!important
    }

    .mx-xxl-n1 {
        margin-left: -.25rem!important;
        margin-right: -.25rem!important
    }

    .mx-xxl-n2 {
        margin-left: -.5rem!important;
        margin-right: -.5rem!important
    }

    .mx-xxl-n3 {
        margin-left: -1rem!important;
        margin-right: -1rem!important
    }

    .mx-xxl-n4 {
        margin-left: -1.5rem!important;
        margin-right: -1.5rem!important
    }

    .mx-xxl-n5 {
        margin-left: -2.5rem!important;
        margin-right: -2.5rem!important
    }

    .mx-xxl-n6 {
        margin-left: -4rem!important;
        margin-right: -4rem!important
    }

    .mx-xxl-n7 {
        margin-left: -5rem!important;
        margin-right: -5rem!important
    }

    .mx-xxl-n8 {
        margin-left: -6rem!important;
        margin-right: -6rem!important
    }

    .mx-xxl-n9 {
        margin-left: -7rem!important;
        margin-right: -7rem!important
    }

    .mx-xxl-n10 {
        margin-left: -8rem!important;
        margin-right: -8rem!important
    }

    .my-xxl-n1 {
        margin-bottom: -.25rem!important;
        margin-top: -.25rem!important
    }

    .my-xxl-n2 {
        margin-bottom: -.5rem!important;
        margin-top: -.5rem!important
    }

    .my-xxl-n3 {
        margin-bottom: -1rem!important;
        margin-top: -1rem!important
    }

    .my-xxl-n4 {
        margin-bottom: -1.5rem!important;
        margin-top: -1.5rem!important
    }

    .my-xxl-n5 {
        margin-bottom: -2.5rem!important;
        margin-top: -2.5rem!important
    }

    .my-xxl-n6 {
        margin-bottom: -4rem!important;
        margin-top: -4rem!important
    }

    .my-xxl-n7 {
        margin-bottom: -5rem!important;
        margin-top: -5rem!important
    }

    .my-xxl-n8 {
        margin-bottom: -6rem!important;
        margin-top: -6rem!important
    }

    .my-xxl-n9 {
        margin-bottom: -7rem!important;
        margin-top: -7rem!important
    }

    .my-xxl-n10 {
        margin-bottom: -8rem!important;
        margin-top: -8rem!important
    }

    .mt-xxl-n1 {
        margin-top: -.25rem!important
    }

    .mt-xxl-n2 {
        margin-top: -.5rem!important
    }

    .mt-xxl-n3 {
        margin-top: -1rem!important
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem!important
    }

    .mt-xxl-n5 {
        margin-top: -2.5rem!important
    }

    .mt-xxl-n6 {
        margin-top: -4rem!important
    }

    .mt-xxl-n7 {
        margin-top: -5rem!important
    }

    .mt-xxl-n8 {
        margin-top: -6rem!important
    }

    .mt-xxl-n9 {
        margin-top: -7rem!important
    }

    .mt-xxl-n10 {
        margin-top: -8rem!important
    }

    .me-xxl-n1 {
        margin-right: -.25rem!important
    }

    .me-xxl-n2 {
        margin-right: -.5rem!important
    }

    .me-xxl-n3 {
        margin-right: -1rem!important
    }

    .me-xxl-n4 {
        margin-right: -1.5rem!important
    }

    .me-xxl-n5 {
        margin-right: -2.5rem!important
    }

    .me-xxl-n6 {
        margin-right: -4rem!important
    }

    .me-xxl-n7 {
        margin-right: -5rem!important
    }

    .me-xxl-n8 {
        margin-right: -6rem!important
    }

    .me-xxl-n9 {
        margin-right: -7rem!important
    }

    .me-xxl-n10 {
        margin-right: -8rem!important
    }

    .mb-xxl-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-xxl-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem!important
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem!important
    }

    .mb-xxl-n5 {
        margin-bottom: -2.5rem!important
    }

    .mb-xxl-n6 {
        margin-bottom: -4rem!important
    }

    .mb-xxl-n7 {
        margin-bottom: -5rem!important
    }

    .mb-xxl-n8 {
        margin-bottom: -6rem!important
    }

    .mb-xxl-n9 {
        margin-bottom: -7rem!important
    }

    .mb-xxl-n10 {
        margin-bottom: -8rem!important
    }

    .ms-xxl-n1 {
        margin-left: -.25rem!important
    }

    .ms-xxl-n2 {
        margin-left: -.5rem!important
    }

    .ms-xxl-n3 {
        margin-left: -1rem!important
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem!important
    }

    .ms-xxl-n5 {
        margin-left: -2.5rem!important
    }

    .ms-xxl-n6 {
        margin-left: -4rem!important
    }

    .ms-xxl-n7 {
        margin-left: -5rem!important
    }

    .ms-xxl-n8 {
        margin-left: -6rem!important
    }

    .ms-xxl-n9 {
        margin-left: -7rem!important
    }

    .ms-xxl-n10 {
        margin-left: -8rem!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: 2.5rem!important
    }

    .p-xxl-6 {
        padding: 4rem!important
    }

    .p-xxl-7 {
        padding: 5rem!important
    }

    .p-xxl-8 {
        padding: 6rem!important
    }

    .p-xxl-9 {
        padding: 7rem!important
    }

    .p-xxl-10 {
        padding: 8rem!important
    }

    .px-xxl-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-xxl-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-xxl-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-xxl-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-xxl-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-xxl-5 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .px-xxl-6 {
        padding-left: 4rem!important;
        padding-right: 4rem!important
    }

    .px-xxl-7 {
        padding-left: 5rem!important;
        padding-right: 5rem!important
    }

    .px-xxl-8 {
        padding-left: 6rem!important;
        padding-right: 6rem!important
    }

    .px-xxl-9 {
        padding-left: 7rem!important;
        padding-right: 7rem!important
    }

    .px-xxl-10 {
        padding-left: 8rem!important;
        padding-right: 8rem!important
    }

    .py-xxl-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-xxl-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-xxl-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-xxl-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-xxl-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-xxl-5 {
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important
    }

    .py-xxl-6 {
        padding-bottom: 4rem!important;
        padding-top: 4rem!important
    }

    .py-xxl-7 {
        padding-bottom: 5rem!important;
        padding-top: 5rem!important
    }

    .py-xxl-8 {
        padding-bottom: 6rem!important;
        padding-top: 6rem!important
    }

    .py-xxl-9 {
        padding-bottom: 7rem!important;
        padding-top: 7rem!important
    }

    .py-xxl-10 {
        padding-bottom: 8rem!important;
        padding-top: 8rem!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: 2.5rem!important
    }

    .pt-xxl-6 {
        padding-top: 4rem!important
    }

    .pt-xxl-7 {
        padding-top: 5rem!important
    }

    .pt-xxl-8 {
        padding-top: 6rem!important
    }

    .pt-xxl-9 {
        padding-top: 7rem!important
    }

    .pt-xxl-10 {
        padding-top: 8rem!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: 2.5rem!important
    }

    .pe-xxl-6 {
        padding-right: 4rem!important
    }

    .pe-xxl-7 {
        padding-right: 5rem!important
    }

    .pe-xxl-8 {
        padding-right: 6rem!important
    }

    .pe-xxl-9 {
        padding-right: 7rem!important
    }

    .pe-xxl-10 {
        padding-right: 8rem!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: 2.5rem!important
    }

    .pb-xxl-6 {
        padding-bottom: 4rem!important
    }

    .pb-xxl-7 {
        padding-bottom: 5rem!important
    }

    .pb-xxl-8 {
        padding-bottom: 6rem!important
    }

    .pb-xxl-9 {
        padding-bottom: 7rem!important
    }

    .pb-xxl-10 {
        padding-bottom: 8rem!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: 2.5rem!important
    }

    .ps-xxl-6 {
        padding-left: 4rem!important
    }

    .ps-xxl-7 {
        padding-left: 5rem!important
    }

    .ps-xxl-8 {
        padding-left: 6rem!important
    }

    .ps-xxl-9 {
        padding-left: 7rem!important
    }

    .ps-xxl-10 {
        padding-left: 8rem!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: 2.5rem!important
    }

    .gap-xxl-6 {
        gap: 4rem!important
    }

    .gap-xxl-7 {
        gap: 5rem!important
    }

    .gap-xxl-8 {
        gap: 6rem!important
    }

    .gap-xxl-9 {
        gap: 7rem!important
    }

    .gap-xxl-10 {
        gap: 8rem!important
    }

    .row-gap-xxl-0 {
        row-gap: 0!important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem!important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem!important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem!important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xxl-5 {
        row-gap: 2.5rem!important
    }

    .row-gap-xxl-6 {
        row-gap: 4rem!important
    }

    .row-gap-xxl-7 {
        row-gap: 5rem!important
    }

    .row-gap-xxl-8 {
        row-gap: 6rem!important
    }

    .row-gap-xxl-9 {
        row-gap: 7rem!important
    }

    .row-gap-xxl-10 {
        row-gap: 8rem!important
    }

    .column-gap-xxl-0 {
        column-gap: 0!important
    }

    .column-gap-xxl-1 {
        column-gap: .25rem!important
    }

    .column-gap-xxl-2 {
        column-gap: .5rem!important
    }

    .column-gap-xxl-3 {
        column-gap: 1rem!important
    }

    .column-gap-xxl-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-xxl-5 {
        column-gap: 2.5rem!important
    }

    .column-gap-xxl-6 {
        column-gap: 4rem!important
    }

    .column-gap-xxl-7 {
        column-gap: 5rem!important
    }

    .column-gap-xxl-8 {
        column-gap: 6rem!important
    }

    .column-gap-xxl-9 {
        column-gap: 7rem!important
    }

    .column-gap-xxl-10 {
        column-gap: 8rem!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-inline-grid {
        display: inline-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
    }
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fal,.far,.fas {
    font-family: var(--wp--preset--font-family--font-awesome);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: 2em
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: ""
}

.fa-abacus:before {
    content: ""
}

.fa-accessible-icon:before {
    content: ""
}

.fa-accusoft:before {
    content: ""
}

.fa-acorn:before {
    content: ""
}

.fa-acquisitions-incorporated:before {
    content: ""
}

.fa-ad:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-card:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-adversal:before {
    content: ""
}

.fa-affiliatetheme:before {
    content: ""
}

.fa-air-conditioner:before {
    content: ""
}

.fa-air-freshener:before {
    content: ""
}

.fa-airbnb:before {
    content: ""
}

.fa-alarm-clock:before {
    content: ""
}

.fa-alarm-exclamation:before {
    content: ""
}

.fa-alarm-plus:before {
    content: ""
}

.fa-alarm-snooze:before {
    content: ""
}

.fa-album:before {
    content: ""
}

.fa-album-collection:before {
    content: ""
}

.fa-algolia:before {
    content: ""
}

.fa-alicorn:before {
    content: ""
}

.fa-alien:before {
    content: ""
}

.fa-alien-monster:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-slash:before {
    content: ""
}

.fa-alipay:before {
    content: ""
}

.fa-allergies:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-amazon-pay:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-amilia:before {
    content: ""
}

.fa-amp-guitar:before {
    content: ""
}

.fa-analytics:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-angel:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angry:before {
    content: ""
}

.fa-angrycreative:before {
    content: ""
}

.fa-angular:before {
    content: ""
}

.fa-ankh:before {
    content: ""
}

.fa-app-store:before {
    content: ""
}

.fa-app-store-ios:before {
    content: ""
}

.fa-apper:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-apple-alt:before {
    content: ""
}

.fa-apple-crate:before {
    content: ""
}

.fa-apple-pay:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-archway:before {
    content: ""
}

.fa-arrow-alt-circle-down:before {
    content: ""
}

.fa-arrow-alt-circle-left:before {
    content: ""
}

.fa-arrow-alt-circle-right:before {
    content: ""
}

.fa-arrow-alt-circle-up:before {
    content: ""
}

.fa-arrow-alt-down:before {
    content: ""
}

.fa-arrow-alt-from-bottom:before {
    content: ""
}

.fa-arrow-alt-from-left:before {
    content: ""
}

.fa-arrow-alt-from-right:before {
    content: ""
}

.fa-arrow-alt-from-top:before {
    content: ""
}

.fa-arrow-alt-left:before {
    content: ""
}

.fa-arrow-alt-right:before {
    content: ""
}

.fa-arrow-alt-square-down:before {
    content: ""
}

.fa-arrow-alt-square-left:before {
    content: ""
}

.fa-arrow-alt-square-right:before {
    content: ""
}

.fa-arrow-alt-square-up:before {
    content: ""
}

.fa-arrow-alt-to-bottom:before {
    content: ""
}

.fa-arrow-alt-to-left:before {
    content: ""
}

.fa-arrow-alt-to-right:before {
    content: ""
}

.fa-arrow-alt-to-top:before {
    content: ""
}

.fa-arrow-alt-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-arrow-from-bottom:before {
    content: ""
}

.fa-arrow-from-left:before {
    content: ""
}

.fa-arrow-from-right:before {
    content: ""
}

.fa-arrow-from-top:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-square-down:before {
    content: ""
}

.fa-arrow-square-left:before {
    content: ""
}

.fa-arrow-square-right:before {
    content: ""
}

.fa-arrow-square-up:before {
    content: ""
}

.fa-arrow-to-bottom:before {
    content: ""
}

.fa-arrow-to-left:before {
    content: ""
}

.fa-arrow-to-right:before {
    content: ""
}

.fa-arrow-to-top:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-arrows-alt-h:before {
    content: ""
}

.fa-arrows-alt-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-artstation:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-asymmetrik:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-atlas:before {
    content: ""
}

.fa-atlassian:before {
    content: ""
}

.fa-atom:before {
    content: ""
}

.fa-atom-alt:before {
    content: ""
}

.fa-audible:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-autoprefixer:before {
    content: ""
}

.fa-avianex:before {
    content: ""
}

.fa-aviato:before {
    content: ""
}

.fa-award:before {
    content: ""
}

.fa-aws:before {
    content: ""
}

.fa-axe:before {
    content: ""
}

.fa-axe-battle:before {
    content: ""
}

.fa-baby:before {
    content: ""
}

.fa-baby-carriage:before {
    content: ""
}

.fa-backpack:before {
    content: ""
}

.fa-backspace:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-bacon:before {
    content: ""
}

.fa-bacteria:before {
    content: ""
}

.fa-bacterium:before {
    content: ""
}

.fa-badge:before {
    content: ""
}

.fa-badge-check:before {
    content: ""
}

.fa-badge-dollar:before {
    content: ""
}

.fa-badge-percent:before {
    content: ""
}

.fa-badge-sheriff:before {
    content: ""
}

.fa-badger-honey:before {
    content: ""
}

.fa-bags-shopping:before {
    content: ""
}

.fa-bahai:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-balance-scale-left:before {
    content: ""
}

.fa-balance-scale-right:before {
    content: ""
}

.fa-ball-pile:before {
    content: ""
}

.fa-ballot:before {
    content: ""
}

.fa-ballot-check:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-band-aid:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-banjo:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-barcode-alt:before {
    content: ""
}

.fa-barcode-read:before {
    content: ""
}

.fa-barcode-scan:before {
    content: ""
}

.fa-bars:before {
    content: ""
}

.fa-baseball:before {
    content: ""
}

.fa-baseball-ball:before {
    content: ""
}

.fa-basketball-ball:before {
    content: ""
}

.fa-basketball-hoop:before {
    content: ""
}

.fa-bat:before {
    content: ""
}

.fa-bath:before {
    content: ""
}

.fa-battery-bolt:before {
    content: ""
}

.fa-battery-empty:before {
    content: ""
}

.fa-battery-full:before {
    content: ""
}

.fa-battery-half:before {
    content: ""
}

.fa-battery-quarter:before {
    content: ""
}

.fa-battery-slash:before {
    content: ""
}

.fa-battery-three-quarters:before {
    content: ""
}

.fa-battle-net:before {
    content: ""
}

.fa-bed:before {
    content: ""
}

.fa-bed-alt:before {
    content: ""
}

.fa-bed-bunk:before {
    content: ""
}

.fa-bed-empty:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-bell-exclamation:before {
    content: ""
}

.fa-bell-on:before {
    content: ""
}

.fa-bell-plus:before {
    content: ""
}

.fa-bell-school:before {
    content: ""
}

.fa-bell-school-slash:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bells:before {
    content: ""
}

.fa-betamax:before {
    content: ""
}

.fa-bezier-curve:before {
    content: ""
}

.fa-bible:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-biking:before {
    content: ""
}

.fa-biking-mountain:before {
    content: ""
}

.fa-bimobject:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-biohazard:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitcoin:before {
    content: ""
}

.fa-bity:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-blackberry:before {
    content: ""
}

.fa-blanket:before {
    content: ""
}

.fa-blender:before {
    content: ""
}

.fa-blender-phone:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-blinds:before {
    content: ""
}

.fa-blinds-open:before {
    content: ""
}

.fa-blinds-raised:before {
    content: ""
}

.fa-blog:before {
    content: ""
}

.fa-blogger:before {
    content: ""
}

.fa-blogger-b:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-bolt:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-bone:before {
    content: ""
}

.fa-bone-break:before {
    content: ""
}

.fa-bong:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-book-alt:before {
    content: ""
}

.fa-book-dead:before {
    content: ""
}

.fa-book-heart:before {
    content: ""
}

.fa-book-medical:before {
    content: ""
}

.fa-book-open:before {
    content: ""
}

.fa-book-reader:before {
    content: ""
}

.fa-book-spells:before {
    content: ""
}

.fa-book-user:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-books:before {
    content: ""
}

.fa-books-medical:before {
    content: ""
}

.fa-boombox:before {
    content: ""
}

.fa-boot:before {
    content: ""
}

.fa-booth-curtain:before {
    content: ""
}

.fa-bootstrap:before {
    content: ""
}

.fa-border-all:before {
    content: ""
}

.fa-border-bottom:before {
    content: ""
}

.fa-border-center-h:before {
    content: ""
}

.fa-border-center-v:before {
    content: ""
}

.fa-border-inner:before {
    content: ""
}

.fa-border-left:before {
    content: ""
}

.fa-border-none:before {
    content: ""
}

.fa-border-outer:before {
    content: ""
}

.fa-border-right:before {
    content: ""
}

.fa-border-style:before {
    content: ""
}

.fa-border-style-alt:before {
    content: ""
}

.fa-border-top:before {
    content: ""
}

.fa-bow-arrow:before {
    content: ""
}

.fa-bowling-ball:before {
    content: ""
}

.fa-bowling-pins:before {
    content: ""
}

.fa-box:before {
    content: ""
}

.fa-box-alt:before {
    content: ""
}

.fa-box-ballot:before {
    content: ""
}

.fa-box-check:before {
    content: ""
}

.fa-box-fragile:before {
    content: ""
}

.fa-box-full:before {
    content: ""
}

.fa-box-heart:before {
    content: ""
}

.fa-box-open:before {
    content: ""
}

.fa-box-tissue:before {
    content: ""
}

.fa-box-up:before {
    content: ""
}

.fa-box-usd:before {
    content: ""
}

.fa-boxes:before {
    content: ""
}

.fa-boxes-alt:before {
    content: ""
}

.fa-boxing-glove:before {
    content: ""
}

.fa-brackets:before {
    content: ""
}

.fa-brackets-curly:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-brain:before {
    content: ""
}

.fa-bread-loaf:before {
    content: ""
}

.fa-bread-slice:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-briefcase-medical:before {
    content: ""
}

.fa-bring-forward:before {
    content: ""
}

.fa-bring-front:before {
    content: ""
}

.fa-broadcast-tower:before {
    content: ""
}

.fa-broom:before {
    content: ""
}

.fa-browser:before {
    content: ""
}

.fa-brush:before {
    content: ""
}

.fa-btc:before {
    content: ""
}

.fa-buffer:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-bullseye-arrow:before {
    content: ""
}

.fa-bullseye-pointer:before {
    content: ""
}

.fa-burger-soda:before {
    content: ""
}

.fa-burn:before {
    content: ""
}

.fa-buromobelexperte:before {
    content: ""
}

.fa-burrito:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-bus-alt:before {
    content: ""
}

.fa-bus-school:before {
    content: ""
}

.fa-business-time:before {
    content: ""
}

.fa-buy-n-large:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-cabinet-filing:before {
    content: ""
}

.fa-cactus:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-calculator-alt:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-calendar-alt:before {
    content: ""
}

.fa-calendar-check:before {
    content: ""
}

.fa-calendar-day:before {
    content: ""
}

.fa-calendar-edit:before {
    content: ""
}

.fa-calendar-exclamation:before {
    content: ""
}

.fa-calendar-minus:before {
    content: ""
}

.fa-calendar-plus:before {
    content: ""
}

.fa-calendar-star:before {
    content: ""
}

.fa-calendar-times:before {
    content: ""
}

.fa-calendar-week:before {
    content: ""
}

.fa-camcorder:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-camera-alt:before {
    content: ""
}

.fa-camera-home:before {
    content: ""
}

.fa-camera-movie:before {
    content: ""
}

.fa-camera-polaroid:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-campfire:before {
    content: ""
}

.fa-campground:before {
    content: ""
}

.fa-canadian-maple-leaf:before {
    content: ""
}

.fa-candle-holder:before {
    content: ""
}

.fa-candy-cane:before {
    content: ""
}

.fa-candy-corn:before {
    content: ""
}

.fa-cannabis:before {
    content: ""
}

.fa-capsules:before {
    content: ""
}

.fa-car:before {
    content: ""
}

.fa-car-alt:before {
    content: ""
}

.fa-car-battery:before {
    content: ""
}

.fa-car-building:before {
    content: ""
}

.fa-car-bump:before {
    content: ""
}

.fa-car-bus:before {
    content: ""
}

.fa-car-crash:before {
    content: ""
}

.fa-car-garage:before {
    content: ""
}

.fa-car-mechanic:before {
    content: ""
}

.fa-car-side:before {
    content: ""
}

.fa-car-tilt:before {
    content: ""
}

.fa-car-wash:before {
    content: ""
}

.fa-caravan:before {
    content: ""
}

.fa-caravan-alt:before {
    content: ""
}

.fa-caret-circle-down:before {
    content: ""
}

.fa-caret-circle-left:before {
    content: ""
}

.fa-caret-circle-right:before {
    content: ""
}

.fa-caret-circle-up:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-caret-square-down:before {
    content: ""
}

.fa-caret-square-left:before {
    content: ""
}

.fa-caret-square-right:before {
    content: ""
}

.fa-caret-square-up:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-carrot:before {
    content: ""
}

.fa-cars:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cash-register:before {
    content: ""
}

.fa-cassette-tape:before {
    content: ""
}

.fa-cat:before {
    content: ""
}

.fa-cat-space:before {
    content: ""
}

.fa-cauldron:before {
    content: ""
}

.fa-cc-amazon-pay:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-apple-pay:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cctv:before {
    content: ""
}

.fa-centercode:before {
    content: ""
}

.fa-centos:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-chair:before {
    content: ""
}

.fa-chair-office:before {
    content: ""
}

.fa-chalkboard:before {
    content: ""
}

.fa-chalkboard-teacher:before {
    content: ""
}

.fa-charging-station:before {
    content: ""
}

.fa-chart-area:before {
    content: ""
}

.fa-chart-bar:before {
    content: ""
}

.fa-chart-line:before {
    content: ""
}

.fa-chart-line-down:before {
    content: ""
}

.fa-chart-network:before {
    content: ""
}

.fa-chart-pie:before {
    content: ""
}

.fa-chart-pie-alt:before {
    content: ""
}

.fa-chart-scatter:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-check-double:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-cheese:before {
    content: ""
}

.fa-cheese-swiss:before {
    content: ""
}

.fa-cheeseburger:before {
    content: ""
}

.fa-chess:before {
    content: ""
}

.fa-chess-bishop:before {
    content: ""
}

.fa-chess-bishop-alt:before {
    content: ""
}

.fa-chess-board:before {
    content: ""
}

.fa-chess-clock:before {
    content: ""
}

.fa-chess-clock-alt:before {
    content: ""
}

.fa-chess-king:before {
    content: ""
}

.fa-chess-king-alt:before {
    content: ""
}

.fa-chess-knight:before {
    content: ""
}

.fa-chess-knight-alt:before {
    content: ""
}

.fa-chess-pawn:before {
    content: ""
}

.fa-chess-pawn-alt:before {
    content: ""
}

.fa-chess-queen:before {
    content: ""
}

.fa-chess-queen-alt:before {
    content: ""
}

.fa-chess-rook:before {
    content: ""
}

.fa-chess-rook-alt:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-double-down:before {
    content: ""
}

.fa-chevron-double-left:before {
    content: ""
}

.fa-chevron-double-right:before {
    content: ""
}

.fa-chevron-double-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-chevron-square-down:before {
    content: ""
}

.fa-chevron-square-left:before {
    content: ""
}

.fa-chevron-square-right:before {
    content: ""
}

.fa-chevron-square-up:before {
    content: ""
}

.fa-chevrons-left:before {
    content: ""
}

.fa-chevrons-right:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-chimney:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-chromecast:before {
    content: ""
}

.fa-church:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-circle-notch:before {
    content: ""
}

.fa-city:before {
    content: ""
}

.fa-clarinet:before {
    content: ""
}

.fa-claw-marks:before {
    content: ""
}

.fa-clinic-medical:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-clipboard-check:before {
    content: ""
}

.fa-clipboard-list:before {
    content: ""
}

.fa-clipboard-list-check:before {
    content: ""
}

.fa-clipboard-prescription:before {
    content: ""
}

.fa-clipboard-user:before {
    content: ""
}

.fa-clock:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-closed-captioning:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-download-alt:before {
    content: ""
}

.fa-cloud-drizzle:before {
    content: ""
}

.fa-cloud-hail:before {
    content: ""
}

.fa-cloud-hail-mixed:before {
    content: ""
}

.fa-cloud-meatball:before {
    content: ""
}

.fa-cloud-moon:before {
    content: ""
}

.fa-cloud-moon-rain:before {
    content: ""
}

.fa-cloud-music:before {
    content: ""
}

.fa-cloud-rain:before {
    content: ""
}

.fa-cloud-rainbow:before {
    content: ""
}

.fa-cloud-showers:before {
    content: ""
}

.fa-cloud-showers-heavy:before {
    content: ""
}

.fa-cloud-sleet:before {
    content: ""
}

.fa-cloud-snow:before {
    content: ""
}

.fa-cloud-sun:before {
    content: ""
}

.fa-cloud-sun-rain:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-cloud-upload-alt:before {
    content: ""
}

.fa-cloudflare:before {
    content: ""
}

.fa-clouds:before {
    content: ""
}

.fa-clouds-moon:before {
    content: ""
}

.fa-clouds-sun:before {
    content: ""
}

.fa-cloudscale:before {
    content: ""
}

.fa-cloudsmith:before {
    content: ""
}

.fa-cloudversify:before {
    content: ""
}

.fa-club:before {
    content: ""
}

.fa-cocktail:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-code-branch:before {
    content: ""
}

.fa-code-commit:before {
    content: ""
}

.fa-code-merge:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-coffee-pot:before {
    content: ""
}

.fa-coffee-togo:before {
    content: ""
}

.fa-coffin:before {
    content: ""
}

.fa-coffin-cross:before {
    content: ""
}

.fa-cog:before {
    content: ""
}

.fa-cogs:before {
    content: ""
}

.fa-coin:before {
    content: ""
}

.fa-coins:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-comet:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-comment-alt:before {
    content: ""
}

.fa-comment-alt-check:before {
    content: ""
}

.fa-comment-alt-dollar:before {
    content: ""
}

.fa-comment-alt-dots:before {
    content: ""
}

.fa-comment-alt-edit:before {
    content: ""
}

.fa-comment-alt-exclamation:before {
    content: ""
}

.fa-comment-alt-lines:before {
    content: ""
}

.fa-comment-alt-medical:before {
    content: ""
}

.fa-comment-alt-minus:before {
    content: ""
}

.fa-comment-alt-music:before {
    content: ""
}

.fa-comment-alt-plus:before {
    content: ""
}

.fa-comment-alt-slash:before {
    content: ""
}

.fa-comment-alt-smile:before {
    content: ""
}

.fa-comment-alt-times:before {
    content: ""
}

.fa-comment-check:before {
    content: ""
}

.fa-comment-dollar:before {
    content: ""
}

.fa-comment-dots:before {
    content: ""
}

.fa-comment-edit:before {
    content: ""
}

.fa-comment-exclamation:before {
    content: ""
}

.fa-comment-lines:before {
    content: ""
}

.fa-comment-medical:before {
    content: ""
}

.fa-comment-minus:before {
    content: ""
}

.fa-comment-music:before {
    content: ""
}

.fa-comment-plus:before {
    content: ""
}

.fa-comment-slash:before {
    content: ""
}

.fa-comment-smile:before {
    content: ""
}

.fa-comment-times:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-comments-alt:before {
    content: ""
}

.fa-comments-alt-dollar:before {
    content: ""
}

.fa-comments-dollar:before {
    content: ""
}

.fa-compact-disc:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-compass-slash:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-compress-alt:before {
    content: ""
}

.fa-compress-arrows-alt:before {
    content: ""
}

.fa-compress-wide:before {
    content: ""
}

.fa-computer-classic:before {
    content: ""
}

.fa-computer-speaker:before {
    content: ""
}

.fa-concierge-bell:before {
    content: ""
}

.fa-confluence:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-construction:before {
    content: ""
}

.fa-container-storage:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-conveyor-belt:before {
    content: ""
}

.fa-conveyor-belt-alt:before {
    content: ""
}

.fa-cookie:before {
    content: ""
}

.fa-cookie-bite:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-corn:before {
    content: ""
}

.fa-cotton-bureau:before {
    content: ""
}

.fa-couch:before {
    content: ""
}

.fa-cow:before {
    content: ""
}

.fa-cowbell:before {
    content: ""
}

.fa-cowbell-more:before {
    content: ""
}

.fa-cpanel:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-creative-commons-by:before {
    content: ""
}

.fa-creative-commons-nc:before {
    content: ""
}

.fa-creative-commons-nc-eu:before {
    content: ""
}

.fa-creative-commons-nc-jp:before {
    content: ""
}

.fa-creative-commons-nd:before {
    content: ""
}

.fa-creative-commons-pd:before {
    content: ""
}

.fa-creative-commons-pd-alt:before {
    content: ""
}

.fa-creative-commons-remix:before {
    content: ""
}

.fa-creative-commons-sa:before {
    content: ""
}

.fa-creative-commons-sampling:before {
    content: ""
}

.fa-creative-commons-sampling-plus:before {
    content: ""
}

.fa-creative-commons-share:before {
    content: ""
}

.fa-creative-commons-zero:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-credit-card-blank:before {
    content: ""
}

.fa-credit-card-front:before {
    content: ""
}

.fa-cricket:before {
    content: ""
}

.fa-critical-role:before {
    content: ""
}

.fa-croissant:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-crop-alt:before {
    content: ""
}

.fa-cross:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-crow:before {
    content: ""
}

.fa-crown:before {
    content: ""
}

.fa-crutch:before {
    content: ""
}

.fa-crutches:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-css3-alt:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-curling:before {
    content: ""
}

.fa-cut:before {
    content: ""
}

.fa-cuttlefish:before {
    content: ""
}

.fa-d-and-d:before {
    content: ""
}

.fa-d-and-d-beyond:before {
    content: ""
}

.fa-dagger:before {
    content: ""
}

.fa-dailymotion:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-deaf:before {
    content: ""
}

.fa-debug:before {
    content: ""
}

.fa-deer:before {
    content: ""
}

.fa-deer-rudolph:before {
    content: ""
}

.fa-deezer:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-democrat:before {
    content: ""
}

.fa-deploydog:before {
    content: ""
}

.fa-deskpro:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-desktop-alt:before {
    content: ""
}

.fa-dev:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-dewpoint:before {
    content: ""
}

.fa-dharmachakra:before {
    content: ""
}

.fa-dhl:before {
    content: ""
}

.fa-diagnoses:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-diaspora:before {
    content: ""
}

.fa-dice:before {
    content: ""
}

.fa-dice-d10:before {
    content: ""
}

.fa-dice-d12:before {
    content: ""
}

.fa-dice-d20:before {
    content: ""
}

.fa-dice-d4:before {
    content: ""
}

.fa-dice-d6:before {
    content: ""
}

.fa-dice-d8:before {
    content: ""
}

.fa-dice-five:before {
    content: ""
}

.fa-dice-four:before {
    content: ""
}

.fa-dice-one:before {
    content: ""
}

.fa-dice-six:before {
    content: ""
}

.fa-dice-three:before {
    content: ""
}

.fa-dice-two:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-digging:before {
    content: ""
}

.fa-digital-ocean:before {
    content: ""
}

.fa-digital-tachograph:before {
    content: ""
}

.fa-diploma:before {
    content: ""
}

.fa-directions:before {
    content: ""
}

.fa-disc-drive:before {
    content: ""
}

.fa-discord:before {
    content: ""
}

.fa-discourse:before {
    content: ""
}

.fa-disease:before {
    content: ""
}

.fa-divide:before {
    content: ""
}

.fa-dizzy:before {
    content: ""
}

.fa-dna:before {
    content: ""
}

.fa-do-not-enter:before {
    content: ""
}

.fa-dochub:before {
    content: ""
}

.fa-docker:before {
    content: ""
}

.fa-dog:before {
    content: ""
}

.fa-dog-leashed:before {
    content: ""
}

.fa-dollar-sign:before {
    content: ""
}

.fa-dolly:before {
    content: ""
}

.fa-dolly-empty:before {
    content: ""
}

.fa-dolly-flatbed:before {
    content: ""
}

.fa-dolly-flatbed-alt:before {
    content: ""
}

.fa-dolly-flatbed-empty:before {
    content: ""
}

.fa-donate:before {
    content: ""
}

.fa-door-closed:before {
    content: ""
}

.fa-door-open:before {
    content: ""
}

.fa-dot-circle:before {
    content: ""
}

.fa-dove:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-draft2digital:before {
    content: ""
}

.fa-drafting-compass:before {
    content: ""
}

.fa-dragon:before {
    content: ""
}

.fa-draw-circle:before {
    content: ""
}

.fa-draw-polygon:before {
    content: ""
}

.fa-draw-square:before {
    content: ""
}

.fa-dreidel:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-dribbble-square:before {
    content: ""
}

.fa-drone:before {
    content: ""
}

.fa-drone-alt:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-drum:before {
    content: ""
}

.fa-drum-steelpan:before {
    content: ""
}

.fa-drumstick:before {
    content: ""
}

.fa-drumstick-bite:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-dryer:before {
    content: ""
}

.fa-dryer-alt:before {
    content: ""
}

.fa-duck:before {
    content: ""
}

.fa-dumbbell:before {
    content: ""
}

.fa-dumpster:before {
    content: ""
}

.fa-dumpster-fire:before {
    content: ""
}

.fa-dungeon:before {
    content: ""
}

.fa-dyalog:before {
    content: ""
}

.fa-ear:before {
    content: ""
}

.fa-ear-muffs:before {
    content: ""
}

.fa-earlybirds:before {
    content: ""
}

.fa-ebay:before {
    content: ""
}

.fa-eclipse:before {
    content: ""
}

.fa-eclipse-alt:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-edge-legacy:before {
    content: ""
}

.fa-edit:before {
    content: ""
}

.fa-egg:before {
    content: ""
}

.fa-egg-fried:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-elementor:before {
    content: ""
}

.fa-elephant:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-h-alt:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-ellipsis-v-alt:before {
    content: ""
}

.fa-ello:before {
    content: ""
}

.fa-ember:before {
    content: ""
}

.fa-empire:before {
    content: ""
}

.fa-empty-set:before {
    content: ""
}

.fa-engine-warning:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-dollar:before {
    content: ""
}

.fa-envelope-open-text:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-equals:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-erlang:before {
    content: ""
}

.fa-ethereum:before {
    content: ""
}

.fa-ethernet:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-euro-sign:before {
    content: ""
}

.fa-evernote:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-exchange-alt:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-exclamation-square:before {
    content: ""
}

.fa-exclamation-triangle:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-expand-alt:before {
    content: ""
}

.fa-expand-arrows:before {
    content: ""
}

.fa-expand-arrows-alt:before {
    content: ""
}

.fa-expand-wide:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-external-link-alt:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-external-link-square-alt:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-dropper:before {
    content: ""
}

.fa-eye-evil:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-facebook-f:before {
    content: ""
}

.fa-facebook-messenger:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-fan:before {
    content: ""
}

.fa-fan-table:before {
    content: ""
}

.fa-fantasy-flight-games:before {
    content: ""
}

.fa-farm:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-faucet:before {
    content: ""
}

.fa-faucet-drip:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-feather:before {
    content: ""
}

.fa-feather-alt:before {
    content: ""
}

.fa-fedex:before {
    content: ""
}

.fa-fedora:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-field-hockey:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-figma:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-alt:before {
    content: ""
}

.fa-file-archive:before {
    content: ""
}

.fa-file-audio:before {
    content: ""
}

.fa-file-certificate:before {
    content: ""
}

.fa-file-chart-line:before {
    content: ""
}

.fa-file-chart-pie:before {
    content: ""
}

.fa-file-check:before {
    content: ""
}

.fa-file-code:before {
    content: ""
}

.fa-file-contract:before {
    content: ""
}

.fa-file-csv:before {
    content: ""
}

.fa-file-download:before {
    content: ""
}

.fa-file-edit:before {
    content: ""
}

.fa-file-excel:before {
    content: ""
}

.fa-file-exclamation:before {
    content: ""
}

.fa-file-export:before {
    content: ""
}

.fa-file-image:before {
    content: ""
}

.fa-file-import:before {
    content: ""
}

.fa-file-invoice:before {
    content: ""
}

.fa-file-invoice-dollar:before {
    content: ""
}

.fa-file-medical:before {
    content: ""
}

.fa-file-medical-alt:before {
    content: ""
}

.fa-file-minus:before {
    content: ""
}

.fa-file-music:before {
    content: ""
}

.fa-file-pdf:before {
    content: ""
}

.fa-file-plus:before {
    content: ""
}

.fa-file-powerpoint:before {
    content: ""
}

.fa-file-prescription:before {
    content: ""
}

.fa-file-search:before {
    content: ""
}

.fa-file-signature:before {
    content: ""
}

.fa-file-spreadsheet:before {
    content: ""
}

.fa-file-times:before {
    content: ""
}

.fa-file-upload:before {
    content: ""
}

.fa-file-user:before {
    content: ""
}

.fa-file-video:before {
    content: ""
}

.fa-file-word:before {
    content: ""
}

.fa-files-medical:before {
    content: ""
}

.fa-fill:before {
    content: ""
}

.fa-fill-drip:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-film-alt:before {
    content: ""
}

.fa-film-canister:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-fingerprint:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-fire-alt:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-fire-smoke:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-firefox-browser:before {
    content: ""
}

.fa-fireplace:before {
    content: ""
}

.fa-first-aid:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-first-order-alt:before {
    content: ""
}

.fa-firstdraft:before {
    content: ""
}

.fa-fish:before {
    content: ""
}

.fa-fish-cooked:before {
    content: ""
}

.fa-fist-raised:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-flag-alt:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-flag-usa:before {
    content: ""
}

.fa-flame:before {
    content: ""
}

.fa-flashlight:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-flask-poison:before {
    content: ""
}

.fa-flask-potion:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-flipboard:before {
    content: ""
}

.fa-flower:before {
    content: ""
}

.fa-flower-daffodil:before {
    content: ""
}

.fa-flower-tulip:before {
    content: ""
}

.fa-flushed:before {
    content: ""
}

.fa-flute:before {
    content: ""
}

.fa-flux-capacitor:before {
    content: ""
}

.fa-fly:before {
    content: ""
}

.fa-fog:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-download:before {
    content: ""
}

.fa-folder-minus:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-folder-plus:before {
    content: ""
}

.fa-folder-times:before {
    content: ""
}

.fa-folder-tree:before {
    content: ""
}

.fa-folder-upload:before {
    content: ""
}

.fa-folders:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-font-awesome:before {
    content: ""
}

.fa-font-awesome-alt:before {
    content: ""
}

.fa-font-awesome-flag:before {
    content: ""
}

.fa-font-awesome-logo-full:before {
    content: ""
}

.fa-font-case:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-fonticons-fi:before {
    content: ""
}

.fa-football-ball:before {
    content: ""
}

.fa-football-helmet:before {
    content: ""
}

.fa-forklift:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-fort-awesome-alt:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-fragile:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-freebsd:before {
    content: ""
}

.fa-french-fries:before {
    content: ""
}

.fa-frog:before {
    content: ""
}

.fa-frosty-head:before {
    content: ""
}

.fa-frown:before {
    content: ""
}

.fa-frown-open:before {
    content: ""
}

.fa-fulcrum:before {
    content: ""
}

.fa-function:before {
    content: ""
}

.fa-funnel-dollar:before {
    content: ""
}

.fa-futbol:before {
    content: ""
}

.fa-galactic-republic:before {
    content: ""
}

.fa-galactic-senate:before {
    content: ""
}

.fa-galaxy:before {
    content: ""
}

.fa-game-board:before {
    content: ""
}

.fa-game-board-alt:before {
    content: ""
}

.fa-game-console-handheld:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-gamepad-alt:before {
    content: ""
}

.fa-garage:before {
    content: ""
}

.fa-garage-car:before {
    content: ""
}

.fa-garage-open:before {
    content: ""
}

.fa-gas-pump:before {
    content: ""
}

.fa-gas-pump-slash:before {
    content: ""
}

.fa-gavel:before {
    content: ""
}

.fa-gem:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-ghost:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-gift-card:before {
    content: ""
}

.fa-gifts:before {
    content: ""
}

.fa-gingerbread-man:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-git-alt:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-gitkraken:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-gitter:before {
    content: ""
}

.fa-glass:before {
    content: ""
}

.fa-glass-champagne:before {
    content: ""
}

.fa-glass-cheers:before {
    content: ""
}

.fa-glass-citrus:before {
    content: ""
}

.fa-glass-martini:before {
    content: ""
}

.fa-glass-martini-alt:before {
    content: ""
}

.fa-glass-whiskey:before {
    content: ""
}

.fa-glass-whiskey-rocks:before {
    content: ""
}

.fa-glasses:before {
    content: ""
}

.fa-glasses-alt:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-globe-africa:before {
    content: ""
}

.fa-globe-americas:before {
    content: ""
}

.fa-globe-asia:before {
    content: ""
}

.fa-globe-europe:before {
    content: ""
}

.fa-globe-snow:before {
    content: ""
}

.fa-globe-stand:before {
    content: ""
}

.fa-gofore:before {
    content: ""
}

.fa-golf-ball:before {
    content: ""
}

.fa-golf-club:before {
    content: ""
}

.fa-goodreads:before {
    content: ""
}

.fa-goodreads-g:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-google-drive:before {
    content: ""
}

.fa-google-pay:before {
    content: ""
}

.fa-google-play:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-google-plus-g:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-gopuram:before {
    content: ""
}

.fa-graduation-cap:before {
    content: ""
}

.fa-gramophone:before {
    content: ""
}

.fa-gratipay:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-greater-than:before {
    content: ""
}

.fa-greater-than-equal:before {
    content: ""
}

.fa-grimace:before {
    content: ""
}

.fa-grin:before {
    content: ""
}

.fa-grin-alt:before {
    content: ""
}

.fa-grin-beam:before {
    content: ""
}

.fa-grin-beam-sweat:before {
    content: ""
}

.fa-grin-hearts:before {
    content: ""
}

.fa-grin-squint:before {
    content: ""
}

.fa-grin-squint-tears:before {
    content: ""
}

.fa-grin-stars:before {
    content: ""
}

.fa-grin-tears:before {
    content: ""
}

.fa-grin-tongue:before {
    content: ""
}

.fa-grin-tongue-squint:before {
    content: ""
}

.fa-grin-tongue-wink:before {
    content: ""
}

.fa-grin-wink:before {
    content: ""
}

.fa-grip-horizontal:before {
    content: ""
}

.fa-grip-lines:before {
    content: ""
}

.fa-grip-lines-vertical:before {
    content: ""
}

.fa-grip-vertical:before {
    content: ""
}

.fa-gripfire:before {
    content: ""
}

.fa-grunt:before {
    content: ""
}

.fa-guilded:before {
    content: ""
}

.fa-guitar:before {
    content: ""
}

.fa-guitar-electric:before {
    content: ""
}

.fa-guitars:before {
    content: ""
}

.fa-gulp:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-h1:before {
    content: ""
}

.fa-h2:before {
    content: ""
}

.fa-h3:before {
    content: ""
}

.fa-h4:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-hacker-news-square:before {
    content: ""
}

.fa-hackerrank:before {
    content: ""
}

.fa-hamburger:before {
    content: ""
}

.fa-hammer:before {
    content: ""
}

.fa-hammer-war:before {
    content: ""
}

.fa-hamsa:before {
    content: ""
}

.fa-hand-heart:before {
    content: ""
}

.fa-hand-holding:before {
    content: ""
}

.fa-hand-holding-box:before {
    content: ""
}

.fa-hand-holding-heart:before {
    content: ""
}

.fa-hand-holding-magic:before {
    content: ""
}

.fa-hand-holding-medical:before {
    content: ""
}

.fa-hand-holding-seedling:before {
    content: ""
}

.fa-hand-holding-usd:before {
    content: ""
}

.fa-hand-holding-water:before {
    content: ""
}

.fa-hand-lizard:before {
    content: ""
}

.fa-hand-middle-finger:before {
    content: ""
}

.fa-hand-paper:before {
    content: ""
}

.fa-hand-peace:before {
    content: ""
}

.fa-hand-point-down:before {
    content: ""
}

.fa-hand-point-left:before {
    content: ""
}

.fa-hand-point-right:before {
    content: ""
}

.fa-hand-point-up:before {
    content: ""
}

.fa-hand-pointer:before {
    content: ""
}

.fa-hand-receiving:before {
    content: ""
}

.fa-hand-rock:before {
    content: ""
}

.fa-hand-scissors:before {
    content: ""
}

.fa-hand-sparkles:before {
    content: ""
}

.fa-hand-spock:before {
    content: ""
}

.fa-hands:before {
    content: ""
}

.fa-hands-heart:before {
    content: ""
}

.fa-hands-helping:before {
    content: ""
}

.fa-hands-usd:before {
    content: ""
}

.fa-hands-wash:before {
    content: ""
}

.fa-handshake:before {
    content: ""
}

.fa-handshake-alt:before {
    content: ""
}

.fa-handshake-alt-slash:before {
    content: ""
}

.fa-handshake-slash:before {
    content: ""
}

.fa-hanukiah:before {
    content: ""
}

.fa-hard-hat:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-hat-chef:before {
    content: ""
}

.fa-hat-cowboy:before {
    content: ""
}

.fa-hat-cowboy-side:before {
    content: ""
}

.fa-hat-santa:before {
    content: ""
}

.fa-hat-winter:before {
    content: ""
}

.fa-hat-witch:before {
    content: ""
}

.fa-hat-wizard:before {
    content: ""
}

.fa-hdd:before {
    content: ""
}

.fa-head-side:before {
    content: ""
}

.fa-head-side-brain:before {
    content: ""
}

.fa-head-side-cough:before {
    content: ""
}

.fa-head-side-cough-slash:before {
    content: ""
}

.fa-head-side-headphones:before {
    content: ""
}

.fa-head-side-mask:before {
    content: ""
}

.fa-head-side-medical:before {
    content: ""
}

.fa-head-side-virus:before {
    content: ""
}

.fa-head-vr:before {
    content: ""
}

.fa-heading:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-headphones-alt:before {
    content: ""
}

.fa-headset:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-heart-broken:before {
    content: ""
}

.fa-heart-circle:before {
    content: ""
}

.fa-heart-rate:before {
    content: ""
}

.fa-heart-square:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-heat:before {
    content: ""
}

.fa-helicopter:before {
    content: ""
}

.fa-helmet-battle:before {
    content: ""
}

.fa-hexagon:before {
    content: ""
}

.fa-highlighter:before {
    content: ""
}

.fa-hiking:before {
    content: ""
}

.fa-hippo:before {
    content: ""
}

.fa-hips:before {
    content: ""
}

.fa-hire-a-helper:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-hive:before {
    content: ""
}

.fa-hockey-mask:before {
    content: ""
}

.fa-hockey-puck:before {
    content: ""
}

.fa-hockey-sticks:before {
    content: ""
}

.fa-holly-berry:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-home-alt:before {
    content: ""
}

.fa-home-heart:before {
    content: ""
}

.fa-home-lg:before {
    content: ""
}

.fa-home-lg-alt:before {
    content: ""
}

.fa-hood-cloak:before {
    content: ""
}

.fa-hooli:before {
    content: ""
}

.fa-horizontal-rule:before {
    content: ""
}

.fa-hornbill:before {
    content: ""
}

.fa-horse:before {
    content: ""
}

.fa-horse-head:before {
    content: ""
}

.fa-horse-saddle:before {
    content: ""
}

.fa-hospital:before {
    content: ""
}

.fa-hospital-alt:before {
    content: ""
}

.fa-hospital-symbol:before {
    content: ""
}

.fa-hospital-user:before {
    content: ""
}

.fa-hospitals:before {
    content: ""
}

.fa-hot-tub:before {
    content: ""
}

.fa-hotdog:before {
    content: ""
}

.fa-hotel:before {
    content: ""
}

.fa-hotjar:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-start:before {
    content: ""
}

.fa-house:before {
    content: ""
}

.fa-house-damage:before {
    content: ""
}

.fa-house-day:before {
    content: ""
}

.fa-house-flood:before {
    content: ""
}

.fa-house-leave:before {
    content: ""
}

.fa-house-night:before {
    content: ""
}

.fa-house-return:before {
    content: ""
}

.fa-house-signal:before {
    content: ""
}

.fa-house-user:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-hryvnia:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-hubspot:before {
    content: ""
}

.fa-humidity:before {
    content: ""
}

.fa-hurricane:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-ice-cream:before {
    content: ""
}

.fa-ice-skate:before {
    content: ""
}

.fa-icicles:before {
    content: ""
}

.fa-icons:before {
    content: ""
}

.fa-icons-alt:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-id-card:before {
    content: ""
}

.fa-id-card-alt:before {
    content: ""
}

.fa-ideal:before {
    content: ""
}

.fa-igloo:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-image-polaroid:before {
    content: ""
}

.fa-images:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-inbox-in:before {
    content: ""
}

.fa-inbox-out:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-industry-alt:before {
    content: ""
}

.fa-infinity:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-info-square:before {
    content: ""
}

.fa-inhaler:before {
    content: ""
}

.fa-innosoft:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-instagram-square:before {
    content: ""
}

.fa-instalod:before {
    content: ""
}

.fa-integral:before {
    content: ""
}

.fa-intercom:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-intersection:before {
    content: ""
}

.fa-inventory:before {
    content: ""
}

.fa-invision:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-island-tropical:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-itch-io:before {
    content: ""
}

.fa-itunes:before {
    content: ""
}

.fa-itunes-note:before {
    content: ""
}

.fa-jack-o-lantern:before {
    content: ""
}

.fa-java:before {
    content: ""
}

.fa-jedi:before {
    content: ""
}

.fa-jedi-order:before {
    content: ""
}

.fa-jenkins:before {
    content: ""
}

.fa-jira:before {
    content: ""
}

.fa-joget:before {
    content: ""
}

.fa-joint:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-journal-whills:before {
    content: ""
}

.fa-joystick:before {
    content: ""
}

.fa-js:before {
    content: ""
}

.fa-js-square:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-jug:before {
    content: ""
}

.fa-kaaba:before {
    content: ""
}

.fa-kaggle:before {
    content: ""
}

.fa-kazoo:before {
    content: ""
}

.fa-kerning:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-key-skeleton:before {
    content: ""
}

.fa-keybase:before {
    content: ""
}

.fa-keyboard:before {
    content: ""
}

.fa-keycdn:before {
    content: ""
}

.fa-keynote:before {
    content: ""
}

.fa-khanda:before {
    content: ""
}

.fa-kickstarter:before {
    content: ""
}

.fa-kickstarter-k:before {
    content: ""
}

.fa-kidneys:before {
    content: ""
}

.fa-kiss:before {
    content: ""
}

.fa-kiss-beam:before {
    content: ""
}

.fa-kiss-wink-heart:before {
    content: ""
}

.fa-kite:before {
    content: ""
}

.fa-kiwi-bird:before {
    content: ""
}

.fa-knife-kitchen:before {
    content: ""
}

.fa-korvue:before {
    content: ""
}

.fa-lambda:before {
    content: ""
}

.fa-lamp:before {
    content: ""
}

.fa-lamp-desk:before {
    content: ""
}

.fa-lamp-floor:before {
    content: ""
}

.fa-landmark:before {
    content: ""
}

.fa-landmark-alt:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-laptop-code:before {
    content: ""
}

.fa-laptop-house:before {
    content: ""
}

.fa-laptop-medical:before {
    content: ""
}

.fa-laravel:before {
    content: ""
}

.fa-lasso:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-laugh:before {
    content: ""
}

.fa-laugh-beam:before {
    content: ""
}

.fa-laugh-squint:before {
    content: ""
}

.fa-laugh-wink:before {
    content: ""
}

.fa-layer-group:before {
    content: ""
}

.fa-layer-minus:before {
    content: ""
}

.fa-layer-plus:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-leaf-heart:before {
    content: ""
}

.fa-leaf-maple:before {
    content: ""
}

.fa-leaf-oak:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-lemon:before {
    content: ""
}

.fa-less:before {
    content: ""
}

.fa-less-than:before {
    content: ""
}

.fa-less-than-equal:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-level-down-alt:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-up-alt:before {
    content: ""
}

.fa-life-ring:before {
    content: ""
}

.fa-light-ceiling:before {
    content: ""
}

.fa-light-switch:before {
    content: ""
}

.fa-light-switch-off:before {
    content: ""
}

.fa-light-switch-on:before {
    content: ""
}

.fa-lightbulb:before {
    content: ""
}

.fa-lightbulb-dollar:before {
    content: ""
}

.fa-lightbulb-exclamation:before {
    content: ""
}

.fa-lightbulb-on:before {
    content: ""
}

.fa-lightbulb-slash:before {
    content: ""
}

.fa-lights-holiday:before {
    content: ""
}

.fa-line:before {
    content: ""
}

.fa-line-columns:before {
    content: ""
}

.fa-line-height:before {
    content: ""
}

.fa-link:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-linkedin-in:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-lips:before {
    content: ""
}

.fa-lira-sign:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-list-music:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-location:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-location-circle:before {
    content: ""
}

.fa-location-slash:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-lock-alt:before {
    content: ""
}

.fa-lock-open:before {
    content: ""
}

.fa-lock-open-alt:before {
    content: ""
}

.fa-long-arrow-alt-down:before {
    content: ""
}

.fa-long-arrow-alt-left:before {
    content: ""
}

.fa-long-arrow-alt-right:before {
    content: ""
}

.fa-long-arrow-alt-up:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-loveseat:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-luchador:before {
    content: ""
}

.fa-luggage-cart:before {
    content: ""
}

.fa-lungs:before {
    content: ""
}

.fa-lungs-virus:before {
    content: ""
}

.fa-lyft:before {
    content: ""
}

.fa-mace:before {
    content: ""
}

.fa-magento:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-mail-bulk:before {
    content: ""
}

.fa-mailbox:before {
    content: ""
}

.fa-mailchimp:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-mandalorian:before {
    content: ""
}

.fa-mandolin:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-map-marked:before {
    content: ""
}

.fa-map-marked-alt:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-map-marker-alt:before {
    content: ""
}

.fa-map-marker-alt-slash:before {
    content: ""
}

.fa-map-marker-check:before {
    content: ""
}

.fa-map-marker-edit:before {
    content: ""
}

.fa-map-marker-exclamation:before {
    content: ""
}

.fa-map-marker-minus:before {
    content: ""
}

.fa-map-marker-plus:before {
    content: ""
}

.fa-map-marker-question:before {
    content: ""
}

.fa-map-marker-slash:before {
    content: ""
}

.fa-map-marker-smile:before {
    content: ""
}

.fa-map-marker-times:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-markdown:before {
    content: ""
}

.fa-marker:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mask:before {
    content: ""
}

.fa-mastodon:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-mdb:before {
    content: ""
}

.fa-meat:before {
    content: ""
}

.fa-medal:before {
    content: ""
}

.fa-medapps:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-medium-m:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-medrt:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.fa-megaphone:before {
    content: ""
}

.fa-megaport:before {
    content: ""
}

.fa-meh:before {
    content: ""
}

.fa-meh-blank:before {
    content: ""
}

.fa-meh-rolling-eyes:before {
    content: ""
}

.fa-memory:before {
    content: ""
}

.fa-mendeley:before {
    content: ""
}

.fa-menorah:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-meteor:before {
    content: ""
}

.fa-microblog:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-alt:before {
    content: ""
}

.fa-microphone-alt-slash:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-microphone-stand:before {
    content: ""
}

.fa-microscope:before {
    content: ""
}

.fa-microsoft:before {
    content: ""
}

.fa-microwave:before {
    content: ""
}

.fa-mind-share:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-minus-hexagon:before {
    content: ""
}

.fa-minus-octagon:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-mistletoe:before {
    content: ""
}

.fa-mitten:before {
    content: ""
}

.fa-mix:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-mixer:before {
    content: ""
}

.fa-mizuni:before {
    content: ""
}

.fa-mobile:before {
    content: ""
}

.fa-mobile-alt:before {
    content: ""
}

.fa-mobile-android:before {
    content: ""
}

.fa-mobile-android-alt:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-monero:before {
    content: ""
}

.fa-money-bill:before {
    content: ""
}

.fa-money-bill-alt:before {
    content: ""
}

.fa-money-bill-wave:before {
    content: ""
}

.fa-money-bill-wave-alt:before {
    content: ""
}

.fa-money-check:before {
    content: ""
}

.fa-money-check-alt:before {
    content: ""
}

.fa-money-check-edit:before {
    content: ""
}

.fa-money-check-edit-alt:before {
    content: ""
}

.fa-monitor-heart-rate:before {
    content: ""
}

.fa-monkey:before {
    content: ""
}

.fa-monument:before {
    content: ""
}

.fa-moon:before {
    content: ""
}

.fa-moon-cloud:before {
    content: ""
}

.fa-moon-stars:before {
    content: ""
}

.fa-mortar-pestle:before {
    content: ""
}

.fa-mosque:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-mountain:before {
    content: ""
}

.fa-mountains:before {
    content: ""
}

.fa-mouse:before {
    content: ""
}

.fa-mouse-alt:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-mp3-player:before {
    content: ""
}

.fa-mug:before {
    content: ""
}

.fa-mug-hot:before {
    content: ""
}

.fa-mug-marshmallows:before {
    content: ""
}

.fa-mug-tea:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-music-alt:before {
    content: ""
}

.fa-music-alt-slash:before {
    content: ""
}

.fa-music-slash:before {
    content: ""
}

.fa-napster:before {
    content: ""
}

.fa-narwhal:before {
    content: ""
}

.fa-neos:before {
    content: ""
}

.fa-network-wired:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-newspaper:before {
    content: ""
}

.fa-nimblr:before {
    content: ""
}

.fa-node:before {
    content: ""
}

.fa-node-js:before {
    content: ""
}

.fa-not-equal:before {
    content: ""
}

.fa-notes-medical:before {
    content: ""
}

.fa-npm:before {
    content: ""
}

.fa-ns8:before {
    content: ""
}

.fa-nutritionix:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-octagon:before {
    content: ""
}

.fa-octopus-deploy:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-oil-can:before {
    content: ""
}

.fa-oil-temp:before {
    content: ""
}

.fa-old-republic:before {
    content: ""
}

.fa-om:before {
    content: ""
}

.fa-omega:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-orcid:before {
    content: ""
}

.fa-ornament:before {
    content: ""
}

.fa-osi:before {
    content: ""
}

.fa-otter:before {
    content: ""
}

.fa-outdent:before {
    content: ""
}

.fa-outlet:before {
    content: ""
}

.fa-oven:before {
    content: ""
}

.fa-overline:before {
    content: ""
}

.fa-page-break:before {
    content: ""
}

.fa-page4:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-pager:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-paint-brush-alt:before {
    content: ""
}

.fa-paint-roller:before {
    content: ""
}

.fa-palette:before {
    content: ""
}

.fa-palfed:before {
    content: ""
}

.fa-pallet:before {
    content: ""
}

.fa-pallet-alt:before {
    content: ""
}

.fa-paper-plane:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-parachute-box:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-paragraph-rtl:before {
    content: ""
}

.fa-parking:before {
    content: ""
}

.fa-parking-circle:before {
    content: ""
}

.fa-parking-circle-slash:before {
    content: ""
}

.fa-parking-slash:before {
    content: ""
}

.fa-passport:before {
    content: ""
}

.fa-pastafarianism:before {
    content: ""
}

.fa-paste:before {
    content: ""
}

.fa-patreon:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-paw-alt:before {
    content: ""
}

.fa-paw-claws:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-peace:before {
    content: ""
}

.fa-pegasus:before {
    content: ""
}

.fa-pen:before {
    content: ""
}

.fa-pen-alt:before {
    content: ""
}

.fa-pen-fancy:before {
    content: ""
}

.fa-pen-nib:before {
    content: ""
}

.fa-pen-square:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-pencil-alt:before {
    content: ""
}

.fa-pencil-paintbrush:before {
    content: ""
}

.fa-pencil-ruler:before {
    content: ""
}

.fa-pennant:before {
    content: ""
}

.fa-penny-arcade:before {
    content: ""
}

.fa-people-arrows:before {
    content: ""
}

.fa-people-carry:before {
    content: ""
}

.fa-pepper-hot:before {
    content: ""
}

.fa-perbyte:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-percentage:before {
    content: ""
}

.fa-periscope:before {
    content: ""
}

.fa-person-booth:before {
    content: ""
}

.fa-person-carry:before {
    content: ""
}

.fa-person-dolly:before {
    content: ""
}

.fa-person-dolly-empty:before {
    content: ""
}

.fa-person-sign:before {
    content: ""
}

.fa-phabricator:before {
    content: ""
}

.fa-phoenix-framework:before {
    content: ""
}

.fa-phoenix-squadron:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-phone-alt:before {
    content: ""
}

.fa-phone-laptop:before {
    content: ""
}

.fa-phone-office:before {
    content: ""
}

.fa-phone-plus:before {
    content: ""
}

.fa-phone-rotary:before {
    content: ""
}

.fa-phone-slash:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-phone-square-alt:before {
    content: ""
}

.fa-phone-volume:before {
    content: ""
}

.fa-photo-video:before {
    content: ""
}

.fa-php:before {
    content: ""
}

.fa-pi:before {
    content: ""
}

.fa-piano:before {
    content: ""
}

.fa-piano-keyboard:before {
    content: ""
}

.fa-pie:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-pied-piper-hat:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-square:before {
    content: ""
}

.fa-pig:before {
    content: ""
}

.fa-piggy-bank:before {
    content: ""
}

.fa-pills:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-pizza:before {
    content: ""
}

.fa-pizza-slice:before {
    content: ""
}

.fa-place-of-worship:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-plane-alt:before {
    content: ""
}

.fa-plane-arrival:before {
    content: ""
}

.fa-plane-departure:before {
    content: ""
}

.fa-plane-slash:before {
    content: ""
}

.fa-planet-moon:before {
    content: ""
}

.fa-planet-ringed:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-playstation:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-plus-hexagon:before {
    content: ""
}

.fa-plus-octagon:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-podium:before {
    content: ""
}

.fa-podium-star:before {
    content: ""
}

.fa-police-box:before {
    content: ""
}

.fa-poll:before {
    content: ""
}

.fa-poll-h:before {
    content: ""
}

.fa-poll-people:before {
    content: ""
}

.fa-poo:before {
    content: ""
}

.fa-poo-storm:before {
    content: ""
}

.fa-poop:before {
    content: ""
}

.fa-popcorn:before {
    content: ""
}

.fa-portal-enter:before {
    content: ""
}

.fa-portal-exit:before {
    content: ""
}

.fa-portrait:before {
    content: ""
}

.fa-pound-sign:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-pray:before {
    content: ""
}

.fa-praying-hands:before {
    content: ""
}

.fa-prescription:before {
    content: ""
}

.fa-prescription-bottle:before {
    content: ""
}

.fa-prescription-bottle-alt:before {
    content: ""
}

.fa-presentation:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-print-search:before {
    content: ""
}

.fa-print-slash:before {
    content: ""
}

.fa-procedures:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-project-diagram:before {
    content: ""
}

.fa-projector:before {
    content: ""
}

.fa-pump-medical:before {
    content: ""
}

.fa-pump-soap:before {
    content: ""
}

.fa-pumpkin:before {
    content: ""
}

.fa-pushed:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-python:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-question-square:before {
    content: ""
}

.fa-quidditch:before {
    content: ""
}

.fa-quinscape:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-quran:before {
    content: ""
}

.fa-r-project:before {
    content: ""
}

.fa-rabbit:before {
    content: ""
}

.fa-rabbit-fast:before {
    content: ""
}

.fa-racquet:before {
    content: ""
}

.fa-radar:before {
    content: ""
}

.fa-radiation:before {
    content: ""
}

.fa-radiation-alt:before {
    content: ""
}

.fa-radio:before {
    content: ""
}

.fa-radio-alt:before {
    content: ""
}

.fa-rainbow:before {
    content: ""
}

.fa-raindrops:before {
    content: ""
}

.fa-ram:before {
    content: ""
}

.fa-ramp-loading:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-raspberry-pi:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-raygun:before {
    content: ""
}

.fa-react:before {
    content: ""
}

.fa-reacteurope:before {
    content: ""
}

.fa-readme:before {
    content: ""
}

.fa-rebel:before {
    content: ""
}

.fa-receipt:before {
    content: ""
}

.fa-record-vinyl:before {
    content: ""
}

.fa-rectangle-landscape:before {
    content: ""
}

.fa-rectangle-portrait:before {
    content: ""
}

.fa-rectangle-wide:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-red-river:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-redhat:before {
    content: ""
}

.fa-redo:before {
    content: ""
}

.fa-redo-alt:before {
    content: ""
}

.fa-refrigerator:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-remove-format:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-repeat:before {
    content: ""
}

.fa-repeat-1:before {
    content: ""
}

.fa-repeat-1-alt:before {
    content: ""
}

.fa-repeat-alt:before {
    content: ""
}

.fa-reply:before {
    content: ""
}

.fa-reply-all:before {
    content: ""
}

.fa-replyd:before {
    content: ""
}

.fa-republican:before {
    content: ""
}

.fa-researchgate:before {
    content: ""
}

.fa-resolving:before {
    content: ""
}

.fa-restroom:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-retweet-alt:before {
    content: ""
}

.fa-rev:before {
    content: ""
}

.fa-ribbon:before {
    content: ""
}

.fa-ring:before {
    content: ""
}

.fa-rings-wedding:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-robot:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-rocket-launch:before {
    content: ""
}

.fa-rocketchat:before {
    content: ""
}

.fa-rockrms:before {
    content: ""
}

.fa-route:before {
    content: ""
}

.fa-route-highway:before {
    content: ""
}

.fa-route-interstate:before {
    content: ""
}

.fa-router:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-ruble-sign:before {
    content: ""
}

.fa-ruler:before {
    content: ""
}

.fa-ruler-combined:before {
    content: ""
}

.fa-ruler-horizontal:before {
    content: ""
}

.fa-ruler-triangle:before {
    content: ""
}

.fa-ruler-vertical:before {
    content: ""
}

.fa-running:before {
    content: ""
}

.fa-rupee-sign:before {
    content: ""
}

.fa-rust:before {
    content: ""
}

.fa-rv:before {
    content: ""
}

.fa-sack:before {
    content: ""
}

.fa-sack-dollar:before {
    content: ""
}

.fa-sad-cry:before {
    content: ""
}

.fa-sad-tear:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-salad:before {
    content: ""
}

.fa-salesforce:before {
    content: ""
}

.fa-sandwich:before {
    content: ""
}

.fa-sass:before {
    content: ""
}

.fa-satellite:before {
    content: ""
}

.fa-satellite-dish:before {
    content: ""
}

.fa-sausage:before {
    content: ""
}

.fa-save:before {
    content: ""
}

.fa-sax-hot:before {
    content: ""
}

.fa-saxophone:before {
    content: ""
}

.fa-scalpel:before {
    content: ""
}

.fa-scalpel-path:before {
    content: ""
}

.fa-scanner:before {
    content: ""
}

.fa-scanner-image:before {
    content: ""
}

.fa-scanner-keyboard:before {
    content: ""
}

.fa-scanner-touchscreen:before {
    content: ""
}

.fa-scarecrow:before {
    content: ""
}

.fa-scarf:before {
    content: ""
}

.fa-schlix:before {
    content: ""
}

.fa-school:before {
    content: ""
}

.fa-screwdriver:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-scroll:before {
    content: ""
}

.fa-scroll-old:before {
    content: ""
}

.fa-scrubber:before {
    content: ""
}

.fa-scythe:before {
    content: ""
}

.fa-sd-card:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-search-dollar:before {
    content: ""
}

.fa-search-location:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-searchengin:before {
    content: ""
}

.fa-seedling:before {
    content: ""
}

.fa-sellcast:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-send-back:before {
    content: ""
}

.fa-send-backward:before {
    content: ""
}

.fa-sensor:before {
    content: ""
}

.fa-sensor-alert:before {
    content: ""
}

.fa-sensor-fire:before {
    content: ""
}

.fa-sensor-on:before {
    content: ""
}

.fa-sensor-smoke:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-servicestack:before {
    content: ""
}

.fa-shapes:before {
    content: ""
}

.fa-share:before {
    content: ""
}

.fa-share-all:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-sheep:before {
    content: ""
}

.fa-shekel-sign:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-shield-alt:before {
    content: ""
}

.fa-shield-check:before {
    content: ""
}

.fa-shield-cross:before {
    content: ""
}

.fa-shield-virus:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-shipping-fast:before {
    content: ""
}

.fa-shipping-timed:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-shish-kebab:before {
    content: ""
}

.fa-shoe-prints:before {
    content: ""
}

.fa-shopify:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-shopware:before {
    content: ""
}

.fa-shovel:before {
    content: ""
}

.fa-shovel-snow:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-shredder:before {
    content: ""
}

.fa-shuttle-van:before {
    content: ""
}

.fa-shuttlecock:before {
    content: ""
}

.fa-sickle:before {
    content: ""
}

.fa-sigma:before {
    content: ""
}

.fa-sign:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-sign-in-alt:before {
    content: ""
}

.fa-sign-language:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-sign-out-alt:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-signal-1:before {
    content: ""
}

.fa-signal-2:before {
    content: ""
}

.fa-signal-3:before {
    content: ""
}

.fa-signal-4:before {
    content: ""
}

.fa-signal-alt:before {
    content: ""
}

.fa-signal-alt-1:before {
    content: ""
}

.fa-signal-alt-2:before {
    content: ""
}

.fa-signal-alt-3:before {
    content: ""
}

.fa-signal-alt-slash:before {
    content: ""
}

.fa-signal-slash:before {
    content: ""
}

.fa-signal-stream:before {
    content: ""
}

.fa-signature:before {
    content: ""
}

.fa-sim-card:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-sink:before {
    content: ""
}

.fa-siren:before {
    content: ""
}

.fa-siren-on:before {
    content: ""
}

.fa-sistrix:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-sith:before {
    content: ""
}

.fa-skating:before {
    content: ""
}

.fa-skeleton:before {
    content: ""
}

.fa-sketch:before {
    content: ""
}

.fa-ski-jump:before {
    content: ""
}

.fa-ski-lift:before {
    content: ""
}

.fa-skiing:before {
    content: ""
}

.fa-skiing-nordic:before {
    content: ""
}

.fa-skull:before {
    content: ""
}

.fa-skull-cow:before {
    content: ""
}

.fa-skull-crossbones:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-slack-hash:before {
    content: ""
}

.fa-slash:before {
    content: ""
}

.fa-sledding:before {
    content: ""
}

.fa-sleigh:before {
    content: ""
}

.fa-sliders-h:before {
    content: ""
}

.fa-sliders-h-square:before {
    content: ""
}

.fa-sliders-v:before {
    content: ""
}

.fa-sliders-v-square:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-smile:before {
    content: ""
}

.fa-smile-beam:before {
    content: ""
}

.fa-smile-plus:before {
    content: ""
}

.fa-smile-wink:before {
    content: ""
}

.fa-smog:before {
    content: ""
}

.fa-smoke:before {
    content: ""
}

.fa-smoking:before {
    content: ""
}

.fa-smoking-ban:before {
    content: ""
}

.fa-sms:before {
    content: ""
}

.fa-snake:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-snooze:before {
    content: ""
}

.fa-snow-blowing:before {
    content: ""
}

.fa-snowboarding:before {
    content: ""
}

.fa-snowflake:before {
    content: ""
}

.fa-snowflakes:before {
    content: ""
}

.fa-snowman:before {
    content: ""
}

.fa-snowmobile:before {
    content: ""
}

.fa-snowplow:before {
    content: ""
}

.fa-soap:before {
    content: ""
}

.fa-socks:before {
    content: ""
}

.fa-solar-panel:before {
    content: ""
}

.fa-solar-system:before {
    content: ""
}

.fa-sort:before {
    content: ""
}

.fa-sort-alpha-down:before {
    content: ""
}

.fa-sort-alpha-down-alt:before {
    content: ""
}

.fa-sort-alpha-up:before {
    content: ""
}

.fa-sort-alpha-up-alt:before {
    content: ""
}

.fa-sort-alt:before {
    content: ""
}

.fa-sort-amount-down:before {
    content: ""
}

.fa-sort-amount-down-alt:before {
    content: ""
}

.fa-sort-amount-up:before {
    content: ""
}

.fa-sort-amount-up-alt:before {
    content: ""
}

.fa-sort-circle:before {
    content: ""
}

.fa-sort-circle-down:before {
    content: ""
}

.fa-sort-circle-up:before {
    content: ""
}

.fa-sort-down:before {
    content: ""
}

.fa-sort-numeric-down:before {
    content: ""
}

.fa-sort-numeric-down-alt:before {
    content: ""
}

.fa-sort-numeric-up:before {
    content: ""
}

.fa-sort-numeric-up-alt:before {
    content: ""
}

.fa-sort-shapes-down:before {
    content: ""
}

.fa-sort-shapes-down-alt:before {
    content: ""
}

.fa-sort-shapes-up:before {
    content: ""
}

.fa-sort-shapes-up-alt:before {
    content: ""
}

.fa-sort-size-down:before {
    content: ""
}

.fa-sort-size-down-alt:before {
    content: ""
}

.fa-sort-size-up:before {
    content: ""
}

.fa-sort-size-up-alt:before {
    content: ""
}

.fa-sort-up:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-soup:before {
    content: ""
}

.fa-sourcetree:before {
    content: ""
}

.fa-spa:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-space-station-moon:before {
    content: ""
}

.fa-space-station-moon-alt:before {
    content: ""
}

.fa-spade:before {
    content: ""
}

.fa-sparkles:before {
    content: ""
}

.fa-speakap:before {
    content: ""
}

.fa-speaker:before {
    content: ""
}

.fa-speaker-deck:before {
    content: ""
}

.fa-speakers:before {
    content: ""
}

.fa-spell-check:before {
    content: ""
}

.fa-spider:before {
    content: ""
}

.fa-spider-black-widow:before {
    content: ""
}

.fa-spider-web:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-spinner-third:before {
    content: ""
}

.fa-splotch:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-spray-can:before {
    content: ""
}

.fa-sprinkler:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-square-full:before {
    content: ""
}

.fa-square-root:before {
    content: ""
}

.fa-square-root-alt:before {
    content: ""
}

.fa-squarespace:before {
    content: ""
}

.fa-squirrel:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-stackpath:before {
    content: ""
}

.fa-staff:before {
    content: ""
}

.fa-stamp:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-and-crescent:before {
    content: ""
}

.fa-star-christmas:before {
    content: ""
}

.fa-star-exclamation:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-star-half-alt:before {
    content: ""
}

.fa-star-of-david:before {
    content: ""
}

.fa-star-of-life:before {
    content: ""
}

.fa-star-shooting:before {
    content: ""
}

.fa-starfighter:before {
    content: ""
}

.fa-starfighter-alt:before {
    content: ""
}

.fa-stars:before {
    content: ""
}

.fa-starship:before {
    content: ""
}

.fa-starship-freighter:before {
    content: ""
}

.fa-staylinked:before {
    content: ""
}

.fa-steak:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-steam-symbol:before {
    content: ""
}

.fa-steering-wheel:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-sticker-mule:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-stocking:before {
    content: ""
}

.fa-stomach:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stopwatch:before {
    content: ""
}

.fa-stopwatch-20:before {
    content: ""
}

.fa-store:before {
    content: ""
}

.fa-store-alt:before {
    content: ""
}

.fa-store-alt-slash:before {
    content: ""
}

.fa-store-slash:before {
    content: ""
}

.fa-strava:before {
    content: ""
}

.fa-stream:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-stretcher:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-stripe:before {
    content: ""
}

.fa-stripe-s:before {
    content: ""
}

.fa-stroopwafel:before {
    content: ""
}

.fa-studiovinari:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-suitcase-rolling:before {
    content: ""
}

.fa-sun:before {
    content: ""
}

.fa-sun-cloud:before {
    content: ""
}

.fa-sun-dust:before {
    content: ""
}

.fa-sun-haze:before {
    content: ""
}

.fa-sunglasses:before {
    content: ""
}

.fa-sunrise:before {
    content: ""
}

.fa-sunset:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-supple:before {
    content: ""
}

.fa-surprise:before {
    content: ""
}

.fa-suse:before {
    content: ""
}

.fa-swatchbook:before {
    content: ""
}

.fa-swift:before {
    content: ""
}

.fa-swimmer:before {
    content: ""
}

.fa-swimming-pool:before {
    content: ""
}

.fa-sword:before {
    content: ""
}

.fa-sword-laser:before {
    content: ""
}

.fa-sword-laser-alt:before {
    content: ""
}

.fa-swords:before {
    content: ""
}

.fa-swords-laser:before {
    content: ""
}

.fa-symfony:before {
    content: ""
}

.fa-synagogue:before {
    content: ""
}

.fa-sync:before {
    content: ""
}

.fa-sync-alt:before {
    content: ""
}

.fa-syringe:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-table-tennis:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-tablet-alt:before {
    content: ""
}

.fa-tablet-android:before {
    content: ""
}

.fa-tablet-android-alt:before {
    content: ""
}

.fa-tablet-rugged:before {
    content: ""
}

.fa-tablets:before {
    content: ""
}

.fa-tachometer:before {
    content: ""
}

.fa-tachometer-alt:before {
    content: ""
}

.fa-tachometer-alt-average:before {
    content: ""
}

.fa-tachometer-alt-fast:before {
    content: ""
}

.fa-tachometer-alt-fastest:before {
    content: ""
}

.fa-tachometer-alt-slow:before {
    content: ""
}

.fa-tachometer-alt-slowest:before {
    content: ""
}

.fa-tachometer-average:before {
    content: ""
}

.fa-tachometer-fast:before {
    content: ""
}

.fa-tachometer-fastest:before {
    content: ""
}

.fa-tachometer-slow:before {
    content: ""
}

.fa-tachometer-slowest:before {
    content: ""
}

.fa-taco:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-tally:before {
    content: ""
}

.fa-tanakh:before {
    content: ""
}

.fa-tape:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-tasks-alt:before {
    content: ""
}

.fa-taxi:before {
    content: ""
}

.fa-teamspeak:before {
    content: ""
}

.fa-teeth:before {
    content: ""
}

.fa-teeth-open:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-telegram-plane:before {
    content: ""
}

.fa-telescope:before {
    content: ""
}

.fa-temperature-down:before {
    content: ""
}

.fa-temperature-frigid:before {
    content: ""
}

.fa-temperature-high:before {
    content: ""
}

.fa-temperature-hot:before {
    content: ""
}

.fa-temperature-low:before {
    content: ""
}

.fa-temperature-up:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-tenge:before {
    content: ""
}

.fa-tennis-ball:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-text:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-size:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-the-red-yeti:before {
    content: ""
}

.fa-theater-masks:before {
    content: ""
}

.fa-themeco:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-thermometer:before {
    content: ""
}

.fa-thermometer-empty:before {
    content: ""
}

.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-theta:before {
    content: ""
}

.fa-think-peaks:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbtack:before {
    content: ""
}

.fa-thunderstorm:before {
    content: ""
}

.fa-thunderstorm-moon:before {
    content: ""
}

.fa-thunderstorm-sun:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-ticket-alt:before {
    content: ""
}

.fa-tiktok:before {
    content: ""
}

.fa-tilde:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-times-hexagon:before {
    content: ""
}

.fa-times-octagon:before {
    content: ""
}

.fa-times-square:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-tint-slash:before {
    content: ""
}

.fa-tire:before {
    content: ""
}

.fa-tire-flat:before {
    content: ""
}

.fa-tire-pressure-warning:before {
    content: ""
}

.fa-tire-rugged:before {
    content: ""
}

.fa-tired:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-toilet:before {
    content: ""
}

.fa-toilet-paper:before {
    content: ""
}

.fa-toilet-paper-alt:before {
    content: ""
}

.fa-toilet-paper-slash:before {
    content: ""
}

.fa-tombstone:before {
    content: ""
}

.fa-tombstone-alt:before {
    content: ""
}

.fa-toolbox:before {
    content: ""
}

.fa-tools:before {
    content: ""
}

.fa-tooth:before {
    content: ""
}

.fa-toothbrush:before {
    content: ""
}

.fa-torah:before {
    content: ""
}

.fa-torii-gate:before {
    content: ""
}

.fa-tornado:before {
    content: ""
}

.fa-tractor:before {
    content: ""
}

.fa-trade-federation:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-traffic-cone:before {
    content: ""
}

.fa-traffic-light:before {
    content: ""
}

.fa-traffic-light-go:before {
    content: ""
}

.fa-traffic-light-slow:before {
    content: ""
}

.fa-traffic-light-stop:before {
    content: ""
}

.fa-trailer:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-tram:before {
    content: ""
}

.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-transporter:before {
    content: ""
}

.fa-transporter-1:before {
    content: ""
}

.fa-transporter-2:before {
    content: ""
}

.fa-transporter-3:before {
    content: ""
}

.fa-transporter-empty:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-trash-alt:before {
    content: ""
}

.fa-trash-restore:before {
    content: ""
}

.fa-trash-restore-alt:before {
    content: ""
}

.fa-trash-undo:before {
    content: ""
}

.fa-trash-undo-alt:before {
    content: ""
}

.fa-treasure-chest:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-tree-alt:before {
    content: ""
}

.fa-tree-christmas:before {
    content: ""
}

.fa-tree-decorated:before {
    content: ""
}

.fa-tree-large:before {
    content: ""
}

.fa-tree-palm:before {
    content: ""
}

.fa-trees:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-triangle:before {
    content: ""
}

.fa-triangle-music:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-trophy-alt:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-truck-container:before {
    content: ""
}

.fa-truck-couch:before {
    content: ""
}

.fa-truck-loading:before {
    content: ""
}

.fa-truck-monster:before {
    content: ""
}

.fa-truck-moving:before {
    content: ""
}

.fa-truck-pickup:before {
    content: ""
}

.fa-truck-plow:before {
    content: ""
}

.fa-truck-ramp:before {
    content: ""
}

.fa-trumpet:before {
    content: ""
}

.fa-tshirt:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-turkey:before {
    content: ""
}

.fa-turntable:before {
    content: ""
}

.fa-turtle:before {
    content: ""
}

.fa-tv:before {
    content: ""
}

.fa-tv-alt:before {
    content: ""
}

.fa-tv-music:before {
    content: ""
}

.fa-tv-retro:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-typewriter:before {
    content: ""
}

.fa-typo3:before {
    content: ""
}

.fa-uber:before {
    content: ""
}

.fa-ubuntu:before {
    content: ""
}

.fa-ufo:before {
    content: ""
}

.fa-ufo-beam:before {
    content: ""
}

.fa-uikit:before {
    content: ""
}

.fa-umbraco:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-umbrella-beach:before {
    content: ""
}

.fa-uncharted:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-undo:before {
    content: ""
}

.fa-undo-alt:before {
    content: ""
}

.fa-unicorn:before {
    content: ""
}

.fa-union:before {
    content: ""
}

.fa-uniregistry:before {
    content: ""
}

.fa-unity:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-university:before {
    content: ""
}

.fa-unlink:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-unsplash:before {
    content: ""
}

.fa-untappd:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-ups:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-usb-drive:before {
    content: ""
}

.fa-usd-circle:before {
    content: ""
}

.fa-usd-square:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-user-alien:before {
    content: ""
}

.fa-user-alt:before {
    content: ""
}

.fa-user-alt-slash:before {
    content: ""
}

.fa-user-astronaut:before {
    content: ""
}

.fa-user-chart:before {
    content: ""
}

.fa-user-check:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-clock:before {
    content: ""
}

.fa-user-cog:before {
    content: ""
}

.fa-user-cowboy:before {
    content: ""
}

.fa-user-crown:before {
    content: ""
}

.fa-user-edit:before {
    content: ""
}

.fa-user-friends:before {
    content: ""
}

.fa-user-graduate:before {
    content: ""
}

.fa-user-hard-hat:before {
    content: ""
}

.fa-user-headset:before {
    content: ""
}

.fa-user-injured:before {
    content: ""
}

.fa-user-lock:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-user-md-chat:before {
    content: ""
}

.fa-user-minus:before {
    content: ""
}

.fa-user-music:before {
    content: ""
}

.fa-user-ninja:before {
    content: ""
}

.fa-user-nurse:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-robot:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-user-shield:before {
    content: ""
}

.fa-user-slash:before {
    content: ""
}

.fa-user-tag:before {
    content: ""
}

.fa-user-tie:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-user-unlock:before {
    content: ""
}

.fa-user-visor:before {
    content: ""
}

.fa-users:before {
    content: ""
}

.fa-users-class:before {
    content: ""
}

.fa-users-cog:before {
    content: ""
}

.fa-users-crown:before {
    content: ""
}

.fa-users-medical:before {
    content: ""
}

.fa-users-slash:before {
    content: ""
}

.fa-usps:before {
    content: ""
}

.fa-ussunnah:before {
    content: ""
}

.fa-utensil-fork:before {
    content: ""
}

.fa-utensil-knife:before {
    content: ""
}

.fa-utensil-spoon:before {
    content: ""
}

.fa-utensils:before {
    content: ""
}

.fa-utensils-alt:before {
    content: ""
}

.fa-vaadin:before {
    content: ""
}

.fa-vacuum:before {
    content: ""
}

.fa-vacuum-robot:before {
    content: ""
}

.fa-value-absolute:before {
    content: ""
}

.fa-vector-square:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-vest:before {
    content: ""
}

.fa-vest-patches:before {
    content: ""
}

.fa-vhs:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-vial:before {
    content: ""
}

.fa-vials:before {
    content: ""
}

.fa-viber:before {
    content: ""
}

.fa-video:before {
    content: ""
}

.fa-video-plus:before {
    content: ""
}

.fa-video-slash:before {
    content: ""
}

.fa-vihara:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-vimeo-v:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-violin:before {
    content: ""
}

.fa-virus:before {
    content: ""
}

.fa-virus-slash:before {
    content: ""
}

.fa-viruses:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-vnv:before {
    content: ""
}

.fa-voicemail:before {
    content: ""
}

.fa-volcano:before {
    content: ""
}

.fa-volleyball-ball:before {
    content: ""
}

.fa-volume:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-mute:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-slash:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-vote-nay:before {
    content: ""
}

.fa-vote-yea:before {
    content: ""
}

.fa-vr-cardboard:before {
    content: ""
}

.fa-vuejs:before {
    content: ""
}

.fa-wagon-covered:before {
    content: ""
}

.fa-walker:before {
    content: ""
}

.fa-walkie-talkie:before {
    content: ""
}

.fa-walking:before {
    content: ""
}

.fa-wallet:before {
    content: ""
}

.fa-wand:before {
    content: ""
}

.fa-wand-magic:before {
    content: ""
}

.fa-warehouse:before {
    content: ""
}

.fa-warehouse-alt:before {
    content: ""
}

.fa-washer:before {
    content: ""
}

.fa-watch:before {
    content: ""
}

.fa-watch-calculator:before {
    content: ""
}

.fa-watch-fitness:before {
    content: ""
}

.fa-watchman-monitoring:before {
    content: ""
}

.fa-water:before {
    content: ""
}

.fa-water-lower:before {
    content: ""
}

.fa-water-rise:before {
    content: ""
}

.fa-wave-sine:before {
    content: ""
}

.fa-wave-square:before {
    content: ""
}

.fa-wave-triangle:before {
    content: ""
}

.fa-waveform:before {
    content: ""
}

.fa-waveform-path:before {
    content: ""
}

.fa-waze:before {
    content: ""
}

.fa-webcam:before {
    content: ""
}

.fa-webcam-slash:before {
    content: ""
}

.fa-weebly:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-weight:before {
    content: ""
}

.fa-weight-hanging:before {
    content: ""
}

.fa-weixin:before {
    content: ""
}

.fa-whale:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-whatsapp-square:before {
    content: ""
}

.fa-wheat:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-whistle:before {
    content: ""
}

.fa-whmcs:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-wifi-1:before {
    content: ""
}

.fa-wifi-2:before {
    content: ""
}

.fa-wifi-slash:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-wind:before {
    content: ""
}

.fa-wind-turbine:before {
    content: ""
}

.fa-wind-warning:before {
    content: ""
}

.fa-window:before {
    content: ""
}

.fa-window-alt:before {
    content: ""
}

.fa-window-close:before {
    content: ""
}

.fa-window-frame:before {
    content: ""
}

.fa-window-frame-open:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-windsock:before {
    content: ""
}

.fa-wine-bottle:before {
    content: ""
}

.fa-wine-glass:before {
    content: ""
}

.fa-wine-glass-alt:before {
    content: ""
}

.fa-wix:before {
    content: ""
}

.fa-wizards-of-the-coast:before {
    content: ""
}

.fa-wodu:before {
    content: ""
}

.fa-wolf-pack-battalion:before {
    content: ""
}

.fa-won-sign:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-wordpress-simple:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-wpressr:before {
    content: ""
}

.fa-wreath:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-x-ray:before {
    content: ""
}

.fa-xbox:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-y-combinator:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-yammer:before {
    content: ""
}

.fa-yandex:before {
    content: ""
}

.fa-yandex-international:before {
    content: ""
}

.fa-yarn:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-yen-sign:before {
    content: ""
}

.fa-yin-yang:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-zhihu:before {
    content: ""
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.fab {
    font-weight: 400
}

.fa-light,.fal {
    font-weight: 300
}

.far {
    font-weight: 400
}

.fa,.fas {
    font-weight: 900
}

.scroll-margin-top-0 {
    scroll-margin-top: 0
}

.scroll-margin-top-10 {
    scroll-margin-top: 10px
}

.scroll-margin-top-20 {
    scroll-margin-top: 20px
}

.scroll-margin-top-30 {
    scroll-margin-top: 30px
}

.scroll-margin-top-40 {
    scroll-margin-top: 40px
}

.scroll-margin-top-50 {
    scroll-margin-top: 50px
}

.scroll-margin-top-60 {
    scroll-margin-top: 60px
}

.scroll-margin-top-70 {
    scroll-margin-top: 70px
}

.scroll-margin-top-80 {
    scroll-margin-top: 80px
}

.scroll-margin-top-90 {
    scroll-margin-top: 90px
}

.scroll-margin-top-100 {
    scroll-margin-top: 100px
}

.scroll-margin-top-110 {
    scroll-margin-top: 110px
}

.scroll-margin-top-120 {
    scroll-margin-top: 120px
}

.scroll-margin-top-130 {
    scroll-margin-top: 130px
}

.scroll-margin-top-140 {
    scroll-margin-top: 140px
}

.scroll-margin-top-150 {
    scroll-margin-top: 150px
}

.scroll-margin-top-160 {
    scroll-margin-top: 160px
}

.scroll-margin-top-170 {
    scroll-margin-top: 170px
}

.scroll-margin-top-180 {
    scroll-margin-top: 180px
}

.scroll-margin-top-190 {
    scroll-margin-top: 190px
}

.scroll-margin-top-200 {
    scroll-margin-top: 200px
}

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: auto
    }
}

body.disable-scroll {
    overflow: hidden
}

@media(max-width: 991.98px) {
    body.disable-scroll-mobile {
        overflow:hidden
    }
}

.fa-brands,.fa-light,.fa-regular,.fa-solid {
    display: inline-block;
    font-family: var(--wp--preset--font-family--font-awesome)
}

.fas {
    font-weight: 900
}

.turbolinks-progress-bar {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    height: 7px;
    z-index: 100001
}

*,:after,:before {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility
}

.interactive-card:focus:before,:focus-visible {
    outline: var(--wp--preset--color--blue-1) auto 1px
}

.admin-bar #main-header {
    margin-top: 0
}

@media(max-width: 800px) {
    .admin-bar #main-header {
        margin-top:13px
    }
}

body {
    color: var(--wp--preset--color--black);
    font-family: var(--wp--preset--font-family--avenir-roman),sans-serif;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 60px
}

@media(min-width: 1200px) {
    body {
        margin-top:80px
    }
}

body.has-alert {
    margin-top: 100px
}

@media(min-width: 1200px) {
    body.has-alert {
        margin-top:120px
    }
}

.lazyblock {
    opacity: 0;
    transform: translateY(150px);
    transition: opacity .5s ease-out,transform .75s ease-out
}

.lazyblock.inview {
    opacity: 1;
    transform: translateY(0)
}

.text-color-white {
    color: var(--wp--preset--color--white)
}

.text-color-black {
    color: var(--wp--preset--color--black)
}

.bg-color-white {
    background-color: var(--wp--preset--color--white)
}

.bg-color-black {
    background-color: var(--wp--preset--color--black)
}

.bg-color-segment-red {
    background-color: var(--wp--preset--color--segment-red)
}

.bg-color-segment-orange {
    background-color: var(--wp--preset--color--segment-orange)
}

.bg-color-semi-gray {
    background-color: var(--wp--preset--color--semi-gray)
}

.bg-color-dust {
    background-color: var(--wp--preset--color--dust)
}

.bg-color-dark-gray {
    background-color: var(--wp--preset--color--dark-gray)
}

.bg-color-segment-green {
    background-color: var(--wp--preset--color--segment-green)
}

.bg-color-blue-1 {
    background-color: var(--wp--preset--color--blue-1)
}

.bg-color-blue-2 {
    background-color: var(--wp--preset--color--blue-2)
}

.bg-color-blue-3 {
    background-color: var(--wp--preset--color--blue-3)
}

.bg-color-comp {
    background-color: var(--wp--preset--color--comp)
}

.bg-color-purple {
    background-color: var(--wp--preset--color--purple)
}

.border-gradient {
    border: 4px solid;
    border-image-slice: 1
}

a {
    color: var(--wp--preset--color--black);
    transition: all .25s ease-in-out
}

a,a:hover {
    text-decoration: none
}

a.smooth-anchor.active,a.troax-link:hover {
    color: var(--wp--preset--color--blue-1);
    text-decoration: underline
}

ul {
    list-style: none;
    padding-left: 0
}

[class^=wp-block] {
    scroll-margin-top: 80px
}

.cover-img-abs {
    height: 100%;
    left: 50%;
    min-height: 560px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: -1
}

.cursor-pointer {
    cursor: pointer
}

.interactive-card:before {
    border: 2px solid transparent;
    content: " ";
    cursor: pointer;
    display: block;
    height: 100%;
    inset: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: border-color .2s;
    width: 100%;
    z-index: 1
}

.interactive-card:focus {
    outline: none
}

.h1,.h2,.h2-medium,.h3,.h4,h1,h2,h3,h4,h5,h6 {
    font-family: var(--wp--preset--font-family--alt-gothic),sans-serif;
    margin: 0;
    text-transform: uppercase
}

.h1,h1 {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: .9
}

@media(min-width: 1200px) {
    .h1,h1 {
        font-size:100px;
        font-size: 6.25rem
    }

    .h1-sub,h1-sub {
        font-size: 80px;
        font-size: 5rem
    }
}

.h2,h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: .9
}

@media(min-width: 1200px) {
    .h2,h2 {
        font-size:100px;
        font-size: 6.25rem
    }
}

.h2-product,h2-product {
    font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .8px;
    line-height: 1.3
}

@media(min-width: 1200px) {
    .h2-product,h2-product {
        font-size:16px;
        font-size: 1rem
    }
}

.h2-medium,h2-medium {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1
}

@media(min-width: 1200px) {
    .h2-medium,h2-medium {
        font-size:44px;
        font-size: 2.75rem
    }
}

.h3,h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1
}

@media(min-width: 1200px) {
    .h3,h3 {
        font-size:32px;
        font-size: 2rem
    }
}

.h4,h4 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1
}

.downloads-archive .wysiwyg p,.preamble,.wp-block-troax-download-files .wysiwyg p,.wp-block-troax-textblock .wysiwyg p {
    font-family: var(--wp--preset--font-family--avenir-light),sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6
}

@media(min-width: 1200px) {
    .downloads-archive .wysiwyg p,.preamble,.wp-block-troax-download-files .wysiwyg p,.wp-block-troax-textblock .wysiwyg p {
        font-size:24px;
        font-size: 1.5rem
    }
}

.p,p {
    color: var(--wp--preset--color--black);
    font-family: var(--wp--preset--font-family--avenir-roman),sans-serif;
    line-height: 1.6;
    margin: 0
}

.p-x-small,p-x-small {
    font-size: 14px;
    font-size: .875rem
}

.p-small,p-small {
    font-size: 16px;
    font-size: 1rem
}

.p-medium,p-medium {
    font-size: 18px;
    font-size: 1.125rem
}

.pufftext {
    font-family: var(--wp--preset--font-family--avenir-roman),sans-serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .8px;
    line-height: 1.6
}

.pufftext,.tag {
    color: var(--wp--preset--color--black)
}

.tag {
    font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .6px;
    line-height: 1.4
}

@media(min-width: 1200px) {
    .tag {
        font-size:16px;
        font-size: 1rem
    }
}

.p-heavy,.single-cision-press .cision-press__body strong {
    color: var(--wp--preset--color--black);
    font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .6px;
    line-height: 1.4
}

.quote {
    color: var(--wp--preset--color--black);
    font-family: var(--wp--preset--font-family--adobe-garamond-pro),garamond,georgia,serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .8px;
    line-height: 2
}

html[lang=ja] .h2,html[lang=ja] h2,html[lang=ko-KR] .h2,html[lang=ko-KR] h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: .9
}

@media(min-width: 1200px) {
    html[lang=ja] .h2,html[lang=ja] h2,html[lang=ko-KR] .h2,html[lang=ko-KR] h2 {
        font-size:32px;
        font-size: 2rem
    }
}

html[lang=ja] .h2-product,html[lang=ja] h2-product,html[lang=ko-KR] .h2-product,html[lang=ko-KR] h2-product {
    font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .8px;
    line-height: 1.3
}

@media(min-width: 1200px) {
    html[lang=ja] .h2-product,html[lang=ja] h2-product,html[lang=ko-KR] .h2-product,html[lang=ko-KR] h2-product {
        font-size:32px;
        font-size: 2rem
    }
}

html[lang=ja] .h2-medium,html[lang=ja] h2-medium,html[lang=ko-KR] .h2-medium,html[lang=ko-KR] h2-medium {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1
}

@media(min-width: 1200px) {
    html[lang=ja] .h2-medium,html[lang=ja] h2-medium,html[lang=ko-KR] .h2-medium,html[lang=ko-KR] h2-medium {
        font-size:32px;
        font-size: 2rem
    }
}

@keyframes download-transform {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(3px)
    }

    to {
        transform: translateY(0)
    }
}

button {
    background: none;
    border: none;
    color: var(--wp--preset--color--black)
}

.cision_form form .form-submit,.cision_form form .frm_button_submit,.cision_form form .frm_prev_page,.frm_forms .global_form_troax .form-submit,.frm_forms .global_form_troax .frm_button_submit,.frm_forms .global_form_troax .frm_prev_page,.troax-btn {
    border: 2px solid var(--wp--preset--color--black);
    display: inline-block;
    font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4;
    max-width: 100%;
    padding: 1.125rem 2.5rem;
    text-align: center;
    text-transform: uppercase;
    transform: scale(1);
    transition: transform .25s ease-in-out
}

@media(min-width: 768px) {
    .cision_form form .form-submit,.cision_form form .frm_button_submit,.cision_form form .frm_prev_page,.frm_forms .global_form_troax .form-submit,.frm_forms .global_form_troax .frm_button_submit,.frm_forms .global_form_troax .frm_prev_page,.troax-btn {
        max-width:fit-content
    }
}

.cision_form form .form-submit:hover,.cision_form form .frm_button_submit:hover,.cision_form form .frm_prev_page:hover,.frm_forms .global_form_troax .form-submit:hover,.frm_forms .global_form_troax .frm_button_submit:hover,.frm_forms .global_form_troax .frm_prev_page:hover,.troax-btn:hover {
    transform: scale(1.05)
}

.troax-arrow-btn span {
    transform: translateX(0);
    transition: transform .25s ease-in-out
}

.troax-arrow-btn:hover {
    text-decoration: underline
}

.troax-arrow-btn:hover span {
    transform: translateX(3px)
}

.troax-download-btn {
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--white);
    display: block;
    font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif;
    font-size: 14px;
    font-size: .875rem;
    padding: .9rem 1.3rem;
    text-align: center;
    text-transform: uppercase
}

.troax-download-btn:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' style='fill:%23fff' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc.--%3E%3Cpath d='M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24m296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24m-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20m64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20'/%3E%3C/svg%3E");
    display: inline-block;
    margin-right: .5rem;
    transform: translateY(0);
    vertical-align: middle
}

.troax-download-btn:hover:before {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: download-transform
}

.focus-visible:focus-visible,.interactive-card:focus-visible:focus:before {
    outline: var(--wp--preset--color--blue-1) auto 1px
}

.focus-within:focus-within {
    outline: var(--wp--preset--color--blue-1) auto 1px
}

.skeleton div:not(.layout) {
    animation: skeleton-loading 1s linear infinite alternate
}

.staggered {
    counter-reset: my-counter
}

.staggered>div:first-child>div {
    animation-delay: .1s;
    min-height: 16px
}

.staggered>div:nth-child(2)>div {
    animation-delay: .2s;
    min-height: 16px
}

.staggered>div:nth-child(3)>div {
    animation-delay: .3s;
    min-height: 16px
}

.staggered>div:nth-child(4)>div {
    animation-delay: .4s;
    min-height: 16px
}

.staggered>div:nth-child(5)>div {
    animation-delay: .5s;
    min-height: 16px
}

.staggered>div:nth-child(6)>div {
    animation-delay: .6s;
    min-height: 16px
}

.staggered>div:nth-child(7)>div {
    animation-delay: .7s;
    min-height: 16px
}

.staggered>div:nth-child(8)>div {
    animation-delay: .8s;
    min-height: 16px
}

.staggered>div:nth-child(9)>div {
    animation-delay: .9s;
    min-height: 16px
}

.staggered>div:nth-child(10)>div {
    animation-delay: 1s;
    min-height: 16px
}

.staggered>div:nth-child(11)>div {
    animation-delay: 1.1s;
    min-height: 16px
}

.staggered>div:nth-child(12)>div {
    animation-delay: 1.2s;
    min-height: 16px
}

.staggered>div:nth-child(13)>div {
    animation-delay: 1.3s;
    min-height: 16px
}

.staggered>div:nth-child(14)>div {
    animation-delay: 1.4s;
    min-height: 16px
}

.staggered>div:nth-child(15)>div {
    animation-delay: 1.5s;
    min-height: 16px
}

.staggered>div:nth-child(16)>div {
    animation-delay: 1.6s;
    min-height: 16px
}

.staggered>div:nth-child(17)>div {
    animation-delay: 1.7s;
    min-height: 16px
}

.staggered>div:nth-child(18)>div {
    animation-delay: 1.8s;
    min-height: 16px
}

.staggered>div:nth-child(19)>div {
    animation-delay: 1.9s;
    min-height: 16px
}

.staggered>div:nth-child(20)>div {
    animation-delay: 2s;
    min-height: 16px
}

.staggered>div:nth-child(21)>div {
    animation-delay: 2.1s;
    min-height: 16px
}

.staggered>div:nth-child(22)>div {
    animation-delay: 2.2s;
    min-height: 16px
}

.staggered>div:nth-child(23)>div {
    animation-delay: 2.3s;
    min-height: 16px
}

.staggered>div:nth-child(24)>div {
    animation-delay: 2.4s;
    min-height: 16px
}

.staggered>div:nth-child(25)>div {
    animation-delay: 2.5s;
    min-height: 16px
}

.staggered>div:nth-child(26)>div {
    animation-delay: 2.6s;
    min-height: 16px
}

.staggered>div:nth-child(27)>div {
    animation-delay: 2.7s;
    min-height: 16px
}

.staggered>div:nth-child(28)>div {
    animation-delay: 2.8s;
    min-height: 16px
}

.staggered>div:nth-child(29)>div {
    animation-delay: 2.9s;
    min-height: 16px
}

.staggered>div:nth-child(30)>div {
    animation-delay: 3s;
    min-height: 16px
}

.staggered>div:nth-child(31)>div {
    animation-delay: 3.1s;
    min-height: 16px
}

.staggered>div:nth-child(32)>div {
    animation-delay: 3.2s;
    min-height: 16px
}

.staggered>div:nth-child(33)>div {
    animation-delay: 3.3s;
    min-height: 16px
}

.staggered>div:nth-child(34)>div {
    animation-delay: 3.4s;
    min-height: 16px
}

.staggered>div:nth-child(35)>div {
    animation-delay: 3.5s;
    min-height: 16px
}

.staggered>div:nth-child(36)>div {
    animation-delay: 3.6s;
    min-height: 16px
}

.staggered>div:nth-child(37)>div {
    animation-delay: 3.7s;
    min-height: 16px
}

.staggered>div:nth-child(38)>div {
    animation-delay: 3.8s;
    min-height: 16px
}

.staggered>div:nth-child(39)>div {
    animation-delay: 3.9s;
    min-height: 16px
}

.staggered>div:nth-child(40)>div {
    animation-delay: 4s;
    min-height: 16px
}

.staggered>div:nth-child(41)>div {
    animation-delay: 4.1s;
    min-height: 16px
}

.staggered>div:nth-child(42)>div {
    animation-delay: 4.2s;
    min-height: 16px
}

.staggered>div:nth-child(43)>div {
    animation-delay: 4.3s;
    min-height: 16px
}

.staggered>div:nth-child(44)>div {
    animation-delay: 4.4s;
    min-height: 16px
}

.staggered>div:nth-child(45)>div {
    animation-delay: 4.5s;
    min-height: 16px
}

.staggered>div:nth-child(46)>div {
    animation-delay: 4.6s;
    min-height: 16px
}

.staggered>div:nth-child(47)>div {
    animation-delay: 4.7s;
    min-height: 16px
}

.staggered>div:nth-child(48)>div {
    animation-delay: 4.8s;
    min-height: 16px
}

.staggered>div:nth-child(49)>div {
    animation-delay: 4.9s;
    min-height: 16px
}

.staggered>div:nth-child(50)>div {
    animation-delay: 5s;
    min-height: 16px
}

@keyframes skeleton-loading {
    0% {
        background-color: #c2cfd6
    }

    to {
        background-color: #f0f3f5
    }
}

@keyframes rotate-spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.alertbox {
    font-size: 12px;
    font-size: .75rem;
    height: 40px;
    pointer-events: all;
    transform: translateY(0);
    transition: all .25s ease-in-out;
    width: 100%
}

.alertbox-and-menu-shortcuts {
    z-index: 10
}

@media(min-width: 1200px) {
    .alertbox.has-menu-shortcuts {
        width:75%
    }
}

.alertbox .alert-content-link.troax-link:hover {
    color: var(--wp--preset--color--white)
}

@media(min-width: 992px) {
    .alertbox.is-menu-shortcuts {
        width:25%
    }
}

.alertbox.is-menu-shortcuts .shortcuts-btn {
    border-left: 1px solid var(--wp--preset--color--dust);
    flex: 1 0 auto;
    height: inherit
}

.alertbox.is-menu-shortcuts .shortcuts-btn:hover span {
    transform: translateX(0)
}

.alertbox.is-menu-shortcuts.mobile-shortcuts {
    border-top: 1px solid var(--wp--preset--color--dust)
}

.alertbox.is-menu-shortcuts.mobile-shortcuts .shortcuts-btn {
    flex: 1
}

.alertbox.is-menu-shortcuts .quotation-btn {
    transition: color .25s ease-in-out
}

.alertbox.is-menu-shortcuts .quotation-btn:hover {
    color: var(--wp--preset--color--blue-1)
}

.alertbox.is-menu-shortcuts .quotation-btn.open {
    background: var(--wp--preset--color--white)
}

.alertbox .btn-closealert {
    background: none;
    border: none;
    font-size: 16px;
    font-size: 1rem;
    right: 1rem
}

@media(max-width: 1199.98px) {
    .alertbox .btn-closealert {
        right:.5rem
    }
}

.alertbox.hidden {
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-100%)
}

nav.paging {
    padding: 2rem 0
}

nav.paging .mobile {
    list-style: none;
    padding-left: 0
}

nav.paging .mobile a {
    color: var(--wp--preset--color--black)
}

nav.paging .page-numbers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

nav.paging .page-numbers li {
    line-height: 32px
}

nav.paging .page-numbers li>a {
    align-items: center;
    display: flex;
    height: 2.7rem;
    justify-content: center;
    transition: color .2s ease,background-color .2s ease
}

nav.paging .page-numbers li>a.current {
    background-color: var(--wp--preset--color--blue-2);
    color: var(--wp--preset--color--white)
}

nav.paging .page-numbers li>a:not(.navbtn) {
    text-decoration: none;
    width: 2.7rem
}

nav.paging .page-numbers li>a:not(.current) {
    color: var(--wp--preset--color--black)
}

nav.paging .page-numbers li>a:not(.current):hover:not(.navbtn) {
    background-color: var(--wp--preset--color--blue-2);
    color: var(--wp--preset--color--white)
}

nav.paging .page-numbers li>a.navbtn {
    border-radius: 0;
    transform: translateX(0);
    transition: transform .2s ease-in-out
}

@media(min-width: 1200px) {
    nav.paging .page-numbers li>a.navbtn:hover.next {
        transform:translateX(3px)
    }

    nav.paging .page-numbers li>a.navbtn:hover.previous {
        transform: translateX(-3px)
    }
}

nav.paging .page-numbers li>a.navbtn.disabled {
    border-color: rgba(0,0,0,.2);
    color: rgba(0,0,0,.2);
    pointer-events: none
}

.troax-spinner {
    display: inline-block;
    height: 72px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: opacity .25s ease-in-out;
    width: 72px
}

.troax-spinner.active {
    opacity: 1
}

.troax-spinner div {
    animation: troax-spinner 1s cubic-bezier(0,.2,.8,1) infinite;
    border: 4px solid var(--wp--preset--color--blue-2);
    border-radius: 50%;
    opacity: 1;
    position: absolute
}

.troax-spinner div:nth-child(2) {
    animation-delay: -.5s
}

@keyframes troax-spinner {
    0% {
        height: 0;
        left: 36px;
        opacity: 0;
        top: 36px;
        width: 0
    }

    4.9% {
        height: 0;
        left: 36px;
        opacity: 0;
        top: 36px;
        width: 0
    }

    5% {
        height: 0;
        left: 36px;
        opacity: 1;
        top: 36px;
        width: 0
    }

    to {
        height: 72px;
        left: 0;
        opacity: 0;
        top: 0;
        width: 72px
    }
}

.wp-block-troax-standard-hero.has-anchors {
    background-color: var(--wp--preset--color--semi-gray)
}

.wp-block-troax-standard-hero .main-content.has-img {
    min-height: 420px
}

@media(min-width: 1920px) {
    .wp-block-troax-standard-hero .main-content.has-img {
        min-height:0;
        padding-top: 11.5%
    }
}

@media(max-width: 767.98px) {
    .wp-block-troax-standard-hero .main-content.has-img {
        background-color:var(--wp--preset--color--semi-gray)
    }

    .wp-block-troax-standard-hero .main-content.has-img .has-white-color,.wp-block-troax-standard-hero .main-content.has-img .has-white-color .breadcrumbs *,.wp-block-troax-standard-hero .main-content.has-img .has-white-color div,.wp-block-troax-standard-hero .main-content.has-img .has-white-color h1,.wp-block-troax-standard-hero .main-content.has-img .text-color-white {
        color: var(--wp--preset--color--black)
    }
}

.wp-block-troax-standard-hero .main-content.has-img .circle {
    font-size: 10px;
    font-size: .625rem;
    padding: .2rem
}

@media(max-width: 767.98px) {
    .wp-block-troax-standard-hero .main-content .imgwrapper {
        padding-top:74%;
        position: relative
    }
}

.wp-block-troax-standard-hero .main-content .bgimg {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-block-troax-standard-hero .main-content .content-container {
    position: relative;
    z-index: 1
}

@media(min-width: 768px) {
    .wp-block-troax-standard-hero .main-content .content-container,.wp-block-troax-standard-hero .main-content .content-container .row {
        height:inherit;
        min-height: inherit
    }
}

.wp-block-troax-standard-hero .regular {
    background-color: var(--wp--preset--color--semi-gray)
}

.wp-block-troax-standard-hero .regular .regular-nav {
    background-color: var(--wp--preset--color--white)
}

.wp-block-troax-standard-hero .regular .regular-nav .reg {
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--black);
    padding: 1rem 1.3rem;
    transition: all .25s ease-in-out
}

.wp-block-troax-standard-hero .regular .regular-nav .reg.active,.wp-block-troax-standard-hero .regular .regular-nav .reg:hover {
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--white)
}

.wp-block-troax-startpage-hero-block .main-content .has-white-color a,.wp-block-troax-startpage-hero-block .main-content .has-white-color h1,.wp-block-troax-startpage-hero-block .main-content .has-white-color p {
    color: var(--wp--preset--color--white)
}

.wp-block-troax-startpage-hero-block .main-content .has-white-color .troax-button {
    border-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--white)
}

.wp-block-troax-startpage-hero-block .main-content .col-12:hover .troax-button {
    transform: scale(1.05)
}

.wp-block-troax-startpage-hero-block .main-content.no-img {
    background: linear-gradient(90deg,#d1d1d1,#c9cfd4 22.4%,#c6cfd6 43.23%,#b3ccdc)
}

@media(min-width: 768px) {
    .wp-block-troax-startpage-hero-block .main-content.has-img {
        min-height:420px
    }
}

@media(max-width: 767.98px) {
    .wp-block-troax-startpage-hero-block .main-content.has-img .has-white-color,.wp-block-troax-startpage-hero-block .main-content.has-img .has-white-color .troax-button,.wp-block-troax-startpage-hero-block .main-content.has-img .has-white-color .troax-button.border-white,.wp-block-troax-startpage-hero-block .main-content.has-img .has-white-color a,.wp-block-troax-startpage-hero-block .main-content.has-img .has-white-color div,.wp-block-troax-startpage-hero-block .main-content.has-img .has-white-color h1,.wp-block-troax-startpage-hero-block .main-content.has-img .has-white-color p {
        border-color:var(--wp--preset--color--black)!important;
        color: var(--wp--preset--color--black)
    }
}

@media(min-width: 768px) {
    .wp-block-troax-startpage-hero-block .main-content .imgwrapper {
        margin-top:-80px;
        padding-bottom: 80px
    }
}

@media(max-width: 767.98px) {
    .wp-block-troax-startpage-hero-block .main-content .imgwrapper {
        margin-top:-80px;
        padding-bottom: 100px;
        padding-top: 74%;
        position: relative
    }

    .wp-block-troax-startpage-hero-block .main-content h1,.wp-block-troax-startpage-hero-block .main-content p {
        text-align: center
    }
}

.wp-block-troax-startpage-hero-block .main-content .bgimg {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-block-troax-startpage-hero-block .main-content .content-container {
    min-height: inherit;
    position: relative;
    z-index: 1
}

.wp-block-troax-startpage-hero-block .main-content .content-container .row {
    min-height: inherit
}

.wp-block-troax-startpage-hero-block .main-content a.troax-button {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    text-align: center
}

@media(max-width: 767.98px) {
    .wp-block-troax-startpage-hero-block .main-content a.troax-button {
        width:100%
    }
}

.wp-block-troax-quote .quote-svg {
    margin-bottom: .5rem;
    vertical-align: middle
}

@media(min-width: 768px) {
    .wp-block-troax-quote .quote-svg {
        height:35px;
        margin-bottom: 1rem;
        width: 35px
    }
}

.wp-block-troax-quote .quote-svg.has-white-color,.wp-block-troax-quote .quote-svg.text-color-white {
    fill: var(--wp--preset--color--white)
}

.wp-block-troax-quote .quote-svg.has-black-color,.wp-block-troax-quote .quote-svg.text-color-black {
    fill: var(--wp--preset--color--black)
}

.wp-block-troax-quote .quote-svg-after {
    transform: rotate(180deg)
}

.wp-block-troax-quote .quote,.wp-block-troax-textblock .wysiwyg * {
    color: inherit
}

.wp-block-troax-image-banner .main-content .imgwrapper {
    min-height: 500px
}

@media(min-width: 768px) {
    .wp-block-troax-image-banner .main-content .imgwrapper {
        min-height:calc(360px + 10vw + 10vh)
    }
}

.wp-block-troax-image-banner .main-content .bgimg {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-block-troax-image-banner .main-content .content-puff {
    min-height: inherit;
    position: relative;
    z-index: 1
}

@media(max-width: 767.98px) {
    .wp-block-troax-image-banner .main-content .content-puff {
        bottom:-9rem;
        position: absolute
    }

    .wp-block-troax-image-banner .main-content .content-puff-entry {
        box-shadow: 0 4px 30px 0 rgba(0,0,0,.08)
    }
}

.wp-block-troax-image-banner .main-content .content-puff-entry {
    max-width: 460px
}

.cision_form form .wp-block-troax-image-banner .main-content .content-puff-entry:hover .form-submit,.cision_form form .wp-block-troax-image-banner .main-content .content-puff-entry:hover .frm_button_submit,.cision_form form .wp-block-troax-image-banner .main-content .content-puff-entry:hover .frm_prev_page,.frm_forms .global_form_troax .wp-block-troax-image-banner .main-content .content-puff-entry:hover .form-submit,.frm_forms .global_form_troax .wp-block-troax-image-banner .main-content .content-puff-entry:hover .frm_button_submit,.frm_forms .global_form_troax .wp-block-troax-image-banner .main-content .content-puff-entry:hover .frm_prev_page,.wp-block-troax-image-banner .main-content .content-puff-entry:hover .cision_form form .form-submit,.wp-block-troax-image-banner .main-content .content-puff-entry:hover .cision_form form .frm_button_submit,.wp-block-troax-image-banner .main-content .content-puff-entry:hover .cision_form form .frm_prev_page,.wp-block-troax-image-banner .main-content .content-puff-entry:hover .frm_forms .global_form_troax .form-submit,.wp-block-troax-image-banner .main-content .content-puff-entry:hover .frm_forms .global_form_troax .frm_button_submit,.wp-block-troax-image-banner .main-content .content-puff-entry:hover .frm_forms .global_form_troax .frm_prev_page,.wp-block-troax-image-banner .main-content .content-puff-entry:hover .troax-btn {
    transform: scale(1.05)
}

.wp-block-troax-image-banner .main-content .sealimg {
    height: auto;
    right: -60px;
    top: -40px;
    width: 120px
}

.wp-block-troax-faq .faq-section {
    border-bottom: 1px solid var(--wp--preset--color--dust);
    transition: border .25s ease-in-out
}

.wp-block-troax-faq .faq-section .faq-questions {
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: height .15s ease-out
}

.wp-block-troax-faq .faq-section .faq-questions .qa-section {
    background-color: transparent;
    border-top: 1px solid var(--wp--preset--color--dust)
}

.wp-block-troax-faq .faq-section .faq-questions .qa-section:focus-within {
    outline: var(--wp--preset--color--blue-1) auto 1px
}

.wp-block-troax-faq .faq-section .faq-questions .qa-section.active {
    background-color: var(--wp--preset--color--semi-gray)
}

.wp-block-troax-faq .faq-section .faq-questions.active {
    pointer-events: all
}

.wp-block-troax-faq .faq-section .faq-questions.active .qa-section:last-child {
    border-bottom: 1px solid var(--wp--preset--color--dust)
}

.wp-block-troax-faq .faq-section .faq-questions .qa-answer {
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: height .15s ease-out
}

.wp-block-troax-faq .faq-section .faq-questions .qa-answer.active {
    overflow: auto
}

.wp-block-troax-faq .faq-section .faq-questions .qa-answer>* {
    padding-bottom: 2rem
}

.wp-block-troax-faq .faq-section.active {
    border-bottom: 1px solid transparent
}

.wp-block-troax-faq button {
    background: none;
    border: none
}

.wp-block-troax-faq button .arrowicon {
    font-size: 16px;
    font-size: 1rem;
    transform: rotate(0);
    transition: transform .15s ease-in-out
}

.wp-block-troax-faq button.active .arrowicon {
    transform: rotate(-180deg)
}

.wp-block-troax-faq button.active.qa-header {
    font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif
}


.wp-block-troax-linkblock .d-grid {
    align-content: space-between
}

.cision_form form .wp-block-troax-linkblock .d-grid:hover .form-submit,.cision_form form .wp-block-troax-linkblock .d-grid:hover .frm_button_submit,.cision_form form .wp-block-troax-linkblock .d-grid:hover .frm_prev_page,.frm_forms .global_form_troax .wp-block-troax-linkblock .d-grid:hover .form-submit,.frm_forms .global_form_troax .wp-block-troax-linkblock .d-grid:hover .frm_button_submit,.frm_forms .global_form_troax .wp-block-troax-linkblock .d-grid:hover .frm_prev_page,.wp-block-troax-linkblock .d-grid:hover .cision_form form .form-submit,.wp-block-troax-linkblock .d-grid:hover .cision_form form .frm_button_submit,.wp-block-troax-linkblock .d-grid:hover .cision_form form .frm_prev_page,.wp-block-troax-linkblock .d-grid:hover .frm_forms .global_form_troax .form-submit,.wp-block-troax-linkblock .d-grid:hover .frm_forms .global_form_troax .frm_button_submit,.wp-block-troax-linkblock .d-grid:hover .frm_forms .global_form_troax .frm_prev_page,.wp-block-troax-linkblock .d-grid:hover .troax-btn {
    transform: scale(1.05)
}

.wp-block-troax-linkblock .imgwrapper {
    align-self: start
}

.wp-block-troax-linkblock .imgwrapper .landscape {
    height: 0;
    overflow: hidden;
    padding-top: 67%
}

.wp-block-troax-linkblock .imgwrapper .landscape img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0
}

.wp-block-troax-linkblock .imgwrapper .landscape,.wp-block-troax-linkblock .imgwrapper .square {
    box-shadow: 0 0 32px 0 rgba(0,0,0,.08)
}

.wp-block-troax-linkblock .btnwrapper {
    align-self: end;
    display: grid
}

.wp-block-troax-linkblock .btnwrapper a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wp-block-troax-linkblock .glide__bullets {
    position: relative
}

.wp-block-troax-linkblock .glide__bullet {
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid var(--wp--preset--color--dust);
    border-radius: 0;
    box-shadow: none;
    height: 20px;
    margin: 0 1em;
    width: 48px
}

.wp-block-troax-linkblock .glide__bullet--active,.wp-block-troax-linkblock .glide__bullet:focus,.wp-block-troax-linkblock .glide__bullet:hover {
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid var(--wp--preset--color--blue-2)
}

@media(max-width: 767.98px) {
    .wp-block-troax-contact-list .filter-taxonomies li {
        border:1px solid var(--wp--preset--color--black)
    }
}

.wp-block-troax-contact-list .filter-taxonomies li a {
    font-size: 14px;
    font-size: .875rem
}

.wp-block-troax-contact-list .filter-taxonomies li a.active {
    background-color: var(--wp--preset--color--blue-2);
    color: var(--wp--preset--color--white)
}

.wp-block-troax-contact-list .card .empty-img {
    width: 112px
}

.wp-block-troax-contact-list .card .empty-img,.wp-block-troax-contact-list .card img {
    height: 112px;
    max-width: 112px
}

@media(min-width: 768px) {
    .wp-block-troax-contact-list .card.filter-list {
        min-height:0
    }
}

.wp-block-troax-contact-list .card .card-body {
    word-break: break-word
}

@media(min-width: 992px) {
    .wp-block-troax-contact-list .card .card-body .card-entry {
        min-height:60px
    }
}

.wp-block-troax-contact-list .card .card-body p {
    font-size: 16px;
    font-size: 1rem
}

.wp-block-troax-contact-map .mapwrapper {
    min-height: calc(100px + 20vh + 20vw)
}

.wp-block-troax-contact-map .acf-map {
    width: calc(100% - 2rem)
}

.wp-block-troax-contact-map .acf-map .pufftext {
    font-size: 14px;
    font-size: .875rem
}

.wp-block-troax-contact-map .acf-map:before {
    background-color: var(--wp--preset--color--semi-gray);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.wp-block-troax-imageblock .galleryimg {
    transform: scale(1);
    transition: transform .15s ease-in-out
}

.wp-block-troax-imageblock .galleryimg:hover {
    transform: scale(1.01)
}

.wp-block-embed__wrapper {
    padding-bottom: 56.25%;
    position: relative
}

.wp-block-embed__wrapper iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-block-troax-cad .solid-component__wrapper {
    overflow-x: auto
}

.wp-block-troax-cad .solid-component__column {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    margin-bottom: 1.5rem
}

.wp-block-troax-cad .solid-component__column h3 {
    margin-bottom: .8rem
}

.wp-block-troax-cad .solid-component__download {
    background: var(--wp--preset--color--semi-gray);
    border: 1px solid var(--wp--preset--color--dust);
    padding: 1.6rem
}

.wp-block-troax-cad .solid-component__three_d {
    margin-bottom: 1rem;
    overflow: hidden;
    padding-top: 100%;
    width: 100%
}

.wp-block-troax-cad .solid-component__three_d>div {
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: calc(100% - 1px);
    right: 0;
    top: 0
}

.cision_form form .wp-block-troax-text-img .textblock-wrapper:hover .form-submit,.cision_form form .wp-block-troax-text-img .textblock-wrapper:hover .frm_button_submit,.cision_form form .wp-block-troax-text-img .textblock-wrapper:hover .frm_prev_page,.frm_forms .global_form_troax .wp-block-troax-text-img .textblock-wrapper:hover .form-submit,.frm_forms .global_form_troax .wp-block-troax-text-img .textblock-wrapper:hover .frm_button_submit,.frm_forms .global_form_troax .wp-block-troax-text-img .textblock-wrapper:hover .frm_prev_page,.wp-block-troax-text-img .textblock-wrapper:hover .cision_form form .form-submit,.wp-block-troax-text-img .textblock-wrapper:hover .cision_form form .frm_button_submit,.wp-block-troax-text-img .textblock-wrapper:hover .cision_form form .frm_prev_page,.wp-block-troax-text-img .textblock-wrapper:hover .frm_forms .global_form_troax .form-submit,.wp-block-troax-text-img .textblock-wrapper:hover .frm_forms .global_form_troax .frm_button_submit,.wp-block-troax-text-img .textblock-wrapper:hover .frm_forms .global_form_troax .frm_prev_page,.wp-block-troax-text-img .textblock-wrapper:hover .troax-btn {
    transform: scale(1.05)
}

.scrollable {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.scrollable::-webkit-scrollbar {
    display: none
}

body:not(.admin-bar) #language-menu .scrollable {
    height: calc(100vh - 77px)
}

body.has-alert .megamenu-wrapper-mobile {
    border-top: 1px solid var(--wp--preset--color--dust);
    height: calc(100% - 100px);
    top: 100px!important
}

.skiplink {
    left: 0;
    padding: 1rem;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    transition: transform .2s ease-in-out;
    z-index: 11
}

.skiplink:focus-visible {
    background-color: var(--wp--preset--color--white);
    transform: translateY(0)
}

.language-selector {
    background-color: unset;
    border: none
}

.language-selector img {
    height: auto;
    width: 34px
}

.language-selector span:before {
    display: inline-block
}

.language-selector:hover span:before {
    text-decoration: none
}

.language-menu {
    box-shadow: 0 3px 5px -3px rgba(0,0,0,.1),0 2px 10px -2px rgba(0,0,0,.1);
    font-size: 1.4rem;
    height: 100vh;
    left: 0;
    margin-bottom: 1.5rem;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    right: auto;
    text-align: left;
    top: 0;
    transition: visibility .2s ease-in-out,opacity .2s ease-out;
    visibility: hidden;
    width: 100vw;
    z-index: 100
}

@media(min-width: 1200px) {
    .language-menu {
        left:auto;
        right: 0;
        transform: translateX(100%)
    }
}

.language-menu.active {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
    visibility: visible
}

.language-menu:after {
    background-color: var(--wp--preset--color--black);
    content: "";
    height: 100vh;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%
}

.language-menu__inner {
    background-color: var(--wp--preset--color--white);
    height: 100%;
    max-width: 80vw;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: translateX(100%);
    transition: opacity .2s ease-out,transform .2s ease-out;
    width: 370px;
    z-index: 101
}

@media(max-width: 1199.98px) {
    .language-menu__inner {
        left:0;
        transform: translateX(-100%)
    }
}

.language-menu__inner.active {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0)
}

.language-menu__header {
    border-bottom: 1px solid var(--wp--preset--color--dust);
    text-transform: uppercase
}

.language-menu__header .backbtn-languages,.language-menu__header .close-languages {
    background: none
}

.language-menu__continents .first-level>.lang-link {
    text-transform: uppercase
}

.language-menu__continents .first-level>* {
    text-transform: none
}

.language-menu .first-lang-submenu {
    background-color: var(--wp--preset--color--white);
    height: 100%;
    left: 100%;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translateX(0);
    transition: all .3s cubic-bezier(.4,0,.2,1);
    visibility: hidden;
    width: 100%
}

.language-menu .first-lang-submenu.toggled {
    pointer-events: all;
    transform: translateX(-100%);
    visibility: visible
}

.language-menu .first-lang-submenu .second-submenu {
    background-color: var(--wp--preset--color--white);
    height: calc(100vh - 32px);
    left: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translateX(0);
    transition: all .3s cubic-bezier(.4,0,.2,1);
    visibility: hidden;
    width: 100%
}

.language-menu .first-lang-submenu .second-submenu.toggled {
    pointer-events: all;
    transform: translateX(-100%);
    visibility: visible
}

.language-menu .first-lang-submenu .second-submenu .parent-item {
    position: relative
}

.language-menu .first-lang-submenu .second-submenu .parent-item:after {
    background-color: #f8f7f5;
    content: "";
    height: 100%;
    left: -1rem;
    position: absolute;
    top: 0;
    width: calc(100% + 2rem);
    z-index: -1
}

header.header {
    border-bottom: 1px solid var(--wp--preset--color--semi-gray);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .2s ease-in-out;
    z-index: 10
}

header.header,header.header.menu-scrolled #language-selector {
    background-color: var(--wp--preset--color--white)
}

header.header .menu-open {
    display: none
}

@media(min-width: 1200px) {
    header.header .puff-col {
        min-height:450px
    }

    header.header .img-puff {
        height: calc(100% - 6rem)
    }
}

@media(max-width: 1199.98px) {
    header.header .img-puff h2 {
        font-size:70px;
        font-size: 4.375rem
    }
}

header.header .img-puff-content {
    max-width: 80%;
    word-break: break-all
}

header.header .img-puff img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media(max-width: 1199.98px) {
    header.header.active:after {
        background-color:var(--wp--preset--color--black);
        content: "";
        height: 100vh;
        left: 0;
        opacity: .7;
        position: absolute;
        width: 100%
    }

    header.header.active .hamburgerbutton .menu-closed {
        color: var(--wp--preset--color--black);
        display: none
    }

    header.header.active .hamburgerbutton .menu-open {
        color: var(--wp--preset--color--black);
        display: block
    }
}

header.header .hamburgerwrapper {
    font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif;
    position: relative;
    right: 0
}

header.header .hamburgerwrapper .text {
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: .6px;
    margin-top: auto;
    text-transform: uppercase
}

header.header .searchbtn {
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    min-width: 50px;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    transition: background-color .25s ease-in-out
}

header.header .searchbtn .search-header-icon {
    color: var(--wp--preset--color--black);
    font-size: 22px;
    font-size: 1.375rem;
    transition: all .25s ease-in-out
}

header.header .searchbtn.open,header.header .searchbtn:hover {
    background-color: var(--wp--preset--color--blue-2)
}

header.header .searchbtn.open .search-header-icon,header.header .searchbtn:hover .search-header-icon {
    color: var(--wp--preset--color--white)
}

header.header .hamburgerbutton {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    height: 50px;
    margin: 0 0 0 1rem;
    padding: 0;
    position: relative;
    width: 32px
}

header.header .hamburgerbutton span {
    background: #000;
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    top: 30%;
    transition: transform .2s ease-out,background-color .2s ease-out;
    width: 24px
}

header.header .hamburgerbutton span:first-child {
    transform: translate(-50%,-8px)
}

header.header .hamburgerbutton span:nth-child(2) {
    transform: translate(-50%)
}

header.header .hamburgerbutton span:nth-child(3) {
    transform: translate(-50%,8px)
}

header.header .hamburgerbutton.open span:first-child,header.header .hamburgerbutton.open span:nth-child(2) {
    transform: translate(-50%) rotate(-45deg)
}

header.header .hamburgerbutton.open span:nth-child(3) {
    transform: translate(-50%) rotate(45deg)
}

header.header a.current {
    border-bottom: 0
}

header.header a.current:hover {
    color: inherit
}

header.header .desktop-nav .dropdown-menu-inner {
    max-height: calc(100vh - 80px);
    overflow-y: auto
}

header.header .desktop-nav>ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

header.header .desktop-nav>ul a {
    border: 0;
    border-bottom: 4px solid transparent;
    line-height: 1;
    position: relative
}

header.header .desktop-nav>ul a.nav-url {
    display: inline-flex;
    font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif;
    padding-bottom: 1.8rem;
    padding-top: 1.8rem;
    white-space: nowrap
}

header.header .desktop-nav>ul a.nav-url .fa-light {
    transform: rotate(0);
    transition: transform .2s ease
}

header.header .desktop-nav>ul a.nav-url.active .fa-light {
    transform: rotate(-180deg)
}

header.header .desktop-nav>ul a.current {
    border-bottom: 0;
    color: var(--wp--preset--color--blue-1);
    text-decoration: underline
}

header.header .desktop-nav>ul a.active,header.header .desktop-nav>ul a:hover {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    color: inherit
}

header.header .desktop-nav>ul a.lastchild-item {
    font-size: 1.5rem;
    font-weight: 500
}

header.header .desktop-nav>ul a.lastchild-item:hover {
    border-bottom: 0;
    text-decoration: underline
}

header.header .desktop-nav>ul a.lastchild-item.current {
    border-bottom: 0
}

header.header .megamenu-wrapper-mobile {
    background-color: var(--wp--preset--color--white);
    font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif;
    height: calc(100% - 60px);
    max-width: 345px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 60px;
    transform: translateX(100%);
    transition: visibility .2s ease-in-out,opacity .2s ease-out,transform .2s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 1000
}

header.header .megamenu-wrapper-mobile.active {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
    visibility: visible
}

header.header .megamenu-wrapper-mobile .dropdown-menu-inner {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

header.header .megamenu-wrapper-mobile .dropdown-menu-inner::-webkit-scrollbar {
    display: none
}

header.header .megamenu-wrapper-mobile .mobile-nav ul.mobile-menu-list {
    padding-left: 0;
    text-transform: uppercase
}

header.header .megamenu-wrapper-mobile .mobile-nav li:not(.scrollable) {
    border-bottom: 1px solid var(--wp--preset--color--dust)
}

header.header .megamenu-wrapper-mobile .mobile-nav .nav-link.current,header.header .megamenu-wrapper-mobile .mobile-nav .nav-link:hover {
    background-color: rgba(157,185,213,.2)
}

header.header .megamenu-wrapper-mobile .mobile-nav .nav-item {
    position: relative
}

header.header .megamenu-wrapper-mobile .mobile-nav .nav-item:before {
    border-left: 6px solid transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transform: translateX(-6px);
    transition: all .25s ease-in-out;
    z-index: 1
}

header.header .megamenu-wrapper-mobile .mobile-nav .nav-item.expanded:before {
    border-left: 6px solid var(--wp--preset--color--blue-1);
    transform: translateX(0)
}

header.header .megamenu-wrapper-mobile .mobile-nav .arrow {
    transform: rotate(0);
    transition: transform .25s ease
}

header.header .megamenu-wrapper-mobile .mobile-nav .arrow.open {
    transform: rotate(-180deg)
}

header.header .megamenu-wrapper-mobile .mobile-nav .arrow-expand-btn {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0
}

header.header .megamenu-wrapper-mobile .mobile-nav .arrow-expand-btn .arrow {
    transform: rotate(0);
    transition: transform .25s ease
}

header.header .megamenu-wrapper-mobile .mobile-nav .arrow-expand-btn.open .arrow {
    transform: rotate(-180deg)
}

header.header .megamenu-wrapper-mobile .mobile-nav .first-submenu {
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    visibility: hidden;
    width: 100%
}

header.header .megamenu-wrapper-mobile .mobile-nav .first-submenu.toggled {
    pointer-events: all;
    visibility: visible
}

header.header .megamenu-wrapper-mobile .mobile-nav .first-submenu .second-submenu {
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    visibility: hidden;
    width: 100%
}

header.header .megamenu-wrapper-mobile .mobile-nav .first-submenu .second-submenu.toggled {
    pointer-events: all;
    visibility: visible
}

header.header .megamenu-wrapper-mobile .mobile-nav .first-submenu .second-submenu .parent-item {
    position: relative
}

header.header .megamenu-wrapper-mobile .mobile-nav .first-submenu .second-submenu .parent-item:after {
    background-color: #f8f7f5;
    content: "";
    height: 100%;
    left: -1rem;
    position: absolute;
    top: 0;
    width: calc(100% + 2rem);
    z-index: -1
}

header.header .megamenu-wrapper-mobile .mobile-nav .subchild-item {
    font-family: var(--wp--preset--font-family--avenir-roman),sans-serif;
    text-transform: none
}

header.header .megamenu-wrapper-mobile .mobile-nav .child-item,header.header .megamenu-wrapper-mobile .mobile-nav .subchild-item {
    display: flex;
    padding-left: 2rem;
    position: relative
}

header.header .megamenu-wrapper-mobile .mobile-nav .child-item:before,header.header .megamenu-wrapper-mobile .mobile-nav .subchild-item:before {
    border-top: 1px solid var(--wp--preset--color--dust);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

header.header .megamenu-wrapper-mobile .mobile-nav .child-item:hover,header.header .megamenu-wrapper-mobile .mobile-nav .subchild-item:hover {
    color: inherit
}

.header-inner {
    min-height: 60px
}

@media(min-width: 1200px) {
    .header-inner {
        min-height:80px
    }
}

.navbar-logo {
    display: block;
    height: 100%;
    padding: 1.2rem .8rem 1.2rem 0
}

@media(max-width: 1199.98px) {
    .navbar-logo {
        align-items:center;
        display: flex;
        height: auto;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 26vw;
        padding: .6rem;
        position: absolute;
        right: 0
    }
}

.navbar-logo__img {
    max-height: 35px;
    object-fit: contain;
    width: 100%
}

.dropdown {
    position: static
}

.megamenu-wrapper {
    /*background-color: var(--wp--preset--color--white);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-width: 3px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 1px);
    transform: translateY(0);
    transition: visibility .2s ease-in-out,opacity .2s ease-out,transform .2s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 1000*/
}

.megamenu-wrapper:not(.dropdown) {
    left: 0
}

@media(min-width: 1600px) {
    .megamenu-wrapper:not(.dropdown) .row {
        margin-left:auto;
        margin-right: auto;
        max-width: 1400px
    }
}

.megamenu-wrapper:not(.dropdown) .col {
    border-right: 1px solid var(--wp--preset--color--dust)
}

.megamenu-wrapper:not(.dropdown) .col:last-child {
    border-right: none
}

.megamenu-wrapper:not(.dropdown) .col .submenu-ul a.lastchild-item {
    font-size: 14px;
    font-size: .875rem
}

.megamenu-wrapper:not(.dropdown) a.child-item {
    font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif;
    font-size: .875rem;
    /*letter-spacing: .4px*/
}

.megamenu-wrapper:not(.dropdown) a.child-item .thumbnail-container {
    overflow: hidden;
    padding-top: 56.25%
}

.megamenu-wrapper:not(.dropdown) a.child-item .thumbnail-container img {
    bottom: 0;
    object-fit: cover;
    top: 0
}

.megamenu-wrapper:not(.dropdown) a.child-item .nowrap-link {
    align-items: center;
    display: flex
}

.megamenu-wrapper:not(.dropdown) a.child-item .nowrap-link span:before {
    display: inline-block
}

.megamenu-wrapper:not(.dropdown) a.subchild-item {
    font-size: 14px;
    font-size: .875rem
}

.megamenu-wrapper:after {
    background-color: var(--wp--preset--color--black);
    content: "";
    height: 100vh;
    left: 0;
    opacity: .7;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 100%
}

.megamenu-wrapper.dropdown {
    background: none;
    margin-left: -3rem
}

.megamenu-wrapper.dropdown .dropdown {
    background: var(--wp--preset--color--white);
    max-width: 330px;
    position: relative;
    z-index: 1
}

.megamenu-wrapper.dropdown:after {
    left: -100%;
    right: 100%;
    top: 0;
    width: 200vw
}

/*.megamenu-wrapper.active {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
    visibility: visible
}*/

body.admin-bar #language-menu {
    height: calc(100vh - 16px);
    top: 32px
}

@media(max-width: 800px) {
    body.admin-bar #language-menu {
        top:46px
    }
}

body.admin-bar #language-menu .scrollable {
    height: calc(100vh - 77px)
}

body.admin-bar .megamenu-wrapper-mobile {
    border-top: 1px solid var(--wp--preset--color--dust);
    height: calc(100% - 105px)!important;
    top: 105px!important
}

@media(min-width: 800px) {
    body.admin-bar .megamenu-wrapper-mobile {
        height:calc(100% - 92px)!important;
        top: 92px!important
    }
}

body.admin-bar .fixed-top {
    top: 32px
}

body.admin-bar .skiplink:focus-visible {
    transform: translateY(32px)
}

body.admin-bar .header .megamenu-wrapper-mobile {
    border-top: 1px solid var(--wp--preset--color--dust);
    height: calc(100% - 92px);
    top: 92px
}

body.admin-bar.has-alert .megamenu-wrapper-mobile {
    border-top: 1px solid var(--wp--preset--color--dust);
    height: calc(100% - 145px);
    top: 145px!important
}

@media(min-width: 800px) {
    body.admin-bar.has-alert .megamenu-wrapper-mobile {
        height:calc(100% - 132px);
        top: 132px!important
    }
}

.breadcrumbs {
    font-size: 14px;
    font-size: .875rem
}

.breadcrumbs a {
    text-decoration: underline
}

.has-white-color .breadcrumbs *,.text-color-white .breadcrumbs * {
    color: var(--wp--preset--color--white)
}

#rfq-modal {
    top: 60px
}

@media(min-width: 1200px) {
    #rfq-modal {
        top:80px
    }
}

#quotation-desktop-menu,#quotation-mobile-menu,#rfq-modal {
    background-color: var(--wp--preset--color--white);
    font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    transform: translateY(10px);
    transform-origin: center bottom;
    transition: visibility .2s ease-in-out,opacity .2s ease-out,transform .2s ease-out;
    visibility: hidden;
    width: 100vw;
    z-index: 1000
}

#quotation-desktop-menu:not(#rfq-modal),#quotation-mobile-menu:not(#rfq-modal),#rfq-modal:not(#rfq-modal) {
    top: 100px
}

#quotation-desktop-menu.has-alertbox,#quotation-mobile-menu.has-alertbox,#rfq-modal.has-alertbox {
    top: 140px
}

@media(min-width: 1200px) {
    #quotation-desktop-menu:not(#rfq-modal),#quotation-mobile-menu:not(#rfq-modal),#rfq-modal:not(#rfq-modal) {
        top:40px
    }
}

#quotation-desktop-menu.active,#quotation-mobile-menu.active,#rfq-modal.active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    visibility: visible
}

#quotation-desktop-menu .btn-closealert,#quotation-mobile-menu .btn-closealert,#rfq-modal .btn-closealert {
    background: none;
    border: none;
    font-size: 16px;
    font-size: 1rem;
    right: .8rem;
    z-index: 1
}

@media(max-width: 1199.98px) {
    #quotation-desktop-menu .btn-closealert,#quotation-mobile-menu .btn-closealert,#rfq-modal .btn-closealert {
        right:0;
        top: .5rem
    }

    #quotation-desktop-menu .btn-closealert span,#quotation-mobile-menu .btn-closealert span,#rfq-modal .btn-closealert span {
        font-size: 2rem
    }
}

#quotation-desktop-menu .entry-content.has-img,#quotation-mobile-menu .entry-content.has-img,#rfq-modal .entry-content.has-img {
    min-height: 300px
}

#quotation-desktop-menu .container-fluid,#quotation-desktop-menu .container-lg,#quotation-desktop-menu .container-md,#quotation-desktop-menu .container-sm,#quotation-desktop-menu .container-xl,#quotation-desktop-menu .container-xxl,#quotation-mobile-menu .container-fluid,#quotation-mobile-menu .container-lg,#quotation-mobile-menu .container-md,#quotation-mobile-menu .container-sm,#quotation-mobile-menu .container-xl,#quotation-mobile-menu .container-xxl,#rfq-modal .container-fluid,#rfq-modal .container-lg,#rfq-modal .container-md,#rfq-modal .container-sm,#rfq-modal .container-xl,#rfq-modal .container-xxl {
    max-height: calc(100vh - 60px);
    overflow-y: auto
}

@media(max-width: 1199.98px) {
    #quotation-desktop-menu .container-fluid,#quotation-desktop-menu .container-lg,#quotation-desktop-menu .container-md,#quotation-desktop-menu .container-sm,#quotation-desktop-menu .container-xl,#quotation-desktop-menu .container-xxl,#quotation-mobile-menu .container-fluid,#quotation-mobile-menu .container-lg,#quotation-mobile-menu .container-md,#quotation-mobile-menu .container-sm,#quotation-mobile-menu .container-xl,#quotation-mobile-menu .container-xxl,#rfq-modal .container-fluid,#rfq-modal .container-lg,#rfq-modal .container-md,#rfq-modal .container-sm,#rfq-modal .container-xl,#rfq-modal .container-xxl {
        max-height:calc(100vh - 180px)
    }
}

#quotation-desktop-menu:after,#quotation-mobile-menu:after,#rfq-modal:after {
    background-color: var(--wp--preset--color--black);
    content: "";
    height: 100vh;
    left: 0;
    opacity: .7;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 100%;
    width: 200vw
}

#quotation-desktop-menu .quotation-inner,#quotation-mobile-menu .quotation-inner,#rfq-modal .quotation-inner {
    min-height: 90px
}

body.admin-bar #rfq-modal {
    top: 100px
}

@media(min-width: 801px) {
    body.admin-bar #rfq-modal {
        top:92px
    }
}

@media(min-width: 1200px) {
    body.admin-bar #rfq-modal {
        top:112px
    }
}

body.admin-bar #quotation-desktop-menu {
    top: 132px
}

body.admin-bar #quotation-desktop-menu.has-alertbox {
    top: 172px
}

@media(max-width: 800px) {
    body.admin-bar #quotation-desktop-menu.has-alertbox {
        top:186px
    }
}

@media(min-width: 1200px) {
    body.admin-bar #quotation-desktop-menu,body.admin-bar #quotation-desktop-menu.has-alertbox {
        top:72px
    }
}

@media(max-width: 800px) {
    body.admin-bar #quotation-desktop-menu:not(.has-alertbox) {
        top:146px
    }
}

#footer-wrapper {
    background-color: var(--wp--preset--color--dust)
}

#footer .wp-block-social-links {
    padding-top: 30px
}

#footer .wp-block-social-links.has-small-icon-size li {
    font-size: 16px
}

#footer .wp-block-social-links,#footer .wp-block-social-links.has-normal-icon-size li {
    font-size: 24px
}

#footer .wp-block-social-links.has-large-icon-size li {
    font-size: 26px
}

#footer .wp-block-social-links.has-huge-icon-size li {
    font-size: 48px
}

#footer .widget h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1.4rem
}

@media(min-width: 768px) {
    #footer .widget h2 {
        font-size:44px;
        font-size: 2.75rem
    }
}

#footer .widget h3 {
    margin-bottom: 1.25rem
}

#footer .widget a {
    text-decoration: underline
}

#footer #troax-footer-1 .widget {
    margin-bottom: 0
}

#footer #troax-footer-2 .widget p,#footer #troax-footer-3 .widget p,#footer #troax-footer-4 .widget p,#footer .widget ul {
    font-size: 16px;
    font-size: 1rem
}

#footer .widget ul {
    letter-spacing: .8px;
    line-height: 1.6;
    margin: 0
}

.sticky-cta {
    background-color: #e6eef5;
    border: 2px solid var(--wp--preset--color--blue-3);
    border-radius: 50%;
    bottom: 2.5rem;
    box-shadow: 0 4px 30px 0 rgba(0,0,0,.08);
    color: var(--wp--preset--color--blue-2);
    font-size: 32px;
    font-size: 2rem;
    height: 80px;
    position: fixed;
    right: 2.5rem;
    width: 80px;
    z-index: 10
}

.sticky-cta .fa-envelope {
    transform: scale(.95);
    transition: transform .15s ease-in-out
}

.sticky-cta:hover .fa-envelope {
    transform: scale(1)
}

#header-search-form {
    background: var(--wp--preset--color--semi-gray);
    box-shadow: 0 3px 5px -3px rgba(0,0,0,.1),0 2px 10px -2px rgba(0,0,0,.1);
    font-size: 1.4rem;
    left: 50%;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    min-width: 150px;
    opacity: 0;
    padding: 1rem;
    pointer-events: none;
    position: absolute;
    right: auto;
    text-align: left;
    top: 100%;
    transform: translate(-50%,10px);
    transform-origin: center bottom;
    transition: opacity .2s ease-out,transform .2s ease-out;
    visibility: hidden;
    z-index: 100
}

#header-search-form:after {
    background-color: var(--wp--preset--color--black);
    content: "";
    height: 100vh;
    opacity: .7;
    position: absolute;
    top: 100%;
    width: 100%
}

#header-search-form .search-wrapper {
    flex-direction: column;
    max-width: 84rem;
    min-width: 100%;
    position: relative;
    width: 60%
}

@media(min-width: 768px) {
    #header-search-form .search-wrapper {
        min-width:680px
    }
}

#header-search-form .search-wrapper form {
    position: relative;
    width: 100%
}

#header-search-form .search-wrapper form input {
    border: 1px solid #949494;
    border-radius: 30px;
    padding: .95rem 5rem .95rem 2rem;
    width: inherit
}

#header-search-form .search-wrapper form input.preview-active {
    border-radius: 27px 27px 0 0
}

#header-search-form .search-wrapper form input:focus {
    border: 1px solid #949494;
    outline: none
}

#header-search-form .search-wrapper form .search-icon {
    cursor: pointer;
    font-size: 22px;
    font-size: 1.375rem;
    padding: 1rem;
    position: absolute;
    right: 10px
}

#header-search-form.active {
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%);
    visibility: visible
}

.search-preview {
    opacity: 0;
    pointer-events: none;
    transform: all .2s;
    visibility: hidden
}

.search-preview.preview-active {
    margin-top: 0;
    opacity: 1;
    pointer-events: all;
    transition: opacity .2s ease-in;
    visibility: visible;
    z-index: 1
}

.search-preview .search-preview-container {
    background-color: var(--wp--preset--color--white);
    border-color: #949494;
    border-radius: 0 0 30px 30px;
    border-style: none solid;
    border-width: 0 1px;
    max-height: 620px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1
}

.search-preview .search-preview-display {
    display: flex;
    flex-flow: column;
    height: calc(100vh - 200px);
    max-height: inherit;
    overflow: hidden
}

.search-preview .search-preview-display .search-preview-tabs {
    display: flex;
    font-family: var(--wp--preset--font-family--avenir-black),sans-serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .8px;
    text-transform: uppercase
}

.search-preview .search-preview-display .search-preview-tabs .search-preview-tabs-products {
    padding: 32px 16px 16px 32px;
    text-align: left;
    width: 50%
}

@media(max-width: 575.98px) {
    .search-preview .search-preview-display .search-preview-tabs .search-preview-tabs-products {
        background-color:var(--wp--preset--color--white);
        padding: 32px 16px;
        text-align: center;
        width: 50%
    }

    .search-preview .search-preview-display .search-preview-tabs .search-preview-tabs-products:not(.selected) {
        background-color: var(--wp--preset--color--semi-gray)
    }
}

.search-preview .search-preview-display .search-preview-tabs .search-preview-tabs-pages {
    background-color: var(--wp--preset--color--semi-gray);
    padding: 32px 32px 16px 50px;
    text-align: left;
    width: 50%
}

@media(max-width: 575.98px) {
    .search-preview .search-preview-display .search-preview-tabs .search-preview-tabs-pages {
        background-color:var(--wp--preset--color--white);
        padding: 32px 16px;
        text-align: center;
        width: 50%
    }

    .search-preview .search-preview-display .search-preview-tabs .search-preview-tabs-pages:not(.selected) {
        background-color: var(--wp--preset--color--semi-gray)
    }
}

.search-preview .search-preview-display .search-preview-results {
    display: flex;
    flex: 1;
    overflow: hidden
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-products {
    margin: 0;
    overflow-y: auto;
    padding: 0 16px 32px 32px;
    width: 50%;
    -ms-overflow-style: auto
}

@media(max-width: 575.98px) {
    .search-preview .search-preview-display .search-preview-results .search-preview-results-products {
        background-color:var(--wp--preset--color--white);
        padding: 16px 32px;
        width: 100%
    }

    .search-preview .search-preview-display .search-preview-results .search-preview-results-products:not(.selected) {
        display: none
    }
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-products::-webkit-scrollbar-track {
    background-color: var(--wp--preset--color--dust);
    border-radius: 5rem
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-products::-webkit-scrollbar {
    border-radius: 5rem;
    width: .5rem
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-products::-webkit-scrollbar-thumb {
    border-radius: 5rem;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-products .no-found {
    display: none
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-products .no-found.active {
    display: block
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-products .results {
    display: none
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-products .results.active {
    display: block
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-products .results .product-preview {
    margin: 20px 0
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-products .results .product-preview a {
    display: block
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-products .results .product-preview a img {
    height: 50px;
    margin-right: 24px;
    object-fit: cover;
    width: 50px
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-products .results .product-preview a span {
    font-family: var(--wp--preset--font-family--avenir-black),sans-serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .8px;
    text-transform: uppercase
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-pages {
    background-color: var(--wp--preset--color--semi-gray);
    margin: 0;
    overflow-y: auto;
    padding: 0 32px 32px 50px;
    width: 50%;
    -ms-overflow-style: auto
}

@media(max-width: 575.98px) {
    .search-preview .search-preview-display .search-preview-results .search-preview-results-pages {
        background-color:var(--wp--preset--color--white);
        padding: 16px 32px;
        width: 100%
    }

    .search-preview .search-preview-display .search-preview-results .search-preview-results-pages:not(.selected) {
        display: none
    }
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-pages::-webkit-scrollbar-track {
    background-color: var(--wp--preset--color--dust);
    border-radius: 5rem
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-pages::-webkit-scrollbar {
    border-radius: 5rem;
    width: .5rem
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-pages::-webkit-scrollbar-thumb {
    border-radius: 5rem;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-pages .no-found {
    display: none
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-pages .no-found.active {
    display: block
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-pages .results {
    display: none
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-pages .results.active {
    display: block
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-pages .results .page-preview {
    margin: 12px 0
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-pages .results .page-preview:first-of-type {
    margin-top: 0
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-pages .results .page-preview:last-of-type {
    margin-bottom: 0
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-pages .results .page-preview a {
    display: block
}

.search-preview .search-preview-display .search-preview-results .search-preview-results-pages .results .page-preview a span {
    font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .8px;
    text-transform: uppercase
}

.search-preview .search-preview-display .search-preview-continue {
    background-color: var(--wp--preset--color--white);
    border-top: 1px solid #949494;
    padding: 12px 12px 14px
}

.search-preview .skeleton .item:first-of-type {
    margin-top: 0!important
}

.search-preview .skeleton .item:last-of-type {
    margin-bottom: 0!important
}

.search-preview .search-preview-results-products .skeleton {
    height: 0;
    opacity: 0;
    overflow: hidden
}

.search-preview .search-preview-results-products .skeleton.active {
    height: auto;
    opacity: 1
}

.search-preview .search-preview-results-products .skeleton .item {
    align-items: center;
    display: flex;
    gap: 24px;
    margin: 20px 0
}

.search-preview .search-preview-results-products .skeleton .item .image {
    border-radius: 3px;
    height: 50px;
    width: 50px
}

.search-preview .search-preview-results-products .skeleton .item .text {
    border-radius: 3px;
    height: 19px;
    width: 60%
}

.search-preview .search-preview-results-pages .skeleton {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden
}

.search-preview .search-preview-results-pages .skeleton.active {
    height: auto;
    opacity: 1;
    visibility: visible
}

.search-preview .search-preview-results-pages .skeleton .item {
    margin: 24px 0
}

.search-preview .search-preview-results-pages .skeleton .item .text {
    border-radius: 3px;
    height: 19px;
    width: 80%
}

.lightbox-images-container {
    position: relative
}

.lightbox-images-container .lightbox-magnifying-glass {
    bottom: 0;
    font-size: 1.5rem;
    margin: 1rem;
    position: absolute;
    right: 0
}

.lightbox {
    align-items: center;
    background-color: rgba(0,0,0,.7);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 4rem 2rem;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity .2s ease-out;
    width: 100%;
    z-index: 1000
}

.lightbox.visible {
    opacity: 1;
    pointer-events: all
}

.lightbox .image-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    max-height: min-content;
    max-width: fit-content;
    position: relative;
    width: 100%
}

.lightbox .image-wrapper .close-lightbox-button {
    bottom: 100%;
    font-size: 1.65rem;
    position: absolute;
    right: 1rem
}

.lightbox .image-wrapper .close-lightbox-button span {
    color: var(--wp--preset--color--white);
    pointer-events: none
}

.lightbox .image-wrapper img {
    background-color: var(--wp--preset--color--white);
    height: 100%;
    max-height: fit-content;
    max-width: fit-content;
    object-fit: contain;
    width: 100%
}

.show-more-container .show-more-button {
    text-decoration: underline
}

.show-more-container.show .show-more-button {
    display: none
}

.accordion:last-child {
    margin-bottom: 0!important
}

.accordion .accordion-header-button {
    align-items: center;
    background-color: var(--wp--preset--color--white);
    border: 1px solid #dad9d6;
    display: flex;
    font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif;
    justify-content: space-between;
    transition: background-color .2s ease;
    width: 100%
}

.accordion .accordion-header-button:hover {
    background-color: var(--wp--preset--color--semi-gray)
}

.accordion .accordion-content {
    background-color: var(--wp--preset--color--white);
    border: 1px solid #dad9d6;
    border-top: none;
    display: none
}

.accordion.open .accordion-header-button span:last-child {
    transform: rotate(180deg)
}

.accordion.open .accordion-content {
    display: block
}

.traceparts-wrapper>div {
    height: 500px;
    width: 100%
}

.fourofour .fourofour-lights {
    fill: #f45f5f
}

.fourofour .search-wrapper {
    max-width: 84rem;
    min-width: 100%;
    width: 100%
}

@media(min-width: 768px) {
    .fourofour .search-wrapper {
        min-width:300px
    }
}

.fourofour .search-wrapper form {
    position: relative;
    width: 100%
}

.fourofour .search-wrapper form input {
    border: 1px solid #949494;
    border-radius: 30px;
    padding: .95rem 5rem .95rem 2rem;
    width: inherit
}

.fourofour .search-wrapper form .search-icon {
    cursor: pointer;
    font-size: 22px;
    font-size: 1.375rem;
    padding: 1rem;
    position: absolute;
    right: 10px
}

@media(min-width: 1200px) {
    .fourofour .contentdiv {
        padding-right:11.5rem
    }
}

.fourofour a {
    text-decoration: underline
}

#results-form-container {
    background-color: var(--wp--preset--color--semi-gray)
}

#results-search-form {
    background: var(--wp--preset--color--semi-gray);
    font-size: 1.4rem;
    min-width: 150px;
    text-align: left
}

#results-search-form .search-wrapper {
    max-width: 84rem;
    min-width: 100%;
    width: 30%
}

@media(min-width: 768px) {
    #results-search-form .search-wrapper {
        min-width:600px
    }
}

#results-search-form .search-wrapper form {
    position: relative;
    width: 100%
}

#results-search-form .search-wrapper form input {
    border: 1px solid #949494;
    border-radius: 30px;
    padding: .95rem 5rem .95rem 2rem;
    position: relative;
    width: inherit
}

#results-search-form .search-wrapper form .search-icon {
    cursor: pointer;
    font-size: 22px;
    font-size: 1.375rem;
    padding: 1rem;
    position: absolute;
    right: 10px
}

.filter-box {
    accent-color: #000;
    background-color: var(--wp--preset--color--semi-gray);
    height: 19px;
    width: 19px
}

@media(max-width: 767.98px) {
    .filter-section {
        border:1px solid var(--wp--preset--color--dust)
    }

    .filter-section .filter-card {
        background-color: var(--wp--preset--color--semi-gray)
    }

    .filter-section .filter-card #filter-heading {
        display: none
    }

    .filter-section .filter-card #search-filter-button {
        height: 40px;
        text-transform: uppercase;
        width: 100%
    }

    .filter-section .filter-card #search-filter-button #filter {
        font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif;
        height: 30px
    }

    .filter-section .filter-card #search-filter-button #filter-count {
        background-color: var(--wp--preset--color--segment-orange);
        border-radius: 50%;
        font-family: var(--wp--preset--font-family--avenir-roman),sans-serif;
        font-size: 12px;
        font-size: .75rem;
        height: 22px;
        opacity: 0;
        padding-top: 2px;
        transition: opacity .2s ease-in;
        width: 22px
    }

    .filter-section .filter-card #search-filter-button #filter-count.show-filter-count {
        opacity: 1
    }

    .filter-section .filter-card #search-filter-button #filter-icon {
        font-weight: 400;
        transition: rotate .2s ease-in
    }

    .filter-section .filter-card #filter-form {
        overflow: hidden;
        transition: height .2s ease-in
    }

    .filter-section .filter-card #filter-form #filter-list label {
        font-family: var(--wp--preset--font-family--avenir-roman),sans-serif
    }

    .filter-section .filter-card .toggle-icon {
        rotate: 180deg
    }
}

#search-results .skeleton {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden
}

#search-results .skeleton div:not(.layout) {
    min-height: 16px
}

#search-results .skeleton.active {
    height: auto;
    opacity: 1;
    visibility: visible
}

#search-results #sort-results>span {
    height: fit-content
}

#search-results #sort-results select {
    border: none;
    padding: .375rem 1.25rem .375rem .75rem;
    text-align: right;
    width: 125px
}

#search-results #results.hidden {
    display: none
}

#search-results #results .result .result-img .figure-wrapper {
    height: 240px
}

@media(max-width: 767.98px) {
    #search-results #results .result .result-img .figure-wrapper {
        height:0;
        padding-top: 90%
    }

    #search-results #results .result .result-img .figure-wrapper .figure-img {
        bottom: 50%;
        left: 50%;
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }
}

@media(min-width: 768px) {
    .filter-section {
        border:none
    }

    .filter-section .filter-card {
        background-color: var(--wp--preset--color--white)
    }

    .filter-section .filter-card #filter-heading {
        text-transform: uppercase
    }

    .filter-section .filter-card #search-filter-button,.filter-section .filter-card #search-filter-button #filter span,.filter-section .filter-card #search-filter-button #filter-icon {
        display: none
    }

    .filter-section .filter-card #filter-form {
        max-width: 300px
    }

    #search-results #results {
        min-height: 300px
    }

    #search-results .result .result-img {
        height: 240px
    }

    #search-results .result .result-heading {
        text-transform: uppercase
    }
}

@keyframes quicklinks-transform {
    0% {
        opacity: 0
    }

    33% {
        opacity: 33%
    }

    66% {
        opacity: 66%
    }

    to {
        opacity: 100%
    }
}

.tax-pim-product-category .preview-text * {
    font-size: 1rem!important
}

@media(max-width: 767.98px) {
    .tax-pim-product-category .has-white-color .hero-title {
        color:var(--wp--preset--color--black)
    }
}

.tax-pim-product-category__advantages .bulletpoints-content {
    padding-right: 2rem
}

@media(max-width: 991.98px) {
    .tax-pim-product-category__advantages .bulletpoints-content {
        padding-left:2rem
    }
}

.tax-pim-product-category__advantages .imgwrapper {
    overflow: hidden;
    padding-top: 67%
}

.cision_form form .tax-pim-product-category__advantages .form-submit,.cision_form form .tax-pim-product-category__advantages .frm_button_submit,.cision_form form .tax-pim-product-category__advantages .frm_prev_page,.frm_forms .global_form_troax .tax-pim-product-category__advantages .form-submit,.frm_forms .global_form_troax .tax-pim-product-category__advantages .frm_button_submit,.frm_forms .global_form_troax .tax-pim-product-category__advantages .frm_prev_page,.tax-pim-product-category__advantages .cision_form form .form-submit,.tax-pim-product-category__advantages .cision_form form .frm_button_submit,.tax-pim-product-category__advantages .cision_form form .frm_prev_page,.tax-pim-product-category__advantages .frm_forms .global_form_troax .form-submit,.tax-pim-product-category__advantages .frm_forms .global_form_troax .frm_button_submit,.tax-pim-product-category__advantages .frm_forms .global_form_troax .frm_prev_page,.tax-pim-product-category__advantages .troax-btn {
    max-width: fit-content
}

.tax-pim-product-category__images figure.imgwrapper {
    overflow: hidden;
    padding-top: 56.25%
}

.tax-pim-product-category__images figure.imgwrapper .lightbox-image {
    cursor: pointer
}

@media(max-width: 991.98px) {
    .tax-pim-product-category__textblock {
        padding-top:3.5rem!important
    }
}

.tax-pim-product-category__textblock h2 {
    text-align: center
}

@media(max-width: 991.98px) {
    .tax-pim-product-category__textblock .wysiwyg {
        padding-top:.5rem!important
    }
}

.tax-pim-product-category__textblock .wysiwyg * {
    text-align: center
}

@media(min-width: 992px) {
    .tax-pim-product-category__linkblock {
        margin-top:-4rem
    }
}

.product-wrapper:hover .troax-arrow-btn {
    text-decoration: underline
}

.product-wrapper:hover .troax-arrow-btn .fa-arrow-right {
    transform: translateX(3px)
}

.product-wrapper-imgcontainer {
    padding-top: 90%
}

.product-wrapper-imgcontainer img {
    bottom: 0;
    margin: auto 0;
    object-fit: cover;
    top: 0
}

.single-pim-product-quicklinks {
    background: var(--wp--preset--color--white);
    position: relative;
    z-index: 9
}

.single-pim-product-quicklinks.sticky {
    animation-duration: .2s;
    animation-name: quicklinks-transform;
    left: 0;
    position: fixed;
    right: 0;
    top: 60px;
    z-index: 10
}

@media(min-width: 1200px) {
    .single-pim-product-quicklinks.sticky {
        top:80px
    }
}

.single-pim-product-quicklinks .switch-toggler-btn {
    padding-bottom: 1.3rem;
    padding-top: 1.3rem;
    position: relative;
    z-index: 1
}

.single-pim-product-quicklinks .switch-toggler-btn span {
    transform: rotate(0);
    transition: transform .2s ease
}

.single-pim-product-quicklinks .switch-toggler-btn.active span {
    transform: rotate(-180deg)
}

@media(max-width: 991.98px) {
    .single-pim-product-quicklinks .switch-toggler-content {
        filter:drop-shadow(0 9px 40px rgba(0,0,0,.08));
        height: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        transform: translateY(-20px);
        transition: all .2s ease-out;
        width: 100%;
        z-index: 0
    }

    .single-pim-product-quicklinks .switch-toggler-content li {
        border-bottom: 1px solid var(--wp--preset--color--dust)
    }

    .single-pim-product-quicklinks .switch-toggler-content a {
        display: block;
        padding: .95rem 3rem
    }

    .single-pim-product-quicklinks .switch-toggler-content a:after {
        display: none
    }
}

@media(min-width: 992px) {
    .single-pim-product-quicklinks .switch-toggler-content li {
        background-color:transparent;
        transition: background-color .2s ease
    }

    .single-pim-product-quicklinks .switch-toggler-content li.active,.single-pim-product-quicklinks .switch-toggler-content li:hover {
        background-color: var(--wp--preset--color--semi-gray)
    }
}

@media(max-width: 991.98px) {
    .single-pim-product-quicklinks .switch-toggler-content.active {
        height:fit-content;
        margin-bottom: 5rem;
        opacity: 1;
        pointer-events: all;
        transform: translate(0)
    }
}

@media(min-width: 992px) {
    .single-pim-product-quicklinks .switch-toggler-content .troax-link {
        display:inline-flex;
        padding-bottom: .8rem;
        padding-top: .8rem;
        text-decoration: underline
    }
}

.single-pim-product-quicklinks .switch-toggler-content .troax-link:after {
    bottom: 0;
    z-index: 0
}

@media(min-width: 992px) {
    .single-pim-product-quicklinks .switch-toggler-content .troax-link.active,.single-pim-product-quicklinks .switch-toggler-content .troax-link:hover {
        color:inherit;
        text-decoration: none
    }
}

.single-pim-product .glide__bullets,.single-pim-product-quicklinks .switch-toggler-content .troax-link.active:after,.single-pim-product-quicklinks .switch-toggler-content .troax-link:hover:after {
    bottom: 0
}

.single-pim-product .glide__bullet {
    background: var(--wp--preset--color--white);
    border: 1px solid var(--wp--preset--color--white);
    box-shadow: none;
    height: 50px;
    width: 50px
}

.single-pim-product .glide__bullet--active,.single-pim-product .glide__bullet:focus-within,.single-pim-product .glide__bullet:hover {
    background: var(--wp--preset--color--white);
    border: 1px solid var(--wp--preset--color--black)
}

.single-pim-product .glide__bullet--active button,.single-pim-product .glide__bullet:focus-within button,.single-pim-product .glide__bullet:hover button {
    appearance: none;
    -webkit-appearance: none;
    outline: 0
}

@media(min-width: 992px) {
    .single-pim-product .anchor-section.pimproduct-combine:nth-child(2n) {
        margin-top:2rem
    }
}

.single-pim-product .anchor-section.pimproduct-combine .product-wrapper-imgcontainer img,.single-pim-product .anchor-section.pimproduct-combine:nth-child(odd) {
    background-color: var(--wp--preset--color--semi-gray)
}

.single-pim-product .anchor-section.pimproduct-combine:nth-child(odd) .product-wrapper-imgcontainer img {
    background-color: var(--wp--preset--color--white)
}

.single-pim-product-facts .freetext * {
    font-size: 16px;
    font-size: 1rem
}

.single-pim-product-facts .freetext * strong {
    font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif
}

.single-pim-product table.articles * {
    white-space: nowrap
}

.single-pim-product table.articles tbody tr:nth-child(odd) {
    background-color: var(--wp--preset--color--semi-gray)
}

.single-pim-product .video-wrapper {
    padding-bottom: 56.25%;
    position: relative
}

.single-pim-product .video-wrapper iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

body.admin-bar .single-pim-product-quicklinks.sticky {
    top: 93px
}

@media(max-width: 782px) {
    body.admin-bar .single-pim-product-quicklinks.sticky {
        top:106px
    }
}

@media(min-width: 992px) {
    body.admin-bar .single-pim-product-quicklinks.sticky {
        top:112px
    }
}

#pdf-generator .generating {
    animation: rotate-spinner 1s linear infinite
}

.pim-product-category-our-systems .our-systems-image {
    margin-bottom: -6rem;
    position: relative;
    z-index: 1
}

.pim-product-category-our-systems .our-systems-image img {
    height: 100%;
    max-height: 250px;
    max-width: 250px;
    object-fit: contain;
    object-position: bottom;
    width: 100%
}

.cision_form form .pim-product-category-our-systems .form-submit,.cision_form form .pim-product-category-our-systems .frm_button_submit,.cision_form form .pim-product-category-our-systems .frm_prev_page,.frm_forms .global_form_troax .pim-product-category-our-systems .form-submit,.frm_forms .global_form_troax .pim-product-category-our-systems .frm_button_submit,.frm_forms .global_form_troax .pim-product-category-our-systems .frm_prev_page,.pim-product-category-our-systems .cision_form form .form-submit,.pim-product-category-our-systems .cision_form form .frm_button_submit,.pim-product-category-our-systems .cision_form form .frm_prev_page,.pim-product-category-our-systems .frm_forms .global_form_troax .form-submit,.pim-product-category-our-systems .frm_forms .global_form_troax .frm_button_submit,.pim-product-category-our-systems .frm_forms .global_form_troax .frm_prev_page,.pim-product-category-our-systems .troax-btn {
    min-height: min-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.downloads-archive .wysiwyg *,.wp-block-troax-download-files .wysiwyg * {
    color: inherit
}

.downloads-archive__filter-section,.wp-block-troax-download-files__filter-section {
    box-shadow: 0 4px 30px 0 rgba(0,0,0,.05);
    padding: 12px
}

@media(max-width: 991.98px) {
    .downloads-archive__filter-section,.wp-block-troax-download-files__filter-section {
        border:1px solid var(--wp--preset--color--dust)
    }
}

.downloads-archive__filter-section #downloads-filter-toggler span,.wp-block-troax-download-files__filter-section #downloads-filter-toggler span {
    transform: rotate(0);
    transition: transform .25s ease-in-out
}

.downloads-archive__filter-section #downloads-filter-toggler.active span,.wp-block-troax-download-files__filter-section #downloads-filter-toggler.active span {
    transform: rotate(-180deg)
}

@media(min-width: 992px) {
    .downloads-archive__filter-section #downloads-filter-toggler,.wp-block-troax-download-files__filter-section #downloads-filter-toggler {
        pointer-events:none
    }
}

@media(max-width: 991.98px) {
    .downloads-archive__filter-section .downloads-filter,.wp-block-troax-download-files__filter-section .downloads-filter {
        height:0;
        overflow: hidden;
        pointer-events: none;
        transition: height .15s ease-out
    }

    .downloads-archive__filter-section .downloads-filter.active,.wp-block-troax-download-files__filter-section .downloads-filter.active {
        pointer-events: all
    }
}

@media(min-width: 992px) {
    .downloads-archive__filter-section .downloads-filter,.wp-block-troax-download-files__filter-section .downloads-filter {
        height:auto!important
    }
}

.downloads-archive table.download-table thead th,.wp-block-troax-download-files table.download-table thead th {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    padding: 10px 23px
}

@media(max-width: 991.98px) {
    .downloads-archive table.download-table thead.desktop-only,.wp-block-troax-download-files table.download-table thead.desktop-only {
        border:0;
        clip: rect(0,0,0,0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
}

.downloads-archive table.download-table thead.desktop-only th:first-child,.wp-block-troax-download-files table.download-table thead.desktop-only th:first-child {
    padding: 10px 23px 10px 80px
}

.downloads-archive table.download-table thead.desktop-only th .sort-by-type,.wp-block-troax-download-files table.download-table thead.desktop-only th .sort-by-type {
    cursor: pointer
}

@media(min-width: 992px) {
    .downloads-archive table.download-table tbody tr.product,.wp-block-troax-download-files table.download-table tbody tr.product {
        border-bottom:8px solid var(--wp--preset--color--white)
    }

    .downloads-archive table.download-table tbody tr:not(.product),.wp-block-troax-download-files table.download-table tbody tr:not(.product) {
        border-bottom: 8px solid var(--wp--preset--color--semi-gray)
    }
}

@media(max-width: 991.98px) {
    .downloads-archive table.download-table tbody tr,.wp-block-troax-download-files table.download-table tbody tr {
        border:1px solid var(--wp--preset--color--dust);
        display: flex;
        flex-direction: column;
        margin-bottom: 24px
    }

    .downloads-archive table.download-table tbody tr td:not(.name):not(.download-wrapper),.wp-block-troax-download-files table.download-table tbody tr td:not(.name):not(.download-wrapper) {
        margin: 0 1.5rem;
        padding: 10px 17px
    }

    .downloads-archive table.download-table tbody tr td:not(.name):not(.download-wrapper):nth-child(2n),.wp-block-troax-download-files table.download-table tbody tr td:not(.name):not(.download-wrapper):nth-child(2n) {
        background-color: var(--wp--preset--color--semi-gray)
    }

    .downloads-archive table.download-table tbody tr .table-head-name,.wp-block-troax-download-files table.download-table tbody tr .table-head-name {
        font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif;
        min-width: 110px;
        width: 50%;
        word-break: break-word
    }
}

.downloads-archive table.download-table tbody td,.wp-block-troax-download-files table.download-table tbody td {
    padding: 10px 23px
}

.downloads-archive table.download-table tbody td[headers],.wp-block-troax-download-files table.download-table tbody td[headers] {
    word-break: break-word
}

@media(max-width: 991.98px) {
    .downloads-archive table.download-table tbody td[headers]:not(.name),.wp-block-troax-download-files table.download-table tbody td[headers]:not(.name) {
        display:flex;
        flex-direction: row;
        gap: 1rem
    }
}

.downloads-archive table.download-table tbody td.name,.wp-block-troax-download-files table.download-table tbody td.name {
    font-family: var(--wp--preset--font-family--avenir-heavy),sans-serif
}

@media(max-width: 991.98px) {
    .downloads-archive table.download-table tbody td.name,.wp-block-troax-download-files table.download-table tbody td.name {
        align-items:center;
        display: flex;
        padding: 23px 23px 18px
    }
}

.downloads-archive table.download-table tbody td.download-wrapper,.wp-block-troax-download-files table.download-table tbody td.download-wrapper {
    padding: 10px
}

@media(max-width: 991.98px) {
    .downloads-archive table.download-table tbody td.download-wrapper,.wp-block-troax-download-files table.download-table tbody td.download-wrapper {
        padding:18px 23px 23px
    }
}

.downloads-archive table.download-table tbody td .file-icon,.wp-block-troax-download-files table.download-table tbody td .file-icon {
    align-items: center;
    border-radius: 22px;
    color: var(--wp--preset--color--blue-1);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    margin-right: .5rem;
    min-height: 44px;
    min-width: 44px;
    width: 44px
}

@media(max-width: 991.98px) {
    .downloads-archive table.download-table tbody td .file-icon,.wp-block-troax-download-files table.download-table tbody td .file-icon {
        margin-right:1rem
    }
}

.single-cision-press .hero-content.has-img {
    min-height: 420px
}

@media(min-width: 1920px) {
    .single-cision-press .hero-content.has-img {
        min-height:0;
        padding-top: 11.5%
    }
}

@media(max-width: 767.98px) {
    .single-cision-press .hero-content.has-img {
        background-color:var(--wp--preset--color--semi-gray)
    }

    .single-cision-press .hero-content.has-img .has-white-color,.single-cision-press .hero-content.has-img .has-white-color .breadcrumbs *,.single-cision-press .hero-content.has-img .has-white-color h1,.single-cision-press .hero-content.has-img .text-color-white {
        color: var(--wp--preset--color--black)
    }

    .single-cision-press .hero-content .imgwrapper {
        padding-top: 74%;
        position: relative
    }
}

.single-cision-press .hero-content .bgimg {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.single-cision-press .hero-content .content-container {
    position: relative;
    z-index: 1
}

@media(min-width: 768px) {
    .single-cision-press .hero-content .content-container,.single-cision-press .hero-content .content-container .row {
        height:inherit;
        min-height: inherit
    }
}

.single-cision-press .cision-press__preamble {
    margin-bottom: .625rem
}

.single-cision-press .cision-press__body p {
    margin-bottom: 1.563rem
}

.single-cision-press .file-icon {
    align-items: center;
    border-radius: 22px;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    margin-right: .5rem;
    width: 44px
}

iframe.sharegraph {
    height: 1250px
}

iframe.TickerSmall {
    height: 200px
}

iframe.TickerLarge {
    height: 350px
}

iframe.ownership {
    height: 1520px
}

iframe.insiders {
    height: 1660px
}

iframe.mediafeed {
    height: 700px
}

iframe.newsfeed {
    height: 1620px
}

iframe.orderbook {
    height: 260px
}

iframe.performance {
    height: 400px
}

iframe.sharegraphSmall {
    height: 200px
}

iframe.trades {
    height: 640px
}

.page-template-news-blog-events-archive article.has-dark-gray-color * {
    color: inherit
}

.downloads-archive table.assembly-instructions-table tbody tr .download-button {
    white-space: nowrap
}

.downloads-archive table.assembly-instructions-table tbody tr .download-button .download-button-text {
    text-decoration: underline
}

@media(max-width: 991.98px) {
    .downloads-archive table.assembly-instructions-table tbody tr {
        flex-direction:row;
        flex-wrap: wrap
    }

    .downloads-archive table.assembly-instructions-table tbody tr td:not(.name):not(.download-wrapper) {
        margin: 0;
        padding: 0
    }

    .downloads-archive table.assembly-instructions-table tbody tr td:not(.name):not(.download-wrapper) .download-button {
        display: block;
        margin-bottom: 0
    }

    .downloads-archive table.assembly-instructions-table tbody tr td:not(.name):not(.download-wrapper):has(a) {
        padding: 0 23px 18px
    }
}

form input {
    font-size: 16px;
    font-size: 1rem
}

form label.tag {
    font-size: 14px;
    font-size: .875rem
}

form .form-select,form select {
    background-position: right 1rem center;
    border: 1px solid #949494;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    margin: .25rem 0;
    outline: none;
    padding: .9rem 2.5rem .9rem 1rem
}

form .form-select:focus,form select:focus {
    border-color: transparent;
    outline: 0!important
}

.cision_form form .form-submit,.cision_form form .frm_button_submit,.cision_form form .frm_prev_page,.frm_forms .global_form_troax .form-submit,.frm_forms .global_form_troax .frm_button_submit,.frm_forms .global_form_troax .frm_prev_page {
    background: var(--wp--preset--color--black)!important;
    border: none!important;
    border-radius: 0!important;
    color: var(--wp--preset--color--white);
    height: auto!important;
    line-height: 1.65!important;
    margin: 1rem 1rem 1rem 0!important;
    max-width: 100%!important;
    padding: 1rem 2.5em!important;
    width: auto!important
}

@media(max-width: 1199.98px) {
    .cision_form form .form-submit,.cision_form form .frm_button_submit,.cision_form form .frm_prev_page,.frm_forms .global_form_troax .form-submit,.frm_forms .global_form_troax .frm_button_submit,.frm_forms .global_form_troax .frm_prev_page {
        width:100%!important
    }
}

.cision_form form .form-submit:hover,.cision_form form .frm_button_submit:hover,.cision_form form .frm_prev_page:hover,.frm_forms .global_form_troax .form-submit:hover,.frm_forms .global_form_troax .frm_button_submit:hover,.frm_forms .global_form_troax .frm_prev_page:hover {
    color: var(--wp--preset--color--white)!important
}

.cision_form form .form-submit:after,.cision_form form .form-submit:before,.cision_form form .frm_button_submit:after,.cision_form form .frm_button_submit:before,.cision_form form .frm_prev_page:after,.cision_form form .frm_prev_page:before,.frm_forms .global_form_troax .form-submit:after,.frm_forms .global_form_troax .form-submit:before,.frm_forms .global_form_troax .frm_button_submit:after,.frm_forms .global_form_troax .frm_button_submit:before,.frm_forms .global_form_troax .frm_prev_page:after,.frm_forms .global_form_troax .frm_prev_page:before {
    content: none;
    display: none
}

.cision_form form input[type=email],.cision_form form input[type=number],.cision_form form input[type=tel],.cision_form form input[type=text],.cision_form form input[type=url],.cision_form form select,.cision_form form textarea,.frm_forms .global_form_troax input[type=email],.frm_forms .global_form_troax input[type=number],.frm_forms .global_form_troax input[type=tel],.frm_forms .global_form_troax input[type=text],.frm_forms .global_form_troax input[type=url],.frm_forms .global_form_troax select,.frm_forms .global_form_troax textarea {
    border-radius: 0!important;
    padding: 1.65rem 1rem
}

.cision_form form .form-select,.cision_form form select,.frm_forms .global_form_troax .form-select,.frm_forms .global_form_troax select {
    background-position: right 1rem center;
    border: 1px solid #949494;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    margin: .25rem 0;
    outline: none;
    padding: .9rem 2.5rem .9rem 1rem
}

.cision_form form .form-select:focus,.cision_form form select:focus,.frm_forms .global_form_troax .form-select:focus,.frm_forms .global_form_troax select:focus {
    border-color: transparent;
    outline: 0!important
}

.glide {
    box-sizing: border-box;
    position: relative;
    width: 100%
}

.glide * {
    box-sizing: inherit
}

.glide__slides,.glide__track {
    overflow: hidden
}

.glide__slides {
    backface-visibility: hidden;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    touch-action: pan-Y;
    transform-style: preserve-3d;
    white-space: nowrap;
    width: 100%;
    will-change: transform
}

.glide__slide,.glide__slides--dragging {
    user-select: none
}

.glide__slide {
    flex-shrink: 0;
    height: 100%;
    white-space: normal;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.glide__arrow {
    background-color: transparent;
    border: 2px solid hsla(0,0%,100%,.5);
    border-radius: 4px;
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 1;
    opacity: 1;
    padding: 9px 12px;
    position: absolute;
    text-shadow: 0 .25em .5em rgba(0,0,0,.1);
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .15s ease,border .3s ease-in-out;
    z-index: 2
}

.glide__arrow:focus {
    outline: none
}

.glide__arrow:hover {
    border-color: #fff
}

.glide__arrow--left {
    left: 2em
}

.glide__arrow--right {
    right: 2em
}

.glide__arrow--disabled {
    opacity: .33
}

.glide__bullets {
    bottom: 2em;
    display: inline-flex;
    left: 50%;
    list-style: none;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2
}

.glide__bullet {
    background-color: hsla(0,0%,100%,.5);
    border: 2px solid transparent;
    border-radius: 50%;
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    cursor: pointer;
    height: 9px;
    line-height: 0;
    margin: 0 .25em;
    padding: 0;
    transition: all .3s ease-in-out;
    width: 9px
}

.glide__bullet:focus {
    outline: none
}

.glide__bullet:focus,.glide__bullet:hover {
    background-color: hsla(0,0%,100%,.5);
    border: 2px solid #fff
}

.glide__bullet--active {
    background-color: #fff
}

.glide--swipeable {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.glide--dragging {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

@page {
    size: a4;
    margin-bottom: 14mm;
    margin-left: 16mm;
    margin-right: 16mm;
    margin-top: 10mm
}

@media print {
    body,html {
        height: 297mm;
        width: 210mm
    }
}

body.product-print .scroll-margin-top-80 {
    scroll-margin-top: unset
}

body.product-print .h2-medium {
    font-size: 3.2rem
}

body.product-print #cookie-information-template-wrapper {
    display: none!important
}

@media print and (max-width: 991.98px) {
    body.product-print table.print-page .container {
        max-width:100%
    }

    body.product-print table.print-page .container .col-md-3 {
        max-width: 25%
    }

    body.product-print table.print-page .container .col-md-5 {
        max-width: 41.66666667%
    }

    body.product-print table.print-page .container .col-md-7 {
        max-width: 58.33333333%
    }
}

@media print {
    body.product-print table.print-page .product-title {
        font-size: 12px;
        font-size: .75rem;
        width: fit-content
    }

    body.product-print table.print-page thead {
        height: 40mm
    }

    body.product-print table.print-page thead .container {
        margin-top: -20mm
    }

    body.product-print table.print-page tfoot {
        height: 20mm
    }

    body.product-print p,body.product-print strong,body.product-print td {
        font-size: .8rem!important;
        line-height: 1.4
    }

    body.product-print #assembly-instructions,body.product-print #downloads {
        padding-bottom: unset!important;
        padding-top: unset!important
    }

    body.product-print #assembly-instructions table.download-table thead,body.product-print #downloads table.download-table thead {
        height: 0;
        position: relative
    }

    body.product-print #assembly-instructions table.download-table thead th,body.product-print #downloads table.download-table thead th {
        vertical-align: bottom
    }

    body.product-print #assembly-instructions table.download-table tbody tr,body.product-print #downloads table.download-table tbody tr {
        border: none;
        display: table-row
    }

    body.product-print #assembly-instructions table.download-table tbody tr.product,body.product-print #downloads table.download-table tbody tr.product {
        border-bottom: 8px solid var(--wp--preset--color--white)
    }

    body.product-print #assembly-instructions table.download-table tbody td,body.product-print #downloads table.download-table tbody td {
        font-size: .8rem;
        padding: 10px 23px
    }

    body.product-print #assembly-instructions table.download-table tbody td .table-head-name,body.product-print #downloads table.download-table tbody td .table-head-name {
        display: none!important
    }

    body.product-print #assembly-instructions table.download-table tbody td.download-wrapper,body.product-print #downloads table.download-table tbody td.download-wrapper {
        padding: 10px
    }

    body.product-print #assembly-instructions table.download-table tbody td.download-wrapper a,body.product-print #downloads table.download-table tbody td.download-wrapper a {
        font-size: .6rem;
        padding: .6rem
    }

    body.product-print #assembly-instructions table.download-table .file-icon,body.product-print #downloads table.download-table .file-icon {
        height: 24px;
        width: 24px
    }

    body.product-print #assembly-instructions table.download-table tfoot.d-none,body.product-print #downloads table.download-table tfoot.d-none {
        display: table-footer-group!important;
        height: 20mm
    }

    body.product-print #assembly-instructions {
        margin-bottom: 2rem
    }

    body.product-print #facts {
        page-break-inside: auto
    }

    body.product-print #facts table.articles thead {
        height: 0
    }

    body.product-print #facts table.articles thead th {
        vertical-align: bottom
    }

    body.product-print #facts table.articles tbody tr {
        page-break-after: auto
    }

    body.product-print #facts table.articles tfoot.d-none {
        display: table-footer-group!important;
        height: 20mm
    }

    body.product-print #facts .pufftext {
        margin-top: -20mm!important
    }

    body.product-print #additional-images table .print-image-row {
        gap: 1rem
    }

    body.product-print #additional-images .imgsection .imgwrapper {
        padding-top: calc(50% - .5rem);
        page-break-after: auto;
        position: relative
    }

    body.product-print #additional-images .imgsection .imgwrapper img {
        left: 0;
        object-fit: contain;
        position: absolute;
        top: 0
    }
}

body.product-print #product-information {
    page-break-after: auto
}

body.product-print #product-information .filter-list {
    page-break-inside: avoid
}

body.product-print #accessories,body.product-print #additional-images,body.product-print #combine-with {
    padding-top: unset!important;
    page-break-inside: auto
}

body.product-print #accessories table,body.product-print #additional-images table,body.product-print #combine-with table {
    table-layout: fixed
}

body.product-print #accessories table h3.tag,body.product-print #additional-images table h3.tag,body.product-print #combine-with table h3.tag {
    font-size: 12px;
    font-size: .75rem
}

body.product-print #accessories table .inner-item,body.product-print #additional-images table .inner-item,body.product-print #combine-with table .inner-item {
    width: 20%
}

body.product-print #accessories table .table-item,body.product-print #additional-images table .table-item,body.product-print #combine-with table .table-item {
    margin: 1rem
}

body.product-print #accessories thead,body.product-print #additional-images thead,body.product-print #combine-with thead {
    height: 0
}

body.product-print #accessories thead th,body.product-print #additional-images thead th,body.product-print #combine-with thead th {
    vertical-align: bottom
}

body.product-print #accessories tbody tr,body.product-print #additional-images tbody tr,body.product-print #combine-with tbody tr {
    page-break-after: auto;
    page-break-before: auto
}

body.product-print #accessories tbody .table-col,body.product-print #additional-images tbody .table-col,body.product-print #combine-with tbody .table-col {
    width: 20%
}

body.product-print #accessories tfoot,body.product-print #additional-images tfoot,body.product-print #combine-with tfoot {
    display: table-footer-group!important;
    height: 20mm
}

body.product-print footer {
    bottom: 0;
    margin-left: 1rem;
    max-width: 650px;
    position: fixed
}

body.product-print footer .text-uppercase {
    font-size: .625rem!important
}

body.product-print footer .text-uppercase * {
    font-size: inherit
}







/*新增*/
#quotation-desktop-menu .container-fluid{padding-left: 0;}

.search-preview .search-preview-display .search-preview-results .search-preview-results-pages{
    width: 100%;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.product_content{
    font-size: 18px;
}
.product_content .wpcf7-text{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #333;
    padding:0 20px;
    margin: 0;
}
.product_content .wpcf7-select{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #333;
    padding:0 20px;
    margin: 0;
    position: relative;
}
.product_content .selectbox{
    position: relative;
}
.product_content .selectbox:after{
    content: "▼";
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 60px;
    pointer-events: none;
    color: #666;
    font-size: 12px;
}
.product_content .wpcf7-textarea{
    width: 100%;
    border: 1px solid #333;
    padding:20px;
    margin: 0;
}
.product_content .wpcf7-form-control-wrap{
    padding-bottom: 20px;
    display: block;
}

.product_content .ys p{
    display: flex;
}
.product_content .ys a{
    color: rgb(57,219,204);
    text-decoration: underline;
    margin-left: 8px;
}
.product_content .zc{
    text-align: right;
}
.product_content .frm_final_submit{
    display: block;
    border-radius: 60px;
    line-height: 60px;
    height: 60px;
    width: 188px;
    text-align: center;
    margin:20px auto;
    background-color: #fff;
    font-size: 16px;
}

.has-blue-2-background-color {
    background-color: #000 !important;
}
.fbt{
    margin-bottom: 20px;
    font-weight: 700;
}



@media (min-width: 1200px) {
    .header-inner {
        min-height: 100px;
        max-width: 1500px;
        margin:0 auto;
        padding:20px 50px 0;
    }
}
.navbar-logo__img {
    max-height: 54px;
}

/* 线性渐变方向为垂直向下（to bottom） */
.gradient-box {
  width: 100%; /* 宽度可调整 */
  height: 500px;
  background-image: linear-gradient(
    to bottom, 
    rgba(0, 0, 0, 0.8) 0%,    /* 起始点黑色透明度80% */
    rgba(0, 0, 0, 0.6) 20%,   /* 100px处（20%高度）透明度60% */
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.2) 60%,
    rgba(0, 0, 0, 0) 100%     /* 底部完全透明 */
  );
  position: absolute;
  left:0;
  top:0;
  z-index:-1;
}


.layout-2 .gradient-box{
    display: none;
}
.layout-3 .gradient-box{
    display: none;
}
.header-inner{
    /*z-index: 2;
    position: relative;*/
}
.navbar-logo{
    padding:0;
}
body{
    font-family: "思源黑体 CN","HarmonyOS Sans SC", sans-serif;
}
.h1, .h2, .h2-medium, .h3, .h4, h1, h2, h3, h4, h5, h6 {
    font-family: "思源黑体 CN","HarmonyOS Sans SC", sans-serif;
}
.p, p {
    font-family: "思源黑体 CN","HarmonyOS Sans SC", sans-serif;
}

header.header .desktop-nav>ul a.nav-url {
    font-family: "思源黑体 CN","HarmonyOS Sans SC", sans-serif;
    font-size: 1.25rem;
    color: #fff;
}
header.header .desktop-nav>ul a.nav-url .fa-light {
    display: none;
}
@media (min-width: 1440px) {
    .ps-xxl-4 {
        padding-left: 1rem !important;
    }
}
.single-pim-product-quicklinks .switch-toggler-content .troax-link.active:after, .single-pim-product-quicklinks .switch-toggler-content .troax-link:hover:after, header.header .desktop-nav>ul a.nav-url.active:after, header.header .desktop-nav>ul a.nav-url:hover:after {
    background: #d60216;
    height: 2px;
    transform: translateY(-16px);
}
header.header .desktop-nav>ul a.active, header.header .desktop-nav>ul a:hover {
    color: #d60216;
}
header.header, header.header.menu-scrolled #language-selector {
    background: none;
}
header.header, header.header.menu-scrolled #language-selector {
    /*background-image: linear-gradient(
    to bottom, 
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );*/
    background-color: #000;
}
header.header .hamburgerwrapper {
    font-family: "思源黑体 CN","HarmonyOS Sans SC", sans-serif;
  
}
header.header .searchbtn .search-header-icon {
    color: #fff;
}
.language-selector img {
    width: 24px;
}
.fa-chevron-right:before {
    font-family: 'iconfont';
    content: "\e87e";
}
.troax-arrow-btn span {
    color: #fff;
    transform: translateX(3px);
}
header.header .searchbtn.open, header.header .searchbtn:hover {
    /*background-color: #d60216;*/
    background:none;
}

header.header .nav-item{
    position: relative;
}
header.header .nav-item .megamenu-wrapper{
    display: none;
}
header.header .nav-item:hover .megamenu-wrapper{
    display: block;
    position: absolute;
    left:0;
    top:100%;
    opacity: 1;
    background-color: #323232;
    padding:20px 0;
}
header.header .nav-item .megamenu-wrapper>li{
    min-width: 280px;
    position: relative;
}
header.header .nav-item .megamenu-wrapper>li>a{
    color: #fff;
    padding:8px 20px;
    display: block;
    font-size: 1rem;
    margin-bottom: 0;
    border:0;
}
.megamenu-wrapper:after {
    display: none;
}
.megamenu-wrapper:not(.dropdown) .col {
    border: 0;
}
.fa-arrow-right:before {
    font-family: 'iconfont';
    content: "\e637";
}
.megamenu-wrapper:not(.dropdown) a.child-item .nowrap-link {
    align-items: flex-start;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
header.header .nav-item .megamenu-wrapper>li>a:hover{
    text-decoration: none;
    background-color: #d60216;
}

header.header .nav-item .megamenu-wrapper>li>.submenu-ul{
    display: none;
    position: absolute;
    left:100%;
    top:0;
    background-color: #323232;
    padding:20px 0;
}
header.header .nav-item .megamenu-wrapper>li:hover>.submenu-ul{
    display: flex;
    flex-direction: column;
}
header.header .nav-item .megamenu-wrapper>li>.submenu-ul>li{
    min-width: 280px;
}
header.header .nav-item .megamenu-wrapper>li>.submenu-ul>li>a{
    color: #fff;
    padding:8px 20px;
    display: block;
    font-size: 1rem;
    margin-bottom: 0;
    border:0;
}
header.header .nav-item .megamenu-wrapper>li>.submenu-ul>li>a:hover{
    text-decoration: none;
    background-color: #d60216;
}
.megamenu-wrapper:not(.dropdown) a.child-item {
    font-family: "思源黑体 CN","HarmonyOS Sans SC", sans-serif;
    
}
.groupac{
    line-height: 50px;color: #fff;
    font-size: 1.25rem;
}
.groupac .icon-lianjie{
    font-size: 1.25rem;
}
/*.groupac:hover{
    color: #d60216;;
}*/
header.header .hamburgerbutton{
    color: #fff;
}
header.header .hamburgerbutton span {
    background: #fff;
}
@media(max-width: 767.98px) {
    html #wpadminbar {
        display: none;
    }
}
@media (max-width: 800px) {
    .admin-bar #main-header {
        margin-top: 0;
    }
}

header.header .hamburgerwrapper .text {
    margin-left: 5px;
}
@media(max-width: 767.98px) {
    .groupac {
        display: none;
    }
}
@media (max-width: 991.98px) {
    header.header.active .hamburgerbutton .menu-open {
        color: #fff;
    }
}

@media(max-width: 767.98px) {
    body.has-alert .megamenu-wrapper-mobile {
        top: 60px !important;
    }
}

#footer-wrapper {
    background: #040809 ;
}
@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1430px;
    }
    .layout-1 #footer{
        border-top:2px solid #d60216 ;
    }
}

#footer{
    background: #040809 url(../images/footer_bg.webp) no-repeat  0 50px;
    padding:140px 0 190px;
    color: #fff;
    font-size: 1.25rem;
}
#footer p{
    color: #fff;
}
#troax-footer-logo{
    text-align: left;
}
#troax-footer-logo .f-logo{
    text-align: left;
    display: flex;
}
#troax-footer-logo .f-logo img{
    max-height: 54px;
}
#troax-footer-3{
    text-align: right;
}
#troax-footer-3 .wxt{
    padding: 10px 0 20px;
}
#troax-footer-3 .dyt{
    padding: 10px 0 0;
}
#footer a{
    color: #fff;
}
@media (max-width: 991.98px) {
    #troax-footer-3 .box{
        width: 50%;
        text-align: center;
    }
}
#footer a:hover{
    color: #d60216;
}
#footer dt,#footer h3{
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.5;
}
.fbc{
    display: flex;
    flex-wrap: wrap;
}
.fbc .vl{
    margin-right: 20px;
}
@media (max-width: 991.98px) {
    #troax-footer-3{
        text-align: left;
        display: flex;
    }
    
}
@media(max-width: 767.98px) {
    #footer {
        padding: 50px 0 50px;
    }
    /*.fbc{
        display: flex;
    }*/
}
body.has-alert {
    margin-top: 60px;
}
@media (min-width: 1200px) {
    body.has-alert {
        margin-top: 100px;
    }
}
header.header {
    border-bottom:0;
}



.wp-block-troax-image-banner .content-puff{
    align-items: center;
    justify-content: center;
    color: #fff;
    display: flex;
}
.wp-block-troax-image-banner .content-puff .h2{
    font-size: 3.125rem;
    padding-bottom:20px;
    border-bottom:2px solid #fff;
    display: inline-block;
}
.wp-block-troax-image-banner .content-puff p {
    color: #fff;
    font-size: 1.625rem;
    margin-top: 20px;
}


.contactus_t1{
    font-size: 1.875rem;
    border-bottom:1px solid #797979;
    padding-bottom: 35px;
    padding-top:115px;
}
.contactus_box{
    padding:70px 0;
    font-size: 1.5rem;
}
.contactus_box .ic{
    position: relative;
    padding:15px 0 15px 55px;
}
.contactus_box .ic:after{
    content: ' ';
    position: absolute;
    left:0;
    font-size: 1.875rem;
    font-family: 'iconfont';
    top:10px;
}
.contactus_box .ic.u1:after{
    content: '\e616';
}
.contactus_box .ic.u2:after{
    content: '\e71f';
}
.contactus_box .ic.u3:after{
    content: '\e85e';
}
.contactus_box .ic.u4:after{
    content: '\e908';
}
.contactus_box .ic.u5:after{
    content: '\e653';
}
.contactus_box .ic.u6:after{
    content: '\e6b4';
}
.contactus_box .wxbox1{
    text-align: center;
    font-size: 1.25rem;
}
.contactus_box .wxbox1 img{
    max-width: 100%;
}
.contactus_box .wxt{
    padding-top: 15px;
}

@media (max-width: 767.98px) {

    .wp-block-troax-image-banner .main-content .content-puff {
        bottom: initial;
    }

    .contactus_t1 {
        padding-top: 30px;
        font-size: 1.5rem;
    }
    .contactus_box {
        padding: 30px 0;
        font-size: 1.25rem;
    }
    .contactus_box .ic {
        position: relative;
        padding: 10px 0 10px 40px;
    }
    .contactus_box .ic:after {
        top: 6px;
    }
    .wp-block-troax-image-banner .content-puff .h2 {
        font-size: 2rem;
    }
    #footer dt,#footer h3 {
        font-size: 1.5rem;
    }
    #footer {
        font-size: 1.1rem;
    }

}


@media (min-width: 768px) {
    .wp-block-troax-image-banner .main-content .imgwrapper.case_banner {
        min-height:535px;
    }
}

.breadcrumbs {
    font-size: 1.25rem;
    color: #636464;
}
.breadcrumbs a{
    text-decoration: none;
    color: #636464;
}
.breadcrumbs a:hover{
    color: #d60216;
}


.cases-center{
    /*text-align: left;*/
    font-size: 1.5rem;
    color: #221815;
    border-bottom:1px solid #989898;
}
.cases-center .h2-medium{
    font-size: 3.125rem;
    position: relative;
}
.cases-center .h2-medium:after{
    content: " ";
    bottom:0;
    left:0;
    width: 80px;
    height: 3px;
    background-color: #221815;
    position: absolute;
}

.cases-center .py-6 {
    padding-bottom: 3.3rem !important;
    padding-top: 3.3rem !important;
}


.wp-block-troax-text-img .imgwrapper{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.wp-block-troax-text-img .tcbox{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    align-content: flex-end;
    padding:40px 60px;
    font-size: 1.25rem;
}

.wp-block-troax-text-img .tcbox p{
    color: #fff;
}
.wp-block-troax-text-img .tcbox .title{
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.wp-block-troax-text-img .tcbox .title:after{
    content: " ";
    bottom:0;
    left:0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;

}

.wp-block-troax-text-img .textblock-wrapper .title{
    font-size: 1.625rem;
    padding-bottom: 8px;
    font-weight: 700;
}
.wp-block-troax-text-img .textblock-wrapper .wysiwyg{
    font-size: 1.5rem;
}

.wp-block-troax-text-img .img-fluid{
    height: 100%;
    width: 100%;
}

@media (max-width: 767.98px) {
    .breadcrumbs {
        font-size: 1rem;
    }

    .cases-center .h2-medium {
        font-size: 2.2rem;
    }
    .cases-center {
        font-size: 1.25rem;
    }

  

    .wp-block-troax-text-img .imgwrapper {
        min-height: 400px;
    }
    .wp-block-troax-text-img .tcbox {
        padding: 20px;
    }
    .wp-block-troax-text-img .textblock-wrapper {
        margin-top: 20px;
    }
    .wp-block-troax-text-img .textblock-wrapper .title {
        font-size: 1.5rem;
    }
    .wp-block-troax-text-img .textblock-wrapper .wysiwyg {
        font-size: 1.25rem;
    }
}


.case-filter .container{
    padding: 80px 0;
    border-bottom:1px solid #797979;
}
.case-filter .container .industry{
    padding-bottom: 50px;
}
.case-filter .container h3{
    font-size: 1.875rem;
    padding:20px 0;
}
.case-filter .container label{
    margin-right: 10px;
    margin-bottom: 10px;
}
.case-filter .container label input{display: none;}
.case-filter .container label span{
    min-width: 145px;
    background-color: #e4e4e4;
    font-size: 1.375rem;
    display: block;
    text-align: center;
    padding:16px 20px;
    border-radius: 6px;
    cursor: pointer;
}
.case-filter .container input[type="radio"]:checked + span {
    background-color: #323232;
    color: #fff;
}
.cases{
    padding:30px 0 60px;
}
.cases .container{
    padding-left: 0;
    padding-right: 0;
}
.cases article{
    margin-top: 70px;
}
.cases article .post_title{
    font-size: 1.625rem;
    padding:30px 0 15px;
}
.cases article .post_excerpt {
    font-size: 1.25rem;
    color: #999999;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden;    /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}

.ajaxmore{
    line-height: 80px;
    width: 240px;
    border:1px solid #000000;
    font-size: 1.375rem;
    margin:0 auto;
    text-align: center;
    border-radius: 200px;
    margin-top: 50px;
    cursor: pointer;
}



.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
.loading-overlay.active {
    opacity: 1;
    pointer-events: all;
}
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



@media (max-width: 767.98px) {
    .case-filter .container {
        padding:40px 15px;
        overflow: hidden;
    }
    .case-filter .container h3 {
        font-size: 1.5rem;
    }
    .case-filter .container label span {
        min-width: 100px;
        font-size: 1rem;
        padding: 12px 15px;
    }
    .case-filter .container .industry {
        padding-bottom: 30px;
    }

    .cases .container {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .cases article {
        margin-top: 30px;
    }
    .cases article .post_title {
        font-size: 1.5rem;
        padding: 20px 0 12px;
    }
    .ajaxmore {
        line-height: 50px;
        width: 150px;
        border: 1px solid #000000;
        font-size: 1.375rem;
        margin: 0 auto;
        text-align: center;
        border-radius: 200px;
        margin-top: 50px;
        cursor: pointer;
    }
}

.contactform{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
    left:0;
    top:0;
    overflow-y: auto;
    z-index: 999;
    padding:40px;
}
.contactform .wpcf7 form .wpcf7-response-output{
    margin-top: 0;
}
.wp-block-troax-linkblock{
    
    
}
.wp-block-troax-linkblock.artive{
    display: block;
}

.contactform .wpcf7-form{
    max-width: 900px;
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    border-radius: 20px;
    padding:40px 20px;
    margin:0 auto;
}
.wp-block-troax-linkblock .container{
    /*max-width: 900px;
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    border-radius: 20px;
    padding:40px 50px 0 50px;*/
}
.wp-block-troax-linkblock .container p{
    color: #fff;
}
.wp-block-troax-linkblock .container .h2-medium{
    font-size: 2.25rem;
}

.wp-block-troax-linkblock .wpcf7-text {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    padding: 0 15px;
    margin: 0;
    background:none;
    color: #999;
}
.wp-block-troax-linkblock .wpcf7-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    padding: 0 15px;
    margin: 0;
    background:none;
    color: #999;
}
.wp-block-troax-linkblock .wpcf7-textarea {
    width: 100%;
    border: 1px solid #fff;
    padding: 15px;
    margin: 0;
    background:none;
    color: #999;
}

.wp-block-troax-linkblock .ys {
    font-size: 1rem;
}
.wp-block-troax-linkblock .zc {
    font-size: 1rem;
}
.wp-block-troax-linkblock .ys a {
    color: #d60216;
}

.wp-block-troax-linkblock .frm_final_submit {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    font-size: 1rem;
    width: 170px;
}


.wp-block-troax-download-files .h2-medium{
    font-size: 3.125rem;
    padding-bottom: 60px;
}

.wp-block-troax-download-files .box{
    display: flex;
    height: 330px;
    background: url(../images/dom.jpg) no-repeat;
    background-size: 100% 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    font-size: 1.625rem;
    flex-direction: column;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .2s ease;
}
.wp-block-troax-download-files .dli .title{
    text-decoration: underline;
    max-width: 80%;
    position: relative;
}
.wp-block-troax-download-files .dli .iconfont{
    opacity: 0;
    color: #00a0e9;
    font-size: 4rem;
    position: absolute;
    top:100%;
    left:0;
    width: 100%;
    text-align: center;
    transition: all .2s ease;
}

.wp-block-troax-download-files .dli:hover{
    color: #999999;
}
.wp-block-troax-download-files .dli:hover .iconfont{
    opacity: 1;
}


@media (max-width: 767.98px) {
    .wp-block-troax-download-files .h2-medium {
        font-size: 2.5rem;
        padding-bottom: 30px;
    }

    .contactform .wpcf7-form {
        padding:30px 15px;
    }
    .wp-block-troax-linkblock .container .h2-medium {
        font-size: 1.625rem;
    }
}


.technologyinfo .title{
    font-size: 2.5rem;
    text-align: center;
    padding-bottom: 20px;
}
.technologyinfo .date{
    color: #999999;
    font-size: 1.25rem;
    text-align: center;
    padding-bottom: 30px;
}
.technologyinfo .thumbnail img{
    border-radius: 20px;
    max-width: 100%;
    height: initial;
}

.technologyinfo .wysiwyg{
    font-size: 1.25rem;
    color: #221815;
    padding:30px 0;
    line-height: 1.7;
}

.technologyinfo .link_pages{
    font-size: 1.5rem;
    color: #221815;
    padding:50px 0;
    line-height: 1.7;
    border-top:1px solid #acacac;
}
.technologyinfo .link_pages .returnbox{
    text-align: right;
}
.technologyinfo .link_pages .return{
    width: 120px;
    line-height: 70px;
    text-align: center;
    border-radius:12px;
    background-color: #d60216;
    font-size: 1.625rem;
    color: #fff;
    display: inline-block;
    margin-top: 4px;
}



@media (max-width: 767.98px) {
    .technologyinfo .title {
        font-size: 1.8rem;
    }
    .technologyinfo .wysiwyg {
        font-size: 1rem;
    }
    .technologyinfo .link_pages {
        font-size: 1.25rem;
        padding: 40px 0;
    }
    .technologyinfo .link_pages .returnbox {
        text-align: left;
    }
    .technologyinfo .link_pages .return {
        width: 110px;
        line-height:50px;
        text-align: center;
        font-size: 1.25rem;
        margin-top:10px;
    }
    .technologyinfo .date {
        font-size: 1rem;
    }
}



.case-filter.technology-filter .container {
    border-bottom: 0;
}
.case-filter.news-filter .container {
    border-bottom: 0;
    padding-bottom: 20px;
}

.technologytype .li{
    padding: 55px 40% 40px 0;
    position: relative;
    border-bottom: 1px solid #a0a0a0;
    font-size: 1.25rem;
}
.technologytype .li .post_title{
    font-size: 1.625rem;
    padding-bottom: 10px;
}
.technologytype .li .date{
    color: #999999;
    padding-bottom: 15px;
}
.technologytype .li .post_excerpt{
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden;    /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}
.technologytype .li .morebtn{
    position: absolute;
    right: 0;
    bottom:40px;
    border:1px solid #221815;
    line-height: 56px;
    width: 140px;
    text-align: center;
    font-size: 1.5rem;
    transition: all 0.2;
    border-radius: 20px;
}
.technologytype .li .morebtn:hover{
    background-color: #d60216;
    border:1px solid #d60216;
    color: #fff;
}

.pagination{
    padding: 90px 0;
    text-align: center;
}
.pagination .page-numbers{
    display: inline-block;
    padding:8px 14px;
    font-size: 1.5rem;
}
.pagination .page-numbers.current{
    background-color: #d60216;
    color: #fff;
}

.newsbox{
    padding-bottom: 80px;
}
.newsbox .container{
    padding-left: 0;
    padding-right: 0;
}
.newsbox .li{
    position: relative;
    padding:80px 0;
    border-bottom:1px solid #b4b4b4;
}
.newsbox .li .img-fluid{
    border-radius: 20px;
}
.newsbox .li .post_title{
    font-size: 1.875rem;
    padding-bottom: 15px;
}
.newsbox .li .post_excerpt{
    font-size: 1.25rem;
}
.newsbox .li .txtbox{
    position: relative;
    padding:0 70px 40px 20px;
}
.newsbox .li .txtbox:after{
    font-family: 'iconfont';
    content: "\e628";
    position: absolute;
    right: 0;
    top:0;
    font-size: 2rem;
    line-height: 1;
}
.newsbox .li .txtbox .date{
    font-size: 1.625rem;
    color: #999999;
    position: absolute;bottom:0;
}

@media (max-width: 991.98px) {
    .newsbox .li .txtbox{
        margin-top: 20px;
    }
}
@media (max-width: 767.98px) {
    .newsbox .li {
        padding: 40px 0;
    }
    .newsbox .container {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .newsbox .li .txtbox:after {
        display: none;
    }
    .newsbox .li .txtbox {
        position: relative;
        padding:20px;
    }
    .newsbox .li .post_title {
        font-size: 1.625rem;
        padding-bottom: 15px;
    }
    .newsbox .li .txtbox .date {
        font-size: 1.5rem;
        position: relative;
    }
}

.productinfo .title{
    font-size: 2.5rem;
}
.productinfo .infobox{
    margin:40px 0 0;
    border-top:1px solid #797979;
    border-bottom:1px solid #797979;
    padding:50px 0;
}
.productinfo .contentbox{
    padding-left: 60px;
}
.productinfo .wysiwyg{
    line-height: 1.7;
    font-size: 1.5rem;
}
.productinfo .abtnbox{
    text-align: right;
    padding-top: 50px;
}
.productinfo .abtn{
    display: inline-block;
    text-align: center;
    width: 160px;
    line-height: 60px;
    background-color: #d60216;
    color: #fff;
    font-size: 1.625rem;
    border-radius: 10px;
}

.productinfo .infobox2 .title2{
    background-color: #e4e4e4;
    font-size: 1.625rem;
    padding:8px 25px;
}
.productinfo .infobox2{
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}
.productinfo .infobox2 .info2{
    padding-left: 0;
    padding-right: 0;
    margin-top: 90px;
}
.productinfo .infobox2 .info3{
    padding-left: 0;
    padding-right: 0;
}
.productinfo .infobox2 .info2 .title2{
    margin-bottom: 50px;
}
.productinfo .infobox2 .ii1{
    padding-right: 2px;
}
.productinfo .infobox2 .ii2{
    padding-left: 2px;
}

.nbs-flexisel-item img {
    max-width: 100%; 
    max-height: initial;
    margin-top: 0;
    margin-bottom: 0;
}
.nbs-flexisel-inner {
    background:none;
    border:0;
}
.nbs-flexisel-inner .nbs-flexisel-nav-left:after{
    font-family: 'iconfont';
    content: "\e60e";
}
.nbs-flexisel-inner .nbs-flexisel-nav-right:after{
    font-family: 'iconfont';
    content: "\e628";
}

.nbs-flexisel-inner .nbs-flexisel-nav-left,.nbs-flexisel-inner .nbs-flexisel-nav-right{
    border:1px solid #a8a8a8;
    border-radius: 100px;
    text-align: center;
    font-size: 2.5rem;
    width: initial;
    height: initial;
    line-height: 42px;
    width: 42px;
    background-color: #fff;
}

/* 基础表格样式 */
.wysiwyg table {
    width: 100%;
    border-collapse: collapse;
}
/* 1px实线边框 */
.wysiwyg table, .wysiwyg th,.wysiwyg  td {
    border: 1px solid #595959;
    padding: 8px 12px;
}
.table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -15px;
    padding: 0 15px;
}
.table-container table {
    min-width: 800px; /* 根据实际列数调整 */
}

/* 移动端横向滚动控制 */
@media screen and (max-width: 767px) {
    .wp-block-table__wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        display: block;
    }
    .wp-block-table {
        min-width: 600px; /* 根据实际列数调整 */
    }
    .wp-block-table td {
        padding: 0.5em 1em;
    }

    .productinfo .title {
        font-size: 2rem;
    }
    .productinfo .contentbox {
        padding-left: calc(var(--bs-gutter-x) * .5);
        font-size: 1.25rem;
    }
    .productinfo .abtn {
        width: 130px;
        line-height: 50px;
        font-size: 1.5rem;
    }
    .productinfo .infobox2 .info2 {
        padding-left: 0;
        padding-right: 0;
        margin-top: 60px;
    }
    .productinfo .wysiwyg {
        line-height: 1.7;
        font-size: 1.25rem;
    }
}


.layout-3 .contactform{
    display: block;
    position: static;
    background-color: #323232;
}
.layout-3 .contactform .container {
    background-color: #323232;
}
.layout-3 .contactform .wpcf7-form {
    background-color: #323232;
}

.productmain{
    background-color: #f5f5f5;
}
.product-filter .box1 .title{
    font-size: 1.625rem;
    padding-left: 20px;
}
.product-filter .box1 .searchip{
    text-align: right;
}
.product-filter .box1 .serchbox{
    
    position: relative;
}
.product-filter .box1 .text{
    width: 250px;
    line-height: 56px;
    font-size: 1.25rem;
    padding-left: 10px;
    padding-right: 40px;
    border:1px solid #999999;
    border-radius: 10px;
}
.product-filter .box1 .icon-sousuo{
    position: absolute;
    right: 10px;
    top:0;
    font-size:1.8rem;
    color: #999999;
    line-height: 56px;
    cursor: pointer;
}
.productcate{
    background-color: #e4e4e4;
}
.productcate .ul>li>a{
    display: flex;
    font-size: 1.25rem;
    background-color: #323232;
    position: relative;
    padding:15px 15px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}
.productcate .ul>li>a.down:after{
    font-family: 'iconfont';
    content: "\e628";
    position: absolute;
    right: 10px;
    top:15px;
    font-size:1.25rem;
    color: #fff;
}
.productcate .ul2{
    display: none;
}
.productcate .ul2>li>a{
    display: flex;
    font-size: 1.25rem;
    background-color: #e4e4e4;
    padding:10px 20px;
    color: #221815;
    cursor: pointer;
}
.productcate .ul2>li.artive>a{
    color: #e40016;
}
.productcate .ul>li.artive>a{
    background-color: #e40016;
}
.productcate .ul>li.artive>a.down:after{
    content: "\e87e";
}
.productcate .ul>li.artive .ul2{
    display: block;
}
.productcateli{
    padding-left: 20px;
}
.productcateli .li{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.productcateli .li a{
    border:1px solid #e4e4e4;
    border-radius: 10px;
    background-color: #fff;
    display: block;
    font-size: 1.25rem;
    overflow: hidden;
    text-align: center;
}
.productcateli .li .post_title{
    font-size: 1.25rem;
    padding:30px 15px 30px 15px;
}
.productcateli .li a:hover{
    background-color: #c2c2c2;
}
.product-filter .box2{
    padding-top: 20px;
}


@media (max-width: 991.98px) {
   .product-filter .box1 .text {
        width: 100%;
    }
    .product-filter .box1 .title {
        padding-left: 0;
        padding-bottom: 10px;
    }
}
@media(max-width: 767.98px) {
    
}

@media (min-width: 768px) {
    .wp-block-troax-startpage-hero-block .main-content .imgwrapper {
        margin-top: 0; 
        padding-bottom: 0;
    }
}

.wp-block-troax-startpage-hero-block .h1{
    font-size: 2.875rem;
}
.wp-block-troax-startpage-hero-block{
    font-size: 1.875rem;
}


.wp-block-troax-startpage-hero-block .main-content .content-container{
    min-height: 600px;
}
.wp-block-troax-startpage-hero-block .main-content .content-container .row{
    align-content: center;
}
.wp-block-troax-startpage-hero-block .main-content .content-container .row .position-relative{
    padding-bottom:100px;
    line-height: 1.3;
}
.wp-block-troax-textblock{
    font-size: 1.5rem;
}
.wp-block-troax-textblock h2{
    font-size: 3.125rem;
    padding-bottom: 20px;
}

.wp-block-troax-honors .title{
    font-size: 3.125rem;
    padding: 70px 0;
}

.wp-block-troax-honors .nbs-flexisel-item .mod{
    padding:0 12px;
}

.nbs-flexisel-inner {
    float: none;
}

.wp-block-troax-honors .nbs-flexisel-nav-left {
    left:-40px;
}
.wp-block-troax-honors .nbs-flexisel-nav-right {
    right:-40px;
}
.wp-block-troax-honors .frm_text_label_for_image_inner {
    font-size: 1.5rem;
    padding:30px 15px;
}

.company_txt{
    background:#f7f7f7 no-repeat;
    background-image: linear-gradient(
        to bottom, 
        #ffffff 0%,
        #f7f7f7 100%
    );
    position: relative;
}
.company_txt2{
    background:no-repeat;
    background-position: right bottom;
    padding:70px 0 180px 0;
    overflow: hidden;
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
}
.company_txt .container{
    position: relative;
    padding-right:25%;
}
.company_txt:after{
    content: "ABOUT US";
    position: absolute;
    right:0;
    top:0;
    color: #edefef;
    font-size: 12.125rem;
    z-index: 0;
    transform: translate(25%,130%) rotate(90deg);
    -webkit-transform: translate(25%,130%) rotate(90deg);
    /*transform-origin: bottom right;*/
    z-index: 0;
}

.company_txt .t1{
    font-size: 3.125rem;
    position: relative;
    line-height: 7.25rem;
    z-index: 1;
    padding-bottom: 20px;
}
.company_txt .t1 span{
    position: relative;
    z-index: 1;
}
.company_txt .t1:after{
    content: "SINCE 2005";
    position: absolute;
    left:0;
    color: #f7f7f7;
    font-size: 7.25rem;
    z-index: 0;
}
.company_txt .info{
    padding-bottom:80px;
}
.company_txt .t2box{
    border-left: 12px solid #d4161b;
    color: #d4161b;
    line-height: 1;
    font-size: 2.25rem;
    padding-left: 25px;
    margin-bottom: 80px;
}
.company_txt .t2box .t2 .num{
    font-size: 4.75rem;
    font-weight: 700;
}
.company_txt .t2box .t2 .dd{
    line-height: 1.5;
}
.company_txt .t2box .t2{
    font-size: 1.75rem;
    display: flex;
    align-items: flex-end;
}



@media(max-width: 1199.98px) {
    .company_txt:after {
        display: none;
    }
    .company_txt .container {
        padding-right: 0;
    }
    .wp-block-troax-honors .nbs-flexisel-nav-left {
        left:0;
    }
    .wp-block-troax-honors .nbs-flexisel-nav-right {
        right:0;
    }
}
@media(max-width: 767.98px) {
    .wp-block-troax-startpage-hero-block .h1 {
        font-size: 2.2rem;
        line-height: 1.2;
    }
    .wp-block-troax-startpage-hero-block {
        font-size: 1.5rem;
    }
    .company_txt .t1:after {
        display: none;
    }
    .company_txt .t1 {
        font-size: 2.5rem;
        line-height: 1.7;
        padding-bottom: 20px;
    }
    .company_txt2{
        font-size: 1.25rem;
    }
    .company_txt .info {
        padding-bottom: 60px;
    }
    .company_txt .t2box {
        border-left: 8px solid #d4161b;
        font-size: 2rem;
        margin-bottom: 60px;
    }
    .company_txt .t2box .t2 .num {
        font-size: 4rem;
        font-weight: 700;
    }
    .wp-block-troax-textblock h2 {
        font-size: 2.5rem;
    }
    .wp-block-troax-textblock {
        font-size: 1.25rem;
    }
    .wp-block-troax-honors .title {
        font-size: 2.5rem;
        padding: 50px 0;
    }

    .nbs-flexisel-inner .nbs-flexisel-nav-left, .nbs-flexisel-inner .nbs-flexisel-nav-right{
        top:40% !important;
    }
}


.wp-indexbanner-block{
    position: relative;
}
.wp-indexbanner-block .gradient-box{
    z-index: 2;
}
.wp-indexbanner-block .nbs-flexisel-item{
    position: relative;
}
.wp-indexbanner-block .frm_text_label_for_image{
    position: absolute;
    width: 610px;
    bottom:30px;
    left:50%;
    transform: translateX(-50%);
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 3;
    padding:30px;
    text-align: center;
}
.wp-indexbanner-block .frm_text_label_for_image p{
    color: #fff;
    font-size: 2.25rem;
    margin-bottom: 20px;
}
.wp-indexbanner-block .frm_text_label_for_image .btn{
    background-color: #e30016;
    font-size: 1.25rem;
    padding:10px 16px;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    line-height: 1.2;
}
.wp-indexbanner-block .frm_text_label_for_image .btn:after{
    font-family: 'iconfont';
    content: "\e628";
    font-size: 1rem;
}

.index{
    background-color: #040809;
}

.wp-indexabout-block{
    color: #fff;
    text-align: center;
}
.wp-indexabout-block p{
    color: #fff;
}
.wp-indexabout-block .title_en{
    font-size: 2.375rem;
    color: #d22828;
}
.wp-indexabout-block .title{
    font-size: 3.125rem;
    padding-bottom: 30px;
}
.wp-indexabout-block .imgbox{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    /*justify-content: flex-end;*/
}
.wp-indexabout-block .description{
    position: relative;
    width: 50%;
    height: 100%;
    background-color: #e30016;
    left: 0;
    top: 0;
    z-index: 2;
}
.wp-indexabout-block .bgimg{
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}
.wp-indexabout-block .description:before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 200%;
    background-color: #e30016;
    left: 10%;
    top: -50%;
    transform: rotate(25deg);
    /*transform: perspective(100px) rotateX(15deg);
    transform-origin: bottom;*/
}

.wp-indexabout-block .description .indexabout{
    position: relative;
    z-index: 2;
    font-size: 1.25rem;
    padding:70px 0 70px 45px;
    text-align: left;
}
.wp-indexabout-block .description .box2{
    display: flex;
    align-items: flex-end;
    padding-top: 50px;
    justify-content: space-between;
}
.wp-indexabout-block .description .t2box{
    line-height: 1.2;
}
.wp-indexabout-block .description .t2box .t2 .num{
    font-size: 3.5rem;
    font-weight: 700;
}
.wp-indexabout-block .description .t2box .t2 .dd{
    line-height: 2;
}
.wp-indexabout-block .description .t2box .t2{
    font-size: 1.25rem;
    display: flex;
    align-items: flex-end;
}
.wp-indexabout-block .description .t2box .t3{
    font-size: 1.625rem;
}
.wp-indexabout-block .description .ibtn{
    color: #e30016;
    background-color: #fff;
    border-radius: 30px;
    padding:8px 20px;
    font-size: 1.25rem;
    cursor: pointer;
}
.wp-indexabout-block .description .ibtn:after{
    font-family: 'iconfont';
    content: "\e628";
    font-size: 1rem;
}


.wp-indexcase-block{
    text-align: center;
    color: #fff;
}
.wp-indexcase-block .title_en{
    font-size: 2.375rem;
    color: #d22828;
}
.wp-indexcase-block .title{
    font-size: 3.125rem;
    padding-bottom: 30px;
}

.wp-indexcase-block .tab{
    max-width: 800px;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    margin:0 auto;
}
.wp-indexcase-block .tab .tv{
    width: 50%;
    text-align: center;
    background-color: #323232;
    color: #fff;
    font-size: 1.625rem;
    line-height: 60px;
    cursor: pointer;
}
.wp-indexcase-block .tab .tv.artive{
    background-color: #e30016;
}
.wp-indexcase-block .tc{
    padding-top: 50px;
}

.wp-indexcase-block .tc .tv{
    display: none;
}
.wp-indexcase-block .tc .tv.artive{
    display: flex;
}
.wp-indexcase-block .tc .tv .li a{
    height: 340px;
    background:#323232 no-repeat center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    padding:40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.wp-indexcase-block .tc .tv .li span{
    color: #fff;
    text-align: center;
    font-size: 1.625rem;
    font-weight: 700;
    background-color: rgba(0,0,0,0.5);
    border:1px solid #fff;
    line-height: 66px;
    width: 240px;
    display: block;
}
.wp-indexcase-block .tc .tv .li{
    padding:0 15px 30px 15px;
}
.wp-indexcase-block .tc .tv .li.more a{
    align-items: center;
}
.wp-indexcase-block .tc .tv .li.more span{
    background: none;
    border:0;
}


.wp-indexproduct-block{
    text-align: center;
    color: #fff;
}
.wp-indexproduct-block .title_en{
    font-size: 2.375rem;
    color: #d22828;
}
.wp-indexproduct-block .title{
    font-size: 3.125rem;
    padding-bottom: 30px;
}


.wp-indexproduct-block .tab{
    display: flex;
    text-align: center;
    color: #fff;
    flex-wrap: wrap;
}
.wp-indexproduct-block .tab .tv{
    width: 20%;
    background-color: #323232;
    cursor: pointer;
    font-size: 1.625rem;
    line-height: 60px;
    margin-bottom: 25px;
}
.wp-indexproduct-block .tab .tv.artive{
    background-color: #e30016;
}


.wp-indexproduct-block .tc{
    padding-top: 35px;
}
.wp-indexproduct-block .tc .tv{
    display: none;
}
.wp-indexproduct-block .tc .tv.artive{
    display: flex;
}
.wp-indexproduct-block .tc .li{
    padding-bottom: 30px;
}
.wp-indexproduct-block .tc .li a{
    border-radius: 14px;
    overflow: hidden;
    display: block;
    background-color: #323232;
}
.wp-indexproduct-block .tc .li.more a{
    display: flex;
    font-size: 1.875rem;
    align-content: center;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.wp-indexproduct-block .tc .li .post_title{
    color: #fefefe;
    font-size: 1.625rem;
    padding:30px 16px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden;    /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}


.wp-indexnews-block{
    text-align: center;
    color: #fff;
}
.wp-indexnews-block .title_en{
    font-size: 2.375rem;
    color: #d22828;
}
.wp-indexnews-block .title{
    font-size: 3.125rem;
}
.wp-indexnews-block .desc{
    font-size: 1.625rem;
    color: #999999;
    padding-bottom: 30px;
}
.wp-indexnews-block .desc p{
    color: #999999;
}
.wp-indexnews-block .tc{
    text-align: left;
}
.wp-indexnews-block .tc .li{
    padding-bottom: 30px;
}
.wp-indexnews-block .tc .imgbox img{
    border-radius: 20px;
    width: 100%;
}
.wp-indexnews-block .tc .post_title{
    font-size: 1.625rem;
    padding:14px 0;
}
.wp-indexnews-block .tc .post_excerpt {
    font-size: 1.25rem;
    color: #999999;
    margin-bottom: 14px;

    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    

}
.wp-indexnews-block .tc .btn {
    font-size: 1.25rem;
    color: #fff;
    border:1px solid #fff;
    border-radius: 30px;
    padding:8px 20px;
}
.wp-indexnews-block .tc .btn:hover{
    background-color: #e30016;
    border:1px solid #e30016;
}


.wp-indextechnology-block{
    text-align: center;
    color: #fff;
}
.wp-indextechnology-block .title_en{
    font-size: 2.375rem;
    color: #d22828;
}
.wp-indextechnology-block .title{
    font-size: 3.125rem;
    padding-bottom: 30px;
}
.wp-indextechnology-block .tc .li{
    display: flex;
    margin-top: 50px;
    background: #323232 url(/wp-content/uploads/bg2.png) no-repeat left bottom;
    background-size: cover;
    text-align: left;
    line-height: 1.7;
    padding:20px;
    border-radius: 20px;
}

.wp-indextechnology-block .tc .txtbox {
    width: 50%;
    padding:30px 40px;
}
.wp-indextechnology-block .tc .imgbox {
    width: 40%;
    margin-left: 4%;
}
.wp-indextechnology-block .tc .post_title {
    font-size: 1.625rem;
    padding-bottom: 20px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden;    /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}
.wp-indextechnology-block .tc .post_excerpt {
    font-size: 1.25rem;
    margin-bottom: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box; 
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.wp-indextechnology-block .tc .btn {
    font-size: 1.25rem;
    color: #fff;
    border:1px solid #fff;
    border-radius: 30px;
    padding:8px 20px;
}
.wp-indextechnology-block .tc .btn:hover{
    background-color: #e30016;
    border:1px solid #e30016;
}



.wp-indexdown-block{
    text-align: center;
    color: #fff;
}
.wp-indexdown-block .title_en{
    font-size: 2.375rem;
    color: #d22828;
}
.wp-indexdown-block .title{
    font-size: 3.125rem;
    padding-bottom: 30px;
}
.wp-indexdown-block .tc .li{
    padding-bottom: 20px;
}
.wp-indexdown-block .tc .title{
    font-size: 1.375rem;
    background-color: #323232;
    padding:15px 50px 15px 20px;
    position: relative;
    border-radius: 20px;
    text-align: left;
    cursor: pointer;
}
.wp-indexdown-block .tc .title:after{
    font-family: 'iconfont';
    content: "\e628";
    font-size: 1.375rem;
    position: absolute;
    right: 20px;
}
.wp-indexdown-block .tc .title:hover{
    color: #d22828;
}
.layout-1 #footer-wrapper {
    padding-top: 50px;
}






@media (max-width: 1439px) {
    .wp-indexabout-block .description{
        width: 100%;
    }
    .wp-indexabout-block .bgimg{
        position: static;
        width: 100%;
    }
    .wp-indexabout-block .imgbox{
        flex-wrap: wrap;
    }
    .wp-indexabout-block .description:before{
        display: none;
    }
    .wp-indexabout-block .description .indexabout {
        padding: 70px 45px 70px 45px;
    }
}

@media (max-width: 991px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }

    .wp-indexbanner-block .frm_text_label_for_image {
        width: 50%;
    }
    .wp-indexbanner-block .frm_text_label_for_image p {
        color: #fff;
        font-size: 1.625rem;
        margin-bottom: 20px;
    }
    .wp-indexbanner-block .frm_text_label_for_image .btn {
        font-size: 1rem;
        padding: 8px 12px;
    }
    .nbs-flexisel-item .mod {
        padding-top: 70%;
        position: relative;
    }
    .nbs-flexisel-item img {
        bottom: 0;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
}


@media(max-width: 767.98px) {
    .nbs-flexisel-item .mod {
        padding-top: 120%;
        position: relative;
    }
    .wp-indexbanner-block .frm_text_label_for_image {
        width: 80%;
        padding:20px;
    }
    .frm_text_label_for_image{
        word-break: inherit;
    }
    .wp-indexabout-block .title_en {
        font-size: 1.625rem;
    }
    .wp-indexabout-block .title {
        font-size: 1.875rem;
    }
    .wp-indexcase-block .title_en {
        font-size: 1.625rem;
    }
    .wp-indexcase-block .title {
        font-size: 1.875rem;
    }
    .wp-indexproduct-block .title_en {
        font-size: 1.625rem;
    }
    .wp-indexproduct-block .title {
        font-size: 1.875rem;
    }
    .wp-indexnews-block .title_en {
        font-size: 1.625rem;
    }
    .wp-indexnews-block .title {
        font-size: 1.875rem;
    }
    .wp-indextechnology-block .title_en {
        font-size: 1.625rem;
    }
    .wp-indextechnology-block .title {
        font-size: 1.875rem;
    }
    .wp-indexdown-block .title_en {
        font-size: 1.625rem;
    }
    .wp-indexdown-block .title {
        font-size: 1.875rem;
    }

    .wp-indexabout-block .description .indexabout{
        padding:50px 20px;
    }
    .wp-indexabout-block .description .box2{
        display: flex;
        align-items: flex-start;
        padding-top:30px;
        justify-content: space-between;
        /*flex-direction: column;*/
        flex-wrap: wrap;
    }

    .wp-indexabout-block .description .t2box{
        padding-bottom: 20px;
        width:  50%;
    }
    .wp-indexabout-block .description .t2box:nth-child(1){
        width:  40%;
    }
    .wp-indexabout-block .description .t2box:nth-child(2){
        width:  60%;
    }
    .wp-indexabout-block .description .t2box .t3{
        font-size: 1.5rem;
    }
    .wp-indexabout-block .description .t2box .t2 .num {
        font-size: 2.3rem;
        font-weight: 700;
    }
    .wp-indexcase-block .tab .tv{
        font-size: 1.25rem;
        line-height: 50px;
    }
    .wp-indexcase-block .tc .tv .li a {
        height: 250px;
        padding: 20px;
    }
    .wp-indexcase-block .tc .tv .li.more a {
        height: initial;
        padding: 20px;
    }
    .wp-indexcase-block .tc .tv .li.more span{
        line-height: 1.5;
    }
    .wp-indexproduct-block .tab .tv{
        width: 50%;
        font-size: 1.25rem;
    }
    .wp-indexcase-block .tc .tv .li span{
        font-size: 1.25rem;
    }
    .wp-indexproduct-block .tc .li .post_title{
        font-size: 1.25rem;
    }
    .wp-indexproduct-block .tc .li.more a{
        padding:20px;
        font-size: 1.25rem;
    }
    .wp-indexnews-block .desc{
        font-size: 1.25rem;
    }

    .wp-indextechnology-block .tc .txtbox{
        width: 100%;
    }
    .wp-indextechnology-block .tc .imgbox{
        margin-left: 0;
        width: 100%;
    }
    .wp-indextechnology-block .tc .imgbox img{
        width: 100%;
    }
    .wp-indextechnology-block .tc .li{
        flex-direction: column;
    }
    .wp-indextechnology-block .tc .post_title{
        font-size: 1.25rem;
    }
    .wp-indextechnology-block .tc .post_excerpt{
        font-size: 1rem;
    }
    .wp-indextechnology-block .tc .btn{
        font-size: 1rem;
    }
    .wp-indextechnology-block .tc .txtbox{
        padding:20px;
    }
    .wp-indexdown-block .tc .title{
        font-size: 1.25rem;
    }
    .h4, h4 {
        font-size: 1.25rem;
        line-height: 1;
    }
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right{
    z-index: 5;
}


@media(max-width: 1530px) {
    .groupac{
        display: none;
    }
}

#header-search-form .search-wrapper form input.preview-active{
    border-radius: 27px;
}

















/*搜索*/
.search-results .article-heading-h1{
    font-size: 1.625rem;
    padding:40px 0;
}
.search-results .search-result{
    font-size: 1.25rem;
    padding:40px 0;
    display: block;
    border-bottom:1px solid #ccc;
}
.search-results .search-result h3{
    font-size: 1.625rem;
    padding:20px 0;
}
.search-results .search-result h3{
    font-size: 1.625rem;
    padding:20px 0;
}