:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
    --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0
}

.simplebar-content:after,
.simplebar-content:before {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity .2s .5s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition-delay: 0s;
    transition-duration: 0s
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important
}

.simplebar-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

:root {
    --blue: #2c55a2;
    --blue-font: #203362;
    --black: #1D324F;
    --black-font: #172436;
    --border: #D1D1D1
}

@font-face {
    font-family: "Ubuntu";
    src: url(../fonts/Ubuntu-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Ubuntu";
    src: url(../fonts/Ubuntu-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Ubuntu";
    src: url(../fonts/Ubuntu-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Ubuntu";
    src: url(../fonts/Ubuntu-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

:root {
    --blue: #2C55A2;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #FFA500;
    --yellow: #ffc107;
    --green: #39A837;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #2C55A2;
    --secondary: #6c757d;
    --success: #39A837;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #2c55a2;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0)
}

a:hover {
    color: rgb(27.6601941748, 53.4344660194, 101.8398058252);
    text-decoration: underline
}

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

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

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

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

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

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    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
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

@media(min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

@media(min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

@media(min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

@media(min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media(min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

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

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

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

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

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

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

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

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

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

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

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

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

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: hsl(210, 10.8108108108%, 9.5098039216%);
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2c55a2
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

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

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

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

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

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

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

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

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

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

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

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

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .25rem
}

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

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media(max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

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

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

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

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

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

@media(max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

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

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

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

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

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

@media(max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

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

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

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

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

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

@media(max-width: 1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

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

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

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

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

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

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

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

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

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

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

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

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

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

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

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

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

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

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

.alert-primary {
    color: rgb(22.88, 44.2, 84.24);
    background-color: rgb(212.8, 221, 236.4);
    border-color: rgb(195.92, 207.4, 228.96)
}

.alert-primary hr {
    border-top-color: rgb(178.2209868421, 193.1401315789, 221.1590131579)
}

.alert-primary .alert-link {
    color: rgb(11.9867961165, 23.1563106796, 44.1332038835)
}

.alert-secondary {
    color: rgb(56.16, 60.84, 65);
    background-color: rgb(225.6, 227.4, 229);
    border-color: rgb(213.84, 216.36, 218.6)
}

.alert-secondary hr {
    border-top-color: hsl(208.2352941176, 6.1371841155%, 79.7921568627%)
}

.alert-secondary .alert-link {
    color: rgb(32.5205150215, 35.2305579399, 37.6394849785)
}

.alert-success {
    color: rgb(29.64, 87.36, 28.6);
    background-color: rgb(215.4, 237.6, 215);
    border-color: rgb(199.56, 230.64, 199)
}

.alert-success hr {
    border-top-color: rgb(181.9676655052, 222.9100348432, 181.2299651568)
}

.alert-success .alert-link {
    color: rgb(16.6041255605, 48.9384753363, 16.0215246637)
}

.alert-info {
    color: rgb(11.96, 84.24, 95.68);
    background-color: rgb(208.6, 236.4, 240.8);
    border-color: rgb(190.04, 228.96, 235.12)
}

.alert-info hr {
    border-top-color: hsl(188.198757764, 53.1353135314%, 78.3647058824%)
}

.alert-info .alert-link {
    color: rgb(6.2933333333, 44.3269565217, 50.3466666667)
}

.alert-warning {
    color: rgb(132.6, 100.36, 3.64);
    background-color: rgb(255, 242.6, 205.4);
    border-color: rgb(255, 237.64, 185.56)
}

.alert-warning hr {
    border-top-color: rgb(255, 231.265, 160.06)
}

.alert-warning .alert-link {
    color: hsl(45, 94.6564885496%, 16.7137254902%)
}

.alert-danger {
    color: rgb(114.4, 27.56, 35.88);
    background-color: rgb(248, 214.6, 217.8);
    border-color: rgb(245.2, 198.44, 202.92)
}

.alert-danger hr {
    border-top-color: hsl(354.251497006, 70.4641350211%, 81.9882352941%)
}

.alert-danger .alert-link {
    color: rgb(73.3010989011, 17.6589010989, 22.9898901099)
}

.alert-light {
    color: rgb(128.96, 129.48, 130);
    background-color: rgb(253.6, 253.8, 254);
    border-color: rgb(253.04, 253.32, 253.6)
}

.alert-light hr {
    border-top-color: rgb(238.165, 240.57, 242.975)
}

.alert-light .alert-link {
    color: hsl(210, .4142766093%, 40.7764705882%)
}

.alert-dark {
    color: rgb(27.04, 30.16, 33.28);
    background-color: rgb(214.4, 215.6, 216.8);
    border-color: rgb(198.16, 199.84, 201.52)
}

.alert-dark hr {
    border-top-color: hsl(210, 3.0456852792%, 73.368627451%)
}

.alert-dark .alert-link {
    color: rgb(4.1779310345, 4.66, 5.1420689655)
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out
}

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

.modal.fade .modal-dialog {
    transform: translate(0, -50px)
}

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

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

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

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

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

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

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

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

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

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

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

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

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

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

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

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

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

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

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

.bg-primary {
    background-color: #2c55a2 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: rgb(33.1067961165, 63.9563106796, 121.8932038835) !important
}

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

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important
}

.bg-success {
    background-color: #39a837 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: rgb(43.9641255605, 129.5784753363, 42.4215246637) !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important
}

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

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: rgb(211, 158.25, 0) !important
}

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

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important
}

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: rgb(218.25, 223.5, 228.75) !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important
}

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

.bg-transparent {
    background-color: rgba(0, 0, 0, 0) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

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

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

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

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

.border-primary {
    border-color: #2c55a2 !important
}

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

.border-success {
    border-color: #39a837 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

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

.rounded {
    border-radius: .25rem !important
}

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

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

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

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

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

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !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
}

@media(min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

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

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

    .d-sm-block {
        display: block !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
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display: none !important
    }

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

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

    .d-md-block {
        display: block !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
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

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

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

    .d-lg-block {
        display: block !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
    }
}

@media(min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

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

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

    .d-xl-block {
        display: block !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
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

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

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

    .d-print-block {
        display: block !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
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.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-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !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
}

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

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

@media(min-width: 576px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !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
    }

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

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

@media(min-width: 768px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !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
    }

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

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

@media(min-width: 992px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !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
    }

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

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

@media(min-width: 1200px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !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
    }

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

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

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

@supports(position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

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

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -0.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -0.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important
    }

    .m-sm-n2 {
        margin: -0.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -0.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xl-n2 {
        margin: -0.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

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

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

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

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

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

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

@media(min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

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

@media(min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

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

@media(min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

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

@media(min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
    color: #2c55a2 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: rgb(27.6601941748, 53.4344660194, 101.8398058252) !important
}

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

a.text-secondary:hover,
a.text-secondary:focus {
    color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important
}

.text-success {
    color: #39a837 !important
}

a.text-success:hover,
a.text-success:focus {
    color: rgb(37.4461883408, 110.3677130045, 36.1322869955) !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: rgb(14.5, 102.1304347826, 116) !important
}

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

a.text-warning:hover,
a.text-warning:focus {
    color: rgb(185.5, 139.125, 0) !important
}

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

a.text-danger:hover,
a.text-danger:focus {
    color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important
}

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

a.text-light:hover,
a.text-light:focus {
    color: rgb(203.375, 210.75, 218.125) !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: hsl(210, 10.3448275862%, 7.7450980392%) !important
}

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

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

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

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

.text-hide {
    font: 0/0 a;
    color: rgba(0, 0, 0, 0);
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

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

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

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    padding-left: 10px;
    padding-right: 10px
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.section-bootstrap-columns {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.section-bootstrap-columns .row,
.section-bootstrap-columns .container {
    height: 100%
}

.section-bootstrap-columns__item {
    background-color: red;
    opacity: .1;
    height: 100%
}

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

html {
    height: auto;
    width: 100%;
    overflow-x: hidden;
    --headerHeight: 141px;
    --headerPrimary: 84px;
    --headerSecondary: 56px;
    --wpAdminHeight: 32px;
    --container-max-width: 1440px;
    --container-padding: 70px
}

@media(max-width: 1199.98px) {
    html {
        --container-padding: 20px
    }
}

@media(max-width: 991.98px) {
    html {
        --container-max-width: 900px
    }
}

@media(max-width: 767.98px) {
    html {
        --container-max-width: 700px;
        --container-padding: 16px
    }
}

body {
    height: 100%;
    font-family: "Ubuntu", sans-serif;
    background-color: #fafafa;
    color: #172436;
    overflow: clip
}

@media(max-width: 767.98px) {
    body:not(.home-page):not(.professional-equipments-page) header .navbar-secondary {
        padding: 0px
    }

    body:not(.home-page):not(.professional-equipments-page) header .navbar-secondary .navbar-secondary__btn {
        display: none
    }
}

.body_demo::after {
    content: "Demo";
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: auto;
    background-color: #ff7f00;
    pointer-events: none;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 11px
}

.container {
    max-width: var(--container-max-width);
    padding-left: var(--container-padding);
    padding-right: var(--container-padding)
}

.container_md {
    max-width: 974px
}

.container_lg {
    max-width: 1207px
}

@media(min-width: 992px) {
    .main-categories {
        height: auto;
        padding-left: 0;
        flex: 0 0 calc(50vw - 33.3334%);
        max-width: calc(50vw - 33.3334%);
        margin-left: calc(-50vw + 50%)
    }

    .main-categories .main-categories-wrap {
        position: sticky;
        top: var(--headerHeight);
        right: 0;
        margin-left: -20px
    }

    .main-categories .main-categories-list {
        overflow-y: auto;
        background-color: #fff;
        height: 100vh;
        top: 0
    }

    .main-categories .main-categories-list li {
        border-bottom: 1px solid #d8e4eb;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .main-categories .main-categories-list li a {
        font-size: 12px;
        line-height: 19.2px;
        font-weight: 400;
        color: #172436;
        padding: 13px var(--container-padding) 13px var(--container-padding);
        width: max(238px, 16.66666%)
    }
}

.main-wrap {
    position: relative;
    padding: 30px 0px 130px 0px
}

@media(max-width: 767.98px) {
    .main-wrap {
        padding: 30px 0px
    }
}

.main-wrap>section:first-child:not(.section-breadcrumbs) {
    margin-top: 0
}

.main-wrap .section-breadcrumbs+section,
.main-wrap .section-breadcrumbs+.main-title+section {
    margin-top: 0
}

@media(max-width: 767.98px) {
    .main.professional-equipments-page .main-wrap {
        padding: 0px
    }
}

main {
    min-height: 100dvh
}

.main_jobs {
    min-height: 100vh
}

p {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    margin: 0
}

a {
    display: inline-flex;
    text-decoration: none;
    transition: all .15s ease;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ubuntu", sans-serif;
    margin: 0;
    padding: 0;
    color: #172436
}

h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #172436
}

@media(max-width: 767.98px) {
    h2 {
        font-size: 24px;
        line-height: 32px
    }
}

button,
textarea,
input {
    outline: none
}

button {
    transition: all .15s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

img {
    pointer-events: none;
    width: auto;
    height: auto;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none
}

.slick-initialized {
    display: block
}

.slick-initialized:not(.slick-vertical) .slick-list {
    width: 100%
}

.slick-initialized:not(.slick-vertical) .slick-track {
    display: flex;
    min-width: 100%
}

.slick-initialized:not(.slick-vertical) .slick-slide {
    z-index: 1 !important;
    margin: 10px 10px 0
}

@media(max-width: 767.98px) {
    .slick-initialized:not(.slick-vertical) .slick-slide {
        margin: 10px 0px
    }
}

.slick-initialized:not(.slick-vertical) .slick-slide>div:first-child {
    height: 100%
}

.commentlist {
    padding-top: 20px
}

.logged-admin {
    top: 32px !important
}

@media(max-width: 767.98px) {
    .logged-admin {
        top: 45px !important
    }
}

@media(max-width: 575.98px) {
    .logged-admin {
        top: 0px !important
    }
}

@media(max-width: 575.98px) {
    .logged-admin.absolute {
        top: 46px !important;
        position: absolute !important
    }
}

@media(min-width: 768px) {
    .mobile-only {
        display: none
    }
}

.with-arrow {
    position: relative;
    cursor: pointer
}

.with-arrow::after {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(../images/icons/arrow-right-blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: 10px;
    transition: .3s;
    flex-shrink: 0
}

.with-arrow:hover::after {
    margin-left: 14px
}

.overflow-hidden {
    overflow: hidden
}

.status-button {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    white-space: nowrap;
    padding: 0px 5px;
    max-width: 78px;
    border-radius: 28px;
    color: #5d5d5e !important;
    background-color: hsl(220, 11.1111111111%, 84.0588235294%)
}

.status-button.green {
    color: #39a837 !important;
    background-color: rgb(219.7901345291, 243.3340807175, 219.3659192825)
}

.status-button.red {
    color: #fa5776 !important;
    background-color: rgb(253.6849710983, 210.8150289017, 218.9682080925)
}

.status-button.orange {
    color: orange !important;
    background-color: rgb(255, 233.4, 193.8)
}

.custom-scroll {
    overflow-y: auto
}

.custom-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.custom-scroll::-webkit-scrollbar-track {
    background: #d8e4eb
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #7098e3;
    border-radius: 5px
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    opacity: .8
}

.gap-0-0 {
    gap: 0px 0px !important
}

.gap-0-1 {
    gap: 0px 1px !important
}

.gap-0-2 {
    gap: 0px 2px !important
}

.gap-0-3 {
    gap: 0px 3px !important
}

.gap-0-4 {
    gap: 0px 4px !important
}

.gap-0-5 {
    gap: 0px 5px !important
}

.gap-0-6 {
    gap: 0px 6px !important
}

.gap-0-7 {
    gap: 0px 7px !important
}

.gap-0-8 {
    gap: 0px 8px !important
}

.gap-0-9 {
    gap: 0px 9px !important
}

.gap-0-10 {
    gap: 0px 10px !important
}

.gap-0-11 {
    gap: 0px 11px !important
}

.gap-0-12 {
    gap: 0px 12px !important
}

.gap-0-13 {
    gap: 0px 13px !important
}

.gap-0-14 {
    gap: 0px 14px !important
}

.gap-0-15 {
    gap: 0px 15px !important
}

.gap-0-16 {
    gap: 0px 16px !important
}

.gap-0-17 {
    gap: 0px 17px !important
}

.gap-0-18 {
    gap: 0px 18px !important
}

.gap-0-19 {
    gap: 0px 19px !important
}

.gap-0-20 {
    gap: 0px 20px !important
}

.gap-0-21 {
    gap: 0px 21px !important
}

.gap-0-22 {
    gap: 0px 22px !important
}

.gap-0-23 {
    gap: 0px 23px !important
}

.gap-0-24 {
    gap: 0px 24px !important
}

.gap-0-25 {
    gap: 0px 25px !important
}

.gap-0-26 {
    gap: 0px 26px !important
}

.gap-0-27 {
    gap: 0px 27px !important
}

.gap-0-28 {
    gap: 0px 28px !important
}

.gap-0-29 {
    gap: 0px 29px !important
}

.gap-0-30 {
    gap: 0px 30px !important
}

.gap-1-0 {
    gap: 1px 0px !important
}

.gap-1-1 {
    gap: 1px 1px !important
}

.gap-1-2 {
    gap: 1px 2px !important
}

.gap-1-3 {
    gap: 1px 3px !important
}

.gap-1-4 {
    gap: 1px 4px !important
}

.gap-1-5 {
    gap: 1px 5px !important
}

.gap-1-6 {
    gap: 1px 6px !important
}

.gap-1-7 {
    gap: 1px 7px !important
}

.gap-1-8 {
    gap: 1px 8px !important
}

.gap-1-9 {
    gap: 1px 9px !important
}

.gap-1-10 {
    gap: 1px 10px !important
}

.gap-1-11 {
    gap: 1px 11px !important
}

.gap-1-12 {
    gap: 1px 12px !important
}

.gap-1-13 {
    gap: 1px 13px !important
}

.gap-1-14 {
    gap: 1px 14px !important
}

.gap-1-15 {
    gap: 1px 15px !important
}

.gap-1-16 {
    gap: 1px 16px !important
}

.gap-1-17 {
    gap: 1px 17px !important
}

.gap-1-18 {
    gap: 1px 18px !important
}

.gap-1-19 {
    gap: 1px 19px !important
}

.gap-1-20 {
    gap: 1px 20px !important
}

.gap-1-21 {
    gap: 1px 21px !important
}

.gap-1-22 {
    gap: 1px 22px !important
}

.gap-1-23 {
    gap: 1px 23px !important
}

.gap-1-24 {
    gap: 1px 24px !important
}

.gap-1-25 {
    gap: 1px 25px !important
}

.gap-1-26 {
    gap: 1px 26px !important
}

.gap-1-27 {
    gap: 1px 27px !important
}

.gap-1-28 {
    gap: 1px 28px !important
}

.gap-1-29 {
    gap: 1px 29px !important
}

.gap-1-30 {
    gap: 1px 30px !important
}

.gap-2-0 {
    gap: 2px 0px !important
}

.gap-2-1 {
    gap: 2px 1px !important
}

.gap-2-2 {
    gap: 2px 2px !important
}

.gap-2-3 {
    gap: 2px 3px !important
}

.gap-2-4 {
    gap: 2px 4px !important
}

.gap-2-5 {
    gap: 2px 5px !important
}

.gap-2-6 {
    gap: 2px 6px !important
}

.gap-2-7 {
    gap: 2px 7px !important
}

.gap-2-8 {
    gap: 2px 8px !important
}

.gap-2-9 {
    gap: 2px 9px !important
}

.gap-2-10 {
    gap: 2px 10px !important
}

.gap-2-11 {
    gap: 2px 11px !important
}

.gap-2-12 {
    gap: 2px 12px !important
}

.gap-2-13 {
    gap: 2px 13px !important
}

.gap-2-14 {
    gap: 2px 14px !important
}

.gap-2-15 {
    gap: 2px 15px !important
}

.gap-2-16 {
    gap: 2px 16px !important
}

.gap-2-17 {
    gap: 2px 17px !important
}

.gap-2-18 {
    gap: 2px 18px !important
}

.gap-2-19 {
    gap: 2px 19px !important
}

.gap-2-20 {
    gap: 2px 20px !important
}

.gap-2-21 {
    gap: 2px 21px !important
}

.gap-2-22 {
    gap: 2px 22px !important
}

.gap-2-23 {
    gap: 2px 23px !important
}

.gap-2-24 {
    gap: 2px 24px !important
}

.gap-2-25 {
    gap: 2px 25px !important
}

.gap-2-26 {
    gap: 2px 26px !important
}

.gap-2-27 {
    gap: 2px 27px !important
}

.gap-2-28 {
    gap: 2px 28px !important
}

.gap-2-29 {
    gap: 2px 29px !important
}

.gap-2-30 {
    gap: 2px 30px !important
}

.gap-3-0 {
    gap: 3px 0px !important
}

.gap-3-1 {
    gap: 3px 1px !important
}

.gap-3-2 {
    gap: 3px 2px !important
}

.gap-3-3 {
    gap: 3px 3px !important
}

.gap-3-4 {
    gap: 3px 4px !important
}

.gap-3-5 {
    gap: 3px 5px !important
}

.gap-3-6 {
    gap: 3px 6px !important
}

.gap-3-7 {
    gap: 3px 7px !important
}

.gap-3-8 {
    gap: 3px 8px !important
}

.gap-3-9 {
    gap: 3px 9px !important
}

.gap-3-10 {
    gap: 3px 10px !important
}

.gap-3-11 {
    gap: 3px 11px !important
}

.gap-3-12 {
    gap: 3px 12px !important
}

.gap-3-13 {
    gap: 3px 13px !important
}

.gap-3-14 {
    gap: 3px 14px !important
}

.gap-3-15 {
    gap: 3px 15px !important
}

.gap-3-16 {
    gap: 3px 16px !important
}

.gap-3-17 {
    gap: 3px 17px !important
}

.gap-3-18 {
    gap: 3px 18px !important
}

.gap-3-19 {
    gap: 3px 19px !important
}

.gap-3-20 {
    gap: 3px 20px !important
}

.gap-3-21 {
    gap: 3px 21px !important
}

.gap-3-22 {
    gap: 3px 22px !important
}

.gap-3-23 {
    gap: 3px 23px !important
}

.gap-3-24 {
    gap: 3px 24px !important
}

.gap-3-25 {
    gap: 3px 25px !important
}

.gap-3-26 {
    gap: 3px 26px !important
}

.gap-3-27 {
    gap: 3px 27px !important
}

.gap-3-28 {
    gap: 3px 28px !important
}

.gap-3-29 {
    gap: 3px 29px !important
}

.gap-3-30 {
    gap: 3px 30px !important
}

.gap-4-0 {
    gap: 4px 0px !important
}

.gap-4-1 {
    gap: 4px 1px !important
}

.gap-4-2 {
    gap: 4px 2px !important
}

.gap-4-3 {
    gap: 4px 3px !important
}

.gap-4-4 {
    gap: 4px 4px !important
}

.gap-4-5 {
    gap: 4px 5px !important
}

.gap-4-6 {
    gap: 4px 6px !important
}

.gap-4-7 {
    gap: 4px 7px !important
}

.gap-4-8 {
    gap: 4px 8px !important
}

.gap-4-9 {
    gap: 4px 9px !important
}

.gap-4-10 {
    gap: 4px 10px !important
}

.gap-4-11 {
    gap: 4px 11px !important
}

.gap-4-12 {
    gap: 4px 12px !important
}

.gap-4-13 {
    gap: 4px 13px !important
}

.gap-4-14 {
    gap: 4px 14px !important
}

.gap-4-15 {
    gap: 4px 15px !important
}

.gap-4-16 {
    gap: 4px 16px !important
}

.gap-4-17 {
    gap: 4px 17px !important
}

.gap-4-18 {
    gap: 4px 18px !important
}

.gap-4-19 {
    gap: 4px 19px !important
}

.gap-4-20 {
    gap: 4px 20px !important
}

.gap-4-21 {
    gap: 4px 21px !important
}

.gap-4-22 {
    gap: 4px 22px !important
}

.gap-4-23 {
    gap: 4px 23px !important
}

.gap-4-24 {
    gap: 4px 24px !important
}

.gap-4-25 {
    gap: 4px 25px !important
}

.gap-4-26 {
    gap: 4px 26px !important
}

.gap-4-27 {
    gap: 4px 27px !important
}

.gap-4-28 {
    gap: 4px 28px !important
}

.gap-4-29 {
    gap: 4px 29px !important
}

.gap-4-30 {
    gap: 4px 30px !important
}

.gap-5-0 {
    gap: 5px 0px !important
}

.gap-5-1 {
    gap: 5px 1px !important
}

.gap-5-2 {
    gap: 5px 2px !important
}

.gap-5-3 {
    gap: 5px 3px !important
}

.gap-5-4 {
    gap: 5px 4px !important
}

.gap-5-5 {
    gap: 5px 5px !important
}

.gap-5-6 {
    gap: 5px 6px !important
}

.gap-5-7 {
    gap: 5px 7px !important
}

.gap-5-8 {
    gap: 5px 8px !important
}

.gap-5-9 {
    gap: 5px 9px !important
}

.gap-5-10 {
    gap: 5px 10px !important
}

.gap-5-11 {
    gap: 5px 11px !important
}

.gap-5-12 {
    gap: 5px 12px !important
}

.gap-5-13 {
    gap: 5px 13px !important
}

.gap-5-14 {
    gap: 5px 14px !important
}

.gap-5-15 {
    gap: 5px 15px !important
}

.gap-5-16 {
    gap: 5px 16px !important
}

.gap-5-17 {
    gap: 5px 17px !important
}

.gap-5-18 {
    gap: 5px 18px !important
}

.gap-5-19 {
    gap: 5px 19px !important
}

.gap-5-20 {
    gap: 5px 20px !important
}

.gap-5-21 {
    gap: 5px 21px !important
}

.gap-5-22 {
    gap: 5px 22px !important
}

.gap-5-23 {
    gap: 5px 23px !important
}

.gap-5-24 {
    gap: 5px 24px !important
}

.gap-5-25 {
    gap: 5px 25px !important
}

.gap-5-26 {
    gap: 5px 26px !important
}

.gap-5-27 {
    gap: 5px 27px !important
}

.gap-5-28 {
    gap: 5px 28px !important
}

.gap-5-29 {
    gap: 5px 29px !important
}

.gap-5-30 {
    gap: 5px 30px !important
}

.gap-6-0 {
    gap: 6px 0px !important
}

.gap-6-1 {
    gap: 6px 1px !important
}

.gap-6-2 {
    gap: 6px 2px !important
}

.gap-6-3 {
    gap: 6px 3px !important
}

.gap-6-4 {
    gap: 6px 4px !important
}

.gap-6-5 {
    gap: 6px 5px !important
}

.gap-6-6 {
    gap: 6px 6px !important
}

.gap-6-7 {
    gap: 6px 7px !important
}

.gap-6-8 {
    gap: 6px 8px !important
}

.gap-6-9 {
    gap: 6px 9px !important
}

.gap-6-10 {
    gap: 6px 10px !important
}

.gap-6-11 {
    gap: 6px 11px !important
}

.gap-6-12 {
    gap: 6px 12px !important
}

.gap-6-13 {
    gap: 6px 13px !important
}

.gap-6-14 {
    gap: 6px 14px !important
}

.gap-6-15 {
    gap: 6px 15px !important
}

.gap-6-16 {
    gap: 6px 16px !important
}

.gap-6-17 {
    gap: 6px 17px !important
}

.gap-6-18 {
    gap: 6px 18px !important
}

.gap-6-19 {
    gap: 6px 19px !important
}

.gap-6-20 {
    gap: 6px 20px !important
}

.gap-6-21 {
    gap: 6px 21px !important
}

.gap-6-22 {
    gap: 6px 22px !important
}

.gap-6-23 {
    gap: 6px 23px !important
}

.gap-6-24 {
    gap: 6px 24px !important
}

.gap-6-25 {
    gap: 6px 25px !important
}

.gap-6-26 {
    gap: 6px 26px !important
}

.gap-6-27 {
    gap: 6px 27px !important
}

.gap-6-28 {
    gap: 6px 28px !important
}

.gap-6-29 {
    gap: 6px 29px !important
}

.gap-6-30 {
    gap: 6px 30px !important
}

.gap-7-0 {
    gap: 7px 0px !important
}

.gap-7-1 {
    gap: 7px 1px !important
}

.gap-7-2 {
    gap: 7px 2px !important
}

.gap-7-3 {
    gap: 7px 3px !important
}

.gap-7-4 {
    gap: 7px 4px !important
}

.gap-7-5 {
    gap: 7px 5px !important
}

.gap-7-6 {
    gap: 7px 6px !important
}

.gap-7-7 {
    gap: 7px 7px !important
}

.gap-7-8 {
    gap: 7px 8px !important
}

.gap-7-9 {
    gap: 7px 9px !important
}

.gap-7-10 {
    gap: 7px 10px !important
}

.gap-7-11 {
    gap: 7px 11px !important
}

.gap-7-12 {
    gap: 7px 12px !important
}

.gap-7-13 {
    gap: 7px 13px !important
}

.gap-7-14 {
    gap: 7px 14px !important
}

.gap-7-15 {
    gap: 7px 15px !important
}

.gap-7-16 {
    gap: 7px 16px !important
}

.gap-7-17 {
    gap: 7px 17px !important
}

.gap-7-18 {
    gap: 7px 18px !important
}

.gap-7-19 {
    gap: 7px 19px !important
}

.gap-7-20 {
    gap: 7px 20px !important
}

.gap-7-21 {
    gap: 7px 21px !important
}

.gap-7-22 {
    gap: 7px 22px !important
}

.gap-7-23 {
    gap: 7px 23px !important
}

.gap-7-24 {
    gap: 7px 24px !important
}

.gap-7-25 {
    gap: 7px 25px !important
}

.gap-7-26 {
    gap: 7px 26px !important
}

.gap-7-27 {
    gap: 7px 27px !important
}

.gap-7-28 {
    gap: 7px 28px !important
}

.gap-7-29 {
    gap: 7px 29px !important
}

.gap-7-30 {
    gap: 7px 30px !important
}

.gap-8-0 {
    gap: 8px 0px !important
}

.gap-8-1 {
    gap: 8px 1px !important
}

.gap-8-2 {
    gap: 8px 2px !important
}

.gap-8-3 {
    gap: 8px 3px !important
}

.gap-8-4 {
    gap: 8px 4px !important
}

.gap-8-5 {
    gap: 8px 5px !important
}

.gap-8-6 {
    gap: 8px 6px !important
}

.gap-8-7 {
    gap: 8px 7px !important
}

.gap-8-8 {
    gap: 8px 8px !important
}

.gap-8-9 {
    gap: 8px 9px !important
}

.gap-8-10 {
    gap: 8px 10px !important
}

.gap-8-11 {
    gap: 8px 11px !important
}

.gap-8-12 {
    gap: 8px 12px !important
}

.gap-8-13 {
    gap: 8px 13px !important
}

.gap-8-14 {
    gap: 8px 14px !important
}

.gap-8-15 {
    gap: 8px 15px !important
}

.gap-8-16 {
    gap: 8px 16px !important
}

.gap-8-17 {
    gap: 8px 17px !important
}

.gap-8-18 {
    gap: 8px 18px !important
}

.gap-8-19 {
    gap: 8px 19px !important
}

.gap-8-20 {
    gap: 8px 20px !important
}

.gap-8-21 {
    gap: 8px 21px !important
}

.gap-8-22 {
    gap: 8px 22px !important
}

.gap-8-23 {
    gap: 8px 23px !important
}

.gap-8-24 {
    gap: 8px 24px !important
}

.gap-8-25 {
    gap: 8px 25px !important
}

.gap-8-26 {
    gap: 8px 26px !important
}

.gap-8-27 {
    gap: 8px 27px !important
}

.gap-8-28 {
    gap: 8px 28px !important
}

.gap-8-29 {
    gap: 8px 29px !important
}

.gap-8-30 {
    gap: 8px 30px !important
}

.gap-9-0 {
    gap: 9px 0px !important
}

.gap-9-1 {
    gap: 9px 1px !important
}

.gap-9-2 {
    gap: 9px 2px !important
}

.gap-9-3 {
    gap: 9px 3px !important
}

.gap-9-4 {
    gap: 9px 4px !important
}

.gap-9-5 {
    gap: 9px 5px !important
}

.gap-9-6 {
    gap: 9px 6px !important
}

.gap-9-7 {
    gap: 9px 7px !important
}

.gap-9-8 {
    gap: 9px 8px !important
}

.gap-9-9 {
    gap: 9px 9px !important
}

.gap-9-10 {
    gap: 9px 10px !important
}

.gap-9-11 {
    gap: 9px 11px !important
}

.gap-9-12 {
    gap: 9px 12px !important
}

.gap-9-13 {
    gap: 9px 13px !important
}

.gap-9-14 {
    gap: 9px 14px !important
}

.gap-9-15 {
    gap: 9px 15px !important
}

.gap-9-16 {
    gap: 9px 16px !important
}

.gap-9-17 {
    gap: 9px 17px !important
}

.gap-9-18 {
    gap: 9px 18px !important
}

.gap-9-19 {
    gap: 9px 19px !important
}

.gap-9-20 {
    gap: 9px 20px !important
}

.gap-9-21 {
    gap: 9px 21px !important
}

.gap-9-22 {
    gap: 9px 22px !important
}

.gap-9-23 {
    gap: 9px 23px !important
}

.gap-9-24 {
    gap: 9px 24px !important
}

.gap-9-25 {
    gap: 9px 25px !important
}

.gap-9-26 {
    gap: 9px 26px !important
}

.gap-9-27 {
    gap: 9px 27px !important
}

.gap-9-28 {
    gap: 9px 28px !important
}

.gap-9-29 {
    gap: 9px 29px !important
}

.gap-9-30 {
    gap: 9px 30px !important
}

.gap-10-0 {
    gap: 10px 0px !important
}

.gap-10-1 {
    gap: 10px 1px !important
}

.gap-10-2 {
    gap: 10px 2px !important
}

.gap-10-3 {
    gap: 10px 3px !important
}

.gap-10-4 {
    gap: 10px 4px !important
}

.gap-10-5 {
    gap: 10px 5px !important
}

.gap-10-6 {
    gap: 10px 6px !important
}

.gap-10-7 {
    gap: 10px 7px !important
}

.gap-10-8 {
    gap: 10px 8px !important
}

.gap-10-9 {
    gap: 10px 9px !important
}

.gap-10-10 {
    gap: 10px 10px !important
}

.gap-10-11 {
    gap: 10px 11px !important
}

.gap-10-12 {
    gap: 10px 12px !important
}

.gap-10-13 {
    gap: 10px 13px !important
}

.gap-10-14 {
    gap: 10px 14px !important
}

.gap-10-15 {
    gap: 10px 15px !important
}

.gap-10-16 {
    gap: 10px 16px !important
}

.gap-10-17 {
    gap: 10px 17px !important
}

.gap-10-18 {
    gap: 10px 18px !important
}

.gap-10-19 {
    gap: 10px 19px !important
}

.gap-10-20 {
    gap: 10px 20px !important
}

.gap-10-21 {
    gap: 10px 21px !important
}

.gap-10-22 {
    gap: 10px 22px !important
}

.gap-10-23 {
    gap: 10px 23px !important
}

.gap-10-24 {
    gap: 10px 24px !important
}

.gap-10-25 {
    gap: 10px 25px !important
}

.gap-10-26 {
    gap: 10px 26px !important
}

.gap-10-27 {
    gap: 10px 27px !important
}

.gap-10-28 {
    gap: 10px 28px !important
}

.gap-10-29 {
    gap: 10px 29px !important
}

.gap-10-30 {
    gap: 10px 30px !important
}

.gap-11-0 {
    gap: 11px 0px !important
}

.gap-11-1 {
    gap: 11px 1px !important
}

.gap-11-2 {
    gap: 11px 2px !important
}

.gap-11-3 {
    gap: 11px 3px !important
}

.gap-11-4 {
    gap: 11px 4px !important
}

.gap-11-5 {
    gap: 11px 5px !important
}

.gap-11-6 {
    gap: 11px 6px !important
}

.gap-11-7 {
    gap: 11px 7px !important
}

.gap-11-8 {
    gap: 11px 8px !important
}

.gap-11-9 {
    gap: 11px 9px !important
}

.gap-11-10 {
    gap: 11px 10px !important
}

.gap-11-11 {
    gap: 11px 11px !important
}

.gap-11-12 {
    gap: 11px 12px !important
}

.gap-11-13 {
    gap: 11px 13px !important
}

.gap-11-14 {
    gap: 11px 14px !important
}

.gap-11-15 {
    gap: 11px 15px !important
}

.gap-11-16 {
    gap: 11px 16px !important
}

.gap-11-17 {
    gap: 11px 17px !important
}

.gap-11-18 {
    gap: 11px 18px !important
}

.gap-11-19 {
    gap: 11px 19px !important
}

.gap-11-20 {
    gap: 11px 20px !important
}

.gap-11-21 {
    gap: 11px 21px !important
}

.gap-11-22 {
    gap: 11px 22px !important
}

.gap-11-23 {
    gap: 11px 23px !important
}

.gap-11-24 {
    gap: 11px 24px !important
}

.gap-11-25 {
    gap: 11px 25px !important
}

.gap-11-26 {
    gap: 11px 26px !important
}

.gap-11-27 {
    gap: 11px 27px !important
}

.gap-11-28 {
    gap: 11px 28px !important
}

.gap-11-29 {
    gap: 11px 29px !important
}

.gap-11-30 {
    gap: 11px 30px !important
}

.gap-12-0 {
    gap: 12px 0px !important
}

.gap-12-1 {
    gap: 12px 1px !important
}

.gap-12-2 {
    gap: 12px 2px !important
}

.gap-12-3 {
    gap: 12px 3px !important
}

.gap-12-4 {
    gap: 12px 4px !important
}

.gap-12-5 {
    gap: 12px 5px !important
}

.gap-12-6 {
    gap: 12px 6px !important
}

.gap-12-7 {
    gap: 12px 7px !important
}

.gap-12-8 {
    gap: 12px 8px !important
}

.gap-12-9 {
    gap: 12px 9px !important
}

.gap-12-10 {
    gap: 12px 10px !important
}

.gap-12-11 {
    gap: 12px 11px !important
}

.gap-12-12 {
    gap: 12px 12px !important
}

.gap-12-13 {
    gap: 12px 13px !important
}

.gap-12-14 {
    gap: 12px 14px !important
}

.gap-12-15 {
    gap: 12px 15px !important
}

.gap-12-16 {
    gap: 12px 16px !important
}

.gap-12-17 {
    gap: 12px 17px !important
}

.gap-12-18 {
    gap: 12px 18px !important
}

.gap-12-19 {
    gap: 12px 19px !important
}

.gap-12-20 {
    gap: 12px 20px !important
}

.gap-12-21 {
    gap: 12px 21px !important
}

.gap-12-22 {
    gap: 12px 22px !important
}

.gap-12-23 {
    gap: 12px 23px !important
}

.gap-12-24 {
    gap: 12px 24px !important
}

.gap-12-25 {
    gap: 12px 25px !important
}

.gap-12-26 {
    gap: 12px 26px !important
}

.gap-12-27 {
    gap: 12px 27px !important
}

.gap-12-28 {
    gap: 12px 28px !important
}

.gap-12-29 {
    gap: 12px 29px !important
}

.gap-12-30 {
    gap: 12px 30px !important
}

.gap-13-0 {
    gap: 13px 0px !important
}

.gap-13-1 {
    gap: 13px 1px !important
}

.gap-13-2 {
    gap: 13px 2px !important
}

.gap-13-3 {
    gap: 13px 3px !important
}

.gap-13-4 {
    gap: 13px 4px !important
}

.gap-13-5 {
    gap: 13px 5px !important
}

.gap-13-6 {
    gap: 13px 6px !important
}

.gap-13-7 {
    gap: 13px 7px !important
}

.gap-13-8 {
    gap: 13px 8px !important
}

.gap-13-9 {
    gap: 13px 9px !important
}

.gap-13-10 {
    gap: 13px 10px !important
}

.gap-13-11 {
    gap: 13px 11px !important
}

.gap-13-12 {
    gap: 13px 12px !important
}

.gap-13-13 {
    gap: 13px 13px !important
}

.gap-13-14 {
    gap: 13px 14px !important
}

.gap-13-15 {
    gap: 13px 15px !important
}

.gap-13-16 {
    gap: 13px 16px !important
}

.gap-13-17 {
    gap: 13px 17px !important
}

.gap-13-18 {
    gap: 13px 18px !important
}

.gap-13-19 {
    gap: 13px 19px !important
}

.gap-13-20 {
    gap: 13px 20px !important
}

.gap-13-21 {
    gap: 13px 21px !important
}

.gap-13-22 {
    gap: 13px 22px !important
}

.gap-13-23 {
    gap: 13px 23px !important
}

.gap-13-24 {
    gap: 13px 24px !important
}

.gap-13-25 {
    gap: 13px 25px !important
}

.gap-13-26 {
    gap: 13px 26px !important
}

.gap-13-27 {
    gap: 13px 27px !important
}

.gap-13-28 {
    gap: 13px 28px !important
}

.gap-13-29 {
    gap: 13px 29px !important
}

.gap-13-30 {
    gap: 13px 30px !important
}

.gap-14-0 {
    gap: 14px 0px !important
}

.gap-14-1 {
    gap: 14px 1px !important
}

.gap-14-2 {
    gap: 14px 2px !important
}

.gap-14-3 {
    gap: 14px 3px !important
}

.gap-14-4 {
    gap: 14px 4px !important
}

.gap-14-5 {
    gap: 14px 5px !important
}

.gap-14-6 {
    gap: 14px 6px !important
}

.gap-14-7 {
    gap: 14px 7px !important
}

.gap-14-8 {
    gap: 14px 8px !important
}

.gap-14-9 {
    gap: 14px 9px !important
}

.gap-14-10 {
    gap: 14px 10px !important
}

.gap-14-11 {
    gap: 14px 11px !important
}

.gap-14-12 {
    gap: 14px 12px !important
}

.gap-14-13 {
    gap: 14px 13px !important
}

.gap-14-14 {
    gap: 14px 14px !important
}

.gap-14-15 {
    gap: 14px 15px !important
}

.gap-14-16 {
    gap: 14px 16px !important
}

.gap-14-17 {
    gap: 14px 17px !important
}

.gap-14-18 {
    gap: 14px 18px !important
}

.gap-14-19 {
    gap: 14px 19px !important
}

.gap-14-20 {
    gap: 14px 20px !important
}

.gap-14-21 {
    gap: 14px 21px !important
}

.gap-14-22 {
    gap: 14px 22px !important
}

.gap-14-23 {
    gap: 14px 23px !important
}

.gap-14-24 {
    gap: 14px 24px !important
}

.gap-14-25 {
    gap: 14px 25px !important
}

.gap-14-26 {
    gap: 14px 26px !important
}

.gap-14-27 {
    gap: 14px 27px !important
}

.gap-14-28 {
    gap: 14px 28px !important
}

.gap-14-29 {
    gap: 14px 29px !important
}

.gap-14-30 {
    gap: 14px 30px !important
}

.gap-15-0 {
    gap: 15px 0px !important
}

.gap-15-1 {
    gap: 15px 1px !important
}

.gap-15-2 {
    gap: 15px 2px !important
}

.gap-15-3 {
    gap: 15px 3px !important
}

.gap-15-4 {
    gap: 15px 4px !important
}

.gap-15-5 {
    gap: 15px 5px !important
}

.gap-15-6 {
    gap: 15px 6px !important
}

.gap-15-7 {
    gap: 15px 7px !important
}

.gap-15-8 {
    gap: 15px 8px !important
}

.gap-15-9 {
    gap: 15px 9px !important
}

.gap-15-10 {
    gap: 15px 10px !important
}

.gap-15-11 {
    gap: 15px 11px !important
}

.gap-15-12 {
    gap: 15px 12px !important
}

.gap-15-13 {
    gap: 15px 13px !important
}

.gap-15-14 {
    gap: 15px 14px !important
}

.gap-15-15 {
    gap: 15px 15px !important
}

.gap-15-16 {
    gap: 15px 16px !important
}

.gap-15-17 {
    gap: 15px 17px !important
}

.gap-15-18 {
    gap: 15px 18px !important
}

.gap-15-19 {
    gap: 15px 19px !important
}

.gap-15-20 {
    gap: 15px 20px !important
}

.gap-15-21 {
    gap: 15px 21px !important
}

.gap-15-22 {
    gap: 15px 22px !important
}

.gap-15-23 {
    gap: 15px 23px !important
}

.gap-15-24 {
    gap: 15px 24px !important
}

.gap-15-25 {
    gap: 15px 25px !important
}

.gap-15-26 {
    gap: 15px 26px !important
}

.gap-15-27 {
    gap: 15px 27px !important
}

.gap-15-28 {
    gap: 15px 28px !important
}

.gap-15-29 {
    gap: 15px 29px !important
}

.gap-15-30 {
    gap: 15px 30px !important
}

.gap-16-0 {
    gap: 16px 0px !important
}

.gap-16-1 {
    gap: 16px 1px !important
}

.gap-16-2 {
    gap: 16px 2px !important
}

.gap-16-3 {
    gap: 16px 3px !important
}

.gap-16-4 {
    gap: 16px 4px !important
}

.gap-16-5 {
    gap: 16px 5px !important
}

.gap-16-6 {
    gap: 16px 6px !important
}

.gap-16-7 {
    gap: 16px 7px !important
}

.gap-16-8 {
    gap: 16px 8px !important
}

.gap-16-9 {
    gap: 16px 9px !important
}

.gap-16-10 {
    gap: 16px 10px !important
}

.gap-16-11 {
    gap: 16px 11px !important
}

.gap-16-12 {
    gap: 16px 12px !important
}

.gap-16-13 {
    gap: 16px 13px !important
}

.gap-16-14 {
    gap: 16px 14px !important
}

.gap-16-15 {
    gap: 16px 15px !important
}

.gap-16-16 {
    gap: 16px 16px !important
}

.gap-16-17 {
    gap: 16px 17px !important
}

.gap-16-18 {
    gap: 16px 18px !important
}

.gap-16-19 {
    gap: 16px 19px !important
}

.gap-16-20 {
    gap: 16px 20px !important
}

.gap-16-21 {
    gap: 16px 21px !important
}

.gap-16-22 {
    gap: 16px 22px !important
}

.gap-16-23 {
    gap: 16px 23px !important
}

.gap-16-24 {
    gap: 16px 24px !important
}

.gap-16-25 {
    gap: 16px 25px !important
}

.gap-16-26 {
    gap: 16px 26px !important
}

.gap-16-27 {
    gap: 16px 27px !important
}

.gap-16-28 {
    gap: 16px 28px !important
}

.gap-16-29 {
    gap: 16px 29px !important
}

.gap-16-30 {
    gap: 16px 30px !important
}

.gap-17-0 {
    gap: 17px 0px !important
}

.gap-17-1 {
    gap: 17px 1px !important
}

.gap-17-2 {
    gap: 17px 2px !important
}

.gap-17-3 {
    gap: 17px 3px !important
}

.gap-17-4 {
    gap: 17px 4px !important
}

.gap-17-5 {
    gap: 17px 5px !important
}

.gap-17-6 {
    gap: 17px 6px !important
}

.gap-17-7 {
    gap: 17px 7px !important
}

.gap-17-8 {
    gap: 17px 8px !important
}

.gap-17-9 {
    gap: 17px 9px !important
}

.gap-17-10 {
    gap: 17px 10px !important
}

.gap-17-11 {
    gap: 17px 11px !important
}

.gap-17-12 {
    gap: 17px 12px !important
}

.gap-17-13 {
    gap: 17px 13px !important
}

.gap-17-14 {
    gap: 17px 14px !important
}

.gap-17-15 {
    gap: 17px 15px !important
}

.gap-17-16 {
    gap: 17px 16px !important
}

.gap-17-17 {
    gap: 17px 17px !important
}

.gap-17-18 {
    gap: 17px 18px !important
}

.gap-17-19 {
    gap: 17px 19px !important
}

.gap-17-20 {
    gap: 17px 20px !important
}

.gap-17-21 {
    gap: 17px 21px !important
}

.gap-17-22 {
    gap: 17px 22px !important
}

.gap-17-23 {
    gap: 17px 23px !important
}

.gap-17-24 {
    gap: 17px 24px !important
}

.gap-17-25 {
    gap: 17px 25px !important
}

.gap-17-26 {
    gap: 17px 26px !important
}

.gap-17-27 {
    gap: 17px 27px !important
}

.gap-17-28 {
    gap: 17px 28px !important
}

.gap-17-29 {
    gap: 17px 29px !important
}

.gap-17-30 {
    gap: 17px 30px !important
}

.gap-18-0 {
    gap: 18px 0px !important
}

.gap-18-1 {
    gap: 18px 1px !important
}

.gap-18-2 {
    gap: 18px 2px !important
}

.gap-18-3 {
    gap: 18px 3px !important
}

.gap-18-4 {
    gap: 18px 4px !important
}

.gap-18-5 {
    gap: 18px 5px !important
}

.gap-18-6 {
    gap: 18px 6px !important
}

.gap-18-7 {
    gap: 18px 7px !important
}

.gap-18-8 {
    gap: 18px 8px !important
}

.gap-18-9 {
    gap: 18px 9px !important
}

.gap-18-10 {
    gap: 18px 10px !important
}

.gap-18-11 {
    gap: 18px 11px !important
}

.gap-18-12 {
    gap: 18px 12px !important
}

.gap-18-13 {
    gap: 18px 13px !important
}

.gap-18-14 {
    gap: 18px 14px !important
}

.gap-18-15 {
    gap: 18px 15px !important
}

.gap-18-16 {
    gap: 18px 16px !important
}

.gap-18-17 {
    gap: 18px 17px !important
}

.gap-18-18 {
    gap: 18px 18px !important
}

.gap-18-19 {
    gap: 18px 19px !important
}

.gap-18-20 {
    gap: 18px 20px !important
}

.gap-18-21 {
    gap: 18px 21px !important
}

.gap-18-22 {
    gap: 18px 22px !important
}

.gap-18-23 {
    gap: 18px 23px !important
}

.gap-18-24 {
    gap: 18px 24px !important
}

.gap-18-25 {
    gap: 18px 25px !important
}

.gap-18-26 {
    gap: 18px 26px !important
}

.gap-18-27 {
    gap: 18px 27px !important
}

.gap-18-28 {
    gap: 18px 28px !important
}

.gap-18-29 {
    gap: 18px 29px !important
}

.gap-18-30 {
    gap: 18px 30px !important
}

.gap-19-0 {
    gap: 19px 0px !important
}

.gap-19-1 {
    gap: 19px 1px !important
}

.gap-19-2 {
    gap: 19px 2px !important
}

.gap-19-3 {
    gap: 19px 3px !important
}

.gap-19-4 {
    gap: 19px 4px !important
}

.gap-19-5 {
    gap: 19px 5px !important
}

.gap-19-6 {
    gap: 19px 6px !important
}

.gap-19-7 {
    gap: 19px 7px !important
}

.gap-19-8 {
    gap: 19px 8px !important
}

.gap-19-9 {
    gap: 19px 9px !important
}

.gap-19-10 {
    gap: 19px 10px !important
}

.gap-19-11 {
    gap: 19px 11px !important
}

.gap-19-12 {
    gap: 19px 12px !important
}

.gap-19-13 {
    gap: 19px 13px !important
}

.gap-19-14 {
    gap: 19px 14px !important
}

.gap-19-15 {
    gap: 19px 15px !important
}

.gap-19-16 {
    gap: 19px 16px !important
}

.gap-19-17 {
    gap: 19px 17px !important
}

.gap-19-18 {
    gap: 19px 18px !important
}

.gap-19-19 {
    gap: 19px 19px !important
}

.gap-19-20 {
    gap: 19px 20px !important
}

.gap-19-21 {
    gap: 19px 21px !important
}

.gap-19-22 {
    gap: 19px 22px !important
}

.gap-19-23 {
    gap: 19px 23px !important
}

.gap-19-24 {
    gap: 19px 24px !important
}

.gap-19-25 {
    gap: 19px 25px !important
}

.gap-19-26 {
    gap: 19px 26px !important
}

.gap-19-27 {
    gap: 19px 27px !important
}

.gap-19-28 {
    gap: 19px 28px !important
}

.gap-19-29 {
    gap: 19px 29px !important
}

.gap-19-30 {
    gap: 19px 30px !important
}

.gap-20-0 {
    gap: 20px 0px !important
}

.gap-20-1 {
    gap: 20px 1px !important
}

.gap-20-2 {
    gap: 20px 2px !important
}

.gap-20-3 {
    gap: 20px 3px !important
}

.gap-20-4 {
    gap: 20px 4px !important
}

.gap-20-5 {
    gap: 20px 5px !important
}

.gap-20-6 {
    gap: 20px 6px !important
}

.gap-20-7 {
    gap: 20px 7px !important
}

.gap-20-8 {
    gap: 20px 8px !important
}

.gap-20-9 {
    gap: 20px 9px !important
}

.gap-20-10 {
    gap: 20px 10px !important
}

.gap-20-11 {
    gap: 20px 11px !important
}

.gap-20-12 {
    gap: 20px 12px !important
}

.gap-20-13 {
    gap: 20px 13px !important
}

.gap-20-14 {
    gap: 20px 14px !important
}

.gap-20-15 {
    gap: 20px 15px !important
}

.gap-20-16 {
    gap: 20px 16px !important
}

.gap-20-17 {
    gap: 20px 17px !important
}

.gap-20-18 {
    gap: 20px 18px !important
}

.gap-20-19 {
    gap: 20px 19px !important
}

.gap-20-20 {
    gap: 20px 20px !important
}

.gap-20-21 {
    gap: 20px 21px !important
}

.gap-20-22 {
    gap: 20px 22px !important
}

.gap-20-23 {
    gap: 20px 23px !important
}

.gap-20-24 {
    gap: 20px 24px !important
}

.gap-20-25 {
    gap: 20px 25px !important
}

.gap-20-26 {
    gap: 20px 26px !important
}

.gap-20-27 {
    gap: 20px 27px !important
}

.gap-20-28 {
    gap: 20px 28px !important
}

.gap-20-29 {
    gap: 20px 29px !important
}

.gap-20-30 {
    gap: 20px 30px !important
}

.gap-21-0 {
    gap: 21px 0px !important
}

.gap-21-1 {
    gap: 21px 1px !important
}

.gap-21-2 {
    gap: 21px 2px !important
}

.gap-21-3 {
    gap: 21px 3px !important
}

.gap-21-4 {
    gap: 21px 4px !important
}

.gap-21-5 {
    gap: 21px 5px !important
}

.gap-21-6 {
    gap: 21px 6px !important
}

.gap-21-7 {
    gap: 21px 7px !important
}

.gap-21-8 {
    gap: 21px 8px !important
}

.gap-21-9 {
    gap: 21px 9px !important
}

.gap-21-10 {
    gap: 21px 10px !important
}

.gap-21-11 {
    gap: 21px 11px !important
}

.gap-21-12 {
    gap: 21px 12px !important
}

.gap-21-13 {
    gap: 21px 13px !important
}

.gap-21-14 {
    gap: 21px 14px !important
}

.gap-21-15 {
    gap: 21px 15px !important
}

.gap-21-16 {
    gap: 21px 16px !important
}

.gap-21-17 {
    gap: 21px 17px !important
}

.gap-21-18 {
    gap: 21px 18px !important
}

.gap-21-19 {
    gap: 21px 19px !important
}

.gap-21-20 {
    gap: 21px 20px !important
}

.gap-21-21 {
    gap: 21px 21px !important
}

.gap-21-22 {
    gap: 21px 22px !important
}

.gap-21-23 {
    gap: 21px 23px !important
}

.gap-21-24 {
    gap: 21px 24px !important
}

.gap-21-25 {
    gap: 21px 25px !important
}

.gap-21-26 {
    gap: 21px 26px !important
}

.gap-21-27 {
    gap: 21px 27px !important
}

.gap-21-28 {
    gap: 21px 28px !important
}

.gap-21-29 {
    gap: 21px 29px !important
}

.gap-21-30 {
    gap: 21px 30px !important
}

.gap-22-0 {
    gap: 22px 0px !important
}

.gap-22-1 {
    gap: 22px 1px !important
}

.gap-22-2 {
    gap: 22px 2px !important
}

.gap-22-3 {
    gap: 22px 3px !important
}

.gap-22-4 {
    gap: 22px 4px !important
}

.gap-22-5 {
    gap: 22px 5px !important
}

.gap-22-6 {
    gap: 22px 6px !important
}

.gap-22-7 {
    gap: 22px 7px !important
}

.gap-22-8 {
    gap: 22px 8px !important
}

.gap-22-9 {
    gap: 22px 9px !important
}

.gap-22-10 {
    gap: 22px 10px !important
}

.gap-22-11 {
    gap: 22px 11px !important
}

.gap-22-12 {
    gap: 22px 12px !important
}

.gap-22-13 {
    gap: 22px 13px !important
}

.gap-22-14 {
    gap: 22px 14px !important
}

.gap-22-15 {
    gap: 22px 15px !important
}

.gap-22-16 {
    gap: 22px 16px !important
}

.gap-22-17 {
    gap: 22px 17px !important
}

.gap-22-18 {
    gap: 22px 18px !important
}

.gap-22-19 {
    gap: 22px 19px !important
}

.gap-22-20 {
    gap: 22px 20px !important
}

.gap-22-21 {
    gap: 22px 21px !important
}

.gap-22-22 {
    gap: 22px 22px !important
}

.gap-22-23 {
    gap: 22px 23px !important
}

.gap-22-24 {
    gap: 22px 24px !important
}

.gap-22-25 {
    gap: 22px 25px !important
}

.gap-22-26 {
    gap: 22px 26px !important
}

.gap-22-27 {
    gap: 22px 27px !important
}

.gap-22-28 {
    gap: 22px 28px !important
}

.gap-22-29 {
    gap: 22px 29px !important
}

.gap-22-30 {
    gap: 22px 30px !important
}

.gap-23-0 {
    gap: 23px 0px !important
}

.gap-23-1 {
    gap: 23px 1px !important
}

.gap-23-2 {
    gap: 23px 2px !important
}

.gap-23-3 {
    gap: 23px 3px !important
}

.gap-23-4 {
    gap: 23px 4px !important
}

.gap-23-5 {
    gap: 23px 5px !important
}

.gap-23-6 {
    gap: 23px 6px !important
}

.gap-23-7 {
    gap: 23px 7px !important
}

.gap-23-8 {
    gap: 23px 8px !important
}

.gap-23-9 {
    gap: 23px 9px !important
}

.gap-23-10 {
    gap: 23px 10px !important
}

.gap-23-11 {
    gap: 23px 11px !important
}

.gap-23-12 {
    gap: 23px 12px !important
}

.gap-23-13 {
    gap: 23px 13px !important
}

.gap-23-14 {
    gap: 23px 14px !important
}

.gap-23-15 {
    gap: 23px 15px !important
}

.gap-23-16 {
    gap: 23px 16px !important
}

.gap-23-17 {
    gap: 23px 17px !important
}

.gap-23-18 {
    gap: 23px 18px !important
}

.gap-23-19 {
    gap: 23px 19px !important
}

.gap-23-20 {
    gap: 23px 20px !important
}

.gap-23-21 {
    gap: 23px 21px !important
}

.gap-23-22 {
    gap: 23px 22px !important
}

.gap-23-23 {
    gap: 23px 23px !important
}

.gap-23-24 {
    gap: 23px 24px !important
}

.gap-23-25 {
    gap: 23px 25px !important
}

.gap-23-26 {
    gap: 23px 26px !important
}

.gap-23-27 {
    gap: 23px 27px !important
}

.gap-23-28 {
    gap: 23px 28px !important
}

.gap-23-29 {
    gap: 23px 29px !important
}

.gap-23-30 {
    gap: 23px 30px !important
}

.gap-24-0 {
    gap: 24px 0px !important
}

.gap-24-1 {
    gap: 24px 1px !important
}

.gap-24-2 {
    gap: 24px 2px !important
}

.gap-24-3 {
    gap: 24px 3px !important
}

.gap-24-4 {
    gap: 24px 4px !important
}

.gap-24-5 {
    gap: 24px 5px !important
}

.gap-24-6 {
    gap: 24px 6px !important
}

.gap-24-7 {
    gap: 24px 7px !important
}

.gap-24-8 {
    gap: 24px 8px !important
}

.gap-24-9 {
    gap: 24px 9px !important
}

.gap-24-10 {
    gap: 24px 10px !important
}

.gap-24-11 {
    gap: 24px 11px !important
}

.gap-24-12 {
    gap: 24px 12px !important
}

.gap-24-13 {
    gap: 24px 13px !important
}

.gap-24-14 {
    gap: 24px 14px !important
}

.gap-24-15 {
    gap: 24px 15px !important
}

.gap-24-16 {
    gap: 24px 16px !important
}

.gap-24-17 {
    gap: 24px 17px !important
}

.gap-24-18 {
    gap: 24px 18px !important
}

.gap-24-19 {
    gap: 24px 19px !important
}

.gap-24-20 {
    gap: 24px 20px !important
}

.gap-24-21 {
    gap: 24px 21px !important
}

.gap-24-22 {
    gap: 24px 22px !important
}

.gap-24-23 {
    gap: 24px 23px !important
}

.gap-24-24 {
    gap: 24px 24px !important
}

.gap-24-25 {
    gap: 24px 25px !important
}

.gap-24-26 {
    gap: 24px 26px !important
}

.gap-24-27 {
    gap: 24px 27px !important
}

.gap-24-28 {
    gap: 24px 28px !important
}

.gap-24-29 {
    gap: 24px 29px !important
}

.gap-24-30 {
    gap: 24px 30px !important
}

.gap-25-0 {
    gap: 25px 0px !important
}

.gap-25-1 {
    gap: 25px 1px !important
}

.gap-25-2 {
    gap: 25px 2px !important
}

.gap-25-3 {
    gap: 25px 3px !important
}

.gap-25-4 {
    gap: 25px 4px !important
}

.gap-25-5 {
    gap: 25px 5px !important
}

.gap-25-6 {
    gap: 25px 6px !important
}

.gap-25-7 {
    gap: 25px 7px !important
}

.gap-25-8 {
    gap: 25px 8px !important
}

.gap-25-9 {
    gap: 25px 9px !important
}

.gap-25-10 {
    gap: 25px 10px !important
}

.gap-25-11 {
    gap: 25px 11px !important
}

.gap-25-12 {
    gap: 25px 12px !important
}

.gap-25-13 {
    gap: 25px 13px !important
}

.gap-25-14 {
    gap: 25px 14px !important
}

.gap-25-15 {
    gap: 25px 15px !important
}

.gap-25-16 {
    gap: 25px 16px !important
}

.gap-25-17 {
    gap: 25px 17px !important
}

.gap-25-18 {
    gap: 25px 18px !important
}

.gap-25-19 {
    gap: 25px 19px !important
}

.gap-25-20 {
    gap: 25px 20px !important
}

.gap-25-21 {
    gap: 25px 21px !important
}

.gap-25-22 {
    gap: 25px 22px !important
}

.gap-25-23 {
    gap: 25px 23px !important
}

.gap-25-24 {
    gap: 25px 24px !important
}

.gap-25-25 {
    gap: 25px 25px !important
}

.gap-25-26 {
    gap: 25px 26px !important
}

.gap-25-27 {
    gap: 25px 27px !important
}

.gap-25-28 {
    gap: 25px 28px !important
}

.gap-25-29 {
    gap: 25px 29px !important
}

.gap-25-30 {
    gap: 25px 30px !important
}

.gap-26-0 {
    gap: 26px 0px !important
}

.gap-26-1 {
    gap: 26px 1px !important
}

.gap-26-2 {
    gap: 26px 2px !important
}

.gap-26-3 {
    gap: 26px 3px !important
}

.gap-26-4 {
    gap: 26px 4px !important
}

.gap-26-5 {
    gap: 26px 5px !important
}

.gap-26-6 {
    gap: 26px 6px !important
}

.gap-26-7 {
    gap: 26px 7px !important
}

.gap-26-8 {
    gap: 26px 8px !important
}

.gap-26-9 {
    gap: 26px 9px !important
}

.gap-26-10 {
    gap: 26px 10px !important
}

.gap-26-11 {
    gap: 26px 11px !important
}

.gap-26-12 {
    gap: 26px 12px !important
}

.gap-26-13 {
    gap: 26px 13px !important
}

.gap-26-14 {
    gap: 26px 14px !important
}

.gap-26-15 {
    gap: 26px 15px !important
}

.gap-26-16 {
    gap: 26px 16px !important
}

.gap-26-17 {
    gap: 26px 17px !important
}

.gap-26-18 {
    gap: 26px 18px !important
}

.gap-26-19 {
    gap: 26px 19px !important
}

.gap-26-20 {
    gap: 26px 20px !important
}

.gap-26-21 {
    gap: 26px 21px !important
}

.gap-26-22 {
    gap: 26px 22px !important
}

.gap-26-23 {
    gap: 26px 23px !important
}

.gap-26-24 {
    gap: 26px 24px !important
}

.gap-26-25 {
    gap: 26px 25px !important
}

.gap-26-26 {
    gap: 26px 26px !important
}

.gap-26-27 {
    gap: 26px 27px !important
}

.gap-26-28 {
    gap: 26px 28px !important
}

.gap-26-29 {
    gap: 26px 29px !important
}

.gap-26-30 {
    gap: 26px 30px !important
}

.gap-27-0 {
    gap: 27px 0px !important
}

.gap-27-1 {
    gap: 27px 1px !important
}

.gap-27-2 {
    gap: 27px 2px !important
}

.gap-27-3 {
    gap: 27px 3px !important
}

.gap-27-4 {
    gap: 27px 4px !important
}

.gap-27-5 {
    gap: 27px 5px !important
}

.gap-27-6 {
    gap: 27px 6px !important
}

.gap-27-7 {
    gap: 27px 7px !important
}

.gap-27-8 {
    gap: 27px 8px !important
}

.gap-27-9 {
    gap: 27px 9px !important
}

.gap-27-10 {
    gap: 27px 10px !important
}

.gap-27-11 {
    gap: 27px 11px !important
}

.gap-27-12 {
    gap: 27px 12px !important
}

.gap-27-13 {
    gap: 27px 13px !important
}

.gap-27-14 {
    gap: 27px 14px !important
}

.gap-27-15 {
    gap: 27px 15px !important
}

.gap-27-16 {
    gap: 27px 16px !important
}

.gap-27-17 {
    gap: 27px 17px !important
}

.gap-27-18 {
    gap: 27px 18px !important
}

.gap-27-19 {
    gap: 27px 19px !important
}

.gap-27-20 {
    gap: 27px 20px !important
}

.gap-27-21 {
    gap: 27px 21px !important
}

.gap-27-22 {
    gap: 27px 22px !important
}

.gap-27-23 {
    gap: 27px 23px !important
}

.gap-27-24 {
    gap: 27px 24px !important
}

.gap-27-25 {
    gap: 27px 25px !important
}

.gap-27-26 {
    gap: 27px 26px !important
}

.gap-27-27 {
    gap: 27px 27px !important
}

.gap-27-28 {
    gap: 27px 28px !important
}

.gap-27-29 {
    gap: 27px 29px !important
}

.gap-27-30 {
    gap: 27px 30px !important
}

.gap-28-0 {
    gap: 28px 0px !important
}

.gap-28-1 {
    gap: 28px 1px !important
}

.gap-28-2 {
    gap: 28px 2px !important
}

.gap-28-3 {
    gap: 28px 3px !important
}

.gap-28-4 {
    gap: 28px 4px !important
}

.gap-28-5 {
    gap: 28px 5px !important
}

.gap-28-6 {
    gap: 28px 6px !important
}

.gap-28-7 {
    gap: 28px 7px !important
}

.gap-28-8 {
    gap: 28px 8px !important
}

.gap-28-9 {
    gap: 28px 9px !important
}

.gap-28-10 {
    gap: 28px 10px !important
}

.gap-28-11 {
    gap: 28px 11px !important
}

.gap-28-12 {
    gap: 28px 12px !important
}

.gap-28-13 {
    gap: 28px 13px !important
}

.gap-28-14 {
    gap: 28px 14px !important
}

.gap-28-15 {
    gap: 28px 15px !important
}

.gap-28-16 {
    gap: 28px 16px !important
}

.gap-28-17 {
    gap: 28px 17px !important
}

.gap-28-18 {
    gap: 28px 18px !important
}

.gap-28-19 {
    gap: 28px 19px !important
}

.gap-28-20 {
    gap: 28px 20px !important
}

.gap-28-21 {
    gap: 28px 21px !important
}

.gap-28-22 {
    gap: 28px 22px !important
}

.gap-28-23 {
    gap: 28px 23px !important
}

.gap-28-24 {
    gap: 28px 24px !important
}

.gap-28-25 {
    gap: 28px 25px !important
}

.gap-28-26 {
    gap: 28px 26px !important
}

.gap-28-27 {
    gap: 28px 27px !important
}

.gap-28-28 {
    gap: 28px 28px !important
}

.gap-28-29 {
    gap: 28px 29px !important
}

.gap-28-30 {
    gap: 28px 30px !important
}

.gap-29-0 {
    gap: 29px 0px !important
}

.gap-29-1 {
    gap: 29px 1px !important
}

.gap-29-2 {
    gap: 29px 2px !important
}

.gap-29-3 {
    gap: 29px 3px !important
}

.gap-29-4 {
    gap: 29px 4px !important
}

.gap-29-5 {
    gap: 29px 5px !important
}

.gap-29-6 {
    gap: 29px 6px !important
}

.gap-29-7 {
    gap: 29px 7px !important
}

.gap-29-8 {
    gap: 29px 8px !important
}

.gap-29-9 {
    gap: 29px 9px !important
}

.gap-29-10 {
    gap: 29px 10px !important
}

.gap-29-11 {
    gap: 29px 11px !important
}

.gap-29-12 {
    gap: 29px 12px !important
}

.gap-29-13 {
    gap: 29px 13px !important
}

.gap-29-14 {
    gap: 29px 14px !important
}

.gap-29-15 {
    gap: 29px 15px !important
}

.gap-29-16 {
    gap: 29px 16px !important
}

.gap-29-17 {
    gap: 29px 17px !important
}

.gap-29-18 {
    gap: 29px 18px !important
}

.gap-29-19 {
    gap: 29px 19px !important
}

.gap-29-20 {
    gap: 29px 20px !important
}

.gap-29-21 {
    gap: 29px 21px !important
}

.gap-29-22 {
    gap: 29px 22px !important
}

.gap-29-23 {
    gap: 29px 23px !important
}

.gap-29-24 {
    gap: 29px 24px !important
}

.gap-29-25 {
    gap: 29px 25px !important
}

.gap-29-26 {
    gap: 29px 26px !important
}

.gap-29-27 {
    gap: 29px 27px !important
}

.gap-29-28 {
    gap: 29px 28px !important
}

.gap-29-29 {
    gap: 29px 29px !important
}

.gap-29-30 {
    gap: 29px 30px !important
}

.gap-30-0 {
    gap: 30px 0px !important
}

.gap-30-1 {
    gap: 30px 1px !important
}

.gap-30-2 {
    gap: 30px 2px !important
}

.gap-30-3 {
    gap: 30px 3px !important
}

.gap-30-4 {
    gap: 30px 4px !important
}

.gap-30-5 {
    gap: 30px 5px !important
}

.gap-30-6 {
    gap: 30px 6px !important
}

.gap-30-7 {
    gap: 30px 7px !important
}

.gap-30-8 {
    gap: 30px 8px !important
}

.gap-30-9 {
    gap: 30px 9px !important
}

.gap-30-10 {
    gap: 30px 10px !important
}

.gap-30-11 {
    gap: 30px 11px !important
}

.gap-30-12 {
    gap: 30px 12px !important
}

.gap-30-13 {
    gap: 30px 13px !important
}

.gap-30-14 {
    gap: 30px 14px !important
}

.gap-30-15 {
    gap: 30px 15px !important
}

.gap-30-16 {
    gap: 30px 16px !important
}

.gap-30-17 {
    gap: 30px 17px !important
}

.gap-30-18 {
    gap: 30px 18px !important
}

.gap-30-19 {
    gap: 30px 19px !important
}

.gap-30-20 {
    gap: 30px 20px !important
}

.gap-30-21 {
    gap: 30px 21px !important
}

.gap-30-22 {
    gap: 30px 22px !important
}

.gap-30-23 {
    gap: 30px 23px !important
}

.gap-30-24 {
    gap: 30px 24px !important
}

.gap-30-25 {
    gap: 30px 25px !important
}

.gap-30-26 {
    gap: 30px 26px !important
}

.gap-30-27 {
    gap: 30px 27px !important
}

.gap-30-28 {
    gap: 30px 28px !important
}

.gap-30-29 {
    gap: 30px 29px !important
}

.gap-30-30 {
    gap: 30px 30px !important
}

@media screen and (min-width: 600px) {
    .visible-on-xs {
        display: none !important
    }
}

@media screen and (max-width: 600px) {
    .hidden-on-xs {
        display: none !important
    }
}

@media screen and (min-width: 768px) {
    .visible-on-sm {
        display: none !important
    }
}

@media screen and (max-width: 768px) {
    .hidden-on-sm {
        display: none !important
    }
}

@media screen and (min-width: 992px) {
    .visible-on-md {
        display: none !important
    }
}

@media screen and (max-width: 992px) {
    .hidden-on-md {
        display: none !important
    }
}

@media screen and (min-width: 1200px) {
    .visible-on-lg {
        display: none !important
    }
}

@media screen and (max-width: 1200px) {
    .hidden-on-lg {
        display: none !important
    }
}

@media screen and (min-width: 1440px) {
    .visible-on-xl {
        display: none !important
    }
}

@media screen and (max-width: 1440px) {
    .hidden-on-xl {
        display: none !important
    }
}

.mt-0 {
    margin-top: 0px !important
}

.pt-0 {
    padding-top: 0px !important
}

.mt-5 {
    margin-top: 5px !important
}

.pt-5 {
    padding-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.pt-10 {
    padding-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.pt-15 {
    padding-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.pt-20 {
    padding-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.pt-25 {
    padding-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.pt-30 {
    padding-top: 30px !important
}

.mt-35 {
    margin-top: 35px !important
}

.pt-35 {
    padding-top: 35px !important
}

.mt-40 {
    margin-top: 40px !important
}

.pt-40 {
    padding-top: 40px !important
}

.mt-45 {
    margin-top: 45px !important
}

.pt-45 {
    padding-top: 45px !important
}

.mt-50 {
    margin-top: 50px !important
}

.pt-50 {
    padding-top: 50px !important
}

.mt-55 {
    margin-top: 55px !important
}

.pt-55 {
    padding-top: 55px !important
}

.mt-60 {
    margin-top: 60px !important
}

.pt-60 {
    padding-top: 60px !important
}

.mt-65 {
    margin-top: 65px !important
}

.pt-65 {
    padding-top: 65px !important
}

.mt-70 {
    margin-top: 70px !important
}

.pt-70 {
    padding-top: 70px !important
}

.mt-75 {
    margin-top: 75px !important
}

.pt-75 {
    padding-top: 75px !important
}

.mt-80 {
    margin-top: 80px !important
}

.pt-80 {
    padding-top: 80px !important
}

.mt-85 {
    margin-top: 85px !important
}

.pt-85 {
    padding-top: 85px !important
}

.mt-90 {
    margin-top: 90px !important
}

.pt-90 {
    padding-top: 90px !important
}

.mt-95 {
    margin-top: 95px !important
}

.pt-95 {
    padding-top: 95px !important
}

.mt-100 {
    margin-top: 100px !important
}

.pt-100 {
    padding-top: 100px !important
}

.mt-105 {
    margin-top: 105px !important
}

.pt-105 {
    padding-top: 105px !important
}

.mt-110 {
    margin-top: 110px !important
}

.pt-110 {
    padding-top: 110px !important
}

.mt-115 {
    margin-top: 115px !important
}

.pt-115 {
    padding-top: 115px !important
}

.mt-120 {
    margin-top: 120px !important
}

.pt-120 {
    padding-top: 120px !important
}

.mt-125 {
    margin-top: 125px !important
}

.pt-125 {
    padding-top: 125px !important
}

.mt-130 {
    margin-top: 130px !important
}

.pt-130 {
    padding-top: 130px !important
}

.mt-135 {
    margin-top: 135px !important
}

.pt-135 {
    padding-top: 135px !important
}

.mt-140 {
    margin-top: 140px !important
}

.pt-140 {
    padding-top: 140px !important
}

.mt-145 {
    margin-top: 145px !important
}

.pt-145 {
    padding-top: 145px !important
}

.mt-150 {
    margin-top: 150px !important
}

.pt-150 {
    padding-top: 150px !important
}

.ml-0 {
    margin-left: 0px !important
}

.pl-0 {
    padding-left: 0px !important
}

.ml-5 {
    margin-left: 5px !important
}

.pl-5 {
    padding-left: 5px !important
}

.ml-10 {
    margin-left: 10px !important
}

.pl-10 {
    padding-left: 10px !important
}

.ml-15 {
    margin-left: 15px !important
}

.pl-15 {
    padding-left: 15px !important
}

.ml-20 {
    margin-left: 20px !important
}

.pl-20 {
    padding-left: 20px !important
}

.ml-25 {
    margin-left: 25px !important
}

.pl-25 {
    padding-left: 25px !important
}

.ml-30 {
    margin-left: 30px !important
}

.pl-30 {
    padding-left: 30px !important
}

.ml-35 {
    margin-left: 35px !important
}

.pl-35 {
    padding-left: 35px !important
}

.ml-40 {
    margin-left: 40px !important
}

.pl-40 {
    padding-left: 40px !important
}

.ml-45 {
    margin-left: 45px !important
}

.pl-45 {
    padding-left: 45px !important
}

.ml-50 {
    margin-left: 50px !important
}

.pl-50 {
    padding-left: 50px !important
}

.ml-55 {
    margin-left: 55px !important
}

.pl-55 {
    padding-left: 55px !important
}

.ml-60 {
    margin-left: 60px !important
}

.pl-60 {
    padding-left: 60px !important
}

.ml-65 {
    margin-left: 65px !important
}

.pl-65 {
    padding-left: 65px !important
}

.ml-70 {
    margin-left: 70px !important
}

.pl-70 {
    padding-left: 70px !important
}

.ml-75 {
    margin-left: 75px !important
}

.pl-75 {
    padding-left: 75px !important
}

.ml-80 {
    margin-left: 80px !important
}

.pl-80 {
    padding-left: 80px !important
}

.ml-85 {
    margin-left: 85px !important
}

.pl-85 {
    padding-left: 85px !important
}

.ml-90 {
    margin-left: 90px !important
}

.pl-90 {
    padding-left: 90px !important
}

.ml-95 {
    margin-left: 95px !important
}

.pl-95 {
    padding-left: 95px !important
}

.ml-100 {
    margin-left: 100px !important
}

.pl-100 {
    padding-left: 100px !important
}

.ml-105 {
    margin-left: 105px !important
}

.pl-105 {
    padding-left: 105px !important
}

.ml-110 {
    margin-left: 110px !important
}

.pl-110 {
    padding-left: 110px !important
}

.ml-115 {
    margin-left: 115px !important
}

.pl-115 {
    padding-left: 115px !important
}

.ml-120 {
    margin-left: 120px !important
}

.pl-120 {
    padding-left: 120px !important
}

.ml-125 {
    margin-left: 125px !important
}

.pl-125 {
    padding-left: 125px !important
}

.ml-130 {
    margin-left: 130px !important
}

.pl-130 {
    padding-left: 130px !important
}

.ml-135 {
    margin-left: 135px !important
}

.pl-135 {
    padding-left: 135px !important
}

.ml-140 {
    margin-left: 140px !important
}

.pl-140 {
    padding-left: 140px !important
}

.ml-145 {
    margin-left: 145px !important
}

.pl-145 {
    padding-left: 145px !important
}

.ml-150 {
    margin-left: 150px !important
}

.pl-150 {
    padding-left: 150px !important
}

.mb-0 {
    margin-bottom: 0px !important
}

.pb-0 {
    padding-bottom: 0px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.pb-35 {
    padding-bottom: 35px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.pb-45 {
    padding-bottom: 45px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.mb-55 {
    margin-bottom: 55px !important
}

.pb-55 {
    padding-bottom: 55px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.mb-65 {
    margin-bottom: 65px !important
}

.pb-65 {
    padding-bottom: 65px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.mb-75 {
    margin-bottom: 75px !important
}

.pb-75 {
    padding-bottom: 75px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.mb-85 {
    margin-bottom: 85px !important
}

.pb-85 {
    padding-bottom: 85px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.mb-95 {
    margin-bottom: 95px !important
}

.pb-95 {
    padding-bottom: 95px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.mb-105 {
    margin-bottom: 105px !important
}

.pb-105 {
    padding-bottom: 105px !important
}

.mb-110 {
    margin-bottom: 110px !important
}

.pb-110 {
    padding-bottom: 110px !important
}

.mb-115 {
    margin-bottom: 115px !important
}

.pb-115 {
    padding-bottom: 115px !important
}

.mb-120 {
    margin-bottom: 120px !important
}

.pb-120 {
    padding-bottom: 120px !important
}

.mb-125 {
    margin-bottom: 125px !important
}

.pb-125 {
    padding-bottom: 125px !important
}

.mb-130 {
    margin-bottom: 130px !important
}

.pb-130 {
    padding-bottom: 130px !important
}

.mb-135 {
    margin-bottom: 135px !important
}

.pb-135 {
    padding-bottom: 135px !important
}

.mb-140 {
    margin-bottom: 140px !important
}

.pb-140 {
    padding-bottom: 140px !important
}

.mb-145 {
    margin-bottom: 145px !important
}

.pb-145 {
    padding-bottom: 145px !important
}

.mb-150 {
    margin-bottom: 150px !important
}

.pb-150 {
    padding-bottom: 150px !important
}

.mr-0 {
    margin-right: 0px !important
}

.pr-0 {
    padding-right: 0px !important
}

.mr-5 {
    margin-right: 5px !important
}

.pr-5 {
    padding-right: 5px !important
}

.mr-10 {
    margin-right: 10px !important
}

.pr-10 {
    padding-right: 10px !important
}

.mr-15 {
    margin-right: 15px !important
}

.pr-15 {
    padding-right: 15px !important
}

.mr-20 {
    margin-right: 20px !important
}

.pr-20 {
    padding-right: 20px !important
}

.mr-25 {
    margin-right: 25px !important
}

.pr-25 {
    padding-right: 25px !important
}

.mr-30 {
    margin-right: 30px !important
}

.pr-30 {
    padding-right: 30px !important
}

.mr-35 {
    margin-right: 35px !important
}

.pr-35 {
    padding-right: 35px !important
}

.mr-40 {
    margin-right: 40px !important
}

.pr-40 {
    padding-right: 40px !important
}

.mr-45 {
    margin-right: 45px !important
}

.pr-45 {
    padding-right: 45px !important
}

.mr-50 {
    margin-right: 50px !important
}

.pr-50 {
    padding-right: 50px !important
}

.mr-55 {
    margin-right: 55px !important
}

.pr-55 {
    padding-right: 55px !important
}

.mr-60 {
    margin-right: 60px !important
}

.pr-60 {
    padding-right: 60px !important
}

.mr-65 {
    margin-right: 65px !important
}

.pr-65 {
    padding-right: 65px !important
}

.mr-70 {
    margin-right: 70px !important
}

.pr-70 {
    padding-right: 70px !important
}

.mr-75 {
    margin-right: 75px !important
}

.pr-75 {
    padding-right: 75px !important
}

.mr-80 {
    margin-right: 80px !important
}

.pr-80 {
    padding-right: 80px !important
}

.mr-85 {
    margin-right: 85px !important
}

.pr-85 {
    padding-right: 85px !important
}

.mr-90 {
    margin-right: 90px !important
}

.pr-90 {
    padding-right: 90px !important
}

.mr-95 {
    margin-right: 95px !important
}

.pr-95 {
    padding-right: 95px !important
}

.mr-100 {
    margin-right: 100px !important
}

.pr-100 {
    padding-right: 100px !important
}

.mr-105 {
    margin-right: 105px !important
}

.pr-105 {
    padding-right: 105px !important
}

.mr-110 {
    margin-right: 110px !important
}

.pr-110 {
    padding-right: 110px !important
}

.mr-115 {
    margin-right: 115px !important
}

.pr-115 {
    padding-right: 115px !important
}

.mr-120 {
    margin-right: 120px !important
}

.pr-120 {
    padding-right: 120px !important
}

.mr-125 {
    margin-right: 125px !important
}

.pr-125 {
    padding-right: 125px !important
}

.mr-130 {
    margin-right: 130px !important
}

.pr-130 {
    padding-right: 130px !important
}

.mr-135 {
    margin-right: 135px !important
}

.pr-135 {
    padding-right: 135px !important
}

.mr-140 {
    margin-right: 140px !important
}

.pr-140 {
    padding-right: 140px !important
}

.mr-145 {
    margin-right: 145px !important
}

.pr-145 {
    padding-right: 145px !important
}

.mr-150 {
    margin-right: 150px !important
}

.pr-150 {
    padding-right: 150px !important
}

@media(max-width: 767.98px) {
    .nav-see-more {
        font-size: 12px;
        line-height: 100%;
        padding: 7px 9px;
        font-weight: 400;
        text-transform: initial
    }

    .nav-see-more::after {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        margin-left: 5px
    }
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

.main-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px
}

@media(max-width: 767.98px) {
    .main-title {
        font-size: 24px;
        line-height: 130%
    }
}

.main-title_margin-bottom {
    margin-bottom: 50px
}

@media(max-width: 767.98px) {
    .main-title_margin-bottom {
        margin-bottom: 15px
    }
}

.white-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 17.8px -7px rgba(0, 0, 0, .27);
    padding: 47px
}

button {
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: all .3s ease
}

button:focus {
    outline: none;
    box-shadow: none
}

.btn {
    transition: .2s;
    white-space: nowrap;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 9px;
    border-radius: 50px;
    position: relative
}

.btn img {
    width: 32px;
    height: auto;
    margin-right: 10px
}

.btn:hover {
    opacity: .9;
    color: #fff
}

.btn:active {
    opacity: .7
}

.btn-orange {
    background-color: orange;
    color: #fff;
    width: 100%;
    max-width: min(17.8472222222vw, 257px)
}

.btn-blue {
    color: #fff;
    background-color: #2c55a2
}

.btn-blue.light {
    background-color: rgba(0, 0, 0, 0);
    color: #2c55a2;
    border: 1px solid #2c55a2
}

.btn-light-blue {
    background-color: #7098e3;
    color: #fff;
    text-transform: initial;
    padding: 10px
}

.btn-light-blue:hover {
    background-color: #2c55a2
}

.btn-light-blue:disabled {
    background-color: #7098e3;
    color: #545b69
}

.btn-light-blue.light {
    background-color: rgba(0, 0, 0, 0);
    color: #7098e3;
    border: 1px solid #7098e3
}

.btn-light-blue.btn-link {
    position: relative
}

.btn-light-blue.btn-link::after {
    background-image: url(../images/icons/arrow-right-red.svg)
}

.btn-violet {
    background-color: #6337f7;
    color: #fff;
    width: 100%;
    max-width: 198px
}

.btn-violet.bordered {
    border: 1px solid #6337f7;
    background-color: rgba(0, 0, 0, 0);
    color: #6337f7
}

.btn-white {
    background-color: #fff;
    color: #172436
}

.btn-white:hover {
    color: #172436
}

.btn-white.light {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: 1px solid #fff
}

.btn-black {
    background-color: #172436;
    color: #fff
}

.btn-black:hover {
    color: #fff
}

.btn-black.light {
    background-color: rgba(0, 0, 0, 0);
    color: #172436;
    border: 1px solid #172436
}

.btn-green {
    background-color: #39a837;
    color: #fff;
    text-transform: uppercase
}

.btn-green:disabled {
    background-color: #e5e5e5;
    color: #545b69
}

.btn-green.light {
    background-color: rgba(0, 0, 0, 0);
    color: #39a837;
    border: 1px solid #39a837
}

.btn-green.btn-link {
    position: relative
}

.btn-green.btn-link::after {
    background-image: url(../images/icons/arrow-right-green.svg)
}

.btn-green {
    background-color: #00aa85;
    width: 100%;
    height: 42px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 12px
}

.btn-red {
    background-color: #d01345;
    color: #fff;
    text-transform: uppercase
}

.btn-red:disabled {
    background-color: #e5e5e5;
    color: #545b69
}

.btn-red.light {
    background-color: rgba(0, 0, 0, 0);
    color: #d01345;
    border: 1px solid #d01345
}

.btn-red.btn-link {
    position: relative
}

.btn-red.btn-link::after {
    background-image: url(../images/icons/arrow-right-red.svg)
}

.btn-gray {
    background-color: #d9d9d9;
    color: #545b69
}

.btn-custom {
    background-color: var(--btnColor);
    color: #fff
}

.btn.square {
    border-radius: 5px
}

.btn.with-arrow {
    position: relative;
    color: #2c55a2;
    font-weight: 500;
    font-size: 18px;
    line-height: 20.6px;
    letter-spacing: .5px;
    align-items: center
}

.btn-link {
    position: relative
}

.btn-link::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/icons/arrow-right-blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
    margin-left: 10px
}

.btn .clickable {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    justify-content: center;
    pointer-events: none
}

.btn:disabled .clickable {
    pointer-events: all
}

.btn.loading {
    color: rgba(0, 0, 0, 0) !important
}

.btn.loading img {
    opacity: 0 !important;
    visibility: hidden !important
}

.btn.loading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    background-image: url(../images/icons/load-spin.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.btn-green {
    background-color: #00aa85;
    width: 100%;
    height: 42px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 12px
}

.section-breadcrumbs {
    margin-top: 20px;
    padding-bottom: 20px
}

@media(max-width: 991.98px) {
    .section-breadcrumbs {
        margin-top: 16px;
        padding-bottom: 16px
    }
}

.section-breadcrumbs_mobile-only {
    display: none
}

@media(max-width: 991.98px) {
    .section-breadcrumbs_mobile-only {
        display: block
    }
}

.section-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
    margin-left: -3px
}

.section-breadcrumbs__item,
.section-breadcrumbs__divider {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #020202;
    margin-left: 3px
}

.section-breadcrumbs__item.section-breadcrumbs__item_link {
    text-decoration: underline;
    transition-duration: .15s
}

.section-breadcrumbs__item.section-breadcrumbs__item_link:hover,
.section-breadcrumbs__item.section-breadcrumbs__item_link:focus,
.section-breadcrumbs__item.section-breadcrumbs__item_link:active {
    text-decoration: none;
    color: #172436
}

.section-breadcrumbs__divider {
    justify-content: center;
    width: 13px;
    height: 13px;
    background-image: url(../images/icons/chevron-up-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg)
}

@media(max-width: 991.98px) {
    .section-breadcrumbs__item_penultimate {
        display: flex
    }
}

.badge {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1px 6px;
    border-radius: 35px;
    min-width: 109px
}

.badge.badge_orange {
    color: #fff;
    background-color: orange
}

.search-embedded {
    flex-grow: 1;
    position: relative;
    margin-left: 60px
}

@media(max-width: 991.98px) {
    .search-embedded {
        margin-left: 0;
        width: 100%;
        order: 1
    }
}

.search-embedded__button {
    display: flex;
    align-items: center;
    border: 1px solid #d8e4eb;
    border-radius: 500px;
    padding: 12px 14px;
    width: 100%;
    background-color: #eff5f8;
    cursor: text !important
}

.search-embedded__button::before {
    content: " ";
    display: block;
    margin-right: 10px;
    min-width: 22px;
    width: 22px;
    min-height: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icons/search-loupe.svg)
}

.search-embedded__button-text {
    flex-grow: 1;
    font-size: 13px;
    line-height: 16px;
    color: #94a1a6;
    text-align: left
}

.search-embedded__form-and-results {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    opacity: 0;
    transition-duration: .15s
}

@media(max-width: 991.98px) {
    .search-embedded__form-and-results {
        transition-duration: 0s
    }
}

@media(max-width: 991.98px) {
    .search-embedded_visible .search-embedded__form-and-results {
        position: fixed;
        top: var(--wpAdminHeight)
    }
}

.search-embedded_visible .search-embedded__form-and-results {
    visibility: visible;
    opacity: 1
}

.search-embedded__form {
    display: flex;
    align-items: center
}

.search-embedded_visible .search-embedded__form {
    pointer-events: auto
}

@media(max-width: 991.98px) {
    .search-embedded_visible .search-embedded__form {
        padding: 13px 16px 15px;
        background-color: #2c55a2
    }
}

.search-embedded__field {
    flex-grow: 1;
    display: flex;
    align-items: center;
    border: 1px solid #d8e4eb;
    border-radius: 500px;
    padding: 0px 14px;
    min-width: 1px;
    max-height: 49px;
    background-color: #fff;
    position: relative
}

.search-embedded__field::before {
    content: " ";
    display: block;
    margin-right: 10px;
    min-width: 22px;
    width: 22px;
    min-height: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icons/search-loupe.svg)
}

@media(max-width: 991.98px) {
    .search-embedded_visible .search-embedded__field {
        padding: 8px 16px
    }
}

.search-embedded__input {
    flex-grow: 1;
    border-width: 0;
    padding: 0;
    min-width: 1px;
    height: 47px;
    font-size: 13px;
    line-height: 16px;
    color: #333;
    background-color: #fff
}

.search-embedded__input::-ms-clear,
.search-embedded__input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.search-embedded__input::-webkit-search-decoration,
.search-embedded__input::-webkit-search-cancel-button,
.search-embedded__input::-webkit-search-results-button,
.search-embedded__input::-webkit-search-results-decoration {
    display: none;
    -webkit-appearance: none
}

.search-embedded__close {
    display: none;
    margin-left: 8px;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 5px;
    font-size: 12px;
    line-height: normal;
    color: #fff
}

@media(max-width: 991.98px) {
    .search-embedded_visible .search-embedded__close {
        display: block
    }
}

.search-embedded__reset {
    display: none;
    margin-left: 15px;
    border-width: 0;
    min-width: 22px;
    width: 22px;
    min-height: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icons/reset.svg);
    background-color: rgba(0, 0, 0, 0);
    font-size: 1px;
    color: rgba(0, 0, 0, 0)
}

.search-embedded_visible .search-embedded__reset {
    display: block
}

.search-embedded__results {
    display: inline-flex;
    position: absolute;
    margin-top: 5px;
    height: 469px;
    border: 1px solid #d8e4eb;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, .15);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition-duration: .15s
}

@media(max-width: 991.98px) {
    .search-embedded__results {
        display: flex;
        margin-top: 0;
        border-width: 0;
        border-radius: 0;
        width: 100%;
        height: auto;
        box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, .1)
    }
}

.search-embedded_visible .search-embedded__results_visible {
    pointer-events: auto;
    visibility: visible;
    opacity: 1
}

.search-embedded__suggestions-and-categories {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 19px;
    width: 319px;
    max-width: 100%;
    background-color: #eff5f8;
    overflow: scroll
}

.search-embedded__suggestions-and-categories::-webkit-scrollbar {
    width: 4px;
    height: 100%
}

.search-embedded__suggestions-and-categories::-webkit-scrollbar-track {
    background: #f1f1f1
}

.search-embedded__suggestions-and-categories::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px
}

@media(max-width: 991.98px) {
    .search-embedded__suggestions-and-categories {
        border-radius: 0;
        padding: 16px 16px 24px 16px;
        width: auto;
        background-color: rgba(0, 0, 0, 0)
    }
}

.search-embedded__suggestions {
    margin: -6px 0;
    display: none;
    flex-direction: column
}

.search-embedded__suggestions_visible {
    display: flex
}

.search-embedded__suggestion {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    line-height: normal;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-duration: .15s
}

.search-embedded__suggestion em {
    font-style: normal;
    color: #333
}

.search-embedded__suggestion:hover {
    color: #333
}

.search-embedded__categories-wrapper {
    display: none
}

.search-embedded__categories-wrapper_visible {
    display: block
}

.search-embedded__suggestions_visible+.search-embedded__categories-wrapper {
    margin-top: 30px
}

.search-embedded__categories-title {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #000
}

.search-embedded__categories {
    margin: 9px 0 -6px;
    display: flex;
    flex-direction: column
}

@media(max-width: 991.98px) {
    .search-embedded__categories {
        margin-top: 14px
    }
}

.search-embedded__category {
    display: flex;
    align-items: center;
    padding: 6px 0 6px 26px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/icons/folder.svg)
}

.search-embedded__category-name {
    font-size: 14px;
    line-height: normal;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search-embedded__category-count {
    margin-left: 10px;
    font-size: 14px;
    line-height: normal;
    color: #999
}

.search-embedded__no-result {
    display: none;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #000
}

.search-embedded__no-result_visible {
    display: block
}

.search-embedded__products-wrapper {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid #d8e4eb;
    padding: 19px;
    width: 321px
}

@media(max-width: 991.98px) {
    .search-embedded__products-wrapper {
        display: none
    }
}

.search-embedded__products-wrapper.simplebar-scrollable-y .simplebar-track.simplebar-vertical {
    width: 19px;
    right: 0;
    opacity: 1;
    visibility: visible !important;
    border-width: 0;
    cursor: default
}

.search-embedded__products-wrapper.simplebar-scrollable-y .simplebar-track.simplebar-vertical::before {
    content: " ";
    display: block;
    position: absolute;
    left: 11px;
    right: 4px;
    top: 10px;
    bottom: 10px;
    background-color: #f1f1f1
}

.search-embedded__products-wrapper.simplebar-scrollable-y .simplebar-scrollbar::before {
    opacity: 1;
    background-color: #c9c9c9;
    left: 11px;
    right: 4px;
    top: 10px;
    bottom: 10px;
    border-radius: 0
}

.search-embedded__product {
    display: flex;
    align-items: center;
    margin-top: 12px;
    border-bottom: 1px solid #d8e4eb;
    padding-bottom: 11px
}

.search-embedded__product:first-child {
    margin-top: 0
}

.search-embedded__product:last-child {
    border-bottom-width: 0;
    padding-bottom: 0
}

.search-embedded__product-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 64px;
    width: 64px;
    min-height: 64px;
    height: 64px
}

.search-embedded__product-image-wrapper img,
.search-embedded__product-image {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%
}

.search-embedded__product-info {
    flex-grow: 1;
    margin-left: 8px
}

.search-embedded__product-name {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #545b69
}

.search-embedded__product-price-and-is-stock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px
}

.search-embedded__product-price {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #333
}

.search-embedded__product-is-stock {
    display: flex;
    align-items: center;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px
}

.search-embedded__product-is-stock_true {
    background-image: url(../images/icons/check-green-circle.svg)
}

.search-embedded__product-is-stock_false {
    background-image: url(../images/icons/check-yellow-circle.svg)
}

.search-embedded__product-is-stock-text {
    font-size: 12px;
    line-height: 21px
}

.search-embedded__product-is-stock_true .search-embedded__product-is-stock-text {
    color: #39a837
}

.search-embedded__product-is-stock_false .search-embedded__product-is-stock-text {
    color: #deaa24
}

.search-embedded__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 36, 54, .2);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition-duration: .15s
}

.search-embedded_visible .search-embedded__backdrop {
    pointer-events: auto;
    visibility: visible;
    opacity: 1
}

.tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 10px;
    width: 180px;
    font-size: 14px;
    line-height: 16px;
    color: #545b69;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .06);
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition-duration: .15s;
    pointer-events: none
}

.tooltip_visible {
    visibility: visible;
    opacity: 1
}

.bag-component {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 13
}

@media(max-width: 767.98px) {
    .bag-component {
        height: 100%
    }
}

.bag-component.hidden {
    display: none
}

.bag-component.loading .bag-component-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #172436;
    opacity: .2;
    z-index: 2
}

.bag-component.loading .bag-component-card::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background-image: url(../images/icons/load-spin.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.bag-component-bcg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 36, 54, .35);
    backdrop-filter: blur(8.5px)
}

.bag-component-card {
    margin-left: auto;
    width: 100%;
    max-width: 710px;
    min-height: 80vh;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(max-width: 767.98px) {
    .bag-component-card {
        max-width: 100%;
        min-height: auto;
        height: 100%
    }
}

.bag-component-card h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #172436
}

@media(max-width: 767.98px) {
    .bag-component-card h4 {
        font-size: 18px;
        line-height: 25px
    }
}

.bag-component-card h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500
}

@media(max-width: 767.98px) {
    .bag-component-card h5 {
        font-size: 16px;
        line-height: 20px
    }
}

.bag-component-card .close {
    width: 32px;
    height: 32px;
    position: relative
}

.bag-component-card .close::before,
.bag-component-card .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: #000
}

.bag-component-card .close::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.bag-component-card .close::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.bag-component-card .remove {
    display: flex !important;
    align-items: center;
    margin-top: 33px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0) !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0px !important;
    font-size: inherit !important
}

.bag-component-card .remove:hover {
    background-color: initial !important;
    color: initial !important
}

@media(max-width: 767.98px) {
    .bag-component-card .remove {
        margin-top: 20px
    }
}

.bag-component-card .remove img {
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important
}

@media(max-width: 767.98px) {
    .bag-component-card .remove img {
        width: 16px !important;
        height: 16px !important
    }
}

.bag-component-card .remove span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #b0b0b0;
    margin-left: 5px
}

@media(max-width: 767.98px) {
    .bag-component-card .remove span {
        font-size: 12px;
        line-height: 15px
    }
}

.bag-component-card-head {
    background-color: #f2f5f7;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px
}

@media(max-width: 767.98px) {
    .bag-component-card-head {
        padding: 18px var(--container-padding)
    }
}

.bag-component-card-main {
    padding: 5px 30px 10px 30px;
    height: 100%;
    max-height: 50vh;
    margin-bottom: auto
}

@media(max-width: 767.98px) {
    .bag-component-card-main {
        max-height: initial;
        padding: 8px var(--container-padding) 8px var(--container-padding)
    }
}

.bag-component-card-list {
    padding-right: 15px
}

.bag-component-card-list-item {
    padding: 15px 0px !important;
    border-bottom: 1px solid #d8e4eb
}

.bag-component-card-list-item.hidden {
    display: none
}

.bag-component-card-list-item .col-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.bag-component-card-list-item .col-4 * {
    text-align: right
}

.bag-component-card-list-item-product-info {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 90px;
    width: auto;
    gap: 0px 20px
}

@media(max-width: 767.98px) {
    .bag-component-card-list-item-product-info {
        height: 61px;
        gap: 0px 8px
    }
}

.bag-component-card-list-item-product-info .img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d8e4eb
}

@media(max-width: 767.98px) {
    .bag-component-card-list-item-product-info .img {
        height: 61px;
        width: 61px
    }
}

.bag-component-card-list-item-product-info .img img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover
}

.bag-component-card-list-item-product-info p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width: 767.98px) {
    .bag-component-card-list-item-product-info p {
        width: 80%;
        font-size: 14px;
        line-height: 18px;
        margin-top: 4px
    }
}

.bag-component-card-footer {
    padding: 30px;
    box-shadow: 0px -4px 6px rgba(0, 0, 0, .06);
    background-color: #fff
}

@media(max-width: 767.98px) {
    .bag-component-card-footer {
        padding: 24px var(--container-padding)
    }
}

.bag-component-card-footer-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

@media(max-width: 767.98px) {
    .bag-component-card-footer-total {
        margin-bottom: 24px
    }
}

.bag-component-card-footer-total h4 {
    font-weight: 400
}

@media(max-width: 767.98px) {
    .bag-component-card-footer-total h4 {
        font-size: 18px;
        line-height: 24px
    }
}

.bag-component-card-footer-total h3 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500
}

@media(max-width: 767.98px) {
    .bag-component-card-footer-total h3 {
        font-size: 24px;
        line-height: 32px
    }
}

.bag-component-card-footer .btn {
    width: 100%
}

.modal {
    vertical-align: middle
}

.modal .close {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    cursor: pointer
}

.modal .close::before,
.modal .close::after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%
}

.modal .close::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.modal .close::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.modal.fade .modal-dialog {
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 350px;
    transform: translate(-50%, calc(-50% - 50px))
}

@media(max-width: 575.98px) {
    .modal.fade .modal-dialog {
        width: 100%;
        max-width: calc(100vw - 32px)
    }
}

.modal.fade .modal-content {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px 0px
}

.modal.fade .modal-content * {
    text-align: center
}

.modal.fade .modal-content img {
    max-width: 120px
}

.modal.fade .modal-content .btn {
    max-width: 100%
}

@media(min-width: 768px) {
    .modal.fade .modal-content .btn {
        min-width: 291px
    }
}

@media(max-width: 767.98px) {
    .modal.fade .modal-content .btn {
        width: 100%
    }
}

.modal.show .modal-dialog {
    transform: translate(-50%, -50%)
}

.modal-backdrop.show {
    opacity: 1;
    background: rgba(23, 36, 54, .7)
}

.modal.alert-modal .success,
.modal.alert-modal .failed {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px 0px
}

.modal.alert-modal .success h4,
.modal.alert-modal .failed h4 {
    font-weight: 600;
    letter-spacing: .025em;
    font-size: 18px;
    line-height: 24px
}

.modal.alert-modal .success.hidden,
.modal.alert-modal .failed.hidden {
    display: none
}

.tabs-component {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d8e4eb;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.06));
    gap: 0px 30px
}

.tabs-component.buttons {
    border: 1px solid #d8e4eb;
    border-radius: 4px;
    padding: 4px;
    background-color: #f2f5f7;
    filter: drop-shadow(0px);
    gap: 0px 16px
}

.tabs-component.buttons .tabs-component-item {
    padding-top: 14px;
    padding-bottom: 14px;
    color: #424b5a;
    border-radius: 5px;
    font-weight: 400;
    width: 100%;
    text-align: center !important
}

.tabs-component.buttons .tabs-component-item.current {
    border-bottom: none;
    background-color: #7098e3;
    color: #fff
}

.tabs-component-item {
    border: none;
    outline: none;
    padding: 18px clamp(9px, .7638888vw, 11px);
    white-space: nowrap;
    color: #545b69;
    font-size: clamp(14px, 1.1111vw, 16px);
    line-height: 18px;
    font-weight: 400;
    transition: .3s;
    position: relative
}

@media(max-width: 575.98px) {
    .tabs-component-item {
        font-size: 16px
    }
}

.tabs-component-item::before {
    display: block;
    content: attr(title);
    font-weight: 500;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    line-height: 18px;
    font-size: 16px
}

.tabs-component-item.current {
    background-color: #f2f5f7;
    border-bottom: 3px solid #7098e3;
    font-weight: 500;
    color: #172436
}

.tabs-component-content {
    display: none
}

.tabs-component-content.current {
    display: block
}

.field__label {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    min-width: 100%
}

.field__label_search::after {
    content: " ";
    position: absolute;
    top: 13px;
    right: 20px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/jobs/search.svg);
    background-repeat: no-repeat;
    background-position: center
}

@media(max-width: 991.98px) {
    .field__label_search::after {
        right: 16px
    }
}

.field__title {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #545b69
}

@media(max-width: 991.98px) {
    .field__title {
        font-size: 12px;
        line-height: 14px
    }
}

.field_text,
.field_textarea,
.field_multiselect,
.field_search,
.field_select {
    transition: .3s;
    display: block;
    margin-top: 10px;
    border: 1px solid #d8e4eb;
    border-radius: 5px;
    padding: 15px 16px;
    min-width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #172436;
    background-color: #fff;
    transition-duration: .15s
}

@media(max-width: 991.98px) {

    .field_text,
    .field_textarea,
    .field_multiselect,
    .field_search,
    .field_select {
        margin-top: 8px
    }
}

.field_text::placeholder,
.field_textarea::placeholder,
.field_multiselect::placeholder,
.field_search::placeholder,
.field_select::placeholder {
    color: #999
}

.field_text::-webkit-input-placeholder,
.field_textarea::-webkit-input-placeholder,
.field_multiselect::-webkit-input-placeholder,
.field_search::-webkit-input-placeholder,
.field_select::-webkit-input-placeholder {
    color: #999
}

.field_text::-ms-input-placeholder,
.field_textarea::-ms-input-placeholder,
.field_multiselect::-ms-input-placeholder,
.field_search::-ms-input-placeholder,
.field_select::-ms-input-placeholder {
    color: #999
}

.field_text::-moz-placeholder,
.field_textarea::-moz-placeholder,
.field_multiselect::-moz-placeholder,
.field_search::-moz-placeholder,
.field_select::-moz-placeholder {
    color: #999
}

.field_text:focus,
.field_textarea:focus,
.field_multiselect:focus,
.field_search:focus,
.field_select:focus {
    background-color: #eff5f8
}

.field_text.invalid,
.field_textarea.invalid,
.field_multiselect.invalid,
.field_search.invalid,
.field_select.invalid {
    border: 1px solid #dc3545 !important;
    opacity: .4 !important
}

.field_search {
    border-radius: 500px;
    padding: 15px 72px 14px 28px;
    max-width: 100%;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    transition: .3s
}

@media(max-width: 991.98px) {
    .field_search {
        padding: 15px 56px 17px 16px;
        font-size: 16px;
        line-height: 18px
    }
}

.field_search::-webkit-search-cancel-button {
    display: none
}

.field_search:focus {
    background-color: #fff
}

.field_select {
    position: relative;
    padding-right: 57px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.field_select::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 19px;
    display: block;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/arrow-triangle.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition-duration: .15s
}

@media(max-width: 991.98px) {
    .field_select::after {
        right: 16px
    }
}

.field_select-opened {
    background-color: #eff5f8;
    transition-duration: .15s
}

.field_select-opened::after {
    transform: scaleY(-1)
}

.field_select.invalid {
    border: 1px solid rgba(220, 53, 69, .4) !important
}

.field_select.invalid .field__select-selected-option {
    opacity: .4 !important
}

.select {
    display: flex;
    flex-direction: column;
    position: relative
}

.select-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d8e4eb;
    padding: 16px 13px;
    position: relative
}

.select-input::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 13px;
    top: 50%;
    border-radius: 3px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 9px 8px 0 8px;
    transform-origin: center;
    border-color: #545b69 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    transition: .3s
}

.select-input input {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    margin: 0;
    padding: 0
}

.select-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    width: 100%;
    border: 1px solid #d8e4eb;
    background-color: #fff;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, .1);
    border-radius: 5px;
    overflow: hidden;
    padding: 8px 16px;
    z-index: 9;
    flex-direction: column
}

.select-dropdown li,
.select-dropdown li>* {
    cursor: pointer;
    font-size: 18px;
    line-height: 21px;
    padding: 8px 0px;
    font-weight: 400;
    color: #545b69
}

.select-dropdown li.current,
.select-dropdown li>*.current {
    font-weight: 500;
    color: #172436
}

.select.opened .select-dropdown {
    display: flex
}

.select.opened .select-input::after {
    transform: scale(1, -1);
    transform-origin: top
}

.field_multiselect {
    position: relative;
    padding: 16px 41px 16px 10px;
    font-size: 18px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

@media(max-width: 991.98px) {
    .field_multiselect {
        padding: 16px 53px 16px 16px
    }
}

.field_multiselect::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/arrow-triangle.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition-duration: .15s
}

@media(max-width: 991.98px) {
    .field_multiselect::after {
        right: 19px
    }
}

.field_multiselect-opened {
    background-color: #eff5f8;
    transition-duration: .15s
}

.field_multiselect-opened::after {
    transform: scaleY(-1)
}

.field_textarea {
    padding: 9px;
    min-height: 90px
}

.field__select-selected-option {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #172436;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.field__select-options {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    max-height: 210px;
    overflow-y: auto;
    z-index: 1;
    margin-top: 4px;
    border-radius: 5px;
    border: 1px solid #d8e4eb;
    padding: 7px 0 8px;
    background-color: #fff;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, .1);
    visibility: hidden;
    opacity: 0;
    transition-duration: .15s;
    pointer-events: none
}

.field__select-options_opened {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.field__select-option {
    display: block;
    padding: 8px 57px 7px 16px;
    font-size: 16px;
    line-height: 18px;
    color: #545b69;
    transition-duration: .15s
}

.field__select-option:hover,
.field__select-option:focus {
    background-color: #eff5f8
}

.field__select-option_selected {
    color: #172436
}

.field__multiselect-toggle {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    color: #172436
}

.field__multiselect-toggle-text {
    font-size: 18px;
    line-height: 18px
}

.field__multiselect-toggle-number-selected {
    margin-left: 5px;
    border-radius: 18px;
    min-width: 18px;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: #2c55a2
}

.field__multiselect-toggle-number-selected_hidden {
    display: none
}

.field__multiselect-options {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    z-index: 1001;
    margin-top: 4px;
    border-radius: 5px;
    border: 1px solid #d8e4eb;
    padding: 20px 20px 17px 20px;
    min-width: 245px;
    background-color: #fff;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, .1);
    visibility: hidden;
    opacity: 0;
    transition-duration: .15s;
    pointer-events: none;
    cursor: default
}

@media(max-width: 991.98px) {
    .field__multiselect-options {
        padding: 16px
    }
}

.field__multiselect-options_opened {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.field__multiselect-options-list {
    display: flex;
    flex-direction: column;
    margin: -6px 0 13px
}

@media(max-width: 991.98px) {
    .field__multiselect-options-list {
        margin-bottom: 9px
    }
}

.field__multiselect-option {
    display: flex;
    align-items: center;
    padding: 6px 0;
    font-size: 16px;
    line-height: 18px;
    color: #545b69;
    transition-duration: .15s;
    cursor: pointer
}

.field__multiselect-option::before {
    content: " ";
    display: block;
    margin-right: 10px;
    border: 1px solid #d8e4eb;
    border-radius: 2px;
    min-width: 17px;
    width: 17px;
    height: 17px;
    background-color: #fff;
    background-image: url(../images/icons/checkbox-tick.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition-duration: .15s
}

.field__multiselect-option:hover,
.field__multiselect-option:focus {
    opacity: .8
}

.field__multiselect-option_selected::before {
    background-color: #2c55a2;
    border-color: #2c55a2
}

.field__multiselect-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d8e4eb;
    padding-top: 17px
}

@media(max-width: 991.98px) {
    .field__multiselect-actions {
        padding-top: 16px
    }
}

.field__multiselect-clear {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .5px;
    text-align: center;
    color: #545b69;
    cursor: pointer;
    transition-duration: .15s
}

.field__multiselect-clear:hover,
.field__multiselect-clear:focus {
    opacity: .8
}

.field__multiselect-apply {
    border-radius: 2px;
    padding: 7px 17px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .5px;
    text-align: center;
    color: #fff;
    background-color: #39a837;
    cursor: pointer;
    transition-duration: .15s
}

@media(max-width: 991.98px) {
    .field__multiselect-apply {
        padding: 12px 54px
    }
}

.field__multiselect-apply:hover,
.field__multiselect-apply:focus {
    opacity: .8
}

.field__label_radio {
    display: flex;
    align-items: flex-start;
    cursor: pointer
}

.field__label_radio input {
    appearance: none;
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 1px solid #424b5a;
    min-width: initial;
    flex-shrink: 0;
    position: relative;
    margin-right: 10px;
    margin-top: .15rem
}

.field__label_radio input::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: .6rem;
    height: .6rem;
    background-color: #424b5a;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.field__label_radio input:checked::after {
    opacity: 1;
    visibility: visible
}

.field__label_radio .field__content h6 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #172436
}

@media(max-width: 575.98px) {
    .field__label_radio .field__content h6 {
        font-size: 16px;
        line-height: 18px
    }
}

.field__label_radio .field__content h6+* {
    margin-top: 7px
}

.field__label_checkbox {
    padding: 0;
    width: 100%;
    border: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #172436;
    cursor: pointer;
    border: none;
    padding: 0;
    display: flex;
    background-color: rgba(0, 0, 0, 0)
}

.field__label_checkbox input {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    min-width: initial;
    min-height: initial;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    position: relative;
    flex-shrink: 0;
    transition: .1s;
    margin-right: 10px;
    margin-top: .15rem
}

.field__label_checkbox input:checked {
    background: #2c55a2;
    border-color: #2c55a2
}

.field__label_checkbox input:checked::after {
    opacity: 1
}

.field__label_checkbox input::after {
    content: "";
    background-image: url(../images/icons/checkmark-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 6px;
    opacity: 0;
    transition: .2s
}

.field__label_checkbox .field__content,
.field__label_checkbox .field__content p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300
}

.field__label_checkbox.invalid input {
    border: 1px solid #dc3545 !important;
    opacity: .4 !important
}

.field_switcher {
    margin-top: 0px;
    min-width: auto;
    display: none
}

.field_switcher__label {
    display: flex;
    min-width: auto;
    cursor: pointer
}

.field_switcher_button {
    width: 44px;
    height: 25px;
    border-radius: 18px;
    border: 2px solid #e5e5e5;
    background-color: #c6c6c6;
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer
}

.field_switcher_button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    width: 22px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
    transition: .3s
}

.field_switcher_content {
    margin-left: 17px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #172436;
    margin-top: .05rem
}

.field_switcher:checked+.field_switcher_button {
    background-color: #39a837
}

.field_switcher:checked+.field_switcher_button::before {
    transform: translate(calc(100% - 2px), -50%)
}

.field_password {
    position: relative;
    margin-top: 10px
}

.field_password input {
    margin-top: 0;
    min-width: 100% !important;
    color: #172436
}

.field_password input[type=password]:not(.visited) {
    color: #d8e4eb
}

.field_password_show {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    z-index: 1;
    cursor: pointer;
    pointer-events: all
}

.field_password_show::after {
    content: "";
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-image: url(../images/icons/eye.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.field_password.hidden .field_password_show::after {
    background-image: url(../images/icons/eye-hidden.svg)
}

.field_file {
    position: relative;
    padding: 9px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    border: 1px solid #d8e4eb;
    border-radius: 5px;
    padding: 9px
}

.field_file_input {
    display: none
}

.field_file .clear {
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.field_file .clear::before,
.field_file .clear::after {
    content: "";
    background-color: #333;
    width: 16px;
    height: 1px;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s
}

.field_file .clear::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.field_file .clear::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.field_file .clear:hover::after,
.field_file .clear:hover::before {
    background-color: #000
}

.field_file::before,
.field_file::after {
    content: attr(placeholder);
    display: inline-flex;
    position: relative;
    color: #686060;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    background-color: #e6e6e6;
    border-radius: 3px;
    padding: 7px;
    transition: .3s;
    order: -1
}

.field_file::after {
    content: attr(data-file-name)
}

.field_file::placeholder {
    color: rgba(0, 0, 0, 0);
    font-size: 0px
}

.field_file.empty::after {
    display: none
}

.field_file.empty:hover::before {
    background-color: rgb(209.6, 209.6, 209.6)
}

.field_file.empty:active::before {
    background-color: hsl(0, 0%, 75.1960784314%)
}

.field_file.empty .clear {
    display: none
}

.field_file:not(.empty)::before {
    display: none
}

.field_file:not(.empty):hover::after {
    background-color: rgb(209.6, 209.6, 209.6)
}

.field_file:not(.empty):active::after {
    background-color: hsl(0, 0%, 75.1960784314%)
}

.field_file.invalid {
    border-color: #dc3545;
    opacity: .4
}

.field__label_number-picker {
    min-width: initial;
    width: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column
}

.field__label_number-picker .field__wrap {
    display: inline-flex;
    align-items: center;
    overflow: hidden
}

.field__label_number-picker .field__btn {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #203362;
    border-radius: 2px;
    cursor: pointer;
    transition: .3s;
    flex-shrink: 0
}

.field__label_number-picker .field__btn:hover {
    opacity: .7
}

.field__label_number-picker .field__btn::before,
.field__label_number-picker .field__btn::after {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #203362;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.field__label_number-picker .field__btn.minus::after {
    display: none
}

.field__label_number-picker .field__btn.plus::after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.field__label_number-picker .field {
    display: flex;
    width: 100%;
    max-width: 38px;
    border: none;
    margin: 0px 2px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #203362;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.field__label_number-picker .field::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.field__label_number-picker.invalid {
    opacity: .4
}

.field__label_number-picker.invalid .field {
    color: #dc3545
}

.range input[type=range] {
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.range input[type=range]:focus {
    outline: none
}

.range input[type=range]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    transform: translateY(calc(-50% + 2px));
    cursor: pointer;
    background: #fff;
    background-color: #fff;
    border: 1px solid #2c55a2;
    border-radius: 50%
}

.range input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    cursor: pointer;
    background: #fff;
    background-color: #fff;
    border: 1px solid #2c55a2;
    border-radius: 50%;
    pointer-events: auto
}

.range input[type=range]::-ms-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: auto;
    background: #fff;
    background-color: #fff;
    border: 1px solid #2c55a2;
    border-radius: 50%
}

.range input[type=range]::-ms-track {
    appearance: none;
    height: 4px
}

.range input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 4px
}

.range input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 4px
}

.range-value {
    text-align: center;
    color: #172436;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    display: block;
    margin-bottom: 20px
}

.range.dual {
    position: relative
}

.range.dual .range-track {
    width: 100%;
    height: 4px;
    background-color: #d8e4eb;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.range.dual .range-wrap {
    position: relative;
    height: 16px
}

.range.dual input {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none
}

.floating-widget {
    position: fixed;
    bottom: 30px;
    right: var(--container-padding);
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    z-index: 9999999;
    cursor: pointer;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center;
    transition: .3s
}

.floating-widget.floating-widget_whatsapp {
    background-color: #2db742;
    background-image: url(../images/icons/socials/whatsapp.svg)
}

.contacts {
    display: none;
    flex-direction: column;
    margin: 4px 0 -5px
}

@media(max-width: 991.98px) {
    .contacts {
        margin-top: 16px
    }
}

@media(min-width: 992px) {
    .contacts_desktop-visible {
        display: flex
    }
}

@media(max-width: 991.98px) {
    .contacts_mobile-visible {
        display: flex
    }
}

.contacts__contact {
    position: relative;
    margin: 5px 0;
    padding-left: 40px
}

@media(max-width: 991.98px) {
    .contacts__contact {
        margin: 8px 0
    }
}

.contacts__contact-icon-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px
}

.contacts__contact-text {
    font-size: 16px;
    line-height: 24px;
    color: #545b69
}

.section {
    margin-top: 38px
}

@media(max-width: 991.98px) {
    .section {
        margin-top: 24px
    }
}

.section_hr-top {
    margin-top: 49px;
    border-top: 1px solid #d8e4eb;
    padding-top: 50px
}

@media(max-width: 991.98px) {
    .section_hr-top {
        margin-top: 31px;
        padding-top: 33px
    }
}

.section__title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 400;
    color: #1d324f
}

@media(max-width: 767.98px) {
    .section__title {
        font-size: 24px
    }
}

.section__nav {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width: 767.98px) {
    .section__nav {
        margin-bottom: 16px
    }
}

.section__nav .section__view-all {
    margin-left: auto
}

.section__view-all {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #1d324f;
    position: relative;
    transition: .3s
}

@media(max-width: 767.98px) {
    .section__view-all {
        font-size: 14px;
        flex-basis: 100px
    }
}

.section__view-all::after {
    content: "";
    margin-left: 8px;
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0.6);
    flex-shrink: 0;
    transition: .3s;
    background-image: url(../images/icons/arrow-right-blue.svg)
}

@media(max-width: 767.98px) {
    .section__view-all::after {
        width: 13px;
        height: 13px
    }
}

@media(hover: hover) {
    .section__view-all:hover::after {
        margin-left: 12px;
        transform: scale(1.3)
    }
}

.slider-component {
    position: relative;
    --slider-accent-color: #1D324F
}

.slider-component.slick-dotted .slick-dots {
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-left: 50%;
    transform: translateX(-50%)
}

.slider-component.slick-dotted .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 10px;
    border: 1px solid var(--slider-accent-color);
    margin: 0px 4px;
    background-color: rgba(0, 0, 0, 0);
    transition: .3s;
    cursor: pointer
}

.slider-component.slick-dotted .slick-dots li button {
    font-size: 0px;
    color: rgba(0, 0, 0, 0)
}

.slider-component.slick-dotted .slick-dots li.slick-active {
    background-color: var(--slider-accent-color)
}

.slider-component .slick-list {
    position: relative;
    overflow: hidden;
    -moz-overflow: hidden
}

.slider-component .slick-slide>div:first-child {
    height: 100%
}

.slider-component .slick-arrow {
    position: absolute;
    bottom: 0;
    top: 80px;
    right: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-10px);
    font-size: 0px;
    color: rgba(0, 0, 0, 0);
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 109%;
    background-position: center;
    background-color: #fff;
    border: 1px solid var(--slider-accent-color);
    flex-shrink: 0;
    outline: none;
    cursor: pointer
}

.slider-component .slick-arrow::before,
.slider-component .slick-arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 0.5px)) rotate(-45deg);
    height: 2px;
    width: 10px;
    background-color: var(--slider-accent-color);
    border-radius: 0px 2px 2px 0px;
    transform-origin: left
}

.slider-component .slick-arrow::after {
    transform: translate(-50%, calc(-50% - 0.5px)) rotate(45deg)
}

@media(max-width: 1199.98px) {
    .slider-component .slick-arrow {
        transform: translateX(20px)
    }
}

@media(hover: hover) {
    .slider-component .slick-arrow {
        transition: .3s
    }

    .slider-component .slick-arrow::before,
    .slider-component .slick-arrow::after {
        transition: .3s
    }

    .slider-component .slick-arrow:hover {
        box-shadow: 0px 5px 10px rgba(33, 30, 34, .2);
        background-color: var(--slider-accent-color)
    }

    .slider-component .slick-arrow:hover::before,
    .slider-component .slick-arrow:hover::after {
        width: 12px;
        background-color: #fff
    }
}

.slider-component .slick-arrow.slick-next {
    left: auto;
    right: 0;
    transform: scale(-1) translateX(-10px)
}

@media(max-width: 1199.98px) {
    .slider-component .slick-arrow.slick-next {
        transform: scale(-1) translateX(20px)
    }
}

.four-columns-slider.slick-slider .slick-list {
    width: calc(100% + 20px);
    margin-left: -10px
}

@media(max-width: 767.98px) {
    .four-columns-slider.slick-slider .slick-list {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 0px 8px
    }
}

.four-columns-slider.slick-slider .slick-slide {
    height: auto;
    margin: 0px 10px
}

@media(max-width: 767.98px) {
    .four-columns-slider.slick-slider {
        margin-bottom: 0 !important
    }
}

.four-columns-slider:not(.slick-initialized) {
    display: flex;
    position: relative;
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px
}

.four-columns-slider:not(.slick-initialized) .stepcare-testimonials__item {
    width: calc(25% - 40px);
    flex-shrink: 0;
    margin: 0 20px
}

.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 360px;
    max-width: calc(100% - 40px);
    border-radius: 12px;
    padding: 20px;
    background-color: #fff;
    z-index: 9999999999;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
    transition: .3s ease-in-out
}

.cookie-popup .container {
    padding: 0
}

.cookie-popup.cookie-popup_hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    visibility: hidden;
    user-select: none
}

.cookie-popup__wrap {
    position: relative;
    display: flex;
    flex-direction: column
}

.cookie-popup .close {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: -5px;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    border: none
}

.cookie-popup .close::before,
.cookie-popup .close::after {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #172436;
    border-radius: 2px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%
}

.cookie-popup .close::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.cookie-popup .close::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.cookie-popup__text {
    width: 100%;
    padding-right: 25px;
    margin-bottom: 20px
}

.cookie-popup__text h2 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #172436
}

.cookie-popup__text * {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    color: #172436
}

.cookie-popup__text a {
    text-decoration: underline
}

.cookie-popup__actions {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%
}

.cookie-popup__btn {
    background-color: orange;
    border-radius: 9999px;
    color: #fff;
    border: none;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .25);
    font-weight: 700;
    font-size: 13px;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    transition: opacity .2s;
    cursor: pointer
}

.cookie-popup__btn:hover {
    opacity: .85
}

.cookie-popup__btn.cookie-manage-btn {
    display: none;
    background-color: rgba(0, 0, 0, 0);
    color: #172436;
    border: 1px solid #172436;
    box-shadow: none
}

.cookie-popup__btn.cookie-accept-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.cookie-popup__btn.cookie-accept-btn::before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 10px;
    flex-shrink: 0;
    background-image: url(../images/icons/cookie.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.cookie-manage-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 360px;
    max-width: calc(100% - 40px);
    z-index: 99999999999;
    transition: .3s ease-in-out
}

.cookie-manage-popup.cookie-popup_hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    visibility: hidden
}

.cookie-manage-popup__backdrop {
    display: none
}

.cookie-manage-popup__wrap {
    position: relative;
    background: #fff;
    width: 100%;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
    z-index: 2
}

.cookie-manage-popup button.close-manage {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: none
}

.cookie-manage-popup button.close-manage::before,
.cookie-manage-popup button.close-manage::after {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #172436;
    position: absolute;
    top: 50%;
    left: 50%
}

.cookie-manage-popup button.close-manage::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.cookie-manage-popup button.close-manage::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.cookie-manage-popup__header {
    margin-bottom: 25px
}

.cookie-manage-popup__header h3 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #172436
}

.cookie-manage-popup__header p {
    font-size: 14px;
    color: #666;
    line-height: 1.4
}

.cookie-manage-popup .cookie-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb
}

.cookie-manage-popup .cookie-option:last-child {
    border-bottom: none
}

.cookie-manage-popup .cookie-option__info {
    padding-right: 20px
}

.cookie-manage-popup .cookie-option__info h4 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #172436
}

.cookie-manage-popup .cookie-option__info p {
    font-size: 13px;
    color: #777;
    margin: 0;
    line-height: 1.4
}

.cookie-manage-popup .cookie-option .switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    flex-shrink: 0
}

.cookie-manage-popup .cookie-option .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.cookie-manage-popup .cookie-option .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d1d5db;
    transition: .3s
}

.cookie-manage-popup .cookie-option .switch .slider.round {
    border-radius: 24px
}

.cookie-manage-popup .cookie-option .switch .slider.round:before {
    border-radius: 50%
}

.cookie-manage-popup .cookie-option .switch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    transition: .3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.cookie-manage-popup .cookie-option .switch input:checked+.slider {
    background-color: #172436
}

.cookie-manage-popup .cookie-option .switch input:disabled+.slider {
    opacity: .6;
    cursor: not-allowed
}

.cookie-manage-popup .cookie-option .switch input:checked+.slider:before {
    transform: translateX(20px)
}

.cookie-manage-popup__actions {
    margin-top: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.cookie-manage-popup__actions .cookie-manage-save-btn {
    background: #172436;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    width: 100%;
    transition: opacity .2s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.cookie-manage-popup__actions .cookie-manage-save-btn:hover {
    opacity: .85
}

@media(max-width: 767.98px) {
    .modal-form.fade {
        padding-right: 0 !important
    }
}

.modal-form.fade.show .modal-dialog {
    transform: translate(0px, 0px)
}

.modal-form.fade .modal-dialog {
    max-width: 925px;
    min-height: auto;
    width: calc(100% - 32px);
    margin: 130px auto;
    position: relative;
    pointer-events: all;
    transform: translate(0px, -25%);
    left: 0;
    top: 0
}

.modal-form.fade .modal-content {
    height: 100%;
    padding: 0;
    flex-direction: row;
    gap: 0px;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    min-height: min(44.72222222vw, 644px)
}

@media(max-width: 991.98px) {
    .modal-form.fade .modal-content {
        flex-direction: column
    }
}

.modal-form.fade .modal-content * {
    text-align: left
}

.modal-form__sidebar {
    background: linear-gradient(180deg, rgba(216, 228, 235, 0) 0%, #D8E4EB 100%);
    height: auto;
    padding: 40px;
    width: 100%;
    max-width: calc(50% - 37px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative
}

@media(max-width: 991.98px) {
    .modal-form__sidebar {
        max-width: 100%
    }
}

@media(max-width: 767.98px) {
    .modal-form__sidebar {
        display: none
    }
}

.modal-form__sidebar-image {
    width: calc(100% - 80px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: initial
}

@media(max-width: 991.98px) {
    .modal-form__sidebar-image {
        width: calc(20% - 80px);
        left: auto;
        right: clamp(16px, 5.13888vw, 74px);
        transform: translate(0%, -50%)
    }
}

.modal-form__main {
    width: 100%;
    padding: 40px clamp(16px, 5.13888vw, 74px);
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(max-width: 767.98px) {
    .modal-form__main {
        padding: 24px 16px
    }
}

.modal-form__view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    transition: .8s;
    opacity: 1;
    visibility: visible;
    height: auto;
    position: relative
}

.modal-form__view.hidden {
    transition: 0s;
    opacity: 0;
    visibility: hidden;
    height: 0
}

.modal-form__view h3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    text-align: left
}

@media(max-width: 767.98px) {
    .modal-form__view h3 {
        font-size: 24px;
        line-height: 31.2px;
        text-align: center
    }
}

.modal-form__view .form {
    margin-top: 10px;
    margin-bottom: 30px;
    height: 100%
}

.modal-form__view .btn-green {
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    padding: 15px 0px
}

@media(max-width: 767.98px) {
    .modal-form__view .btn-green {
        text-transform: initial;
        margin-top: 24px
    }
}

.modal-form__view h4 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #172436;
    margin-top: 20px
}

.modal-form__view p {
    font-size: 16px;
    line-height: 24px;
    color: #545b69
}

.modal-form__view .description {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #172436;
    margin-top: 10px
}

.modal-form__view .checkboxes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0px 30px;
    margin-top: 20px;
    margin-bottom: 30px
}

.modal-form__view .checkboxes .field__title {
    margin-right: auto;
    font-size: 16px;
    line-height: 18.5px
}

.modal-form__view .field__label_checkbox {
    min-width: auto
}

.modal-form__view .field__label_radio {
    margin-top: 0;
    min-width: auto
}

.modal-form__view .field__label_radio input:checked {
    border-color: #2c55a2
}

.modal-form__view .field__label_radio input:checked::after {
    background-color: #2c55a2
}

.modal-form__view .field_file {
    width: 100%;
    min-width: auto
}

.modal-form__view .tabs-component {
    margin-top: 10px
}

.modal-form__view .redirect {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    object-fit: cover;
    border-radius: 10px
}

.modal-form__view .form-step {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: 0s
}

.modal-form__view .form-step.current {
    transition: .8s;
    opacity: 1;
    visibility: visible;
    height: auto
}

.vacancy-modal .field_file {
    position: relative;
    margin-top: 40px
}

.vacancy-modal .field_file .field__title {
    position: absolute;
    left: 0;
    bottom: calc(100% + 10px)
}

@media(max-width: 767.98px) {
    .auth-modal.fade {
        padding-right: 0 !important
    }
}

.auth-modal.fade.show .modal-dialog {
    transform: translate(0px, 0px)
}

.auth-modal.fade .modal-content:has(.auth-modal-main-view.reset-password:not(.hidden)) {
    min-height: min(32.43055vw, 467px)
}

.auth-modal.recover-password-modal .modal-content,
.auth-modal.success-modal .modal-content {
    min-height: auto
}

.auth-modal-main-view .show-view.reset-password {
    color: #7098e3;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 20px
}

.auth-modal-main-view-footer {
    margin-top: auto
}

.auth-modal-main-view-footer * {
    color: #545b69;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400
}

@media(max-width: 767.98px) {
    .auth-modal-main-view-footer * {
        font-size: 14px !important;
        line-height: 16.4px !important
    }
}

.auth-modal-main-view-footer button {
    text-decoration: underline
}

.auth-modal-main-view.login h3 {
    margin-top: auto
}

.auth-modal-main-view.login .form {
    margin-bottom: 0
}

.auth-modal-main-view.login .btn.light {
    margin-top: 20px
}

@media(max-width: 767.98px) {
    .auth-modal-main-view.login .btn.light {
        margin-top: 16px
    }
}

.auth-modal-main-view.login .field__label_checkbox {
    min-width: initial;
    width: auto
}

.auth-modal-main-view.register .field__label_checkbox p {
    margin-top: .1rem;
    font-size: 12px;
    line-height: 16px;
    color: #545b69
}

.auth-modal-main-view.success {
    align-items: center
}

.auth-modal-main-view.success p {
    margin-top: 26px;
    line-height: 26px;
    text-align: center
}

.auth-modal-main-view.success img {
    margin: 40px 0px;
    width: clamp(80px, 7.430555vw, 107px);
    height: clamp(80px, 7.430555vw, 107px)
}

@media(max-width: 767.98px) {
    .auth-modal-main-view.success img {
        margin: 24px 0px
    }
}

.auth-modal-main-view.reset-password {
    text-align: left;
    transition: 0s
}

.auth-modal-main-view.reset-password:not(.hidden) {
    height: 100%
}

.auth-modal-main-view.reset-password p {
    margin-top: 20px
}

.auth-modal-main-view.reset-password .submit {
    font-size: 16px;
    line-height: 18px;
    margin-top: 20px
}

.auth-modal-main-view.reset-password form {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column
}

.auth-modal-main-view.reset-password form .form-step {
    display: flex;
    flex-direction: column
}

.auth-modal-main-view.reset-password form .form-step.current {
    height: 100%
}

.auth-modal-main-view.reset-password form .form-step.reset-password-confirmation {
    align-items: center
}

.auth-modal-main-view.reset-password form .form-step.reset-password-confirmation * {
    text-align: center
}

.auth-modal-main-view.reset-password form .form-step.reset-password-confirmation img {
    margin-top: 30px
}

.auth-modal-main-view.reset-password .auth-modal-main-view-footer p {
    text-align: center
}

.auth-modal-main-view.recover-password p {
    margin-top: 30px
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, 0)
}

.header.collapsing,
.header.collapsed {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    height: 100%
}

@media(min-width: 576px) {
    .header.header_logged_admin {
        top: var(--wpAdminHeight)
    }
}

@media(max-width: 991.98px) {
    .header.header_logged_admin .navbar-collapse {
        top: 0;
        height: calc(100vh - var(--wpAdminHeight) - var(--headerPrimary));
        height: calc(100dvh - var(--wpAdminHeight) - var(--headerPrimary))
    }
}

@media(max-width: 767.98px) {
    .header.header_logged_admin .navbar-collapse {
        top: calc(0px - var(--headerPrimaryWithoutSearch));
        height: calc(100vh - var(--wpAdminHeight) - var(--headerPrimaryWithoutSearch));
        height: calc(100dvh - var(--wpAdminHeight) - var(--headerPrimaryWithoutSearch))
    }
}

@media(max-width: 575.98px) {
    .header.header_logged_admin .navbar-collapse {
        height: calc(100vh - var(--headerPrimaryWithoutSearch));
        height: calc(100dvh - var(--headerPrimaryWithoutSearch))
    }

    .header.header_logged_admin.header_absolute {
        position: absolute;
        top: var(--wpAdminHeight)
    }

    .header.header_logged_admin.header_absolute .navbar-collapse {
        height: calc(100vh - var(--headerPrimaryWithoutSearch) - var(--wpAdminHeight));
        height: calc(100dvh - var(--headerPrimaryWithoutSearch) - var(--wpAdminHeight))
    }
}

.header.collapsed .navbar-collapse {
    opacity: 1
}

.header .navbar {
    padding: 0;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #fff;
    border-bottom: .2px solid rgba(0, 0, 0, .2);
    z-index: 2
}

@media(max-width: 991.98px) {
    .header .navbar {
        border: none;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, .05)
    }
}

@media(max-width: 1199.98px) {
    .header .navbar .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width: 767.98px) {
    .header .navbar .container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.header .navbar-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 16px 0px;
    width: 100%
}

@media(max-width: 991.98px) {
    .header .navbar-wrap {
        flex-wrap: wrap;
        gap: 12px 20px
    }
}

@media(max-width: 767.98px) {
    .header .navbar-wrap {
        gap: 12px;
        padding: 10px 0px
    }
}

.header .navbar-collapse {
    transition: .3s
}

.header .navbar-primary {
    width: 100%;
    box-shadow: 0px 4px 4.5px rgba(0, 0, 0, .04)
}

@media(max-width: 991.98px) {
    .header .navbar-primary {
        box-shadow: none;
        z-index: 1
    }
}

.header .navbar-primary .navbar-brand {
    padding: 0;
    margin: 0;
    max-width: 175px;
    width: 100%;
    margin-right: 40px
}

@media(max-width: 767.98px) {
    .header .navbar-primary .navbar-brand {
        max-width: 145px;
        margin-right: 10px
    }
}

.header .navbar-primary .navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.header .navbar-primary .navbar-toggler {
    padding: 0;
    display: none;
    justify-content: space-between;
    width: 32px;
    height: 25px;
    padding: 5px;
    flex-direction: column;
    position: relative
}

@media(max-width: 991.98px) {
    .header .navbar-primary .navbar-toggler {
        display: flex
    }
}

.header .navbar-primary .navbar-toggler-icon {
    width: calc(100% - 10px);
    height: 2px;
    border-radius: 3px;
    transition: .3s all;
    position: absolute;
    display: block;
    background-color: #1d324f;
    top: 5px;
    left: 5px
}

.header .navbar-primary .navbar-toggler-icon.second {
    top: 50%;
    transform: translateY(-50%)
}

.header .navbar-primary .navbar-toggler-icon.third {
    top: auto;
    bottom: 5px
}

.header .navbar-primary .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    display: block;
    top: 50%
}

.header .navbar-primary .navbar-toggler[aria-expanded=true] .navbar-toggler-icon.first {
    transform: translateY(-50%) rotate(45deg)
}

.header .navbar-primary .navbar-toggler[aria-expanded=true] .navbar-toggler-icon.second {
    display: none
}

.header .navbar-primary .navbar-toggler[aria-expanded=true] .navbar-toggler-icon.third {
    transform: translateY(-50%) rotate(-45deg)
}

.header .navbar-primary .navbar-search {
    position: relative;
    display: flex;
    margin-left: auto;
    width: auto
}

@media(min-width: 992px) {
    .header .navbar-primary .navbar-search {
        flex-basis: 30%
    }
}

@media(max-width: 991.98px) {
    .header .navbar-primary .navbar-search {
        order: 1;
        width: 100%
    }
}

.header .navbar-primary .navbar-search input {
    background-color: #eff5f8;
    border: 1px solid #b4cad8;
    display: flex;
    color: #172436;
    padding: 11.1px 16.2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.8px;
    border-radius: 50px;
    width: 100%
}

@media(max-width: 991.98px) {
    .header .navbar-primary .navbar-search input {
        background-color: #fff
    }
}

.header .navbar-primary .navbar-search input::placeholder {
    color: #b4cad8
}

.header .navbar-primary .navbar-search img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px
}

.header .navbar-primary .navbar-search img.hidden {
    display: none
}

.header .navbar-primary .navbar-phone {
    margin-left: min(2.0833333333vw, 30px);
    padding: 6px 9px;
    max-width: 166px
}

.header .navbar-primary .navbar-phone img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-right: 10px
}

@media(max-width: 991.98px) {
    .header .navbar-primary .navbar-phone {
        display: none
    }
}

.header .navbar-primary .navbar-user-nav {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0px -6px;
    margin-left: 30px
}

@media(max-width: 991.98px) {
    .header .navbar-primary .navbar-user-nav {
        margin-left: auto
    }
}

.header .navbar-primary .navbar-user-nav__item {
    display: flex;
    align-items: center;
    margin: 0px 6px
}

@media(max-width: 767.98px) {
    .header .navbar-primary .navbar-user-nav__item {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #eff0f1;
        margin: 0px 3px
    }
}

.header .navbar-primary .navbar-user-nav__item img {
    width: 22px;
    height: 22px;
    object-fit: contain
}

.header .navbar-primary .navbar-user-nav__item-text {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: #000;
    margin-left: 3px;
    padding-right: 16px
}

@media(max-width: 767.98px) {
    .header .navbar-primary .navbar-user-nav__item-text {
        display: none
    }
}

.header .navbar-primary .navbar-user-nav__item.open-cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.header .navbar-primary .navbar-user-nav__item.open-cart span {
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 12px;
    height: 12px;
    background-color: #f4323d;
    border-radius: 50%;
    font-size: 9px;
    color: #fff;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 767.98px) {
    .header .navbar-primary .navbar-user-nav__item.open-cart span {
        right: 6px;
        bottom: 6px
    }
}

.header .navbar-primary .navbar-user-nav__item.open-cart span.hidden {
    display: none
}

.header .navbar-secondary {
    width: 100%;
    padding: 11px 0px
}

@media(max-width: 991.98px) {
    .header .navbar-secondary {
        position: initial;
        padding: 0
    }

    .header .navbar-secondary .container,
    .header .navbar-secondary .row {
        position: initial
    }
}

.header .navbar-secondary .container {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media(min-width: 992px) {
    .header .navbar-secondary .container {
        flex-wrap: nowrap
    }
}

@media(min-width: 992px) {
    .header .navbar-secondary .navbar-collapse {
        position: relative;
        justify-content: flex-end;
        margin-left: auto
    }

    .header .navbar-secondary .navbar-collapse::before {
        content: "";
        width: .5px;
        height: 20px;
        display: block;
        background-color: #000;
        opacity: .38;
        margin-right: 16px;
        align-self: center
    }
}

@media(max-width: 991.98px) {
    .header .navbar-secondary .navbar-collapse {
        position: absolute;
        left: 0px;
        top: var(--headerPrimaryWithoutSearch);
        width: 100vw;
        height: calc(100vh - var(--wpAdminHeight) - var(--headerPrimaryWithoutSearch));
        height: calc(100dvh - var(--wpAdminHeight) - var(--headerPrimaryWithoutSearch));
        background-color: #fafdff;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        z-index: 1
    }

    .header .navbar-secondary .navbar-collapse.show .navbar-nav {
        height: 100%
    }
}

@media(max-width: 767.98px) {
    .header .navbar-secondary .navbar-collapse {
        height: calc(100vh - var(--headerPrimaryWithoutSearch));
        height: calc(100dvh - var(--headerPrimaryWithoutSearch))
    }
}

.header .navbar-secondary .navbar-collapse .navbar-nav {
    display: flex;
    align-items: center;
    gap: 0px 15px;
    margin-right: -0.5rem;
    margin-left: auto
}

@media(max-width: 991.98px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
        overflow-y: auto
    }
}

@media(min-width: 992px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item.only-on-mobile {
        display: none
    }
}

@media(min-width: 992px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item.icon-only-on-mobile>.nav-link img {
        display: none
    }
}

.header .navbar-secondary .navbar-collapse .navbar-nav .nav-item>img:first-child {
    display: none
}

@media(max-width: 991.98px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item>img:first-child {
        display: flex
    }
}

.header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0px .5rem;
    font-size: 14px;
    line-height: 16px;
    color: #1d324f;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer
}

.header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-link img {
    margin-right: 16px;
    width: 22px;
    height: 22px;
    margin-right: 4px
}

@media(max-width: 991.98px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-link img {
        width: 28px;
        height: 28px;
        margin-right: 16px
    }
}

@media(max-width: 991.98px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 18px 16px;
        width: 100%;
        font-size: 16px;
        line-height: 160%;
        text-transform: uppercase;
        position: relative
    }

    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-link::after {
        content: "";
        width: 15px;
        height: 15px;
        margin-left: auto;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/icons/link-square.svg)
    }
}

.header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    position: relative
}

.header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background-image: url(../images/icons/chevron-down-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    display: flex;
    vertical-align: middle
}

@media(max-width: 991.98px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
        margin-left: auto
    }
}

@media(max-width: 991.98px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
        width: 18px;
        height: 18px
    }
}

.header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle[aria-expanded=true]::after {
    transform: scale(1, -1)
}

@media(max-width: 991.98px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-link.nav-link_categories {
        background-color: #e3edff;
        position: relative;
        font-weight: 500;
        border-bottom: 1px solid #7098e3
    }

    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-link.nav-link_categories::after {
        content: "";
        width: 28px;
        height: 28px;
        margin-left: auto;
        background-image: url(../images/icons/chevron-down-blue.svg);
        background-repeat: no-repeat;
        background-size: contain;
        border: none;
        display: flex;
        vertical-align: middle;
        transform: rotate(-90deg)
    }
}

@media(max-width: 991.98px)and (max-width: 991.98px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-link.nav-link_categories::after {
        width: 18px;
        height: 18px
    }
}

@media(max-width: 991.98px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-link.nav-link_categories.loading {
        pointer-events: none
    }

    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-link.nav-link_categories.loading::after {
        background-image: url(../images/icons/load-spin.svg)
    }
}

.header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-item__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    font-size: 8px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    min-width: 30px;
    padding: 0px 5px;
    margin-left: 8px;
    text-align: center
}

@media(max-width: 991.98px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .nav-item__badge {
        font-size: 10px;
        padding: 0px 8px;
        margin-top: 0
    }
}

.header .navbar-secondary .navbar-collapse .navbar-nav .nav-item .categories-toggler_btn {
    max-width: 100%;
    margin: 4px;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 600;
    padding: 16px
}

@media(min-width: 992px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item {
        position: relative
    }

    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        transform-origin: center;
        width: 0px;
        height: 1.5px;
        background-color: #2c55a2;
        opacity: 0;
        transition: .3s
    }
}

@media(min-width: 992px)and (hover: hover) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
        color: #2c55a2
    }

    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item:hover::after {
        opacity: 1;
        width: calc(100% - 1rem)
    }
}

@media(max-width: 991.98px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .nav-item {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        border-bottom: 1px solid #d8e4eb;
        width: 100%
    }
}

.header .navbar-secondary .navbar-collapse .navbar-nav .dropdown-menu {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, .1);
    border-radius: 5px;
    right: 0;
    left: auto;
    margin-top: 11px;
    flex-direction: column;
    gap: 16px 0px
}

.header .navbar-secondary .navbar-collapse .navbar-nav .dropdown-menu.show {
    display: flex
}

@media(max-width: 991.98px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .dropdown-menu {
        padding: 16px;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        box-shadow: none;
        margin-top: 10px;
        width: 100%
    }
}

@media(max-width: 767.98px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .dropdown-menu {
        padding-top: 0
    }
}

.header .navbar-secondary .navbar-collapse .navbar-nav .dropdown-item {
    padding: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #545b69;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header .navbar-secondary .navbar-collapse .navbar-nav .dropdown-item:hover,
.header .navbar-secondary .navbar-collapse .navbar-nav .dropdown-item:active,
.header .navbar-secondary .navbar-collapse .navbar-nav .dropdown-item:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #172436
}

.header .navbar-secondary .navbar-collapse .navbar-nav .dropdown-item img {
    width: auto;
    height: 100%;
    max-width: 80px;
    max-height: 28px;
    margin-left: 32px
}

@media(max-width: 991.98px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .dropdown-item {
        white-space: normal;
        font-size: 16px;
        line-height: 20px
    }
}

@media(max-width: 767.98px) {
    .header .navbar-secondary .navbar-collapse .navbar-nav .dropdown-item {
        font-size: 14px;
        line-height: 18px
    }
}

.header .navbar-secondary .categories-toggler_btn {
    margin-right: 16px;
    max-width: 160px
}

@media(max-width: 991.98px) {
    .header .navbar-secondary .categories-toggler_btn.navbar-secondary__btn {
        display: none
    }
}

.header-checkout {
    background-color: #f2f5f7;
    padding: 22px 0px;
    z-index: 10000
}

.header-checkout .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width: 767.98px) {
    .header-checkout .container {
        flex-direction: row-reverse
    }
}

.header-checkout-secure {
    display: flex;
    align-items: center
}

.header-checkout-secure img {
    width: 24px;
    height: 24px
}

@media(max-width: 767.98px) {
    .header-checkout-secure img {
        width: 16px;
        height: 16px
    }
}

.header-checkout-secure span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-left: 10px
}

@media(max-width: 767.98px) {
    .header-checkout-secure span {
        font-size: 12px;
        line-height: 16px;
        margin-left: 4px
    }
}

@media(max-width: 767.98px) {
    .header-checkout-help {
        display: none
    }
}

.header-checkout-help span,
.header-checkout-help a {
    color: #172436;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400
}

.header-checkout-help a:hover {
    opacity: .7
}

.categories {
    transition: .3s;
    width: 100%;
    position: fixed;
    left: 0;
    --categoriesHeight: calc(100dvh - calc(var(--headerHeight) + var(--wpAdminHeight)))
}

@media(min-width: 992px) {
    .categories {
        pointer-events: none;
        top: calc(var(--headerHeight) + var(--wpAdminHeight));
        background: rgba(23, 36, 54, .35);
        backdrop-filter: blur(8.5px);
        height: 0
    }
}

@media(max-width: 991.98px) {
    .categories {
        top: calc(var(--headerPrimaryWithoutSearch) + var(--wpAdminHeight));
        z-index: 2
    }
}

@media(max-width: 767.98px) {
    .categories {
        top: calc(var(--headerPrimaryWithoutSearch) + var(--wpAdminHeight))
    }
}

.categories__wrap {
    width: 100%;
    height: var(--categoriesHeight);
    overflow: hidden;
    position: relative
}

@media(max-width: 991.98px) {
    .categories__wrap {
        background-color: #fff;
        height: calc(100dvh - (var(--headerPrimaryWithoutSearch) + var(--wpAdminHeight)));
        overflow-y: auto
    }
}

@media(max-width: 767.98px) {
    .categories__wrap {
        height: calc(100dvh - (var(--headerPrimaryWithoutSearch) + var(--wpAdminHeight)))
    }
}

@media(min-width: 992px) {
    .categories__bcg {
        width: 100%;
        height: 100%;
        position: absolute;
        pointer-events: all;
        top: 0;
        left: 0;
        background: rgba(23, 36, 54, .35)
    }
}

.categories:not(.categories_opened) {
    opacity: 0;
    visibility: hidden;
    height: 0
}

.categories .container {
    height: 100%;
    position: relative
}

@media(max-width: 575.98px) {
    .categories .container {
        max-width: 100%;
        padding: 0
    }
}

.categories .container .row {
    height: 100%;
    align-items: stretch
}

.categories .container .row .col-lg-3 {
    position: initial
}

.categories__header {
    display: flex;
    flex-direction: column
}

@media(min-width: 992px) {
    .categories__header {
        display: none
    }
}

.categories-menu {
    pointer-events: all;
    background-color: #fff;
    overflow-x: visible;
    overflow-y: auto;
    position: initial;
    display: block;
    height: 100%
}

@media(min-width: 992px) {
    .categories-menu {
        scroll-padding-right: 0px;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .categories-menu_main {
        height: var(--categoriesHeight)
    }

    .categories-menu_main .categories-item__submenu-wrap {
        border-left: 1px solid #d8e4eb;
        width: calc(37.5% - var(--container-padding)*2/2 + 40px);
        width: 310px !important;
        left: calc(25% + 20px)
    }
}

@media(min-width: 992px)and (max-width: 1199.98px) {
    .categories-menu_main .categories-item__submenu-wrap {
        width: calc(37.5% - var(--container-padding)*2/2 + 10px);
        left: 25%
    }
}

@media(min-width: 992px) {
    .categories-menu_main>.categories-item:hover>.categories-item__link {
        background-color: #7098e3;
        border-bottom-color: #7098e3
    }

    .categories-menu_main>.categories-item:hover>.categories-item__link .categories-item__link-img {
        opacity: 0;
        visibility: hidden;
        flex-basis: 0;
        width: 0;
        margin: 0
    }

    .categories-menu_main>.categories-item:hover>.categories-item__link span {
        color: #fff;
        flex-basis: 100%;
        text-align: center
    }

    .categories-menu_second .categories-item__submenu-wrap,
    .categories-menu_third .categories-item__submenu-wrap {
        width: 100%;
        left: 100%
    }

    .categories-menu_second>.categories-menu__item:hover>.categories-item__link,
    .categories-menu_third>.categories-menu__item:hover>.categories-item__link {
        background-color: #ecf0f8
    }

    .categories-menu_second>.categories-item_dropdown>.categories-item__link::after {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        background-image: url(../images/icons/chevron-up-black.svg);
        transform: rotate(90deg);
        background-repeat: no-repeat;
        background-size: contain;
        flex-shrink: 0;
        margin: auto 0 auto auto
    }
}

@media(max-width: 991.98px) {
    .categories-menu.categories-menu_active>.categories-item:not(.categories-item_active) {
        display: none
    }
}

.categories-item {
    display: block;
    position: initial;
    overflow-x: visible
}

.categories-item__link {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 13px 10px;
    border-bottom: 1px solid #d8e4eb;
    position: relative;
    background-color: #fff;
    transition: .3s
}

@media(max-width: 991.98px) {
    .categories-item__link {
        padding: 13px 0px
    }
}

@media(max-width: 575.98px) {
    .categories-item__link {
        padding: 13px 30px
    }
}

.categories-item__link span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 160%;
    color: #172436;
    margin-top: .3rem;
    transition: .3s;
    display: block
}

.categories-item__link.dropdown-toggle::after {
    display: none
}

.categories-item__link-img {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    border-radius: 5px;
    background-color: #fff;
    margin-right: 10px;
    transition: .1s
}

.categories-item__link-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.categories-item__submenu {
    display: flex;
    flex-direction: column
}

.categories-item__submenu-wrap {
    display: flex;
    flex-direction: column;
    display: none;
    background-color: #fff
}

@media(min-width: 992px) {
    .categories-item__submenu-wrap {
        height: var(--categoriesHeight);
        position: absolute;
        left: 0;
        top: 0
    }

    .categories-item__submenu-wrap::before {
        content: "";
        position: absolute;
        left: -5px;
        top: 0;
        height: 100%;
        width: 5px;
        background-color: rgba(0, 0, 0, 0)
    }
}

.categories-item__submenu-see-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 160%;
    font-weight: 500;
    color: #172436;
    padding: 13px 0px;
    border-bottom: 1px solid #d8e4eb;
    position: relative
}

.categories-item__submenu-see-all::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/icons/chevron-up-black.svg);
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-size: contain
}

@media(max-width: 575.98px) {
    .categories-item__submenu-see-all {
        padding: 13px 30px
    }
}

@media(min-width: 992px) {
    .categories-item:hover>.categories-item__submenu-wrap {
        display: flex
    }
}

.categories-item.categories-item_active>.categories-item__submenu-wrap {
    display: flex
}

.categories-item.categories-item_active>.categories-item__link {
    width: 100%;
    background-color: #7098e3;
    padding-top: 13px;
    padding-bottom: 13px;
    justify-content: center
}

.categories-item.categories-item_active>.categories-item__link>.categories-item__link-img {
    display: none
}

.categories-item.categories-item_active>.categories-item__link span {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%
}

.categories-item.categories-item_active:has(.categories-menu_active)>.categories-item__link {
    display: none
}

.categories-item.categories-item_active:has(.categories-menu_active)>.categories-item__submenu-wrap>.categories__header {
    display: none
}

.categories-item.categories-item_active:has(.categories-menu_active)>.categories-item__submenu-wrap>.categories__banner {
    display: none
}

.categories-toggler_btn {
    width: 100%;
    max-width: 164px;
    text-transform: initial;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    padding: 9px 12px;
    border-radius: 3px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #2c55a2;
    color: #fff
}

.categories-toggler_btn::after {
    content: "";
    width: 14px;
    height: 14px;
    margin-left: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    transition: .3s;
    background-image: url(../images/icons/chevron-right-white.svg)
}

@media(max-width: 991.98px) {
    .categories-toggler_btn::after {
        width: 20px;
        height: 20px
    }
}

.categories-toggler_btn.categories-toggler_btn_cat::after {
    transform: rotate(90deg)
}

@media(max-width: 991.98px) {
    .categories-toggler_btn.categories-toggler_btn_cat::after {
        transform: rotate(0deg)
    }
}

.categories-toggler_btn.categories-toggler_btn_pro {
    background-color: #e3edff;
    color: #2c55a2
}

.categories-toggler_btn.categories-toggler_btn_pro::after {
    background-image: url(../images/icons/chevron-down-blue.svg)
}

@media(max-width: 991.98px) {
    .categories-toggler_btn.categories-toggler_btn_pro::after {
        transform: rotate(-90deg)
    }
}

.categories-toggler_btn.opened::after {
    transform: rotate(-180deg)
}

.categories-toggler_btn.opened.categories-toggler_btn_cat::after {
    transform: rotate(-90deg)
}

.categories-toggler_btn.loading {
    pointer-events: none;
    user-select: none
}

.categories-toggler_btn.loading::after {
    background-image: url(../images/icons/load-spin.svg)
}

.categories-toggler_btn.loading.categories-toggler_btn_cat::after {
    filter: brightness(6)
}

.categories__go-back {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #2c55a2;
    font-size: 16px;
    line-height: 160%;
    font-weight: 500;
    position: relative;
    padding: 17px 16px;
    border-bottom: 1px solid #d8e4eb
}

.categories__go-back::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/arrow-right-blue.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    transform: scale(-1, 1);
    margin-right: 12px;
    flex-shrink: 0
}

@media(min-width: 992px) {
    .categories__go-back {
        display: none
    }
}

.categories__banner {
    width: calc(100% - 60px);
    margin: 30px;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    max-height: 332px
}

@media(max-width: 991.98px) {
    .categories__banner {
        width: auto;
        margin: 20px 0px
    }
}

@media(max-width: 767.98px) {
    .categories__banner {
        min-height: 165px
    }
}

@media(max-width: 575.98px) {
    .categories__banner {
        margin: 16px
    }
}

.categories__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.footer {
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #172436;
    color: #a1aeb7;
    position: relative;
    z-index: 1
}

.footer-logo {
    display: flex;
    flex-shrink: 0
}

@media(max-width: 1199.98px) {
    .footer-logo {
        flex-basis: 100%;
        margin-bottom: 37px
    }
}

@media(max-width: 767.98px) {
    .footer-logo {
        justify-content: center;
        margin-bottom: 24px
    }
}

.footer-logo img {
    width: 100%;
    max-width: 166px;
    height: auto
}

.footer-main {
    padding: 37px 0px 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    margin-left: -10px;
    margin-right: -10px
}

@media(max-width: 1199.98px) {
    .footer-main {
        flex-wrap: wrap
    }
}

@media(max-width: 575.98px) {
    .footer-main {
        flex-direction: column;
        align-items: center;
        padding: 40px 0px 32px
    }
}

.footer-main>* {
    margin-left: 10px;
    margin-right: 10px
}

.footer h5 {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase
}

.footer-menu {
    max-width: 227px;
    width: 100%
}

@media(max-width: 767.98px) {
    .footer-menu {
        max-width: 100%;
        margin-bottom: 50px
    }
}

@media(max-width: 575.98px) {
    .footer-menu:last-child {
        margin-bottom: 0px
    }
}

.footer-menu__item:not(.footer-menu__item_title) {
    margin-top: 10px
}

.footer-menu__item_title {
    margin-bottom: 15px
}

@media(max-width: 991.98px) {
    .footer-menu__item_title {
        margin-bottom: 5px
    }
}

.footer-menu__item,
.footer-menu__item a,
.footer-menu__item p {
    font-size: 14px;
    line-height: 21px;
    color: #a1aeb7;
    font-weight: 400
}

.footer-menu__item.footer-menu__item_rich a {
    text-decoration: underline
}

.footer-contact {
    display: flex;
    flex-direction: column;
    max-width: 290px
}

@media(max-width: 1199.98px) {
    .footer-contact {
        flex-basis: 33.3333%;
        max-width: 33.3333%;
        margin-top: 50px
    }
}

@media(max-width: 991.98px) {
    .footer-contact {
        flex-basis: 50%;
        max-width: 50%
    }
}

@media(max-width: 767.98px) {
    .footer-contact {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 0
    }
}

.footer-contact h5 {
    margin-bottom: 18px
}

.footer-contact p {
    font-size: 14px;
    line-height: 21px;
    color: #a1aeb7;
    font-weight: 400
}

.footer-contact-form {
    display: flex;
    flex-direction: column;
    margin-top: 15px
}

.footer-contact-form__wrap {
    display: flex;
    align-items: stretch;
    border-radius: 5px;
    overflow: hidden
}

.footer-contact-form__wrap input {
    background-color: #fafafa;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 11px 9px;
    color: #172436;
    border: 1px solid #c9c9c9;
    border-right: none;
    width: 100%
}

.footer-contact-form__wrap input::placeholder {
    color: #c9c9c9
}

.footer-contact-form__wrap button {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 13.5px 18px;
    background-color: #424b5a;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.footer-contact-form__wrap button:not(:disabled) {
    background-color: #39a837;
    color: #fff
}

.footer-contact-form__wrap button:hover {
    opacity: .8
}

.footer-contact-form__wrap button:active {
    opacity: .6
}

.footer-contact-form .field__label_checkbox {
    margin-top: 16px
}

.footer-contact-form .field__label_checkbox a {
    color: #fff;
    text-decoration: underline
}

.footer-contact-social {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 0px 14px
}

.footer-contact-social li a {
    display: flex;
    width: 20px;
    height: 20px
}

.footer-contact-social li a img {
    width: 20px;
    height: 18px;
    object-fit: contain;
    display: block;
    filter: brightness(2) grayscale(0.5)
}

.footer-bottom {
    padding: 15px 0px;
    border-top: 1px solid #c9c9c9
}

@media(max-width: 575.98px) {
    .footer-bottom {
        padding: 24px 0px
    }
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between
}

@media(max-width: 767.98px) {
    .footer-bottom .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px 0px
    }
}

.footer-bottom span,
.footer-bottom a {
    color: #d8e4eb;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400
}

@media(max-width: 767.98px) {
    .footer-bottom .copyright {
        order: -1
    }
}

.footer-bottom .phone {
    margin-left: auto;
    margin-right: 60px
}

@media(max-width: 767.98px) {
    .footer-bottom .phone {
        margin: 0
    }
}

.footer-bottom .mail span,
.footer-bottom .mail a {
    color: #a1aeb7
}

.footer-checkout {
    padding: 32px 0px;
    background-color: rgba(0, 0, 0, 0)
}

@media(min-width: 768px) {
    .footer-checkout {
        display: none
    }
}

.footer-checkout .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px 0px
}

.footer-checkout .container p,
.footer-checkout .container a {
    font-size: 14px;
    line-height: 21px;
    color: #545b69;
    font-weight: 400;
    text-decoration: none
}

.section-contact-us__title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    color: #203362;
    margin-bottom: 50px
}

@media(max-width: 991.98px) {
    .section-contact-us__title {
        margin-bottom: 36px;
        font-size: 32px
    }
}

.section-contact-us {
    --accent-color: #FFA500
}

.section-contact-us_margin-top {
    margin-top: 140px
}

@media(max-width: 991.98px) {
    .section-contact-us_margin-top {
        margin-top: 60px
    }
}

.section-contact-us_padding-bottom {
    padding-bottom: 120px
}

@media(max-width: 991.98px) {
    .section-contact-us_padding-bottom {
        padding-bottom: 70px
    }
}

.section-contact-us__form-title {
    font-size: 24px;
    font-weight: 500;
    color: #1d324f;
    margin-bottom: 40px
}

@media(max-width: 991.98px) {
    .section-contact-us__form-title {
        font-size: 18px;
        margin-bottom: 36px
    }
}

.section-contact-us__form .section-contact-us__form-radio-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 9px
}

.section-contact-us__form .section-contact-us__form-radio-group .field__label {
    min-width: initial;
    width: auto;
    flex-basis: initial;
    margin: 0px 15px 15px
}

.section-contact-us__form .section-contact-us__form-radio-group .field_radio {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #888;
    margin-right: 7px;
    width: 18px;
    height: 18px
}

.section-contact-us__form .section-contact-us__form-radio-group .field_radio::after {
    width: 9px;
    height: 9px
}

.section-contact-us__form .section-contact-us__form-radio-group .field_radio:checked {
    border-color: var(--accent-color)
}

.section-contact-us__form .section-contact-us__form-radio-group .field_radio:checked::after {
    background-color: var(--accent-color)
}

.section-contact-us__form .section-contact-us__form-radio-group .field__content h6 {
    color: #545b69;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500
}

.section-contact-us__form .section-contact-us__form-card {
    padding: 28px 47px 38px
}

@media(max-width: 991.98px) {
    .section-contact-us__form .section-contact-us__form-card {
        padding: 24px 16px
    }
}

.section-contact-us__form .section-contact-us__form-card .field__label {
    margin-top: 10px
}

.section-contact-us__form .section-contact-us__form-card .field {
    margin-top: 0
}

.section-contact-us__form .section-contact-us__form-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px
}

.section-contact-us__form .section-contact-us__form-info-title {
    font-size: 14px
}

.section-contact-us__form .section-contact-us__form-info .badge.hidden {
    display: none
}

.section-contact-us__form .section-contact-us__form-privacy {
    text-align: center;
    margin: 35px auto 0px;
    font-size: 14px;
    font-weight: 300
}

@media(min-width: 768px) {
    .section-contact-us__form .section-contact-us__form-privacy {
        max-width: 60%
    }
}

.section-contact-us__form-submit {
    border-width: 0;
    border-radius: 5px;
    margin-top: 20px;
    padding: 16px;
    min-width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #39a837;
    transition-duration: .15s
}

@media(max-width: 991.98px) {
    .section-contact-us__form-submit {
        margin-top: 16px
    }
}

.section-contact-us__form-submit:hover,
.section-contact-us__form-submit:focus {
    opacity: .85
}

.section-socials {
    margin-top: 49px;
    padding-bottom: 120px
}

@media(max-width: 991.98px) {
    .section-socials {
        margin-top: 20px;
        padding-bottom: 69px
    }
}

.section-socials__title {
    border-top: 1px solid #d8e4eb;
    padding-top: 30px;
    font-weight: 500;
    font-size: 21px;
    line-height: 31px;
    text-align: center;
    color: #172436
}

@media(max-width: 991.98px) {
    .section-socials__title {
        padding-top: 25px;
        padding-left: 17px;
        padding-right: 17px;
        font-size: 24px;
        line-height: 34px
    }
}

.section-socials__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -20px -50px -50px;
    min-width: 100%
}

@media(max-width: 991.98px) {
    .section-socials__list {
        margin: 3px -40px -20px
    }
}

.section-socials__item {
    display: block;
    margin: 50px
}

@media(max-width: 991.98px) {
    .section-socials__item {
        margin: 20px 40px;
        flex-basis: 25%
    }
}

.section-socials__item-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 87px;
    width: 87px;
    height: 87px;
    background-color: rgba(201, 201, 201, .2);
    transition-duration: .15s;
    margin: 0 auto
}

.section-socials__item:hover .section-socials__item-img-wrapper,
.section-socials__item:focus .section-socials__item-img-wrapper {
    opacity: .85
}

.section-socials__item-name {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #172436
}

.section-socials__item-account {
    margin-top: 9px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #7098e3
}

.product-availability {
    position: relative;
    display: inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 14.6px;
    font-weight: 800;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 14.6px;
    font-weight: 800;
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase;
    width: 100%;
    max-width: 408px;
    color: #1d324f;
    padding: 10px 16px;
    border-radius: 3px;
    border: 1px solid var(--status-color);
    margin-top: 22px;
    text-transform: uppercase;
    width: 100%;
    max-width: 408px;
    color: #1d324f;
    padding: 10px 16px;
    border-radius: 3px;
    border: 1px solid var(--status-color);
    margin-top: 22px
}

.product-availability::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: var(--status-color);
    opacity: .12
}

.product-availability::after {
    content: "";
    order: -1;
    width: 5px;
    height: 5px;
    flex-shrink: 0;
    border-radius: 5px;
    background-color: var(--status-color);
    margin-right: 4px;
    display: block
}

.product-availability.in-stock {
    --status-color: #00AA85;
    --status-color: #00AA85
}

.product-availability.missing {
    --status-color: #E30D18;
    --status-color: #E30D18
}

.notify-product-availability-form {
    display: flex;
    flex-direction: column
}

.notify-product-availability-form.notify-product-availability-form_hidden {
    display: none
}

.notify-product-availability-form .field__label {
    margin-top: 10px
}

.notify-product-availability-form .field__label .field_text {
    font-size: 12px;
    padding: 11px 16px
}

.notify-product-availability-form .submit {
    margin-top: 8px;
    font-size: 15px;
    width: 100%;
    text-transform: initial;
    padding: 7px 9px
}

.variation-is-not-exist-message {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
    color: #acacac
}

.variation-is-not-exist-message.hidden {
    display: none
}

.add-to-whishlist-btn {
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    flex-shrink: 0
}

.add-to-whishlist-btn::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icons/heart-gray.svg)
}

.add-to-whishlist-btn.in_whishlist::after {
    background-image: url(../images/icons/heart-gray-filled.svg)
}

.add-to-whishlist-btn.loading::after {
    background-image: url(../images/icons/load-spin.svg) !important
}

.add-to-whishlist-btn.add-to-whishlist-btn_in_circle {
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-size: 80%;
    background-position: center
}

@media(max-width: 767.98px) {
    .add-to-whishlist-btn.add-to-whishlist-btn_in_circle {
        width: 36px;
        height: 36px
    }
}

.add-to-whishlist-btn.add-to-whishlist-btn_in_circle::after {
    width: 14px;
    height: 14px;
    background-image: url(../images/icons/heart-blue.svg)
}

@media(max-width: 767.98px) {
    .add-to-whishlist-btn.add-to-whishlist-btn_in_circle::after {
        width: 18px;
        height: 18px
    }
}

.add-to-whishlist-btn.add-to-whishlist-btn_in_circle::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fff
}

@media(max-width: 767.98px) {
    .add-to-whishlist-btn.add-to-whishlist-btn_in_circle::before {
        width: 30px;
        height: 30px
    }
}

.add-to-whishlist-btn.add-to-whishlist-btn_in_circle.in_whishlist::after {
    background-image: url(../images/icons/heart-red-filled.svg)
}

.share_btn-text-after-copying {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 10px;
    width: 180px;
    font-size: 14px;
    line-height: 16px;
    color: #545b69;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .06);
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition-duration: .15s;
    pointer-events: none
}

.share_btn-text-after-copying_visible {
    visibility: visible;
    opacity: 1
}

.product-component {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    margin-left: 4px;
    margin-right: 4px;
    padding: 6px 6px 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 12px;
    height: auto;
    cursor: pointer;
    display: flex;
    flex-direction: column
}

.product-component.product-component_hidden {
    display: none
}

@media(max-width: 767.98px) {
    .product-component {
        margin-left: calc(var(--container-padding)/2);
        margin-right: calc(var(--container-padding)/2);
        padding: 0
    }
}

.product-component_loading .product-component__feature-wrap {
    background-image: url(../images/icons/load-spin.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 35%
}

.product-component_loading .product-component__info {
    visibility: hidden
}

.product-component__feature-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 0;
    padding-bottom: 100%;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #e8e8e8;
    margin-bottom: 10px;
    width: 100%;
    flex-shrink: 0
}

@media(max-width: 767.98px) {
    .product-component__feature-wrap {
        height: min(260px, 69.3333333333vw);
        padding-bottom: 0
    }
}

.product-component__feature-wrap .add-to-whishlist-btn {
    position: absolute;
    top: 0;
    right: 0
}

.product-component__feature-wrap .product-component__flags {
    position: absolute;
    bottom: 0;
    left: 0
}

@media(hover: hover) {
    .product-component__feature-wrap {
        transition: .3s
    }

    .product-component__feature-wrap:hover {
        border-color: #e8e8e8
    }
}

.product-component__feature {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end
}

@media(max-width: 767.98px) {
    .product-component__feature {
        position: relative
    }
}

.product-component__feature img,
.product-component__feature picture {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-component__flags {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center
}

.product-component__flags-item {
    position: relative;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    height: 20px;
    display: block;
    color: #fff;
    background-color: #c32527;
    padding: 2px 6px;
    border-radius: 0px 4px 0px 8px;
    z-index: 1
}

.product-component__flags-item.red {
    background-color: #c32527
}

.product-component__flags-item.blue {
    background-color: #4454ff
}

.product-component__flags-item.orange {
    background-color: orange
}

.product-component__info {
    display: flex;
    flex-direction: column;
    height: 100%
}

.product-component__name {
    margin-bottom: 8px
}

.product-component__name h4 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #172436;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-component__regular-price {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #203362;
    text-decoration: line-through;
    margin-top: auto
}

.product-component__price,
.product-component__request {
    margin-top: auto;
    color: #203362;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    display: flex;
    align-items: center
}

.product-component__price .product-discount,
.product-component__request .product-discount {
    background-color: #5a92e9;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0px 7px;
    height: 15px;
    margin-left: 6px;
    transition: .3s
}

.product-component__price.product-component__price_discounted {
    color: #8a1516;
    margin-top: 1px
}

.product-component__price+.product-component__add-to-cart {
    margin-top: 12px
}

.product-component__request {
    display: flex;
    align-items: center
}

.product-component__request img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
    margin-right: 6px;
    filter: brightness(0);
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -o-filter: brightness(0)
}

.product-component__add-to-cart {
    position: relative;
    font-size: 16px;
    line-height: 1;
    padding: 3px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    width: auto;
    min-width: initial;
    align-self: flex-start;
    transition: .3s
}

@media(max-width: 767.98px) {
    .product-component__add-to-cart {
        font-size: 14px;
        padding: 4px 15px
    }
}

.product-component__add-to-cart::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/icons/plus.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2px;
    display: block;
    flex-shrink: 0;
    transition: .3s;
    filter: brightness(0.3) grayscale(1)
}

@media(max-width: 767.98px) {
    .product-component__add-to-cart::before {
        width: 16px;
        height: 16px;
        margin-right: 1px
    }
}

.product-component__add-to-cart.loading::before {
    display: none
}

@media(hover: hover) {
    .product-component__add-to-cart:hover {
        background-color: #172436;
        border-color: #172436;
        color: #fff;
        opacity: 1
    }

    .product-component__add-to-cart:hover::before {
        filter: brightness(10) grayscale(1)
    }
}

@media(hover: hover)and (min-width: 768px) {
    .product-component:hover {
        border-color: #172436;
        box-shadow: 0px 1px 10.1px rgba(0, 0, 0, .25)
    }

    .product-component:hover .product-discount {
        background-color: orange
    }
}

.product-component .added_to_cart,
.product-component .onsale {
    display: none !important
}

.products {
    margin: 50px 0px;
    position: relative
}

@media(max-width: 767.98px) {
    .products {
        margin: 40px 0px
    }
}

.products__keys {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
    gap: 12px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.products__keys::-webkit-scrollbar {
    display: none
}

@media(max-width: 767.98px) {
    .products__keys {
        gap: 10px;
        margin-bottom: 16px
    }
}

@media(max-width: 575.98px) {
    .products__keys {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px
    }
}

.products__keys-item {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #717886;
    padding: 10px;
    border: 1px solid #d8e4eb;
    border-radius: 50px;
    transition: .3s;
    white-space: nowrap
}

@media(max-width: 767.98px) {
    .products__keys-item {
        font-size: 14px
    }
}

.products__keys-item.active {
    border-color: #2856a2;
    background-color: #2856a2;
    color: #fff
}

@media(hover: hover) {
    .products__keys-item:not(.active):hover {
        border-color: #2856a2;
        color: #2856a2
    }
}

.products__items {
    position: relative;
    overflow: visible;
    width: auto;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -12px
}

.products__items .product-component {
    max-width: calc(16.6666666667% - 10px)
}

@media(max-width: 1199.98px) {
    .products__items .product-component {
        max-width: calc(20% - 10px)
    }
}

@media(max-width: 1199.98px) {
    .products__items .product-component {
        max-width: calc(25% - 10px)
    }
}

@media(max-width: 767.98px) {
    .products__items .product-component {
        max-width: calc(50% - var(--container-padding))
    }
}

.products__items.slider-component:not(.slick-initialized) {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px
}

.products__items.slider-component.slick-initialized {
    flex-direction: column;
    align-items: flex-start
}

@media(max-width: 767.98px) {
    .products__items.slider-component.slick-initialized {
        margin-left: calc(0px - var(--container-padding));
        margin-right: calc(0px - var(--container-padding))
    }
}

@media(max-width: 767.98px) {
    .products__items.slider-component.slick-initialized .product-component {
        max-width: calc(66.6666% - var(--container-padding))
    }
}

.products__items.slider-component.slick-initialized .slick-list {
    padding: 0px 0px 10px
}

@media(max-width: 767.98px) {
    .products__items.slider-component.slick-initialized .slick-list {
        padding-left: calc(var(--container-padding)/2);
        padding-right: calc(var(--container-padding)/2)
    }
}

.products__items.slider-component.slick-initialized .slick-dots {
    margin-top: 14px
}

.products__items:not(.slider-component) {
    gap: 40px 0px
}

@media(max-width: 767.98px) {
    .products__items:not(.slider-component)[data-display=tables] {
        gap: 20px 0px
    }

    .products__items:not(.slider-component)[data-display=tables] .product-component {
        max-width: calc(100% - 20px);
        flex-direction: row
    }

    .products__items:not(.slider-component)[data-display=tables] .product-component__feature-wrap {
        height: calc(45vw - 32px);
        width: 45%;
        margin-right: 16px;
        margin-bottom: 0
    }

    .products__items:not(.slider-component)[data-display=tables] .product-component__info {
        padding: 10px 0px
    }

    .products__items:not(.slider-component)[data-display=tables] .product-component__regular-price {
        font-size: 16px
    }

    .products__items:not(.slider-component)[data-display=tables] .product-component__name h4,
    .products__items:not(.slider-component)[data-display=tables] .product-component__price,
    .products__items:not(.slider-component)[data-display=tables] .product-component__request {
        font-size: 18px
    }

    .products__items:not(.slider-component)[data-display=tables] .product-component__name {
        -webkit-line-clamp: 3
    }
}

.media-content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 50px 0px
}

@media(max-width: 991.98px) {
    .media-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

@media(max-width: 767.98px) {
    .media-content {
        margin: 40px 0px
    }
}

.media-content__image {
    --slider-space: 16px;
    --slider-accent-color: #7098e3;
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    width: auto;
    max-width: 100%
}

@media(min-width: 992px) {
    .media-content__image {
        margin-left: calc(0px - var(--slider-space)/2);
        margin-right: calc(0px - var(--slider-space)/2);
        max-width: 50%
    }
}

@media(max-width: 991.98px) {
    .media-content__image {
        order: -1;
        margin-bottom: 20px
    }
}

@media(max-width: 767.98px) {
    .media-content__image.js-slider .slick-list {
        width: 100%;
        overflow: visible
    }
}

.media-content__image.js-slider .slick-arrow {
    top: 50%;
    transform: translate(-10px, -50%)
}

.media-content__image.js-slider .slick-arrow.slick-next {
    transform: scale(-1, 1) translate(-10px, -50%)
}

.media-content__image.js-slider.slick-initialized {
    display: block
}

.media-content__image.js-slider:not(.slick-initialized) {
    padding-bottom: 12px;
    overflow-y: auto
}

.media-content__image.js-slider:not(.slick-initialized)::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.media-content__image.js-slider:not(.slick-initialized)::-webkit-scrollbar-track {
    background: #d8e4eb
}

.media-content__image.js-slider:not(.slick-initialized)::-webkit-scrollbar-thumb {
    background: #7098e3;
    border-radius: 5px
}

.media-content__image.js-slider:not(.slick-initialized)::-webkit-scrollbar-thumb:hover {
    opacity: .8
}

.media-content__image.js-slider .media-content__image-item {
    margin: 0px calc(var(--slider-space)/2)
}

@media(max-width: 991.98px) {
    .media-content__image.js-slider.media-content__image_custom_width .media-content__image-item {
        width: 40svw
    }
}

@media(max-width: 767.98px) {
    .media-content__image.js-slider.media-content__image_custom_width .media-content__image-item {
        width: 80svw
    }
}

.media-content__image-item {
    display: flex !important;
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: min(382px, 26.5277777778vw);
    border-radius: 10px;
    overflow: hidden
}

@media(max-width: 767.98px) {
    .media-content__image-item {
        height: 69.8666666667vw
    }
}

.media-content__image-item picture,
.media-content__image-item img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.media-content__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px 0px
}

@media(min-width: 992px) {
    .media-content__content {
        width: calc(35% + 40px);
        padding: 20px;
        margin: 0 auto
    }
}

@media(max-width: 767.98px) {
    .media-content__content {
        gap: 16px 0px
    }
}

.media-content__content.content-align-center {
    align-items: center
}

@media(max-width: 991.98px) {
    .media-content__content.content-align-center {
        padding-left: 10%;
        padding-right: 10%
    }
}

.media-content__content.content-align-center * {
    text-align: center
}

.media-content__content.content-align-left {
    align-items: flex-start
}

@media(max-width: 991.98px) {
    .media-content__content.content-align-left {
        padding-right: 10%
    }
}

.media-content__content.content-align-left * {
    text-align: left
}

.media-content__content.content-align-right {
    align-items: flex-end
}

@media(max-width: 991.98px) {
    .media-content__content.content-align-right {
        padding-left: 10%
    }
}

.media-content__content.content-align-right * {
    text-align: right
}

.media-content__content.content-align-justify {
    align-items: center;
    text-align: justify
}

.media-content__content h2 {
    font-weight: 500
}

@media(min-width: 768px) {
    .media-content__content h2 {
        margin-top: 45px
    }
}

.media-content__content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    color: #000
}

.media-content__content ul li {
    font-size: 24px;
    line-height: 188%;
    font-weight: 400
}

.media-content__content .btn {
    display: inline-flex;
    border-radius: 100px;
    padding: 14px 17px;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
    width: 100%;
    max-width: 450px
}

@media(min-width: 768px) {
    .media-content__content .btn {
        border-radius: 100px;
        padding: 14px 17px;
        font-size: 18px
    }
}

.modal-form.request-a-quotation-modal.fade .modal-content {
    overflow: visible
}

.col-lg-6:first-child .monte_escaliers_decouvrir-item,
.monte_escaliers_decouvrir-item-img,
.monte_escaliers_decouvrir-item-img img {
    height: 100%
}

div.monte_escaliers_decouvrir-cards:nth-of-type(2) {
    color: red
}

section.monte_escaliers_decouvrir-cards:first-child .highlight {
    color: #ff0
}

.hr-seperator-inner {
    border: 1px solid rgba(112, 152, 227, .3215686275);
    width: 100%
}

.hr-seperator {
    border: 1px solid rgba(112, 152, 227, .3215686275);
    width: 95%
}

@keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fade-in-right {
    animation: fade-in-right 2s ease-in-out forwards
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fade-in-left {
    opacity: 0;
    animation: fade-in-left .5s ease-in-out forwards
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.location-material-form {
    opacity: 0;
    animation: fade-in-right 1.5s ease-in-out forwards;
    margin-top: 20px;
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column
}

@media(max-width: 767.98px) {
    .location-material-form {
        max-width: 100%
    }
}

.location-material-form .field__title {
    display: none
}

.location-material-form .field__label {
    position: relative;
    display: block;
    margin-top: 8px;
    margin-bottom: 0;
    min-width: 100%
}

@media(max-width: 767.98px) {
    .location-material-form .field__label {
        margin-top: 5px
    }
}

.location-material-form .submit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    background: orange;
    border-radius: 4px;
    color: #fff;
    height: 46px
}

@media(max-width: 767.98px) {
    .location-material-form .submit {
        height: 42px;
        margin-top: 8px
    }
}

.location-material-form .field {
    height: 58px;
    margin: 0;
    border-radius: 4px
}

@media(max-width: 767.98px) {
    .location-material-form .field {
        height: 40px
    }
}

.fade-in-up {
    opacity: 0;
    animation: fade-in-up .5s ease-in-out forwards
}

.location-de-materiel-medical {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.location-de-materiel-medical p {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    font-feature-settings: "liga" off;
    color: #545b69
}

.location-material-media-content button.slick-prev.slick-arrow,
.location-material-media-content button.slick-next.slick-arrow {
    background-color: #7098e3;
    color: #fff;
    border: 2px solid #7098e3 !important
}

.location-de-materiel-medical .main-wrap {
    padding: 0px 0px 0px 0px
}

.banners-recomended-medical {
    min-height: min(680px, 100svh - var(--headerHeight));
    display: flex;
    align-items: center;
    padding: 60px 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

@media(max-width: 767.98px) {
    .banners-recomended-medical {
        padding-top: 260px;
        position: relative
    }

    .banners-recomended-medical::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 70%;
        background: linear-gradient(0deg, rgba(6, 6, 6, 0.38) 82.3%, rgba(0, 0, 0, 0) 100%)
    }
}

.banners-recomended-medical__content {
    display: flex;
    flex-direction: column
}

.banners-recomended-medical__content h1 {
    color: #fff;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 1.1;
    margin-bottom: 15px;
    animation: fade-in-up 1.5s ease-in-out forwards
}

@media(max-width: 767.98px) {
    .banners-recomended-medical__content h1 {
        text-align: center;
        font-size: 40px;
        margin-bottom: 5px
    }
}

.banners-recomended-medical__content p {
    animation: fade-in-up 2s ease-in-out forwards;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    color: #fff
}

@media(max-width: 767.98px) {
    .banners-recomended-medical__content p {
        text-align: center
    }
}

.location-services-process__item_:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #000;
    margin-top: 10px
}

.location-services-group-cards {
    position: relative;
    margin: 90px auto;
    width: 90%
}

.location-services-group-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: .3s;
    height: min(21.875vw, 315px);
    padding: 16px 11px 0px;
    cursor: pointer;
    display: flex;
    flex-direction: column
}

.location-services-group-item-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s
}

.location-services-group-item-title {
    position: relative;
    margin-top: auto;
    transition: .3s;
    margin-bottom: 20px
}

.location-services-group-item-content {
    margin-top: 30px;
    position: relative;
    transition: .3s;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.location-services-group-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.location-services-group-item h4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    left: 6.06%;
    right: 6.06%;
    bottom: 4.65%;
    background: linear-gradient(119.59deg, #3B76E4 7.7%, #2C55A2 92.62%), #2c55a2;
    border-radius: 10px;
    color: #fff
}

.location-services-group-item-tag {
    color: #fff;
    display: block;
    flex-direction: row;
    position: absolute;
    left: 45.15%;
    right: 5%;
    top: -12px;
    bottom: 80%;
    background: orange;
    border-radius: 10px;
    font-size: 14px
}

.location-services-group-cards h2 {
    margin: 40px 0px
}

.location-material-blue-banner__content {
    padding: 40px;
    display: flex;
    align-items: center;
    flex-direction: column
}

.location-material-blue-banner__content h2 {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    width: 711px;
    height: 74px;
    color: #fff
}

.location-material-blue-banner__content .btn {
    margin-top: 35px;
    font-weight: 500;
    padding: 13px 25px
}

.location-material-blue-banner__content .btn {
    margin-top: 15px
}

.location-material-blue-banner__bcg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.location-material-blue-banner__content * {
    position: relative
}

.location-material-products {
    width: 95%;
    margin: 90px auto
}

.location-material-media-content .media-content__content {
    padding: 40px 0px;
    flex-basis: calc(45% - 10px);
    display: block
}

.monte-escaliers-media-content .media-content__content {
    padding: 40px 0px;
    flex-basis: calc(50% - 10px)
}

.monte-escalier-droit-cards {
    position: relative;
    margin: 90px auto;
    width: 90%;
    background: #e3f4ff;
    padding: 40px 60px;
    border-radius: 20px
}

.monte-escalier-droit-cards .row {
    opacity: 0;
    animation: fade-in-up 1.5s ease-in-out forwards
}

.monte-escalier_staircase h2 {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    color: #172436;
    margin: 30px 0px;
    opacity: 0;
    animation: fade-in-right .8s ease-in-out forwards
}

.monte_escaliers_les-cards h2 {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    color: #172436;
    margin: 30px 0px;
    opacity: 0;
    animation: fade-in-right .8s ease-in-out forwards
}

.monte-escalier-droit-cards h2 {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    color: #172436;
    margin: 30px 0px;
    opacity: 0;
    animation: fade-in-right .8s ease-in-out forwards
}

.monte-escalier-droit-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: .3s;
    margin: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column
}

.monte-escalier-droit-item-img {
    left: 0;
    top: 0;
    transition: .5s
}

.monte-escalier-droit-item h4 {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    color: #fff
}

.monte-escalier-droit-item-tag {
    text-align: center;
    color: #fff;
    display: block;
    flex-direction: row;
    position: absolute;
    right: 5%;
    bottom: 88%;
    background: orange;
    border-radius: 10px;
    font-size: 14px;
    align-items: center;
    padding: 10px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    align-items: center;
    text-align: center;
    text-transform: uppercase !important
}

.monte-escalier-droit-item h4 p {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding-top: 10px
}

.monte-escaliers-bottom-section p {
    opacity: 0;
    animation: fade-in-right 1.2s ease-in-out forwards;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #172436
}

.monte-escaliers-bottom-section p ul li {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #172436
}

.monte_escaliers_decouvrir-item {
    text-align: left
}

.row .col-lg-6:first-child {
    opacity: 0;
    animation: fade-in-left 1s ease-in-out forwards
}

h2 {
    opacity: 0;
    animation: fade-in-up 2s ease-in-out forwards
}

p {
    opacity: 0;
    animation: fade-in-up 2.5s ease-in-out forwards
}

.media-content__image {
    opacity: 0;
    animation: fade-in-right 1.5s ease-in-out forwards
}

.monte_escaliers_decouvrir-cards {
    position: relative;
    margin: 90px auto;
    width: 90%
}

.monte_escaliers_decouvrir-item:first-child .monte_escaliers_decouvrir-item-content {
    padding-top: 0px !important;
    border: none
}

.monte_escaliers_decouvrir-item-content {
    border-top: 1px solid #7098e3;
    padding: 20px 0px 20px 0px
}

.monte_escaliers_decouvrir-item-content p {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-feature-settings: "liga" off;
    color: #545b69
}

.monte-escalier-les-cards {
    position: relative;
    margin: 90px auto;
    width: 90%;
    background: #e3f4ff;
    padding: 40px 60px;
    border-radius: 20px
}

.monte-escalier-les-cards h2 {
    margin: 40px 0px
}

.monte-escalier-les-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: .3s;
    height: min(30.875vw, 437px);
    padding: 16px 11px 0px;
    cursor: pointer;
    display: flex;
    flex-direction: column
}

.monte-escalier-les-item-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s
}

.monte-escalier-les-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%
}

.monte-escalier-les-item-title {
    position: relative;
    margin-top: auto;
    transition: .3s;
    margin-bottom: 20px
}

.monte-escalier-les-item h4 {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    padding: 15px;
    left: 6.06%;
    right: 6.06%;
    bottom: 4.65%;
    background: linear-gradient(119.59deg, #3B76E4 7.7%, #2C55A2 92.62%), #2c55a2;
    border-radius: 10px
}

.monte-escalier-les-item h4 p {
    height: 45px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    flex: none;
    order: 1;
    flex-grow: 0
}

.location-les-cards {
    position: relative;
    padding: 40px 20px;
    border-radius: 20px
}

.location-les-cards h2 {
    text-align: center;
    margin: 40px 0px
}

.location-les-item-logo {
    z-index: 1;
    max-height: 46px;
    display: flex
}

.location-les-item-logo img {
    width: auto;
    height: 100%;
    object-fit: contain
}

.location-les-item {
    box-sizing: border-box;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    border: 1px solid #b9e0f9;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .06);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: .3s;
    height: min(70.875vw, 430px);
    padding: 16px 11px 0px;
    cursor: pointer;
    display: flex;
    flex-direction: column
}

.location-les-item-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s
}

.location-les-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%
}

.location-les-item-title {
    position: relative;
    margin-top: auto;
    transition: .3s;
    margin-bottom: 20px
}

.location-les-item h4 {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    padding: 13px;
    left: 6.06%;
    right: 6.06%;
    bottom: 4.65%;
    background: linear-gradient(119.59deg, #3B76E4 7.7%, #2C55A2 92.62%), #2c55a2;
    border-radius: 10px;
    vertical-align: middle;
    align-items: center;
    justify-content: flex-start;
    display: flex
}

.location-les-item h4 p {
    height: 45px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    flex: none;
    order: 1;
    flex-grow: 0
}

.location_les-cards .gallery-slider__item {
    display: block !important;
    padding: 0px
}

.location-les-item-tag {
    text-align: center;
    color: #fff;
    display: block;
    flex-direction: row;
    position: absolute;
    right: 5%;
    top: -20px;
    bottom: 75%;
    background: orange;
    border-radius: 10px;
    font-size: 14px;
    align-items: center;
    padding: 10px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    align-items: center;
    text-align: center;
    text-transform: uppercase !important
}

.monte-escaliers-media-content h2 {
    opacity: 0;
    animation: fade-in-right .7s ease-in-out forwards
}

.monte-escaliers-media-content p {
    opacity: 0;
    animation: fade-in-right 1.5s ease-in-out forwards
}

.monte-escaliers-media-content .media-content__image {
    opacity: 0;
    animation: fade-in-left 1.5s ease-in-out forwards
}

.monte-escaliers-media-content iframe {
    width: 100%;
    height: 464px;
    border-radius: 10px
}

.monte-escaliers-media-content .media-content__content-wrap p img {
    padding-right: 20px
}

.location-les-cards h4 {
    font-size: 16px !important
}

section.monte_escaliers_decouvrir-cards:nth-of-type(6) .monte_escaliers_decouvrir-head .highlight {
    color: orange !important
}

section.monte_escaliers_decouvrir-cards:nth-of-type(4) .monte_escaliers_decouvrir-head .highlight {
    color: #e30613 !important
}

.monte_escaliers_decouvrir-item:last-child .monte_escaliers_decouvrir-item-content {
    border-bottom: 1px solid #7098e3
}

.monte-escalier-droit-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 20px 15px;
    gap: 0px;
    position: absolute;
    height: 132px;
    left: 3.33%;
    right: 3.33%;
    background: linear-gradient(119.59deg, #3B76E4 7.7%, #2C55A2 92.62%), #2c55a2;
    border-radius: 15px;
    bottom: 20px
}

.monte-escalier-droit-item-content p {
    color: #fff;
    font-size: 16px;
    line-height: 140%;
    padding: 0;
    margin-top: 5px
}

@media(min-width: 768px) {
    .location-material-media-content .media-content__image.js-media-content-slider .media-content__image-item {
        position: relative;
        overflow: hidden;
        height: 100%;
        max-height: 100%;
        padding: 10px
    }

    .monte_escaliers_decouvrir-desc {
        width: 60%;
        margin: auto
    }

    .monte-escaliers-media-content .media-content__content {
        display: block
    }

    .youtube {
        width: 100%;
        height: 100%;
        border-radius: 10px
    }

    .location-les-cards {
        position: relative;
        margin: 20px auto 90px;
        width: 90%;
        position: relative;
        padding: 0px 0px !important;
        border-radius: 20px
    }

    .monte_escaliers_decouvrir-item-content h4 {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 32px;
        font-feature-settings: "liga" off;
        color: #172436;
        padding: 0 0 10px
    }

    .monte_escaliers_decouvrir-cards .row .col-lg-6:nth-child(2),
    .monte-escaliers-media-content .row .col-lg-6:nth-child(2) {
        opacity: 0;
        animation: fade-in-right 1s ease-in-out forwards;
        padding: 0 40px
    }

    .location_les-cards {
        position: relative;
        margin: 90px auto;
        width: 90%
    }

    .monte-escalier_staircase h4 {
        width: 60%;
        text-align: center;
        margin: 20px auto
    }

    .left-40 {
        padding-left: 40px
    }

    .location-services-process__item h4 {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 130%;
        display: flex;
        align-items: center;
        text-align: center;
        color: #2c55a2
    }

    .location-material-form .form-fields {
        display: flex
    }

    .location-services-process__steps {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 0px 42px;
        margin: 50px auto 80px;
        width: 70%
    }

    .location-services-process__icon {
        width: 100%;
        height: 75px;
        position: relative;
        flex-shrink: 0
    }

    .location-services-process__icon img {
        width: 80%;
        height: 80%;
        object-fit: contain
    }

    .location-material-media-content {
        max-width: 1440px;
        padding-left: var(--container-padding);
        padding-right: var(--container-padding);
        margin: 90px auto;
        display: flex;
        align-items: stretch;
        justify-content: space-between
    }

    .monte-escaliers-media-content {
        max-width: 1440px;
        padding-left: var(--container-padding);
        padding-right: var(--container-padding);
        margin: 100px auto;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        vertical-align: middle;
        align-items: center
    }

    .location-material-blue-banner {
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        width: 95%;
        margin: -15px auto 60px
    }

    .monte-escaliers-bottom-section ul {
        opacity: 0;
        animation: fade-in-right 1.5s ease-in-out forwards;
        list-style: disc;
        padding-left: 15px;
        padding-top: 30px
    }

    .monte-escaliers-bottom-section ul li {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 215%;
        color: #172436
    }

    .monte_escaliers_decouvrir-head {
        padding: 0px 0px 40px;
        animation: fade-in-up .5s ease-in-out forwards
    }

    .location-material-media-content .media-content__content-wrap img {
        padding-right: 20px;
        margin-top: -15px
    }

    .location-services-process__steps hr {
        border: 1px solid #2c55a2;
        width: 60px;
        margin-top: 40px
    }

    .location-material-media-content .media-content__image img {
        max-height: 530px;
        border: 2px solid #b9e0f9;
        border-radius: 10px;
        box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .09)
    }

    .location-services-process {
        margin: 80px 50px
    }

    .monte_escaliers_decouvrir-cards h2 {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 500;
        font-size: 40px;
        line-height: 140%;
        color: #172436;
        margin: 15px 0px;
        opacity: 0;
        animation: fade-in-right .8s ease-in-out forwards
    }

    .monte_escaliers_decouvrir-item-img img {
        width: 100%;
        border-radius: 10px;
        min-height: 640px
    }

    .highlight {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 140%;
        text-align: center
    }

    .monte_escaliers_les-cards {
        position: relative;
        margin: 90px auto;
        width: 90%
    }

    .dd-none {
        display: none
    }
}

@media(max-width: 768px) {
    .location-material-media-content .media-content__image.js-media-content-slider .media-content__image-item {
        position: relative;
        overflow: hidden;
        height: 100%;
        max-height: 100%
    }

    .monte-escalier-droit-item h4 p {
        letter-spacing: -0.6px
    }

    .monte_escaliers_les-cards {
        position: relative;
        margin: 90px auto;
        width: 95%
    }

    .highlight {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 140%;
        text-align: center
    }

    .monte_escaliers_decouvrir-item-img img {
        width: 100%;
        border-radius: 10px
    }

    .youtube .thumb {
        border-radius: 20px;
        position: relative !important
    }

    .youtube {
        border-radius: 20px
    }

    .location-services-process {
        margin: 40px 50px
    }

    .location-les-cards {
        position: relative;
        margin: 20px auto;
        width: 90%;
        position: relative;
        padding: 0px 0px !important;
        border-radius: 20px
    }

    .monte-escalier-droit-item-img img {
        width: 100%;
        height: 100vw;
        object-fit: cover
    }

    .banners.banners-recomended-medical.location-page-banner {
        background-position: var(--background-position) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        min-height: auto
    }

    .location-material-media-content .media-content__image img {
        height: 255px;
        max-height: 530px;
        border: 2px solid #b9e0f9;
        border-radius: 10px;
        box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .09);
        max-height: 255px
    }

    .location-material-blue-banner__content h2 {
        height: auto
    }

    .location-services-process__steps hr {
        border: 1px solid #2c55a2;
        width: 20px;
        margin-top: 25px
    }

    .monte_escaliers_les-cards {
        margin: 40px auto !important
    }

    .monte_escaliers_les-cards .gallery-slider__wrap {
        margin: 30px auto;
        padding: 0
    }

    .monte_escaliers_decouvrir-cards,
    .monte-escalier_staircase {
        margin: 30px auto !important
    }

    .monte-escalier_staircase {
        text-align: center
    }

    .monte_escaliers_decouvrir-head {
        padding: 0px 0px 30px;
        animation: fade-in-up .5s ease-in-out forwards
    }

    section.monte_escaliers_decouvrir-cards .monte_escaliers_decouvrir-head .highlight {
        display: block
    }

    .monte_escaliers_decouvrir-item-img {
        padding-top: 40px
    }

    .monte-escalier-droit-item-tag {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        flex-direction: row;
        position: absolute;
        right: 5%;
        bottom: 88%;
        background: orange;
        border-radius: 10px;
        display: flex;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        text-transform: uppercase !important;
        color: #fff
    }

    .monte-escaliers-media-content iframe {
        width: 100%;
        height: 219px;
        border-radius: 10px
    }

    .monte-escaliers-media-content .media-content__content-wrap p img {
        margin-right: 0px;
        padding-right: 15px
    }

    .monte-escaliers-bottom-section ul {
        opacity: 0;
        animation: fade-in-right 1.5s ease-in-out forwards;
        list-style: disc;
        padding-left: 15px;
        padding-top: 30px
    }

    .monte-escaliers-bottom-section ul li {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 200%;
        color: #172436
    }

    .monte-escalier-droit-cards h2 {
        padding-bottom: 15px
    }

    .monte-escaliers-media-content {
        padding: 60px 16px
    }

    .hr-seperator {
        display: none
    }

    .hr-seperator-inner {
        border: 1px solid #7098e3;
        width: 100%;
        margin: 0 0 40px
    }

    .location-material-blue-banner {
        margin-top: 15px
    }

    .location-material-media-content:nth-of-type(5),
    .location-material-media-content:nth-of-type(7) {
        display: flex !important;
        flex-direction: column-reverse
    }

    .location-services-process {
        margin: 100px 50px
    }

    .row .col-lg-6:nth-child(2) {
        opacity: 0;
        animation: fade-in-right 1s ease-in-out forwards
    }

    .location-material-media-content p img {
        margin-top: -40px;
        margin-right: 15px;
        max-width: 50%;
        height: 50px
    }

    .location-les-item {
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        transition: .3s;
        height: min(120.875vw, 430px);
        padding: 16px 11px 0px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        margin: 20px 0px
    }

    .monte_escaliers_decouvrir-cards .row,
    .monte-escaliers-media-content .row {
        display: flex;
        flex-direction: column-reverse
    }

    .monte_escaliers_decouvrir-cards .col-lg-6,
    .monte-escaliers-media-content .col-lg-6 {
        width: 100%
    }

    .monte_escaliers_les-cards.gallery-slider .slick-slide {
        width: 100% !important
    }

    .monte_escaliers_les-cards.gallery-slider .slick-list {
        padding: 40px 0px
    }

    .monte-escalier-les-item {
        height: 330px
    }

    .monte-escaliers-media-content iframe {
        width: 100%
    }

    .location-material-blue-banner .location-material-blue-banner__bcg {
        display: none
    }

    .location-material-blue-banner {
        background-image: url(../images/blue-banner-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        width: 100%;
        margin: 40px auto
    }

    .monte_escaliers_decouvrir-item-img img {
        width: 100%
    }

    .location-de-materiel-medical h2 {
        font-size: 32px;
        margin: 0;
        text-align: center
    }

    .location-material-media-content h2 {
        text-align: left !important
    }

    .location-de-materiel-medical h4 {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        font-feature-settings: "liga" off
    }

    .monte-escalier-les-item-title h4 {
        font-size: 18px
    }

    .monte-escalier-les-item-title h4 p {
        font-size: 16px
    }

    .monte-escaliers-media-content .media-content__image {
        margin: 0px !important
    }

    .monte-escalier-droit-item h4 p,
    .location-de-materiel-medical p {
        font-size: 18px;
        padding: 6px 0 0
    }

    .monte-escalier-droit-item h4 p {
        font-size: 14px
    }

    .monte-escalier-droit-cards {
        position: relative;
        margin: 0px auto;
        width: 100%;
        background: #e3f4ff;
        padding: 40px 20px;
        border-radius: 0px
    }

    .monte-escalier-droit-item {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        transition: .3s;
        margin: 0;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        margin: 20px 0px
    }

    .monte-escaliers-media-content .media-content__content {
        width: 100%;
        display: block;
        padding: 30px 20px !important
    }

    .monte-escaliers-media-content .media-content__content img {
        height: 55px
    }

    .location-material-blue-banner__content h2 {
        width: 100%
    }

    .location-material-blue-banner__content {
        padding: 40px 20px 45px;
        display: block
    }

    .location-material-media-content .media-content__image {
        margin-bottom: 0px !important
    }

    .location-material-media-content {
        max-width: 1440px;
        padding-left: var(--container-padding);
        padding-right: var(--container-padding);
        margin: 0px auto;
        display: block;
        align-items: stretch;
        justify-content: space-between
    }

    .location-material-media-content .media-content__content {
        display: block
    }

    .location-services-group-item {
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        transition: .3s;
        height: min(21.875vw, 315px);
        padding: 16px 11px 0px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        min-height: 220px;
        margin-bottom: 20px
    }

    .location-services-process__item h4 {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        display: flex;
        align-items: center;
        text-align: center;
        color: #2c55a2
    }

    .location-services-group-cards h2 {
        margin: 0px 0px 32px 0px
    }

    .location-services-process__steps {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 0px 20px;
        margin: 25px auto 0px;
        width: 100%
    }

    .location-services-process__icon {
        width: 100%;
        height: 50px;
        position: relative;
        flex-shrink: 0
    }

    .location-services-process__icon img {
        width: 39px;
        height: 41px;
        object-fit: contain
    }

    .location-services-process {
        padding: 60px 20px 40px;
        margin: 0px
    }

    .location-services-group-cards {
        position: relative;
        margin: 0px;
        width: 100%;
        padding: 20px
    }

    .location-material-form {
        animation: fade-in-right 1.5s ease-in-out forwards;
        margin: 32px 0px 0px;
        padding: 0px !important
    }

    .md-none {
        display: none
    }

    .monte-escalier-droit-item-content {
        padding: 20px 20px 15px;
        height: 145px;
        left: 10px;
        right: 10px;
        border-radius: 15px;
        bottom: 10px
    }

    .monte-escalier-droit-item-content h4 {
        font-size: 18px
    }

    .monte-escalier-droit-item-content p {
        font-size: 14px;
        padding: 0
    }
}

.monte_escaliers_les-cards .gallery-slider__item {
    display: block !important;
    padding: 0px
}

.monte-escalier_staircase {
    position: relative;
    margin: 90px auto;
    width: 90%
}

.monte-escalier_staircase .gallery-slider__item img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.monte-escalier_staircase .gallery-slider__item {
    background-color: #fff;
    border: 1px solid #d8e4eb;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: block !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    flex-shrink: 0;
    margin: 0px 10px
}