/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.ajax-progress {
    display: inline-block;
    padding: 1px 5px 2px 5px;
}

[dir="rtl"] .ajax-progress {
    float: right;
}

.ajax-progress-throbber .throbber {
    display: inline;
    padding: 1px 5px 2px;
    background: transparent url(/core/misc/throbber-active.gif) no-repeat 0 center;
}

.ajax-progress-throbber .message {
    display: inline;
    padding: 1px 5px 2px;
}

tr .ajax-progress-throbber .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.ajax-progress-fullscreen {
    position: fixed;
    z-index: 1000;
    top: 48.5%;
    left: 49%;
    width: 24px;
    height: 24px;
    padding: 4px;
    opacity: 0.9;
    border-radius: 7px;
    background-color: #232323;
    background-image: url(/core/misc/loading-small.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

[dir="rtl"] .ajax-progress-fullscreen {
    right: 49%;
    left: auto;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.text-align-justify {
    text-align: justify;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.js input.form-autocomplete {
    background-image: url(/core/misc/throbber-inactive.png);
    background-repeat: no-repeat;
    background-position: 100% center;
}

.js[dir="rtl"] input.form-autocomplete {
    background-position: 0% center;
}

.js input.form-autocomplete.ui-autocomplete-loading {
    background-image: url(/core/misc/throbber-active.gif);
    background-position: 100% center;
}

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
    background-position: 0% center;
}

.fieldgroup {
    padding: 0;
    border-width: 0;
}

.container-inline div,.container-inline label {
    display: inline-block;
}

.container-inline .details-wrapper {
    display: block;
}

.clearfix::after {
    display: table;
    clear: both;
    content: "";
}

.js details:not([open]) .details-wrapper {
    display: none;
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active,.visually-hidden.focusable:focus {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}

.invisible {
    visibility: hidden;
}

.item-list__comma-list,.item-list__comma-list li {
    display: inline;
}

.item-list__comma-list {
    margin: 0;
    padding: 0;
}

.item-list__comma-list li::after {
    content: ", ";
}

.item-list__comma-list li:last-child::after {
    content: "";
}

.js .js-hide {
    display: none;
}

.js-show {
    display: none;
}

.js .js-show {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

.position-container {
    position: relative;
}

.progress {
    position: relative;
}

.progress__track {
    min-width: 100px;
    max-width: 100%;
    height: 16px;
    margin-top: 5px;
    border: 1px solid;
    background-color: #fff;
}

.progress__bar {
    width: 3%;
    min-width: 3%;
    max-width: 100%;
    height: 16px;
    background-color: #000;
}

.progress__description,.progress__percentage {
    overflow: hidden;
    margin-top: 0.2em;
    color: #555;
    font-size: 0.875em;
}

.progress__description {
    float: left;
}

[dir="rtl"] .progress__description {
    float: right;
}

.progress__percentage {
    float: right;
}

[dir="rtl"] .progress__percentage {
    float: left;
}

.progress--small .progress__track {
    height: 7px;
}

.progress--small .progress__bar {
    height: 7px;
    background-size: 20px 20px;
}

.reset-appearance {
    margin: 0;
    padding: 0;
    border: 0 none;
    background: transparent;
    line-height: inherit;
    -webkit-appearance: none;
    appearance: none;
}

.resize-none {
    resize: none;
}

.resize-vertical {
    min-height: 2em;
    resize: vertical;
}

.resize-horizontal {
    max-width: 100%;
    resize: horizontal;
}

.resize-both {
    max-width: 100%;
    min-height: 2em;
    resize: both;
}

table.sticky-header {
    z-index: 500;
    top: 0;
    margin-top: 0;
    background-color: #fff;
}

.system-status-counter__status-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.system-status-counter__status-icon::before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 16px;
}

.system-status-counter__status-icon--error::before {
    background-image: url(/core/misc/icons/e32700/error.svg);
}

.system-status-counter__status-icon--warning::before {
    background-image: url(/core/misc/icons/e29700/warning.svg);
}

.system-status-counter__status-icon--checked::before {
    background-image: url(/core/misc/icons/73b355/check.svg);
}

.system-status-report-counters__item {
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0,0,0,0.063);
}

@media screen and (min-width: 60em) {
    .system-status-report-counters {
        display:flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .system-status-report-counters__item--half-width {
        width: 49%;
    }

    .system-status-report-counters__item--third-width {
        width: 33%;
    }
}

.system-status-general-info__item {
    margin-top: 1em;
    padding: 0 1em 1em;
    border: 1px solid #ccc;
}

.system-status-general-info__item-title {
    border-bottom: 1px solid #ccc;
}

body.drag {
    cursor: move;
}

tr.region-title {
    font-weight: bold;
}

tr.region-message {
    color: #999;
}

tr.region-populated {
    display: none;
}

tr.add-new .tabledrag-changed {
    display: none;
}

.draggable a.tabledrag-handle {
    float: left;
    overflow: hidden;
    height: 1.7em;
    margin-left: -1em;
    cursor: move;
    text-decoration: none;
}

[dir="rtl"] .draggable a.tabledrag-handle {
    float: right;
    margin-right: -1em;
    margin-left: 0;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    width: 14px;
    height: 14px;
    margin: -0.4em 0.5em 0;
    padding: 0.42em 0.5em;
    background: url(/core/misc/icons/787878/move.svg) no-repeat 6px 7px;
}

a.tabledrag-handle:hover .handle,a.tabledrag-handle:focus .handle {
    background-image: url(/core/misc/icons/000000/move.svg);
}

.touchevents .draggable td {
    padding: 0 10px;
}

.touchevents .draggable .menu-item__link {
    display: inline-block;
    padding: 10px 0;
}

.touchevents a.tabledrag-handle {
    width: 40px;
    height: 44px;
}

.touchevents a.tabledrag-handle .handle {
    height: 21px;
    background-position: 40% 19px;
}

[dir="rtl"] .touch a.tabledrag-handle .handle {
    background-position: right 40% top 19px;
}

.touchevents .draggable.drag a.tabledrag-handle .handle {
    background-position: 50% -32px;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
    text-align: left;
}

.indentation {
    float: left;
    width: 20px;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
}

[dir="rtl"] .indentation {
    float: right;
    margin: -0.4em -0.4em -0.4em 0.2em;
    padding: 0.42em 0.6em 0.42em 0;
}

.tablesort {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
}

.tablesort--asc {
    background-image: url(/core/misc/icons/787878/twistie-down.svg);
}

.tablesort--desc {
    background-image: url(/core/misc/icons/787878/twistie-up.svg);
}

div.tree-child {
    background: url(/core/misc/tree.png) no-repeat 11px center;
}

div.tree-child-last {
    background: url(/core/misc/tree-bottom.png) no-repeat 11px center;
}

[dir="rtl"] div.tree-child,[dir="rtl"] div.tree-child-last {
    background-position: -65px center;
}

div.tree-child-horizontal {
    background: url(/core/misc/tree.png) no-repeat -11px center;
}

html.js .js-webform-visually-hidden,html.js .js-webform-visually-hidden[style*="display: none"] {
    position: absolute !important;
    display: inline !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.js-form-item.js-webform-states-hidden,.js-form-submit.js-webform-states-hidden,.js-form-wrapper.js-webform-states-hidden,.js-webform-text-format-hidden > .js-text-format-wrapper {
    display: none;
}

.form--inline .form-item {
    float: left;
    margin-right: 0.5em;
}

[dir="rtl"] .form--inline .form-item {
    float: right;
    margin-right: 0;
    margin-left: 0.5em;
}

.webform-element-description p:first-child {
    margin-top: 0;
}

.webform-element-description p:last-child {
    margin-bottom: 0;
}

.form-item .container-inline {
    margin: 2px 0;
}

.form-checkboxes .form-required:after,.form-radios .form-required:after {
    display: none;
}

.webform-element--title-inline > label {
    display: inline;
    padding-right: 0.5em;
}

.webform-element--title-inline > div.container-inline {
    display: inline;
}

.form-composite.webform-fieldset--title-inline legend {
    float: left;
    margin: 0.4em 0.5em 0.4em 0;
}

[dir=rtl] .form-composite.webform-fieldset--title-inline legend {
    float: right;
    margin-right: 0;
    margin-left: 0.5em;
}

.form-composite.webform-fieldset--title-inline .fieldset-wrapper,.form-composite.webform-fieldset--title-inline .fieldset-wrapper > div {
    display: inline;
}

.webform-element--title-inline .form-radios,.webform-element--title-inline .form-checkboxes {
    display: inline;
}

.webform-submission-form strong.error.form-item--error-message {
    display: block;
}

.webform-readonly input[type="date"],.webform-readonly input[type="datetime-local"],.webform-readonly input[type="email"],.webform-readonly input[type="number"],.webform-readonly input[type="password"],.webform-readonly input[type="search"],.webform-readonly input[type="tel"],.webform-readonly input[type="text"],.webform-readonly input[type="time"],.webform-readonly input[type="url"],.webform-readonly textarea {
    color: #6B6B6B;
    border-color: #bbb;
    background: #ededed;
}

.webform-details-toggle-state-wrapper {
    text-align: right;
    margin-top: 1em;
}

[dir="rtl"] .webform-details-toggle-state-wrapper {
    text-align: left;
}

.webform-details-toggle-state-wrapper + details {
    margin-top: 0;
}

.webform-details-toggle-state {
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: transparent;
    font-size: 1em;
    text-decoration: none;
    color: #337ab7;
}

.webform-details-toggle-state:hover,.webform-details-toggle-statelink:focus {
    text-decoration: underline;
}

.webform-tabs .webform-details-toggle-state-wrapper {
    float: right;
}

@media screen and (max-width: 600px) {
    .webform-tabs .webform-details-toggle-state-wrapper {
        float:none;
    }
}

.webform-message--close .messages {
    position: relative;
    padding-right: 35px;
}

.webform-message--close .webform-message__link {
    display: none;
}

html.js .webform-message--close .webform-message__link {
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    font-size: 24px;
    line-height: 24px;
}

html[dir="rtl"].js .webform-message--close .webform-message__link {
    top: 11px;
    right: inherit;
    left: 10px;
}

.webform-message__link {
    opacity: 0.33;
    color: inherit;
}

.webform-message__link:link {
    text-decoration: none;
    border-bottom: none;
}

.webform-message__link:hover,.webform-message__link:focus,.webform-message__link:active {
    text-decoration: none;
    opacity: 1;
    color: inherit;
    border-bottom: none;
}

html.js .js-webform-message--close-storage {
    display: none;
}

.js-webform-message--close .button--dismiss {
    display: none;
}

/* @license MIT https://github.com/jackocnr/intl-tel-input/blob/master/LICENSE */
.iti {
    position: relative;
    display: inline-block
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,.iti input[type=tel],.iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space:normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: 0
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0,0,0,.05)
}

.iti__country-name,.iti__dial-code,.iti__flag-box {
    vertical-align: middle
}

.iti__country-name,.iti__flag-box {
    margin-right: 6px
}

.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0,0,0,.05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0,0,0,.05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti__flag {
        background-size:5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(/libraries/jquery.intl-tel-input/build/img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti__flag {
        background-image:url(/libraries/jquery.intl-tel-input/build/img/flags%402x.png)
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.webform-managed-file-preview-wrapper + input[type="submit"],.webform-managed-file-preview-wrapper + button,.webform-managed-file-preview + input[type="submit"],.webform-managed-file-preview + button {
    margin: 0.5em 0;
}

.webform-managed-file-preview-wrapper,.webform-managed-file-preview-wrapper.form-item {
    display: table;
    padding: 0.5em;
    border: 1px solid #ccc;
}

.webform-managed-file-preview,label.webform-managed-file-preview,label.option.webform-managed-file-preview {
    display: block;
}

.webform-managed-file-placeholder,.webform-managed-file-preview,.webform-file-button {
    margin: 0.5em 0;
}

.bs-bg-success {
    background-color: green !important;
}

.bs-bg-warning {
    background-color: yellow !important;
}

.bs-bg-danger {
    background-color: red !important;
}

.bs-bg-light {
    background-color: lightgray !important;
}

.ui-dialog-off-canvas .bs-bg-sm-success {
    background-color: green !important;
}

@media screen and (max-width: 576px) {
    .bs-bg-sm-success {
        background-color:green !important;
    }
}

.ui-dialog-off-canvas .bs-bg-sm-warning {
    background-color: yellow !important;
}

@media screen and (max-width: 576px) {
    .bs-bg-sm-warning {
        background-color:yellow !important;
    }
}

.ui-dialog-off-canvas .bs-bg-sm-danger {
    background-color: red !important;
}

@media screen and (max-width: 576px) {
    .bs-bg-sm-danger {
        background-color:red !important;
    }
}

.ui-dialog-off-canvas .bs-bg-sm-light {
    background-color: lightgray !important;
}

@media screen and (max-width: 576px) {
    .bs-bg-sm-light {
        background-color:lightgray !important;
    }
}

.ui-dialog-off-canvas .bs-bg-md-success {
    background-color: green !important;
}

@media (min-width: 576px) and (max-width:992px) {
    .bs-bg-md-success {
        background-color:green !important;
    }
}

.ui-dialog-off-canvas .bs-bg-md-warning {
    background-color: yellow !important;
}

@media (min-width: 576px) and (max-width:992px) {
    .bs-bg-md-warning {
        background-color:yellow !important;
    }
}

.ui-dialog-off-canvas .bs-bg-md-danger {
    background-color: red !important;
}

@media (min-width: 576px) and (max-width:992px) {
    .bs-bg-md-danger {
        background-color:red !important;
    }
}

.ui-dialog-off-canvas .bs-bg-md-light {
    background-color: lightgray !important;
}

@media (min-width: 576px) and (max-width:992px) {
    .bs-bg-md-light {
        background-color:lightgray !important;
    }
}

.ui-dialog-off-canvas .bs-bg-lg-success {
    background-color: green !important;
}

@media (min-width: 992px) and (max-width:1200px) {
    .bs-bg-lg-success {
        background-color:green !important;
    }
}

.ui-dialog-off-canvas .bs-bg-lg-warning {
    background-color: yellow !important;
}

@media (min-width: 992px) and (max-width:1200px) {
    .bs-bg-lg-warning {
        background-color:yellow !important;
    }
}

.ui-dialog-off-canvas .bs-bg-lg-danger {
    background-color: red !important;
}

@media (min-width: 992px) and (max-width:1200px) {
    .bs-bg-lg-danger {
        background-color:red !important;
    }
}

.ui-dialog-off-canvas .bs-bg-lg-light {
    background-color: lightgray !important;
}

@media (min-width: 992px) and (max-width:1200px) {
    .bs-bg-lg-light {
        background-color:lightgray !important;
    }
}

.ui-dialog-off-canvas .bs-bg-xl-success {
    background-color: green !important;
}

@media (min-width: 1200px) {
    .bs-bg-xl-success {
        background-color:green !important;
    }
}

.ui-dialog-off-canvas .bs-bg-xl-warning {
    background-color: yellow !important;
}

@media (min-width: 1200px) {
    .bs-bg-xl-warning {
        background-color:yellow !important;
    }
}

.ui-dialog-off-canvas .bs-bg-xl-danger {
    background-color: red !important;
}

@media (min-width: 1200px) {
    .bs-bg-xl-danger {
        background-color:red !important;
    }
}

.ui-dialog-off-canvas .bs-bg-xl-light {
    background-color: lightgray !important;
}

@media (min-width: 1200px) {
    .bs-bg-xl-light {
        background-color:lightgray !important;
    }
}

.bs-text-white {
    color: #ffffff !important;
}

.ui-dialog-off-canvas .bs-text-white {
    color: #ffffff !important;
}

.bs-text-black {
    color: #000000 !important;
}

.ui-dialog-off-canvas .bs-text-black {
    color: #000000 !important;
}

@media screen and (max-width: 576px) {
    .bs-text-sm-white {
        color:#ffffff !important;
    }

    .bs-text-sm-black {
        color: #000000 !important;
    }
}

.ui-dialog-off-canvas .bs-text-sm-white {
    color: #ffffff !important;
}

.ui-dialog-off-canvas .bs-text-sm-black {
    color: #000000 !important;
}

@media (min-width: 576px) and (max-width:992px) {
    .bs-text-md-white {
        color:#ffffff !important;
    }

    .bs-text-md-black {
        color: #000000 !important;
    }
}

.ui-dialog-off-canvas .bs-text-md-white {
    color: #ffffff !important;
}

.ui-dialog-off-canvas .bs-text-md-black {
    color: #000000 !important;
}

@media (min-width: 992px) and (max-width:1200px) {
    .bs-text-lg-white {
        color:#ffffff !important;
    }

    .bs-text-lg-black {
        color: #000000 !important;
    }
}

.ui-dialog-off-canvas .bs-text-lg-white {
    color: #ffffff !important;
}

.ui-dialog-off-canvas .bs-text-lg-black {
    color: #000000 !important;
}

@media (min-width: 1200px) {
    .bs-text-xl-white {
        color:#ffffff !important;
    }

    .bs-text-xl-black {
        color: #000000 !important;
    }
}

.ui-dialog-off-canvas .bs-text-xl-white {
    color: #ffffff !important;
}

.ui-dialog-off-canvas .bs-text-xl-black {
    color: #000000 !important;
}

.bs-text-left {
    text-align: left;
}

.bs-text-center {
    text-align: center;
}

.bs-text-right {
    text-align: right;
}

.bs-text-justify {
    text-align: justify;
}

.bs-p-1 {
    padding: 0.25rem !important;
}

.bs-pl-1 {
    padding-left: 0.25rem !important;
}

.bs-pr-1 {
    padding-right: 0.25rem !important;
}

.bs-pt-1 {
    padding-top: 0.25rem !important;
}

.bs-pb-1 {
    padding-bottom: 0.25rem !important;
}

.bs-p-2 {
    padding: 0.5rem !important;
}

.bs-pl-2 {
    padding-left: 0.5rem !important;
}

.bs-pr-2 {
    padding-right: 0.5rem !important;
}

.bs-pt-2 {
    padding-top: 0.5rem !important;
}

.bs-pb-2 {
    padding-bottom: 0.5rem !important;
}

.bs-p-3 {
    padding: 1rem !important;
}

.bs-pl-3 {
    padding-left: 1rem !important;
}

.bs-pr-3 {
    padding-right: 1rem !important;
}

.bs-pt-3 {
    padding-top: 1rem !important;
}

.bs-pb-3 {
    padding-bottom: 1rem !important;
}

.bs-p-4 {
    padding: 1.5rem !important;
}

.bs-pl-4 {
    padding-left: 1.5rem !important;
}

.bs-pr-4 {
    padding-right: 1.5rem !important;
}

.bs-pt-4 {
    padding-top: 1.5rem !important;
}

.bs-pb-4 {
    padding-bottom: 1.5rem !important;
}

.bs-p-5 {
    padding: 3rem !important;
}

.bs-pl-5 {
    padding-left: 3rem !important;
}

.bs-pr-5 {
    padding-right: 3rem !important;
}

.bs-pt-5 {
    padding-top: 3rem !important;
}

.bs-pb-5 {
    padding-bottom: 3rem !important;
}

@media screen and (max-width: 576px) {
    .bs-p-sm-1 {
        padding:0.25rem !important;
    }

    .bs-pl-sm-1 {
        padding-left: 0.25rem !important;
    }

    .bs-pr-sm-1 {
        padding-right: 0.25rem !important;
    }

    .bs-pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .bs-pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-sm-1 {
    padding: 0.25rem !important;
}

.ui-dialog-off-canvas .bs-pl-sm-1 {
    padding-left: 0.25rem !important;
}

.ui-dialog-off-canvas .bs-pr-sm-1 {
    padding-right: 0.25rem !important;
}

.ui-dialog-off-canvas .bs-pt-sm-1 {
    padding-top: 0.25rem !important;
}

.ui-dialog-off-canvas .bs-pb-sm-1 {
    padding-bottom: 0.25rem !important;
}

@media (min-width: 576px) and (max-width:992px) {
    .bs-p-md-1 {
        padding:0.25rem !important;
    }

    .bs-pl-md-1 {
        padding-left: 0.25rem !important;
    }

    .bs-pr-md-1 {
        padding-right: 0.25rem !important;
    }

    .bs-pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .bs-pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-md-1 {
    padding: 0.25rem !important;
}

.ui-dialog-off-canvas .bs-pl-md-1 {
    padding-left: 0.25rem !important;
}

.ui-dialog-off-canvas .bs-pr-md-1 {
    padding-right: 0.25rem !important;
}

.ui-dialog-off-canvas .bs-pt-md-1 {
    padding-top: 0.25rem !important;
}

.ui-dialog-off-canvas .bs-pb-md-1 {
    padding-bottom: 0.25rem !important;
}

@media (min-width: 992px) and (max-width:1200px) {
    .bs-p-lg-1 {
        padding:0.25rem !important;
    }

    .bs-pl-lg-1 {
        padding-left: 0.25rem !important;
    }

    .bs-pr-lg-1 {
        padding-right: 0.25rem !important;
    }

    .bs-pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .bs-pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-lg-1 {
    padding: 0.25rem !important;
}

.ui-dialog-off-canvas .bs-pl-lg-1 {
    padding-left: 0.25rem !important;
}

.ui-dialog-off-canvas .bs-pr-lg-1 {
    padding-right: 0.25rem !important;
}

.ui-dialog-off-canvas .bs-pt-lg-1 {
    padding-top: 0.25rem !important;
}

.ui-dialog-off-canvas .bs-pb-lg-1 {
    padding-bottom: 0.25rem !important;
}

@media (min-width: 1200px) {
    .bs-p-xl-1 {
        padding:0.25rem !important;
    }

    .bs-pl-xl-1 {
        padding-left: 0.25rem !important;
    }

    .bs-pr-xl-1 {
        padding-right: 0.25rem !important;
    }

    .bs-pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .bs-pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-xl-1 {
    padding: 0.25rem !important;
}

.ui-dialog-off-canvas .bs-pl-xl-1 {
    padding-left: 0.25rem !important;
}

.ui-dialog-off-canvas .bs-pr-xl-1 {
    padding-right: 0.25rem !important;
}

.ui-dialog-off-canvas .bs-pt-xl-1 {
    padding-top: 0.25rem !important;
}

.ui-dialog-off-canvas .bs-pb-xl-1 {
    padding-bottom: 0.25rem !important;
}

@media screen and (max-width: 576px) {
    .bs-p-sm-2 {
        padding:0.5rem !important;
    }

    .bs-pl-sm-2 {
        padding-left: 0.5rem !important;
    }

    .bs-pr-sm-2 {
        padding-right: 0.5rem !important;
    }

    .bs-pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .bs-pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-sm-2 {
    padding: 0.5rem !important;
}

.ui-dialog-off-canvas .bs-pl-sm-2 {
    padding-left: 0.5rem !important;
}

.ui-dialog-off-canvas .bs-pr-sm-2 {
    padding-right: 0.5rem !important;
}

.ui-dialog-off-canvas .bs-pt-sm-2 {
    padding-top: 0.5rem !important;
}

.ui-dialog-off-canvas .bs-pb-sm-2 {
    padding-bottom: 0.5rem !important;
}

@media (min-width: 576px) and (max-width:992px) {
    .bs-p-md-2 {
        padding:0.5rem !important;
    }

    .bs-pl-md-2 {
        padding-left: 0.5rem !important;
    }

    .bs-pr-md-2 {
        padding-right: 0.5rem !important;
    }

    .bs-pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .bs-pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-md-2 {
    padding: 0.5rem !important;
}

.ui-dialog-off-canvas .bs-pl-md-2 {
    padding-left: 0.5rem !important;
}

.ui-dialog-off-canvas .bs-pr-md-2 {
    padding-right: 0.5rem !important;
}

.ui-dialog-off-canvas .bs-pt-md-2 {
    padding-top: 0.5rem !important;
}

.ui-dialog-off-canvas .bs-pb-md-2 {
    padding-bottom: 0.5rem !important;
}

@media (min-width: 992px) and (max-width:1200px) {
    .bs-p-lg-2 {
        padding:0.5rem !important;
    }

    .bs-pl-lg-2 {
        padding-left: 0.5rem !important;
    }

    .bs-pr-lg-2 {
        padding-right: 0.5rem !important;
    }

    .bs-pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .bs-pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-lg-2 {
    padding: 0.5rem !important;
}

.ui-dialog-off-canvas .bs-pl-lg-2 {
    padding-left: 0.5rem !important;
}

.ui-dialog-off-canvas .bs-pr-lg-2 {
    padding-right: 0.5rem !important;
}

.ui-dialog-off-canvas .bs-pt-lg-2 {
    padding-top: 0.5rem !important;
}

.ui-dialog-off-canvas .bs-pb-lg-2 {
    padding-bottom: 0.5rem !important;
}

@media (min-width: 1200px) {
    .bs-p-xl-2 {
        padding:0.5rem !important;
    }

    .bs-pl-xl-2 {
        padding-left: 0.5rem !important;
    }

    .bs-pr-xl-2 {
        padding-right: 0.5rem !important;
    }

    .bs-pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .bs-pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-xl-2 {
    padding: 0.5rem !important;
}

.ui-dialog-off-canvas .bs-pl-xl-2 {
    padding-left: 0.5rem !important;
}

.ui-dialog-off-canvas .bs-pr-xl-2 {
    padding-right: 0.5rem !important;
}

.ui-dialog-off-canvas .bs-pt-xl-2 {
    padding-top: 0.5rem !important;
}

.ui-dialog-off-canvas .bs-pb-xl-2 {
    padding-bottom: 0.5rem !important;
}

@media screen and (max-width: 576px) {
    .bs-p-sm-3 {
        padding:1rem !important;
    }

    .bs-pl-sm-3 {
        padding-left: 1rem !important;
    }

    .bs-pr-sm-3 {
        padding-right: 1rem !important;
    }

    .bs-pt-sm-3 {
        padding-top: 1rem !important;
    }

    .bs-pb-sm-3 {
        padding-bottom: 1rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-sm-3 {
    padding: 1rem !important;
}

.ui-dialog-off-canvas .bs-pl-sm-3 {
    padding-left: 1rem !important;
}

.ui-dialog-off-canvas .bs-pr-sm-3 {
    padding-right: 1rem !important;
}

.ui-dialog-off-canvas .bs-pt-sm-3 {
    padding-top: 1rem !important;
}

.ui-dialog-off-canvas .bs-pb-sm-3 {
    padding-bottom: 1rem !important;
}

@media (min-width: 576px) and (max-width:992px) {
    .bs-p-md-3 {
        padding:1rem !important;
    }

    .bs-pl-md-3 {
        padding-left: 1rem !important;
    }

    .bs-pr-md-3 {
        padding-right: 1rem !important;
    }

    .bs-pt-md-3 {
        padding-top: 1rem !important;
    }

    .bs-pb-md-3 {
        padding-bottom: 1rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-md-3 {
    padding: 1rem !important;
}

.ui-dialog-off-canvas .bs-pl-md-3 {
    padding-left: 1rem !important;
}

.ui-dialog-off-canvas .bs-pr-md-3 {
    padding-right: 1rem !important;
}

.ui-dialog-off-canvas .bs-pt-md-3 {
    padding-top: 1rem !important;
}

.ui-dialog-off-canvas .bs-pb-md-3 {
    padding-bottom: 1rem !important;
}

@media (min-width: 992px) and (max-width:1200px) {
    .bs-p-lg-3 {
        padding:1rem !important;
    }

    .bs-pl-lg-3 {
        padding-left: 1rem !important;
    }

    .bs-pr-lg-3 {
        padding-right: 1rem !important;
    }

    .bs-pt-lg-3 {
        padding-top: 1rem !important;
    }

    .bs-pb-lg-3 {
        padding-bottom: 1rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-lg-3 {
    padding: 1rem !important;
}

.ui-dialog-off-canvas .bs-pl-lg-3 {
    padding-left: 1rem !important;
}

.ui-dialog-off-canvas .bs-pr-lg-3 {
    padding-right: 1rem !important;
}

.ui-dialog-off-canvas .bs-pt-lg-3 {
    padding-top: 1rem !important;
}

.ui-dialog-off-canvas .bs-pb-lg-3 {
    padding-bottom: 1rem !important;
}

@media (min-width: 1200px) {
    .bs-p-xl-3 {
        padding:1rem !important;
    }

    .bs-pl-xl-3 {
        padding-left: 1rem !important;
    }

    .bs-pr-xl-3 {
        padding-right: 1rem !important;
    }

    .bs-pt-xl-3 {
        padding-top: 1rem !important;
    }

    .bs-pb-xl-3 {
        padding-bottom: 1rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-xl-3 {
    padding: 1rem !important;
}

.ui-dialog-off-canvas .bs-pl-xl-3 {
    padding-left: 1rem !important;
}

.ui-dialog-off-canvas .bs-pr-xl-3 {
    padding-right: 1rem !important;
}

.ui-dialog-off-canvas .bs-pt-xl-3 {
    padding-top: 1rem !important;
}

.ui-dialog-off-canvas .bs-pb-xl-3 {
    padding-bottom: 1rem !important;
}

@media screen and (max-width: 576px) {
    .bs-p-sm-4 {
        padding:1.5rem !important;
    }

    .bs-pl-sm-4 {
        padding-left: 1.5rem !important;
    }

    .bs-pr-sm-4 {
        padding-right: 1.5rem !important;
    }

    .bs-pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .bs-pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-sm-4 {
    padding: 1.5rem !important;
}

.ui-dialog-off-canvas .bs-pl-sm-4 {
    padding-left: 1.5rem !important;
}

.ui-dialog-off-canvas .bs-pr-sm-4 {
    padding-right: 1.5rem !important;
}

.ui-dialog-off-canvas .bs-pt-sm-4 {
    padding-top: 1.5rem !important;
}

.ui-dialog-off-canvas .bs-pb-sm-4 {
    padding-bottom: 1.5rem !important;
}

@media (min-width: 576px) and (max-width:992px) {
    .bs-p-md-4 {
        padding:1.5rem !important;
    }

    .bs-pl-md-4 {
        padding-left: 1.5rem !important;
    }

    .bs-pr-md-4 {
        padding-right: 1.5rem !important;
    }

    .bs-pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .bs-pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-md-4 {
    padding: 1.5rem !important;
}

.ui-dialog-off-canvas .bs-pl-md-4 {
    padding-left: 1.5rem !important;
}

.ui-dialog-off-canvas .bs-pr-md-4 {
    padding-right: 1.5rem !important;
}

.ui-dialog-off-canvas .bs-pt-md-4 {
    padding-top: 1.5rem !important;
}

.ui-dialog-off-canvas .bs-pb-md-4 {
    padding-bottom: 1.5rem !important;
}

@media (min-width: 992px) and (max-width:1200px) {
    .bs-p-lg-4 {
        padding:1.5rem !important;
    }

    .bs-pl-lg-4 {
        padding-left: 1.5rem !important;
    }

    .bs-pr-lg-4 {
        padding-right: 1.5rem !important;
    }

    .bs-pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .bs-pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-lg-4 {
    padding: 1.5rem !important;
}

.ui-dialog-off-canvas .bs-pl-lg-4 {
    padding-left: 1.5rem !important;
}

.ui-dialog-off-canvas .bs-pr-lg-4 {
    padding-right: 1.5rem !important;
}

.ui-dialog-off-canvas .bs-pt-lg-4 {
    padding-top: 1.5rem !important;
}

.ui-dialog-off-canvas .bs-pb-lg-4 {
    padding-bottom: 1.5rem !important;
}

@media (min-width: 1200px) {
    .bs-p-xl-4 {
        padding:1.5rem !important;
    }

    .bs-pl-xl-4 {
        padding-left: 1.5rem !important;
    }

    .bs-pr-xl-4 {
        padding-right: 1.5rem !important;
    }

    .bs-pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .bs-pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-xl-4 {
    padding: 1.5rem !important;
}

.ui-dialog-off-canvas .bs-pl-xl-4 {
    padding-left: 1.5rem !important;
}

.ui-dialog-off-canvas .bs-pr-xl-4 {
    padding-right: 1.5rem !important;
}

.ui-dialog-off-canvas .bs-pt-xl-4 {
    padding-top: 1.5rem !important;
}

.ui-dialog-off-canvas .bs-pb-xl-4 {
    padding-bottom: 1.5rem !important;
}

@media screen and (max-width: 576px) {
    .bs-p-sm-5 {
        padding:3rem !important;
    }

    .bs-pl-sm-5 {
        padding-left: 3rem !important;
    }

    .bs-pr-sm-5 {
        padding-right: 3rem !important;
    }

    .bs-pt-sm-5 {
        padding-top: 3rem !important;
    }

    .bs-pb-sm-5 {
        padding-bottom: 3rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-sm-5 {
    padding: 3rem !important;
}

.ui-dialog-off-canvas .bs-pl-sm-5 {
    padding-left: 3rem !important;
}

.ui-dialog-off-canvas .bs-pr-sm-5 {
    padding-right: 3rem !important;
}

.ui-dialog-off-canvas .bs-pt-sm-5 {
    padding-top: 3rem !important;
}

.ui-dialog-off-canvas .bs-pb-sm-5 {
    padding-bottom: 3rem !important;
}

@media (min-width: 576px) and (max-width:992px) {
    .bs-p-md-5 {
        padding:3rem !important;
    }

    .bs-pl-md-5 {
        padding-left: 3rem !important;
    }

    .bs-pr-md-5 {
        padding-right: 3rem !important;
    }

    .bs-pt-md-5 {
        padding-top: 3rem !important;
    }

    .bs-pb-md-5 {
        padding-bottom: 3rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-md-5 {
    padding: 3rem !important;
}

.ui-dialog-off-canvas .bs-pl-md-5 {
    padding-left: 3rem !important;
}

.ui-dialog-off-canvas .bs-pr-md-5 {
    padding-right: 3rem !important;
}

.ui-dialog-off-canvas .bs-pt-md-5 {
    padding-top: 3rem !important;
}

.ui-dialog-off-canvas .bs-pb-md-5 {
    padding-bottom: 3rem !important;
}

@media (min-width: 992px) and (max-width:1200px) {
    .bs-p-lg-5 {
        padding:3rem !important;
    }

    .bs-pl-lg-5 {
        padding-left: 3rem !important;
    }

    .bs-pr-lg-5 {
        padding-right: 3rem !important;
    }

    .bs-pt-lg-5 {
        padding-top: 3rem !important;
    }

    .bs-pb-lg-5 {
        padding-bottom: 3rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-lg-5 {
    padding: 3rem !important;
}

.ui-dialog-off-canvas .bs-pl-lg-5 {
    padding-left: 3rem !important;
}

.ui-dialog-off-canvas .bs-pr-lg-5 {
    padding-right: 3rem !important;
}

.ui-dialog-off-canvas .bs-pt-lg-5 {
    padding-top: 3rem !important;
}

.ui-dialog-off-canvas .bs-pb-lg-5 {
    padding-bottom: 3rem !important;
}

@media (min-width: 1200px) {
    .bs-p-xl-5 {
        padding:3rem !important;
    }

    .bs-pl-xl-5 {
        padding-left: 3rem !important;
    }

    .bs-pr-xl-5 {
        padding-right: 3rem !important;
    }

    .bs-pt-xl-5 {
        padding-top: 3rem !important;
    }

    .bs-pb-xl-5 {
        padding-bottom: 3rem !important;
    }
}

.ui-dialog-off-canvas .bs-p-xl-5 {
    padding: 3rem !important;
}

.ui-dialog-off-canvas .bs-pl-xl-5 {
    padding-left: 3rem !important;
}

.ui-dialog-off-canvas .bs-pr-xl-5 {
    padding-right: 3rem !important;
}

.ui-dialog-off-canvas .bs-pt-xl-5 {
    padding-top: 3rem !important;
}

.ui-dialog-off-canvas .bs-pb-xl-5 {
    padding-bottom: 3rem !important;
}

.bs-mx-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.bs-mx-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.bs-my-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.bs-my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.bs-m-1 {
    margin: 0.5rem !important;
}

.bs-m-2 {
    margin: 1rem !important;
}

.bs-m-3 {
    margin: 2rem !important;
}

.bs-m-4 {
    margin: 4rem !important;
}

.bs-m-5 {
    margin: 8rem !important;
}

.bs-mt-1 {
    margin-top: 0.5rem !important;
}

.bs-mt-2 {
    margin-top: 1rem !important;
}

.bs-mt-3 {
    margin-top: 2rem !important;
}

.bs-mt-4 {
    margin-top: 4rem !important;
}

.bs-mt-5 {
    margin-top: 8rem !important;
}

.bs-mb-1 {
    margin-bottom: 0.5rem !important;
}

.bs-mb-2 {
    margin-bottom: 1rem !important;
}

.bs-mb-3 {
    margin-bottom: 2rem !important;
}

.bs-mb-4 {
    margin-bottom: 4rem !important;
}

.bs-mb-5 {
    margin-bottom: 8rem !important;
}

.bs-ml-1 {
    margin-left: 0.5rem !important;
}

.bs-ml-2 {
    margin-left: 1rem !important;
}

.bs-ml-3 {
    margin-left: 2rem !important;
}

.bs-ml-4 {
    margin-left: 4rem !important;
}

.bs-ml-5 {
    margin-left: 8rem !important;
}

.bs-mr-1 {
    margin-right: 0.5rem !important;
}

.bs-mr-2 {
    margin-right: 1rem !important;
}

.bs-mr-3 {
    margin-right: 2rem !important;
}

.bs-mr-4 {
    margin-right: 4rem !important;
}

.bs-mr-5 {
    margin-right: 8rem !important;
}

body .bs-border-style-solid {
    border-style: solid !important;
}

body .bs-border-style-dashed {
    border-style: dashed !important;
}

body .bs-border-style-dotted {
    border-style: dotted !important;
}

body .bs-border-style-left-solid {
    border-left-style: solid !important;
}

body .bs-border-style-left-dashed {
    border-left-style: dashed !important;
}

body .bs-border-style-left-dotted {
    border-left-style: dotted !important;
}

body .bs-border-style-top-solid {
    border-top-style: solid !important;
}

body .bs-border-style-top-dashed {
    border-top-style: dashed !important;
}

body .bs-border-style-top-dotted {
    border-top-style: dotted !important;
}

body .bs-border-style-right-solid {
    border-right-style: solid !important;
}

body .bs-border-style-right-dashed {
    border-right-style: dashed !important;
}

body .bs-border-style-right-dotted {
    border-right-style: dotted !important;
}

body .bs-border-style-bottom-solid {
    border-bottom-style: solid !important;
}

body .bs-border-style-bottom-dashed {
    border-bottom-style: dashed !important;
}

body .bs-border-style-bottom-dotted {
    border-bottom-style: dotted !important;
}

body .bs-border-width-1 {
    border-width: 1px !important;
}

body .bs-border-width-2 {
    border-width: 2px !important;
}

body .bs-border-width-3 {
    border-width: 3px !important;
}

body .bs-border-width-left-1 {
    border-left-width: 1px !important;
}

body .bs-border-width-left-2 {
    border-left-width: 2px !important;
}

body .bs-border-width-left-3 {
    border-left-width: 3px !important;
}

body .bs-border-width-top-1 {
    border-top-width: 1px !important;
}

body .bs-border-width-top-2 {
    border-top-width: 2px !important;
}

body .bs-border-width-top-3 {
    border-top-width: 3px !important;
}

body .bs-border-width-right-1 {
    border-right-width: 1px !important;
}

body .bs-border-width-right-2 {
    border-right-width: 2px !important;
}

body .bs-border-width-right-3 {
    border-right-width: 3px !important;
}

body .bs-border-width-bottom-1 {
    border-bottom-width: 1px !important;
}

body .bs-border-width-bottom-2 {
    border-bottom-width: 2px !important;
}

body .bs-border-width-bottom-width-3 {
    border-bottom-width: 3px !important;
}

body .bs-border-color-red {
    border-color: red !important;
}

body .bs-border-color-green {
    border-color: green !important;
}

body .bs-border-color-blue {
    border-color: blue !important;
}

body .bs-border-color-left-red {
    border-left-color: red !important;
}

body .bs-border-color-left-green {
    border-left-color: green !important;
}

body .bs-border-color-left-blue {
    border-left-color: blue !important;
}

body .bs-border-color-top-red {
    border-top-color: red !important;
}

body .bs-border-color-top-green {
    border-top-color: green !important;
}

body .bs-border-color-top-blue {
    border-top-color: blue !important;
}

body .bs-border-color-right-red {
    border-right-color: red !important;
}

body .bs-border-color-right-green {
    border-right-color: green !important;
}

body .bs-border-color-right-blue {
    border-right-color: blue !important;
}

body .bs-border-color-bottom-red {
    border-bottom-color: red !important;
}

body .bs-border-color-bottom-green {
    border-bottom-color: green !important;
}

body .bs-border-color-bottom-blue {
    border-bottom-color: blue !important;
}

body .bs-border-radius-1 {
    border-radius: 0.5rem;
}

body .bs-border-radius-2 {
    border-radius: 1rem;
}

body .bs-border-radius-3 {
    border-radius: 2rem;
}

body .bs-border-radius-top-left-1 {
    border-top-left-radius: 0.5rem;
}

body .bs-border-radius-top-left-2 {
    border-top-left-radius: 1rem;
}

body .bs-border-radius-top-left-3 {
    border-top-left-radius: 2rem;
}

body .bs-border-radius-top-right-1 {
    border-top-right-radius: 0.5rem;
}

body .bs-border-radius-top-right-2 {
    border-top-right-radius: 1rem;
}

body .bs-border-radius-top-right-3 {
    border-top-right-radius: 2rem;
}

body .bs-border-radius-bottom-left-1 {
    border-bottom-left-radius: 0.5rem;
}

body .bs-border-radius-bottom-left-2 {
    border-bottom-left-radius: 1rem;
}

body .bs-border-radius-bottom-left-3 {
    border-bottom-left-radius: 2rem;
}

body .bs-border-radius-bottom-right-1 {
    border-bottom-right-radius: 0.5rem;
}

body .bs-border-radius-bottom-right-2 {
    border-bottom-right-radius: 1rem;
}

body .bs-border-radius-bottom-right-3 {
    border-bottom-right-radius: 2rem;
}

.bs-shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}

.bs-shadow {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

.bs-shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
}

.ajax-progress.ajax-progress-fullscreen {
    z-index: 1261;
}

.webform-ajax-messages {
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
}

.webform-ajax-messages .messages {
    margin: 0;
    border-width: 10px 0 0 0;
    font-weight: bold;
}

.webform-ajax-messages .messages + .messages {
    margin: 0;
}

.webform-ui-dialog {
    top: 50px !important;
}

.toolbar-tray-open.toolbar-horizontal .webform-ui-dialog {
    top: 90px !important;
}


/* ddddddddddddddddddddddddddddddddddddddddddddddddddddd */

/* Font Face Definitions */
@font-face {
    font-family: 'Sklow-Bold';
    src: url('fonts/Sklow-Bold.woff2') format('woff2'),
         url('fonts/Sklow-Bold.woff') format('woff'),
         url('fonts/Sklow-Bold.ttf') format('truetype'),
         url('fonts/Sklow-Bold.eot'); /* IE9 Compat Modes */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sklow-Light';
    src: url('fonts/Sklow-Light.woff2') format('woff2'),
         url('fonts/Sklow-Light.woff') format('woff'),
         url('fonts/Sklow-Light.ttf') format('truetype'),
         url('fonts/Sklow-Light.eot'); /* IE9 Compat Modes */
    font-weight: light;
    font-style: normal;
}

@font-face {
    font-family: 'Sklow-Medium';
    src: url('fonts/Sklow-Medium.woff2') format('woff2'),
         url('fonts/Sklow-Medium.woff') format('woff'),
         url('fonts/Sklow-Medium.ttf') format('truetype'),
         url('fonts/Sklow-Medium.eot'); /* IE9 Compat Modes */
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sklow-Regular';
    src: url('fonts/Sklow-Regular.woff2') format('woff2'),
         url('fonts/Sklow-Regular.woff') format('woff'),
         url('fonts/Sklow-Regular.ttf') format('truetype'),
         url('fonts/Sklow-Regular.eot'); /* IE9 Compat Modes */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sklow-SemiRegular';
    src: url('fonts/Sklow-SemiRegular.woff2') format('woff2'),
         url('fonts/Sklow-SemiRegular.woff') format('woff'),
         url('fonts/Sklow-SemiRegular.ttf') format('truetype'),
         url('fonts/Sklow-SemiRegular.eot'); /* IE9 Compat Modes */
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Sklow-Thin';
    src: url('fonts/Sklow-Thin.woff2') format('woff2'),
         url('fonts/Sklow-Thin.woff') format('woff'),
         url('fonts/Sklow-Thin.ttf') format('truetype'),
         url('fonts/Sklow-Thin.eot'); /* IE9 Compat Modes */
    font-weight: thin;
    font-style: normal;
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url(/libraries/slick-carousel/slick/./ajax-loader.gif) center center no-repeat;
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url(/libraries/slick-carousel/slick/./fonts/slick.eot);
    src: url(/libraries/slick-carousel/slick/./fonts/slick.eot#iefix) format('embedded-opentype'),url(/libraries/slick-carousel/slick/./fonts/slick.woff) format('woff'),url(/libraries/slick-carousel/slick/./fonts/slick.ttf) format('truetype'),url(/libraries/slick-carousel/slick/./fonts/slick.svg#slick) format('svg');
}

.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'â†';
}

[dir='rtl'] .slick-prev:before {
    content: 'â†’';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: 'â†’';
}

[dir='rtl'] .slick-next:before {
    content: 'â†';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x,0.75rem);
    padding-left: var(--bs-gutter-x,0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm,.container {
        max-width:540px;
    }
}

@media (min-width: 768px) {
    .container-md,.container-sm,.container {
        max-width:720px;
    }
}

@media (min-width: 992px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:960px;
    }
}

@media (min-width: 1200px) {
    .container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1320px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex:1 0 0%;
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex:1 0 0%;
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex:1 0 0%;
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex:1 0 0%;
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex:1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm-auto {
        flex:0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        flex:0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg-auto {
        flex:0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl-auto {
        flex:0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl-auto {
        flex:0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.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: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

@media (min-width: 576px) {
    .d-sm-inline {
        display:inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 3rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 768px) {
    .d-md-inline {
        display:inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 3rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 992px) {
    .d-lg-inline {
        display:inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 3rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-inline {
        display:inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-inline {
        display:inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.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;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,strong {
    font-weight: bolder;
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,input {
    overflow: visible;
}

button,select {
    text-transform: none;
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

:root {
    /*--clr-primary-100: #2f569f;*/
     --clr-primary-100: #f1185c;
  
    --clr-primary-99: #04034F;
    --clr-primary-110: #4F7CD1;
    --clr-primary-150: #193c80;
    --clr-primary-170: #274886;
    --clr-primary-180: #1754c6;
    --clr-primary-200: #690DB8;
    --clr-primary-250: #dbde57;
    --clr-primary-300: #5e58a0;
    --clr-primary-400: #dd853d;
    --clr-primary-500: rgba(140,170,206,0.3);
    --clr-primary-600: #204262;
    --clr-primary-700: #31547c;
    --clr-primary-800: #1f3c57;
    --clr-primary-900: #132a45;
    --clr-primary-950: #73cb58;
    --clr-general-white: #ffffff;
    --clr-general-white-100: #f7f8fa;
    --clr-general-black: #000000;
    --clr-general-black-100: #222222;
    --clr-general-bggray: #f0f1f5;
    --clr-general-lgray: #F2F2F2;
    --clr-general-gray: #cacaca;
    --clr-general-gray-100: #959595;
    --clr-general-gray-200: #bcbcbc;
    --clr-general-gray-300: #808080;
    --clr-general-gray-400: #eaeaec;
    --clr-general-gray-500: #c7c7c7;
    --clr-general-gray-600: #b7b7b7;
    --clr-general-gray-700: #c9c9c9;
    --clr-general-dgray: #707070;
    --clr-general-dgray1: #666666;
    --clr-general-dgray2: #e3e3e3;
    --clr-general-dgray3: #6f6f6f;
    --clr-general-dgray4: #989898;
    --clr-general-dgray5: #EAEAEA;
    --clr-general-darkblue: #0a223f;
    --clr-general-success: green;
    --clr-general-lgreen: #69C68D;
    --clr-general-red: #ca3827;
    --clr-general-purple: #5e58a0;
    --clr-general-lightblue: #C3D7FF;
    --sec-space-10: 0.5rem;
    --sec-space-15: 0.725rem;
    --sec-space-20: 1rem;
    --sec-space-25: 1.25rem;
    --sec-space-30: 1.5rem;
    --sec-space-35: 1.75rem;
    --sec-space-40: 2rem;
    --sec-space-45: 2.25rem;
    --sec-space-50: 2.5rem;
    --sec-space-55: 2.75rem;
    --sec-space-60: 3rem;
    --sec-space-65: 3.25rem;
    --sec-space-70: 3.5rem;
    --sec-space-75: 3.75rem;
    --sec-space-80: 4rem;
    --bs-radius-10: 0.5rem;
    --bs-radius-20: 1rem;
    --bs-radius-30: 1.5rem;
    --bs-radius-40: 2rem;
    --bs-radius-50: 2.5rem;
    --bs-radius-60: 3rem;
    --bs-radius-70: 3.5rem;
    --bs-radius-80: 4rem;
    --bs-radius-90: 4.5rem;
    --bs-radius-100: 5rem;
    --fw-100: 100;
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;
    --fs-10: 0.625rem;
    --fs-12: 0.75rem;
    --fs-13: 0.813rem;
    --fs-14: 0.875rem;
    --fs-15: 0.938rem;
    --fs-16: 1rem;
    --fs-17: 1.063rem;
    --fs-18: 1.125rem;
    --fs-19: 1.188rem;
    --fs-20: 1.25rem;
    --fs-21: 1.313rem;
    --fs-22: 1.375rem;
    --fs-24: 1.5rem;
    --fs-25: 1.563rem;
    --fs-26: 1.625rem;
    --fs-28: 1.75rem;
    --fs-30: 1.875rem;
    --fs-32: 2rem;
    --fs-34: 2.125rem;
    --fs-35: 2.188rem;
    --fs-36: 2.25rem;
    --fs-37: 2.313rem;
    --fs-38: 2.375rem;
    --fs-40: 2.5rem;
    --fs-42: 2.625rem;
    --fs-44: 2.75rem;
    --fs-45: 2.813rem;
    --fs-47: 2.938rem;
    --fs-48: 3rem;
    --fs-50: 3.125rem;
    --fs-52: 3.25rem;
    --fs-55: 3.438rem;
    --fs-56: 3.5rem;
    --fs-60: 3.75rem;
    --fs-62: 3.875rem;
    --fs-66: 4.125rem;
    --fs-70: 4.375rem;
    --fs-72: 4.5rem;
    --fs-75: 4.688rem;
    --fs-81: 5.063rem;
    --fs-83: 5.188rem;
    --fs-86: 5.375rem;
    --fs-90: 5.625rem;
    --fs-98: 6.125rem;
    --fs-116: 7.25rem;
    --fs-120: 7.5rem;
    --fs-223: 13.938rem;
}

@media only screen and (max-width: 479px) {
    :root {
        --fs-24:1.5rem;
        --fs-25: 1.563rem;
        --fs-26: 1.625rem;
        --fs-28: 1.75rem;
        --fs-30: 1.875rem;
        --fs-32: 2rem;
        --fs-34: 2.125rem;
        --fs-35: 2.188rem;
        --fs-36: 2.25rem;
        --fs-38: 2.375rem;
        --fs-40: 2.5rem;
        --fs-42: 2.625rem;
        --fs-44: 2.75rem;
    }
}

*,*::before,*::after {
    box-sizing: border-box;
}

body,figure,blockquote,dl,dd {
    margin: 0;
}

ul[role=list],ol[role=list] {
    list-style: none;
}

html {
    scroll-behavior: initial;
    scroll-padding-top: 120px;
    font-size: 16px;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

img,picture {
    max-width: 100%;
    vertical-align: middle;
}

input,button,textarea,select {
    font: inherit;
}

html,body {
    text-rendering: optimizeSpeed;
    height: auto;
    min-height: 100%;
}

body {
    font-family: "Sklow-Regular",sans-serif;
    background: var(--clr-general-white);
    color: var(--clr-general-black-100);
    text-rendering: optimizeSpeed;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-padding-top: 135px;
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: var(--clr-primary-200);
}

body::-webkit-scrollbar-thumb {
   
     background-color: var(--clr-primary-100);
    border-radius: 10px;
}

body.hide-overflow {
    overflow: hidden !important;
}

body.loaded {
    overflow-y: auto;
}

.container {
    max-width: 1440px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 1440px) {
    .container {
        max-width:1180px;
    }
}

.pr-0 {
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0px;
}

a {
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-family: "Archivo",sans-serif;
}

p {
    font-size: var(--fs-16);
    line-height: 1.3;
    margin: 40px 0;
}




ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

.hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

#skippy {
    display: block;
    padding: 0.5em;
    color: val(--clr-general-white);
    background-color: #1c4792;
    outline: 0;
}

#skippy .skiplink-text {
    padding: 0.5em;
    outline: 1px dotted;
    font-size: 14px;
}

a.entier__block__click {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.form-desc {
    font-size: var(--fs-16);
    color: var(--clr-general-black) !important;
}

.tt-unset {
    text-transform: unset !important;
}



body.logged-in .dashboard .statusmsg--section {
    margin-top: 0px;
    margin-bottom: 10px;
}

body.logged-in .dashboard .statusmsg--section .container {
    padding: 0px;
}

.h1,.h2 {
    text-transform: uppercase;
    background: linear-gradient(271.26deg,#d63410 -3.55%,#0031b0 46.47%,#092a49 100.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-size: var(--fs-72);
    letter-spacing: -2px;
}

.h1 span,.h2 span {
    display: block;
    margin-left: 15%;
}

.h1 span.partner_type,.h2 span.partner_type {
    margin: 0;
}

.h1 span sup,.h2 span sup {
    top: -0.53em;
    left: 0.05em;
    font-size: 100%;
}

.h1--md,.h2--md {
    font-size: var(--fs-48);
}

.h1--lc,.h2--lc {
    text-transform: unset;
}

h3 {
    font-size: var(--fs-48);
    line-height: 1;
}

@media only screen and (max-width: 1023px) {
    h3 {
        font-size:var(--fs-36);
    }
}

.text-gradient {
    background: linear-gradient(271.26deg,#d63410 -3.55%,#0031b0 46.47%,#092a49 100.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.graybg {
    background-color: var(--clr-general-bggray);
}

.primarybg {
    background-color: var(--clr-primary-100);
}

.text--orange {
    color: var(--clr-primary-400) !important;
}

.text--violet {
    color: var(--clr-general-purple) !important;
}

.text--primary {
    color: var(--clr-primary-100) !important;
}

.text--secondary {
    color: var(--clr-primary-200) !important;
}

.text--dgray {
    color: var(--clr-general-dgray3) !important;
}

.text--green {
    color: var(--clr-general-success) !important;
}

.text--red {
    color: var(--clr-general-red) !important;
}

.text--white {
    color: var(--clr-general-white) !important;
}

.prevpage {
    color: var(--clr-primary-900);
    font-size: var(--fs-18);
    position: relative;
    display: block;
    padding-left: 34px;
}

.prevpage::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-image: url(./images/arrow-prevpage.svg);
    background-repeat: no-repeat;
    transition: 0.3s all ease-in;
}

.knowmore {
    color: var(--clr-primary-100);
    transition: 0.3s all ease-in-out;
    font-size: var(--fs-16);
    font-weight: var(--fw-600);
    position: relative;
    padding-right: 21px;
}

.knowmore::after {
    content: "";
    position: absolute;
    transition: 0.3s all ease-in-out;
    top: 50%;
    transform: translateY(-35%);
    right: 0px;
    width: 13px;
    height: 13px;
    background-size: contain;
    background-image: url(./images/primary-arrow.svg);
    background-repeat: no-repeat;
}

.knowmore:hover::after {
    right: -5px;
}

.toolbar-fixed .header {
    position: relative;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .mb-40 {
        margin-bottom:20px;
    }
}

.mb-50 {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
    .mb-50 {
        margin-bottom:20px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

@media only screen and (max-width: 1023px) {
    .mb-60 {
        margin-bottom:30px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
    .mb-80 {
        margin-bottom:50px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1023px) {
    .mb-100 {
        margin-bottom:50px;
    }
}

.mt-100 {
    margin-top: 100px;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.dialog-off-canvas-main-canvas {
    overflow: hidden !important;
}

.ui-layout-builder-modal .field--name-field-ii-overlay-text .js-filter-wrapper.filter-wrapper {
    display: none;
}

.ui-layout-builder-modal .js-form-item label {
    margin-bottom: 15px;
    display: inline-block;
}

.ui-layout-builder-modal .js-form-item {
    margin-bottom: 15px !important;
}

.ui-layout-builder-modal .form-select {
    color: white !important;
}

.ui-layout-builder-modal .media-library-widget-empty-text,.ui-layout-builder-modal .js-form-file {
    color: var(--clr-general-white);
}

.layout-builder-block {
    background-color: transparent;
}

.toolbar-fixed .mfp-hide {
    display: block !important;
}

.toolbar-fixed .mfp-hide.modalbox__content {
    display: none !important;
}

.toolbar-fixed .editmodal.mfp-hide {
    display: none !important;
}

.toolbar-fixed #partnerform-header {
    display: none !important;
}

.statusmsg--section {
    margin-top: 110px;
}

@media (max-width: 1480px) {
    .h1,.h2 {
        font-size:var(--fs-60);
    }

    section .joinus .h2 {
        font-size: var(--fs-60);
    }

    section .joinus .h2 span {
        font-size: var(--fs-70);
    }
}

@media (max-width: 1024px) {
    .h1,.h2 {
        font-size:var(--fs-32);
        letter-spacing: -2px;
        line-height: 1.1;
    }
}

form .h2 {
    font-size: var(--fs-60);
}

@media (max-width: 1480px) {
    form .h2 {
        font-size:var(--fs-50);
    }
}

@media (max-width: 1024px) {
    form .h2 {
        font-size:var(--fs-26);
        margin-bottom: 30px;
    }
}

.h2-gradient {
    font-size: 60px;
    background: linear-gradient(271.26deg,#d63410 -3.55%,#0031b0 46.47%,#092a49 100.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1024px) {
    .h2-gradient {
        font-size:var(--fs-32);
    }
}

.terms_conditions {
    margin: 130px 0;
}

.terms_conditions .lower-alpha {
    list-style-type: lower-alpha;
}

.terms_conditions .lower-alpha li {
    font-size: 16px;
    margin: 20px 0px;
    line-height: 1.3;
    font-family: "Sklow-Regular",sans-serif;
}

.terms_conditions .lower-roman {
    list-style-type: lower-roman;
}

.terms_conditions p {
    font-size: 16px;
    margin: 20px 0px;
    line-height: 1.3;
    font-family: "Sklow-Regular",sans-serif;
}

.terms_conditions h2 {
    font-size: 1.875rem;
    font-family: "Archivo",sans-serif;
}

.terms_conditions h3 {
    font-size: 1.2rem;
    font-family: "Archivo",sans-serif;
}

.terms_for_use .lower-alpha {
    list-style-type: lower-alpha;
}

.terms_for_use .lower-alpha li {
    font-size: 16px;
    margin: 20px 0px;
    line-height: 1.3;
    font-family: "Sklow-Regular",sans-serif;
}

.terms_for_use .lower-roman {
    list-style-type: lower-roman;
}

.terms_for_use p {
    font-size: 16px;
    margin: 20px 0px;
    line-height: 1.3;
    font-family: "Sklow-Regular",sans-serif;
}

.terms_for_use h2 {
    font-size: 1.875rem;
    font-family: "Archivo",sans-serif;
}

.terms_for_use h3 {
    font-size: 1.2rem;
    font-family: "Archivo",sans-serif;
}

.terms_for_use .lower-roman li {
    font-size: 16px;
    margin: 20px 0px;
    line-height: 1.3;
    font-family: "Sklow-Regular",sans-serif;
}

.terms_for_use .list li {
    font-size: 16px;
    margin: 20px 0px;
    line-height: 1.3;
    font-family: "Sklow-Regular",sans-serif;
}

.card-list {
    margin-bottom: 30px;
}

.card-list h3 {
    margin-bottom: 30px;
}

.card-list ul {
    list-style-type: disc;
}

.card-list ul li {
    margin-bottom: 15px;
    text-align: left;
}

.speakerform24 {
    margin: 50px 0;
}

.speakerform24__sform {
    display: flex;
    gap: 20px;
    padding-top: 60px;
}

@media (max-width: 991px) {
    .speakerform24__sform {
        flex-direction:column;
    }
}

.speakerform24__sform__left {
    flex-basis: 25%;
    text-align: center;
    position: relative;
}

@media (max-width: 991px) {
    .speakerform24__sform__left {
        padding-bottom:100px;
    }
}

@media (max-width: 420px) {
    .speakerform24__sform__left {
        padding-bottom:100px;
    }
}

.speakerform24__sform__left input[type=submit] {
    display: none;
}

.speakerform24__sform__left img {
    width: 213px;
    height: 213px;
}

.speakerform24__sform__left label {
    visibility: hidden;
}

.speakerform24__sform__left .speaker-info-remove-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 231px;
    cursor: pointer;
    max-width: 200px;
    width: 100%;
    z-index:2222;
        font-family: 'Archivo';
    font-weight: 100 !important;
}

.speakerform24__sform__left .speaker-info-remove-btn a {
    text-transform: uppercase;
    background: linear-gradient(271.26deg,#ff7b31 -14.93%,#4f28be 43.45%,#28089e 100.67%);
    -webkit-text-fill-color: #fff;
    background: #f1185c;
    font-size: 15px;

    text-wrap: nowrap;
    padding: 10px 20px;
    border-radius: 50px;
}

.speakerform24__sform__left .linkbtn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 240px;
    cursor: pointer;
    max-width: 200px;
    width: 100%;
}

.speakerform24__sform__left .linkbtn a {
    text-transform: uppercase;
    background: linear-gradient(271.26deg,#ff7b31 -14.93%,#4f28be 43.45%,#28089e 100.67%);
    -webkit-text-fill-color: #fff;
    
    background: #f1185c;
    padding: 10px 20px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
}

.speakerform24__sform__left .linkbtn a img {
    max-width: 20px;
    max-height: 20px;
    width: 100%;
    height: 100%;
}

.speakerform24__sform__left input[type=file] {
    width: 200px;
    background: currentColor;
    opacity: 0;
    height: 47px;
    padding: 10px;
    cursor: pointer;
    transform: translateY(-14px);
       font-family: 'Archivo';
    font-weight: 100 !important;
}

.speakerform24__sform__left .description {
    display: none;
}

.speakerform24__sform__left span.file.file--image {
    margin-top: 18px;
    display: block;
}

.speakerform24__sform__right {
    flex-basis: 75%;
}

.speakerform24__sform__right--twrapper {
    display: flex;
    gap: 30px;
}

.speakerform24__sform__right--twrapper--left {
    flex-basis: 25%;
}

.speakerform24__sform__right--twrapper--right {
    flex-basis: 75%;
}

.speakerform24__sform__right--cdwrapper {
    display: flex;
    gap: 30px;
    padding-top: 30px;
}

@media only screen and (max-width: 767px) {
    .speakerform24__sform__right--cdwrapper {
        flex-direction:column;
    }
}

.speakerform24__sform__right--cdwrapper--left {
    flex-basis: 50%;
}

.speakerform24__sform__right--cdwrapper--right {
    flex-basis: 50%;
}

.speakerform24__sform__right--biowrapper {
    padding-top: 30px;
}

.speakerform24__sform__right--scdwrapper {
    display: flex;
    gap: 30px;
}

@media only screen and (max-width: 767px) {
    .speakerform24__sform__right--scdwrapper {
        flex-direction:column;
    }

}


.speakerform24__sform__right--scdwrapper--left {
    flex-basis: 50%;
}

.speakerform24__sform__right--scdwrapper--left--detail {
    padding-top: 30px;
     flex-basis: 50%;
}

.speakerform24__sform__right--scdwrapper--right {
    flex-basis: 50%;
    padding-top: 30px;
}

.speakerform24__sform__right h4 {
    font-size: 24px;
    padding-top: 50px;
}

.speakerform24__sform__right .g-recaptcha-gff2024 {
    margin-top: 30px;
}

.speakerform24__sform__right--hotelbooking {
    flex-basis: 100%;
}

.speakerform24 form .form-item--error-message {
    color: #ca3827;
}

.speakerform24 form label {
    font-size: 18px;
    color: #666666;
    display: block;
    padding-bottom: 10px;
}

.speakerform24 form label.form-required::after {
    content: "*";
}

.speakerform24 form select {
    width: 100%;
    border-radius: 8px;
    border-color: #bdbdbd;
    padding: 8px;
    outline-color: #bdbdbd;
    border-style: solid;
}

.speakerform24 form input[type=text] {
    border: 1px solid #bdbdbd;
    padding: 10px;
    outline-color: #bdbdbd;
    border-radius: 8px;
    width: 100%;
}
.js-form-type-tel{
    position:relative;
    
}
.phone-code{
       position: absolute;
    top: 42px;
    left: 13px;
    color:#909090;
}
.speakerform24 form input[type=tel] {
    border: 1px solid #bdbdbd;
     padding: 10px 10px 10px 50px; 
    /*padding: 10px 10px 10px 10px;*/
    outline-color: #bdbdbd;
    border-radius: 8px;
    width: 100%;
}

.speakerform24 form input[type=email] {
    border: 1px solid #bdbdbd;
    padding: 10px;
    outline-color: #bdbdbd;
    border-radius: 8px;
    width: 100%;
}

.speakerform24 form input[type=date] {
    border: 1px solid #bdbdbd;
    padding: 10px;
    outline-color: #bdbdbd;
    border-radius: 8px;
    width: 100%;
}

.speakerform24 form textarea {
    width: 100%;
    border-color: #bdbdbd;
    outline-color: #bdbdbd;
    border-radius: 8px;
    padding: 10px;
}

.speakerform24 form .capchaspace {
    margin-top: 30px;
}

.speakerform24 .btn {
    text-align: center;
    margin: 40px 0;
}

.speakerform24 .btn input[type=submit] {
    /*background: linear-gradient(271.26deg,#ff7b31 -14.93%,#4f28be 43.45%,#28089e 100.67%);*/
    background:#f1185c;
    color: #fff;
    padding: 13px 30px;
    border: 1px solid #fff;
    cursor: pointer;
        border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Archivo';
    font-weight:100;
    
}

.speakerform24 .mailto {
    text-align: center;
    margin-bottom: 50px;
    padding:0px 15px;
}

.speakerform24 .statusmsg--section {
    margin-top: 40px;
}

.speakerform24 .list-speaker2024 li {
    list-style: inside;
    padding-bottom: 6px;
}

.speakerform24 .imgsize-tex {
    position: absolute;
    top: 260px;
    padding: 20px;
}

@media (max-width: 991px) {
    .speakerform24 .imgsize-tex {
        top:260px;
        left: 50%;
        transform: translateX(-50%);
        padding: 20px 0;
        width: 340px;
        max-width:100%;
    }
    
        .speakerform24 p {
      margin-top:20px;
    }
}

.speakerform24.hotelformbooking {
    margin: 10px 0;
}

.speakerform24.hotelformbooking .btn input[type=submit] {
    border-radius: 100px;
    background: linear-gradient(252.55deg,#a63946 -20.22%,#052f8e 88.02%,#092a49 145.38%);
}

.campheader {
    /*background-image: url(./images/banner.jpg);*/
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    /*padding-bottom: 30px;*/
}

.campheader__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .campheader__wrapper {
        flex-direction:column;
        gap: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .campheader__wrapper__bpfinance {
        text-align:center;
    }
}

.campheader__wrapper__bpfinance h3 {
    font-size: 36px;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .campheader__wrapper__bpfinance h3 {
        font-size:28px;
    }
}

.campheader__wrapper__bpfinance ul {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.campheader__wrapper__bpfinance ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

@media only screen and (max-width: 479px) {
    .campheader__wrapper__bpfinance ul li {
        gap:6px;
        font-size: 14px;
    }
}

.campheader__wrapper__dl ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d7df30;
    padding-bottom: 20px;
}

.speakerformtq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.speakerformtq img {
    width: 200px;
}

.speakerformtq .tq_title {
    text-transform: capitalize;
}

.container-body #block-rbv-local-tasks,.toolbar-bar {
    display: none;
}

#drupal-off-canvas-wrapper summary {
    padding: 0px;
}

#drupal-off-canvas-wrapper ul li,#drupal-off-canvas-wrapper ol li {
    padding: 7px !important;
}

.hide {
    display: none !important;
}

.field-multiple-drag {
    display: none !important;
}

#drupal-off-canvas-wrapper th:first-child,#drupal-off-canvas-wrapper td:first-child {
    width: 25px;
}

#drupal-off-canvas-wrapper h3.ui-accordion-header a {
    position: relative;
    border-radius: 8px;
    margin: 4px 0;
    min-height: 40px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none !important;
}

#drupal-off-canvas-wrapper h3.ui-accordion-header a:hover {
    color: #26a5ff;
    background-color: rgba(38,165,255,0.14);
    text-decoration: none;
}

#drupal-off-canvas-wrapper h3.ui-accordion-header a::after {
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 15px;
    right: 15px;
    content: "";
    display: inline-block;
    border-right: 2px solid rgba(56,58,64,0.6);
    border-bottom: 2px solid rgba(56,58,64,0.6);
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
}

#drupal-off-canvas-wrapper h3.ui-accordion-header a::after:hover {
    border-right-color: #26a5ff;
    border-bottom-color: #26a5ff;
}

#drupal-off-canvas-wrapper #bs_nav-tabs,#layout-builder-modal #bs_nav-tabs {
    top: -30px !important;
}

#drupal-off-canvas #bs_nav-tabs,#layout-builder-modal #bs_nav-tabs {
    width: calc(100% + 30px);
    padding: 0;
}

#drupal-off-canvas-wrapper .layout-selection a {
    outline: none !important;
}

#drupal-off-canvas-wrapper *:focus {
    outline: none !important;
}

.field-group-accordion-item.ui-widget-content {
    background: none !important;
}

#layout-builder-modal .form-item {
    margin-bottom: 0rem !important;
}

#block-rbv-help {
    display: none;
}

.layout-builder-form .vertical-tabs {
    display: none;
}

.layout-builder-form,#block-rbv-help {
    padding-bottom: 15px;
}

.ui-dialog.ui-dialog-off-canvas {
    z-index: 99999;
}

.layout-builder {
    max-width: 94%;
    margin: auto;
}

#layout-builder-modal a,#layout-builder-modal .link {
    color: rgb(0,0,0);
}

#layout-builder-modal .ui-state-active a,#layout-builder-modal .ui-state-active .link {
    color: #fff;
}

.field--type-entity-reference-revisions .tabledrag-toggle-weight {
    display: none;
}

.js-form-item-settings-view-mode label {
    margin-bottom: 10px !important;
}

.ui-dialog.ui-layout-builder-modal {
    z-index: 99999 !important;
}

.ui-widget-overlay {
    z-index: 9999 !important;
}

.filter-help a {
    color: #c5c5c5 !important;
}

.layout-builder-form {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.section-library-link-label {
    color: #fff !important;
}

.layout-builder__layout video {
    width: 100%;
    object-fit: cover;
}

.ief-entity-table {
    width: 100%;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
}

.layout-builder-form,.layout-builder-discard-changes.confirmation,.layout-builder-revert-overrides.confirmation {
    margin: 20px auto 20px auto;
    max-width: 94%;
    padding: 1.5em 1.5em 0.5em;
    border: 3px solid #2f91da;
}

.layout-builder-form #edit-actions,.layout-builder-revert-overrides.confirmation #edit-actions,.layout-builder-discard-changes.confirmation #edit-actions {
    margin-bottom: 20px;
}

.layout-builder-form #edit-actions .js-show,.layout-builder-revert-overrides.confirmation #edit-actions .js-show,.layout-builder-discard-changes.confirmation #edit-actions .js-show {
    margin-top: 20px;
    margin-bottom: 12px;
}

.layout-builder-form #edit-actions .button,.layout-builder-revert-overrides.confirmation #edit-actions .button,.layout-builder-discard-changes.confirmation #edit-actions .button {
    position: relative;
    border: 1px solid transparent;
    background: var(--clr-primary-100);
    color: var(--clr-general-white);
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 0;
    letter-spacing: normal;
    display: inline-block;
    text-align: center;
    outline: none;
    cursor: pointer;
}

.layout-builder-form #edit-actions .button:hover,.layout-builder-revert-overrides.confirmation #edit-actions .button:hover,.layout-builder-discard-changes.confirmation #edit-actions .button:hover {
    background: var(--clr-primary-100);
    color: var(--clr-general-white);
}

.layout-builder-form #edit-actions .button:focus,.layout-builder-form #edit-actions .button:active,.layout-builder-revert-overrides.confirmation #edit-actions .button:focus,.layout-builder-revert-overrides.confirmation #edit-actions .button:active,.layout-builder-discard-changes.confirmation #edit-actions .button:focus,.layout-builder-discard-changes.confirmation #edit-actions .button:active {
    box-shadow: none;
    color: var(--clr-general-white);
}

.layout-builder-form select,.layout-builder-revert-overrides.confirmation select,.layout-builder-discard-changes.confirmation select {
    position: relative;
    border: 1px solid transparent;
    background: var(--clr-primary-100);
    color: var(--clr-general-white);
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 0;
    letter-spacing: normal;
    display: inline-block;
    text-align: center;
    outline: none;
    cursor: pointer;
}

.layout-builder-form select:hover,.layout-builder-revert-overrides.confirmation select:hover,.layout-builder-discard-changes.confirmation select:hover {
    background: var(--clr-primary-100);
    color: var(--clr-general-white);
}

.layout-builder-form select:focus,.layout-builder-form select:active,.layout-builder-revert-overrides.confirmation select:focus,.layout-builder-revert-overrides.confirmation select:active,.layout-builder-discard-changes.confirmation select:focus,.layout-builder-discard-changes.confirmation select:active {
    box-shadow: none;
    color: var(--clr-general-white);
}

.layout-builder-form #edit-moderation-state-wrapper {
    padding: 15px 20px;
    background-color: #e7e2e2;
    margin-bottom: 20px;
}

.layout-builder-form #edit-moderation-state-wrapper .js-form-wrapper.form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-builder-form #edit-moderation-state-wrapper .js-form-wrapper.form-wrapper .form-item {
    margin-right: 20px;
}

.layout-builder-form #edit-moderation-state-wrapper .js-form-wrapper.form-wrapper transitionset {
    display: none;
}

.layout-builder-form #edit-moderation-state-wrapper .js-form-wrapper.form-wrapper .form-item label {
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.layout-builder-form .layout-builder__message .container {
    max-width: unset;
}

.layout-builder-form .layout-builder__message {
    background: #d8e8d8;
    padding: 12px 20px;
}

.layout-builder-form .layout-builder__message .message-status {
    margin: 0;
}

.layout-builder-form a {
    color: var(--clr-primary-100);
}

.layout-builder-form a:hover {
    color: var(--clr-primary-100);
}

.layout-builder-form,.layout-builder-discard-changes,.layout-builder-revert-overrides {
    text-align: center;
}

#drupal-off-canvas-wrapper {
    overflow: unset !important;
    padding-right: 0;
}

#drupal-off-canvas-wrapper #drupal-off-canvas {
    overflow: auto !important;
    padding-right: 10px;
}

#drupal-off-canvas-wrapper .ui-dialog-titlebar-close {
    right: 30px;
}

.ui-dialog.ui-resizable-w {
    width: 20px !important;
    left: -20px !important;
}

#drupal-off-canvas-wrapper .inline-block-create-button:before {
    top: 80% !important;
}

.form-item-layout-settings-ui-tab-content-layout-breakpoints-desktop label,.form-item-layout-settings-ui-tab-content-layout-breakpoints-mobile label,.form-item-layout-settings-ui-tab-content-layout-breakpoints-tablet label {
    display: flex !important;
}

.layout-builder-form #edit-cancel {
    display: none;
}

#layout-builder-modal .fieldset-legend {
    font-size: 1rem;
}

#layout-builder-modal fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

#layout-builder-modal fieldset legend {
    max-width: unset;
    width: unset;
}

#layout-builder-modal.form-item label {
    display: inline-block !important;
}

#layout-builder-modal #bs_ui {
    margin-bottom: 0;
}

#drupal-off-canvas .inline-block-list__item {
    font-size: .90rem;
}

div.layout-builder__message {
    display: none;
}

#edit-preview-toggle,#edit-revert {
    display: none !important;
}

#drupal-off-canvas .form-actions .button {
    margin: 10px 0 !important;
    padding: 11px 20px !important;
    border-radius: 8px !important;
}

#layout-builder-modal .form-file {
    color: #fff;
}
.statusmsg--section{
    display:none;
}

label.error{
    color:#cd3737 !important;
}


@media only screen and (max-width: 1023px) {
    
    body{
        
        font-size:16px;
    }
    /*dddddddddddddddddddddddddddddd*/
.speakerform24__sform__right--scdwrapper--left,.speakerform24__sform__right--scdwrapper--right, .speakerform24__sform__right--twrapper--left , .speakerform24__sform__right--twrapper--right ,.speakerform24__sform__right--cdwrapper--left ,.speakerform24__sform__right--cdwrapper--right{
       flex-basis: 100%;
    }
   .speakerform24__sform__right--scdwrapper, .speakerform24__sform__right--twrapper,.speakerform24__sform__right--cdwrapper{
        flex-wrap:wrap;
    }
}

.loader-wrapper{

        background: rgba(0, 0, 0, .5);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index:99999999999;
    
}

.loader {
    position:absolute;
        top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid var(--clr-primary-200);
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid var(--clr-primary-100);
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

.name-wrapper{
        display: flex;
        gap: 26px;
}

@media only screen and (max-width: 1023px) {
  .name-wrapper{
        display: flex;
        gap: 10px;
}
}
   