.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    display: none;
    position: relative;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    -moz-backface-visibility: hidden;
    position: relative;
    touch-action: manipulation
}

.owl-carousel .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    float: left;
    min-height: 1px;
    position: relative
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0 !important
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative
}

.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    background: url(/images/vendor/owl.carousel/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: transform .1s ease;
    width: 80px;
    z-index: 1
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.owl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-nav [class*=owl-] {
    background: #d6d6d6;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    cursor: default;
    opacity: .5
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    -webkit-tap-highlight-color: transparent;
    text-align: center
}

.owl-theme .owl-dots .owl-dot {
    zoom: 1;
    display: inline-block;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    background: #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity .2s ease;
    width: 10px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.vue-slider-disabled {
    cursor: not-allowed;
    opacity: .5
}

.vue-slider-rail {
    background-color: #ccc;
    border-radius: 15px
}

.vue-slider-process {
    background-color: #3498db;
    border-radius: 15px
}

.vue-slider-mark {
    z-index: 4
}

.vue-slider-mark:first-child .vue-slider-mark-step,
.vue-slider-mark:last-child .vue-slider-mark-step {
    display: none
}

.vue-slider-mark-step {
    background-color: rgba(0, 0, 0, .16);
    border-radius: 50%;
    height: 100%;
    width: 100%
}

.vue-slider-mark-label {
    font-size: 14px;
    white-space: nowrap
}

.vue-slider-dot-handle {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .32);
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
    width: 100%
}

.vue-slider-dot-handle-focus {
    box-shadow: 0 0 1px 2px rgba(52, 152, 219, .36)
}

.vue-slider-dot-handle-disabled {
    background-color: #ccc;
    cursor: not-allowed
}

.vue-slider-dot-tooltip-inner {
    background-color: #3498db;
    border-color: #3498db;
    border-radius: 5px;
    box-sizing: content-box;
    color: #fff;
    font-size: 14px;
    min-width: 20px;
    padding: 2px 5px;
    text-align: center;
    white-space: nowrap
}

.vue-slider-dot-tooltip-inner:after {
    content: "";
    position: absolute
}

.vue-slider-dot-tooltip-inner-top:after {
    border: 5px solid transparent;
    border-top-color: inherit;
    height: 0;
    left: 50%;
    top: 100%;
    transform: translate(-50%);
    width: 0
}

.vue-slider-dot-tooltip-inner-bottom:after {
    border: 5px solid transparent;
    border-bottom-color: inherit;
    bottom: 100%;
    height: 0;
    left: 50%;
    transform: translate(-50%);
    width: 0
}

.vue-slider-dot-tooltip-inner-left:after {
    border: 5px solid transparent;
    border-left-color: inherit;
    height: 0;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0
}

.vue-slider-dot-tooltip-inner-right:after {
    border: 5px solid transparent;
    border-right-color: inherit;
    height: 0;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0
}

.vue-slider-dot-tooltip-wrapper {
    opacity: 0;
    transition: all .3s
}

.vue-slider-dot-tooltip-wrapper-show {
    opacity: 1
}

.mfp-bg {
    background: #0b0b0b;
    opacity: .8;
    overflow: hidden;
    z-index: 1042
}

.mfp-bg,
.mfp-wrap {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.mfp-wrap {
    -webkit-backface-visibility: hidden;
    outline: none !important;
    z-index: 1043
}

.mfp-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    cursor: auto;
    width: 100%
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    left: 8px;
    margin-top: -.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: visible;
    padding: 0;
    touch-action: manipulation;
    z-index: 1046
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.mfp-close {
    color: #fff;
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: .65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%
}

.mfp-counter {
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.mfp-arrow {
    -webkit-tap-highlight-color: transparent;
    height: 110px;
    margin: -55px 0 0;
    opacity: .65;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 90px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    border: inset transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: 35px;
    margin-top: 35px;
    position: absolute;
    top: 0;
    width: 0
}

.mfp-arrow:after {
    border-bottom-width: 13px;
    border-top-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-bottom-width: 21px;
    border-top-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    border-right: 27px solid #3f3f3f;
    margin-left: 25px
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    max-width: 900px;
    width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%
}

.mfp-iframe-scaler iframe {
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

img.mfp-img {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
    width: auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    background: #444;
    bottom: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: -1
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%
}

.mfp-title {
    word-wrap: break-word;
    color: #f3f3f3;
    line-height: 18px;
    padding-right: 36px;
    text-align: left
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        bottom: 0;
        top: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        position: fixed;
        top: auto
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        background: rgba(0, 0, 0, .6);
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 35px
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@charset "UTF-8";

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #f37021;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #666;
    --gray-dark: #343a40;
    --primary: #f37021;
    --secondary: #666;
    --success: #28a745;
    --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: "sofia-pro", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

body {
    background-color: #f37021;
    color: #333;
    font-family: sofia-pro, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

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

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

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

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

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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

dt {
    font-weight: 500
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    color: #f37021
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #d5570c
}

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

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
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 1rem
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

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

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

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.15
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.15
}

.display-4 {
    font-size: 3.5rem
}

hr {
    border: 0;
    border-top: 1px solid rgba(51, 51, 51, .1);
    margin-bottom: 1rem;
    margin-top: 1rem
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

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

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

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

.blockquote-footer {
    color: #666;
    display: block;
    font-size: 80%
}

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

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

.img-thumbnail {
    background-color: #f37021;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: .25rem
}

.figure {
    display: inline-block
}

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

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%
}

@media (min-width:576px) {

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

@media (min-width:768px) {

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

@media (min-width:992px) {

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

@media (min-width:1200px) {

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

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

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

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

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

.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;
    max-width: 100%;
    width: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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;
        max-width: 100%;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@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;
        max-width: 100%;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@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;
        max-width: 100%;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@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;
        max-width: 100%;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.table {
    color: #333;
    margin-bottom: 1rem;
    width: 100%
}

.table td,
.table th {
    border-top: 1px solid #dee2e6;
    padding: .75rem;
    vertical-align: top
}

.table thead th {
    border-bottom: 2px solid #dee2e6;
    vertical-align: bottom
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(51, 51, 51, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(51, 51, 51, .075);
    color: #333
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #fcd7c1
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #f9b58c
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #fbc7a9
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d4d4d4
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #afafaf
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c7c7c7
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(51, 51, 51, .075)
}

.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(38, 38, 38, .075)
}

.table .thead-dark th {
    background-color: #343a40;
    border-color: #454d55;
    color: #fff
}

.table .thead-light th {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #495057
}

.table-dark {
    background-color: #343a40;
    color: #fff
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075);
    color: #fff
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

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

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

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

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

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

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    color: #333;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #333
}

.form-control:focus {
    background-color: #fff;
    border-color: #fabe9a;
    box-shadow: 0 0 0 0;
    color: #333;
    outline: 0
}

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

.form-control:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

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

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #333
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px)
}

.col-form-label-lg {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #333;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

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

.form-control-sm {
    border-radius: .2rem;
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    line-height: 1.5;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.5;
    padding: .5rem 1rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

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

.form-row>.col,
.form-row>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative
}

.form-check-input {
    margin-left: -1.25rem;
    margin-top: .3rem;
    position: absolute
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #666
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    align-items: center;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0
}

.form-check-inline .form-check-input {
    margin-left: 0;
    margin-right: .3125rem;
    margin-top: 0;
    position: static
}

.valid-feedback {
    color: #28a745;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

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

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #34ce57;
    border-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.invalid-tooltip {
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

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

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #e4606d;
    border-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        align-items: center;
        display: flex;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        align-items: center;
        display: flex;
        justify-content: center;
        padding-left: 0;
        width: auto
    }

    .form-inline .form-check-input {
        flex-shrink: 0;
        margin-left: 0;
        margin-right: .25rem;
        margin-top: 0;
        position: relative
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #333;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

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

.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 0;
    outline: 0
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    background-color: #f37021;
    border-color: #f37021;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #e25c0c;
    border-color: #d5580c;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(245, 133, 66, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #f37021;
    border-color: #f37021;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #d5580c;
    border-color: #c9530b;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(245, 133, 66, .5)
}

.btn-secondary {
    background-color: #666;
    border-color: #666;
    color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #535353;
    border-color: #4d4d4d;
    color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 49%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #666;
    border-color: #666;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #4d4d4d;
    border-color: #464646;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 49%, .5)
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
    color: #fff
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    background-color: #1e7e34;
    border-color: #1c7430;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    background-color: #138496;
    border-color: #117a8b;
    color: #fff
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: #117a8b;
    border-color: #10707f;
    color: #fff
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
    color: #212529
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    background-color: #d39e00;
    border-color: #c69500;
    color: #212529
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
    color: #fff
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background-color: #bd2130;
    border-color: #b21f2d;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    color: #212529
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: #dae0e5;
    border-color: #d3d9df;
    color: #212529
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #23272b;
    border-color: #1d2124;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    background-color: #1d2124;
    border-color: #171a1d;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    border-color: #f37021;
    color: #f37021
}

.btn-outline-primary:hover {
    background-color: #f37021;
    border-color: #f37021;
    color: #fff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(243, 112, 33, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #f37021
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #f37021;
    border-color: #f37021;
    color: #fff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(243, 112, 33, .5)
}

.btn-outline-secondary {
    border-color: #666;
    color: #666
}

.btn-outline-secondary:hover {
    background-color: #666;
    border-color: #666;
    color: #fff
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 40%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #666
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    background-color: #666;
    border-color: #666;
    color: #fff
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 40%, .5)
}

.btn-outline-success {
    border-color: #28a745;
    color: #28a745
}

.btn-outline-success:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: transparent;
    color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    border-color: #17a2b8;
    color: #17a2b8
}

.btn-outline-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    border-color: #ffc107;
    color: #ffc107
}

.btn-outline-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa
}

.btn-outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background-color: transparent;
    color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    border-color: #343a40;
    color: #343a40
}

.btn-outline-dark:hover {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    color: #f37021;
    font-weight: 400;
    text-decoration: none
}

.btn-link:hover {
    color: #d5570c
}

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

.btn-link.disabled,
.btn-link:disabled {
    color: #666;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.btn-group-sm>.btn,
.btn-sm {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e9ecef;
    color: #16181b;
    text-decoration: none
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #adb5bd;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

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

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

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

.input-group>.custom-file {
    align-items: center;
    display: flex
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

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

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    color: #333;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.custom-control {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    z-index: 1
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    height: 1.25rem;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 1rem;
    z-index: -1
}

.custom-control-input:checked~.custom-control-label:before {
    background-color: #f37021;
    border-color: #f37021;
    color: #fff
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 0
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #fabe9a
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: #fcddca;
    border-color: #fcddca;
    color: #fff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #666
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0;
    position: relative;
    vertical-align: top
}

.custom-control-label:before {
    background-color: #fff;
    border: 1px solid #adb5bd;
    pointer-events: none
}

.custom-control-label:after,
.custom-control-label:before {
    content: "";
    display: block;
    height: 1rem;
    left: -1.5rem;
    position: absolute;
    top: .25rem;
    width: 1rem
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #f37021;
    border-color: #f37021
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(243, 112, 33, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(243, 112, 33, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(243, 112, 33, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    border-radius: .5rem;
    left: -2.25rem;
    pointer-events: all;
    width: 1.75rem
}

.custom-switch .custom-control-label:after {
    background-color: #adb5bd;
    border-radius: .5rem;
    height: calc(1rem - 4px);
    left: calc(-2.25rem + 2px);
    top: calc(.25rem + 2px);
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: calc(1rem - 4px)
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(243, 112, 33, .5)
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    color: #333;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;
    width: 100%
}

.custom-select:focus {
    border-color: #fabe9a;
    box-shadow: 0 0 0 .2rem rgba(243, 112, 33, .25);
    outline: 0
}

.custom-select:focus::-ms-value {
    background-color: #fff;
    color: #333
}

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

.custom-select:disabled {
    background-color: #e9ecef;
    color: #666
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #333
}

.custom-select-sm {
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.custom-select-lg {
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    height: calc(1.5em + .75rem + 2px);
    position: relative;
    width: 100%
}

.custom-file-input {
    margin: 0;
    opacity: 0;
    overflow: hidden;
    z-index: 2
}

.custom-file-input:focus~.custom-file-label {
    border-color: #fabe9a;
    box-shadow: 0 0 0 0
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    left: 0;
    overflow: hidden;
    z-index: 1
}

.custom-file-label,
.custom-file-label:after {
    color: #333;
    line-height: 1.5;
    padding: .375rem .75rem;
    position: absolute;
    right: 0;
    top: 0
}

.custom-file-label:after {
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    bottom: 0;
    content: "Browse";
    display: block;
    height: calc(1.5em + .75rem);
    z-index: 3
}

.custom-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.4rem;
    padding: 0;
    width: 100%
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f37021, 0 0 0 0
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f37021, 0 0 0 0
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f37021, 0 0 0 0
}

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

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #f37021;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

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

.custom-range::-webkit-slider-thumb:active {
    background-color: #fcddca
}

.custom-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #f37021;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

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

.custom-range::-moz-range-thumb:active {
    background-color: #fcddca
}

.custom-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-ms-thumb {
    appearance: none;
    background-color: #f37021;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-left: .2rem;
    margin-right: .2rem;
    margin-top: 0;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

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

.custom-range::-ms-thumb:active {
    background-color: #fcddca
}

.custom-range::-ms-track {
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

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

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

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

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

.nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: -1px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #333
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #666
}

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

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

.nav-pills .nav-link {
    border-radius: .25rem
}

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

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

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

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

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

.navbar {
    padding: .5rem 1rem;
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

.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-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-left: 0;
        padding-right: 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-left: 0;
        padding-right: 0
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .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-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-left: 0;
        padding-right: 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-left: 0;
        padding-right: 0
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .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-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-left: 0;
        padding-right: 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-left: 0;
        padding-right: 0
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .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-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-left: 0;
        padding-right: 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-left: 0;
        padding-right: 0
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .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 {
    flex-flow: row nowrap;
    justify-content: flex-start
}

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

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

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.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,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(51, 51, 51, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: #333
}

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

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

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

.navbar-light .navbar-toggler {
    border-color: rgba(51, 51, 51, .1);
    color: #333
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: #333
}

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

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

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(51, 51, 51, .125);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative
}

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

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

.card>.list-group:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-width: 0
}

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

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

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

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    background-color: rgba(51, 51, 51, .03);
    border-bottom: 1px solid rgba(51, 51, 51, .125);
    margin-bottom: 0;
    padding: .75rem 1.25rem
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    background-color: rgba(51, 51, 51, .03);
    border-top: 1px solid rgba(51, 51, 51, .125);
    padding: .75rem 1.25rem
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.75rem
}

.card-header-pills,
.card-header-tabs {
    margin-left: -.625rem;
    margin-right: -.625rem
}

.card-img-overlay {
    border-radius: calc(.25rem - 1px);
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 8px
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-left: -8px;
        margin-right: -8px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-bottom: 0;
        margin-left: 8px;
        margin-right: 8px
    }
}

.card-group>.card {
    margin-bottom: 8px
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        border-left: 0;
        margin-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: .8125rem;
    list-style: none;
    margin-bottom: 0;
    padding: .75rem 0
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #666;
    content: "";
    float: left;
    padding-right: 0
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #666
}

.pagination {
    border-radius: .25rem;
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #666;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative
}

.page-link:hover {
    background-color: #f37021;
    border-color: #f37021;
    color: #fff;
    text-decoration: none;
    z-index: 2
}

.page-link:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
    z-index: 3
}

.page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    margin-left: 0
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.page-item.active .page-link {
    background-color: #f37021;
    border-color: #f37021;
    color: #fff;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #666;
    cursor: auto;
    pointer-events: none
}

.pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .75rem 1.5rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

.badge {
    border-radius: 2px;
    display: inline-block;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    padding: 0 .4em;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: baseline;
    white-space: nowrap
}

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

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

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

.badge-pill {
    border-radius: 10rem;
    padding-left: .6em;
    padding-right: .6em
}

.badge-primary {
    background-color: #f37021;
    color: #fff
}

a.badge-primary:focus,
a.badge-primary:hover {
    background-color: #d5580c;
    color: #fff
}

a.badge-primary.focus,
a.badge-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(243, 112, 33, .5);
    outline: 0
}

.badge-secondary {
    background-color: #666;
    color: #fff
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    background-color: #4d4d4d;
    color: #fff
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 40%, .5);
    outline: 0
}

.badge-success {
    background-color: #28a745;
    color: #fff
}

a.badge-success:focus,
a.badge-success:hover {
    background-color: #1e7e34;
    color: #fff
}

a.badge-success.focus,
a.badge-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    outline: 0
}

.badge-info {
    background-color: #17a2b8;
    color: #fff
}

a.badge-info:focus,
a.badge-info:hover {
    background-color: #117a8b;
    color: #fff
}

a.badge-info.focus,
a.badge-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    outline: 0
}

.badge-warning {
    background-color: #ffc107;
    color: #212529
}

a.badge-warning:focus,
a.badge-warning:hover {
    background-color: #d39e00;
    color: #212529
}

a.badge-warning.focus,
a.badge-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    outline: 0
}

.badge-danger {
    background-color: #dc3545;
    color: #fff
}

a.badge-danger:focus,
a.badge-danger:hover {
    background-color: #bd2130;
    color: #fff
}

a.badge-danger.focus,
a.badge-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    outline: 0
}

.badge-light {
    background-color: #f8f9fa;
    color: #212529
}

a.badge-light:focus,
a.badge-light:hover {
    background-color: #dae0e5;
    color: #212529
}

a.badge-light.focus,
a.badge-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    outline: 0
}

.badge-dark {
    background-color: #343a40;
    color: #fff
}

a.badge-dark:focus,
a.badge-dark:hover {
    background-color: #1d2124;
    color: #fff
}

a.badge-dark.focus,
a.badge-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    outline: 0
}

.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 500
}

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

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

.alert-primary {
    background-color: #fde2d3;
    border-color: #fcd7c1;
    color: #97532a
}

.alert-primary hr {
    border-top-color: #fbc7a9
}

.alert-primary .alert-link {
    color: #6f3d1f
}

.alert-secondary {
    background-color: #e0e0e0;
    border-color: #d4d4d4;
    color: #4e4e4e
}

.alert-secondary hr {
    border-top-color: #c7c7c7
}

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

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #2d6f3c
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #1e4b28
}

.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #246d78
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #184951
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #9d7d1c
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #725b14
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #8b343c
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #66262c
}

.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #999a9a
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #7f8181
}

.alert-dark {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    color: #34373a
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #1c1e1f
}

.list-group {
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    z-index: 1
}

.list-group-item-action:active {
    background-color: #e9ecef;
    color: #333
}

.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(51, 51, 51, .125);
    display: block;
    padding: .75rem 1.25rem;
    position: relative
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    background-color: #fff;
    color: #666;
    pointer-events: none
}

.list-group-item.active {
    background-color: #f37021;
    border-color: #f37021;
    color: #fff;
    z-index: 2
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    background-color: #fcd7c1;
    color: #97532a
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #fbc7a9;
    color: #97532a
}

.list-group-item-primary.list-group-item-action.active {
    background-color: #97532a;
    border-color: #97532a;
    color: #fff
}

.list-group-item-secondary {
    background-color: #d4d4d4;
    color: #4e4e4e
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #c7c7c7;
    color: #4e4e4e
}

.list-group-item-secondary.list-group-item-action.active {
    background-color: #4e4e4e;
    border-color: #4e4e4e;
    color: #fff
}

.list-group-item-success {
    background-color: #c3e6cb;
    color: #2d6f3c
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #b1dfbb;
    color: #2d6f3c
}

.list-group-item-success.list-group-item-action.active {
    background-color: #2d6f3c;
    border-color: #2d6f3c;
    color: #fff
}

.list-group-item-info {
    background-color: #bee5eb;
    color: #246d78
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #abdde5;
    color: #246d78
}

.list-group-item-info.list-group-item-action.active {
    background-color: #246d78;
    border-color: #246d78;
    color: #fff
}

.list-group-item-warning {
    background-color: #ffeeba;
    color: #9d7d1c
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #ffe8a1;
    color: #9d7d1c
}

.list-group-item-warning.list-group-item-action.active {
    background-color: #9d7d1c;
    border-color: #9d7d1c;
    color: #fff
}

.list-group-item-danger {
    background-color: #f5c6cb;
    color: #8b343c
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #f1b0b7;
    color: #8b343c
}

.list-group-item-danger.list-group-item-action.active {
    background-color: #8b343c;
    border-color: #8b343c;
    color: #fff
}

.list-group-item-light {
    background-color: #fdfdfe;
    color: #999a9a
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #ececf6;
    color: #999a9a
}

.list-group-item-light.list-group-item-action.active {
    background-color: #999a9a;
    border-color: #999a9a;
    color: #fff
}

.list-group-item-dark {
    background-color: #c6c8ca;
    color: #34373a
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #b9bbbe;
    color: #34373a
}

.list-group-item-dark.list-group-item-action.active {
    background-color: #34373a;
    border-color: #34373a;
    color: #fff
}

.close {
    color: #333;
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

.close:hover {
    color: #333;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    background-color: transparent;
    border: 0;
    padding: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(51, 51, 51, .1);
    flex-basis: 350px;
    font-size: .875rem;
    max-width: 350px;
    opacity: 0
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    color: #666;
    display: flex;
    padding: .25rem .75rem
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

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

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

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

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-backdrop.fade {
    opacity: 0
}

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

.modal-header {
    align-items: flex-start;
    border-bottom: 0 solid #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {

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

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

.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: sofia-pro, sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: .8rem
}

.tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

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

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    border-top-color: #333;
    border-width: .4rem .4rem 0;
    top: 0
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    height: .8rem;
    left: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    border-right-color: #333;
    border-width: .4rem .4rem .4rem 0;
    right: 0
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

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

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #333;
    border-width: 0 .4rem .4rem;
    bottom: 0
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    height: .8rem;
    right: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    border-left-color: #333;
    border-width: .4rem 0 .4rem .4rem;
    left: 0
}

.tooltip-inner {
    background-color: #333;
    border-radius: .25rem;
    color: #fff;
    max-width: 200px;
    padding: .5rem 1.125rem;
    text-align: center
}

.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: #f37021 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #d5580c !important
}

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

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #4d4d4d !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

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

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

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

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

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

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

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

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

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

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

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

.bg-transparent {
    background-color: transparent !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: #f37021 !important
}

.border-secondary {
    border-color: #666 !important
}

.border-success {
    border-color: #28a745 !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
}

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

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

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

.rounded-left {
    border-top-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 {
    clear: both;
    content: "";
    display: block
}

.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 {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

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

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

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

.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 {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

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

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    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 {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

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

.bootstrap-datetimepicker-widget .btn[data-action=clear]:after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after,
.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after,
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after,
.bootstrap-datetimepicker-widget .btn[data-action=today]:after,
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after,
.bootstrap-datetimepicker-widget .picker-switch:after,
.bootstrap-datetimepicker-widget table th.next:after,
.bootstrap-datetimepicker-widget table th.prev:after,
.sr-only {
    white-space: nowrap
}

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

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

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

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(51, 51, 51, .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: 2rem !important
}

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

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

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

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

.m-35 {
    margin: 1.25rem !important
}

.mt-35,
.my-35 {
    margin-top: 1.25rem !important
}

.mr-35,
.mx-35 {
    margin-right: 1.25rem !important
}

.mb-35,
.my-35 {
    margin-bottom: 1.25rem !important
}

.ml-35,
.mx-35 {
    margin-left: 1.25rem !important
}

.m-6 {
    margin: 2.5rem !important
}

.mt-6,
.my-6 {
    margin-top: 2.5rem !important
}

.mr-6,
.mx-6 {
    margin-right: 2.5rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 2.5rem !important
}

.ml-6,
.mx-6 {
    margin-left: 2.5rem !important
}

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

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

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

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

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

.m-8 {
    margin: 3.5rem !important
}

.mt-8,
.my-8 {
    margin-top: 3.5rem !important
}

.mr-8,
.mx-8 {
    margin-right: 3.5rem !important
}

.mb-8,
.my-8 {
    margin-bottom: 3.5rem !important
}

.ml-8,
.mx-8 {
    margin-left: 3.5rem !important
}

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

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

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

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

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

.m-10 {
    margin: 4.5rem !important
}

.mt-10,
.my-10 {
    margin-top: 4.5rem !important
}

.mr-10,
.mx-10 {
    margin-right: 4.5rem !important
}

.mb-10,
.my-10 {
    margin-bottom: 4.5rem !important
}

.ml-10,
.mx-10 {
    margin-left: 4.5rem !important
}

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

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

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

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

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

.m-12 {
    margin: 5.5rem !important
}

.mt-12,
.my-12 {
    margin-top: 5.5rem !important
}

.mr-12,
.mx-12 {
    margin-right: 5.5rem !important
}

.mb-12,
.my-12 {
    margin-bottom: 5.5rem !important
}

.ml-12,
.mx-12 {
    margin-left: 5.5rem !important
}

.m-13 {
    margin: 6rem !important
}

.mt-13,
.my-13 {
    margin-top: 6rem !important
}

.mr-13,
.mx-13 {
    margin-right: 6rem !important
}

.mb-13,
.my-13 {
    margin-bottom: 6rem !important
}

.ml-13,
.mx-13 {
    margin-left: 6rem !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: 2rem !important
}

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

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

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

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

.p-35 {
    padding: 1.25rem !important
}

.pt-35,
.py-35 {
    padding-top: 1.25rem !important
}

.pr-35,
.px-35 {
    padding-right: 1.25rem !important
}

.pb-35,
.py-35 {
    padding-bottom: 1.25rem !important
}

.pl-35,
.px-35 {
    padding-left: 1.25rem !important
}

.p-6 {
    padding: 2.5rem !important
}

.pt-6,
.py-6 {
    padding-top: 2.5rem !important
}

.pr-6,
.px-6 {
    padding-right: 2.5rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 2.5rem !important
}

.pl-6,
.px-6 {
    padding-left: 2.5rem !important
}

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

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

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

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

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

.p-8 {
    padding: 3.5rem !important
}

.pt-8,
.py-8 {
    padding-top: 3.5rem !important
}

.pr-8,
.px-8 {
    padding-right: 3.5rem !important
}

.pb-8,
.py-8 {
    padding-bottom: 3.5rem !important
}

.pl-8,
.px-8 {
    padding-left: 3.5rem !important
}

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

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

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

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

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

.p-10 {
    padding: 4.5rem !important
}

.pt-10,
.py-10 {
    padding-top: 4.5rem !important
}

.pr-10,
.px-10 {
    padding-right: 4.5rem !important
}

.pb-10,
.py-10 {
    padding-bottom: 4.5rem !important
}

.pl-10,
.px-10 {
    padding-left: 4.5rem !important
}

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

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

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

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

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

.p-12 {
    padding: 5.5rem !important
}

.pt-12,
.py-12 {
    padding-top: 5.5rem !important
}

.pr-12,
.px-12 {
    padding-right: 5.5rem !important
}

.pb-12,
.py-12 {
    padding-bottom: 5.5rem !important
}

.pl-12,
.px-12 {
    padding-left: 5.5rem !important
}

.p-13 {
    padding: 6rem !important
}

.pt-13,
.py-13 {
    padding-top: 6rem !important
}

.pr-13,
.px-13 {
    padding-right: 6rem !important
}

.pb-13,
.py-13 {
    padding-bottom: 6rem !important
}

.pl-13,
.px-13 {
    padding-left: 6rem !important
}

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

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

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

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

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

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

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

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

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

.ml-n2,
.mx-n2 {
    margin-left: -.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: -2rem !important
}

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

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

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

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

.m-n35 {
    margin: -1.25rem !important
}

.mt-n35,
.my-n35 {
    margin-top: -1.25rem !important
}

.mr-n35,
.mx-n35 {
    margin-right: -1.25rem !important
}

.mb-n35,
.my-n35 {
    margin-bottom: -1.25rem !important
}

.ml-n35,
.mx-n35 {
    margin-left: -1.25rem !important
}

.m-n6 {
    margin: -2.5rem !important
}

.mt-n6,
.my-n6 {
    margin-top: -2.5rem !important
}

.mr-n6,
.mx-n6 {
    margin-right: -2.5rem !important
}

.mb-n6,
.my-n6 {
    margin-bottom: -2.5rem !important
}

.ml-n6,
.mx-n6 {
    margin-left: -2.5rem !important
}

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

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

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

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

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

.m-n8 {
    margin: -3.5rem !important
}

.mt-n8,
.my-n8 {
    margin-top: -3.5rem !important
}

.mr-n8,
.mx-n8 {
    margin-right: -3.5rem !important
}

.mb-n8,
.my-n8 {
    margin-bottom: -3.5rem !important
}

.ml-n8,
.mx-n8 {
    margin-left: -3.5rem !important
}

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

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

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

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

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

.m-n10 {
    margin: -4.5rem !important
}

.mt-n10,
.my-n10 {
    margin-top: -4.5rem !important
}

.mr-n10,
.mx-n10 {
    margin-right: -4.5rem !important
}

.mb-n10,
.my-n10 {
    margin-bottom: -4.5rem !important
}

.ml-n10,
.mx-n10 {
    margin-left: -4.5rem !important
}

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

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

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

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

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

.m-n12 {
    margin: -5.5rem !important
}

.mt-n12,
.my-n12 {
    margin-top: -5.5rem !important
}

.mr-n12,
.mx-n12 {
    margin-right: -5.5rem !important
}

.mb-n12,
.my-n12 {
    margin-bottom: -5.5rem !important
}

.ml-n12,
.mx-n12 {
    margin-left: -5.5rem !important
}

.m-n13 {
    margin: -6rem !important
}

.mt-n13,
.my-n13 {
    margin-top: -6rem !important
}

.mr-n13,
.mx-n13 {
    margin-right: -6rem !important
}

.mb-n13,
.my-n13 {
    margin-bottom: -6rem !important
}

.ml-n13,
.mx-n13 {
    margin-left: -6rem !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: 2rem !important
    }

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

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

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

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

    .m-sm-35 {
        margin: 1.25rem !important
    }

    .mt-sm-35,
    .my-sm-35 {
        margin-top: 1.25rem !important
    }

    .mr-sm-35,
    .mx-sm-35 {
        margin-right: 1.25rem !important
    }

    .mb-sm-35,
    .my-sm-35 {
        margin-bottom: 1.25rem !important
    }

    .ml-sm-35,
    .mx-sm-35 {
        margin-left: 1.25rem !important
    }

    .m-sm-6 {
        margin: 2.5rem !important
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 2.5rem !important
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 2.5rem !important
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 2.5rem !important
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 2.5rem !important
    }

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

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

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

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

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

    .m-sm-8 {
        margin: 3.5rem !important
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 3.5rem !important
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 3.5rem !important
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 3.5rem !important
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 3.5rem !important
    }

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

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

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

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

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

    .m-sm-10 {
        margin: 4.5rem !important
    }

    .mt-sm-10,
    .my-sm-10 {
        margin-top: 4.5rem !important
    }

    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 4.5rem !important
    }

    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 4.5rem !important
    }

    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 4.5rem !important
    }

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

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

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

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

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

    .m-sm-12 {
        margin: 5.5rem !important
    }

    .mt-sm-12,
    .my-sm-12 {
        margin-top: 5.5rem !important
    }

    .mr-sm-12,
    .mx-sm-12 {
        margin-right: 5.5rem !important
    }

    .mb-sm-12,
    .my-sm-12 {
        margin-bottom: 5.5rem !important
    }

    .ml-sm-12,
    .mx-sm-12 {
        margin-left: 5.5rem !important
    }

    .m-sm-13 {
        margin: 6rem !important
    }

    .mt-sm-13,
    .my-sm-13 {
        margin-top: 6rem !important
    }

    .mr-sm-13,
    .mx-sm-13 {
        margin-right: 6rem !important
    }

    .mb-sm-13,
    .my-sm-13 {
        margin-bottom: 6rem !important
    }

    .ml-sm-13,
    .mx-sm-13 {
        margin-left: 6rem !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: 2rem !important
    }

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

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

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

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

    .p-sm-35 {
        padding: 1.25rem !important
    }

    .pt-sm-35,
    .py-sm-35 {
        padding-top: 1.25rem !important
    }

    .pr-sm-35,
    .px-sm-35 {
        padding-right: 1.25rem !important
    }

    .pb-sm-35,
    .py-sm-35 {
        padding-bottom: 1.25rem !important
    }

    .pl-sm-35,
    .px-sm-35 {
        padding-left: 1.25rem !important
    }

    .p-sm-6 {
        padding: 2.5rem !important
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 2.5rem !important
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 2.5rem !important
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 2.5rem !important
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 2.5rem !important
    }

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

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

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

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

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

    .p-sm-8 {
        padding: 3.5rem !important
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 3.5rem !important
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 3.5rem !important
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 3.5rem !important
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 3.5rem !important
    }

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

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

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

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

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

    .p-sm-10 {
        padding: 4.5rem !important
    }

    .pt-sm-10,
    .py-sm-10 {
        padding-top: 4.5rem !important
    }

    .pr-sm-10,
    .px-sm-10 {
        padding-right: 4.5rem !important
    }

    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 4.5rem !important
    }

    .pl-sm-10,
    .px-sm-10 {
        padding-left: 4.5rem !important
    }

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

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

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

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

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

    .p-sm-12 {
        padding: 5.5rem !important
    }

    .pt-sm-12,
    .py-sm-12 {
        padding-top: 5.5rem !important
    }

    .pr-sm-12,
    .px-sm-12 {
        padding-right: 5.5rem !important
    }

    .pb-sm-12,
    .py-sm-12 {
        padding-bottom: 5.5rem !important
    }

    .pl-sm-12,
    .px-sm-12 {
        padding-left: 5.5rem !important
    }

    .p-sm-13 {
        padding: 6rem !important
    }

    .pt-sm-13,
    .py-sm-13 {
        padding-top: 6rem !important
    }

    .pr-sm-13,
    .px-sm-13 {
        padding-right: 6rem !important
    }

    .pb-sm-13,
    .py-sm-13 {
        padding-bottom: 6rem !important
    }

    .pl-sm-13,
    .px-sm-13 {
        padding-left: 6rem !important
    }

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

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

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

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

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

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

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

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

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

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.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: -2rem !important
    }

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

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

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

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

    .m-sm-n35 {
        margin: -1.25rem !important
    }

    .mt-sm-n35,
    .my-sm-n35 {
        margin-top: -1.25rem !important
    }

    .mr-sm-n35,
    .mx-sm-n35 {
        margin-right: -1.25rem !important
    }

    .mb-sm-n35,
    .my-sm-n35 {
        margin-bottom: -1.25rem !important
    }

    .ml-sm-n35,
    .mx-sm-n35 {
        margin-left: -1.25rem !important
    }

    .m-sm-n6 {
        margin: -2.5rem !important
    }

    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -2.5rem !important
    }

    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -2.5rem !important
    }

    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -2.5rem !important
    }

    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -2.5rem !important
    }

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

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

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

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

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

    .m-sm-n8 {
        margin: -3.5rem !important
    }

    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -3.5rem !important
    }

    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -3.5rem !important
    }

    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -3.5rem !important
    }

    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -3.5rem !important
    }

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

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

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

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

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

    .m-sm-n10 {
        margin: -4.5rem !important
    }

    .mt-sm-n10,
    .my-sm-n10 {
        margin-top: -4.5rem !important
    }

    .mr-sm-n10,
    .mx-sm-n10 {
        margin-right: -4.5rem !important
    }

    .mb-sm-n10,
    .my-sm-n10 {
        margin-bottom: -4.5rem !important
    }

    .ml-sm-n10,
    .mx-sm-n10 {
        margin-left: -4.5rem !important
    }

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

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

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

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

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

    .m-sm-n12 {
        margin: -5.5rem !important
    }

    .mt-sm-n12,
    .my-sm-n12 {
        margin-top: -5.5rem !important
    }

    .mr-sm-n12,
    .mx-sm-n12 {
        margin-right: -5.5rem !important
    }

    .mb-sm-n12,
    .my-sm-n12 {
        margin-bottom: -5.5rem !important
    }

    .ml-sm-n12,
    .mx-sm-n12 {
        margin-left: -5.5rem !important
    }

    .m-sm-n13 {
        margin: -6rem !important
    }

    .mt-sm-n13,
    .my-sm-n13 {
        margin-top: -6rem !important
    }

    .mr-sm-n13,
    .mx-sm-n13 {
        margin-right: -6rem !important
    }

    .mb-sm-n13,
    .my-sm-n13 {
        margin-bottom: -6rem !important
    }

    .ml-sm-n13,
    .mx-sm-n13 {
        margin-left: -6rem !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: 2rem !important
    }

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

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

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

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

    .m-md-35 {
        margin: 1.25rem !important
    }

    .mt-md-35,
    .my-md-35 {
        margin-top: 1.25rem !important
    }

    .mr-md-35,
    .mx-md-35 {
        margin-right: 1.25rem !important
    }

    .mb-md-35,
    .my-md-35 {
        margin-bottom: 1.25rem !important
    }

    .ml-md-35,
    .mx-md-35 {
        margin-left: 1.25rem !important
    }

    .m-md-6 {
        margin: 2.5rem !important
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 2.5rem !important
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 2.5rem !important
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 2.5rem !important
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 2.5rem !important
    }

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

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

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

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

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

    .m-md-8 {
        margin: 3.5rem !important
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 3.5rem !important
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 3.5rem !important
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 3.5rem !important
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 3.5rem !important
    }

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

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

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

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

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

    .m-md-10 {
        margin: 4.5rem !important
    }

    .mt-md-10,
    .my-md-10 {
        margin-top: 4.5rem !important
    }

    .mr-md-10,
    .mx-md-10 {
        margin-right: 4.5rem !important
    }

    .mb-md-10,
    .my-md-10 {
        margin-bottom: 4.5rem !important
    }

    .ml-md-10,
    .mx-md-10 {
        margin-left: 4.5rem !important
    }

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

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

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

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

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

    .m-md-12 {
        margin: 5.5rem !important
    }

    .mt-md-12,
    .my-md-12 {
        margin-top: 5.5rem !important
    }

    .mr-md-12,
    .mx-md-12 {
        margin-right: 5.5rem !important
    }

    .mb-md-12,
    .my-md-12 {
        margin-bottom: 5.5rem !important
    }

    .ml-md-12,
    .mx-md-12 {
        margin-left: 5.5rem !important
    }

    .m-md-13 {
        margin: 6rem !important
    }

    .mt-md-13,
    .my-md-13 {
        margin-top: 6rem !important
    }

    .mr-md-13,
    .mx-md-13 {
        margin-right: 6rem !important
    }

    .mb-md-13,
    .my-md-13 {
        margin-bottom: 6rem !important
    }

    .ml-md-13,
    .mx-md-13 {
        margin-left: 6rem !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: 2rem !important
    }

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

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

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

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

    .p-md-35 {
        padding: 1.25rem !important
    }

    .pt-md-35,
    .py-md-35 {
        padding-top: 1.25rem !important
    }

    .pr-md-35,
    .px-md-35 {
        padding-right: 1.25rem !important
    }

    .pb-md-35,
    .py-md-35 {
        padding-bottom: 1.25rem !important
    }

    .pl-md-35,
    .px-md-35 {
        padding-left: 1.25rem !important
    }

    .p-md-6 {
        padding: 2.5rem !important
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 2.5rem !important
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 2.5rem !important
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 2.5rem !important
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 2.5rem !important
    }

    .p-md-7 {
        padding: 3rem !important
    }

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

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

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

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

    .p-md-8 {
        padding: 3.5rem !important
    }

    .pt-md-8,
    .py-md-8 {
        padding-top: 3.5rem !important
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 3.5rem !important
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 3.5rem !important
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 3.5rem !important
    }

    .p-md-9 {
        padding: 4rem !important
    }

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

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

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

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

    .p-md-10 {
        padding: 4.5rem !important
    }

    .pt-md-10,
    .py-md-10 {
        padding-top: 4.5rem !important
    }

    .pr-md-10,
    .px-md-10 {
        padding-right: 4.5rem !important
    }

    .pb-md-10,
    .py-md-10 {
        padding-bottom: 4.5rem !important
    }

    .pl-md-10,
    .px-md-10 {
        padding-left: 4.5rem !important
    }

    .p-md-11 {
        padding: 5rem !important
    }

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

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

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

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

    .p-md-12 {
        padding: 5.5rem !important
    }

    .pt-md-12,
    .py-md-12 {
        padding-top: 5.5rem !important
    }

    .pr-md-12,
    .px-md-12 {
        padding-right: 5.5rem !important
    }

    .pb-md-12,
    .py-md-12 {
        padding-bottom: 5.5rem !important
    }

    .pl-md-12,
    .px-md-12 {
        padding-left: 5.5rem !important
    }

    .p-md-13 {
        padding: 6rem !important
    }

    .pt-md-13,
    .py-md-13 {
        padding-top: 6rem !important
    }

    .pr-md-13,
    .px-md-13 {
        padding-right: 6rem !important
    }

    .pb-md-13,
    .py-md-13 {
        padding-bottom: 6rem !important
    }

    .pl-md-13,
    .px-md-13 {
        padding-left: 6rem !important
    }

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

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

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

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

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

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

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

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

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

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.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: -2rem !important
    }

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

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

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

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

    .m-md-n35 {
        margin: -1.25rem !important
    }

    .mt-md-n35,
    .my-md-n35 {
        margin-top: -1.25rem !important
    }

    .mr-md-n35,
    .mx-md-n35 {
        margin-right: -1.25rem !important
    }

    .mb-md-n35,
    .my-md-n35 {
        margin-bottom: -1.25rem !important
    }

    .ml-md-n35,
    .mx-md-n35 {
        margin-left: -1.25rem !important
    }

    .m-md-n6 {
        margin: -2.5rem !important
    }

    .mt-md-n6,
    .my-md-n6 {
        margin-top: -2.5rem !important
    }

    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -2.5rem !important
    }

    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -2.5rem !important
    }

    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -2.5rem !important
    }

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

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

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

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

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

    .m-md-n8 {
        margin: -3.5rem !important
    }

    .mt-md-n8,
    .my-md-n8 {
        margin-top: -3.5rem !important
    }

    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -3.5rem !important
    }

    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -3.5rem !important
    }

    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -3.5rem !important
    }

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

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

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

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

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

    .m-md-n10 {
        margin: -4.5rem !important
    }

    .mt-md-n10,
    .my-md-n10 {
        margin-top: -4.5rem !important
    }

    .mr-md-n10,
    .mx-md-n10 {
        margin-right: -4.5rem !important
    }

    .mb-md-n10,
    .my-md-n10 {
        margin-bottom: -4.5rem !important
    }

    .ml-md-n10,
    .mx-md-n10 {
        margin-left: -4.5rem !important
    }

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

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

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

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

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

    .m-md-n12 {
        margin: -5.5rem !important
    }

    .mt-md-n12,
    .my-md-n12 {
        margin-top: -5.5rem !important
    }

    .mr-md-n12,
    .mx-md-n12 {
        margin-right: -5.5rem !important
    }

    .mb-md-n12,
    .my-md-n12 {
        margin-bottom: -5.5rem !important
    }

    .ml-md-n12,
    .mx-md-n12 {
        margin-left: -5.5rem !important
    }

    .m-md-n13 {
        margin: -6rem !important
    }

    .mt-md-n13,
    .my-md-n13 {
        margin-top: -6rem !important
    }

    .mr-md-n13,
    .mx-md-n13 {
        margin-right: -6rem !important
    }

    .mb-md-n13,
    .my-md-n13 {
        margin-bottom: -6rem !important
    }

    .ml-md-n13,
    .mx-md-n13 {
        margin-left: -6rem !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: 2rem !important
    }

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

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

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

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

    .m-lg-35 {
        margin: 1.25rem !important
    }

    .mt-lg-35,
    .my-lg-35 {
        margin-top: 1.25rem !important
    }

    .mr-lg-35,
    .mx-lg-35 {
        margin-right: 1.25rem !important
    }

    .mb-lg-35,
    .my-lg-35 {
        margin-bottom: 1.25rem !important
    }

    .ml-lg-35,
    .mx-lg-35 {
        margin-left: 1.25rem !important
    }

    .m-lg-6 {
        margin: 2.5rem !important
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 2.5rem !important
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 2.5rem !important
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 2.5rem !important
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 2.5rem !important
    }

    .m-lg-7 {
        margin: 3rem !important
    }

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

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

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

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

    .m-lg-8 {
        margin: 3.5rem !important
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 3.5rem !important
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 3.5rem !important
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 3.5rem !important
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 3.5rem !important
    }

    .m-lg-9 {
        margin: 4rem !important
    }

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

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

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

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

    .m-lg-10 {
        margin: 4.5rem !important
    }

    .mt-lg-10,
    .my-lg-10 {
        margin-top: 4.5rem !important
    }

    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 4.5rem !important
    }

    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 4.5rem !important
    }

    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 4.5rem !important
    }

    .m-lg-11 {
        margin: 5rem !important
    }

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

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

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

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

    .m-lg-12 {
        margin: 5.5rem !important
    }

    .mt-lg-12,
    .my-lg-12 {
        margin-top: 5.5rem !important
    }

    .mr-lg-12,
    .mx-lg-12 {
        margin-right: 5.5rem !important
    }

    .mb-lg-12,
    .my-lg-12 {
        margin-bottom: 5.5rem !important
    }

    .ml-lg-12,
    .mx-lg-12 {
        margin-left: 5.5rem !important
    }

    .m-lg-13 {
        margin: 6rem !important
    }

    .mt-lg-13,
    .my-lg-13 {
        margin-top: 6rem !important
    }

    .mr-lg-13,
    .mx-lg-13 {
        margin-right: 6rem !important
    }

    .mb-lg-13,
    .my-lg-13 {
        margin-bottom: 6rem !important
    }

    .ml-lg-13,
    .mx-lg-13 {
        margin-left: 6rem !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: 2rem !important
    }

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

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

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

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

    .p-lg-35 {
        padding: 1.25rem !important
    }

    .pt-lg-35,
    .py-lg-35 {
        padding-top: 1.25rem !important
    }

    .pr-lg-35,
    .px-lg-35 {
        padding-right: 1.25rem !important
    }

    .pb-lg-35,
    .py-lg-35 {
        padding-bottom: 1.25rem !important
    }

    .pl-lg-35,
    .px-lg-35 {
        padding-left: 1.25rem !important
    }

    .p-lg-6 {
        padding: 2.5rem !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 2.5rem !important
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 2.5rem !important
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 2.5rem !important
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 2.5rem !important
    }

    .p-lg-7 {
        padding: 3rem !important
    }

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

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

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

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

    .p-lg-8 {
        padding: 3.5rem !important
    }

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 3.5rem !important
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 3.5rem !important
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 3.5rem !important
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 3.5rem !important
    }

    .p-lg-9 {
        padding: 4rem !important
    }

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

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

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

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

    .p-lg-10 {
        padding: 4.5rem !important
    }

    .pt-lg-10,
    .py-lg-10 {
        padding-top: 4.5rem !important
    }

    .pr-lg-10,
    .px-lg-10 {
        padding-right: 4.5rem !important
    }

    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 4.5rem !important
    }

    .pl-lg-10,
    .px-lg-10 {
        padding-left: 4.5rem !important
    }

    .p-lg-11 {
        padding: 5rem !important
    }

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

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

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

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

    .p-lg-12 {
        padding: 5.5rem !important
    }

    .pt-lg-12,
    .py-lg-12 {
        padding-top: 5.5rem !important
    }

    .pr-lg-12,
    .px-lg-12 {
        padding-right: 5.5rem !important
    }

    .pb-lg-12,
    .py-lg-12 {
        padding-bottom: 5.5rem !important
    }

    .pl-lg-12,
    .px-lg-12 {
        padding-left: 5.5rem !important
    }

    .p-lg-13 {
        padding: 6rem !important
    }

    .pt-lg-13,
    .py-lg-13 {
        padding-top: 6rem !important
    }

    .pr-lg-13,
    .px-lg-13 {
        padding-right: 6rem !important
    }

    .pb-lg-13,
    .py-lg-13 {
        padding-bottom: 6rem !important
    }

    .pl-lg-13,
    .px-lg-13 {
        padding-left: 6rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

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

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

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

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

    .m-lg-n2 {
        margin: -.5rem !important
    }

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

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

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

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.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: -2rem !important
    }

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

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

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

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

    .m-lg-n35 {
        margin: -1.25rem !important
    }

    .mt-lg-n35,
    .my-lg-n35 {
        margin-top: -1.25rem !important
    }

    .mr-lg-n35,
    .mx-lg-n35 {
        margin-right: -1.25rem !important
    }

    .mb-lg-n35,
    .my-lg-n35 {
        margin-bottom: -1.25rem !important
    }

    .ml-lg-n35,
    .mx-lg-n35 {
        margin-left: -1.25rem !important
    }

    .m-lg-n6 {
        margin: -2.5rem !important
    }

    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -2.5rem !important
    }

    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -2.5rem !important
    }

    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -2.5rem !important
    }

    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -2.5rem !important
    }

    .m-lg-n7 {
        margin: -3rem !important
    }

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

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

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

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

    .m-lg-n8 {
        margin: -3.5rem !important
    }

    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -3.5rem !important
    }

    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -3.5rem !important
    }

    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -3.5rem !important
    }

    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -3.5rem !important
    }

    .m-lg-n9 {
        margin: -4rem !important
    }

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

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

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

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

    .m-lg-n10 {
        margin: -4.5rem !important
    }

    .mt-lg-n10,
    .my-lg-n10 {
        margin-top: -4.5rem !important
    }

    .mr-lg-n10,
    .mx-lg-n10 {
        margin-right: -4.5rem !important
    }

    .mb-lg-n10,
    .my-lg-n10 {
        margin-bottom: -4.5rem !important
    }

    .ml-lg-n10,
    .mx-lg-n10 {
        margin-left: -4.5rem !important
    }

    .m-lg-n11 {
        margin: -5rem !important
    }

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

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

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

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

    .m-lg-n12 {
        margin: -5.5rem !important
    }

    .mt-lg-n12,
    .my-lg-n12 {
        margin-top: -5.5rem !important
    }

    .mr-lg-n12,
    .mx-lg-n12 {
        margin-right: -5.5rem !important
    }

    .mb-lg-n12,
    .my-lg-n12 {
        margin-bottom: -5.5rem !important
    }

    .ml-lg-n12,
    .mx-lg-n12 {
        margin-left: -5.5rem !important
    }

    .m-lg-n13 {
        margin: -6rem !important
    }

    .mt-lg-n13,
    .my-lg-n13 {
        margin-top: -6rem !important
    }

    .mr-lg-n13,
    .mx-lg-n13 {
        margin-right: -6rem !important
    }

    .mb-lg-n13,
    .my-lg-n13 {
        margin-bottom: -6rem !important
    }

    .ml-lg-n13,
    .mx-lg-n13 {
        margin-left: -6rem !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: 2rem !important
    }

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

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

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

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

    .m-xl-35 {
        margin: 1.25rem !important
    }

    .mt-xl-35,
    .my-xl-35 {
        margin-top: 1.25rem !important
    }

    .mr-xl-35,
    .mx-xl-35 {
        margin-right: 1.25rem !important
    }

    .mb-xl-35,
    .my-xl-35 {
        margin-bottom: 1.25rem !important
    }

    .ml-xl-35,
    .mx-xl-35 {
        margin-left: 1.25rem !important
    }

    .m-xl-6 {
        margin: 2.5rem !important
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 2.5rem !important
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 2.5rem !important
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 2.5rem !important
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 2.5rem !important
    }

    .m-xl-7 {
        margin: 3rem !important
    }

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

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

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

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

    .m-xl-8 {
        margin: 3.5rem !important
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 3.5rem !important
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 3.5rem !important
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 3.5rem !important
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 3.5rem !important
    }

    .m-xl-9 {
        margin: 4rem !important
    }

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

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

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

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

    .m-xl-10 {
        margin: 4.5rem !important
    }

    .mt-xl-10,
    .my-xl-10 {
        margin-top: 4.5rem !important
    }

    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 4.5rem !important
    }

    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 4.5rem !important
    }

    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 4.5rem !important
    }

    .m-xl-11 {
        margin: 5rem !important
    }

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

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

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

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

    .m-xl-12 {
        margin: 5.5rem !important
    }

    .mt-xl-12,
    .my-xl-12 {
        margin-top: 5.5rem !important
    }

    .mr-xl-12,
    .mx-xl-12 {
        margin-right: 5.5rem !important
    }

    .mb-xl-12,
    .my-xl-12 {
        margin-bottom: 5.5rem !important
    }

    .ml-xl-12,
    .mx-xl-12 {
        margin-left: 5.5rem !important
    }

    .m-xl-13 {
        margin: 6rem !important
    }

    .mt-xl-13,
    .my-xl-13 {
        margin-top: 6rem !important
    }

    .mr-xl-13,
    .mx-xl-13 {
        margin-right: 6rem !important
    }

    .mb-xl-13,
    .my-xl-13 {
        margin-bottom: 6rem !important
    }

    .ml-xl-13,
    .mx-xl-13 {
        margin-left: 6rem !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: 2rem !important
    }

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

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

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

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

    .p-xl-35 {
        padding: 1.25rem !important
    }

    .pt-xl-35,
    .py-xl-35 {
        padding-top: 1.25rem !important
    }

    .pr-xl-35,
    .px-xl-35 {
        padding-right: 1.25rem !important
    }

    .pb-xl-35,
    .py-xl-35 {
        padding-bottom: 1.25rem !important
    }

    .pl-xl-35,
    .px-xl-35 {
        padding-left: 1.25rem !important
    }

    .p-xl-6 {
        padding: 2.5rem !important
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 2.5rem !important
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 2.5rem !important
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 2.5rem !important
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 2.5rem !important
    }

    .p-xl-7 {
        padding: 3rem !important
    }

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

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

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

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

    .p-xl-8 {
        padding: 3.5rem !important
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 3.5rem !important
    }

    .pr-xl-8,
    .px-xl-8 {
        padding-right: 3.5rem !important
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 3.5rem !important
    }

    .pl-xl-8,
    .px-xl-8 {
        padding-left: 3.5rem !important
    }

    .p-xl-9 {
        padding: 4rem !important
    }

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

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

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

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

    .p-xl-10 {
        padding: 4.5rem !important
    }

    .pt-xl-10,
    .py-xl-10 {
        padding-top: 4.5rem !important
    }

    .pr-xl-10,
    .px-xl-10 {
        padding-right: 4.5rem !important
    }

    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 4.5rem !important
    }

    .pl-xl-10,
    .px-xl-10 {
        padding-left: 4.5rem !important
    }

    .p-xl-11 {
        padding: 5rem !important
    }

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

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

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

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

    .p-xl-12 {
        padding: 5.5rem !important
    }

    .pt-xl-12,
    .py-xl-12 {
        padding-top: 5.5rem !important
    }

    .pr-xl-12,
    .px-xl-12 {
        padding-right: 5.5rem !important
    }

    .pb-xl-12,
    .py-xl-12 {
        padding-bottom: 5.5rem !important
    }

    .pl-xl-12,
    .px-xl-12 {
        padding-left: 5.5rem !important
    }

    .p-xl-13 {
        padding: 6rem !important
    }

    .pt-xl-13,
    .py-xl-13 {
        padding-top: 6rem !important
    }

    .pr-xl-13,
    .px-xl-13 {
        padding-right: 6rem !important
    }

    .pb-xl-13,
    .py-xl-13 {
        padding-bottom: 6rem !important
    }

    .pl-xl-13,
    .px-xl-13 {
        padding-left: 6rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

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

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

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

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

    .m-xl-n2 {
        margin: -.5rem !important
    }

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

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

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

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.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: -2rem !important
    }

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

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

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

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

    .m-xl-n35 {
        margin: -1.25rem !important
    }

    .mt-xl-n35,
    .my-xl-n35 {
        margin-top: -1.25rem !important
    }

    .mr-xl-n35,
    .mx-xl-n35 {
        margin-right: -1.25rem !important
    }

    .mb-xl-n35,
    .my-xl-n35 {
        margin-bottom: -1.25rem !important
    }

    .ml-xl-n35,
    .mx-xl-n35 {
        margin-left: -1.25rem !important
    }

    .m-xl-n6 {
        margin: -2.5rem !important
    }

    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -2.5rem !important
    }

    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -2.5rem !important
    }

    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -2.5rem !important
    }

    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -2.5rem !important
    }

    .m-xl-n7 {
        margin: -3rem !important
    }

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

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

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

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

    .m-xl-n8 {
        margin: -3.5rem !important
    }

    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -3.5rem !important
    }

    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -3.5rem !important
    }

    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -3.5rem !important
    }

    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -3.5rem !important
    }

    .m-xl-n9 {
        margin: -4rem !important
    }

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

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

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

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

    .m-xl-n10 {
        margin: -4.5rem !important
    }

    .mt-xl-n10,
    .my-xl-n10 {
        margin-top: -4.5rem !important
    }

    .mr-xl-n10,
    .mx-xl-n10 {
        margin-right: -4.5rem !important
    }

    .mb-xl-n10,
    .my-xl-n10 {
        margin-bottom: -4.5rem !important
    }

    .ml-xl-n10,
    .mx-xl-n10 {
        margin-left: -4.5rem !important
    }

    .m-xl-n11 {
        margin: -5rem !important
    }

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

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

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

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

    .m-xl-n12 {
        margin: -5.5rem !important
    }

    .mt-xl-n12,
    .my-xl-n12 {
        margin-top: -5.5rem !important
    }

    .mr-xl-n12,
    .mx-xl-n12 {
        margin-right: -5.5rem !important
    }

    .mb-xl-n12,
    .my-xl-n12 {
        margin-bottom: -5.5rem !important
    }

    .ml-xl-n12,
    .mx-xl-n12 {
        margin-left: -5.5rem !important
    }

    .m-xl-n13 {
        margin: -6rem !important
    }

    .mt-xl-n13,
    .my-xl-n13 {
        margin-top: -6rem !important
    }

    .mr-xl-n13,
    .mx-xl-n13 {
        margin-right: -6rem !important
    }

    .mb-xl-n13,
    .my-xl-n13 {
        margin-bottom: -6rem !important
    }

    .ml-xl-n13,
    .mx-xl-n13 {
        margin-left: -6rem !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 {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.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: 500 !important
}

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

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

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

.text-primary {
    color: #f37021 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #bd4e0a !important
}

.text-secondary {
    color: #666 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #404040 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

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

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

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

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

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

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

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

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

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

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #333 !important
}

.text-muted {
    color: #666 !important
}

.text-black-50 {
    color: rgba(51, 51, 51, .5) !important
}

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

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

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

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

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        box-shadow: none !important;
        text-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #333
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        border-color: #dee2e6;
        color: inherit
    }
}

.btn {
    padding-bottom: 7px;
    padding-top: 7px
}

.btn-group-sm>.btn,
.btn.btn-sm {
    align-items: center;
    display: flex;
    font-size: 1rem;
    font-weight: 800;
    padding: 6px 1rem 8px
}

.btn.btn-md {
    padding: 11px .75rem
}

.btn.btn-md.btn-icon {
    padding: 9.5px .75rem
}

.btn-group-lg>.btn,
.btn.btn-lg {
    padding-bottom: 12px;
    padding-top: 12px
}

.btn.btn-link {
    font-weight: 600
}

.btn.btn-link .feather {
    height: 1.125rem;
    width: 1.125rem
}

.btn.btn-outline-black {
    border: 2px solid #333;
    font-weight: 600;
    padding: 5px .75rem 7px
}

.btn.btn-outline-black.active,
.btn.btn-outline-black:hover {
    background: #f37021;
    border-color: #f37021;
    color: #fff
}

.btn.btn-3d {
    background: #fff;
    border: 1px solid #dee2e6
}

.btn.btn-outline-primary {
    border-width: 2px;
    font-weight: 600
}

.btn.btn-black {
    background: #333;
    color: #fff
}

.btn.btn-black:hover {
    background: #939393
}

.btn.btn-blue {
    background: #7ed3f7;
    color: #fff
}

.btn.btn-blue:hover {
    background: #66cbf6
}

.btn.btn-white {
    background: #fff;
    border: 1px solid #dee2e6
}

.btn.btn-white.active,
.btn.btn-white:hover {
    background: #f37021;
    color: #fff
}

.btn.btn-share {
    background: transparent;
    border-width: 0;
    padding-left: 0
}

.btn.btn-clear {
    color: #f37021
}

.btn.btn-grey {
    background: #fafafa;
    border: 1px solid #dee2e6;
    color: #666;
    font-weight: 800
}

.btn.btn-grey.active,
.btn.btn-grey:hover {
    background: #f37021;
    color: #fff
}

.btn-collapse:focus,
.btn-collapse:hover {
    color: #333;
    text-decoration: none
}

.card .card-header {
    border-width: 0
}

.card--news:hover .card-image img {
    transform: scale(1.1)
}

.card--news:hover .card-body h4 {
    color: #f37021
}

.card--news .card-image {
    overflow: hidden
}

.card--news .card-body h4,
.card--news .card-image img {
    transition: all .2s
}

.card--clearance .header-img,
.card--product .header-img {
    height: 128px;
    width: auto
}

.card--clearance .header-img-md,
.card--product .header-img-md {
    width: auto
}

@media (min-width:768px) {

    .card--clearance .header-img-md,
    .card--product .header-img-md {
        height: 168px
    }
}

.card--clearance .header-img-lg,
.card--product .header-img-lg {
    height: 168px;
    width: auto
}

@media (min-width:768px) {

    .card--clearance .header-img-lg,
    .card--product .header-img-lg {
        height: 168px
    }
}

@media (min-width:1440px) {

    .card--clearance .header-img-lg,
    .card--product .header-img-lg {
        height: 210px
    }
}

@media (min-width:1800px) {

    .card--clearance .header-img-lg,
    .card--product .header-img-lg {
        height: 260px
    }
}

.card--clearance:hover .card--best,
.card--product:hover .card--best {
    background: #f37021;
    color: #fff
}

.card--clearance:hover .card--best {
    background: #7ed3f7;
    color: #fff
}

.card--category {
    overflow: hidden
}

.card--category .img-cover {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transform: scale(100%);
    transition: .3s
}

.card--category--hover {
    overflow-y: hidden
}

.card--category--hover .card-footer {
    bottom: -3.875rem;
    position: relative;
    transition: .4s
}

.card--category--hover:hover .card-footer {
    bottom: 0
}

.card--category--hover:hover .img-cover {
    transform: scale(120%)
}

.card--best {
    background: #fff;
    color: #333;
    top: .5rem;
    transition: .2s
}

.card--best,
.card--new {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    font-size: .875rem;
    left: .5rem;
    padding: 0 .25rem;
    position: absolute;
    z-index: 1
}

.card--new {
    background: #f37021;
    color: #fff;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    top: 1.25rem
}

@media (min-width:768px) {
    .card--new {
        left: .5rem;
        top: .25
    }
}

.card--clearancebadge {
    background: #7ed3f7;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: .875rem;
    font-weight: 800;
    left: .5rem;
    padding: 0 .25rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 1.25rem;
    z-index: 1
}

@media (min-width:768px) {
    .card--clearancebadge {
        left: .5rem;
        top: .25
    }
}

.card .super-special {
    background-color: #f37021;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: .875rem;
    padding: 8px 6px 3px;
    position: absolute;
    right: .5rem;
    top: 0;
    z-index: 1
}

.card .coming-soon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.card .coming-soon img {
    transform: rotate(90deg);
    width: 4rem
}

.card .clearance {
    background: #7ed3f7;
    color: #fff;
    font-size: .875rem;
    font-weight: 800;
    height: 21px;
    left: .5rem;
    line-height: 21px;
    margin-bottom: .875rem;
    text-align: center;
    text-transform: uppercase;
    top: 32px;
    width: 5.8125rem;
    z-index: 10
}

.card--badge,
.card .clearance {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    position: absolute
}

.card--badge {
    background: #fff;
    color: #333;
    font-size: 1.125rem;
    left: .9rem;
    padding: 3px .5rem;
    top: .9rem;
    transition: .2s;
    z-index: 1
}

.card--badge:hover {
    background: #f37021;
    color: #fff
}

.card--badge.orange {
    background-color: #f37021;
    color: #fff
}

.card--badge.orange:hover {
    background: #fff;
    color: #333
}

.card--badge.blue {
    background: #7ed3f7;
    color: #fff;
    font-weight: 800
}

.card--badge.blue:hover {
    background: #fff;
    color: #333
}

.coming-soon-label {
    align-items: center;
    display: flex;
    font-weight: bolder;
    margin-bottom: 1.125rem
}

.coming-soon-badge {
    background: #f37021;
    border-radius: .25rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin-right: .5rem;
    padding: .5rem 1rem
}

label {
    margin-bottom: .25rem
}

.input-spinner__input {
    min-width: 3rem
}

.input-spinner__input::-webkit-inner-spin-button,
.input-spinner__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.input-spinner input[type=number] {
    -moz-appearance: textfield
}

.input-spinner input[type=number]::-webkit-inner-spin-button,
.input-spinner input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-control--calendar {
    background-image: url(/img/site/icons/calendar.svg) !important;
    background-position: right .5rem center !important;
    background-repeat: no-repeat !important
}

.form-control-md {
    height: 48px
}

.form-control-lg {
    font-size: 1rem;
    height: 56px
}

.form-control-25 {
    width: 50%
}

@media (min-width:576px) {
    .form-control-25 {
        width: 25%
    }
}

.form-control-50 {
    width: 100%
}

@media (min-width:576px) {
    .form-control-50 {
        width: 50%
    }
}

.form-control-75 {
    width: 100%
}

@media (min-width:576px) {
    .form-control-75 {
        width: 75%
    }
}

.password-icon:focus+.input-group-append .input-group-text {
    background: #fff;
    border-color: #fabe9a
}

.input-group.spinner {
    width: 120px
}

.input-group .input-group-text {
    background: #fafafa;
    border-left-width: 0;
    width: 40px
}

.input-group .form-control {
    width: 40px
}

.input-group.card-compact-quantity {
    width: auto
}

.input-group.card-compact-quantity .form-control {
    border: 1px solid #e6e6e6;
    height: 40px
}

.input-group.card-compact-quantity .input-group-text {
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    color: #333
}

.input-group.card-compact-quantity__dark-grey .input-group-text {
    background: #666;
    border: 1px solid #666 !important;
    color: #fff;
    width: 46px
}

@media (min-width:992px) {
    .form-newsletter .form-control {
        max-width: 360px
    }
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: transparent;
    box-shadow: inset 0 0 0 .2rem transparent
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url(/img/site/icons/cross-rd.svg);
    background-position: right 1.5rem center;
    background-size: 14px;
    border-color: #f36969;
    box-shadow: inset 0 0 0 .2rem #fbd0d0;
    text-align: left
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
    background-position: right 1rem center;
    border-color: #dee2e6;
    padding: .5rem;
    text-align: left
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #dee2e6
}

.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
    border-color: #dee2e6 !important
}

.cart-quantity-lg,
.cart-quantity-lg .form-control {
    height: 100%
}

.bootstrap-select.show .dropdown-toggle:after {
    transform: rotate(180deg)
}

.bootstrap-select .select-gr {
    background: #f0f0f0;
    color: #666
}

.bootstrap-select .select-gr.dropdown-toggle:after {
    background: url(/img/site/icons/chevron-down-gr.svg) 50% no-repeat;
    border-width: 0;
    display: block;
    height: 1rem;
    transition: .3s;
    width: 1rem
}

.bootstrap-select .selectpicker {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    height: 40px;
    padding: 0 2.5rem;
    position: relative;
    width: 100%
}

.bootstrap-select .selectpicker .filter-option {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 1.125rem
}

.bootstrap-select .selectpicker.btn.dropdown-toggle {
    color: #000;
    font-size: 1.125rem;
    padding-left: .75rem
}

@media (min-width:992px) {
    .bootstrap-select .selectpicker.btn.dropdown-toggle {
        padding-left: 1rem
    }
}

.bootstrap-select .selectpicker.btn.dropdown-toggle:hover,
.bootstrap-select .selectpicker.btn.dropdown-toggle:hover:after {
    color: #f37021
}

.bootstrap-select .selectpicker:after {
    background: url(/img/site/icons/down-gr.svg) no-repeat 50%;
    border-width: 0;
    display: flex;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 1rem;
    top: 1px;
    transition: .2s;
    width: 1rem;
    z-index: 1
}

.bootstrap-select .selectpicker.border {
    border: 1px solid #dee2e6
}

.bootstrap-select .selectpicker .dropdown-menu li.active small {
    color: hsla(0, 0%, 100%, .75)
}

.bootstrap-select.filter-text-grey {
    align-items: center;
    background: #fafafa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    display: inline-flex !important;
    height: 48px;
    width: 100% !important
}

@media (min-width:576px) {
    .bootstrap-select.filter-text-grey {
        width: auto !important
    }
}

.bootstrap-select.filter-text-grey--sm {
    height: 40px
}

.bootstrap-select.filter-text-grey:hover {
    background: #e2e6ea
}

.bootstrap-select.filter-text-grey .btn {
    background: transparent;
    border-color: transparent
}

.bootstrap-select.filter-text-grey .filter-option {
    color: #666;
    font-size: 1rem;
    font-weight: 800
}

.bootstrap-select.filter-text-grey .dropdown-toggle:after {
    background: url(/img/site/icons/down-gr.svg) no-repeat 50%;
    border-width: 0;
    height: 1rem;
    transition: .2s;
    width: 1.25rem
}

.bootstrap-select.filter-text-grey.dropdown-menu-right .dropdown-menu {
    left: auto !important;
    right: 0
}

.bootstrap-select.form-control-lg .selectpicker {
    background: #fafafa;
    border: 1px solid #dee2e6;
    border-radius: 0;
    box-shadow: none;
    font-size: 1rem;
    height: 56px;
    line-height: 1.5;
    padding: .5rem 1rem
}

.bootstrap-select.form-control-lg .selectpicker .filter-option {
    font-size: 1rem
}

.bootstrap-select.form-control-lg .dropdown-menu {
    z-index: 1001
}

.bootstrap-select__md .selectpicker {
    height: 48px
}

.bootstrap-select__grey .btn {
    background: #666
}

.bootstrap-select__grey .selectpicker:after {
    background: url(/img/site/icons/down-wh.svg) no-repeat 50%
}

.bootstrap-select__grey .selectpicker .filter-option {
    color: #fff
}

.bootstrap-select.show .selectpicker:after {
    transform: rotate(180deg)
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).select-picker-finish .filter-option-inner-inner {
    color: #333;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.875rem;
    padding: 0
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).select-picker-finish .filter-option-inner-inner .text-muted {
    margin-left: .5rem
}

.select-picker-finish .dropdown-menu {
    width: 100%
}

.select-picker-finish .dropdown-menu .text {
    white-space: normal;
    width: 100%
}

.bootstrap-select .dropdown-item {
    padding: .25rem 1rem
}

.bootstrap-select .dropdown-item.active {
    background: #f37021
}

.form-control {
    background: #fafafa;
    border: 1px solid #dee2e6;
    border-radius: 0
}

.vue-slider-dot-handle,
.vue-slider-process {
    background-color: #f37021
}

.vue-slider-dot-handle {
    box-shadow: none
}

.vue-slider-dot-tooltip-inner {
    background-color: #f37021;
    border-color: #f37021
}

.gmap-autocomplete {
    position: relative
}

.gmap-autocomplete .gmap-autocomplete-container {
    display: none;
    width: 100%
}

.gmap-autocomplete .form-control:focus+.gmap-autocomplete-container {
    display: block;
    position: absolute;
    z-index: 10
}

.input-group__grey .input-group-text {
    background: #666;
    color: #fff
}

.input-group__grey .form-control {
    border: 1px solid #666 !important;
    color: #666;
    font-weight: 600
}

@media (min-width:576px) {
    .input-group.w-sm-25 {
        width: 25% !important
    }

    .input-group.w-sm-50 {
        width: 50% !important
    }
}

@media (min-width:768px) {
    .input-group.w-md-25 {
        width: 25% !important
    }

    .input-group.w-md-50 {
        width: 50% !important
    }
}

.container-radio {
    background: #f7f7f7;
    border: 1px solid #dadcde;
    cursor: pointer;
    display: flex;
    font-size: 1.125rem;
    font-weight: 400;
    height: 100%;
    line-height: 1.125;
    padding: 1rem .5rem 1rem 1rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container-radio.disabled {
    cursor: auto;
    opacity: .5
}

.container-radio input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    width: 0
}

.container-radio input.checked~.checkmark {
    background-color: transparent;
    border: 2px solid #f37021 !important
}

.container-radio input.checked~.checkmark:after {
    display: block
}

.container-radio input:checked~.checkmark {
    background-color: #fff;
    border: 2px solid #f37021 !important
}

.container-radio input:checked~.checkmark:after {
    display: block
}

.container-radio .checkmark {
    background-color: #fff;
    border: 2px solid #dadcde;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 20px;
    margin-right: 1.125rem;
    position: relative;
    transition: all .1s ease-in;
    width: 20px
}

.container-radio .checkmark:after {
    background: #f37021;
    border-radius: 50%;
    content: "";
    display: none;
    height: 8px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 8px
}

.container-radio__default {
    background: transparent;
    border-width: 0;
    padding: 0 .5rem 0 0
}

.container-radio__default .checkmark {
    margin-right: .5rem;
    padding-right: 1rem
}

.container-radio--colour {
    border-width: 0;
    margin-right: .5rem;
    padding: 0
}

.container-radio--colour .checkmark {
    border: 2px solid #f5f5f5;
    height: 34px;
    margin-right: .5rem;
    width: 34px
}

.container-radio--colour input:checked~.checkmark,
.container-radio--colour input~.checkmark {
    background: transparent
}

.container-radio--colour .bg-color {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px
}

.container-radio--colour .bg-color__default {
    width: auto
}

.container-radio--colour .bg-color__dark-grey {
    background: #666
}

.container-radio--colour .bg-color__gold {
    background: #aba16d
}

.container-radio--colour .bg-color__grey {
    background: #dadada
}

.container-radio--colour .bg-color__white {
    background: #fff
}

.container-radio--colour .bg-color__warm {
    background: url(/img/site/icons/warm.svg) no-repeat;
    width: auto
}

.container-radio--colour .bg-color__cool {
    background: #fff;
    background: url(/img/site/icons/cool.svg) no-repeat;
    width: auto
}

.container-radio--colour .bg-color__2700-halogen-warm,
.container-radio--colour .bg-color__3000-warm-white,
.container-radio--colour .bg-color__4000-cool-white,
.container-radio--colour .bg-color__5000-day-light {
    background-position: 1px;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 32px;
    width: 32px
}

.container-radio--colour .bg-color__2700-halogen-warm {
    background-image: url(/img/site/icons/2700-halogen-warm.svg)
}

.container-radio--colour .bg-color__3000-warm-white {
    background-image: url(/img/site/icons/3000-warm-white.svg)
}

.container-radio--colour .bg-color__4000-cool-white {
    background-image: url(/img/site/icons/4000-cool-white.svg)
}

.container-radio--colour .bg-color__5000-day-light {
    background-image: url(/img/site/icons/5000-day-light.svg)
}

.container-radio--colour .checkmark {
    margin: 0
}

.container-radio--colour .checkmark:after {
    background: transparent;
    border: 2px solid #f5f5f5;
    height: 30px;
    left: 0;
    top: 0;
    width: 30px
}

.container-radio--boxed {
    font-size: calc(1.275rem + .3vw);
    padding: 1rem
}

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

.container-radio--boxed .small {
    color: #666;
    font-size: 14px
}

.container-radio--boxed .checkmark {
    position: relative;
    top: 6px
}

.container-checkbox-group {
    background: #f7f7f7;
    border: 1px solid #dee2e6;
    padding-top: 1rem
}

.container-checkbox-group .container-checkbox {
    border-width: 0;
    margin: 0;
    padding-bottom: 1rem;
    padding-top: 0
}

.product-spinner .input-group .form-control {
    height: 48px;
    width: 72px
}

.container-checkbox {
    align-items: center;
    background: #f7f7f7;
    border: 1px solid #dadcde;
    cursor: pointer;
    display: flex;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem .5rem 1rem 1rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container-checkbox__sml {
    padding: .59375rem 1rem
}

.container-checkbox input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    width: 0
}

.container-checkbox input:checked~.checkmark {
    background-color: #f37021;
    border: .125rem solid #f37021 !important
}

.container-checkbox input:checked~.checkmark:after {
    display: block
}

.container-checkbox .checkmark {
    border: 2px solid #b3b3b3;
    border-radius: 2px;
    display: inline-flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 20px;
    left: 0;
    margin-right: .5em;
    margin-top: .25rem;
    position: relative;
    top: 0;
    transition: all .1s ease-in;
    width: 20px
}

.container-checkbox .checkmark:after {
    border: 1px solid #fff;
    border-width: 0 3px 3px 0;
    content: "";
    display: none;
    height: 14px;
    left: 5px;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 7px
}

.container-checkbox .checkmark.disabled {
    cursor: not-allowed;
    opacity: .5
}

.container-checkbox__default {
    border-width: 0
}

.container-checkbox-inline {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 1.125rem;
    line-height: 1.25rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container-checkbox-inline__sml {
    padding: .59375rem 1rem
}

.container-checkbox-inline input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    width: 0
}

.container-checkbox-inline input:checked~.checkmark {
    border: .125rem solid #f37021
}

.container-checkbox-inline input:checked~.checkmark:after {
    display: block
}

.container-checkbox-inline .checkmark {
    border: 2px solid #b3b3b3;
    border-radius: 2px;
    display: inline-flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 20px;
    left: 0;
    margin-right: .5em;
    position: relative;
    top: 0;
    transition: all .1s ease-in;
    width: 20px
}

.container-checkbox-inline .checkmark:after {
    border: solid #f37021;
    border-width: 0 3px 3px 0;
    content: "";
    display: none;
    height: 12px;
    left: 5px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg);
    width: 6px
}

.container-checkbox-sm {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: .875rem;
    margin-bottom: .5rem;
    padding-left: 1.5rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container-checkbox-sm input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.container-checkbox-sm input:checked~.checkmark {
    background-color: #f37021;
    border-color: #f37021
}

.container-checkbox-sm input:checked~.checkmark:after {
    display: block
}

.container-checkbox-sm input.on~.checkmark-custom {
    background-color: #f37021;
    border-color: #f37021
}

.container-checkbox-sm input.on~.checkmark-custom:after {
    display: block
}

.container-checkbox-sm:hover input~.checkmark,
.container-checkbox-sm:hover input~.checkmark-custom {
    background-color: #f37021;
    border-color: #f37021
}

.container-checkbox-sm .checkmark-custom:after,
.container-checkbox-sm .checkmark:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    height: 11px;
    left: 3px;
    top: -1px;
    transform: rotate(45deg);
    width: 5px
}

.container-checkbox-sm .checkmark,
.container-checkbox-sm .checkmark-custom {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    height: 15px;
    left: 0;
    position: absolute;
    top: 4px;
    transition: .2s;
    width: 15px
}

.container-checkbox-sm .checkmark-custom:after,
.container-checkbox-sm .checkmark:after {
    content: "";
    display: none;
    position: absolute
}

.custom-radio.is-invalid .checkmark {
    border-color: #f36969 !important;
    box-shadow: inset 0 0 0 .2rem #fbd0d0
}

.custom-checkbox {
    font-size: 1.15rem;
    padding: 1.25rem
}

.custom-checkbox.is-invalid {
    border-color: #f36969 !important;
    box-shadow: inset 0 0 0 .2rem #fbd0d0
}

.custom-checkbox .checkmark {
    height: 30px;
    width: 30px
}

.custom-checkbox .checkmark:after {
    height: 16px;
    left: 9px;
    top: 3px;
    width: 8px
}

.custom-bs-select.is-invalid .dropdown-toggle {
    border-color: #f36969 !important;
    box-shadow: inset 0 0 0 .2rem #fbd0d0
}

.custom-date-picker .input-group-append {
    height: calc(100% - 8px);
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 20
}

.custom-date-picker .input-group-text {
    border-width: 0
}

.custom-date-picker .bootstrap-datetimepicker-widget {
    z-index: 1001
}

.custom-file-upload {
    cursor: pointer;
    display: flex;
    height: calc(1.5em + 1.75rem + 2px);
    line-height: 1.5;
    width: 100%
}

.custom-file-upload input[type=file] {
    display: none
}

.custom-file-upload span.input-text {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #939393;
    display: inline-block;
    font-size: 1.25rem;
    height: 100%;
    line-height: 36px;
    margin-right: 8px;
    overflow: hidden;
    padding: .5rem 1rem;
    width: 100%
}

.custom-file-upload span.input-text.form-control-lg {
    font-size: 1rem
}

.custom-file-upload span.input-text.is-invalid {
    border-color: #f36969
}

.custom-file-upload span.input-button {
    background-color: #333;
    border: 1px solid #e1e1e1;
    color: #fff;
    display: inline-block;
    height: 100%;
    line-height: 36px;
    padding: .5rem 0;
    text-align: center;
    width: 160px
}

.container-terms {
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    max-height: 270px;
    overflow: scroll
}

.container-terms ol {
    counter-reset: item;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.container-terms ol>li {
    counter-increment: item;
    display: table;
    font-weight: 700;
    margin-bottom: .6em
}

.container-terms ol>li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: .6em
}

.container-terms li ol>li {
    font-weight: 400;
    margin: 0
}

.container-terms li ol>li:before {
    content: counters(item, ".") " "
}

.container-terms ol[type=a] li:before {
    content: "(" counter(item, lower-alpha) ")"
}

.container-terms ol[type=i] li:before {
    content: "(" counter(item, lower-roman) ")"
}

.header-search,
.quote-search {
    background: #fff;
    display: block;
    padding: 1rem;
    transition: .3s;
    transition: .5s;
    width: 100%;
    z-index: 2
}

.header-search .form-control,
.quote-search .form-control {
    height: 3rem;
    padding: 0 1.5rem
}

.header-search .form-control:focus,
.quote-search .form-control:focus {
    border-color: #dee2e6
}

.header-search .btn-search,
.quote-search .btn-search {
    align-items: center;
    background: #f37021;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: .25rem;
    top: .25rem;
    width: 2.5rem;
    z-index: 1
}

.header-search .btn-search:hover,
.quote-search .btn-search:hover {
    background: #d5570c
}

.header-search .btn-search .feather,
.quote-search .btn-search .feather {
    height: 1.25rem
}

.register-tooltip {
    width: 40vw
}

.register-tooltip .tooltip-inner {
    max-width: none;
    width: 100%
}

.quote-tooltip {
    width: 40vw
}

.quote-tooltip .tooltip-inner {
    max-width: none;
    width: 100%
}

@media (min-width:576px) {
    .banner-m-vert {
        margin-right: 50% !important
    }
}

@media (min-width:768px) {
    .banner-m-vert {
        margin-right: 33.3333% !important
    }
}

@media (min-width:992px) {
    .banner-m-vert {
        margin-right: 33.3333% !important
    }
}

@media (min-width:1200px) {
    .banner-m-vert {
        margin-right: 25% !important
    }
}

@media (min-width:2000px) {
    .banner-m-vert {
        margin-right: 20% !important
    }
}

@media (min-width:576px) {
    .banner-m-hori {
        margin-left: 100% !important
    }
}

@media (min-width:768px) {
    .banner-m-hori {
        margin-left: 66.6666% !important
    }
}

@media (min-width:992px) {
    .banner-m-hori {
        margin-left: 66.6666% !important
    }
}

@media (min-width:1200px) {
    .banner-m-hori {
        margin-left: 50% !important
    }
}

@media (min-width:2000px) {
    .banner-m-hori {
        margin-left: 40% !important
    }
}

.product-banner-vert {
    display: none;
    left: 100%;
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    top: 0
}

.product-banner-vert img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media (min-width:576px) {
    .product-banner-vert {
        display: block;
        height: calc(200% + 24px);
        width: 100% !important
    }
}

.product-banner-hori {
    display: none;
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    right: 100%;
    top: 0
}

@media (min-width:576px) {
    .product-banner-hori {
        display: block;
        height: calc(200% + 24px);
        width: 200% !important
    }
}

@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    to {
        opacity: 0
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    to {
        opacity: 0
    }
}

.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    vertical-align: middle;
    width: 220px \0
}

.bootstrap-select>.dropdown-toggle {
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    text-align: right;
    white-space: nowrap;
    width: 100%
}

.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
    color: hsla(0, 0%, 100%, .5)
}

.bootstrap-select>select {
    border: none;
    bottom: 0;
    display: block !important;
    height: 100% !important;
    left: 50%;
    opacity: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    width: .5px !important;
    z-index: 0 !important
}

.bootstrap-select>select.mobile-device {
    display: block !important;
    left: 0;
    top: 0;
    width: 100% !important;
    z-index: 2 !important
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid+.dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    border: none;
    height: auto;
    margin-bottom: 0;
    padding: 0
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    display: inline-block;
    float: none;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
    font-size: inherit;
    height: 100%;
    line-height: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    border-radius: inherit;
    font-size: inherit;
    line-height: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
    outline: none !important
}

.bootstrap-select.bs-container {
    height: 0 !important;
    left: 0;
    padding: 0 !important;
    position: absolute;
    top: 0
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
    flex: 0 1 auto;
    float: left;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: static;
    text-align: left;
    top: 0;
    width: 100%
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    float: none;
    padding-bottom: inherit;
    padding-left: inherit;
    padding-top: inherit;
    position: absolute
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    float: left;
    opacity: 0 !important;
    overflow: hidden;
    width: 0 !important
}

.bootstrap-select .dropdown-toggle .caret {
    margin-top: -2px;
    position: absolute;
    right: 12px;
    top: 50%;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    box-sizing: border-box;
    min-width: 100%
}

.bootstrap-select .dropdown-menu>.inner:focus {
    outline: none !important
}

.bootstrap-select .dropdown-menu.inner {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none;
    margin: 0;
    padding: 0;
    position: static
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: hsla(0, 0%, 100%, .5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    padding-left: 2.25em;
    position: relative
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    bottom: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-sizing: border-box;
    margin: 0 2%;
    min-height: 26px;
    opacity: .9;
    padding: 3px 5px;
    pointer-events: none;
    position: absolute;
    width: 96%
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: bs-notify-fadeOut .3s linear .75s forwards;
    animation: bs-notify-fadeOut .3s linear .75s forwards
}

.bootstrap-select .no-results {
    background: #f5f5f5;
    margin: 0 5px;
    padding: 3px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    display: inline;
    padding: 0;
    position: static
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: " "
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    margin-top: -1px;
    position: static;
    top: auto
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    border-style: solid;
    border-width: 0 .26em .26em 0;
    content: "";
    display: block;
    height: 1em;
    transform: rotate(45deg);
    transform-style: preserve-3d;
    width: .5em
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    border-bottom: 7px solid hsla(0, 0%, 80%, .2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: -4px;
    content: "";
    display: none;
    left: 9px;
    position: absolute
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -4px;
    content: "";
    display: none;
    left: 10px;
    position: absolute
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    border-bottom: 0;
    border-top: 7px solid hsla(0, 0%, 80%, .2);
    bottom: auto;
    top: -4px
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    border-bottom: 0;
    border-top: 6px solid #fff;
    bottom: auto;
    top: -4px
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    left: auto;
    right: 12px
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    left: auto;
    right: 13px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    box-sizing: border-box;
    width: 100%
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    box-sizing: border-box;
    float: left;
    width: 100%
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    float: none;
    margin-bottom: 0;
    width: 100%
}

@media screen and (max-width:992px) {
    .mob-tagline {
        bottom: 1rem;
        position: absolute;
        right: 1rem;
        z-index: 10
    }

    html {
        overflow-x: hidden
    }

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

    .mm-panels .mm-navbar {
        background: #fafafa;
        color: #666
    }

    .mm-panels .mm-listitem,
    .mm-panels .mm-navbar {
        border-bottom: 1px solid #dee2e6
    }

    .mm-panels .mm-listitem:after {
        border-bottom-width: 0
    }

    .mm-panels .mm-listitem .mm-listitem__text {
        font-size: 16px;
        font-weight: 600
    }

    .mm-panels .mm-btn_prev {
        background-image: url(/img/site/icons/arrow-left-gr.svg);
        background-position: 50%;
        background-repeat: no-repeat
    }

    .mm-panels .mm-btn_prev:before {
        display: none
    }

    .mm-panels .mm-btn_next {
        background-image: url(/img/site/icons/plus-or.svg);
        background-position: 50%;
        background-repeat: no-repeat
    }

    .mm-panels .mm-btn_next:after {
        display: none
    }

    .mm-panels .mm-navbar__title>span {
        overflow: visible
    }

    .mm-panels #mm-0 .mm-navbar {
        display: none
    }
}

@media (min-width:992px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
        transform: translateZ(0) !important
    }

    .mm-wrapper {
        overflow: visible !important
    }
}

.mm-panels {
    margin-bottom: 80px
}

/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
:root {
    --mm-line-height: 20px;
    --mm-listitem-size: 44px;
    --mm-navbar-size: 44px;
    --mm-offset-top: 56px;
    --mm-offset-right: 0;
    --mm-offset-bottom: 0;
    --mm-offset-left: 0;
    --mm-color-border: transparent;
    --mm-color-button: #f37021;
    --mm-color-text: #f37021;
    --mm-color-text-dimmed: #f37021;
    --mm-color-background: #fff;
    --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
    --mm-color-background-emphasis: hsla(0, 0%, 100%, 0.4);
    --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.mm-hidden {
    display: none !important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    -ms-scroll-chaining: chained;
    -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    background: var(--mm-color-background);
    border-color: transparent;
    border-color: var(--mm-color-border);
    bottom: 0;
    bottom: var(--mm-offset-bottom);
    box-sizing: border-box;
    color: #f37021;
    color: var(--mm-color-text);
    display: flex;
    flex-direction: column;
    left: 0;
    left: var(--mm-offset-left);
    line-height: 20px;
    line-height: var(--mm-line-height);
    margin: 0;
    overscroll-behavior: auto;
    padding: 0;
    position: absolute;
    right: 0;
    right: var(--mm-offset-right);
    top: 56px;
    top: var(--mm-offset-top);
    z-index: 0
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
    color: inherit;
    text-decoration: none
}

[dir=rtl] .mm-menu {
    direction: rtl
}

.mm-panel {
    -webkit-overflow-scrolling: touch;
    background: #fff;
    background: var(--mm-color-background);
    border-color: transparent;
    border-color: var(--mm-color-border);
    box-sizing: border-box;
    color: #f37021;
    color: var(--mm-color-text);
    overflow: hidden;
    overflow-y: auto;
    transform: translate3d(100%, 0, 0);
    transition: transform .4s ease;
    width: 100%;
    z-index: 0
}

.mm-panel:after {
    height: 44px
}

.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-panel:after {
    content: "";
    display: block;
    height: var(--mm-listitem-size)
}

.mm-panel_opened {
    transform: translateZ(0);
    z-index: 1
}

.mm-panel_opened-parent {
    transform: translate3d(-30%, 0, 0)
}

.mm-panel_highest {
    z-index: 2
}

.mm-panel_noanimation {
    transition: none !important
}

.mm-panel_noanimation.mm-panel_opened-parent {
    transform: translateZ(0)
}

.mm-panels>.mm-panel {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.mm-panel__content {
    padding: 20px 20px 0
}

.mm-panels {
    background: #fff;
    background: var(--mm-color-background);
    border-color: transparent;
    border-color: var(--mm-color-border);
    color: #f37021;
    color: var(--mm-color-text);
    flex-grow: 1;
    height: 100%;
    overflow: hidden;
    position: relative
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
    transform: translate3d(-100%, 0, 0)
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
    transform: translate3d(30%, 0, 0)
}

.mm-listitem_vertical>.mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
    transform: none !important;
    width: 100%
}

.mm-listitem_vertical>.mm-panel:after,
.mm-listitem_vertical>.mm-panel:before {
    content: none;
    display: none
}

.mm-listitem_opened>.mm-panel {
    display: block
}

.mm-listitem_vertical>.mm-listitem__btn {
    bottom: auto;
    height: 44px;
    height: var(--mm-listitem-size)
}

.mm-listitem_vertical .mm-listitem:last-child:after {
    border-color: transparent
}

.mm-listitem_opened>.mm-listitem__btn:after {
    right: 19px;
    transform: rotate(225deg)
}

.mm-btn {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
    position: relative;
    width: 50px
}

.mm-btn:after,
.mm-btn:before {
    border: 2px solid #f37021;
    border: 2px solid var(--mm-color-button)
}

.mm-btn_next:after,
.mm-btn_prev:before {
    border-bottom: none;
    border-right: none;
    bottom: 0;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 8px
}

.mm-btn_prev:before {
    left: 23px;
    right: auto;
    transform: rotate(-45deg)
}

.mm-btn_next:after {
    left: auto;
    right: 23px;
    transform: rotate(135deg)
}

.mm-btn_close:after,
.mm-btn_close:before {
    bottom: 0;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    transform: rotate(-45deg);
    width: 5px
}

.mm-btn_close:before {
    border-bottom: none;
    border-right: none;
    right: 18px
}

.mm-btn_close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

[dir=rtl] .mm-btn_next:after {
    left: 23px;
    right: auto;
    transform: rotate(-45deg)
}

[dir=rtl] .mm-btn_prev:before {
    left: auto;
    right: 23px;
    transform: rotate(135deg)
}

[dir=rtl] .mm-btn_close:after,
[dir=rtl] .mm-btn_close:before {
    right: auto
}

[dir=rtl] .mm-btn_close:before {
    left: 25px
}

[dir=rtl] .mm-btn_close:after {
    left: 18px
}

.mm-navbar {
    background: #fff;
    background: var(--mm-color-background);
    border-bottom: 1px solid transparent;
    border-bottom: 1px solid var(--mm-color-border);
    color: #f37021;
    color: var(--mm-color-text-dimmed);
    display: flex;
    min-height: 44px;
    min-height: var(--mm-navbar-size);
    opacity: 1;
    text-align: center;
    transition: opacity .4s ease
}

.mm-navbar>* {
    min-height: 44px
}

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

.mm-navbar>* {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    justify-content: center
}

.mm-navbar__btn {
    flex-grow: 0
}

.mm-navbar__title {
    display: flex;
    flex: 1 1 50%;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px
}

.mm-navbar__title:not(:last-child) {
    padding-right: 0
}

.mm-navbar__title>span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title {
    padding-left: 0
}

.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child {
    padding-right: 50px
}

[dir=rtl] .mm-navbar {
    flex-direction: row-reverse
}

.mm-listitem,
.mm-listview {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.mm-listitem {
    border-color: transparent;
    border-color: var(--mm-color-border);
    color: #f37021;
    color: var(--mm-color-text);
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.mm-listitem:after {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: inherit;
    bottom: 0;
    content: "";
    display: block;
    left: 20px;
    position: absolute;
    right: 0
}

.mm-listitem a,
.mm-listitem a:hover {
    text-decoration: none
}

.mm-listitem__btn,
.mm-listitem__text {
    color: inherit;
    display: block;
    padding: 12px;
    padding: calc(var(--mm-listitem-size)/2 - var(--mm-line-height)/2);
    padding-left: 0;
    padding-right: 0
}

.mm-listitem__text {
    flex-basis: 10%;
    flex-grow: 1;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mm-listitem__btn {
    background: rgba(3, 2, 1, 0);
    border-color: inherit;
    padding-right: 50px;
    position: relative;
    width: auto
}

.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-style: solid;
    border-left-width: 1px
}

.mm-listitem_selected>.mm-listitem__text {
    background: hsla(0, 0%, 100%, .4);
    background: var(--mm-color-background-emphasis)
}

.mm-listitem_opened>.mm-listitem__btn,
.mm-listitem_opened>.mm-panel {
    background: rgba(0, 0, 0, .05);
    background: var(--mm-color-background-highlight)
}

[dir=rtl] .mm-listitem:after {
    left: 0;
    right: 20px
}

[dir=rtl] .mm-listitem__text {
    padding-left: 10px;
    padding-right: 20px
}

[dir=rtl] .mm-listitem__btn {
    border-left-style: none;
    border-left-width: 0;
    padding-left: 50px
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
    border-right-style: solid;
    border-right-width: 1px;
    padding-right: 0
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    transition: transform .4s ease;
    z-index: 1
}

.mm-wrapper_opened {
    overflow-x: hidden;
    position: relative
}

.mm-wrapper_opened .mm-page {
    min-height: 100vh
}

.mm-wrapper_background .mm-page {
    background: inherit
}

.mm-menu_offcanvas {
    position: fixed;
    right: auto;
    z-index: 0
}

.mm-menu_offcanvas:not(.mm-menu_opened) {
    display: none
}

.mm-menu_offcanvas {
    max-width: 100%;
    min-width: 240px;
    width: 100%
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    transform: translate3d(100vw, 0, 0)
}

@media (max-width:240px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
        transform: translate3d(240px, 0, 0)
    }
}

@media (min-width:100%) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
        transform: translate3d(100%, 0, 0)
    }
}

.mm-wrapper__blocker {
    background: rgba(3, 2, 1, 0);
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2
}

.mm-wrapper_blocking,
.mm-wrapper_blocking body {
    overflow: hidden
}

.mm-wrapper_blocking .mm-wrapper__blocker {
    display: block
}

.mm-sronly {
    clip: rect(1px, 1px, 1px, 1px) !important;
    border: 0 !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    min-height: 1px !important;
    min-width: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
    position: relative
}

.mm-menu_autoheight.mm-menu_position-bottom,
.mm-menu_autoheight.mm-menu_position-top {
    max-height: 80%
}

.mm-menu_autoheight-measuring .mm-panel {
    display: block !important
}

.mm-menu_autoheight-measuring .mm-panels>.mm-panel {
    bottom: auto !important;
    height: auto !important
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
    display: none !important
}

[class*=mm-menu_columns-] {
    transition-property: width
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel {
    right: auto;
    transition-property: width, transform
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,
[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent {
    display: block !important
}

[class*=mm-panel_columns-] {
    border-right: 1px solid;
    border-color: inherit
}

.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
    border-right: none
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0 {
    transform: translateZ(0)
}

.mm-menu_columns-0 .mm-panels>.mm-panel {
    z-index: 0
}

.mm-menu_columns-0 .mm-panels>.mm-panel else {
    width: 100%
}

.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-0 {
    max-width: 0;
    min-width: 240px;
    width: 100%
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
    transform: translate3d(100vw, 0, 0)
}

@media (max-width:240px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
        transform: translate3d(240px, 0, 0)
    }
}

@media (min-width:0%) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
        transform: translateZ(0)
    }
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform: translate3d(-100vw, 0, 0)
}

@media (max-width:240px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        transform: translate3d(-240px, 0, 0)
    }
}

@media (min-width:0%) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        transform: translateZ(0)
    }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 {
    transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-1 .mm-panels>.mm-panel {
    width: 100%;
    z-index: 1
}

.mm-menu_columns-1 .mm-panels>.mm-panel else {
    width: 100%
}

.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-1 {
    max-width: 100%;
    min-width: 240px;
    width: 100%
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
    transform: translate3d(100vw, 0, 0)
}

@media (max-width:240px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
        transform: translate3d(240px, 0, 0)
    }
}

@media (min-width:100%) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
        transform: translate3d(100%, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform: translate3d(-100vw, 0, 0)
}

@media (max-width:240px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        transform: translate3d(-240px, 0, 0)
    }
}

@media (min-width:100%) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        transform: translate3d(-100%, 0, 0)
    }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2 {
    transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-2 .mm-panels>.mm-panel {
    width: 50%;
    z-index: 2
}

.mm-menu_columns-2 .mm-panels>.mm-panel else {
    width: 100%
}

.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-2 {
    max-width: 200%;
    min-width: 240px;
    width: 100%
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
    transform: translate3d(100vw, 0, 0)
}

@media (max-width:240px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
        transform: translate3d(240px, 0, 0)
    }
}

@media (min-width:200%) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
        transform: translate3d(200%, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform: translate3d(-100vw, 0, 0)
}

@media (max-width:240px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        transform: translate3d(-240px, 0, 0)
    }
}

@media (min-width:200%) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        transform: translate3d(-200%, 0, 0)
    }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3 {
    transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-3 .mm-panels>.mm-panel {
    width: 33.34%;
    z-index: 3
}

.mm-menu_columns-3 .mm-panels>.mm-panel else {
    width: 100%
}

.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-3 {
    max-width: 300%;
    min-width: 240px;
    width: 100%
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
    transform: translate3d(100vw, 0, 0)
}

@media (max-width:240px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
        transform: translate3d(240px, 0, 0)
    }
}

@media (min-width:300%) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
        transform: translate3d(300%, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform: translate3d(-100vw, 0, 0)
}

@media (max-width:240px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        transform: translate3d(-240px, 0, 0)
    }
}

@media (min-width:300%) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        transform: translate3d(-300%, 0, 0)
    }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4 {
    transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-4 .mm-panels>.mm-panel {
    width: 25%;
    z-index: 4
}

.mm-menu_columns-4 .mm-panels>.mm-panel else {
    width: 100%
}

.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    transform: translate3d(500%, 0, 0)
}

.mm-menu_columns-4 {
    max-width: 400%;
    min-width: 240px;
    width: 100%
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
    transform: translate3d(100vw, 0, 0)
}

@media (max-width:240px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
        transform: translate3d(240px, 0, 0)
    }
}

@media (min-width:400%) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
        transform: translate3d(400%, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform: translate3d(-100vw, 0, 0)
}

@media (max-width:240px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        transform: translate3d(-240px, 0, 0)
    }
}

@media (min-width:400%) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        transform: translate3d(-400%, 0, 0)
    }
}

[class*=mm-menu_columns-].mm-menu_position-bottom,
[class*=mm-menu_columns-].mm-menu_position-top {
    max-width: 100%;
    min-width: 100%;
    width: 100%
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
    transition-property: width, min-width, max-width, transform
}

.mm-counter {
    color: #f37021;
    color: var(--mm-color-text-dimmed);
    display: block;
    float: right;
    padding-left: 20px;
    text-align: right
}

.mm-listitem_nosubitems>.mm-counter {
    display: none
}

[dir=rtl] .mm-counter {
    float: left;
    padding-left: 0;
    padding-right: 20px;
    text-align: left
}

.mm-divider {
    background: #fff;
    background: var(--mm-color-background);
    font-size: 75%;
    min-height: 20px;
    min-height: var(--mm-line-height);
    opacity: 1;
    overflow: hidden;
    padding: 4.3px;
    padding: calc(var(--mm-listitem-size)*.65*.5 - var(--mm-line-height)*.5);
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: opacity .4s ease;
    white-space: nowrap
}

.mm-divider:before {
    background: rgba(0, 0, 0, .05)
}

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

    .mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider {
        top: var(--mm-navbar-size)
    }
}

.mm-divider:before {
    background: var(--mm-color-background-highlight);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.mm-wrapper_dragging .mm-menu,
.mm-wrapper_dragging .mm-slideout {
    transition-duration: 0s !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.mm-wrapper_dragging .mm-menu {
    pointer-events: none !important
}

.mm-wrapper_dragging .mm-wrapper__blocker {
    display: none !important
}

.mm-menu_dropdown {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%
}

.mm-wrapper_dropdown .mm-slideout {
    transform: none !important;
    z-index: 0
}

.mm-wrapper_dropdown .mm-wrapper__blocker {
    transition-delay: 0s !important;
    z-index: 1
}

.mm-wrapper_dropdown .mm-menu_dropdown {
    z-index: 2
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
    display: none
}

.mm-menu_tip-bottom:before,
.mm-menu_tip-left:before,
.mm-menu_tip-right:before,
.mm-menu_tip-top:before {
    background: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    transform: rotate(45deg);
    width: 15px;
    z-index: -1
}

.mm-menu_tip-left:before {
    left: 22px
}

.mm-menu_tip-right:before {
    right: 22px
}

.mm-menu_tip-top:before {
    top: -8px
}

.mm-menu_tip-bottom:before {
    bottom: -8px
}

:root {
    --mm-iconbar-size: 50px
}

.mm-menu_iconbar-left .mm-navbars_bottom,
.mm-menu_iconbar-left .mm-navbars_top,
.mm-menu_iconbar-left .mm-panels {
    margin-left: 50px;
    margin-left: var(--mm-iconbar-size)
}

.mm-menu_iconbar-right .mm-navbars_bottom,
.mm-menu_iconbar-right .mm-navbars_top,
.mm-menu_iconbar-right .mm-panels {
    margin-right: 50px;
    margin-right: var(--mm-iconbar-size)
}

.mm-iconbar {
    background: #fff;
    background: var(--mm-color-background);
    border: 0 solid;
    border-color: var(--mm-color-border);
    bottom: 0;
    box-sizing: border-box;
    color: #f37021;
    color: var(--mm-color-text-dimmed);
    display: none;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    width: var(--mm-iconbar-size);
    z-index: 2
}

.mm-menu_iconbar-left .mm-iconbar,
.mm-menu_iconbar-right .mm-iconbar {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.mm-menu_iconbar-left .mm-iconbar {
    border-right-width: 1px;
    left: 0
}

.mm-menu_iconbar-right .mm-iconbar {
    border-left-width: 1px;
    right: 0
}

.mm-iconbar__bottom,
.mm-iconbar__top {
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    width: 100%
}

.mm-iconbar__bottom>*,
.mm-iconbar__top>* {
    box-sizing: border-box;
    display: block;
    padding: 12.5px 0
}

.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover {
    text-decoration: none
}

.mm-iconbar__tab_selected {
    background: hsla(0, 0%, 100%, .4);
    background: var(--mm-color-background-emphasis)
}

:root {
    --mm-iconpanel-size: 50px
}

.mm-panel_iconpanel-1 {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-iconpanel-size)*1)
}

.mm-panel_iconpanel-2 {
    width: calc(100% - 100px);
    width: calc(100% - var(--mm-iconpanel-size)*2)
}

.mm-panel_iconpanel-3 {
    width: calc(100% - 150px);
    width: calc(100% - var(--mm-iconpanel-size)*3)
}

.mm-panel_iconpanel-first~.mm-panel {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-iconpanel-size))
}

.mm-menu_iconpanel .mm-panels>.mm-panel {
    left: auto;
    transition-property: transform, width
}

.mm-menu_iconpanel .mm-panels>.mm-panel_opened,
.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent {
    display: block !important
}

.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent {
    overflow-y: hidden;
    transform: unset
}

.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left-style: solid;
    border-left-width: 1px
}

.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,
.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
    opacity: 0
}

.mm-panel__blocker {
    background: inherit;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .4s ease;
    z-index: 3
}

.mm-panel_opened-parent .mm-panel__blocker {
    bottom: -100000px;
    opacity: .6
}

[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel {
    left: 0;
    right: auto;
    transition-property: transform, width
}

[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left: none;
    border-right: 1px solid;
    border-color: inherit
}

.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus,
.mm-menu_keyboardfocus a:focus {
    background: hsla(0, 0%, 100%, .4);
    background: var(--mm-color-background-emphasis);
    outline: none
}

.mm-wrapper__blocker .mm-tabstart {
    cursor: default;
    display: block;
    height: 100%;
    width: 100%
}

.mm-wrapper__blocker .mm-tabend {
    bottom: 0;
    opacity: 0;
    position: absolute
}

.mm-navbars_top {
    flex-shrink: 0
}

.mm-navbars_top .mm-navbar:not(:last-child) {
    border-bottom: none
}

.mm-navbars_bottom {
    flex-shrink: 0
}

.mm-navbars_bottom .mm-navbar {
    border-bottom: none
}

.mm-navbars_bottom .mm-navbar:first-child {
    border-top: 1px solid transparent;
    border-top: 1px solid var(--mm-color-border)
}

.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input {
    padding-left: 0
}

.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
    padding-right: 0
}

.mm-navbar__breadcrumbs {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex: 1 1 50%;
    justify-content: flex-start;
    overflow: hidden;
    overflow-x: auto;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mm-navbar__breadcrumbs>* {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-right: 6px
}

.mm-navbar__breadcrumbs>a {
    text-decoration: underline
}

.mm-navbar__breadcrumbs:not(:last-child) {
    padding-right: 0
}

.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {
    padding-left: 0
}

.mm-navbar_tabs>* {
    border: 1px solid transparent;
    padding: 0 10px
}

.mm-navbar__tab_selected {
    background: #fff;
    background: var(--mm-color-background);
    color: #f37021;
    color: var(--mm-color-text)
}

.mm-navbar__tab_selected:not(:first-child) {
    border-left-color: transparent
}

.mm-navbar__tab_selected:not(:last-child) {
    border-right-color: transparent
}

.mm-navbar__tab_selected:not(:first-child) {
    border-left-color: var(--mm-color-border)
}

.mm-navbar__tab_selected:not(:last-child) {
    border-right-color: var(--mm-color-border)
}

.mm-navbars_top .mm-navbar_tabs {
    border-bottom: none
}

.mm-navbars_top .mm-navbar_tabs>* {
    border-bottom-color: transparent;
    border-bottom-color: var(--mm-color-border)
}

.mm-navbars_top .mm-navbar__tab_selected {
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-top-color: var(--mm-color-border)
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
    background: hsla(0, 0%, 100%, .4);
    background: var(--mm-color-background-emphasis)
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {
    background: #fff;
    background: var(--mm-color-background)
}

.mm-navbars_bottom .mm-navbar_tabs:first-child {
    border-top: none
}

.mm-navbars_bottom .mm-navbar_tabs>* {
    border-top-color: transparent;
    border-top-color: var(--mm-color-border)
}

.mm-navbars_bottom .mm-navbar__tab_selected {
    border-bottom-color: transparent;
    border-bottom-color: var(--mm-color-border);
    border-top-color: transparent
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
    background: #fff;
    background: var(--mm-color-background)
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {
    background: hsla(0, 0%, 100%, .4);
    background: var(--mm-color-background-emphasis)
}

.mm-searchfield {
    display: flex;
    flex-grow: 1;
    height: 44px;
    height: var(--mm-navbar-size);
    overflow: hidden;
    padding: 0
}

.mm-searchfield input {
    height: 30.8px;
    line-height: 30.8px
}

.mm-searchfield input,
.mm-searchfield input:focus,
.mm-searchfield input:hover {
    background: rgba(0, 0, 0, .05);
    color: #f37021
}

.mm-searchfield input {
    border: none !important;
    border-radius: 4px;
    box-shadow: none !important;
    box-sizing: border-box;
    display: block;
    font: inherit;
    font-size: inherit;
    height: calc(var(--mm-navbar-size)*.7);
    line-height: calc(var(--mm-navbar-size)*.7);
    margin: 0;
    max-height: unset;
    max-width: 100%;
    min-height: unset;
    outline: none !important;
    padding: 0 10px;
    width: 100%
}

.mm-searchfield input,
.mm-searchfield input:focus,
.mm-searchfield input:hover {
    background: var(--mm-color-background-highlight);
    color: var(--mm-color-text)
}

.mm-searchfield input::-ms-clear {
    display: none
}

.mm-searchfield__input {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    max-width: 100%;
    padding: 0 10px;
    position: relative;
    width: 100%
}

.mm-panel__noresultsmsg {
    color: #f37021;
    color: var(--mm-color-text-dimmed);
    font-size: 150%;
    padding: 50px 0;
    text-align: center
}

.mm-searchfield__btn {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0
}

.mm-panel_search {
    border-left: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important
}

.mm-searchfield__cancel {
    display: block;
    line-height: 44px;
    line-height: var(--mm-navbar-size);
    margin-right: -100px;
    padding-right: 10px;
    text-decoration: none;
    transition: margin .4s ease
}

.mm-searchfield__cancel-active {
    margin-right: 0
}

.mm-listitem_nosubitems>.mm-listitem__btn {
    display: none
}

.mm-listitem_nosubitems>.mm-listitem__text {
    padding-right: 10px
}

.mm-listitem_onlysubitems>.mm-listitem__text:not(.mm-listitem__btn) {
    pointer-events: none;
    z-index: -1
}

.mm-sectionindexer {
    background: inherit;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    justify-content: space-evenly;
    position: absolute;
    right: -20px;
    text-align: center;
    top: 0;
    transition: right .4s ease;
    width: 20px;
    z-index: 5
}

.mm-sectionindexer a {
    color: #f37021;
    color: var(--mm-color-text-dimmed);
    display: block;
    line-height: 1;
    text-decoration: none
}

.mm-sectionindexer~.mm-panel {
    padding-right: 0
}

.mm-sectionindexer_active {
    right: 0
}

.mm-sectionindexer_active~.mm-panel {
    padding-right: 20px
}

.mm-menu_selected-hover .mm-listitem__btn,
.mm-menu_selected-hover .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem__text {
    transition: background-color .4s ease
}

.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected:not(:hover)>.mm-listitem__text {
    background: none
}

.mm-menu_selected-hover .mm-listitem__btn:hover,
.mm-menu_selected-hover .mm-listitem__text:hover {
    background: hsla(0, 0%, 100%, .4);
    background: var(--mm-color-background-emphasis)
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>.mm-listitem__text {
    background: none
}

.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text {
    background: hsla(0, 0%, 100%, .4);
    background: var(--mm-color-background-emphasis)
}

:root {
    --mm-sidebar-collapsed-size: 50px;
    --mm-sidebar-expanded-size: 100%
}

.mm-wrapper_sidebar-collapsed body,
.mm-wrapper_sidebar-expanded body {
    position: relative
}

.mm-wrapper_sidebar-collapsed .mm-slideout,
.mm-wrapper_sidebar-expanded .mm-slideout {
    transition-property: width, transform
}

.mm-wrapper_sidebar-collapsed .mm-page,
.mm-wrapper_sidebar-expanded .mm-page {
    background: inherit;
    box-sizing: border-box;
    min-height: 100vh
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    bottom: 0 !important;
    display: flex !important;
    left: 0 !important;
    right: auto !important;
    top: 0 !important
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
    transform: translate3d(50px, 0, 0);
    transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-sidebar-collapsed-size))
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
    opacity: 0
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    border-right-style: solid;
    border-right-width: 1px;
    max-width: 100000px !important;
    min-width: 0 !important;
    width: 100%;
    width: var(--mm-sidebar-expanded-size)
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
    content: none;
    display: none
}

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
    overflow: visible
}

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
    display: none !important
}

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
    transform: translate3d(100%, 0, 0);
    transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
    width: 0;
    width: calc(100% - var(--mm-sidebar-expanded-size))
}

.mm-menu__blocker {
    background: rgba(3, 2, 1, 0);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.mm-menu_opened .mm-menu__blocker {
    display: none
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout,
[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout,
[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
    transform: translateZ(0)
}

input.mm-toggle {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: transparent;
    background: var(--mm-color-border);
    border: none !important;
    border-radius: 34px;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    margin: 0 10px;
    margin-top: calc(var(--mm-listitem-size)/2 - 17px);
    min-width: 58px;
    transition: background-color .2s ease;
    width: 58px
}

input.mm-toggle:before {
    background: #fff;
    background: var(--mm-color-background);
    border-radius: 34px;
    content: "";
    display: block;
    height: 32px;
    margin: 1px;
    transition: transform .2s ease;
    width: 32px
}

input.mm-toggle:checked {
    background: #4bd963
}

input.mm-toggle:checked:before {
    transform: translateX(24px)
}

input.mm-check {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: none !important;
    border: none !important;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    margin-top: calc(var(--mm-listitem-size)/2 - 20px);
    width: 40px
}

input.mm-check:before {
    border-bottom: 3px solid;
    border-bottom-color: var(--mm-color-text);
    border-left: 3px solid;
    border-left-color: var(--mm-color-text);
    border-right-color: var(--mm-color-text);
    border-top-color: var(--mm-color-text);
    content: "";
    display: block;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .3;
    transform: rotate(-45deg);
    transition: opacity .2s ease;
    width: 40%
}

input.mm-check:checked:before {
    opacity: 1
}

[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before {
    float: left
}

.mm-menu_border-none .mm-listitem:after {
    content: none
}

.mm-menu_border-full .mm-listitem:after {
    left: 0 !important
}

.mm-menu_fx-menu-slide {
    transition: transform .4s ease
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
    transform: translate3d(-30%, 0, 0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
    transform: translateZ(0)
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
    transform: translate3d(30%, 0, 0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
    transform: translateZ(0)
}

.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
    transition-property: none
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
    transform: translateZ(0)
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
    transform: translate3d(-100%, 0, 0)
}

.mm-menu_fullscreen {
    max-width: 10000px;
    min-width: 140px;
    width: 100%
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
    transform: translate3d(100vw, 0, 0)
}

@media (max-width:140px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
        transform: translate3d(140px, 0, 0)
    }
}

@media (min-width:10000px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
        transform: translate3d(10000px, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform: translate3d(-100vw, 0, 0)
}

@media (max-width:140px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        transform: translate3d(-140px, 0, 0)
    }
}

@media (min-width:10000px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        transform: translate3d(-10000px, 0, 0)
    }
}

.mm-menu_fullscreen.mm-menu_position-bottom,
.mm-menu_fullscreen.mm-menu_position-top {
    height: 100vh;
    max-height: 10000px;
    min-height: 140px
}

.mm-menu_listview-justify .mm-panels>.mm-panel {
    display: flex;
    flex-direction: column
}

.mm-menu_listview-justify .mm-panels>.mm-panel:after {
    content: none;
    display: none
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem {
    flex: 1 0 auto;
    min-height: 50px
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto
}

.mm-listview_inset {
    list-style: disc inside;
    margin: 0;
    padding: 0 30px 15px;
    width: 100%
}

.mm-listview_inset .mm-listitem {
    padding: 5px 0
}

.mm-menu_multiline .mm-listitem__text {
    text-overflow: clip;
    white-space: normal
}

[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
    opacity: 0
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
    opacity: .3;
    transition: opacity .4s ease .4s
}

.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker {
    background: inherit
}

.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker {
    background: #000
}

.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker {
    background: #fff
}

.mm-menu_popup {
    bottom: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%;
    left: 50%;
    max-height: 880px;
    min-height: 140px;
    opacity: 0;
    right: auto;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: opacity .4s ease;
    z-index: 2
}

.mm-menu_popup.mm-menu_opened~.mm-slideout {
    transform: none !important;
    z-index: 0
}

.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker {
    transition-delay: 0s !important;
    z-index: 1
}

.mm-wrapper_opening .mm-menu_popup {
    opacity: 1
}

.mm-menu_position-right {
    left: auto;
    right: 0
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform: translate3d(-100vw, 0, 0)
}

@media (max-width:240px) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
        transform: translate3d(-240px, 0, 0)
    }
}

@media (min-width:100%) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
        transform: translate3d(-100%, 0, 0)
    }
}

.mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
    transition: transform .4s ease
}

.mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
    z-index: 2
}

.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,
.mm-menu_position-front.mm-menu_opened~.mm-slideout,
.mm-menu_position-top.mm-menu_opened~.mm-slideout {
    transform: none !important;
    z-index: 0
}

.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,
.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,
.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker {
    z-index: 1
}

.mm-menu_position-front {
    transform: translate3d(-100%, 0, 0)
}

.mm-menu_position-front.mm-menu_position-right {
    transform: translate3d(100%, 0, 0)
}

.mm-menu_position-bottom,
.mm-menu_position-top {
    max-width: 100%;
    min-width: 100%;
    width: 100%
}

.mm-menu_position-top {
    height: 80vh;
    max-height: 880px;
    min-height: 140px;
    transform: translate3d(0, -100%, 0)
}

.mm-menu_position-bottom {
    height: 80vh;
    max-height: 880px;
    min-height: 140px;
    top: auto;
    transform: translate3d(0, 100%, 0)
}

.mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
    transform: translateZ(0)
}

.mm-menu_shadow-page:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: var(--mm-shadow);
    -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
    clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
    content: "";
    display: block;
    height: 120%;
    left: 100%;
    position: absolute;
    top: -10%;
    width: 20px;
    z-index: 100
}

.mm-menu_shadow-page.mm-menu_position-right:after {
    -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
    clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
    left: auto;
    right: 100%
}

.mm-menu_shadow-page.mm-menu_position-front:after {
    content: none;
    display: none
}

.mm-menu_shadow-menu,
.mm-menu_shadow-panels .mm-panels>.mm-panel {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: var(--mm-shadow)
}

.mm-menu_theme-white {
    --mm-color-border: rgba(0, 0, 0, 0.1);
    --mm-color-button: rgba(0, 0, 0, 0.3);
    --mm-color-text: rgba(0, 0, 0, 0.7);
    --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
    --mm-color-background: #fff;
    --mm-color-background-highlight: rgba(0, 0, 0, 0.06);
    --mm-color-background-emphasis: rgba(0, 0, 0, 0.03);
    --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.mm-menu_theme-dark {
    --mm-color-border: rgba(0, 0, 0, 0.3);
    --mm-color-button: hsla(0, 0%, 100%, 0.4);
    --mm-color-text: hsla(0, 0%, 100%, 0.85);
    --mm-color-text-dimmed: hsla(0, 0%, 100%, 0.4);
    --mm-color-background: #333;
    --mm-color-background-highlight: hsla(0, 0%, 100%, 0.08);
    --mm-color-background-emphasis: rgba(0, 0, 0, 0.1);
    --mm-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.mm-menu_theme-black {
    --mm-color-border: hsla(0, 0%, 100%, 0.25);
    --mm-color-button: hsla(0, 0%, 100%, 0.4);
    --mm-color-text: hsla(0, 0%, 100%, 0.75);
    --mm-color-text-dimmed: hsla(0, 0%, 100%, 0.4);
    --mm-color-background: #000;
    --mm-color-background-highlight: hsla(0, 0%, 100%, 0.2);
    --mm-color-background-emphasis: hsla(0, 0%, 100%, 0.15);
    --mm-shadow: none
}

body.modal-open .mm-slideout {
    z-index: unset
}

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

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

.top-0 {
    top: 0
}

.sticky-bottom {
    bottom: 0;
    position: sticky
}

@media (min-width:1600px) {
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-20 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:2000px) {
    .col-xxxl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xxxl-20 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.owl-item.animated {
    -webkit-animation-duration: .5s !important;
    animation-duration: .5s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel {
    position: relative;
    z-index: 2
}

.owl-carousel .owl-item img {
    width: auto
}

.owl-carousel .owl-item img.super-special {
    width: 5rem
}

.owl-carousel .owl-item.responsive img {
    width: unset
}

.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -60px
}

.owl-carousel.owl-theme .owl-nav button {
    border: 1px solid #dee2e6;
    border-radius: 0;
    font-size: 0;
    height: 2.5rem;
    margin: 0;
    width: 2.5rem
}

.owl-carousel.owl-theme .owl-nav button.owl-prev {
    background-image: url(/img/site/icons/lh-arrow-bk.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 10px
}

.owl-carousel.owl-theme .owl-nav button.owl-prev:not(.disabled):hover {
    background-color: #f37021;
    background-image: url(/img/site/icons/lh-arrow-wh.svg);
    border-color: #f37021
}

.owl-carousel.owl-theme .owl-nav button.owl-next {
    background-image: url(/img/site/icons/rh-arrow-bk.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 1px
}

.owl-carousel.owl-theme .owl-nav button.owl-next:not(.disabled):hover {
    background-color: #f37021;
    background-image: url(/img/site/icons/rh-arrow-wh.svg);
    border-color: #f37021
}

.owl-carousel.owl-theme .owl-nav button:focus {
    outline: none
}

.outer {
    margin: 0 auto;
    max-width: 800px
}

.main-carousel-wrapper {
    content: "";
    display: block;
    padding-bottom: 75%;
    position: relative;
    width: 100%;
    z-index: 2
}

@media (min-width:768px) {
    .main-carousel-wrapper {
        padding-bottom: 43%
    }
}

@media (min-width:1024px) {
    .main-carousel-wrapper {
        padding-bottom: 35%
    }
}

.main-carousel-wrapper .owl-carousel {
    position: absolute
}

.category-carousel-wrapper {
    display: block;
    padding-bottom: 75%;
    position: relative;
    width: 100%;
    z-index: 2
}

@media (min-width:768px) {
    .category-carousel-wrapper {
        padding-bottom: 43%
    }
}

@media (min-width:1024px) {
    .category-carousel-wrapper {
        padding-bottom: 20.9%
    }
}

.category-carousel-wrapper .owl-carousel {
    position: absolute
}

#product-thumb-carousel .item {
    align-items: center;
    background: #fff;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 18.75rem;
    justify-content: center;
    margin: 0 0 .5rem;
    padding: 0;
    position: relative;
    text-align: center
}

@media (min-width:768px) {
    #product-thumb-carousel .item {
        height: 25rem
    }
}

#product-thumb-carousel .item div {
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative
}

#product-thumb-carousel .item img {
    max-height: 100%
}

#product-thumb-carousel .item .coming-soon {
    left: 0;
    position: absolute;
    top: 0
}

#product-thumb-carousel .item .coming-soon .coming-soon-ribbon {
    height: 5rem;
    width: 5rem
}

@media (min-width:992px) {
    #product-thumb-carousel .item .coming-soon .coming-soon-ribbon {
        height: 10rem;
        width: 10rem
    }
}

#product-thumbs .item {
    align-items: center;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 108px;
    justify-content: center;
    padding: 1rem;
    text-align: center
}

#product-thumbs .item img {
    max-height: 100%
}

#product-thumbs .owl-nav {
    height: 0;
    margin-top: 0;
    top: calc(50% - 20px);
    width: 100%
}

#product-thumbs .owl-prev {
    float: left;
    height: 40px;
    width: 40px
}

#product-thumbs .owl-prev.disabled {
    display: none
}

#product-thumbs .owl-next {
    float: right
}

#product-thumbs .owl-next.disabled {
    display: none
}

.owl-theme .owl-nav [class*=owl-] {
    transition: all .3s ease
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #d6d6d6
}

#product-carousel.owl-theme {
    position: relative
}

#product-carousel.owl-theme .owl-next,
#product-carousel.owl-theme .owl-prev {
    background: #333;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 22px
}

#product-carousel.owl-theme .owl-prev {
    left: 10px
}

#product-carousel.owl-theme .owl-next {
    right: 10px
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
    background: #333
}

.products-carousel .owl-stage {
    display: flex;
    margin: 0 auto
}

.products-carousel .owl-item {
    height: auto !important
}

.owl-counter-wrap {
    color: #333;
    position: absolute;
    right: 134px;
    top: 6px
}

#product-thumb-carousel .item a {
    display: block;
    max-height: 100%;
    text-align: center
}

#product-thumb-carousel .item a img {
    margin: 0 auto
}

@media (min-width:1024px) {
    #product-thumbs .item {
        height: 116px
    }
}

.swiper {
    overflow-x: hidden;
    padding-bottom: 1rem !important
}

.swiper .swiper-pagination {
    margin: 1.5rem 0 0;
    position: relative
}

.swiper .swiper-pagination .swiper-pagination-bullet {
    align-items: center;
    background: none;
    border: none;
    border-radius: 0;
    display: inline-flex;
    font-size: 0;
    height: 24px;
    justify-content: center;
    margin: 0 !important;
    width: 24px
}

.swiper .swiper-pagination .swiper-pagination-bullet:after {
    background: #666;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    width: 10px
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: #f37021
}

.swiper .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none
}

.swiper-pagination-wrap {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.swiper-pagination-wrap .swiper-buttons {
    align-items: center;
    display: flex;
    position: relative;
    right: 0;
    top: 0
}

.swiper-pagination-wrap .swiper-buttons .swiper-button {
    border: 1px solid #dee2e6;
    border-radius: 0;
    font-size: 0;
    height: 2.5rem;
    left: 0;
    margin: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 2.5rem
}

.swiper-pagination-wrap .swiper-buttons .swiper-button:after {
    content: "";
    font-size: 0
}

.swiper-pagination-wrap .swiper-buttons .swiper-button.swiper-button-prev {
    background-image: url(/img/site/icons/lh-arrow-bk.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 10px
}

.swiper-pagination-wrap .swiper-buttons .swiper-button.swiper-button-prev:not(.disabled):hover {
    background-color: #f37021;
    background-image: url(/img/site/icons/lh-arrow-wh.svg);
    border-color: #f37021
}

.swiper-pagination-wrap .swiper-buttons .swiper-button.swiper-button-next {
    background-image: url(/img/site/icons/rh-arrow-bk.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 1px
}

.swiper-pagination-wrap .swiper-buttons .swiper-button.swiper-button-next:not(.disabled):hover {
    background-color: #f37021;
    background-image: url(/img/site/icons/rh-arrow-wh.svg);
    border-color: #f37021
}

.swiper-pagination-wrap .swiper-buttons .swiper-button:focus {
    outline: none
}

.mfp-bg {
    background: #333
}

img.mfp-img {
    border: 20px solid #fff;
    border-radius: 4px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .5);
    padding: 0
}

.mfp-figure:after {
    box-shadow: none
}

.mfp-figure .mfp-close {
    background: url(/img/site/icons/close-or.svg) right 1.25rem top .875rem no-repeat;
    color: transparent;
    opacity: 1;
    top: 0
}

.mfp-arrow {
    width: 50px
}

button.mfp-arrow-left {
    background: url(/img/site/icons/arrow-or.svg) no-repeat 50%;
    opacity: 1;
    transform: rotate(180deg)
}

button.mfp-arrow-left:focus {
    outline: none
}

button.mfp-arrow-left:after,
button.mfp-arrow-left:before {
    border-width: 0
}

button.mfp-arrow-right {
    background: url(/img/site/icons/arrow-or.svg) no-repeat 50%;
    opacity: 1
}

button.mfp-arrow-right:focus {
    outline: none
}

button.mfp-arrow-right:after,
button.mfp-arrow-right:before {
    border-width: 0
}

.mfp-counter {
    color: #f37021;
    font-size: 1rem;
    padding: 0 1.25rem;
    position: relative
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-left: 16px;
    padding-right: 16px
}

.container {
    max-width: 1440px
}

.well--primary {
    background: linear-gradient(0deg, rgba(255, 102, 0, .2), rgba(255, 102, 0, .2)), #fff;
    border: 1px solid rgba(255, 102, 0, .25);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 1rem 1.5rem
}

.well--primary h3,
.well--primary p {
    color: #f37021
}

.modal-backdrop-transparent {
    background-color: transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1000
}

.modal-transition {
    transition: all .4s ease
}

.modal-open,
.modal-open .fixed-top {
    padding-right: 0 !important
}

.modal .close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 10
}

.modal .close:focus {
    outline: none
}

.modal--logos .close {
    right: 50px;
    top: 40px
}

.modal--logos .img-main {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.modal--logos .l-plus {
    left: 2rem;
    position: absolute;
    top: 2rem
}

.modal--logos .positively {
    bottom: 2rem;
    left: 2rem;
    position: absolute
}

.modal--quote-shadow .modal-content {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .5);
    overflow: hidden
}

@media (min-width:576px) {
    .modal--quote-shadow .modal-dialog {
        max-width: calc(100vw - 1rem)
    }
}

@media (min-width:768px) {
    .modal--quote-shadow .modal-dialog {
        margin: calc(50vh - 250px) auto;
        max-width: 46rem
    }
}

@media (min-width:992px) {
    .modal--quote-shadow .modal-dialog {
        max-width: 960px
    }
}

.modal--add-to-quote .modal-dialog {
    max-width: 680px
}

.modal--add-to-quote .close {
    right: 2.5rem;
    top: 2.5rem
}

.modal--add-to-quote .checkbox-list-wrapper {
    border: 1px solid #dadcde;
    height: 172px;
    overflow: auto
}

.modal--add-to-quote .checkbox-list-wrapper :first-child .container-checkbox {
    border-top-width: 0
}

.modal--add-to-quote .container-checkbox {
    background: #fff;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: 0
}

.modal--add-to-quote .container-checkbox small {
    color: #939393
}

.modal--add-to-quote .container-checkbox .checkmark {
    left: auto;
    margin-right: 1.25rem;
    position: absolute;
    right: 0;
    top: 15px
}

.upsell-product-modal {
    padding-right: 0 !important;
    z-index: 5550
}

.upsell-product-modal .modal-content {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .5);
    padding: 1rem
}

.upsell-product-modal .modal-dialog {
    margin-top: 6rem;
    max-width: 125rem
}

.upsell-product-modal .modal-header {
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.upsell-product-modal .modal-title {
    line-height: 1
}

@media (min-width:768px) {
    .upsell-product-modal .modal-title {
        font-size: 2.5rem
    }
}

.upsell-product-modal .lightbulbs {
    color: #f37021;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase
}

@media (min-width:768px) {
    .upsell-product-modal .lightbulbs {
        font-size: 6rem
    }
}

.upsell-product-modal .close {
    right: .6275rem;
    top: .5rem
}

.upsell-product-modal .close img {
    width: 1rem
}

@media (min-width:1200px) {
    .upsell-product-modal .close {
        right: 1.5rem;
        top: 1.5rem
    }

    .upsell-product-modal .close img {
        width: auto
    }
}

.fixed-top {
    z-index: 5050
}

.modal-promo .close {
    align-items: center;
    display: flex;
    height: 1.5rem;
    justify-content: center;
    right: 1rem;
    top: 1rem;
    width: 1.5rem
}

.modal-promo .images .top {
    left: 2.5rem;
    top: 2.5rem
}

.modal-promo .images .bottom {
    bottom: 2.5rem;
    left: 2.5rem
}

.modal-promo .badge {
    background: #f37021;
    color: #fff;
    display: inline-flex;
    font-family: sofia-pro, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    margin-top: 40px;
    padding: 0 .75rem 5px
}

.modal-promo .display-3 {
    color: #000;
    display: inline-flex;
    font-family: Northwell, sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    margin-top: -18px
}

.modal-promo p {
    font-size: 12px;
    line-height: 16px
}

.modal-promo p.intro {
    font-family: sofia-pro, sans-serif;
    font-size: 18px;
    line-height: 24px
}

.modal-promo .form-newsletter {
    margin-top: 1rem;
    max-width: 320px;
    width: 100%
}

.modal-promo .form-control {
    background: #f0f0f0;
    border-radius: .25rem;
    border-width: 0;
    height: 48px
}

.modal-promo .btn {
    border-radius: .25rem;
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    font-weight: 800;
    height: 48px;
    line-height: 48px;
    margin-bottom: 2rem;
    padding: 0
}

.modal-promo .px-40 {
    padding-left: 40px;
    padding-right: 40px
}

.modal-promo .pb-40 {
    padding-bottom: 40px
}

.header-search {
    z-index: 0
}

.alert {
    border-radius: .125rem;
    padding: 1rem 1.5rem
}

.alert.alert-success {
    background-color: #ffe0cc;
    border-color: #ffbb8e;
    color: #f37021
}

.alert.alert-success p {
    color: #f37021
}

.alert.alert-success .container-checkbox-sm {
    display: block;
    font-size: 1.125rem
}

.alert.alert-success .container-checkbox-sm .checkmark {
    border: 1px solid rgba(255, 102, 0, .5);
    border-radius: .125rem;
    top: .375rem
}

.alert.alert-warning {
    background-color: #fff6e7;
    border-color: #fcd182;
    color: #ffa80a
}

.alert.alert-info {
    background-color: rgba(22, 142, 217, .1);
    border-color: rgba(22, 142, 217, .75);
    color: #168ed9
}

.alert.alert-info p {
    color: #168ed9
}

.alert--covid {
    background: #fc0;
    margin-bottom: 0;
    padding: .125rem
}

@media (min-width:992px) {
    .alert--covid {
        padding: .5em
    }
}

.alert--covid p {
    color: #000;
    font-size: .875rem;
    line-height: 1.125
}

@media (min-width:768px) {
    .alert--covid p {
        font-size: 1rem;
        line-height: 1.5
    }
}

.alert.alert-danger.alert-danger {
    background-color: #fceaea;
    border-color: #fbd0d0;
    color: #f36969;
    text-align: left
}

.alert.alert-danger.alert-danger li {
    color: #f36969;
    margin-bottom: 0
}

.alert.alert-danger.alert-danger p {
    color: #f36969
}

.alert.alert-secondary {
    align-items: center;
    background: #fff;
    border-width: 0;
    display: flex;
    flex-direction: column;
    height: 16rem;
    justify-content: center
}

.alert ul {
    margin-bottom: 0
}

.vue-notification-group {
    left: 0 !important;
    margin: 0 auto;
    right: 0 !important;
    top: 4.5rem !important;
    z-index: 9999 !important
}

@media (min-width:576px) {
    .vue-notification-group {
        left: auto !important;
        right: 1rem !important
    }
}

@media (min-width:992px) {
    .vue-notification-group {
        right: 1rem !important;
        top: 11rem !important
    }
}

.vue-notification-group .vue-notification-template {
    border-radius: .125rem;
    margin-bottom: .5rem;
    padding: 1rem
}

.vue-notification-group .vue-notification-template.success {
    background-color: #ffe0cc;
    border-color: #ffbb8e;
    color: #f60
}

.vue-notification-group .vue-notification-template.success,
.vue-notification-group .vue-notification-template.warn {
    background-image: url(/img/site/icons/close-or.svg);
    background-position: right 1rem top 1rem;
    background-repeat: no-repeat;
    background-size: .75rem
}

.vue-notification-group .vue-notification-template.warn {
    background-color: #fff6e7;
    border-color: #fcd182;
    color: #ffa80a
}

.accordion .btn.btn-link {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.accordion .plus {
    color: #f37021;
    display: none
}

.accordion .minus {
    color: #f37021;
    display: block
}

.accordion .collapsed .plus {
    display: block
}

.accordion .collapsed .minus {
    display: none
}

.accordion--filter .card {
    border-width: 0
}

.accordion--filter .card-header {
    background: #fff;
    border-bottom-width: 0;
    border-top: 1px solid #dee2e6;
    padding: 0
}

.accordion--filter h5 {
    margin-bottom: 0
}

.accordion--filter .card-body {
    padding: .5rem 0
}

.accordion--filter .btn-link {
    border-radius: 0;
    color: #333;
    font-size: .875rem;
    font-weight: 600;
    padding-bottom: 8px;
    padding-left: 0;
    padding-top: 8px;
    text-align: left;
    text-transform: uppercase;
    width: 100%
}

.accordion--filter .btn-link:focus {
    box-shadow: none
}

.accordion--faq .accordion .btn-link {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 25px;
    padding-left: 0;
    width: 400px
}

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

.accordion--faq .accordion .card-header {
    background: #fff;
    border-bottom: 1px solid #dfdbd8
}

.accordion--faq .accordion .card-header .material-icons {
    font-size: 2.5rem;
    transform: rotate(-180deg);
    transition: .3s
}

.accordion--faq .accordion .card-header .collapsed .material-icons {
    position: relative;
    transform: rotate(0deg)
}

.tooltip--variant {
    font-size: .875rem;
    line-height: 1.125rem;
    padding: .5rem 1.125rem 6px
}

.tooltip--variant .tooltip-inner {
    padding: 2px .5rem 4px
}

.tooltip--variant .arrow {
    line-height: 1.5
}

@media print {

    #footer,
    #header,
    #livechat-compact-container,
    .breadcrumb,
    .btn,
    .page-header,
    .panel--savings,
    .panel--video,
    .product-extras,
    .product-seperator,
    .sidebar-offcanvas {
        display: none !important
    }

    a {
        text-decoration: none !important
    }
}

.copy ul {
    list-style: none;
    margin-bottom: 1.5rem
}

.copy ul li {
    color: #666;
    font-size: 1.125rem
}

.copy ul li:before {
    color: #f37021;
    content: "•";
    display: inline-block;
    font-weight: 700;
    margin-left: -1.5rem;
    width: 1.5rem
}

.copy ol li {
    color: #666
}

.copy__p p:last-of-type {
    margin-bottom: 0
}

.header-search {
    background: #fff;
    display: block;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: -10rem;
    transition: .3s;
    transition: .5s;
    width: 100%;
    z-index: 2
}

@media (max-width:991.98px) {
    .header-search.down {
        position: fixed;
        top: 3.5rem
    }
}

.header-search .form-control {
    height: 2.5rem;
    padding: 0 1.5rem
}

.header-search .form-control:focus {
    border-color: #dee2e6
}

.header-search .btn-search {
    align-items: center;
    background: #f37021;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 2rem;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: .25rem;
    top: .25rem;
    width: 2rem;
    z-index: 1
}

.header-search .btn-search:hover {
    background: #d5570c
}

.header-search .btn-search .feather {
    height: 1.25rem
}

@media (min-width:992px) {
    .header-search {
        position: static;
        top: 0
    }

    .header-search .form-control {
        height: 3rem;
        padding: 0 0 0 1rem
    }

    .header-search .btn-search {
        height: 2.5rem;
        width: 2.5rem
    }
}

@media (min-width:1200px) {
    .header-search {
        max-width: 587px
    }
}

@media (min-width:1440px) {
    .header-search {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .header-search-wrapper {
        max-width: 467px;
        width: 100%
    }
}

@media (min-width:1440px) {
    .header-search-wrapper {
        max-width: 770px;
        width: 50%
    }
}

@media (min-width:992px) {
    .footer-logos__left {
        height: 56px;
        width: 180px
    }

    .footer-logos__right {
        height: 34px;
        width: 82px
    }
}

.announcement {
    padding: .125rem .5rem;
    z-index: 2030
}

.announcement .announcement__heading {
    font-size: .875rem;
    line-height: 1.125rem
}

@media (min-width:768px) {
    .announcement .announcement__heading {
        font-size: 1rem;
        line-height: 1.5
    }
}

.announcement span {
    font-size: .875rem
}

#gmap-autocomplete-container .pac-container {
    left: 0 !important;
    position: relative !important;
    top: 0 !important
}

@media (min-width:768px) {
    .announcement {
        padding: .5rem
    }
}

@media (min-width:992px) {
    .header-logo {
        height: 56px;
        width: 180px
    }

    .navbar.sticky-top {
        position: static
    }
}

@media only screen and (min-height:1000px) {
    .navbar.sticky-top {
        position: sticky
    }
}

.navbar--main,
.navbar .dropdown-item:hover {
    background: #fff
}

.navbar--main {
    height: 3.5rem;
    z-index: 1030
}

@media (min-width:992px) {
    .navbar--main {
        box-shadow: none;
        height: 8rem;
        top: 2.5rem
    }
}

.navbar--main .dropdown-toggle:after {
    display: none
}

.navbar--main .dropdown .dropdown-menu {
    border-width: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15)
}

.navbar--main .dropdown-menu {
    border-radius: 0;
    margin-top: 0
}

.navbar--main .dropdown-menu .nav-link {
    color: #333
}

.navbar--main .dropdown-menu .nav-link:hover {
    color: #f37021
}

.navbar--main .dropdown-menu .nav-link.active {
    color: #333
}

.navbar--main .dropdown-menu .nav-link.active:hover {
    color: #f37021
}

.navbar--top {
    background: #fff
}

.navbar--top .navbar-nav {
    align-items: center;
    display: flex;
    height: 40px
}

.navbar--top .navbar-nav .feather {
    height: 16px;
    width: 16px
}

.navbar--top .navbar-nav .nav-item {
    padding: 0 1rem
}

.navbar--top .navbar-nav .nav-trade-e {
    background-color: #f37021;
    border-radius: 0 0 .5rem .5rem;
    margin-right: 1rem;
    transition: background .2s
}

.navbar--top .navbar-nav .nav-trade-e .nav-link {
    color: #fff
}

.navbar--top .navbar-nav .nav-trade-e:hover {
    background-color: #666
}

.navbar--top .navbar-nav .nav-trade-e:hover .nav-link {
    box-shadow: none;
    color: #fff
}

.navbar--top .navbar-nav .nav-link {
    box-shadow: inset 0 -3px 0 transparent;
    color: #333;
    font-size: .875rem;
    height: 40px;
    line-height: 1;
    line-height: 40px;
    padding: 0 !important;
    transition: .2s
}

.navbar--top .navbar-nav .nav-link svg.contact path {
    fill: #333
}

.navbar--top .navbar-nav .nav-link small {
    color: #939393
}

.navbar--top .navbar-nav .nav-link.active,
.navbar--top .navbar-nav .nav-link:hover {
    box-shadow: inset 0 -3px 0 #f37021;
    color: #f37021
}

.navbar--top .navbar-nav .nav-link.active svg.contact path,
.navbar--top .navbar-nav .nav-link:hover svg.contact path {
    fill: #f37021
}

.navbar--header-links .header-link {
    align-items: center;
    background: transparent;
    border-width: 0;
    color: #f37021;
    display: flex;
    height: 3.5rem;
    justify-content: center;
    padding: 0;
    position: relative;
    transition: .2s;
    width: 3.5rem
}

.navbar--header-links .header-link.active {
    background: #f37021;
    color: #fff
}

@media (max-width:400px) {
    .navbar--header-links .header-link {
        padding: 0 2vw;
        width: 10vw
    }

    .navbar--header-links .header-link.btn-menu {
        padding: 0 1rem 0 2vw;
        width: 15vw
    }
}

@media (min-width:992px) {
    .navbar--header-links .header-link {
        flex-direction: column;
        font-size: 14px;
        line-height: 1;
        width: auto
    }
}

.navbar--header-links .header-link #btn-sidebar-cart,
.navbar--header-links .header-link #btn-sidebar-quote {
    position: absolute;
    right: -2px;
    top: -2px
}

.navbar--header-links .dropdown-menu--login {
    left: 50%;
    margin-top: 2px;
    min-width: 180px;
    padding-top: 21px;
    right: auto;
    transform: translate(-50%)
}

.navbar--bottom {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .15)
}

.navbar--bottom .nav-link {
    box-shadow: inset 0 -3px 0 hsla(0, 0%, 100%, 0);
    font-size: 16px;
    transition: box-shadow .2s
}

.navbar--bottom .nav-link.active,
.navbar--bottom .nav-link:hover {
    box-shadow: inset 0 -3px 0 #fff
}

.navbar--store-name {
    align-items: center;
    display: flex;
    font-size: 16px;
    position: absolute;
    right: 24px
}

.navbar--store-name .feather {
    height: 16px
}

.layout-store .navbar--bottom .navbar-pages {
    background: #333 !important
}

.navbar-nav .nav-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.navbar-nav .nav-item .nav-link {
    padding-bottom: 10px;
    padding-top: 6px
}

.navbar-nav .nav-item .nav-link.small {
    font-size: .875rem
}

.breadcrumb {
    flex-wrap: nowrap;
    width: 5000px
}

@media (min-width:992px) {
    .breadcrumb {
        width: auto
    }
}

.breadcrumb-item {
    align-items: center;
    display: inline-flex
}

@media (min-width:992px) {
    .breadcrumb-item {
        font-size: .875rem
    }
}

.breadcrumb-item+.breadcrumb-item:before {
    background: url(/img/site/icons/next-gr.svg) no-repeat 50%;
    height: 1rem;
    opacity: .5;
    position: relative;
    top: 1px;
    width: 1.25rem
}

.nav-tabs.flex-column {
    border-width: 0
}

.nav-tabs.flex-column .nav-link {
    border-width: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #666;
    font-size: 1.125rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
    transition: .2s
}

.nav-tabs.flex-column .nav-link.active {
    border-bottom: 2px solid #333;
    color: #333;
    font-weight: 600
}

.nav-tabs.flex-column .nav-link.active:hover {
    border-bottom: 2px solid #333
}

.nav-tabs.flex-column .nav-link:hover {
    border-bottom: 1px solid #333;
    color: #333
}

.nav-tabs.flex-column .nav-link.text-near-black {
    color: #333
}

.nav-tabs.flex-column .nav-link .feather {
    height: 1.5rem
}

.nav-tabs__primary-hover .nav-link.text-near-black:hover {
    color: #f37021
}

.share-icons svg:hover path {
    stroke: #f37021
}

.header-search h5 {
    margin-bottom: .5rem;
    margin-top: 2rem;
    padding-left: .5rem;
    text-align: left
}

.dropdown-autosuggest {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    left: 0;
    position: absolute;
    top: 128px;
    width: 100%;
    z-index: 10
}

@media (max-width:991.98px) {
    .dropdown-autosuggest {
        top: 4.5rem
    }
}

.dropdown-autosuggest .list-group {
    position: relative
}

.dropdown-autosuggest .list-group .list-group-item {
    border-width: 0;
    color: #333;
    display: flex;
    justify-content: flex-start;
    padding: .25rem .5rem
}

.dropdown-autosuggest .list-group .list-group-item:hover,
.dropdown-autosuggest .list-group .list-group-item:hover mark {
    color: #f37021
}

.dropdown-autosuggest .list-group .list-group-item mark {
    background: #fff;
    font-weight: 600;
    padding: 0 .25rem 0 0
}

.dropdown-autosuggest .list-group .list-group-item .material-icons {
    font-size: 1rem;
    line-height: 24px;
    padding: 0 6px
}

.dropdown-autosuggest .list-group .list-group-item.active {
    background-color: #fff;
    color: #f37021
}

.dropdown-autosuggest .list-group .list-group-item.active mark {
    background: #fff;
    color: #f37021
}

.dropright .dropdown-menu {
    border-width: 0;
    display: flex;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate3d(80px, 0, 0);
    transition: .2s;
    will-change: transform
}

.dropright .dropdown-menu.show {
    opacity: 1
}

.nav.nav-stacked.sticky-top {
    top: 150px
}

.nav.nav-stacked .nav-link {
    color: #666;
    transition: .2s
}

.nav.nav-stacked .nav-link.active,
.nav.nav-stacked .nav-link:hover {
    color: #f37021
}

.pagination .page-item {
    padding: .125rem
}

.pagination .page-link {
    align-items: center;
    border-radius: 4px;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    height: 40px;
    justify-content: center;
    line-height: 38px;
    min-width: 40px;
    padding: 0 .5rem
}

.footer-links a:hover {
    color: #f37021
}

@media (min-width:768px) {

    .dropdown.mega-dropdown,
    .navbar-nav,
    .navbar-pages {
        position: static
    }

    .dropdown.mega-dropdown .mega-menu {
        background: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
        left: 0;
        opacity: 0;
        padding-bottom: 2rem;
        padding-top: 2rem;
        position: absolute;
        transition: all .3s linear;
        visibility: hidden;
        width: 100%;
        z-index: 5000
    }

    .dropdown.mega-dropdown .mega-menu .card-columns {
        -moz-column-count: 4;
        column-count: 4
    }

    .dropdown.mega-dropdown .mega-menu .card {
        border-width: 0
    }

    .dropdown.mega-dropdown .mega-menu h5 {
        font-weight: 700;
        line-height: 1.125;
        margin-bottom: .5rem
    }

    .dropdown.mega-dropdown .mega-menu h5 a {
        color: #333
    }

    .dropdown.mega-dropdown .mega-menu h5 a:hover {
        color: #f37021;
        text-decoration: none
    }

    .dropdown.mega-dropdown .mega-menu .nav {
        margin: 0 0 1rem
    }

    .dropdown.mega-dropdown .mega-menu .nav-item {
        padding-left: 0
    }

    .dropdown.mega-dropdown .mega-menu .nav-link {
        color: #333;
        font-weight: 400;
        margin: 0;
        padding: 0
    }

    .dropdown.mega-dropdown .mega-menu .nav-link:hover {
        background: transparent;
        color: #f37021
    }

    .dropdown.show .nav-link {
        box-shadow: inset 0 -3px 0 #fff
    }

    .dropdown.show .mega-menu {
        opacity: 1;
        visibility: visible
    }
}

.panel--categories-panel a,
.panel--room-panel a {
    overflow: hidden
}

.panel--categories-panel .img-grid,
.panel--room-panel .img-grid {
    height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    transform: scale(1);
    transition: .3s;
    width: 100%
}

.panel--categories-panel .img-grid:hover,
.panel--room-panel .img-grid:hover {
    transform: scale(1.2)
}

@media (min-width:768px) {

    .panel--categories-panel .img-grid,
    .panel--room-panel .img-grid {
        height: 450px !important;
    }
}

.panel--img-text .popup-youtube-img {
    position: relative
}

.panel--img-text .popup-youtube-img:after {
    background-image: url(/img/site/icons/youtube-bk.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 4rem;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .2s;
    width: 100%;
    z-index: 1
}

.panel--img-text .popup-youtube-img:hover:after {
    background-image: url(/img/site/icons/youtube-rd.svg)
}

.panel--email .text-white p {
    color: #fff !important
}

.panel--text-image-alt .img-fluid,
.panel--text-image-basic .img-fluid {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.panel--text-image-alt .copy {
    padding: 1rem
}

.panel--text-image-alt .copy h2 {
    line-height: 1.75
}

.panel--text-image-alt .copy p:last-of-type {
    margin-bottom: 0
}

@media (min-width:768px) {
    .panel--text-image-alt .copy {
        padding: 3rem
    }
}

@media (min-width:1200px) {
    .panel--text-image-alt .copy {
        padding: 5rem
    }
}

@media (min-width:2000px) {
    .panel--text-image-alt .copy {
        padding: 7rem
    }
}

.panel--text-image-two-column h2 {
    line-height: 1.5
}

.panel--text-image-two-column .img-fluid {
    max-height: 350px
}

@font-face {
    font-family: Northwell;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/Northwell/Northwell.woff2) format("woff2"), url(/fonts/Northwell/Northwell.woff) format("woff")
}

.body-color {
    color: #333
}

.text-grey {
    color: #939393
}

.text-dark-grey {
    color: #666
}

.text-near-black {
    color: #333
}

.font-script {
    font-familY: Northwell, sans-serif
}

.text-underline {
    text-decoration: underline
}

.font-size-sm,
.font-size-sm p {
    font-size: .875rem !important
}

h1 {
    font-size: calc(1.425rem + 2.1vw);
    margin-bottom: 1rem
}

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

h1 strong {
    font-weight: 700
}

@media (min-width:992px) {
    h1 {
        margin-bottom: 1.5rem
    }
}

h2 {
    font-size: calc(1.3375rem + 1.05vw)
}

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

h2.font-script {
    font-size: calc(1.525rem + 3.3vw);
    line-height: 1
}

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

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

@media (min-width:1200px) {
    h3 {
        font-size: 18px
    }
}

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

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

h5 {
    font-size: 1.25rem
}

p {
    color: #666;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem
}

.small,
small {
    font-size: .875rem;
    line-height: 21px
}

.display-3.font-script {
    font-familY: Northwell, sans-serif;
    font-size: calc(1.575rem + 3.9vw);
    line-height: 1
}

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

.badge {
    line-height: 2;
    padding-left: .5rem;
    padding-right: .5rem
}

.table-dashboard thead th,
.table-quote thead th {
    border-width: 0;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.125rem;
    padding: .875rem;
    text-align: center
}

@media (min-width:992px) {

    .table-dashboard thead th,
    .table-quote thead th {
        font-size: 1.125rem;
        padding: 1.125rem .875rem
    }
}

.table-dashboard tbody tr td,
.table-quote tbody tr td {
    font-size: .875rem;
    line-height: 1.125rem;
    padding: .875rem;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap
}

.table-dashboard tbody tr td .feather,
.table-quote tbody tr td .feather {
    height: 18px;
    width: 18px
}

@media (min-width:992px) {

    .table-dashboard tbody tr td,
    .table-quote tbody tr td {
        font-size: 1.125rem;
        padding: 1.125rem .875rem
    }

    .table-dashboard tbody tr td .feather,
    .table-quote tbody tr td .feather {
        height: 24px;
        width: 24px
    }
}

.table-dashboard tbody tr:hover,
.table-quote tbody tr:hover {
    background: #f2f2f2
}

.table-quote tbody tr td {
    text-transform: none !important
}

.cart-table-headings h6 {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.125rem;
    margin-bottom: 0
}

@media (min-width:992px) {
    .cart-table-headings h6 {
        font-size: 1.125rem
    }
}

.cart-table-headings p {
    font-size: .875rem
}

@media (min-width:992px) {
    .cart-table-headings p {
        font-size: 1.125rem
    }
}

.cart-footer-total {
    text-align: right
}

.cart-footer-total tbody tr td {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.cart-footer-total tbody tr td:last-child {
    padding-right: 1.5rem;
    width: 200px
}

.cart-footer-total tbody tr:last-child td {
    border-width: 0
}

.vue-slider {
    padding: 7px 10px !important
}

.sidebar-bg {
    background: #bdbcbc;
    bottom: 0;
    display: none;
    left: 0;
    opacity: .8;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1109
}

.add-to-cart-btns {
    display: flex
}

.add-to-cart-btns .card-compact-quantity {
    margin-right: .5rem
}

@media (min-width:500px) {
    .add-to-cart-btns {
        flex-direction: column
    }

    .add-to-cart-btns .card-compact-quantity {
        margin-bottom: .5rem;
        margin-right: 0
    }
}

@media (min-width:950px) {
    .add-to-cart-btns {
        flex-direction: row
    }

    .add-to-cart-btns .card-compact-quantity {
        margin-bottom: 0;
        margin-right: .5rem
    }
}

@media (min-width:992px) {
    .cart-menu-height {
        height: 100%
    }
}

.sidebar-cart {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    display: block;
    overflow-x: hidden;
    padding-left: 1rem;
    position: fixed;
    right: -100%;
    top: 3.5rem;
    transition: all .25s ease-out;
    width: 100%;
    z-index: 5200
}

@media (min-width:768px) {
    .sidebar-cart {
        padding-left: 2.5rem;
        top: 6.875rem
    }
}

@media (min-width:992px) {
    .sidebar-cart {
        right: -32rem;
        top: 0;
        width: 30rem
    }
}

.sidebar-cart .accordion {
    flex: 1;
    overflow-y: scroll
}

@media (min-width:768px) {
    .sidebar-cart .accordion {
        overflow-y: auto
    }
}

.sidebar-cart__footer {
    background: #fff;
    border-top: 1px solid #e1e1e1;
    left: 0;
    width: 100%
}

.sidebar-cart h4 {
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width:768px) {
    .sidebar-cart h4 {
        font-size: 1.25red
    }
}

.sidebar-cart.active {
    height: 100vh;
    padding-bottom: 20px;
    right: 0
}

.sidebar-cart__close {
    background: #fff;
    border-width: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 5
}

.sidebar-cart__close:focus {
    outline: none
}

.sidebar-cart .now {
    font-size: 1.5rem
}

.sidebar-cart .form-control.is-valid,
.sidebar-cart .was-validated .form-control:valid {
    padding: 0
}

.sidebar-cart .sidebar-card {
    padding-right: .5rem
}

@media (min-width:576px) {
    .sidebar-cart .sidebar-card {
        padding-right: 2rem
    }
}

.backdrop {
    background: rgba(0, 0, 0, .25);
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1049
}

.backdrop.active {
    display: block
}

.sidebar {
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .15);
    display: flex;
    height: 100%;
    left: -182px;
    overflow-y: auto;
    position: fixed;
    top: 56px;
    transition: .2s;
    width: 182px;
    z-index: 1050
}

.sidebar.active {
    display: flex;
    left: 0
}

@media (min-width:992px) {
    .sidebar {
        box-shadow: none;
        display: flex;
        height: 100%;
        left: 0;
        margin-right: 1.25rem;
        overflow-y: auto;
        position: sticky;
        position: relative;
        top: 134px;
        top: 0;
        width: 182px;
        z-index: 0
    }
}

.sidebar .close-btn {
    background: #fff;
    border-width: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.mm-wrapper_opened .sidebar-filters {
    left: -200vw !important
}

.product-main-img-wrapper {
    background: #fff;
    display: flex;
    justify-content: center
}

.product-main-img {
    height: 232px;
    padding: 16px;
    width: auto
}

@media (min-width:992px) {
    .product-main-img {
        height: auto
    }
}

.product-thumb {
    height: 113px;
    padding: 8px
}

@media (min-width:992px) {
    .product-thumb {
        height: auto
    }
}

.gallery-wrap .best-detail {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    color: #333;
    font-size: 1.125rem;
    left: 1.5rem;
    padding: 1px .5rem 3px;
    position: absolute;
    top: 1.25rem;
    transition: .2s;
    z-index: 1
}

.gallery-wrap .new {
    background: #f37021;
    transition: .2s;
    z-index: 1
}

.gallery-wrap .clearance-detail,
.gallery-wrap .new {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 1.125rem;
    left: 1.5rem;
    padding: 1px .5rem 3px;
    position: absolute;
    text-transform: uppercase;
    top: 56px
}

.gallery-wrap .clearance-detail {
    background: #7ed3f7;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: .875rem;
    text-align: center;
    z-index: 10
}

.gallery-wrap .super-special-detail {
    background-color: #f37021;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 1.125rem;
    padding: 22px 8px 4px;
    position: absolute;
    right: 2rem;
    top: 0;
    z-index: 1
}

.gallery-wrap .coming-soon-ribbon {
    position: absolute;
    right: 1.25rem;
    top: 0;
    transform: rotate(90deg);
    z-index: 1
}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body,
html {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

body.prevent-scroll,
html.prevent-scroll {
    position: fixed
}

#wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

@supports not (-webkit-touch-callout:none) {
    html {
        height: 100%
    }
}

.blur-up {
    filter: blur(5px);
    transition: filter .4s
}

.blur-up.lazyloaded {
    filter: blur(0)
}

.fade-box .lazyload,
.fade-box .lazyloading {
    opacity: 0;
    transition: opacity .4s
}

.fade-box img.lazyloaded {
    opacity: 1
}

#sticky-footer {
    z-index: 1000
}

.z-index10 {
    z-index: 10
}

.countdown-offset {
    margin-top: 40px
}

.nowrap {
    white-space: nowrap
}

.bg-grey-light {
    background: #f5f5f5
}

.bg-grey-med {
    background: #ebebeb
}

.bg-grey-dark {
    background: #333
}

.bg-black-opacity {
    background: rgba(0, 0, 0, .75)
}

.bg-black-opacity-50 {
    background: rgba(0, 0, 0, .5)
}

.close {
    opacity: 1
}

.spinning {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.map-wrapper {
    height: 400px
}

.store-list {
    height: 480px;
    overflow-y: scroll
}

@media (min-width:992px) {
    .store-list {
        height: 694px
    }
}

.store-list a {
    transition: .5s
}

.store-list .active,
.store-list a:hover {
    background: #fafafa;
    box-shadow: inset 4px 0 0 #f37021
}

.store-list .active h5,
.store-list a:hover h5 {
    color: #f37021
}

.store-list-map {
    display: block;
    height: 480px;
    width: 100%
}

@media (min-width:992px) {
    .store-list-map {
        background: #f2f2f2;
        height: 790px
    }
}

.icon--lg.feather {
    height: 4rem;
    width: 4rem
}

iframe#ssChatbot {
    bottom: 78px !important;
    right: 0 !important
}

@media (min-width:992px) {
    iframe#ssChatbot {
        right: -26px !important
    }
}

.store-popover {
    min-width: 280px;
    padding: .5rem
}

.store-popover p {
    color: #666
}

.gm-style .gm-style-iw-c {
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .25)
}

.gm-style .gm-style-iw-c button {
    background: url(/img/site/icons/close-bk.svg) 50% no-repeat !important;
    right: 1rem !important;
    top: 1rem !important
}

.sticky-top {
    position: sticky
}

@media (max-width:991.98px) {
    .sticky-top {
        position: fixed;
        top: 0;
        width: 100vw
    }
}

.closed .horizontal,
.closed .vertical {
    transform: rotate(-90deg);
    transition: all .5s ease-in-out
}

.closed .horizontal,
.opened {
    opacity: 1
}

.opened .horizontal,
.opened .vertical {
    transform: rotate(90deg);
    transition: all .5s ease-in-out
}

.opened .horizontal {
    opacity: 0
}

.circle-plus .circle {
    position: relative
}

.circle-plus .circle .horizontal {
    height: 2px;
    margin-left: -6px;
    margin-top: -1px;
    width: 12px
}

.circle-plus .circle .horizontal,
.circle-plus .circle .vertical {
    background-color: #f37021;
    border-radius: 1px;
    left: 50%;
    position: absolute;
    top: 50%
}

.circle-plus .circle .vertical {
    height: 12px;
    margin-left: -1px;
    margin-top: -6px;
    width: 2px
}

.shadow {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .5);
    overflow: hidden
}

@media (min-width:992px) {
    #livechat-compact-container {
        bottom: 90px !important;
        position: fixed
    }
}

@media (min-width:1440px) {

    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 85%
    }
}

@media (max-width:991.98px) {
    #offcanvas {
        padding-top: 3.5rem
    }
}

.layout-platinum {
    background: #4f4f4f
}

.nav-platinum .bg-primary {
    background: #5d5d5d !important
}

.nav-platinum .header-logo {
    filter: grayscale(100%)
}

.nav-platinum .header-search .btn-search {
    background: #5d5d5d
}

.icon--lg.feather,
.nav-platinum .navbar--header-links .header-link,
.nav-platinum .navbar--header-links a {
    color: #5d5d5d
}

.footer-nav--platinum {
    background: #5d5d5d
}

.footer-nav--platinum a,
.footer-nav--platinum p {
    color: #fff
}

.copyright--platinum {
    background-color: #4f4f4f
}

.panel--platinum.panel--footer-logos img.footer-logos__left,
.panel--platinum.panel--footer-logos img.footer-logos__right {
    filter: grayscale(100%)
}

@media screen and (max-width:768px) {
    .table-cart thead {
        display: none
    }

    .table-cart tbody tr td:first-child {
        background: #333;
        color: #fff
    }

    .table-cart tbody tr td:before {
        content: attr(data-th);
        display: inline-block;
        font-weight: 700;
        width: 8rem
    }

    .table-cart tbody tr td {
        display: block;
        min-width: 320px;
        padding: .6rem;
        text-align: left !important
    }

    .table-cart tbody tr td .form-control {
        display: inline !important;
        width: 20%
    }

    .table-cart tfoot td,
    .table-cart tfoot td .btn {
        display: block
    }

    .table-cart .actions .btn {
        margin: 1.5em 0;
        width: 25%
    }

    .table-cart .actions .btn-info {
        float: left
    }

    .table-cart .actions .btn-danger {
        float: right
    }
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle
}

.cart-menu {
    min-width: 20rem
}

.cart-menu .cart-detail {
    padding: 1rem
}

.cart-menu .cart-detail .cart-detail-product {
    color: #000;
    font-weight: 500;
    margin: 0
}

.cart-menu .cart-detail .price {
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px
}

.cart-menu .cart-detail .count {
    color: #c2c2dc
}

.cart-menu .total-header-section {
    border-bottom: 1px solid #d2d2d2
}

.cart-menu .checkout {
    border-top: 1px solid #d2d2d2;
    padding-top: 15px
}

.cart-menu .btn-remove-item {
    color: gray !important;
    position: absolute;
    right: 0;
    top: 0
}

.table-total tbody tr td {
    border-width: 0;
    font-size: 1.125rem;
    padding: 0 1.5rem;
    text-align: right
}

.blog-post.copy img {
    max-width: 100%
}

body.layout-careers .career-summary {
    position: sticky;
    top: 188px
}

@media (max-width:991.98px) {
    body.layout-careers .career-summary {
        position: relative;
        top: 0;
        width: 100%
    }
}

.stepper .nav-tabs {
    border-width: 0;
    position: relative
}

.stepper .nav-tabs>li {
    display: inline-flex;
    position: relative;
    width: 25%
}

.stepper .nav-tabs>li:after {
    background: #dadcde;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 1
}

.stepper .nav-tabs>li:before {
    background: red;
    content: "";
    display: block;
    height: 46px;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 46px;
    z-index: -1
}

.stepper .nav-tabs>li.completed:after {
    background: #f37021
}

.stepper .nav-tabs>li:last-child:after {
    background: transparent;
    width: 0
}

.stepper .nav-tabs>li:last-child.active:before {
    left: 0;
    width: 50%
}

.stepper .nav-tabs>li.active .round-tab {
    background: #f37021;
    color: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.stepper .nav-tabs>li.active .round-tab:hover {
    background: #fff;
    border: 2px solid #f37021;
    color: #f37021;
    cursor: pointer
}

.stepper .nav-tabs>li.active:before {
    background: #f37021;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 19px;
    width: 100%;
    z-index: 2
}

.stepper .nav-tabs>li.active:first-child:before {
    left: 50%;
    width: 50%
}

.stepper .nav-tabs>li.active .label {
    color: #f37021
}

.stepper .nav-tabs [role=tab] {
    border: none;
    color: #f1f1f1;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%
}

.stepper .nav-tabs [role=tab]:hover {
    background: transparent;
    border: none
}

.stepper .nav-tabs>.active>[role=tab],
.stepper .nav-tabs>.active>[role=tab]:focus,
.stepper .nav-tabs>.active>[role=tab]:hover {
    border: none;
    color: #f37021;
    cursor: default
}

.stepper .tab-pane {
    position: relative
}

.stepper .round-tab {
    background: #fff;
    border: 2px solid #f37021;
    border-radius: 50%;
    color: #f37021;
    display: block;
    font-size: 20px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 2
}

.stepper .label {
    color: #939393;
    display: none;
    margin-top: 10px
}

@media (min-width:992px) {
    .stepper .label {
        display: block
    }
}

.stepper .completed .round-tab {
    background: #f37021
}

.stepper .completed .round-tab:after {
    color: #fff;
    content: "✔";
    display: block;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0
}

.stepper .active .round-tab,
.stepper .active .round-tab:hover {
    background: #fff;
    border: 2px solid #f37021
}

.stepper .active .round-tab:after {
    display: none
}

.stepper .disabled .round-tab {
    background: #fff;
    border-color: #dadcde;
    color: #939393;
    cursor: not-allowed
}

.stepper .disabled .round-tab:after {
    display: none
}

.stepper .tab-content {
    padding: 1rem 3rem 4rem
}

.stepper .tab-content .list-inline {
    display: inline-flex
}

.panel-stepper {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 20px
}

iframe.dps-payment {
    height: calc(100vh - 5rem);
    width: 100%
}

.v-spinner-container {
    display: flex;
    justify-content: center
}

.or {
    background: #e9ecef;
    border: 1px solid #dadcde;
    border-radius: 50%;
    color: #939393;
    display: block;
    font-family: sofia-pro, sans-serif;
    font-size: 1.25rem;
    height: 40px;
    line-height: 34px;
    position: relative;
    text-align: center;
    width: 40px
}

.or:before {
    left: -1.5rem
}

.or:after,
.or:before {
    background: #dadcde;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 1rem
}

.or:after {
    right: -1.5rem
}

.cart-display {
    transition: transform .2s
}

.cart-display:hover {
    cursor: pointer
}

.cart-display .spin {
    transform: rotate(-90deg);
    transition: transform .2s
}

.cart-item-list .border-bottom:last-of-type {
    border-bottom-width: 0 !important
}

.cart-item-list--prod-name {
    color: #f37021;
    font-size: 1.25rem;
    line-height: 1.25rem
}

.cart-item-list--price {
    font-size: 1.25rem
}

.cart-item-list--gst-label {
    display: block;
    font-size: .75rem;
    line-height: 1rem
}

.cart-item-list--btn-remove-item {
    background: transparent;
    border-width: 0
}

.cart-total-wrapper {
    padding: 2rem 0
}

@media (min-width:1200px) {
    .cart-total-wrapper {
        padding: 2rem 0
    }
}

.cart-total-wrapper strong {
    font-weight: 500
}

.table-cart-total {
    font-size: 1.125rem
}

.table-cart-total tbody tr td {
    vertical-align: top
}

.payment-method--item {
    border: 1px solid transparent
}

.payment-method--item:last-child.active {
    border: 1px solid #ddd
}

.payment-method--item.active {
    background: #f7f7f7;
    border: 1px solid #dadcde;
    border-radius: .1875rem
}

.payment-method .container-radio {
    background: transparent;
    border: 1px solid transparent;
    display: block;
    padding-left: 4rem
}

@media (min-width:992px) {
    .payment-method .container-radio {
        padding-left: 5rem
    }
}

.payment-method .container-radio .checkmark {
    left: 1.5rem;
    position: absolute;
    top: calc(50% - .625rem)
}

.payment-method .a2a {
    width: 10rem
}

.thankyou .id {
    color: #f37021;
    font-size: 3.5rem
}

.cursor-pointer {
    cursor: pointer !important
}

.layout-history {
    max-width: 100vw;
    overflow-x: visible !important
}

@media (min-width:992px) {
    .layout-history {
        max-width: auto;
        overflow-x: hidden !important
    }
}

.timeline h2 {
    color: #f37021;
    font-size: 6rem;
    font-weight: 800;
    margin: 0 0 .5rem
}

.timeline h5 {
    color: #333;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0 0 1.75rem
}

.timeline .overlap {
    z-index: 3
}

.timeline .bg--white {
    background-color: #fff
}

.timeline .bg--black {
    background-color: #101010
}

.timeline .bg--grey {
    background-color: #e4e4e4
}

.timeline .bg--lgrey {
    background-color: #ecebe7
}

@media (min-width:992px) {
    .timeline .bg--lgrey-lg {
        background-color: #ecebe7
    }
}

.timeline .tear--bottom,
.timeline .tear--top {
    position: relative
}

.timeline .tear--bottom:after,
.timeline .tear--bottom:before,
.timeline .tear--top:after,
.timeline .tear--top:before {
    background-repeat: repeat-x;
    background-size: 100% auto;
    content: "";
    height: 50px;
    position: absolute;
    width: 100%
}

.timeline .tear--top:before {
    background-image: url(/img/site/timeline/tear-edge-top.png);
    background-position: bottom;
    top: -48px
}

.timeline .tear--bottom:after {
    background-image: url(/img/site/timeline/tear-edge-bottom.png);
    background-position: top;
    bottom: -50px
}

.timeline .marker {
    background: transparent;
    border: 4px solid #ccc;
    border-radius: 50%;
    height: 24px;
    width: 24px
}

.timeline .marker.lower:after,
.timeline .marker.upper:before {
    background-color: #ccc;
    content: "";
    display: block;
    height: calc(50% - 8px);
    left: calc(50% - 2px);
    position: absolute;
    width: 4px
}

.timeline .marker.upper:before {
    top: 0
}

.timeline .marker.lower:after {
    bottom: 0
}

.timeline .marker--end {
    height: 160px
}

.timeline .marker--end .marker:before {
    height: calc(100% - 20px)
}

.timeline .corner-arrows {
    position: relative
}

.timeline .corner-arrows:after,
.timeline .corner-arrows:before {
    background: url(/img/site/timeline/crop-corners.png);
    content: "";
    height: 48px;
    position: absolute;
    width: 48px
}

.timeline .corner-arrows:before {
    left: -36px;
    top: -36px
}

.timeline .corner-arrows:after {
    bottom: -36px;
    right: -36px;
    transform: rotate(180deg)
}

.timeline .polaroid--left,
.timeline .polaroid--right {
    display: inline-block;
    width: 40%
}

.timeline .polaroid--left {
    margin: -125px 0 0 -90px
}

.timeline .polaroid--right {
    margin: -70px 0 0 15px
}

.timeline .video-container {
    background-image: url(/img/site/logos/lighting-plus.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.timeline .img-container {
    height: 100%;
    position: relative;
    width: 100%
}

@media (min-width:992px) {
    .timeline .img-container.offset--left {
        min-height: 29vw
    }
}

.timeline .img-container.offset--left picture {
    display: block
}

.timeline .img-container.offset--left img {
    left: -20%;
    position: relative;
    top: 0;
    width: 150%
}

@media (min-width:992px) {
    .timeline .img-container.offset--left img {
        left: -40%;
        position: absolute;
        top: 0;
        width: 200%
    }
}

.timeline .img-container.offset--right {
    margin-left: -1rem;
    width: 100vw
}

@media (min-width:992px) {
    .timeline .img-container.offset--right {
        margin: auto;
        min-height: 25vw;
        width: auto
    }
}

.timeline .img-container.offset--right picture {
    display: block
}

.timeline .img-container.offset--right img {
    margin-top: -15%;
    position: relative;
    right: 10%;
    width: 150%
}

@media (min-width:992px) {
    .timeline .img-container.offset--right img {
        bottom: 0;
        margin: 0;
        position: absolute;
        right: -77%;
        width: 232%
    }
}

.timeline .loader {
    position: relative
}

.timeline .loader.loading {
    height: 100vh;
    overflow: hidden
}

.timeline .loader.loading .loader--cover {
    background-color: #fff;
    height: 100%;
    position: absolute;
    visibility: visible;
    width: 100%;
    z-index: 5
}

.timeline .loader--cover {
    visibility: hidden
}

.badge.badge-sent {
    background-color: #67c756;
    color: #fff
}

.badge.badge-followed {
    background-color: #9c79ff;
    color: #fff
}

.badge.badge-processed {
    background-color: #41a8fb;
    color: #fff
}

.badge.badge-lost {
    background-color: #f24949;
    color: #fff
}

.modal--add-to-quote .badge {
    margin-right: 40px
}

.modal--add-to-quote .container-checkbox input:checked~.checkmark {
    background-color: #f37021
}

.modal--add-to-quote .container-checkbox .checkmark {
    border-color: #e1e1e1;
    height: 27px;
    top: 12px !important;
    width: 27px
}

.modal--add-to-quote .container-checkbox .checkmark:after {
    border-color: #fff;
    height: 19px;
    left: 6px;
    top: 0;
    width: 10px
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]:after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after,
.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after,
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after,
.bootstrap-datetimepicker-widget .btn[data-action=today]:after,
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after,
.bootstrap-datetimepicker-widget .picker-switch:after,
.bootstrap-datetimepicker-widget table th.next:after,
.bootstrap-datetimepicker-widget table th.prev:after,
.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em
}

@media (min-width:576px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:after,
.bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: "";
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-bottom: 7px solid rgba(0, 0, 0, .2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: 7px;
    top: -7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 8px;
    top: -6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, .2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0;
    width: 54px
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after {
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after {
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after {
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after {
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after {
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after {
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after {
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]:after {
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]:after {
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch:after {
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 0;
    width: auto
}

.bootstrap-datetimepicker-widget .picker-switch td i,
.bootstrap-datetimepicker-widget .picker-switch td span,
.bootstrap-datetimepicker-widget .picker-switch td svg {
    height: 2.5em;
    line-height: 2.5;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    margin: 0;
    width: 100%
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    border-radius: .25rem;
    padding: .5em;
    text-align: center
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #dee2e6;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev:after {
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next:after {
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #f8f9fa
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
    color: #dee2e6;
    font-size: .8em;
    height: 20px;
    line-height: 20px
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #f8f9fa;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.new,
.bootstrap-datetimepicker-widget table td.old {
    color: #dee2e6
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-color: rgba(0, 0, 0, .2) transparent #dee2e6;
    border-style: solid;
    border-width: 0 0 7px 7px;
    bottom: 4px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #dee2e6;
    color: #007bff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #dee2e6;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td i,
.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget table td svg {
    border-radius: .25rem;
    cursor: pointer;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    width: 54px
}

.bootstrap-datetimepicker-widget table td i:hover,
.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td svg:hover {
    background: #f8f9fa
}

.bootstrap-datetimepicker-widget table td i.active,
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td svg.active {
    background-color: #dee2e6;
    color: #007bff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td i.old,
.bootstrap-datetimepicker-widget table td span.old,
.bootstrap-datetimepicker-widget table td svg.old {
    color: #dee2e6
}

.bootstrap-datetimepicker-widget table td i.disabled,
.bootstrap-datetimepicker-widget table td i.disabled:hover,
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover,
.bootstrap-datetimepicker-widget table td svg.disabled,
.bootstrap-datetimepicker-widget table td svg.disabled:hover {
    background: none;
    color: #dee2e6;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.input-group.date .input-group-addon {
    cursor: pointer
}